@charset "UTF-8";

html{
	height:100%;
	margin:0;
	padding:0;
}

/* body */
body {
	margin:0 auto;
	text-align:center;
	background-color: #ffffff;
	background-image: url(../images/common/new_back.gif);
	background-repeat: repeat-x;
	zoom:1;
	background-position: left top;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 0px;
	margin:0px;
	padding:0px;
}

.cls {
	clear:both;
	line-height:0px!important;
	height:15px!important;
	font-size:0px!important;
}

.br{
	letter-spacing:0;
}

.hover a:hover img{
	-ms-filter: "alpha( opacity=85 )";/*for IE8*/
	filter: alpha(opacity=85); /*for IE6～7*/
	opacity: 0.85;
}

.line{
	clear:both;
	height: 3px;
	margin:5px 0;
	background-image:url(../images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.f_r{
	float:right;
	padding-right:2px;
}

.f_l{
	float:left;
	padding-left:2px;
	
}

.mg150{
	margin-bottom:150px;
}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt50{margin-top:50px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px; clear:both;}
.mb15{margin-bottom:15px; clear:both;}
.mb20{margin-bottom:20px; clear:both;}
.mb30{margin-bottom:30px; clear:both;}
.mb35{margin-bottom:35px; clear:both;}
.mb40{margin-bottom:40px; clear:both;}
.mb50{margin-bottom:50px; clear:both;}

.ml15{margin-left:15px;}
.mr15{margin-right:15px;}

.p15{padding:15px;}

.pt07{padding-top:7px;}
.pt15{padding-top:15px;}

.pl10{padding-left:10px;}
.pl15{padding-left:15px;}

.pt50{padding-bottom:50px;}

.w10{width: 10px}
.w20{width: 20px}
.w30{width: 30px}
.w40{width: 40px}
.w50{width: 50px}
.w60{width: 60px}
.w70{width: 70px}
.w80{width: 80px}
.w90{width: 90px}
.w100{width: 100px}
.w110{width: 110px}
.w120{width: 120px}
.w130{width: 130px}
.w140{width: 140px}
.w150{width: 150px}
.w160{width: 160px}
.w170{width: 170px}
.w180{width: 180px}
.w190{width: 190px}
.w200{width: 200px}




/* header
----------------------------------------*/
div#header{
	width: 960px;
	height: 64px;
	font-size: 1px;
	line-height:1px;
	background-image: url(../images/common/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto; !important;
	margin-top:8px;
	position:relative;
}


/* header_l
----------------------------------------*/
.header_l {
	display:block;
	text-align:left;
position: relative; 
}


.logo {
	position:absolute;
	text-align:left;
	left:0;
}

.catch {
	position:absolute;
	text-align:left;
	left:110px;
	padding-top:10px;
}





/* header_r
----------------------------------------*/
.header_r {
	display:block;
	text-align:right;
	position: relative; 
}



/* u_navi
----------------------------------------*/
.u_navi li{
	float:right;
	padding-left:10px;
}




/* rt_navi
----------------------------------------*/
.rt_navi {
	padding-top:5px;

}

.rt_navi li{
	padding:7px 6px 0 0;
	float:right;
}

.rt_navi img {
	font-size: small;
	vertical-align: top;
}




/* fontsize
----------------------------------------*/
.fontsize {
	width:157px;
	height:34px;
	background-image:url(../images/common/font_size.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-right:4px;
	float:right;
	vertical-align:top;
}

.fontSize ul {
	display:inline;
	margin:0;
}



/* search
----------------------------------------*/
.search{
	width: 300px;
	margin-top: 5px;
	margin-right:10px;
	text-align: right;
	float:right;
}




/* globalnavi
----------------------------------------*/
ul#gnavi{
	width: 956px;
	height:48px;
	font-size: 0;
	overflow:hidden;
	margin: 0 auto;
}

#gnavi ul {
	width: 868px;
	padding:0;
}

ul#gnavi li {
	margin: 0 15px 0 0;
	display: inline-block;
}

ul#gnavi li:last-child {
	margin: 0;
}

ul#gnavi li a {
	height: 48px;
	color: #00376b;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 30px;
	display: block;
}

ul#gnavi li a#current,
ul#gnavi li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #00376b;
	border-radius: 5px 5px 0 0;
}



/* contents
----------------------------------------*/
.contents{
	width:960px;
	margin: 0 auto;
	margin-top:12px;
}





/* パンくず
----------------------------------------*/
ol#topicPath {
	height:30px;
	padding-top:3px;
	list-style: none;
	color:#333333;
	font-size:90%;
}

ol#topicPath li {
	background: url(../images/common/ico_topicpath.gif) no-repeat 0 50%;
	padding-right: 7px;
	padding-left: 10px;
	float: left;
	display: inline;
}

ol#topicPath li.home {
	padding-left: 0;
	background: none;
}

ol#topicPath li a:link,
ol#topicPath li a:visited {
	text-decoration:none;
}

ol#topicPath li a:hover,
ol#topicPath li a:active {
	text-decoration:none;
}

ol#topicPath li em {
	font-style: normal;
}





/* ページタイトル
----------------------------------------*/
.pagetitle {
	margin: 0 auto;
	padding-left:1px;
	padding-bottom:14px;
	background: none;
}

.title_midashi {
	padding-top:25px;
	padding-bottom:8px;
}

.contents_midashi {
	clear:both;
	width:623px;
	height:36px;
	font-size:14px;
	background-image:url(../images/common/contents_bk.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding:10px 0 0 10px;
	overflow:auto;
}

.description {
	padding:0 8px 8px 8px;
}

p.description {
	line-height: 1.6;
	padding:0 8px 8px 8px;
}






/* column
----------------------------------------*/
.top_right{
	width:676px;
	float:right;
	margin:0;
	padding:0;
}

.top_left{
	width:264px;
	float:left;
	margin:0;
	padding-top:8px;
}

.top_center{
	width:264px;
	float:center;
	margin:0;
	padding-top:8px;
}

.column_right{
	width:264px;
	float:right;
	margin:0;
}

.column_left{
	width:676px;
	float:left;
	margin:0;
	padding:0;
}

.new_top {
	width:316px;
	float:left;
	margin:0;
	padding:0 6px 0 0;
}

.new_top_last {
	width:316px;
	float:left;
	margin:0;
	padding:0;
}

.column2 {
	width:477px;
	float:left;
	margin:0;
	padding:0 6px 0 0;
}

.column2_last {
	width:477px;
	float:left;
	margin:0;
	padding:0;
}

.column2_rlong {
	width:638px;
	float:left;
	margin:0;
	padding:0 6px 0 0;
}

.column2_llong {
	width:638px;
	float:left;
	margin:0;
	padding:0;
}

.column1 {
	width: 940px;
	background: #ffffff;
	border: #d2dfe5 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 1px;
}



/* tour_head
----------------------------------------*/
.tour_head {
	height: 330px;
	background: url(/tour/images/main.jpg) no-repeat;
	border-radius: 5px 5px 0 0;
	margin: 0 0 20px;
	text-align: center;
}

.tour_head h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 10px #000000, -1px -1px 10px #000000;
	text-indent: 0.6em;
	letter-spacing: 0.6em;
	padding: 160px 0 0;
}




/* tour_search
----------------------------------------*/
.tour_search {
	margin: 10px;
	padding: 10px;
	background: #ebf0f3;
	border: #d2dfe5 2px solid;
	text-align: left;
}

.search_detail {
	width: 100%;
	margin: 0 0 0.5em;
	display: table;
}

.search_detail:last-child {
	margin: 0;
}

.search_detail dt {
	width: 15%;
	max-width: 100px;
	display: table-cell;
	vertical-align: top;
}

.search_detail dd {
	display: table-cell;
	vertical-align: top;
}

.search_detail select {
	height: 20px;
	border: #b3b3b3 1px solid;
}

.search_detail label {
	height: 20px;
	cursor: pointer;
	box-sizing: border-box;
	margin: 3px 10px 3px 0;
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.search_detail label:before {
	content: '';
	width: 20px;
	height: 20px;
	border: #b3b3b3 1px solid;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.search_detail label:after {
	content: '';
	width: 8px;
	height: 12px;
	margin-top: -8px;
	border-right: #dd6655 3px solid;
	border-bottom: #dd6655 3px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 40%;
	left: 5px;
	z-index: 1;
}
.search_detail label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	box-shadow: 40px 0px #ffffff;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: -40px;
	z-index: 2;
}
.search_detail label input[type="checkbox"]:checked {
	box-shadow: none;
}
.search_detail label input[type="checkbox"]:checked:focus {
	box-shadow : 1px 0px #666666;
	opacity: 0.1;
}
.search_detail label input[type="checkbox"]:focus {
	box-shadow: 40px 0px #eeeeee;
}


.search_button {
	width: 100%;
	margin: 20px 0 30px;
	text-align: center;
}

.search_button input {
	width: 300px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	letter-spacing: 2.0em;
	text-indent: 2.0em;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	background: -ms-linear-gradient(top, #bfd9e5, #3d95b7 50%, #0080b3 50%, #0099cc);
	background: -moz-linear-gradient(top, #bfd9e5, #3d95b7 50%, #0080b3 50%, #0099cc);
	background: -webkit-gradient(linear, left top, left bottom, from(#bfd9e5), color-stop(0.5,#3d95b7), color-stop(0.5,#0080b3), to(#0099cc));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099cc;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	padding: 10px 0;
	display: inline-block;
}

.search_button input:hover {
	text-decoration: none;
	opacity: 0.8;
}



/* tour_pickup
----------------------------------------*/
.tour_pickup {
	margin: 10px;
	padding: 10px;
	background: #ebf0f3;
	border: #d2dfe5 2px solid;
	text-align: left;
}

.pickup_detail {
	width: 100%;
	margin: 0 0 0.5em;
	display: table;
}

.pickup_detail:last-child {
	margin: 0;
}

.pickup_detail dt {
	width: 15%;
	max-width: 100px;
	display: table-cell;
	vertical-align: top;
}

.pickup_detail dd {
	display: table-cell;
	vertical-align: top;
}

.pickup_detail dd a {
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 0;
}

.pickup_detail dd a:last-child {
	margin: 0;
}



/* tour_num_page
----------------------------------------*/
.tour_num_page {
	padding: 10px;
	position: relative;
	text-align: left;
}

/* tour_num */
.tour_num {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}


/* tour_page */
.tour_page {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 10px;
}

.tour_page li {
	border: #d2dfe5 1px solid;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.tour_page li a {
	min-width: 20px;
	height: 20px;
	font-weight: bold;
	font-family: 'arial black',sans-serif;
	padding: 0 0.25em;
	display: block;
	text-align: center;
}

.tour_page li a:hover {
	font-color: #2063cc;
	background: #ebf0f3;
	text-decoration: none;
}

.tour_page li.here_page {
	font-weight: bold;
	background: #ebf0f3;
	border: #ebf0f3 1px solid;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}


/* tour
----------------------------------------*/
.tour_body {
	padding: 10px;
	text-align: left;
}

.tour_list {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: #d2dfe5 2px solid;
	box-sizing: border-box;
}

.tour_list:last-child {
	margin: 0;
}

.tour_main {
	width: 100%;
	display: table;
}

.tour_list_img {
	width: 130px;
	height: 130px;
	padding: 10px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

.tour_list_img img {
	padding: 1px;
	border: #d2dfe5 1px solid;
}

.tour_header {
	padding: 10px;
	display: table-cell;
	vertical-align: top;
}

.tour_title {
	font-weight: bold;
	padding: 0.5em 0;
}

.tour_detail {
	width: 100%;
	padding: 0.25em 0;
	border-bottom: #d2dfe5 1px solid;
	display: table;
}

.tour_detail:last-child {
	border-bottom: 0;
}

.tour_detail dt {
	width: 20%;
	max-width: 150px;
	display: table-cell;
	vertical-align: top;
}

.tour_detail dd {
	display: table-cell;
}

.tour_price span {
	font-family: 'arial black',sans-serif;
	font-size: 1.5em;
}

.tour_footer {
	padding: 10px;
	border-top: #d2dfe5 1px solid;
	display: block;
	position: relative;
}

.tour_link {
	position: absolute;
	top: 10px;
	right: 10px;
}


.tour_subdetail {
	padding: 20px 10px;
	box-sizing: border-box;
	text-align: left;
}

.tour_subdetail .tour_subtitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	border-left: #d2dfe5 5px solid;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}

.tour_sche table {
	width: 100%;
	border-collapse: collapse;
}

.tour_sche table th {
	font-weight: bold;
	background: #ebf0f3;
	border: #d2dfe5 1px solid;
	padding: 0.2em;
	text-align: center;
}

.tour_sche table td {
	border: #d2dfe5 1px solid;
	padding: 0.2em;
	text-align: center;
}

.tour_sche table td[class="9AP"] {
	color: #878787;
	background: #f3efed;
}

.tour_sche table td[class="9TR"] {
	color: #878787;
	background: #f1edf3;
}

.tour_sche table td[class="9RH"] {
	color: #878787;
	background: #f0f0f0;
}

.tour_map {
	width: 400px;
	display: inline-block;
	vertical-align: top;
}

.tour_map #gmap {
	width: 400px;
	height: 250px;
	border: #d2dfe5 1px solid;
}

.tour_photo {
	width: 500px;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.tour_button {
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
}

.tour_button a {
	width: 300px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	background: -ms-linear-gradient(top, #e4bfc0, #b53c45 50%, #b2000c 50%, #cc0013);
	background: -moz-linear-gradient(top, #e4bfc0, #b53c45 50%, #b2000c 50%, #cc0013);
	background: -webkit-gradient(linear, left top, left bottom, from(#e4bfc0), color-stop(0.5,#b53c45), color-stop(0.5,#b2000c), to(#cc0013));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cc0013;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	padding: 10px 0;
	display: inline-block;
}

.tour_button a:hover {
	text-decoration: none;
	opacity: 0.8;
}



/* ticket_head
----------------------------------------*/
.ticket_head {
	height: 330px;
	background: url(/ticket/images/main.jpg) center no-repeat;
	border-radius: 5px 5px 0 0;
	margin: 0 0 20px;
	text-align: center;
}

.ticket_head h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 10px #000000, -1px -1px 10px #000000;
	text-indent: 0.6em;
	letter-spacing: 0.6em;
	padding: 160px 0 0;
}



/* ticket_search
----------------------------------------*/
ul#tab {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	display: table;
	list-style: none;
	box-sizing: border-box;
	zoom: 1;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	width: 50%;
	display: table-cell;
	text-align: center;
}
ul#tab li a {
	width: 100%;
	color: #222222;
	text-decoration: none;
	padding: 8px 0;
	background: #fafbfc;
	border-top: #e8eff2 2px solid;
	border-right: #e8eff2 2px solid;
	border-bottom: #d2dfe5 2px solid;
	border-left: #e8eff2 2px solid;
	box-sizing: border-box;
	display: block;
}
ul#tab li a:hover {
	background: #f5f8fa;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background: #ebf0f3;
}

ul#tab li.active a {
	border-top: #d2dfe5 2px solid;
	border-right: #d2dfe5 2px solid;
	border-bottom: #ebf0f3 2px solid;
	border-left: #d2dfe5 2px solid;
}

.ticket_form {
	display: none;
}
.ticket_search {
	margin: 0 10px 10px;
	padding: 10px;
	background: #ebf0f3;
	border-right: #d2dfe5 2px solid;
	border-bottom: #d2dfe5 2px solid;
	border-left: #d2dfe5 2px solid;
	box-sizing: border-box;
	text-align: left;
}

.search_detail {
	width: 100%;
	margin: 0 0 0.5em;
	display: table;
}

.search_detail:last-child {
	margin: 0;
}

.search_detail dt {
	width: 15%;
	max-width: 100px;
	display: table-cell;
	vertical-align: middle;
}

.search_detail dd {
	display: table-cell;
	vertical-align: middle;
}

.search_detail input[type="text"] {
	height: 36px;
	border: #b3b3b3 1px solid;
}

.search_detail select {
	height: 40px;
	border: #b3b3b3 1px solid;
}

.search_detail label {
	height: 20px;
	cursor: pointer;
	box-sizing: border-box;
	margin: 3px 10px 3px 0;
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.search_detail label:before {
	content: '';
	width: 20px;
	height: 20px;
	border: #b3b3b3 1px solid;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.search_detail label:after {
	content: '';
	width: 8px;
	height: 12px;
	margin-top: -8px;
	border-right: #dd6655 3px solid;
	border-bottom: #dd6655 3px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 40%;
	left: 5px;
	z-index: 1;
}
.search_detail label input[type="checkbox"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	box-shadow: 40px 0px #ffffff;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: -40px;
	z-index: 2;
}


.ticket_button {
	width: 100%;
	background: #ffffff;
	padding: 30px 0;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
}

.ticket_button input {
	width: 300px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	background: -ms-linear-gradient(top, #e4bfc0, #b53c45 50%, #b2000c 50%, #cc0013);
	background: -moz-linear-gradient(top, #e4bfc0, #b53c45 50%, #b2000c 50%, #cc0013);
	background: -webkit-gradient(linear, left top, left bottom, from(#e4bfc0), color-stop(0.5,#b53c45), color-stop(0.5,#b2000c), to(#cc0013));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: #cc0013 1px solid;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	padding: 10px 0;
	display: inline-block;
}

.ticket_button input:hover {
	text-decoration: none;
	opacity: 0.8;
}



/* ticket
----------------------------------------*/
.ticket_index {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
	margin: 0 10px;
	padding: 0 0 5px;
	text-align: left;
}

#outward-back-top,
#return-back-top {
	margin: 0;
	position: fixed;
	top: 0;
	z-index: 5;
}

#return {
	margin: 30px 0 10px;
}

.ticket_body {
	margin: 0 10px;
	border-collapse: collapse;
	text-align: left;
}

.ticket_body th {
	font-size: 12px;
	background: #fafbfc;
	box-sizing: border-box;
	border: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 3px double;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}

.ticket_body th .ticket_fromto {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0;
	text-align: center;
}


.ticket_body td {
	font-size: 12px;
	box-sizing: border-box;
	border: #bbbbbb 1px solid;
	text-align: center;
	vertical-align: middle;
}

.ticket_body td.title {
	padding: 5px 20px;
}

.ticket_body td .ticket_time {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
}

.ticket_body input[type="radio"] {
	display: none; 
}

.ticket_body label {
	width: 59px;
	height: 59px;
	color: #111111;
	background: #eeeeee;
	box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
	box-sizing: border-box;
	padding: 10px 0;
	display: inline-block;
	cursor: pointer;
}

.ticket_body label:hover {
	background: #ffdfdf;
	box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,0.5);
}

.ticket_body label .ticket_seat {
	font-weight: bold;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.ticket_body label .ticket_price {
	padding: 5px 0;
}

.ticket_body label .ticket_price_detail,
.ticket_body label.disabled:hover .ticket_price_detail {
	display: none;
}

.ticket_body label:hover {
	position: relative;
}

.ticket_body label:hover .ticket_price_detail {
	width: 80px;
	color: #ffffff;
	font-size: 10px;
	line-height: 100%;
	background: #51a2c1;
	padding: 5px;
    border-radius: 3px;
	display: block;
	position: absolute;
	top: 55px;
	cursor: auto;
	z-index: 2;
}

.ticket_body label .ticket_price_detail:before {
	width: 0;
	height: 0;
	content: '';
	border: 10px transparent solid;
	border-right-width: 0;
	border-left-color: #51a2c1;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	display: block;
	position: absolute;
	top: -13px;
	left: 15px;
	z-index: 2;
}

.ticket_body label.none,
.ticket_body label.disabled {
	color: #333333;
	font-weight: normal;
	background: #dddddd;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: default;
}

.ticket_body label.none {
	padding: 23px 0 10px;
}


.ticket_body input[type="radio"]:checked + label { 
  background: #ffcccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ticket_caution {
	background: #cccccc;
	margin: 10px;
	padding: 10px;
	list-style: disc;
	text-align: left;
}

.ticket_caution li {
	margin: 0 0 0 20px;
}



/* whatnew ※base_top.cssと共通
----------------------------------------*/
#whatnew {
	padding-left: 15px;
	padding-top: 10px;
	width: 644px;
}

.nucleus {
	min-height: 70px;
	margin: 0 0 9px;
	padding-bottom: 5px;
	border-bottom:1px dotted #999999;
	text-align:left;
	clear: both;
}

.nucleus:last-child {
	border-bottom: 0;
	margin: 0;
}

.last-nucleus{
	clear: both;
	margin: 0;
	text-align: left;
}

.tour_ph {
	float:left;
	padding:0 15px 7px 0;
	width:90px;
}

.tour_ph img {
	border:0 none;
}

.last-nucleus dl, 
.nucleus dl {
	display:inline;
}

.last-nucleus dl dt,
.nucleus dl dt {
	font-weight:bold;
	padding:0 0 3px;
}

.last-nucleus dt a, 
.nucleus dt a {
	font-size:16px;
	text-decoration: underline;
}

.last-nucleus dd, 
.nucleus dd {
	padding-bottom:3px;
}

.supply {
	font-size:86%;
	text-align:right;
}

.agent {
	color: #2da962;
	padding-left:5px;
}




/* agent_date
----------------------------------------*/
.agent_name {
	margin-bottom:5px;
}

.agent_name dt {
	display:table-cell;
	float:left;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	padding-top:5px;
	width:512px;
}

.agent_name dd {
	margin-left:10px;
}

.agent_date {
	text-align:left;
	clear:both;
	padding:12px;
	background-color:#FFFFFF;
	border: 1px solid #a1cdf7;
}

.agent_date dl {
	display:inline;
}

.agent_date dt {
	display:table-cell;
	float:left;
	text-align:left;
	vertical-align:top;
}

.agent_date dd {
	margin-left:190px;
}

.agent_comment {
	margin-bottom:15px;
	padding:12px;
}





/* contact_list
----------------------------------------*/
.contact_list {
	width:100%;
	margin:0 auto;
}

.contact_list dl {
	display:inline;
}

.contact_list dt {
	display:table-cell;
	float:left;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	padding-top:5px;
	width:80px;
}

.contact_list dd {
	margin-left:120px;
	padding:4px 0;
}

p.contact01 {
	margin: 8px 0 8px 14px;
}

p.contact02 {
	margin: 0px;
}




.contact_list dl {
	display:inline;
}

.contact_list dt {
	display:table-cell;
	float:left;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	padding-top:5px;
	width:80px;
}

.contact_list dd {
	margin-left:120px;
	padding:4px 0;
}

p.contact01 {
	margin: 8px 0 8px 14px;
}

p.contact02 {
	margin: 0px;
}





/* service
----------------------------------------*/
.merit_list {
	width:100%;
	margin:0 auto;
	padding-bottom:16px;
}

.merit_list dl {
	display:inline;
}

.merit_list dt {
	display:table-cell;
	float:left;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	padding-top:5px;
	padding-left:5px;
	width:120px;
}

.merit_list dd {
	margin-left:140px;
	padding:4px 0;
}

p.merit01 {

}

p.merit02 {
	margin: 0px;
}

.recommend li {
	width:310px;
	padding-bottom:5px;
	text-align:center;
	float:left;
}

.utilize{
	padding-top:10px;
	padding-bottom:15px;
	background: url(../service/images/utlz_image01.jpg) no-repeat scroll right bottom transparent;
}

.utilize ul li {
	padding-left:15px;
	padding-bottom:15px;
}

.utilize ul li a {
	background: url(../images/common/pic.gif) no-repeat scroll left center transparent;
	padding: 2px 0 0 28px;
	line-height: 160%;
}

.utilize_navi{
	background-image:url(../images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:45px;
	padding-top:10px;
	padding-bottom:10px;
}

.utilize_navi ul li {
	padding-bottom:3px;
}

.u_prev {
	background: url(../images/common/arrow05.gif) no-repeat scroll left center transparent;
	display: inline;
	padding: 2px 0 0 18px;
}

.u_next {
	background: url(../images/common/arrow.gif)no-repeat scroll right center transparent;
	display: inline;
	padding: 2px 18px 0 0;
}






/* faq
----------------------------------------*/
#faq_contents {
}

.faq_mds{
	padding-top:10px;
	padding-bottom:10px;
}

.faq_list ul li {
	padding-bottom:3px;
}

.faq_list ul li a {
	background: url(../images/common/arrow.gif) 10px 0.2em no-repeat;
	display: inline;
	padding-left: 25px;
	line-height: 160%;
}

.qlist {
	background:url(../faq/images/icon_faq_q.gif) no-repeat scroll 10px 5px #f0f0f0;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:8px 0 9px 50px;
}

.answer {
	background:url(../faq/images/icon_faq_a.gif) no-repeat scroll 10px 5px transparent;
	padding:8px 10px 10px 50px;
}

.waku{ 
	border:1px solid #E1E1E1;
	padding:1px;
	overflow: visible;
}

.waku2{ 
	border-top:3px solid #2f4760;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	padding:10px;
	overflow: visible;
}

.gototop {
	width: 100%;
	margin: 0 auto;
	padding-top:3px;
	padding-bottom:10px;
	text-align:right;
}

.gototop_txt {
	font-size:12px;
}

.gototop a {
	background:url(../images/common/arrow02.gif) no-repeat scroll 2px 4px transparent;
	padding-left:15px;
}






/* catalog
----------------------------------------*/
.catalog {
	background-image: url("../plan/images/catalog_back.gif");
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 626px;
	overflow:hidden;
}

.catalog_list {
	margin-left: 30px;
	margin-top: 5px;
	width: 550px;
}

.catalog_list ul li span {
	background: url("../images/common/arrow.gif") no-repeat scroll 0 0.1em transparent;
	display: inline;
	line-height: 185%;
	padding-left: 15px;
}
.catalog_newlist {
	margin-bottom: 15px;
}

.catalog_table {
	line-height: 150%;
	margin-bottom:30px;
}

.catalog_pickup_title {
	clear:both;
	width:626px;
	height:auto;
	background-color:#ebeae6;
	background-image:url(../plan/images/catalog_pickup.gif);
	background-repeat:repeat-y;
	background-position: left top;
	margin-top:20px;
	overflow:hidden;
}

.catalog_pickup_title ul li {
	padding:10px 5px 10px 95px;
	font-size:16px;
	font-weight:bold;
	line-height:145%;
	text-align:left;
}

.catalog_pickup {
	width: 590px;
	margin: 0 auto;
	margin-top:15px;
	zoom: 1;
	overflow: hidden;
}

.cp_photo {
	float:left;
	width:150px;
}

.cp_comment {
	float:left;
	width:430px;
	margin-left:10px;
}

.cp_detail a {
	width:114px;
	height:22px;
	background-image:url(../plan/images/bt_detail.gif);
	background-repeat:no-repeat;
	background-position: left top;
	text-indent:-9999px;
	float:right;
	margin-top:5px;
}

.cp_detail a:hover{
	background-image:url(../plan/images/bt_detail_over.gif);
}





/* select_area
----------------------------------------*/
.select_area{
	width: 624px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
}

.select_area li{
	float: left;
	width: 624px;
	height: 100px;
	padding:10px 0 15px;
	list-style-type: none;
	zoom: 1;
	margin-top: -1px;
}

.select_area li dl{
	position: relative;
	width: 624px;
	height: 100px;
}

.select_area li dl dt{
	width:474px;
	position: absolute;
	top: 0;
	left:155px;
	font-size: 90%;
	font-weight:bold;
}

.select_area li dl dd.photo{
	position: absolute;
	top: 2px;
	left: 0;
	padding: 0;
}

.select_area li dl dd.photo img{
	display: block;
	position: relative;
}

.select_area li dl dd.area_name{
	top:0;
	left: 155px;
	width:462px;
	position: absolute;
	font-size: 90%;
	font-weight:bold;
	}

.select_area li dl dd.comment{
	top:26px;
	left: 155px;
	width:462px;
	position: absolute;
	font-size: 90%;
}




/* select_theme
----------------------------------------*/
.select_theme{
	width: 624px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
}

.select_theme li{
	float:left;
	width: 302px;
	height: 95px;
	padding:15px 0px 13px 0px;
	list-style-type: none;
	zoom: 1;
	margin-top: -1px;
}

.select_theme li dl{
	position: relative;
	width: 300px;
	height: 95px;
}

.select_theme li dl dt{
	width:150px;
	position: absolute;
	top: 0;
	left: 147px;
	font-size: 90%;
	font-weight:bold;
	margin-bottom:15px;
}

.select_theme li dl dd.photo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.select_theme li dl dd.photo img{
	display: block;
	position: relative;
}

.select_theme li dl dd.comment{
	top:23px;
	left: 146px;
	width:150px;
	position: absolute;
	font-size: 90%;
}




/* catalog_lineup
----------------------------------------*/
.catalog_lineup{
	width: 624px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
}

.catalog_lineup li{
	float:left;
	width: 302px;
	height: 60px;
	padding:12px 0px 20px 0px;
	list-style-type: none;
	zoom: 1;
	margin-top: -1px;
}

.catalog_lineup li dl{
	position: relative;
	width: 300px;
	height: 60px;
}

.catalog_lineup li dl dt{
	width:210px;
	position: absolute;
	top: 0;
	left: 93px;
	font-size: 12px;
	font-weight:bold;
	line-height:145%;
	margin-bottom:18px;
}

.catalog_lineup li dl dd.photo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.catalog_lineup li dl dd.photo img{
	display: block;
	position: relative;
}

.catalog_lineup li dl dd.comment{
	top:38px;
	left: 93px;
	width:210px;
	position: absolute;
	font-size: 90%;
	line-height:145%;
}

.cp_title {
	padding-top:25px;
}

.cp_more {
	width:624px;
	margin-top:10px;
	padding-bottom:40px;
}

.cp_more a {
	width:145px;
	height:22px;
	background-image:url(../plan/images/bt_more.gif);
	background-repeat:no-repeat;
	background-position: left top;
	text-indent:-9999px;
	float:right;
}

.cp_more a:hover{
	background-image:url(../plan/images/bt_more_over.gif);
}





/* plan_detail
----------------------------------------*/
.plan_detail_title {
	clear:both;
	width:626px;
	height:auto;
	background-color:#ebeae6;
	background-image:url(../plan/images/plan_detail_title.gif);
	background-repeat:repeat-y;
	background-position: left top;
	overflow:visible;
}

.plan_detail_title ul li {
	padding:10px 5px 0 55px;
	font-size:16px;
	font-weight:bold;
	line-height:145%;
	text-align:left;
}

.plan_detail {
	clear:both;
	width:625px;
	height:auto;
	background-image:url(../plan/images/plan_detail_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
	margin-top:10px;
	overflow:hidden;
}

.plan_detail ul {
	width:595px;
	margin:5px 0 5px 15px;
	text-align:left;
	zoom: 1;
	overflow: hidden;
}

.plan_detail ul li {
	text-align:left;
	margin-top: -1px;
	padding:8px 0 5px 60px;
	border-top:1px dotted #ccc;
}

.plan_detail ul li a {
	font-weight:bold;
}

.icon_area {
	background: url(../plan/images/icon_area.gif) no-repeat scroll left center transparent;
	padding: 4px 28px 0 10px;
}

.icon_theme {
	background: url(../plan/images/icon_theme.gif) no-repeat scroll left center transparent;
	padding: 3px 28px 0 10px;
}

.icon_comp {
	background: url(../plan/images/icon_agent.gif) no-repeat scroll left center transparent;
	padding: 3px 28px 0 10px;
}

.icon_notation {
	background: url(../plan/images/icon_comment.gif) no-repeat scroll left center transparent;
	padding: 3px 28px 0 10px;
}

.plan_detail_footer {
	width:625px;
	height:5px;
	background-image:url(../plan/images/plan_detail_back_footer.gif);
	background-repeat:no-repeat transparent;
	background-position: left bottom;
	margin-bottom:25px;
}

.plan_detail_summary {
	width: 624px;
	margin: 0 auto;
	zoom: 1;
}

.plan_detail_summary_title {
	clear:both;
	width:624px;
	height:auto;
	margin-bottom:15px;
	overflow:visible;
}

.plan_detail_summary_title ul li {
	background-image:url(../plan/images/plan_detail_summary_title.gif);
	background-repeat:repeat-y;
	background-position: left top;
	padding:7px 10px 0 10px;
	font-size:14px;
	font-weight:bold;
	color:#009090;
	line-height:145%;
	text-align:left;
}

.plan_detail_summary .photo{
	float:right;
	width:150px;
	margin:0 3px 0 14px;
}

.plan_detail_summary .comment{
	float:left;
	width:450px;
	font-size: 90%;
	line-height:165%;
	letter-spacing: 0.1em;
	margin-left:3px;
}

.inquire {
	background-color:#dbedef;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.inquire_inner {
	padding:8px;
}

.bt_inquire {
	width:97%;
	height:100px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

.about_agent_title {
	width: 624px;
	height:49px;
	background-image:url(../plan/images/agent_title.gif);
	background-repeat:no-repeat;
	background-position: left top;
	overflow:visible;
}

.about_agent_title ul li {
	padding:15px 45px 0 52px;
	font-size:16px;
	font-weight:bold;
	line-height:145%;
	text-align:left;
	letter-spacing: 0.1em;
}

.about_agent {
	width: 624px;
	margin:15px 0 15px 0;
}

.about_agent .thum {
	float:left;
	width:95px;
}

.about_agent .about_txt {
	float:right;
	width:520px;
	font-size: 90%;
	line-height:165%;
	letter-spacing: 0.1em;
	margin-left:3px;
}

.about_agent_plan {
	width: 604px;
	height:auto;
	padding:10px;
	background-color:#eeeeed;
	overflow:hidden;
}

.about_agent_plan .more {
	background:url(../plan/images/pick_thumb.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:145%;
	padding-left:15px;
	padding-bottom:7px;
}

.about_agent_plan li {
	float:left;
	width: 196px;
	height:40px;
	padding-top:10px;
	padding-right:5px;
	list-style-type: none;
	zoom: 1;
	margin-top: -1px;
	overflow:visible;
}

.about_agent_plan li dl {
	position: relative;
	width: 175px;
	height:auto;
}

.about_agent_plan li dl dt.photo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.about_agent_plan li dl dt.photo img {
	display: block;
	position: relative;
}

.about_agent_plan li dl dd.comment {
	left: 58px;
	width:135px;
	position: absolute;
	font-size: 90%;
	line-height:135%;
	top: -2px;
}





/* article_right
----------------------------------------*/
.article_main{
	background:url(../images/common/main_base.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}

.article_main_2{
	background:url(../images/common/main_base.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 auto;
	padding:0 25px;
	padding-bottom:15px;
	text-align:left;
	overflow:hidden;
}

.article_main_3{
	background:url(../images/common/main_base_3.gif) repeat-y;
	margin: 0 auto;
	padding: 10px;
	text-align:center;
	overflow:hidden;
}

.article_main_3 ul{
	padding: 15px 0;
}

.article_main_3 ul li{
	padding: 8px 0;
}

.article_main_4{
	background:url(../media/images/main_base_4.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 auto;
	padding:25px 25px 5px;
	text-align:left;
}

.article_main_4 .fiscoList{
	height: 150px;
	overflow:auto;
}

.fiscoTitle {
	font-weight: bold;
	padding: 0 0 0 10px;
}

.article_main_5{
	background:url(../media/images/main_base_5.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 auto;
	padding:25px 25px 5px;
	text-align:left;
}

.article_main_6{
	background:url(../media/images/main_base_6.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 auto;
	padding:25px 25px 5px;
	text-align:left;
}

.stns {
	margin: 10px 0;
	border-bottom: #e0e0e0 1px dotted;
}

.ar{
	text-align: right;
}

.al{
	text-align: left;
}

.article_header {
	width:676px;
	background:url(../images/common/main_base_header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:16px;
}

.article_fotter {
	width:676px;
	background:url(../images/common/main_base_footer.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	margin-bottom:10px;
}

.article_footer_top {
	width:316px;
	background:url(../images/common/main_base_footer_top.gif) no-repeat;
	height:23px;
	margin-bottom:10px;
}

.article_footer_long {
	width:960px;
	background:url(../media/images/main_base_footer_long.gif) no-repeat;
	height:23px;
	margin-bottom:10px;
}

.article_footer_long_blue {
	width:960px;
	background:url(../media/images/main_base_footer_long_blue.gif) no-repeat;
	height:23px;
	margin-bottom:10px;
}

.article_footer_2 {
	width:477px;
	background:url(../media/images/main_base_footer_2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	margin-bottom:10px;
}

.article_footer_3 {
	width:638px;
	background:url(../media/images/main_base_footer_3.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	margin-bottom:10px;
}


/* article_side
----------------------------------------*/
.article_side{
	width:264px;
	background:url(../images/common/new_side_base.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 auto;
	margin-top:2px;
	overflow:hidden;
}

.anothersite{
	padding:6px;
}

.tour{
	padding-top:12px;
	padding-bottom:5px;
}

.dantai{
	padding-top:5px;
	padding-bottom:0px;
}

.article_side_fotter {
	background: url(../images/common/side_base_footer.gif) no-repeat scroll left bottom transparent;
	height: 10px;
	width: 264px;
	margin-bottom:10px;
}





/* select_diy
----------------------------------------*/
.select_diy{
	width: 624px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
}

.select_diy li{
	float:left;
	width: 302px;
	height: 105px;
	padding:15px 0px 13px 0px;
	list-style-type: none;
	zoom: 1;
	margin-top: -1px;
}

.select_diy li dl{
	position: relative;
	width: 300px;
	height: 105px;
}

.select_diy li dl dt{
	width:150px;
	position: absolute;
	top: 0;
	left: 147px;
	font-size: 90%;
	font-weight:bold;
	margin-bottom:15px;
}

.select_diy li dl dd.photo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.select_diy li dl dd.photo img{
	display: block;
	position: relative;
}

.select_diy li dl dd.comment{
	top:23px;
	left: 146px;
	width:160px;
	height:85px;
	position: absolute;
	font-size: 90%;
}

.select_diy li dl dd.comment a{
	top:23px;
	left: 146px;
	width:160px;
	height:85px;
	display: block;
	color: #333333;
}
.select_diy li dl dd.comment a:hover{
	color: #666666;
	text-decoration: none;
}

.select_diy li dl dd.etour{
	background: url(../diy/images/bg_etour.gif) no-repeat;
}

.select_diy li dl dd.skyticket{
	background: url(../diy/images/bg_skyticket.gif) no-repeat;
}

.select_diy li dl dd.airtrip{
	background: url(../diy/images/bg_airtrip.gif) no-repeat;
}

.select_diy li dl dd.freebird{
	background: url(../diy/images/bg_freebird.gif) no-repeat;
}

.select_diy li dl dd.surprice{
	background: url(../diy/images/bg_surprice.gif) no-repeat;
}



.select_diy li dl dd.appleworld{
	background: url(../diy/images/bg_appleworld.gif) no-repeat;
}

.select_diy li dl dd.expedia{
	background: url(../diy/images/bg_expedia.gif) no-repeat;
}

.select_diy li dl dd.hotelscom{
	background: url(../diy/images/bg_hotelscom.gif) no-repeat;
}

.select_diy li dl dd.agoda{
	background: url(../diy/images/bg_agoda.gif) no-repeat;
}

.select_diy li dl dd.octopus{
	background: url(../diy/images/bg_octopus.gif) no-repeat;
}



.select_diy li dl dd.ikyu{
	background: url(../diy/images/bg_ikyu.gif) no-repeat;
}

.select_diy li dl dd.tocoo{
	background: url(../diy/images/bg_tocoo.gif) no-repeat;
}

.select_diy li dl dd.relux{
	background: url(../diy/images/bg_relux.gif) no-repeat;
}

.select_diy li dl dd.jalan{
	background: url(../diy/images/bg_jalan.gif) no-repeat;
}



.select_diy li dl dd.jigsaw{
	background: url(../diy/images/bg_jigsaw.gif) no-repeat;
}

.select_diy li dl dd.randy{
	background: url(../diy/images/bg_randy.gif) no-repeat;
}

.select_diy li dl dd.best1{
	background: url(../diy/images/bg_best1.gif) no-repeat;
}

.select_diy li dl dd.rakuen{
	background: url(../diy/images/bg_rakuen.gif) no-repeat;
}




/* 右メニュー
----------------------------------------*/
#rightMn {
	background: url(../images/common/bg_rightmenu.gif) repeat-y scroll left top transparent;
	width: 264px;
	margin-bottom:15px;
}

.first_mn li {
	display: block;
	width: 251px;
	margin-left:6px;
	text-align:left;
	border-bottom:1px solid #dfdfdb;
}

.last_mn li {
	display: block;
	width: 251px;
	margin-left:6px;
	text-align:left;
	border-top:1px solid #dfdfdb;
}

.first_mn li span,
.last_mn li span {
	background: url(../images/common/arrow.gif) 25px 1.2em no-repeat;
	display: block;
	line-height: 140%;
	padding: 12px 15px 10px 40px;
}

.first_mn li.active span,
.last_mn li.active span {
	background: url(../images/common/arrow04.gif) 25px 1.2em no-repeat;
	color:#ffffff;
	background-color:#6acce5;
	display: block;
	line-height: 140%;
}

.first_mn li a:hover,
.last_mn li a:hover {
	background-color: #f5f5f5;
	display: block;
	text-decoration: none !important;
}

.sec_mn {
	margin: 0 0 2px 6px;
	padding:7px 0;
	width: 251px;
	background-color:#E2F5FB;
}

.sec_mn li {
	width: 251px;
	padding: 1px 0;
	text-align:left;
}

.sec_mn li a {
	display: block;
}

.sec_mn li span {
	display: block;
	padding: 0 15px 0 40px;
}

.sec_mn li.active span {
	color:#2F4760;
}

.diy_mn {
	width: 247px;
	margin: 0 0 0 2px;
	padding: 3px 0 3px 10px;
	text-align:left;
	font-weight: bold;
	background: #eeeee9;
}

.rightMn .bold {
	margin-left: 7px;
	width: 170px;
	background-color:#f1f1f1;
	border-top:1px solid #F0F0F0;
	display: block;
	padding: 2px 0 3px 6px;
}

.rightMn_fotter {
	width:264px;
	height:5px;
	background:url(../images/common/bg_rightmenu_btm.gif);
	background-position:left top;
	background-repeat:no-repeat;
}




/* 右メニュー_side_title
----------------------------------------*/
.side_title_catalog a {
	display:block;
	width:264px;
	height:54px;
	background: url(../plan/images/catalog_side_title.gif) no-repeat left top transparent;
	margin:0 auto;
	text-indent:-9999px;
}

.side_title_catalog a:hover{
	background-image:url(../plan/images/catalog_side_title_over.gif);
}

.side_title_service a {
	display:block;
	width:264px;
	height:54px;
	background: url(../service/images/service_side_title.gif) no-repeat left top transparent;
	margin:0 auto;
	text-indent:-9999px;
}

.side_title_service a:hover{
	background-image:url(../service/images/service_side_title_over.gif);
}

.side_title_company a {
	display:block;
	width:264px;
	height:54px;
	background: url(../company/images/company_side_title.gif) no-repeat left top transparent;
	margin:0 auto;
	text-indent:-9999px;
}

.side_title_company a:hover{
	background-image:url(../company/images/company_side_title_over.gif);
}

.side_title_privacy a {
	display:block;
	width:264px;
	height:54px;
	background: url(../privacy/images/privacy_side_title.gif) no-repeat left top transparent;
	margin:0 auto;
	text-indent:-9999px;
}

.side_title_privacy a:hover{
	background-image:url(../privacy/images/privacy_side_title_over.gif);
}

.side_title_rule a {
	display:block;
	width:264px;
	height:54px;
	background: url(../rule/images/rule_side_title.gif) no-repeat left top transparent;
	margin:0 auto;
	text-indent:-9999px;
}

.side_title_rule a:hover{
	background-image:url(../rule/images/rule_side_title_over.gif);
}

.side_title_diy a {
	display:block;
	width:264px;
	height:54px;
	background: url(../diy/images/diy_side_title.gif) no-repeat left top transparent;
	margin:0 auto;
	text-indent:-9999px;
}

.side_title_diy a:hover{
	background-image:url(../diy/images/diy_side_title_over.gif);
}




/* 右メニュー_見積もりボタン
----------------------------------------*/
.rightMn_estimate {
	margin:0 auto;
	padding-top:12px;
} 

.estimate_cacth { 
	padding-bottom:8px;
} 

.estimate_bk {
	height:164px;
	background-image:url(../images/common/estimate_bk.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
} 

.estimate_abroad_bt a{
	display:block;
	margin:0 auto;
	padding-bottom:10px;
	width:207px;
	height:73px;
	text-indent: -9999px;
	background-image:url(/images/common/new_estimate_bt_abroad.png);
	background-repeat:no-repeat;
}

.estimate_abroad_bt a:hover{
	width:206px;
	height:72px;
	background-image:url(/images/top/new_bt_abroad.png);
	padding-bottom:11px;
}

.estimate_jpn_bt a{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	width:207px;
	height:73px;
	text-indent: -9999px;
	background-image:url(/images/common/new_estimate_bt_japan.png);
	background-repeat:no-repeat;
}

.estimate_jpn_bt a:hover{
	width:206px;
	height:72px;
	background-image:url(/images/top/new_bt_japan.png);
	margin-bottom:11px;
}





/* sidebanner
----------------------------------------*/
ul.sidebanner {
	width:264px;
	text-align:left;
}

ul.sidebanner li {
	margin-bottom:12px;
}

ul.sidebanner li span {
	font-size:10px;
	line-height:1.8em;
}




/* pagetitle
----------------------------------------*/
.pagetitle{
	padding-bottom:8px;
}



/* kome
----------------------------------------*/
.kome01{
	text-indent: -1.4em;
	padding-left: 2em;
	padding-bottom:3px;
}

.kome02{
	text-indent: -0.5em;
	padding-left: 1em;
}

.kome03{
	text-indent: -1.4em;
	padding-left: 2em;
	padding-bottom:10px;
}

.kome04{
	text-indent: -1.7em;
	padding-left: 2em;
	padding-bottom:10px;
}

.kome05{
	text-indent: -2em;
	padding-left: 3.5em;
	padding-bottom:10px;
}

.kome06{
	text-indent: -2.6em;
	padding-left: 2.8em;
	padding-bottom:10px;
}

.kome07{
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.kome08{
	text-indent: -1.1em;
	padding-left: 1.5em;
}





/* waku
----------------------------------------*/
.waku01{
	background-color:#e6f2f2;
	padding: 10px;
}

.waku02 {
	background: none repeat scroll 0 0 #ffffff;
	border: 3px solid #e4ecf0;
	padding: 10px;
}

.waku03 {
	background-color: #eff6fc;
	border-color: #d4e8fb;
	border-style: solid;
	border-width: 3px;
	padding: 8px;
}

.waku04 {
	background: none repeat scroll 0 0 #ffffff;
	border: 3px solid #d4e8fb;
	padding: 8px;
}

.waku05 {
	background-color: #e5f5ff;
	border-color: #cdecff;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */

	border-style: solid;
	border-width: 1px;
	padding: 12px;
}

.waku06 {
	background: none repeat scroll 0 0 #ffffff;
	border: 3px solid #b7d9de;
	padding: 2px;
}




/* table
----------------------------------------*/
.date01 { background-color:#EAEAEA;}

.date01 { border:1px solid #ccc; border-collapse:separate; margin:10px 0px;}
.date01 th {font-weight:normal; border-left:1px solid #fff; border-top:1px solid #fff; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:6px 11px; background:#f5f5f5; }
.date01 td { border-left:1px solid #fff; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:6px 11px; background:#fff; }
.date01 td.gl { background:#f5f5f5; text-align:center; }
.date01 tr.lastChild td { border-bottom:none; }
.date01 td.rl.lastChild { border-right:1px solid #ccc; }
.date01 tr th.lastChild { border-right:none; }
.date01 tr td.lastChild { border-right:none; }





/* width
----------------------------------------*/
.wp1 { width:1%; }
.wp2 { width:2%; }
.wp3 { width:3%; }
.wp4 { width:4%; }
.wp5 { width:5%; }
.wp6 { width:6%; }
.wp7 { width:7%; }
.wp8 { width:8%; }
.wp9 { width:9%; }
.wp10 { width:10%; }
.wp11 { width:11%; }
.wp12 { width:12%; }
.wp13 { width:13%; }
.wp14 { width:14%; }
.wp15 { width:15%; }
.wp16 { width:16%; }
.wp17 { width:17%; }
.wp18 { width:18%; }
.wp19 { width:19%; }
.wp20 { width:20%; }
.wp21 { width:21%; }
.wp22 { width:22%; }
.wp23 { width:23%; }
.wp24 { width:24%; }
.wp25 { width:25%; }
.wp26 { width:26%; }
.wp27 { width:27%; }
.wp28 { width:28%; }
.wp29 { width:29%; }
.wp30 { width:30%; }
.wp31 { width:31%; }
.wp32 { width:32%; }
.wp33 { width:33%; }
.wp34 { width:34%; }
.wp35 { width:35%; }
.wp36 { width:36%; }
.wp37 { width:37%; }
.wp38 { width:38%; }
.wp39 { width:39%; }
.wp40 { width:40%; }
.wp45 { width:45%; }
.wp50 { width:50%; }
.wp60 { width:60%; }
.wp65 { width:65%; }
.wp70 { width:70%; }
.wp75 { width:75%; }
.wp80 { width:80%; }
.wp90 { width:80%; }
.wp95 { width:95%; }
.wp100 { width:100%; }

.wem3 { width:3em; }
.wem4 { width:4em; }
.wem5 { width:5em; }
.wem6 { width:6em; }

.w335{width:335px;}




/*text-align
----------------------------------------*/
.alignC { text-align:center; }
.alignL { text-align:left; }
.alignR { text-align:right; }





/*text-align
----------------------------------------*/
.lh_145 { line-height:145%; }
.lh_155 { line-height:155%; }
.lh_165 { line-height:165%; }
.lh_175 { line-height:175%; }



/* タイトル見出し
----------------------------------------*/
.mds_01 {
	background-color: #e9f2fb;
	border-color: #d4e8fb;
	border-style: solid;
	border-width: 1px 1px 1px 8px;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 0.05em;
	margin: 12px 0 8px 0;
	padding: 4px 0 4px 8px;
}

.comment_txt{
	font-size:14px;
	line-height:125%;
}

.midashi {
	border-left: 5px solid #313131;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-right: 6px;
	padding: 0 0 0 13px;
}





/* pagetop
----------------------------------------*/
.pagetop {
	width:960px;
	clear: both;
	padding-bottom:0;
	padding-top:35px;
	text-align:right;
}




/* footer
----------------------------------------*/
#footer{
	width: 100%;
	margin: 20px auto 0;
	padding-top: 10px;
	background-color:#f5f5f5;
	text-align:center;
}

.body{
	width:960px;
	margin:0 auto;
	padding:60px 0 0 0;
	text-align:left;
	color:#999999;
}

.body a {
	font-size:90%;
	line-height:1.2em;
}

.copyright{
	font-size: 86%;
	padding-top:5px;
	text-align:center;
}

.f_txt{
	font-size:85%;
	line-height:1.4em;
}

.ft_category {
	text-align:left;
}

.ft_category dt {
	display:table-cell;
	float:left;
	font-weight:bold;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	width:90px;
}

.ft_category dd {
	margin-left:110px;
}

.ft_category dd ul {
	list-style-type:none;
	padding-bottom:7px;
}

.ft_category dd ul li {
	color:#CCCCCC;
	display:inline;
}



/* clearfix
----------------------------------------*/
div#header:after,
div#rt_navi:after,
div#mainvisual:after,
div#navi:after,
div#footer:after,{

	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
