@charset "utf-8";

/************************************************************
 *   共通部分CSS
 ************************************************************/
/*--------------------------------------------------*
 *   スタイルCSS
 *--------------------------------------------------*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
	background-color:#FFF;
}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
* html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
html,body {
	padding:0px;
	margin:0px;
	height:100%;
}
.clearfix:after {
	content: close-quote;
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img{
	border:0px;
	vertical-align: bottom;
}
li {
	list-style-type: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
p.img_bottom {
	font-size: 0px;
}
a{
	color:#0065BD;
	text-decoration: underline;
}
a:hover{
	color:#FB4F14;
}

/*--------------------------------------------------*
 *   大枠
 *--------------------------------------------------*/
#container {
	width: 980px;
	margin: 0px auto;
	font-size: 13px;
	color: #333;
	line-height: 1.35em;
}

/*--------------------------------------------------*
 *   ヘッダー
 *--------------------------------------------------*/
#header2 {
	width: 980px;
	margin-top: 10px;
}
#header2 .logo {
	width: 200px;
	float: left;
}
#header2 .lead {
	width: 780px;
	float: right;
}
#header2 .lead .header_navi {
	width: 780px;
}
#header2 .lead .header_navi ul {
	width: 598px;
	float: left;
	text-align: right;
	letter-spacing: -.40em;
	margin-right: 10px;
}
#header2 .lead .header_navi ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	line-height: 22px;
}
#header2 .lead .header_navi ul li a {
	color: #333;
	text-decoration: none;
}
#header2 .lead .header_navi ul li a:hover {
	color: #FB4F14;
}
#header2 .lead .header_navi ul li span.line {
	padding-left: 2px;
	padding-right: 2px;
}
#header2 .lead .header_navi ul li span.arrow {
	padding-left: 4px;
	color: #1D7DC7;
}
#header2 .lead .header_navi ul li span.line {
	padding-left: 2px;
	padding-right: 2px;
}
#header2 .lead .header_navi .keyword {
	width: 170px;
	float: right;
	border: 1px solid #BDD600;
}
#header2 .lead .header_navi .keyword p.search_area {
	width: 134px;
	float: left;
	padding-left: 10px;
}
#header2 .lead .header_navi .keyword p.search_area input {
	width: 134px;
	border: none;
	height: 22px;
	line-height: 22px;
}
#header2 .lead .header_navi .keyword p.bt_search {
	width: 26px;
	height: 22px;
	float: right;
}
#header2 .lead .header_navi .keyword p.bt_search a {
	width: 26px;
	height: 22px;
	display: block;
	background-image: url(../img/bt_icon_search.png);
	background-repeat: no-repeat;
}
#header2 .lead .header_navi .keyword p.bt_search a:hover {
	width: 26px;
	height: 22px;
	background-image: url(../img/bt_icon_search_hover.png);
	background-repeat: no-repeat;
}
#header2 .lead .header_navi .keyword p.bt_search a span {
	position: absolute;
	left: -7650px;
}
#header2 .lead p.telephone {
	color: #0165BD;
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	margin-right: -10px;
}
#header2 .lead p.telephone span {
	font-size: 24px;
	line-height: 1.2em;
}
#header2 .lead p.ask {
	text-align: right;
}

/*--------------------------------------------------*
 *   メイン/メインタイトル
 *--------------------------------------------------*/
#main_content {
	width: 980px;
	padding-top: 14px;
	padding-bottom: 50px;
}
#main_content .main_title {
	width: 980px;
}
#main_content .main_title .top {
	background-color: #208BDD;
	padding-left: 30px;
	color: #FFF;
	line-height: 20px;
}
#main_content .main_title .bottom {
	font-size: 24px;
	line-height: 1.2em;
	padding-top: 10px;
	font-weight: bold;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footer2 {
	width: 980px;
	padding-bottom: 20px;
}
#footer2 .foot_top {
	width: 980px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #CCC;
}
#footer2 .foot_top ul.box {
	width: 976px;
	margin: 0px auto;
}
#footer2 .foot_top ul.box li {
	width: 240px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	line-height: 1.35em;
}
#footer2 .foot_top ul.box li h3 {
	font-size: 15px;
	line-height: 1.2em;
	color: #666;
	font-weight: normal;
	padding-bottom: 16px;
}
#footer2 .foot_top ul.box li ul.list li {
	width: 234px;
	background-image: url(../img/img_footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 6px;
}
#footer2 .foot_top ul.box li ul.list li a {
	color: #555;
	text-decoration: none;
}
#footer2 .foot_top ul.box li ul.list li a:hover {
	color: #FB4F14;
}
#footer2 .foot_top ul.box li p.bt_facebook {
	width: 210px;
	height: 36px;
	text-transform: uppercase;
	font-family: 'Trebuchet MS',tahoma,arial,sans-serif;
	font-weight: bold;
	text-shadow: 2px 2px 2px #FFFFFF;
	font-size: 120%;
	padding: 0 5px;
	width: 200px;
	text-align: center;
	margin-top: 10px;
}
#footer2 .foot_top ul.box li p.bt_facebook a {
	width: 210px;
	height: 36px;
	display: block;
	background-image: url(../img/bt_facebook_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	color:#0065BD;
	text-decoration: none;
	line-height: 36px;
}
#footer2 .foot_top ul.box li p.bt_facebook a:hover {
	background-position: left bottom;
}
#footer2 .foot_top ul.box li .contact1 {
	background-image: url(../img/icon_contact1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-size: 18px;
	line-height: 1.2em;
	color: #208bdd;
	font-weight: bold;
}
#footer2 .foot_top ul.box li .contact2 {
	background-image: url(../img/icon_contact2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	font-size: 18px;
	line-height: 1.2em;
	color: #208bdd;
	font-weight: bold;
	min-height: 35px;
	padding-bottom: 10px;
}
#footer2 .foot_top ul.box li .contact2 a {
	color: #208bdd;
	text-decoration: none;
}
#footer2 .foot_top ul.box li .contact2 a:hover {
	color: #FB4F14;
}
#footer2 .foot_top ul.box li .contact3 {
	background-image: url(../img/icon_contact3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	font-size: 18px;
	line-height: 1.2em;
	color: #208bdd;
	font-weight: bold;
	min-height: 35px;
	padding-bottom: 10px;
}
#footer2 .foot_top ul.box li .contact3 a {
	color: #208bdd;
	text-decoration: none;
}
#footer2 .foot_top ul.box li .contact3 a:hover {
	color: #FB4F14;
}
#footer2 .foot_top ul.box li .contact4 {
	background-image: url(../img/icon_contact4.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	font-size: 18px;
	line-height: 1.2em;
	color: #208bdd;
	font-weight: bold;
	min-height: 35px;
}
#footer2 .foot_top ul.box li .contact4 a {
	color: #208bdd;
	text-decoration: none;
}
#footer2 .foot_top ul.box li .contact4 a:hover {
	color: #FB4F14;
}
#footer2 .foot_top ul.box li p.small {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 10px;
}
#footer2 .foot_bottom {
	margin-top: 30px;
}
#footer2 .foot_bottom .foot_navi li {
	float: left;
	padding-right: 20px;
}
#footer2 .foot_bottom .foot_navi li a {
	font-size: 12px;
	color: #555;
	text-decoration: none;
}
#footer2 .foot_bottom .foot_navi li a:hover {
	color: #FB4F14;
}
#footer2 .foot_bottom p.guide {
	width: 740px;
	font-size: 12px;
	padding-top: 30px;
}

/************************************************************
 *   検索一覧用CSS
 ************************************************************/
/*--------------------------------------------------*
 *   並べ替え
 *--------------------------------------------------*/
#main_content .hit {
	font-size: 16px;
	line-height: 1.2em;
	padding-top: 20px;
}
#main_content .hit span {
	font-size: 22px;
	line-height: 1.2em;
	color: #CC0001;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#main_content .sort {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin-top: 10px;
	font-size: 14px;
}
#main_content .sort p {
	background-color: #F8F8F8;
	padding: 8px 10px;
}
#main_content .sort p span.line {
	padding-left: 4px;
	padding-right: 4px;
}
#main_content .sort p span.now {
	font-weight: bold;
}

/*--------------------------------------------------*
 *   ページネーション
 *--------------------------------------------------*/
#main_content .pagination {
	margin-top: 20px;
}
#main_content .pagination ul {
	width:980px;
}
#main_content .pagination li.first_page {
	width:140px;
	float:left;
}
#main_content .pagination li.first_page a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
#main_content .pagination li.page_no {
	width:700px;
	float:left;
}
#main_content .pagination li.last_page {
	width:140px;
	float:left;
	text-align:right;
}
#main_content .pagination li.last_page a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
#main_content .pagination li {
	float:left;
}
#main_content .pagination li.page_no ul {
	font-weight:bold;
	width:560px;
	margin:0px auto;
	padding:0px;
}
#main_content .pagination li.page_no li {
	border:1px solid #CCCCCC;
	text-align:center;
	padding:0px;
	margin:0px 1px;
	line-height:38px;
	width:28px;
}
#main_content .pagination li.page_no li.prev_page {
	width:114px;
	margin:0px 4px 0px 0px;
}
#main_content .pagination li.page_no li.next_page {
	width:114px;
	margin:0px 0px 0px 4px;
}
#main_content .pagination li.page_no li.now_page {
	background-color:#EEEEEE;
	color:#666666;
}
#main_content .pagination li.page_no a {
	display:block;
	text-decoration:none;
}
#main_content .pagination li.page_no a:hover {
	background-color:#0065BD;
	color:#FFFFFF;
}

/*--------------------------------------------------*
 *   ツアー一覧ボックス
 *--------------------------------------------------*/
#main_content .tour_box {
	width: 980px;
	margin-top: 20px;
}
#main_content .tour_box .frm_top {
	width: 980px;
	height: 20px;
	background-image: url(../img/frame_top_tour.gif);
	background-repeat: no-repeat;
}
#main_content .tour_box .frm_bottom {
	width: 980px;
	height: 20px;
	background-image: url(../img/frame_bottom_tour.gif);
}
#main_content .tour_box .frm_middle {
	width: 940px;
	background-image: url(../img/frame_middle_tour.gif);
	background-repeat: repeat-y;
	padding: 0px 20px;
}
#main_content .tour_box .frm_middle p.tour_name {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}
#main_content .tour_box .frm_middle p.tour_cord {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}
#main_content .tour_box .frm_middle .case {
	width: 940px;
}
#main_content .tour_box .frm_middle .case .left {
	width: 260px;
	float: left;
}
#main_content .tour_box .frm_middle .case .right {
	width: 660px;
	float: right;
}
#main_content .tour_box .frm_middle .case .right .price_box {
	background-color: #FCFBA8;
	border: 1px solid #E6ED63;
	padding: 10px;
	margin-top: 10px;
}
#main_content .tour_box .frm_middle .case .right .price_box .days {
	width: 96px;
	height: 30px;
	background-image: url(../img/img_days.png);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 34px;
}
#main_content .tour_box .frm_middle .case .right .price_box .price {
	width: 526px;
	float: right;
	font-size: 15px;
	line-height: 1.35em;
	padding-top: 8px;
}
#main_content .tour_box .frm_middle .case .right .price_box .price span.week {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}
#main_content .tour_box .frm_middle .case .right .price_box .price span.red {
	font-size: 25px;
	line-height: 1.2em;
	color: #FE0000;
	font-weight: bold;
	padding-right: 10px;
}
#main_content .tour_box .frm_middle .case .right table.notice {
	width: 660px;
	border-top: 1px dashed #CCC;
	margin-top: 8px;
}
#main_content .tour_box .frm_middle .case .right table.notice th {
	width: 116px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dashed #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
#main_content .tour_box .frm_middle .case .right table.notice td {
	width: 214px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dashed #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
#main_content .tour_box .frm_middle .case .right ul.icon {
	margin-top: 8px;
}
#main_content .tour_box .frm_middle .case .right ul.icon li {
	width: 56px;
	float: left;
	padding-right: 4px;
}

/************************************************************
 *   検索詳細用CSS
 ************************************************************/
/*--------------------------------------------------*
 *   ツアー詳細タイトル
 *--------------------------------------------------*/
#main_content .det_title {
	width: 980px;
	margin-top: 30px;
}
#main_content .det_title .frm_top {
	width: 980px;
	height: 20px;
	background-image: url(../img/frame_top_tour.gif);
	background-repeat: no-repeat;
}
#main_content .det_title .frm_bottom {
	width: 980px;
	height: 20px;
	background-image: url(../img/frame_bottom_tour.gif);
}
#main_content .det_title .frm_middle {
	width: 940px;
	background-image: url(../img/frame_middle_tour.gif);
	background-repeat: repeat-y;
	padding: 0px 20px;
}
#main_content .det_title .frm_middle p.text {
	font-size: 23px;
	line-height: 1.35em;
	color: #0065BD;
	font-weight: bold;
}
#main_content .det_title .frm_middle p.sub {
	font-size: 18px;
	line-height: 1.35em;
	color: #222;
	font-weight: bold;
}
#main_content .det_title .frm_middle p.cord {
	font-size: 16px;
	line-height: 1.35em;
	font-weight: bold;
	padding-top: 14px;
	text-align: right;
}

/*--------------------------------------------------*
 *   ツアー料金
 *--------------------------------------------------*/
#main_content table.price_det {
	width: 980px;
	margin-top: 20px;
}
#main_content table.price_det td {
	vertical-align: middle;
	text-align: left;
}
#main_content table.price_det td.item_01 {
	width: 110px;
}
#main_content table.price_det td.item_02 {
	width: 610px;
}
#main_content table.price_det td.item_03 {
	width: 260px;
}
#main_content table.price_det p.days {
	width: 96px;
	height: 30px;
	background-image: url(../img/img_days.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 34px;
}
#main_content table.price_det p.price {
	width: 520px;
	font-size: 15px;
	line-height: 1.35em;
}
#main_content table.price_det p.price span.week {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}
#main_content table.price_det p.price span.red {
	font-size: 25px;
	line-height: 1.2em;
	color: #FE0000;
	font-weight: bold;
	padding-right: 10px;
}
#main_content table.price_det p.bt_copy {
	width: 260px;
	height: 64px;
}
#main_content table.price_det p.bt_copy a {
	width: 260px;
	height: 64px;
	display: block;
	background-image: url(../img/bt_copy.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_content table.price_det p.bt_copy a:hover {
	background-position: left bottom;
}
#main_content table.price_det p.bt_copy a span {
	position: absolute;
	left: -7650px;
}

/*--------------------------------------------------*
 *   ページ移動ナビ
 *--------------------------------------------------*/
#main_content .page_move {
	width: 980px;
	margin-top: 24px;
}
#main_content .page_move li.menu_01 {
	width: 130px;
	height: 48px;
	float: left;
}
#main_content .page_move li.menu_01 a {
	width: 130px;
	height: 48px;
	display: block;
	background-image: url(../img/navi_page_move.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_content .page_move li.menu_01 a:hover {
	background-position: left bottom;
}
#main_content .page_move li.menu_02 {
	width: 188px;
	height: 48px;
	float: left;
}
#main_content .page_move li.menu_02 a {
	width: 188px;
	height: 48px;
	display: block;
	background-image: url(../img/navi_page_move.gif);
	background-repeat: no-repeat;
	background-position: -130px top;
}
#main_content .page_move li.menu_02 a:hover {
	background-position: -130px bottom;
}
#main_content .page_move li.menu_03 {
	width: 144px;
	height: 48px;
	float: left;
}
#main_content .page_move li.menu_03 a {
	width: 144px;
	height: 48px;
	display: block;
	background-image: url(../img/navi_page_move.gif);
	background-repeat: no-repeat;
	background-position: -318px top;
}
#main_content .page_move li.menu_03 a:hover {
	background-position: -318px bottom;
}
#main_content .page_move li.menu_04 {
	width: 234px;
	height: 48px;
	float: left;
}
#main_content .page_move li.menu_04 a {
	width: 234px;
	height: 48px;
	display: block;
	background-image: url(../img/navi_page_move.gif);
	background-repeat: no-repeat;
	background-position: -462px top;
}
#main_content .page_move li.menu_04 a:hover {
	background-position: -462px bottom;
}
#main_content .page_move li.menu_05 {
	width: 158px;
	height: 48px;
	float: left;
}
#main_content .page_move li.menu_05 a {
	width: 158px;
	height: 48px;
	display: block;
	background-image: url(../img/navi_page_move.gif);
	background-repeat: no-repeat;
	background-position: -696px top;
}
#main_content .page_move li.menu_05 a:hover {
	background-position: -696px bottom;
}
#main_content .page_move li.menu_06 {
	width: 126px;
	height: 48px;
	float: left;
}
#main_content .page_move li.menu_06 a {
	width: 126px;
	height: 48px;
	display: block;
	background-image: url(../img/navi_page_move.gif);
	background-repeat: no-repeat;
	background-position: -854px top;
}
#main_content .page_move li.menu_06 a:hover {
	background-position: -854px bottom;
}
#main_content .page_move li a span {
	position: absolute;
	left: -7650px;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
#main_content h3.particle {
	width: 928px;
	height: 36px;
	background-image: url(../img/title_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 52px;
	margin-top: 50px;
	margin-bottom: 10px;
}
#main_content h3.particle span {
	font-size: 14px;
	line-height: 1em;
	padding-left: 20px;
}
#main_content h3.particle_top {
	margin-top: 20px;
}

/*--------------------------------------------------*
 *   基本条件
 *--------------------------------------------------*/
#main_content .basic {
	width: 980px;
}
#main_content .basic .left {
	width: 660px;
	float: left;
}
#main_content .basic .left table {
	width: 660px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#main_content .basic .left table th {
	width: 157px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 11px 10px 11px 12px;
}
#main_content .basic .left table td {
	width: 457px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	padding: 11px 10px 11px 12px;
}
#main_content .basic .right {
	width: 300px;
	float: right;
}
#main_content .basic .right .photo_box {
	width: 294px;
	border: 3px solid #ACD7F9;
	background-color: #E2F0FB;
	padding: 8px 0px;
}
#main_content .basic .right .photo_box p.picture {
	text-align: center;
}
#main_content .basic .right .photo_box ul.smn_box {
	width: 288px;
	margin: 12px auto 0px auto;
}
#main_content .basic .right .photo_box ul.smn_box li {
	width: 88px;
	float: left;
	padding: 0px 4px;
}

/*--------------------------------------------------*
 *   ツアーのポイント
 *--------------------------------------------------*/
#main_content ul.point {
	width: 980px;
}
#main_content ul.point li {
	padding-bottom: 14px;
	text-indent: -1em;
	margin-left: 1em;
}

/*--------------------------------------------------*
 *   カレンダー
 *--------------------------------------------------*/
#main_content .calendar {
	width: 980px;
}
#main_content .calendar ul.tab li {
	width: 120px;
	height: 48px;
	float: left;
	padding-right: 10px;
}
#main_content .calendar ul.tab li a {
	width: 120px;
	height: 48px;
	display: block;
	background-image: url(../img/bt_calender_tab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1.2em;
	line-height: 48px;
	color: #9A9A9A;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#main_content .calendar ul.tab li a:hover {
	background-position: left top;
	color: #0065BD;
}
#main_content .calendar ul.tab li.on {
	width: 120px;
	height: 48px;
	background-image: url(../img/bt_calender_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	line-height: 48px;
	color: #0065BD;
	text-align: center;
	font-weight: bold;
}
#main_content .calendar p.dating {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	line-height: 2.6em;
	margin-top: 14px;
	background-color: #208BDD;
	text-align: center;
}
#main_content .calendar table {
	margin-top: 2px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#main_content .calendar table td {
	width: 109px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 15px 15px 12px 15px;
}
#main_content .calendar table td.week {
	padding: 8px 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#main_content .calendar table td span {
	display: block;
	text-decoration: underline;
	font-size: 1.1em;
	line-height: 1em;
}
#main_content .calendar table td a {
	display: block;
	text-align: center;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
}
#main_content .calendar table td.color_a {
	background-color: #FF6760;
}
#main_content .calendar table td.color_b {
	background-color: #999;
}
#main_content .calendar table td.color_c {
	background-color: #0099FF;
}
#main_content .calendar table td.color_d {
	background-color: #F5F5F5;
}
#main_content .calendar table td.color_e {
	background-color: #FFF;
}
#main_content .calendar table td.color_f {
	background-color: #F2FAFD;
}
#main_content .calendar table td.color_g {
	background-color: #FFE6E1;
}

/*--------------------------------------------------*
 *   追加料金・料金備考・燃油
 *--------------------------------------------------*/
#main_content table.add {
	width: 980px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#main_content table.add th {
	width: 157px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 11px 10px 11px 12px;
}
#main_content table.add td {
	width: 777px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	padding: 11px 10px 11px 12px;
}

/*--------------------------------------------------*
 *   追加料金・注意事項など/重要事項
 *--------------------------------------------------*/
#main_content ul.indent {
	width: 980px;
}
#main_content ul.indent li {
	text-indent: -1em;
	margin-left: 1em;
}
#main_content ul.indent li span.out {
	margin-left: -1em;
}

/*--------------------------------------------------*
 *   スケジュール
 *--------------------------------------------------*/
#main_content table.schedule {
	width: 980px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#main_content table.schedule td {
	vertical-align: middle;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
}
#main_content table.schedule td.size_01 {
	width: 59px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#main_content table.schedule td.size_02 {
	width: 657px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-left: 12px;
	padding-right: 10px;
}
#main_content table.schedule td.size_03 {
	width: 79px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#main_content table.schedule td.size_04 {
	width: 137px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-left: 12px;
	padding-right: 10px;
}
#main_content table.schedule td.center {
	text-align: center;
}
#main_content table.schedule td.bcolor_a {
	background-color: #F3FAAC;
}
#main_content table.schedule td.bcolor_b {
	background-color: #F6F6F6;
}

/************************************************************
 *   2015/04/27追加CSS
 ************************************************************/

/*--------------------------------------------------*
 *   モーダルウィンドウ
 *--------------------------------------------------*/
#popup_modal #popup {
	width: 640px;
	margin: 0px auto;
	border: 8px solid #CCC;
	background-color: #FFF;
	padding: 30px;
	position:fixed;
}
#popup_modal #popup .box p.heading {
	font-size: 20px;
	line-height: 1.2em;
	color: #FFF;
	font-weight: bold;
	background-color: #2179D2;
	padding: 15px;
}
#popup_modal #popup .box table {
	width: 640px;
	border-top: 2px solid #CCC;
	border-right: 2px solid #CCC;
	margin-top: 20px;
	margin-bottom: 10px;
}
#popup_modal #popup .box table th {
	width: 130px;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
	text-align: left;
	background-color: #FCFBA8;
	padding: 10px 15px;
}
#popup_modal #popup .box table td {
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
	padding: 10px 15px;
}
#popup_modal #popup .box table td select.area {
	width: 300px;
}
#popup_modal #popup .box table td input[type="text"] {
	border: 1px solid #999;
	padding: 5px;
	font-size: 1em;
	background-color: #FFDFE0;
}
#popup_modal #popup .box table td .text_a {
	padding-right: 5px;
}
#popup_modal #popup .box table td .text_b {
	padding-left: 10px;
	padding-right: 5px;
}
#popup_modal #popup .box table td img {
	padding-left: 5px;
	vertical-align: middle;
}
#popup_modal #popup .box table td a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#popup_modal #popup .box p.bt_next_popup {
	width: 240px;
	height: 56px;
	margin: 0px auto;
	padding-top: 20px;
}
#popup_modal #popup .box p.bt_next_popup a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#popup_modal #popup .box p.bt_close {
	width: 120px;
	height: 40px;
	margin: 0px auto;
	padding-top: 20px;
}
#popup_modal #popup .box p.bt_close a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#lean_overlay {
	position: fixed; z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
