@charset "utf-8";
/* CSS Document */
#nousya h2 {
	width:100%;
	text-align:center;
}
#nousya_List {
	border-top:1px solid #cdc0b5;
	border-bottom:1px solid #cdc0b5;
	padding:23px 0 0;
}
#nousya_List li {
	width:232px;
	float:left;
	text-align:center;
	margin:0 15px 35px 0;
}
#nousya_List li:nth-child(4n) { margin:0 0 35px 0 !important;}

#nousya_List li a {
	text-decoration:none !important;
}
.nousya_img {
	width:232px;
	padding:17px 14px;
	height:170px !important;
	box-sizing:border-box;
	background-image: url(../../index/images/Img_back.png) !important;
	background-repeat: no-repeat;
	margin:0 auto 10px;
}
.nousya_img_inner {
	overflow:hidden;
	display:block;
	width:204px;
	height:136px;
}

/*----- 詳細 -----*/
.nousyaBox {
	border:1px solid #000;
	width:600px;
	box-sizing:border-box;
	padding:13px 13px 15px 13px;
	background-color:#fff;
	top:275px;
	left:50%;
}
.nousya_detail_img {
	height:auto;
	width:100%;
}
.nousya_detail_text {
	padding:0 20px  0 0;
	margin:13px 0 0;
	text-align:left !important;
}
.nousya_detail_text h3 span {
	font-size:13px;
	font-weight:normal;
}
.box_close {
	position:absolute;
	right:10px;
	bottom:10px;
}
