@charset "utf-8";
/*
* ★★CSS for smartphone
*
* @date 2013.03.13
* @author Daisuke Hayashi
*/

/* ------------------------------------------

------------------------------------------ */
img { max-width:100%;}
#contents {background-color:#ffffab;}
ul.rslides_tabs { display:none;}
.btnEntry{ width:80%;margin:10px auto;}
.btnEntry a.cpbnr{display:block; width:100%;}
.btnEntry a.cpbnr img{width:100%;}
.btnEntry a.cpank{display:block; font-size:14px; text-align:center; padding-top:5px;}
.linkcpn { text-align:right; padding:5px 0 0; font-size:78%;}

#search-box,#browsHistory,#keywordSearch { border-radius:0px; border:1px solid #666666;}
span.limit { display:block; background:#bf0a0a; color:#ffffff; font-size:88%; padding:5px 0; font-weight:bold; text-align:center;}
span.early { display:block; background:#003399; color:#ffffff; font-size:88%; padding:5px 0; font-weight:bold; text-align:center;}
ul.right_top_btn { width:auto; padding-top:10px; background:#ffdc09; text-align:center; clear:both; overflow:hidden;}
ul.right_top_btn li { margin-bottom:10px;}

div.coupon  { background:#e7e7e7; padding:2px; text-align:center; margin:10px 10px 0;}
div.line    { border:2px solid #fff; padding:4px}
div.coupon h2.cpntitle { font-size:78%; color:#1e6dd7; margin-bottom:5px;}
div.coupon p.dtl { text-align:right; font-size:78%; padding-top:5px;}
div.coupon .mr   { display:none;}

#pageTab {margin: 10px;}
#pageTab li a { line-height:120%; font-size:100%; font-weight:bold;
background: -moz-linear-gradient(center top , #6db5ff, #2e89f4) repeat scroll 0 0 rgba(0, 0, 0, 0);
background-color: #2e89f4;
color: #694c3b; border:1px solid #2583f3; color:#ffffff !important; border-radius:5px; padding:10px 0; height:auto !important;}
#pageTab li a:hover {background: -moz-linear-gradient(center top , #2e89f4 , #6db5ff) repeat scroll 0 0 rgba(0, 0, 0, 0);
background-color:#6db5ff;}
#pageTab ul li em {
    display: inline;
    font-size: 140%;
}
#pageTab ul li {margin:1% 0 0 0;
    width: 100%;
}
.areaTtl{margin-bottom: 10px; display:block; width:100%; padding-top:6px; background:url(../images/ttl_01.gif) center; font-size:120%; text-align:center; color:#ffffff; font-weight:bold; height:37px;}

.htlBox            {border: 1px solid #00a4e8;}
.htlBox .area      {margin:0; color:#fff;padding:5px;font-size:100%; background:#00a4e8; display:block; position:relative; text-align:center; font-weight:bold;}
.htlBox .basic     {border-bottom:0; padding-bottom:0;}
.htlBox .basic:before { border:0;}
.htlBox .btn        { padding-left:2%;}



div#verticalRecentRoot { border:0; padding:5px;}

#outline h1, #W_W.utility h1 {
    background-color: #BF0A0A;
    color: #FFFFFF;
    font-size: 120%;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
}
.utility:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#W_W {
    border: 2px solid #BF0A0A;
}
.utility {
    background-color: #FFFFFF;
}
.utility h2 {
    color: #BF0A0A;
    font-size: 90%;
    margin: 20px 0 10px 10px;
}
.utility p {
    font-size: 82%;
    line-height: 1.5;
    margin: 10px 15px;
}
p.k_l, p.k_r {
    float: left;
}

/* --outline-- */	
#outline {
	margin:0 10px 20px;
	background-color:#FFF;
}
#outline div.waku {

	border: 2px solid #CC0000;
	border-top: none;
	padding:10px;
}
#outline p {
	background-position:left center;
	background-repeat:no-repeat;
	font-size:90%;
	margin-bottom:10px;
	text-align: center;
}
#outline p.s01 {
	background:url("../images/step_1.gif") no-repeat top left;
	padding-left:40px;
	text-align: left;
}
#outline p.s02 {
	background:url("../images/step_2.gif") no-repeat top left;
	padding-left:40px;
	padding-top:10px;
	text-align: left;
}
#W_W dl {margin:5px;
	background-color:#FFE5E5;
	border:1px solid #CC0000;
	line-height:140%;
	padding:5px;
}
#W_W dl dt {
	color:#E24329;
	font-size:100%;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:10px;
}
#W_W dl dt span {
	color:#000000;
}
#W_W dl dd {
	font-size:78%;
	padding:2px 0;
}
#W_W dl dd em {
	font-style:normal;
	font-weight:bold;
}
#W_W dl dd span {
	color:#BF0A0A;
	font-weight:bold;
}
#W_W dl dd a:link,#W_W a:link {
	color:#5454F6 !important;
	font-weight:bold;
	text-decoration: underline !important;
}
#W_W dl dd a:hover,#W_W a:hover {
	text-decoration: none !important;
}


h1.midasi{color:#ffffff; padding:10px 0; text-align:center; font-size:120%; width:100%;  background:#f13778;}
.pageBtn ul.btn4 li {margin-left:1%; width: 49%;}
.pageBtn ul li a {
	color:#ffffff !important;
	line-height:44px;
	font-weight:bold;
	border-radius:5px;
	background: #54bafe;
	background: -moz-linear-gradient(top, #54bafe, #03a5e9);  
    background: -webkit-gradient(linear, left top, left bottom, from(#54bafe), to(#03a5e9));
}
.pageBtn ul li a:hover {
	background: #03a5e9;
	background: -moz-linear-gradient(top, #03a5e9, #54bafe);  
    background: -webkit-gradient(linear, left top, left bottom, from(#03a5e9), to(#54bafe));
}
.pageBtn ul li a.btnx{font-size:80%; letter-spacing:-1px;}
.htlBox{overflow:hidden; padding-bottom:10px;}
.htlBox a:hover{ text-decoration:none !important;}
.htlBox h1 {color:#1d54b0;}
.htlBox .photo {margin: 0 auto 15px; width: 65%; float:none;}
ul.plan{float:left; width:100%;}
ul.plan li{font-size:100%; text-align:center; font-weight:bold; color:#eb1f6a;}
ul.btn{float:left; width:100%; padding:0 !important;}
.htlBox .btn li {width: 80%; margin:0 auto; float:none;}
ul.btn li a{padding:0 !important; width:100%; margin:0 !important;}

div#AREA5{margin:10px; margin-bottom:15px;}
div#AREA5 p{display:block; padding:0; margin:0;}
div#AREA5 dl{padding:10px 4%; border:1px solid #fc3e6a; background:#ffffff;}
div#AREA5 dt{font-size:20px; font-weight:bold; color:#00a4e8; padding:0 0 0 8px; border:#00a4e8 solid; border-width:0 0 2px 7px; margin-bottom:10px;}
div#AREA5 dd { overflow:hidden; margin-bottom:20px;}
div#AREA5 dd a{ font-size:12px; display:block; width:100%; float:left;}
div.hotels{position:relative;}
div.hotels .triangle-h1 {
    border-color: transparent transparent transparent #ffffab;
    left: 0;
}
.triangle-h1 {
    border-style: solid;
    border-width: 20px;
    height: 0;
    position: absolute;
    top: -1px;
    width: 0;
    z-index: 0;
}
div.hotels .triangle-h2 {
    border-color: transparent #ffffab transparent transparent;
    right: 0;
}
.triangle-h2 {
    border-style: solid;
    border-width: 20px;
    height: 0;
    position: absolute;
    top: -1px;
    width: 0;
    z-index: 0;
}


.pc{display:none !important;}