@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 {
	position: relative;
	height: 540px;
	overflow: hidden;
}

#MAIN .titleArea ul {
	position: absolute;
	top: 480px;
	left: 0px;
	padding: 0 18px 0 22px;
	width: 820px;
}

#MAIN .titleArea ul li.btLeft {
	float: left;
}

#MAIN .titleArea ul li.btRight {
	float: right;
}


/* ========================================== 
	クーポン
========================================== */
#MAIN .couponBk {
	background: url(../images/title.jpg) no-repeat left -540px;
}

#MAIN .couponBk .couponArea {
	margin: 0 25px;
	padding: 15px;
	border: 2px solid #0b6535;
	background: #fffdd7;
	border-radius: 5px;
}

#MAIN .couponBk .couponArea ul {

}

#MAIN .couponBk .couponArea ul li {
	width: 775px;
	height: 210px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

#MAIN .couponBk .couponArea ul li p.cpImg {
	position: absolute;
	top: 0px;
	left: 0px;
}

#MAIN .couponBk .couponArea ul li p.cpTxt {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 735px;
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
	line-height: 1.5;
}

#MAIN .couponBk .couponArea ul li table.basic {
	width: 265px;
	border-top: 1px solid #4f4f4f;
	border-left: 1px solid #4f4f4f;
	position: absolute;
	top: 15px;
	right: 20px;
}

#MAIN .couponBk .couponArea ul li table.basic th,
#MAIN .couponBk .couponArea ul li table.basic td {
	height: 50px;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #4f4f4f;
	border-right: 1px solid #4f4f4f;
}

#MAIN .couponBk .couponArea ul li table.basic th {
	background: #228852;
	color: #fff;
	font-size: 18px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	width: 150px;
}

#MAIN .couponBk .couponArea ul li table.basic td {
	font-size: 20px;
	background: #fff;
}

#MAIN .couponBk .couponArea ul li p.cpEnd {
	width: 775px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
	padding-top: 20px;
}

#MAIN .couponBk .couponArea ul li.cp01 p.cpEnd {
	display: block;
}

#MAIN .couponBk .couponArea ul li.cp02 p.cpEnd {
	display: block;
}

#MAIN .couponBk .couponArea ul li.cp03 p.cpEnd {
	display: block;
}

#MAIN .couponBk .couponArea ul li.cp04 p.cpEnd {
	display: block;
}

#MAIN .couponBk .couponArea ul li.cp05 p.cpEnd {
	display: block;
}

/* ========================================== 
	大きなボタン
========================================== */
#MAIN p.btList {
	margin-top: 30px;
}


/* ========================================== 
	ご利用方法
========================================== */
#MAIN #howto {
	background: #1875ae;
	border-radius: 5px;
	padding: 6px;
	margin-top: 30px;
}

#MAIN #howto h3 {
	text-align: center;
}

#MAIN #howto .howtoList {
	background: #fff;
	margin-top: 10px;
	padding: 0 24px 24px;
}

#MAIN #howto .howtoList h4 {
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

#MAIN #howto .howtoList p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
}

#MAIN #howto .howtoList ol {
	margin-top: 10px;
	padding: 5px 20px 10px 20px;
	background: #fff1d2;
}

#MAIN #howto .howtoList ol li {
	padding: 0 0 0 30px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/icn_1.gif) no-repeat left center;
}

#MAIN #howto .howtoList ol li.no02 {
	background: url(../images/icn_2.gif) no-repeat left center;
}

#MAIN #howto .howtoList ol li.no03 {
	background: url(../images/icn_3.gif) no-repeat left center;
}

#MAIN #howto .howtoList ol li.no04 {
	background: url(../images/icn_4.gif) no-repeat left center;
}

#MAIN #howto .howtoList ol li.no05 {
	background: url(../images/icn_5.gif) no-repeat left center;
}

#MAIN #howto .attArea {
	background: #fffbf2;
	border: 1px solid #fe5710;
	border-radius: 3px;
	padding: 0 10px 10px 30px;
	margin-top: 30px;
}

#MAIN #howto .attArea h5 {
	font-size: 14px;
	margin-top: 15px;
	font-weight: normal;
	margin-left: -1em;
}

#MAIN #howto .attArea h5 span {
	color: #fe5710
}

#MAIN #howto .attArea p {
	margin-top: 3px;
}

#MAIN #howto .attArea p.attent {
	text-indent: -1.1em;
	margin-left: 1.2em;
}

#MAIN #howto .attArea ul li {
	margin-top: 3px;
	text-indent: -1.1em;
	margin-left: 1.2em;
}





/* ========================================== 
	パスポート
========================================== */
#MAIN #passport {
	margin-top: 50px;
	border: 2px solid #f2787c;
	padding: 8px 21px 18px 22px;
	border-radius: 5px;
	position: relative;
}

#MAIN #passport p.omo800 {
	width: 236px;
	height: 92px;
	position: absolute;
	top: 60px;
	right: 25px;
}

#MAIN #passport .pointBox {
	padding-top: 20px;
}

#MAIN #passport .pointBox dl {
	width: 423px;
	float: left;
}

#MAIN #passport .pointBox dl dt {
	float: left;
	clear: both;
	padding-top: 5px;
}

#MAIN #passport .pointBox dl dd {
	padding: 10px 0 8px 120px;
	font-size: 14px;
	line-height: 23px;
	background: url(../images/pass_ten.gif) no-repeat left bottom;
}

#MAIN #passport .pointBox img.passImg {
	float: right;
	margin-top: 25px;
}

#MAIN #passport p.search {
	margin-top: 15px;
}

#MAIN #passport p.passTxt {
	font-size: 13px;
	line-height: 23px;
	margin-top: 10px;
}

#MAIN #passport p.passBt {
	margin-top: 10px;
}



