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

main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*overflow: hidden;*/
}
/* 各ホテル　リスト　左側部分 */
section.left_side{
	width: 100%;
	height: auto;
	/*float: left;*/
	margin:30px 0 ;
}

section.left_side dl.hotel{
	width: 95%;
	height: auto;
	margin:20px auto 30px;
	padding: 0;
	font-size: 0.9em;
	text-indent: 1em;
	border: solid 2px #CFCFCF;
	border-radius: 10px;
	box-sizing: border-box;
}

 figure.image1 {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
/*img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}*/
figure.image1 figcaption{
	/*width: 90%;*/
	font-size: 0.8em;
	text-align: center;
}
section.left_side dl.hotel dt,
section.right_side dl.hotel dt{
	width: 90%;
	height: auto;
	margin: 0 auto;
	
}
section.left_side dl.hotel dt img,
section.right_side dl.hotel dt img{
	width: 90%;
	height: auto;
}
section.left_side dl.hotel dd,
section.right_side dl.hotel dd{
	width: 90%;
	height: auto;
}
dl.hotel dd.name{
	/*float: right;*/
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	color: #036053;
}
dl.hotel dd.price{
	/*float: right;*/
	text-align: center;
	font-size: 1.1em;
	/*font-weight: bold;*/
	margin-top: 10px;
}
dl.hotel dd.category{
	/*float: right;*/
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
}
dl.hotel dd.text{
	width: 50%;
	/*float: right;*/
	margin: 10px auto 0;
	/*margin-right: 20px;*/
	font-size: 0.9em;
	line-height: 1.5em;
	/*padding: 10px;*/
	text-align: center;
}
dl.hotel dd.site{
	/*float: right;*/
	text-align: center;
	padding-bottom: 20px;
}
/* 各ホテル　リスト　右側部分 */
section.right_side{
	width: 100%;
	height: auto;
	/*float: right;*/
	margin: 30px 0;
}

section.right_side dl.hotel{
	width: 95%;
	height: auto;
	margin:20px auto 30px;
	padding: 0;
	font-size: 0.9em;
	text-indent: 1em;
	border: solid 2px #CFCFCF;
	border-radius: 10px;
	box-sizing: border-box;
}
 figure.image1{
	width: 100%;
	height: auto;
	 /*padding: 10px;*/
	/*float: left;*/
	/*margin-left: 30px;*/
}
figure.image1 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
figure.image1 figcaption{
	width: 90%;
	font-size: 0.8em;
	text-align: center;
}
section.right_side dl.hotel dd{
	width: 100%;
	height: auto;
	/*margin-left: 20px;*/
}