/* CSS Document */


.contents_box .image_box{
	width:240px;
	height:160px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 15px 10px 20px;
}


.contents_box .docs{
	width:350px;
	float:left;
	display:inline;
	margin:0 0 10px 0;
}

.contents_box .buttons{
	text-align:right;
}


#hotel_image{
	padding-left:20px;
	overflow:hidden;
	margin:0 0 40px 0;
}

#hotel_image .box{
	float:left;
	display:inline;
	width:200px;
	margin-right:5px;

}

#hotel_image .box img{
	margin-bottom:10px;
	width: 100%;
	height: auto;

}
.contents_box .buttons span{
	display:none;
}
/*
Add 17.AUG.2015 Nishida

for responsive
*/
@media screen and (max-width: 767px){

#left_contents h2.subtitle img{
	width:100% !important;
	height:auto !important;
}

.contents_box .image_box{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0;
	height: auto;
}

.contents_box .image_box img{
	width:100%;
	height:auto;
}

.contents_box .docs{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
#hotel_image{
	padding:0;
}
#hotel_image .box{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	margin-bottom: 20px;
}
#hotel_image .box img{
	width:100% !important;
	height:auto !important;
}
.contents_box .image_box img{
	width:100% !important;
	height:auto !important;
}
.contents_box .buttons{
	margin-top:65px;
}
.contents_box .buttons a{
	display:block;
	text-align:left;
    padding: 14px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-top: -32px;
	text-decoration:none;

    background-image:url(/image/common/arrow.png);
    background-position:right;
    background-size:20px;
    background-repeat:no-repeat;
}

.contents_box .buttons a:last-child{
	border-top:none;
}
.contents_box .buttons img{
	display:none;
}
.contents_box .buttons span{
	display:inline;
	text-decoration:none;
}



}
