@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 h2 {
	margin-bottom: 20px;
}

#MAIN ul.btArea {
	margin: 10px 15px 0;
}

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

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

#MAIN a:link {
	color:#033fae;
	text-decoration: underline;
}

#MAIN a:visited {
	color:#033fae;
	text-decoration: underline;
}

#MAIN a:hover {
	color:#e80b7d;
	text-decoration: none;
}

#MAIN a:active {
	color:#e80b7d;
	text-decoration: none;
}

/* イベント基本ブロック（イベント） */
#MAIN .section {
	background: url(../images/event_bk.gif);
	padding: 0 0 20px 20px;
	margin-top: 60px;
	position: relative;
}

#MAIN .section h3 {
	position: absolute;
	top: -35px;
	left: 20px;
}

#MAIN .section ol li {
    background: #fff;
    border-radius: 3px;
    margin: 20px 20px 0 0;
    padding: 7px;
    width: 386px;
}

#MAIN .section ol li h4 {
    border-radius: 3px;
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.1;
    padding: 5px 10px 4px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    background: #e46536;
}

#MAIN .section ol li p.day {
	font-size: 16px;
	color: #e80b7d;
	margin-top: 10px;
	line-height: 1.4;
}

#MAIN .section ol li .txtArea {
	margin-top: 8px;
}

#MAIN .section ol li .txtArea img {
	margin-left: 5px;
	float: right;
}

#MAIN .section ol li .txtArea p.mainTxt {
	font-size: 13px;
	line-height: 1.5;
}

#MAIN .section ol li .txtArea p.link {
	font-size: 14px;
	margin-top: 10px;
}

#MAIN .section ol li .txtArea p.link a {
	background: url(../images/point_next_s.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}

#MAIN .section ol.evSub {
	background: url(../images/event_ten.png) no-repeat 0 20px;
	padding-top: 25px;
}


/* バス・タクシー */
#MAIN #secTaxiBus.section {
	background-image: url(../images/taxibus_bk.gif);
	margin-top: 20px;
}

#MAIN #secTaxiBus.section ol li h4 {
	background-color: #80c71b;
}

#MAIN #secTaxiBus.section ol li p.day {
	color: #ff6c00;
}

#MAIN #secTaxiBus.section ol li p.bnrArea {
	text-align: center;
	margin-top: 10px;
}

/* 見どころ */
#MAIN #secMidokoro.section {
	background-image: url(../images/midokoro_bk.gif);
}

#MAIN #secMidokoro.section ol li h4 {
	background-color: #80c71b;
}

#MAIN #secMidokoro.section ol li p.day {
	color: #ff6c00;
}

#MAIN #secMidokoro.section ol li.mapArea {
	text-align: center;
}

#MAIN #secMidokoro.section ol li.mapArea img {
	vertical-align: top;
}

/* グルメ */
#MAIN #secGurume.section {
	background-image: url(../images/gurume_bk.gif);
}

#MAIN #secGurume.section ol li h4 {
	background-color: #f0618d;
}

#MAIN #secGurume.section ol li p.day {
	color: #228bd8;
}




/* 協会リンク */
#MAIN p.associLink {
	text-align: center;
	margin: 40px 0;
}

#MAIN p.associLink a {
	font-size: 20px;
	background: url(../images/point_next_l.gif) no-repeat left center;
	padding: 5px 0 5px 40px;
}


