@charset "utf-8";


/*--------------------------------------------------
	etc共通
-------------------------------------------------- */
/* g-nav */
.g-nav li.search a { 
	background-position: left bottom;
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}



/*--------------------------------------------------

	index.html(ETC割引トップ)

-------------------------------------------------- */
/* 切り替えリンク ------------------------*/
.etc #SECTION01 .ttlHead {
	margin-top: 20px;
	padding: 0;
	background: none;
	border-radius: 0;
	border-bottom: 2px solid #2890cd;
}
.etc #SECTION01 ul {
	width: auto;
}
.etc #SECTION01 .ttlHead ul.clearfix li a{
	margin-right:15px;
}
.etc #SECTION01 .ttlHead ul.clearfix li:last-child a {
	margin-right:0;
}
.etc #SECTION01 ul li h2 a {
	float: left;
	display: table;
	width: 308px;
	height: 34px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;	
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	font-size: 82%;
}
.etc #SECTION01 ul li h2 a {
	border-left: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	background: #c7e8f8;
	color: #000;
	font-weight: bold;
}
.etc #SECTION01 ul li.on h2 a {
	border-left: 1px solid #2890cd;
	border-top: 1px solid #2890cd;
	border-right: 1px solid #2890cd;
	background: #2890cd;
	color: #FFF;
}
.etc #SECTION01 .ttlHead ul.clearfix h2 a .arrow {
	background-image: url("/images/common/col_link_arrow_blk.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right 50%;
	padding-right: 20px;
}
.etc #SECTION01 .ttlHead ul.clearfix li.on h2 a .arrow {
	background-image:none !important;
	padding-right:0;
}
/*オンマウス*/
.etc #SECTION01 ul li h2 a:hover {
	background: #e1f2fb;
}
.etc #SECTION01 ul li.on h2 a:hover {
	background: #2890cd;
}


/*　このページ独自のレイアウト ------------------------*/

.etc .col2_Box .modSet .msR {
	margin-top: -20px;
}

/*.etc .others .col2_Box .boxLeft,.etc .others .col2_Box .boxRight{ border: none; }
.etc .available .col2_Box .boxLeft,
.etc .available .col2_Box .boxRight{ border: 2px solid #e0e0e0; border-radius: 5px; }*/



/*--------------------------------------------------

障害者割引ページ

-------------------------------------------------- */
.handicapped .cautionBox {
}
.handicapped .cautionBox p.ttl {
	display: inline;
	padding: 4px 8px;
	border: 1px solid #ff3333;
	color:#ffffff;
	background-color:#ff3333;
}
.handicapped .cautionBox .content {
	margin-top: 6px;
	padding: 10px;
	border: 1px solid #ff3333;
}
.handicapped .cautionBox .content dl dt {
	float: left;
	width: 17px;
	margin-right: 10px;
}
.handicapped .cautionBox .content dl dd {
	float: left;
	width: 96%;
}
.handicapped .cautionBox .content dl dt:nth-child(2n+1) {
	clear: both;
}





/* img透過 */
.discount ul li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* 周遊割引 ------------------------*/
.discount ul{ display: table; margin-left: -15px; border-collapse: separate; border-spacing: 15px 0; width: 103%; }
.discount ul li{ display: table-cell; width: 33.3%; }
.discount ul li.quad{ width: 25%; }

.discount ul li a{ text-decoration: none; }
.discount ul li dl dt,.discount ul li p:first-child{ margin: 5px 0 6px; }
.discount ul li dl dt:hover{ text-decoration: underline; }
.discount ul li dl dd{ margin-bottom: 5px; color: #000; }