/* @group global */
    #title_img{
	background-image: url(../images/title_img.jpg);
	}
	
	.bukken_list:before{
	content: "";
	display: block;
	width: 100%;
	height: 9px;
	background-image: url(../images/bdr_img.jpg);
	margin-bottom: 45px;
	}
	.bukken_list:not(:first-child){
	margin-top: 50px;
	}
	.to_detail_btn{
	text-align: right;
	}

/* @end */

/* @group インフォメーション */
	#info_list{position: relative;}
	#info_list .info_img{
	position: absolute;
	max-width: 127px;
	max-height: 97px;
	overflow: hidden;
	}
	#info_list .info_img img{
	}
    #info_list li .info_txt{
	padding-left: 137px;
	min-height: 92px;
	}
	#info_list li:not(:last-child){
	margin-bottom: 10px;
	}
	#info_list li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
	#info_list li a{
	text-decoration: none;
	}
	#info_list li a .info_txt dd{
	color: black!important;
	}
	/* @end */

@media print, screen and (max-width: 694px) {
   
	.to_detail_btn{
	text-align: center;
	}
}

@media print,screen and (min-width: 695px) and  (max-width: 947px) {
}




@media print, screen and (min-width: 948px) {

}

/*ナビゲーション*/
#nav-below{
	width: 100%;
}
.nav-previous a,.nav-next a{
	color: #999999;
}
.nav-previous a:hover,.nav-next a:hover{
	color: #000;
}
.nav-previous{float: left;}
.nav-next{float: right;}


