@charset "utf-8";


/* =01 default style reset
------------------------*/

body,div,dl,dt,dd,ul,li,ol,li,
h1,h2,h3,h4,h5,form,p,
table,th,td,address,input{
	margin:0;
	padding:0;
}

body{
	line-height:1;
}
	
a img,img{
	border:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
	
caption,th{
    	text-align:left;
}
	
ul,li,ol,li{
	list-style:none;
}

a{
	color:#0088cc;
	outline:none;
	text-decoration:underline;	
}

a:hover{
	text-decoration:none;
}

address{
	font-style:normal;
}

textarea{
	width:98%;
	margin:5px 0;
}

iframe{
	border:none;
}



/* =02 clearfix
------------------------*/

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}



/* =03 layout
------------------------*/

body{
	font-family:"メイリオ", Meiryo;
	color:#333;
}



/* =04 module reco
------------------------*/

.reco h2{
	color:#fff;
	font-size:87.5%;
	width:690px;
	height:23px;
	padding:12px 0 0 10px;
	margin:30px 0 0 0;
	background:url(img/title_bg.gif) no-repeat 0 0;
}

.reco h3{
	font-size:87.5%;
	line-height:160%;
	padding:10px;
	margin:20px 0 0 0;
	border-top:3px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	background:#f8f8f8;
}

.reco dl{
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:10px;
}

.reco dt.photo{
	width:200px;
	float:left;
	padding:0 0 10px 0;
}

.reco dd.info{
	width:458px;
	padding:0 0 10px 0;
	margin:0 0 -10px 0;
	float:right;
}

.reco dd.info li{
	font-size:75%;
	line-height:160%;
	padding:0 0 5px 0;
	margin:0 0 6px 0;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.reco dd.info li span{
	width:60px;
	color:#666;
	display:inline-block;
	background:#ddd;
	border:1px solid #bbb;
	padding:0 10px;
	margin:0 10px 0 0;
	text-align:center;
}

.reco dd.btn{
	/width:360px;
	clear:both;
	float:right;
}

.reco dd.btn p{
	float:left;
	margin:0 0 0 10px;
}

/*______ 詳細ボタン ______*/

.btn_info{
}

.btn_info a{
	width:170px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/btn_info.gif) no-repeat 0 0;
}

.btn_info a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*______ 検討中ボタン ______*/

.btn_book{
}

.btn_book a{
	width:170px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/btn_book.gif) no-repeat 0 0;
}

.btn_book a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



