@charset "Shift_JIS";
body {
	background-color:	white;
}

#header .category_jr {
	width : auto;
}

*.floRight {
	float:				right;
}
*.floLeft {
	float:				left;
}
*.cleared {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	margin:0;
	padding:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}
/*--------------------------
	グローバルNA
--------------------------*/
.na {
	background-color:	#CCCCCC;
}

/* topMessage */
div.topMessage {
	margin-bottom:		5px;
}
/* ItemName */
div#ItemName {
	display:			none;
	margin-top:			8px;
	margin-left:		10px;
	height:				30px;
	font-size:			24px;
	font-weight:		bold;
	color:				#111184;
}
/* DataVersion */
div#DataVersion {
	float:				right;
	color:				#FFFFFF;
	font-size:			11px;
}
div.navi {
	clear:				both;
}

/*--------------------------
	WindowBg
--------------------------*/
#maincontents {
	position:				relative;
	width:					320px;
}
#WindowBg {
	width:					0px;
	height:					0px;
	position:				absolute;
	top:					0px;
	left:					0px;
	z-index:				1000;
	display:				none;
	filter:					Alpha(opacity=40);
	-moz-opacity:			0.40;
	-khtml-opacity:			0.40;
	opacity:				0.40;
}
/*------------------
	出発地
-------------------*/
#DepartureContainer.active {
	position:				absolute;
	width:					300px;
	background-color:		#FFFFCC;
	top:					20px;
	left:					10px;
	padding:				30px 0px;
	border:					2px solid #A6A6A6;
	z-index:				2000;
}
#DepartureTitle {
	width:					300px;
	display:				none;
	font-weight:			bold;
	text-align:				center;
	margin-bottom:			20px;
}
select#Departure {
	width:					150px;
}
select#Departure option.na {
	color:					#666;
}


/*------------------
	地図
-------------------*/
#Map {
	position:			relative;
	width:				300px;
	height:				211px;
	overflow:			hidden;
}
#map_title div {
	position:			absolute;
	background-color:	#FFFFFF;
	color:				#404040;
	border:				1px solid #F1D625;
	text-align:			center;
	cursor:				pointer;
	padding:			0px 2px;
	font-size:			11px;
	z-index:			2;
}
#map_title div.over {
	background-color:	#FCEDCB;
	border:				1px solid #F2A808;
}
#map_title div.selected {
	background-color:	#FCEDCB;
	border:				2px solid #F74704;
	color:				red;
}
#map_title .na {
	background-color:	#DDDDDD;
	border:				1px solid #AAAAAA;
	color:				#888888;
	cursor:				default;
}
#map_layer img,
#map_upper img,
#map_lower img {
	position:			absolute;
	z-index:			-1;
	top:				0px;
	left:				0px;
}
/*---------------------
	こだわり条件
----------------------*/
div.sideSearchBox div.optionBox div.keyBtn
,div.sideSearchBox div.optionBox div.keyBtn_select {
	cursor:				pointer;
}
/*------------------
	施設リスト
------------------*/
div.resultBox .facilityBox .content {
	background:			none;			/* IE sometimes failes to paint bottom image */
	padding-bottom:		0;
}
div.resultBox .facilityBox .contentFooter_air {
	background:			url(../images/air_result_box_btm.gif) no-repeat left top;
	height:				10px;
	overflow:			hidden;
}
div.resultBox .facilityBox .contentFooter_jr {
	background:			url(../images/jr_result_box_btm_m.gif) no-repeat left top;
	height:				10px;
	overflow:			hidden;
}
div.resultBox .facilityBox .recommendPlanArea .recommendPlanBox {
	_margin-top: 5px;
}
div.resultBox .facilityBox .recommendPlanArea .recommendPlanBox .plantitlebox .right {
	width: 130px;
}
/* プランリスト[写真無] */
div.resultBox .planBox .detailbox .nophoto {
	width: 570px;
}
/* ページャー */
div.resultBox .pagerBox #DispImageContainer {
	margin-right: 0;
}
div.resultBox .pagerBox .right {
	width: 323px;
}
div.resultBox .pagerBox .right a {
	font-size: 12px;
}
div.resultBox .pagerBox .right .select {
	font-size: 16px;
}

div.sideSearchBox ul.optionTab {
	height: 75px;
}
/* 左カレンダー */
div.sideSearchBox .calenderBox {
	height:		170px;
}
div.sideSearchBox .calenderBox .calender td.horizontOn a {
	border:		1px solid red;
	width: 43px;
	height: 18px;
	line-height:18px;
/*	overflow:hidden;*/
}
.today {
	font-weight:		bold;
/*	background-color:	#FFFF99;*/
}
/* 右カレンダー */
div.resultBox .calenderTable {
	table-layout:	fixed;
}
/*************************************
	オンラインメニュー[TY:4/6/2008]
*************************************/
#onlinemenu {
	position:			relative;
	top:				-3px;
	width:				950px;
	margin:				0;
	padding:			5px;
	color:				#474747;
	background-color:	#FFE2FD;
	font-size:			12px;
	border:				1px solid #CCCCCC;
	border-right:		0;
	border-left:		0;
	line-height:		1.4em;
}
#onlinemenu em {
	color:				#FF0000;
	font-size:			18px;
	font-weight:		bold;
}

div.resultBox .facilityBox .detailbox .detail p span.priceTitle {
    font-weight: bold;
    color: red;
}

div.resultBox .facilityBox .detailbox .detail p span.price {
    font-weight: bold;
    color: red;
    font-size:16px;
}

div.resultBox .facilityBox .planlink a {
    background: url(../images/btn_check_planlist_off_m.gif) no-repeat;
    height: 22px;
    width: 200px;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    float: right;
}

div.resultBox .facilityBox .detailbox .detail .right {
    float: right;
    margin-left: 5px;
    width : 210px;
}

div.sideSearchBox dl.optionlist dt {
	font-size : 15px;
}

div.sideSearchBox dl.optionlist select {
	font-size : 18px;
}

#container_outer {
	width : 320px;
	position: relative;
	overflow : hidden;
}

#container {
	width : 200%;
	position: relative;
}

#home {
	float:left;
}

#subpane {
	float: left;
	width: 50%;
}

div.btn_complete a {
	display : block;
	width: 200px;
	height: 24px;
	margin: auto;
	align: center;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-size: 16px;
	background : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E0F5FF));
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border: solid 2px #89c8fa;
	line-height: 24px;
	vertical-align: middle;
}

.toolbar {
    -webkit-box-sizing: border-box;
    background: #6D84A2 url(../images/toolbar.png) repeat-x;
    border-bottom: 1px solid #2D3642;
    border-top: 1px solid #6D84A2;
    height: 40px;
    line-height : 40px;
    padding: 0px;
}

.toolbar h1 {
	color: white;
	font-size: 18px;
	font-weight: bold;
	left : 50%;
	height: 40px;
	margin: 1px 0px 0px 0px;
	text-align: center;
	text-overflow: ellipsis;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	white-space: nowrap;
}

.toolbar a.button {
	display : block;
	float: left;
	border-width: 0 5px;
	margin : 4px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	color : white;
	white-space: nowrap;
	-webkit-border-image: url(../../img/backButton.png) 0 8 0 14;
}

.toolbar a.button:link {
	text-decoration:none;
}
