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

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

------------------------------------------ */
#contentsArea {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
}

#keyVisual{
	height: 200px;
}

#keyVisual h1{
	background-image: url(../images/1401_ko7_title.jpg);}

#keyVisual #countDownArea{
	position:absolute;
	z-index:5;
	top:15px;
	right:15px;
	width:300px;
	height: 58px;
	background:url(../images/cd_back.gif) no-repeat;	
}
/* -----  -----*/

#contentsArea a:visited:hover,
#contentsArea a:link:hover,
#contentsArea a:visited:active,
#contentsArea a:link:active{ text-decoration: none;}
#contentsArea  .htlBox1 h1 {width: 360px;}
#contentsArea  .htlBox h1, #contentsArea  .htlBox h1:visited { color: #1D54A7; text-decoration: none;}
#contentsArea  .htlBox h1:hover, #contentsArea  .htlBox h1:active { color: #CC0000; text-decoration: underline; }

#contentsArea  .htlBox h2, #contentsArea  .htlBox h2:visited { color: #1D54A7; text-decoration: none;line-height: 130%; }
#contentsArea  .htlBox h2:hover, #contentsArea  .htlBox h2:active { color: #CC0000; text-decoration: underline; }

.htlBox .rate a em {
    padding-top: 0px;
}

#contentsArea .htlBox .explain {
   color: #000;
   line-height: 150%;
}
#contentsArea .htlBox .btn li a{font-size: 90%;}
#contentsArea .spotBox .btn li a {font-size: 90%;}

#search-box p.searchSubmit a {background:url(http://img.travel.rakuten.co.jp/share/themes/top/images/n/btn_search.gif) 0 0 no-repeat;
 display: block;
    height: 24px;
    width: 60px;
}
#search-box p.searchSubmit a:hover {opacity: 0.8}

#contentsArea .spotBox{
    border-color: #A5A5A5;
}
#contentsArea #search-box, #contentsArea #keywordSearch, #contentsArea #browsHistory, #contentsArea #subContents .bnrs {border-color: #707070;}
#contentsArea #verticalRecentRoot {border-color: #FFF;}

#pageTab ul.tab6 li a.tab span { font-size:100%;}
#pageTab ul.tab6 li em.tab span { font-size:100%;}

/* --outline-- */	
#outline {
	margin-bottom:20px;
	width:710px;
	background-color:#FFF;
}
#outline div.waku {

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

.htlBox .plan li a .price {
    text-align: center;
}

#keywordSearch .submit {
    display: block;
    margin: 3px auto;
	width: 60px;
}
#keywordSearch .submit:hover {opacity:0.8}
   

.btn1 {text-align: center;padding-bottom: 5px;}
#contentsArea .column2L #login, .column2R #login {
    background-color: #FFF;
	width: 700px;
	padding: 5px;
}
#contentsArea .switch {
background-color: rgba(255,255,255,0.8);
position: fixed;
z-index: 9;
top: 30;
left: 20px;
width: 100px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius:5px ;
border-radius: 5px;
}
#contentsArea .switch a {display: block;position: relative;margin-left: 3px;}
#contentsArea .switch a:hover {text-decoration: underline;color: #000;} 
#contentsArea .switch a:after {
display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 3px solid #d71816;
	border-right: 3px solid #d71816;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#contentsArea .switch span {font-size: 60%;padding: 3px;background-color: #cf0000;color: #fff;display: block;position: relative;}
#contentsArea .switch swbox {margin-top: 3px;}


#contentsArea .switch span.open:after {
    border: 1px solid #FFF;
    content: "+";
    display: block;
    height: 12px;
    line-height: 1.2;
    margin-top: -7px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    width: 12px;
}

#contentsArea .switch span.close:after {
	  border: 1px solid #FFF;
    content: "-";
    display: block;
    height: 12px;
    line-height: 1.2;
    margin-top: -7px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    width: 12px;
    
}
.cplink {
    font-size: 82%;
    padding: 0 17px 5px;
    text-align: right;
	text-decoration: underline;
}
/*ポイント概要*/
.utility:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#T_T {
    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;
}
p.k_r {
    width: 600px;
}

/*注釈*/
.utility2 ul.atn {
	padding: 0 5px 10px 0;
}
.utility2 ul.atn li {
    font-size: 78%;
    list-style-type: none;
}
/**/
#mainContents h1.ttls{
 background-color:#E57A1B; color: #FFFFFF;
    padding: 5px; margin-right:10px; padding-left:10px;}	