@charset "UTF-8";
/* CSS Document */







/*---------------section01 area---------------*/



/* --- リストエリア --- */
/*---------------section_inner_box---------------*/

.section_inner_box{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px #c0c0c0 solid; /* リストエリアの上境界線 */
	list-style-type: none;
	font-size: 14px;
	padding-top : 20px;
	padding-bottom : 20px;
}

.section_inner_box .day{
	float:right;
}


.h4text_box{
	width:580px;
	margin-bottom:15px;
	float:left;
	font-size:18px;
	font-weight:bold;
}

.text02_box{
	margin-bottom:15px;
}


/*---------------section_inner_box01---------------*/

.img01{
	width:270px !important;
	height:auto !important;
	overflow:hidden !important;
    display: inline-block;
    margin-right: 10px;
}	
	
.img01 img{
	width:auto !important;
	height:auto !important;
	max-width:270px !important;
}

ol.info li {
	border-bottom: 1px #c0c0c0 dotted; /* リストエリアの上境界線 */
	list-style-type: none;
	font-size: 14px;
}
dt {
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 5px;
	width : 90px;
	/* 左寄せ */
	float : left;
	/* float解除 */
	clear : both;
}
dd {
	padding-top : 20px;
	padding-left : 15px;
	padding-right : 10px;
	padding-bottom : 20px;
	width : 580px;
	/* dtの幅分の設定 */
	margin-left : 90px;
}
.image{
	width:250px !important;
	height:auto !important;
	overflow:hidden !important;
    display: inline-block;
    margin-right: 10px;
}	
	
.image img{
	width:auto !important;
	height:auto !important;
	max-width:250px !important;
}
/* --- bottom_link_areaエリア --- */

.bottom_link_area {
	margin: 26px 0 150px 0;
}
.bottom_link_area ul{
	float:right;
}



.bottom_link_area li {
	float: left;
	font-size: 14px;
	border-bottom: none !important;
	margin-left: 12px;
}



li.prev_btn {
	/* margin-right:15px; */
}
li.next_btn {
	/* margin-left:15px; */
}

.bottom_link_area li a {
	text-decoration: none;
	color: #c9caca;
}

.bottom_link_area li a img{
	vertical-align: bottom;
}

.bottom_link_area li.active {
	color: #231815;
	/* margin-left: 0; */
}
