/*共通設定*/
@charset "shift_jis";
body {
	width: auto;
	border-style: none;
	color: #333333;
	line-height: 1.4;
}
img {
	border-width: 0px;
	border-style: none;
	line-height: 0px;
	vertical-align: bottom;
}
table {
	empty-cells:show;
	border-collapse:collapse;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }

#footerArea #copyrightBlock {
/* shared2013/common/css/base_u.cssで指定のwidthをプラン詳細画面のwidthに合わせる */
    width: 760px !important;
}

/*------------------------------
 コンテンツ
------------------------------ */
body #maincontents {
	margin: 0px auto;
	width: 760px;
	border-left:1px solid #B8CBDC;
	border-right:1px solid #B8CBDC;
	font: 15px/1.231 arial,helvetica,clean,sans-serif;	/* ここを変更する場合はspan.stockのfont-familyも検討する */
}
div.contents_inner {
	padding: 5px 10px 0px;
	font-size: 82.5%;
	line-height: 1.5;
}
div.titleBox { margin-bottom: 12px; }
div.titleBox .titleBox_left {
	float: left;
	width: 645px;
	background: url(../images/tour_title_detail_mid.gif) repeat-y;
}
div.titleBox .titleBox_left .tourinfo .code {
	margin: 0px;
	float: right;
	width: 200px;
	text-align: right;
}
div.titleBox .titleBox_left .title {
	background: url(../images/tour_title_bg.gif) no-repeat;
	margin: 0px;
	padding: 13px 0px 10px 20px;
	font-size: 16px;
	border-bottom: 1px solid #ffc9dd;
	font-weight:bold;
}
div.titleBox .titleBox_left .tourinfo {
	background: url(../images/tour_title_detail_bg.gif) no-repeat left top;
	border-bottom: 1px solid #ffc9dd;
	padding: 10px 15px 7px;
	line-height: 1.3;
}
div.titleBox .titleBox_left .tourinfo .iconlist {
	clear: both;
	padding-bottom: 10px;
}
div.titleBox .titleBox_left .tourinfo .iconlist img { margin-right: 3px; }
div.titleBox .titleBox_left .tourinfo dl {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}
div.titleBox .titleBox_left .tourinfo dt {
	background: #fff7d9;
	font-size: 85%;
	border: 1px solid #d4c071;
	padding: 0px 5px;
	color: #87734a;
	line-height: 1.4;
	text-align: center;
	float: left;
	margin: 0px 10px 3px 0px;
	display: inline;
}
div.titleBox .titleBox_left .tourinfo dd {
	margin: 0px 0px 3px;
	padding: 0px;
}
div.titleBox .titleBox_left .tourinfo .date {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
}
div.titleBox .titleBox_right {
	float: right;
	width: 95px;
	text-align: right;
	vertical-align: top;
}
div.navi {
	clear: both;
	margin-bottom: 10px;
	background: url(../images/tab_tour_navi_bg.gif) repeat-x bottom;
	padding-bottom: 1px;
}
div.navi ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 31px;
}
div.navi li {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 175px;
	list-style: none;
}
div.navi li a {
	display: block;
	height: 31px;
	width: 175px;
	overflow: hidden;
	text-indent: -9999px;
}
div.navi .navi01 { background: url(../images/tab_tour_navi01_off.gif) no-repeat; }
div.navi .navi02 { background: url(../images/tab_tour_navi02_off.gif) no-repeat; }
div.navi .navi01 a:hover { background: url(../images/tab_tour_navi01_on.gif) no-repeat; }
div.navi .navi02 a:hover { background: url(../images/tab_tour_navi02_on.gif) no-repeat; }
div.navi .navi01_select { background: url(../images/tab_tour_navi01_select.gif) no-repeat; }
div.navi .navi02_select { background: url(../images/tab_tour_navi02_select.gif) no-repeat; }
div.pagenavi {
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	clear: both;
	height: 22px;
}
div.pagenavi ul {
	margin: 0px;
	padding: 0px;
}
div.pagenavi li {
	float: left;
	background: url(../images/arrow03.gif) no-repeat left center;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	font-size: 110%;
	font-weight: bold;
}
div.main {
	background: url(../images/tour_main_body.gif) repeat-y left;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 10px 0px 10px 10px;
}
div.main .pagetop {
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 85%;
}
div.main .btn {
	text-align: center;
	width: 700px;
	padding-bottom: 20px;
}
div.main .submitbtn {
	text-align: center;
	width: 700px;
	padding-top: 20px;
}
div.reserveNavi { margin-bottom: 12px; }
div.reserveNavi .flowTable th { width: 93px; }
div.reserveNavi .flowTable td {
	background: url(../images/navi_reserve_nolink.gif) no-repeat right;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #999999;
}
div.reserveNavi .flowTable .nolink {
	padding-right: 10px;
	padding-left: 10px;
}
div.reserveNavi .flowTable a {
	background: url(../images/navi_reserve_link.gif) no-repeat right;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	padding-right: 20px;
	padding-left: 10px;
}
div.reserveNavi .flowTable a.select {
	background: url(../images/navi_reserve_select.gif) no-repeat right;
	color: #333333;
	text-decoration: none;
}
div.reserveNavi .flowTable a.last { background: url(../images/navi_reserve_link_last.gif) no-repeat right; }
div.reserveNavi p {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #177ea6;
}
div.reserveNavi p a { color: #FF0000; }
div.reserveNavi p a:hover { color: #FF9933; }
div.tourdetailBox {
	width: 700px;
	clear: both;
	padding-bottom: 20px;
}
div.tourdetailBox .maintitle {
	background: url(../images/main_titlebar.gif) no-repeat;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	letter-spacing: 1px;
}
div.tourdetailBox .subtitle {
	background: url(../images/sub_titlebar.gif) no-repeat;
	height: 25px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}
div.tourdetailBox .way_title {
	background: #9fd7fc;
	font-size: 115%;
	line-height: 1.3;
	padding: 3px 7px;
	margin: 15px 0px 10px;
}
div.tourdetailBox .way_title span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
}
div.tourdetailBox .listtxt01 {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
div.tourdetailBox .listtxt01 li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.tourdetailBox .link1 {
	background: url(../images/arrow01.gif) no-repeat left center;
	padding-left: 15px;
}
div.tourdetailBox .option_code {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
div.tourdetailBox .detail1 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 5px;
	clear: both;
}
div.tourdetailBox .detail2 {
	padding: 3px 5px;
	border: 1px solid #CECECE;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.tourdetailBox .detail3 {
	padding: 10px;
	border: 1px solid #d1e5ec;
	margin-top: 10px;
	background: #f5fcff;
	margin-bottom: 10px;
}
div.tourdetailBox .detail4 {
	padding: 10px;
	border: 1px solid #CECECE;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.tourdetailBox .detail5 {
	padding: 15px 20px;
	border-bottom: 1px solid #CFCFCF;
}
div.tourdetailBox .detail2 .detail_title {
	background: #FFD9EA;
	padding: 3px 5px;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
div.tourdetailBox .detail6 {
	font-size: 115%;
	font-weight: bold;
}
div.tourdetailBox .photoBox {
	margin: 10px 0px;
	padding: 0px;
}
div.tourdetailBox .photoBox dl {
	margin: 0px 15px 0px 0px;
	float: left;
	width: 165px;
}
div.tourdetailBox .photoBox dt {
	margin: 0px;
	height: 120px;
	width: 160px;
	border: 1px solid #EFEFEF;
	padding: 3px;
}
div.tourdetailBox .photoBox dd {
	margin: 0px;
	padding: 3px;
	line-height: 1.3;
	color: #666666;
}
div.tourdetailBox .fixbox {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.tourdetailBox .fixbox .title {
	font-weight: bold;
	color: #5959c7;
	margin-bottom: 10px;
}
div.tourdetailBox .fixbox p { margin: 0px 0px 10px; }
div.tourdetailBox .fixbox .icon_detail img { margin-right: 3px; }
div.tourdetailBox .fixbox .color_blue { color: #0000FF; }
div.tourdetailBox .fixbox .color_red { color: #FF0000; }
div.tourdetailBox .scheduleTable {
	margin-bottom: 10px;
	border-top: 1px solid #d4c071;
	border-left: 1px solid #d4c071;
}
div.tourdetailBox .scheduleTable th {
	background: #fff7d9;
	border-right: 3px solid #d4c071;
	border-bottom: 1px solid #d4c071;
	padding: 5px 10px;
	text-align: center;
	width: 30px;
}
div.tourdetailBox .scheduleTable td {
	border-right: 1px solid #d4c071;
	border-bottom: 1px solid #d4c071;
	padding: 5px 10px;
}
div.tourdetailBox .fixTable1 {
	margin-bottom: 20px;
	border-top: 1px solid #d4c071;
	border-left: 1px solid #d4c071;
}
div.tourdetailBox .fixTable1 th {
	background: #fff7d9;
	border-right: 3px solid #d4c071;
	border-bottom: 1px solid #d4c071;
	padding: 5px 10px;
	text-align: left;
}
div.tourdetailBox .fixTable1 td {
	border-right: 1px solid #d4c071;
	border-bottom: 1px solid #d4c071;
	padding: 5px 10px;
}
div.tourdetailBox .fixTable2 {
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 10px;
}
div.tourdetailBox .fixTable2 th {
	background: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	text-align: left;
}
div.tourdetailBox .fixTable2 td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
}
div.tourdetailBox .fixTable2 caption {
	font-weight: bold;
	text-align: left;
}
div.tourdetailBox .formBoxTable {
	border-top: 1px solid #d4c071;
	border-left: 1px solid #d4c071;
}
div.tourdetailBox .formBoxTable th {
	background: #feeba6 url(../images/bg07.jpg) repeat-x top;
	border-right: 1px solid #d4c071;
	border-bottom: 1px solid #d4c071;
	padding: 5px 10px;
	text-align: center;
}
div.tourdetailBox .formBoxTable .room {
	background: #FEE9B1;
	text-align: center;
}
div.tourdetailBox .formBoxTable .babyseat {
	background: #FEE9B1;
	text-align: left;
}
div.tourdetailBox .formBoxTable .detail {
	text-align: left;
}
div.tourdetailBox .formBoxTable td {
	border-right: 1px solid #d4c071;
	border-bottom: 1px solid #d4c071;
	padding: 5px 10px;
	text-align: right;
}
div.tourdetailBox .price_calenderBox {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 700px;
}
div.tourdetailBox .price_calenderBox .caption {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
div.tourdetailBox .price_calenderBox .caption .g_txt { color: #FF0000; }
div.tourdetailBox .price_calenderBox .data_attention {
	margin: 0px 0px 10px;
	padding: 0px;
}
div.tourdetailBox .price_calenderBox .pagerBox { float: right; 
}
div.tourdetailBox .price_calenderBox .prev {
	background: url(../images/arrow_page_prev.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 12px;
}
div.tourdetailBox .price_calenderBox .next {
	background: url(../images/arrow01.gif) no-repeat right center;
	padding-right: 13px;
	font-size: 12px;
}
div.tourdetailBox .price_calenderBox div.calender1 {
	float: left;
	width: 340px;
}
div.tourdetailBox .price_calenderBox div.calender2 {
	float: right;
	width: 340px;
}
div.tourdetailBox .price_calenderBox div.month {
	background: url(../images/bg07.jpg) repeat-x left top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.tourdetailBox .price_calenderBox .calenderTable {
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	width: 340px;
}
div.tourdetailBox .price_calenderBox .calenderTable th {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	font-weight: normal;
	background: url(../images/bg04.jpg) repeat-x left top;
	width: 14%;
}
div.tourdetailBox .price_calenderBox .calenderTable td {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	vertical-align: top;
	text-align: center;
	height: 45px;
	line-height: 1.3;
}
div.tourdetailBox .price_calenderBox .calenderTable td a {
	display: block;
	text-decoration: none;
	height: 45px;
	cursor : pointer;
}
div.tourdetailBox .price_calenderBox .calenderTable td a:hover { color: #FF0000; }
div.tourdetailBox .price_calenderBox .calenderTable td a.select { border: 2px solid #FF0000; }
div.tourdetailBox .price_calenderBox .calenderTable th.sunday { background: url(../images/bg05.jpg) repeat-x left top; }
div.tourdetailBox .price_calenderBox .calenderTable th.saturday { background: url(../images/bg03.jpg) repeat-x left top; }
div.tourdetailBox .price_calenderBox .calenderTable td span.stock {
	padding-top:2px;
	position:relative;
	text-align:center;
	width:100%;
	display: block;
	font-family: sans-serif;
}
div.tourdetailBox .price_calenderBox .calenderTable td span.stock span.season {
	font-size:12px;
	left:0px;
	position:absolute;
	top:2px;
	width:15px;
	line-height: 18px;
	display: block;
}
div.tourdetailBox .price_calenderBox .calenderTable td span.stock span.guarantee {
	font-size:12px;
	left:30px;
	position:absolute;
	top:2px;
	width:15px;
	color: #FF0000;
	background: #FFFFFF;
	display: block;
}
div.tourdetailBox .price_calenderBox .calenderTable td span.price {
	clear:both;
	font-size:10px;
	text-align: center;
}
div.tourdetailBox .price_calenderBox .calenderTable td span.saturday {
	background: #d7f2ff;
	display: block;
	text-align: center;
}
div.tourdetailBox .price_calenderBox .calenderTable td span.sunday {
	background: #ffe8e8;
	display: block;
	text-align: center;
}
div.tourdetailBox .price_calenderBox .calenderTable td span.day {
	background: #ffffff;
	display: block;
	text-align: center;
}
div.tourdetailBox .price_calenderBox .calenderTable td.saturday { background: #d7f2ff; }
div.tourdetailBox .price_calenderBox .calenderTable td.sunday { background: #ffe8e8; }
div.tourdetailBox .price_calenderBox table td.A {
	background-color : #99ffff;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.B {
	background-color : #ffff33;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.C {
	background-color : #ff99ff;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.D {
	background-color : #66ff99;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.E {
	background-color : #ff9966;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.F {
	background-color : #cc99ff;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.G {
	background-color : #ff6600;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.H {
	background-color : #ffff99;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.I {
	background-color : #cc9999;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.J {
	background-color : #cccc00;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.K {
	background-color : #cc3366;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.L {
	background-color : #ff66ff;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.M {
	background-color : #00ff33;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.N {
	background-color : #00ccff;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.O {
	background-color : #ffcc00;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.P {
	background-color : #ff66cc;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.Q {
	background-color : #66cc66;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.R {
	background-color : #cc9933;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.S {
	background-color : #cc66cc;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.T {
	background-color : #ffcc99;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.U {
	background-color : #cccccc;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.V {
	background-color : #996633;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.W {
	background-color : #cc9966;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.X {
	background-color : #996666;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.Y {
	background-color : #ff99cc;
	cursor: default;
}
div.tourdetailBox .price_calenderBox table td.Z {
	background-color : #00cc00;
	cursor: default;
}
div.tourdetailBox .price_calenderBox .price_detail { clear: both; }
div.tourdetailBox .price_calenderBox .price_detail .title {
	font-size: 14px;
	margin: 0px 0px 5px;
	padding: 0px;
}
div.tourdetailBox .price_calenderBox .price_detail table.priceTable {
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
div.tourdetailBox .price_calenderBox .price_detail table.priceTable th {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	font-weight: normal;
	background: #EFEFEF;
	padding: 2px 7px;
}
div.tourdetailBox .price_calenderBox .price_detail table.priceTable td {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: right;
	padding: 2px 5px;
}
div.tourdetailBox .price_calenderBox .price_detail .priceTable td.season { text-align: center; }
div.tourdetailBox .price_calenderBox .detail {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.tourdetailBox .daySelectBox {
	height: 29px;
	margin-bottom: 10px;
}
div.tourdetailBox .daySelectBox ul {
	margin: 0px;
	padding: 0px;
}
div.tourdetailBox .daySelectBox li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 29px;
}
div.tourdetailBox .daySelectBox li a {
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
	background: url(../images/btn_stay_days_off.gif) no-repeat;
	text-align: center;
	display: block;
	height: 29px;
	width: 101px;
}
div.tourdetailBox .daySelectBox .arrow {
	background: url(../images/stay_days_arrow.gif) no-repeat center center;
	width: 45px;
}
div.tourdetailBox .daySelectBox .select a {
	background: url(../images/btn_stay_days_select.gif) no-repeat;
	color: #333333;
	text-decoration: none;
}
div.tourdetailBox .planBox {
	margin-bottom: 20px;
	clear: both;
	background: url(../images/planbox_mid.gif) repeat-y;
}
div.tourdetailBox .planBox .title {
	background: url(../images/plan_titlebar.gif) no-repeat left top;
	padding: 10px 15px;
	font-size: 115%;
	font-weight: bold;
	color: #6a4c17;
	border-bottom: 3px solid #d4c071;
}
div.tourdetailBox .planBox .planTable {
	width: 698px;
	margin: 0px auto;
	border-style: none;
	padding: 0px;
}
div.tourdetailBox .planTable {
	width: 700px;
	border-top: 1px solid #CFCFCF;
}
div.tourdetailBox .planTable th {
	background: #EFEFEF;
	border-bottom: 1px solid #CFCFCF;
	white-space: nowrap;
	font-weight: normal;
	font-size: 10px;
	padding: 3px 5px;
}
div.tourdetailBox .planTable td {
	border-bottom: 1px solid #CFCFCF;
	padding: 5px;
	text-align: center;
}
div.tourdetailBox .planTable .plan {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.tourdetailBox .planTable .selecttitle { text-align: left; }
div.tourdetailBox .planTable .option {
	margin: 0px;
	padding: 0px;
}
div.tourdetailBox .planTable .select {
	background: #FFE8F2;
	width: 30px;
	text-align: center;
}
div.tourdetailBox .planTable .price {
	width: 80px;
	text-align: center;
}
div.tourdetailBox .planTable .date { width: 140px; }
div.tourdetailBox .planTable .number { width: 50px; }
div.tourdetailBox .planTable .use { text-align: center; }
div.tourdetailBox .planTable .detail {
	text-align: center;
	width: 20px;
}
div.tourdetailBox .planTable td.selectplan {
	background: #fffdf5 url(../images/plan_select_shadow.gif) repeat-x left top;
	text-align: left;
	padding: 15px;
}
div.tourdetailBox .planTable td.selectplan .plantitle {
	background: url(../images/plan_select_mk.gif) no-repeat left top;
	font-size: 115%;
	font-weight: bold;
	padding-left: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
}
div.tourdetailBox .planTable td.selectplan .plantitle span {
	font-weight: normal;
	font-size: 90%;
}
div.tourdetailBox .planTable td.selectplan dl.add_price {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
div.tourdetailBox .planTable td.selectplan dl.add_price dt {
	background: #fff7d9;
	font-size: 85%;
	border: 1px solid #d4c071;
	padding: 0px 5px;
	color: #87734a;
	line-height: 1.4;
	text-align: center;
	float: left;
	margin: 0px 10px 3px 0px;
	display: inline;
}
div.tourdetailBox .planTable td.selectplan dl.add_price dd {
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 115%;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4;
}
div.tourdetailBox .planTable td.selectplan .photoBox {
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
}
div.tourdetailBox .planTable td.selectplan .photoBox dl {
	margin: 0px 15px 0px 0px;
	float: left;
	width: 125px;
}
div.tourdetailBox .planTable td.selectplan .photoBox dt {
	margin: 0px;
	height: 120px;
	width: 120px;
	border: 1px solid #EFEFEF;
	padding: 3px;
	background: #FFFFFF;
}
div.tourdetailBox .planTable td.selectplan .photoBox dd {
	margin: 0px;
	padding: 3px;
	line-height: 1.3;
	color: #666666;
}
div.tourdetailBox .mealTable {
	border-top: 1px solid #D4C071;
	margin-top: 10px;
	border-left: 1px solid #D4C071;
	clear: both;
}
div.tourdetailBox .mealTable th {
	background: #FFF7D9;
	border-bottom: 1px solid #D4C071;
	padding: 5px 10px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #D4C071;
	font-size: 12px;
}
div.tourdetailBox .mealTable td {
	border-bottom: 1px solid #D4C071;
	padding: 5px 10px;
	border-right: 1px solid #D4C071;
	text-align: left;
	background: #FFFFFF;
}
div.tourdetailBox .mealTable .memo { }
div.tourdetailBox .confirmTable {
	margin-bottom: 5px;
	border: 1px solid #CECECE;
}
div.tourdetailBox .confirmTable th {
	background: #FFF4F9;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	text-align: left;
	white-space: nowrap;
	padding: 5px 10px;
	width: 120px;
}
div.tourdetailBox .confirmTable td {
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	padding: 5px 10px;
}
div.tourdetailBox .confirmTable td.title {
	background: #FFF7D9;
	width: 50px;
	text-align: center;
}
div.tourdetailBox .confirmTable td.price { width: 100px; }
div.tourdetailBox .confirmPriceTable {
	margin-bottom: 15px;
	border: 2px solid #CECECE;
}
div.tourdetailBox .confirmPriceTable th {
	background: #FFE8F2;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	text-align: right;
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 14px;
}
div.tourdetailBox .confirmPriceTable td {
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	padding: 10px;
	width: 100px;
}
div.tourdetailBox .confirmPriceTable td.totalprice1 {
	text-align: right;
	font-size: 14px;
	color: #FF0000;
}
div.tourdetailBox .confirmPriceTable td.totalprice2 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
div.tourdetailBox .sysMente {
	border:			1px solid #FF0000;
	font-size:		13px;
	color: 			#FF0000;
	margin: 		10px 0px 0px;
	padding: 		5px;
	letter-spacing: 1px;
}
div.tourdetailBox .sysMente .attention {
	font-size:		16px;
	font-weight:	bold;
}
div#kikaku_office {
	width: 450px;
	float: left;
}
div#jata_logo {
	width: 125px;
	float: right;
	margin: 30px 0 0;
}
.boxShisetsu {
	width: 690px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top: 1px solid #B2AEA9;
	border-bottom: 1px solid #B2AEA9;
}
.titShisetsu {
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #D6D4D1;
	cursor: pointer;
	background: #9FB0C3;
	color: #FFFFFF;
}
.boxShisetsu .shisetsuContent {
	font-size: 12px;
	background: #FFF0E1;
}
