@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:#79b101;
	outline:none;
	text-decoration:none;	
}

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{
	margin:0 0 0 0;
}

.reco h2{
	margin:0 0 10px 0;
}

.reco h3{
	font-size:80%;
	margin:10px 10px 10px 10px;
}
.reco h4{
	font-size:75%;
	margin:10px 10px 10px 10px;
	padding-bottom:5px;
	border-bottom: solid 1px #79b101;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.reco ul{
	margin:0 -10px 0 0;
}

.reco li{
	width:210px;
	padding:0px;
	border
	display:-moz-inline-box; /*Firefox 2*/
	display:inline-block; /*Modern*/
	/display:inline; /*IE5～7*/
	/zoom:1; /*IE5～7*/
margin: 7px 7px 17px 7px;
background: #fff;/*背景色*/
box-shadow: 0 4px 7px rgba(0, 0, 0, 0.32);/*影*/
}

.reco li img{
	display:block;
	margin:0 0 12px 0;
}

.reco li .price{
	font-size:87.5%;
	color:#79b101;
	margin:10px 10px 10px 10px;
}

.reco li .price span{
	font-weight:bold;
	font-size: 120%;
	color:#79b101;
	margin:0 5px 0 0;
}

.reco li .info{
	font-size:75%;
	line-height:150%;
	margin-left:10px;
	margin-right:10px;
}
.info002{
	font-size:65%;
	line-height:150%;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

/*______ 詳細ボタン ______

.btn_info a{
	width:200px;
	height:30px;
	margin:0 auto 10px auto;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

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

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

.btn_book a{
	width:160px;
	height:30px;
	margin:0 auto 5px auto;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

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


.PP {
color:#79b101;
text-decoration: none; 
}
.PP:hover {
color:#79b101;
text-decoration: underline;
}
p.ZaikoLink {
	font-size:87.5%;
	color:#79b101;
	font-weight:bold;
}

.under1 {
  border-bottom: dotted 1px #999;
}

.under02 {
  border-bottom: solid 1px #3aae36;
}
