@charset "utf-8";
/* CSS Document */



/*-------------------------------------------------------------------
共通設定※リセット+カテゴリ独自のCSS
--------------------------------------------------------------------*/

@import url(/commons/css/import.css);


/*-------------------------------------------------------------------
共通：背景画像
--------------------------------------------------------------------*/
/*wrapper800px上書き用*/
#wrapper {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

#dep-wrapper{
	background:url(../images/departure/wr_bg_top.jpg) no-repeat top;
	width:800px;
	font-size:14px;
	margin-top:20px;
}


#bg_middle{
	float:left;
	background:url(../images/departure/wr_bg_middle.gif) repeat-y;
	padding:0 20px 0 20px;
	width:760px;
	overflow:hidden;
}



#bg-bottom{
	background:url(../images/departure/wr_bg_bottom.gif) no-repeat bottom;
	height:8px;
	width:800px;
	font-size:2px;
	clear:both;
}

#page1{
	background:url(../images/departure/bg.gif) repeat-x top;
	margin-bottom:16px;
}

#page2{
	background:url(../images/departure/bg_pink.gif) repeat-x top;
	margin-bottom:16px;
}

/*-------------------------------------------------------------------
共通：タイトル･コピー･タブ
--------------------------------------------------------------------*/
div#title{
	width:770px;
	padding-bottom:18px;
	padding-top:26px;
}

div#title2{
	width:770px;
	padding-bottom:10px;
	padding-top:13px;
}

div#h1-title{
	width:410px;
	margin:0 0 10px 25px;
	border-bottom:1px solid #bdbdbd;
	padding-bottom:10px;
}

div#copy{
	width:430px;
	margin:0 0 0 25px;
}
.tour_btn {
	width: 225px;
	margin: 0 0 20px 0;
}

div#h1-title-hoku{
	width:486px;
	margin:0 0 10px 25px;
	border-bottom:1px solid #bdbdbd;
	padding-bottom:10px;
}

div#copy-hoku{
	width:486px;
	margin:0 0 0 25px;
}


div#h1-title-tokai{
	width:440px;
	margin:0 0 10px 10px;
	border-bottom:1px solid #bdbdbd;
	padding-bottom:10px;
}

div#copy-tokai{
	width:440px;
	margin:0 0 0 10px;
}


#arrival {
	clear:both;
	overflow:hidden;
}

#arrival li{
	width:370px;
	height:63px;
	float:left;
}

#on{
	margin-right:19px;
}

/*-------------------------------------------------------------------
共通：中の価格表
--------------------------------------------------------------------*/

div#place{
	clear:both;
	text-align:center;
	margin:0 auto;
	padding:13px 0 0 0;
}

div#place table{
	margin:0 auto;
}

div#place tr td{
	vertical-align:top;
}


.block{
	width:331px;
	border:1px solid #ccc;
	padding:4px;
	background:#efefef;
	margin-bottom:15px;
	background:#fff;
}

.block2{
	width:685px;
	border:1px solid #ccc;
	padding:4px;
	background:#efefef;
	margin-bottom:15px;
	background:#fff;
}

.block h4{
	height:50px;
}

.block ul li{
	width:316px;
	display:block;
	font-size:12px;
	text-align:left;
	padding:3px 5px 3px 10px;
	border-bottom:1px dotted #CCC;
	clear:both;
}

.block2 ul li {
	width:674px;
	display:block;
	font-size:12px;
	text-align:left;
	padding:3px 5px 3px 10px;
	border-bottom:1px dotted #CCC;
	clear:both;
}

.block ul li.last,
.block2 ul li.last {
	border-bottom:none;
}

.block ul li span.name a {
	padding:0 0 0 12px;
	background:url(../images/departure/icon_link_off.gif) no-repeat left;
	text-decoration:none;
}

.block ul li span.name a:hover {
	padding:0 0 0 12px;
	background:url(../images/departure/icon_link_on.gif) no-repeat left;
	text-decoration:underline;
}

.block ul li span.name a strong {
	font-size:117%;/* 12px → 14px相当 */
	font-weight:bold;
}

.block ul li span.name,
.block2 ul li span.name {
	float:left;
}

.block ul li span.fee,
.block2 ul li span.fee {
	float:right;
	color:#F00;
	font-size:117%;/* 12px → 14px相当 */
	font-family:Verdana;
	font-weight:bold;
}

.block2 h4 {
	height:50px;
	background:#fff;
}

.block2 strong {
	font-size:14px;
	font-weight:bold;
}

.block2 ul li a {
	width:674px;
	padding:0 0 0 12px;
	background:url(../images/departure/icon_link_off.gif) no-repeat left;
	text-decoration:none;
}

.block2 ul li a:hover {
	padding:0 0 0 12px;
	background:url(../images/departure/icon_link_on.gif) no-repeat left;
	text-decoration:underline;
}
#tour_intro {
	clear:both;
	padding-left:10px;
	background:url(../images/departure/wr_bg_middle.gif) repeat-y;
	padding-bottom: 15px;
}

