﻿@charset "utf-8";

.contentWrapper {
	overflow: hidden;
}

/* コンテンツ */
#mainArea {
}
#mainArea .container {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 15px;
}
#mainArea #lineupArea h2 {
	text-align: center;
}
#mainArea #lineupArea h2 a {
	display: inline-block;
	padding: 20px 0;
	margin-bottom: 10px;
}
#mainArea #lineupArea h2 a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mainArea h2.ad {
	margin:50px 15px 30px;
}

#lineupArea {
	margin-bottom:40px;
}
#lineupArea .type4col {
	clear: both;
}
#lineupArea .type4col:first-child {
	padding-top:0;
}
#lineupArea .type3col {
	width: 692px;
	padding-top:20px;
	margin-right: 20px;
	float: left;
}
#lineupArea .type2col {
	width:470px;
	margin-right:20px;
	float:left;
}
#lineupArea .type1col {
	width: 220px;
	padding-top:20px;
	margin-right: 20px;
	float:left;
}
#lineupArea .last {
	margin-right: 0;
}
#lineupArea .tournotes01 {
	padding-bottom:10px;
	text-align:center;
	margin-top:-20px;
	font-weight:bold;
}
#lineupArea .tournotes02,
#lineupArea .airnotes {
	padding-bottom:10px;
	text-align:center;
	margin-top:-15px;
	font-weight:bold;
}
#lineupArea .itemList li {
	width:220px;
	background:#ffffff;
	color:#000000;
	float:left;
	margin: 4px 9px 20px 9px;
	border: 3px solid #aaaaaa;
	position: relative;
}

#lineupArea .itemList li:hover {
	display: block;
	border: 3px solid #e9639e;
}
#lineupArea .itemList li.nolink:hover {
	border-color: #f4f2ec;
}

#lineupArea .itemList li:first-child {
	margin-left: 0px;
}


#lineupArea .itemList li.last {
	margin-right: 0;
}
#lineupArea  .type2col .itemList li.last {
	margin-right: -4px;
}
#lineupArea .itemList li a:link {
	color: #000000;
	text-decoration: none;
}
#lineupArea .itemList li a:visited {
	color: #000000;
	text-decoration: none;
}
#lineupArea .itemList li .itemText {
	padding:12px 7px 5px 7px;
}
#lineupArea .itemList li span {
	display: block;
}
#lineupArea .itemList li .itemText .startDate {
	padding-bottom: 8px;
}
#lineupArea .itemList li .itemText .itemTitle {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4;
	/*padding-left: 11px;*/
}
#lineupArea .itemList li .itemText .itemPoint {
	font-size: 110%;
	line-height: 1.4;
	padding-top: 5px;
}
#lineupArea .itemList li .itemText .itemPax {
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
}

#lineupArea .itemList li .itemText .itemPrice {
	min-height: 25px;
	font-size: 130%;
	font-weight: bold;
	color: #ff6600;
	padding-top: 5px;
}
#lineupArea .itemList li .itemText .fuel {
	font-size: 85%;
	line-height: 1.4;
	padding-top: 5px;
	text-align: right;
}
#lineupArea .itemList li .itemText .notes {
	font-size: 85%;
	line-height: 1.4;
	padding-top: 5px;
}
#lineupArea .itemList li .itemText .itemPrice .notes {
	font-weight:normal;
	font-size: 75%;
	color:#000000;
}
#lineupArea .itemList li .itemText .itemPrice em {
    font-size: 90%;
    line-height: 1.4;
    font-weight: bold;
}
#lineupArea .itemList li .moreInfo {
	color: #ffffff;
	margin: 5px;
}
#lineupArea .link_bnr a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lineupArea .linkBox {
	margin-bottom: 30px;
	border: 1px solid #4da6db;
}
#lineupArea .type4col .linkBox {
	width: 960px;
	margin: 0 auto 30px;
}
#lineupArea .type2col .linkBox {
	margin: 0 0px 30px 0;
}
#lineupArea .type2col.last .linkBox {
	margin: 0 0 30px 0;
}
#lineupArea .linkBox a:link,
#lineupArea .linkBox a:visited {
	text-decoration: underline;
}
#lineupArea .linkBox a:hover {
	text-decoration: none;
}

#lineupArea .linkBox .linkBt {
	font-size: 140%;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .10em;
	border-bottom: 1px solid #4da6db;
}
#lineupArea .type2col .linkBox .linkBt {
	border: none;
}

#lineupArea .linkBox .linkBt a {
	padding: 5px 0;
	display: block;
	color: #fff;
	background:#4da6db;
	font-weight: bold;
}
#lineupArea .linkBox .linkBt a span {
	padding-left: 28px;
	background: url(../images/index_ico_arrow_01.png) no-repeat 0 0.18em;
}
#lineupArea .linkBox .linkBt a:link,
#lineupArea .linkBox .linkBt a:visited {
	color: #fff;
	text-decoration:none;
}
#lineupArea .linkBox .linkBt a:hover span{
	color: #ffffff;
	text-decoration:none;
}
#lineupArea .linkBox .linkBt a:hover{
	background:#0080cc;
}

#lineupArea .linkBox dd {
	background:#fffeea;
	padding: 15px 10px 12px;
	border-top: #fff 1px solid;
}
#lineupArea .linkBox dd .banner li {
	margin-left: 7px;
	margin-bottom: 13px;
	width: 210px;
	vertical-align: top;
}
#lineupArea .linkBox dd .banner li a {
	background: none !important;
	padding: 0;
}
#lineupArea .linkBox dd .banner li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#lineupArea .linkBox dd li {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.08em;
}
#lineupArea .linkBox dd li a {
	background: url(../images/index_ico_arrow_02.png) no-repeat 0 0.6em;
	padding: 5px 5px 5px 14px;
	color: #0080cc;
	display: block;
	font-weight: bold;
}

#adItemArea {
	padding:20px 0;
}
#adItemArea h2 {
	margin-bottom:35px;
	text-align: center;
}
#adItemArea ul {
	width:910px;
	margin:0 auto;
}
#adItemArea .item {
	margin-bottom: 20px;
	min-height: 105px;
	position: relative;
}
#adItemArea .item.type01 {
	width: 910px;
	border-bottom: 2px dotted #DDDDDD;
	padding-bottom: 5px;
	clear: both;
}
#adItemArea .item.last {
	margin-bottom: 50px;
}
#adItemArea .item a, .item span {
	display: block;
}
#adItemArea .item .photo {
	display: block;
	width: 140px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}
#adItemArea .item.type01 .textArea {
	width: 780px;
	line-height: 1.4em;
	padding-left: 125px;
}
#adItemArea .item a:link,
#adItemArea .item a:visited {
	color: #000000;
	text-decoration: none;
}
#adItemArea .item a:hover {
	color: #000000;
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#adItemArea .item .textArea .title {
	font-weight: bold;
	font-size: 17px;
	padding-bottom:5px;
}
#adItemArea .item .textArea .htl {
	padding-top: 4px;
	font-size: 11px;
}
#adItemArea .item .textArea .dept {
	font-size: 12px;
}
#adItemArea .item .textArea .price {
	color: #ff6600;
	font-size: 17px;
	font-weight: bold;
	margin-top: 4px;
}
#adItemArea .item .more {
	background: url(../images/index_ico_arrow_02.png) no-repeat right 2px;
	padding-right: 15px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#adItemArea .item .more a:link,
#adItemArea .item .more a:visited {
	text-decoration: underline;
	color: #000;
}
#adItemArea .item .more a:hover {
	text-decoration: none;
	color: #000;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* 検索BOXセット */
#searchBoxSet {
	width:920px;
	margin:20px auto 30px;
}

/* バナーエリア */
#bottomBnrArea {
    width: 920px;
    margin: 0 auto;
    background: #f2f0e8;
    padding: 25px 0;
    text-align: center;
    font-size: 0;
}
#bottomBnrArea li {
	display: inline-block;
	border: 4px solid #f2f0e8;
}
#bottomBnrArea li + li {
    margin-left: 20px;
}
#bottomBnrArea li:hover {
	border: 4px solid #e9639e;
}

#areaLink {
	width:920px;
	margin:40px auto;
}
#areaLink li {
	display:inline-block;
}
#areaLink li:first-child {
	background-color: #ffdaea;
}
#areaLink li + li {
	margin-left: 13px;
}
#areaLink li a {
	background: url(../images/index_ico_arrow_02.png) no-repeat 0 0.6em;
	padding: 5px 5px 5px 13px;
	color: #0b61a4;
	display: block;
	font-weight: bold;
}
#areaLink li a:link,
#areaLink li a:visited {
	text-decoration: underline;
}
#areaLink li a:hover {
	text-decoration: none;
}

.airbnr {
	clear:both;
	padding:0 0 30px;
	margin:0 auto 0;
	width:930px;
	display:block;
}
.airbnr img {
	margin-top:-10px;
}
.airbnr a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.airbnr2 {
clear:both;
padding:0 0 30px;
margin:0 auto 0;
display:block;
}

.airbnr2 a:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

.tabBnrArea {
		width: 900px;
    margin: -20px auto;
}
.tabBnrArea a:hover{
	opacity: 0.8;
}

.no1notes {
	width:960px;
	font-size:81%;
	line-height:1.4;
	margin:10px auto;
	text-align: right;
}