@charset "UTF-8";

body {
	color: #008241;			/*全体の文字色*/
	background: #ffffff;	/*背景色*/
}

/* ---------------------------------------------- */
#bukken {
	margin-left: 0.5vw;
	font-size: 3vh;
}

#bukken span {
	font-size: 1.8vh;
	color: #666666;
}

/* ---------------------------------------------- */
.syasin {
	position:relative;
	margin-left: 0.5vw;
	margin-top: 0.5vh;
	float: left;
}

.syasin span {
	position: absolute;		/*絶対配置*/
	top: 0vh;
	left: 0vw;
	font-size: 1.8vh;
	color: #ffffff;
	background: #008A45;
	line-height: 1;
	padding: 0.3vh 0.5vw;
}

.syasin img {
	height: 33vh;	
}

