@charset "utf-8";
/* CSS Document */
#nousya_TT h2 {
	position: absolute;
	top: -5px;
	left: 0;

}
#nousya_TT p {
	background-color: #ff8a00;
	box-sizing: border-box;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px 0 60px;
}
#nousya_list li{
	background-image:url(../images/nousya_bck.jpg);
	background-repeat:repeat;
	width: 48%;
	float:left;
	margin:20px 0 0;
	padding:15px 5px;
	box-sizing: border-box;
	text-align:center;
}
#nousya_list li:nth-child(even) {
	float: right;
}
.nousya_list_img{
	width: 100%;
	overflow:hidden;
	display:block;
}
.car_img{
	border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:2px solid #74b510;
	height:147px;
	overflow:hidden;
}
.date{
	background-image: url(../images/date.png);
	width:137px;
	height:29px;
	line-height:29px;
	text-align:center;
	color:#FFF;
	margin:10px auto 0;
}

.page_sel{
	margin: 20px auto 0;
	color:#006 !important;
	font-weight: bold;
	float: left;
}
.page {
	margin: 20px 0 0 5px;
	color:#006 !important;
	font-weight: bold;
	float: left;
}

.pop_up_disp{
	background-image:url(../images/detail_back.gif);
	background-repeat:repeat;
	padding:10px;
}
.pop_up_disp h3 {
	border-bottom: 3px solid #ff8a00;
}
.pop_up_in{
	background-color:#FFF;
	padding:10px;
}
.dtl_img{
	width:100%;
}
.dtl_txt{
	margin: 15px auto 0;
	width:100%;
}
.dtl_txt td{
	background-image: url(../images/dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:7px 5px;
}