@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;
}

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


/* タイトル */
#CONTENTS #MAIN.MAIN_special  {
	margin-top: 5px;
}

#MAIN ol img {
	vertical-align: top;
}

#MAIN p.btArea {
	padding: 40px 0;
	text-align: center;
}

#MAIN p.ecoBag {
	position: relative;
}

#MAIN p.ecoBag img.endMark {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -129px;
	z-index: 50;
	display: none;
}

#MAIN p.ecoBag.end img.endMark {
	display: block;
}

#MAIN p.ecoBag.end img.ecoTxt {
	opacity:0.3;
}


