@charset "shift_jis";

@import "/styles/import_sp.css";
@import "/inc/css/recommend_style.css";
@import "http://rurubu.travel/sns/css/snsButtons.css";

/*調整用CSS*/
@import "/common/css/adjust.css";

/* ========================================== 

	Common

========================================== */

body { 
	background: #FFFFFF;
	} 

h2{ 
/*	border: none; 
	margin-bottom:18px;
	padding-top:25px;
	font-size: 14px;
*/	}


/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* IE6 hack */
* html .clearfix {
	height: 1%;
}

/* IE7 hack */
*:first-child+html .clearfix {
	min-height: 1%;
}

#MAIN h3 {
	background: none;
	border: none;
	padding: 0;
}

#MAIN .button:hover {
	filter: alpha(opacity=70);
	opacity:0.7;
}

/* ========================================== 
	レイアウト
========================================== */


/* タイトル */
#MAIN .titleArea {
	width: 860px;
	height: 515px;
	position: relative;
}

#MAIN .titleArea h2 {

}

#MAIN .titleArea p {
	position: absolute;
	left: 40px;
	bottom: 20px;
	padding: 10px 20px;
	width: 740px;
	background: #fff;
	color: #7a3c05;
	font-size: 16px;
	border-radius: 5px;
	line-height: 1.5;
}

#MAIN .sakeArea {
	background: #220000;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}

#MAIN .sakeArea p {
	width: 480px;
	float: left;
	color: #fff;
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.3;
}

#MAIN .sakeArea img {
	float: right;
}

#MAIN p.btArea {
	margin-top: 30px;
	text-align: center;
}

/* ピックアップ */
#MAIN .pickArea {
	margin-top: 20px;
	background: url(../images/p01_bk.jpg);
	padding-bottom: 20px;
}

#MAIN .pickArea dl {
	background: url(../images/p01_pick_bk.jpg);
	padding: 0 40px 8px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#MAIN .pickArea.pc02 {
	background-image: url(../images/p02_bk.jpg);
}

#MAIN .pickArea.pc02 dl {
	background-image: url(../images/p02_pick_bk.jpg);
}

#MAIN .pickArea.pc03 {
	background-image: url(../images/p03_bk.jpg);
}

#MAIN .pickArea.pc03 dl {
	background-image: url(../images/p03_pick_bk.jpg);
}

#MAIN .pickArea.pc04 {
	background-image: url(../images/p04_bk.jpg);
}

#MAIN .pickArea.pc04 dl {
	background-image: url(../images/p04_pick_bk.jpg);
}

#MAIN .pickArea.pc05 {
	background-image: url(../images/p05_bk.jpg);
}

#MAIN .pickArea.pc05 dl {
	background-image: url(../images/p05_pick_bk.jpg);
}

#MAIN .pickArea dl dt {
	width: 140px;
	text-align: center;
	background: #ea2552;
	border-radius: 3px;
	padding: 5px 0 3px;
	font-size: 15px;
	float: left;
	clear: both;
	margin: 0 0 10px;
}

#MAIN .pickArea dl dd {
	margin: 0 0 10px 155px;
	padding: 5px 0 0;
}

#MAIN .pickArea p.osusume {
	padding-top: 20px;
}

#MAIN .pickArea ul.pcList {
	padding: 0 20px 20px;
}

#MAIN .pickArea ul.pcList li {
	width: 250px;
	float: left;
	margin: 20px 0 0 35px;
}

#MAIN .pickArea ul.pcList li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

#MAIN .pickArea ul.pcList li h4 {
	border-bottom: 1px solid #f3a61c;
	color: #f3a61c;
	font-size: 22px;
	line-height: 1.2;
	padding-bottom: 3px;
}

#MAIN .pickArea ul.pcList li p {
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
}

#MAIN .pickArea ul.pcList li p img {
	float: right;
	margin: 0 0 5px 5px;
}

#MAIN .pickArea p.pickBtArea {
	text-align: center;
}

/* プランボタン */
#MAIN a.btDetailR {
	display: inline-block;
	background: url(../images/bt_bk.jpg) center center;
	color: #fff;
	font-size: 25px;
	line-height: 1;
	padding: 20px 25px;
	border-radius: 5px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	box-shadow: rgba(0,0,0,0.52) 1px 1px 2px;
	font-weight: bold;
}

#MAIN a.btDetailR span {
	background: url(../images/bt_mark.png) no-repeat right center;
	padding-right: 40px;
}

#MAIN a.btDetailR:link, a.btDetailR:visited {
	text-decoration: none;
}

#MAIN a.btDetailR:hover, a.btDetailR:active {
	text-decoration: none;
	filter: alpha(opacity=85);
	opacity:0.85;
}

#MAIN a.btDetailR.spPlan {
	background-image: url(../images/bt_sp_bk.jpg)
}


