@charset "utf-8";

/*---------------------------------------------------------------------------------------------
-------------------------------------- page_effect --------------------------------------------
-----------------------------------------------------------------------------------------------*/

body {
	background:url(../images/case/bg.jpg) no-repeat center top;
}

/*----Maincolumn---*/

#maincolumn .box_ttl {
	background:url(../images/bg_ttl02.jpg) no-repeat;
	margin-bottom:15px;
	padding:15px 0 0 20px;
	height:37px;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	clear:both;
}
#maincolumn .box_ttl span {
	display:inline-block;
	margin-right:30px;
	color:#ffe400;
	font-size:22px;
}
#maincolumn .box_ttl_detail {
	margin-bottom:30px;
	padding:0 0 0 20px;
}
#maincolumn .box {
	margin-bottom:30px;
	padding:0 0 0 20px;
}
#maincolumn .box .fl {
	padding:5px;
	background:#fff;
	border: 1px solid #ccc;
}
#maincolumn .box_text {
	float:right;
	width:327px;
	font-size:16px;
	line-height:170%;
}
#maincolumn .box_text  span {
	color:#90c31f;
	font-size:16px;
	font-weight:700;
	line-height:150%;
}
#maincolumn .menu_bnr {
	clear:both;
}
#maincolumn .menu_bnr li {
	float:left;
}
#maincolumn .menu_bnr li:nth-child(2n+0) {
	float:right;
}
