@charset "utf-8";

/*----------------------------------------------------
	宿ページのスタイル
---------------------------------------------------*/
* {
  font-size: 13px;
  font-style: normal;
  font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Verdana, Arial, sans-serif;
  line-height: 1.2em;
}


p {
	margin:0; !important
	line-height:120%;
	padding:0;
}

table {
	width:100%;
	caption-side:top;
}

td {
	padding:5px;
}

strong,
em {
	color:#000;
	font-weight:bolder;
}

#main_yado {
	float:right;
	width: 660px;
	height: 100%;
	margin-right:10px;
}

*html body #main_yado {
	float:right;
	width: 660px;
	height: 100%;
	margin-right:5px;
}

#main_yado h2 {
	color:#FF0000;
	font-size:20px;
	font-weight:normal;
}

/* 口コミのスタイル */

#rumor *{
	line-height:100%;
}

#rumor h3{
	line-height:60px;
	padding-left:40px;
	margin:10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:url(../compa/yado/img/comment_icon.png) left no-repeat;
	font-size:18px;
	font-weight:normal;
}

#rumor .itinerary{
	float:right;
	padding:10px;
}

#rumor .comment {
	float:left;
	width:520px;
	background:url(../compa/yado/img/comment_bg.png) no-repeat #eee;
	padding:10px 10px 10px 50px;
	line-height:150%;
}

/* プランのウリ */

.point {
	padding:0;
	margin:0;
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}



.keshi {
	text-decoration:line-through;
}




/* 口コミボタン */

.btn_kuchikomi {
	margin-top:10px;
	background:url(../compa/img/btn_kuchikomi.png) no-repeat;
}

.btn_kuchikomi a {
	width:135px;
	height:71px;
	display:block;
	text-indent:-9999px;
}

.btn_kuchikomi a:hover {
	background:url(../compa/img/btn_kuchikomi_on.png) no-repeat;
}