@charset "UTF-8";
/* CSS Document */

#main h3{
	background: url(../../common/main_title_bg.jpg) no-repeat;
	height: 55px;
	padding: 15px 0 0 30px;
	font-size: 200%;
	margin-bottom: 20px;
}

/* パンくず
----------------------------------------------------*/
p#pankuz{
	font-size: 84%;
	background: url(../common/pankuz_mark.jpg) no-repeat 0 0.3em;
	margin-bottom: 10px;
	padding-left: 15px;
}
p#pankuz a{ color: #174CA1; }

/* 初めての方へ
----------------------------------------------------*/
#first p.txt{
	font-size: 117%;
	margin: 0 40px 40px 40px;
	line-height: 2.0;
}
#first dl{
	margin: 0 40px 40px 40px;
	line-height: 2.0;
}
#first dl dt{
	font-weight: bold;
	font-size: 117%;
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 5px solid #81552E;
	border-bottom: 1px dotted #81552E;
}
#first dl dd{
	margin-bottom: 10px;
}

/* お申込みからご出発まで
----------------------------------------------------*/
#index dl{
	margin: 0 40px 40px 40px;
	line-height: 2.0;
}
#index dl dt{
	font-weight: bold;
	font-size: 117%;
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 5px solid #81552E;
	border-bottom: 1px dotted #81552E;
}
#index dl dd{
	margin-bottom: 10px;
}
#index table{
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE;
	margin: 10px 35px 0 35px;
	width: 560px;
}
#index table#contact td{
	text-align: center;
	padding: 15px 0;
}

#index table#payment th{
	padding: 10px 5px 10px 20px;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
}
#index table#payment td{
	padding: 10px 20px 10px 5px;
	border-bottom: 1px dotted #CCC;
}
#index .notice{ color: #FF0000; }

/* 集合場所について
----------------------------------------------------*/
#map .box{
	margin: 0 40px 40px 40px;
}
#map p.txt{
	font-size: 117%;
	line-height: 2.0;
	margin-bottom: 10px;
}
#map p#cap{
	margin-left: 150px;
}
#map .box img{
	margin-left: 150px;
	margin-bottom: 10px;
}
#map .box table{
	margin-left: 150px;
	width: 327px;
	border: 1px solid #F9E6C5;
	margin-bottom: 10px;
}
#map .box table th,
#map .box table td{
	padding: 5px 10px;
	background: #FFF;
	border-right: 1px dotted #F9E6C5;
	border-bottom: 1px solid #F9E6C5;
}
#map .box table th{
	font-weight: normal;
	text-align: right;
}
#map .box table th.tit{
	text-align: center;
	background: #F9E6C5;
	border-right: 1px solid #FFF;
}
#map .box table td.dot{
	border-bottom: 1px dotted #F9E6C5;
}

/* 旅行業約款・条件書
----------------------------------------------------*/
#yakkan{
	margin: 0 40px 40px 40px;
	line-height: 1.5;
}
#yakkan p.txt{
	font-size: 117%;
	margin-bottom: 10px;
}
#yakkan p.cap{ margin-bottom: 20px; }
#yakkan dl dt{
	font-weight: bold;
	font-size: 117%;
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 5px solid #81552E;
	border-bottom: 1px dotted #81552E;
}
#yakkan dl dd{
	margin-bottom: 30px;
}
#yakkan dl dd.mid{
	margin-bottom: 10px;
}

#yakkan table{
	width: 530px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#yakkan table th, #yakkan table td{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.0;
}
#yakkan table th.head{
	font-size: 100%;
	background-color: #CCCCCC;
	font-weight: bold;
}
#yakkan table th span{ font-size: 84%; }
#yakkan table td{
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#yakkan table th{
	font-weight: normal;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	line-height: 1.5;
}

/* プライバシー・ポリシー
----------------------------------------------------*/
#pp{
	margin: 0 40px 40px 40px;
	line-height: 1.5;
	font-size: 117%;
}
#pp ul li{
	list-style-type: disc;
	padding: 10px 0;
}
#pp ul li ol{ padding: 0 20px; }
#pp ul li ol li{
	list-style-type: decimal;
	padding: 5px 0;
}

/* 会社概要
----------------------------------------------------*/
#company{
	margin: 0 40px;
	line-height: 1.5;
}
#company dl{ margin-bottom: 40px; }
#company dl dt{
	font-weight: bold;
	font-size: 117%;
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 5px solid #81552E;
	border-bottom: 1px dotted #81552E;
}
#company dl dd{
	margin-bottom: 30px;
}
#company dl dd.mid{
	margin-bottom: 10px;
}
#company table{
	width: 100%;
	margin-bottom: 10px;
}
#company table td{
	line-height: 2.0;
	padding: 10px 20px;
	background: #FFF;
	border-bottom: 1px solid #F9E6C5;
}
#company table th{
	line-height: 2.0;
	padding: 10px 20px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	border-right: 1px dotted #F9E6C5;
	border-bottom: 1px solid #FFF;
	background: #F9E6C5;
}
