/*-- optionals.css --*/
@charset "UTF-8";

/*------------
## Flagment ##
------------*/
.shanghai {/*display:none*/}


.center div.opCategory > h1 {
	color: #ff1a00;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: .3em;
	padding: 5px 20px;
	margin-bottom: 10px;
	border: 2px solid #ff1a00;
}


/*--------
## list ##
--------*/
.list > section {
	position: relative;
	background-color: #ececec;
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #333;
	box-shadow: 2px 2px 2px #999;
}
.list > section p.thumb {
	float: left;
	width: 220px;
}
.list > section p.thumb img {
	width: 100%;
}

.list > section div.dscr {
	float: left;
	position: relative;
	width: 540px;
	height: 100%;
}
#wrapper #container div#main 
.list > section div.dscr h2 {
	padding: 0.25em 0 0;
	line-height: 34px;
	min-height: 30px;
	letter-spacing: normal;
	background: url("/common/images/bg_tit_sub_2.png") left center repeat-x;
}
.list > section div.dscr h2 a {
	color: #fff;
	padding: 0 10px;
}
.list > section div.dscr ul {
	padding: 0 10px;
}
.list > section div.dscr ul li:before {
	content: "■";
	padding-right: 0.25em;
}

.list > section div.dscr p.price {
	position: absolute;
	right: 10px;
	bottom: 32px;
	text-align: right;
}
.list > section div.dscr p.price strong {
	font-size: 1.6em;
	color: #f00;
}
.list > section div.dscr p.more {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.list > section div.dscr p.more a {
	background: #c00 url("/common/images/ico_arrow_right_wh.png") right 1em center no-repeat;
	padding: 0.25em 2em;
	padding-right: 3em;
	color: #fff;
}


/*-----------
## archive ##
-----------*/
section.primary {}

#wrapper #container div#main > .center 
section.primary h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px;
	letter-spacing: normal;
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 1%, rgba(30,87,153,1) 88%, rgba(30,87,153,1) 88%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(125,185,232,1)), color-stop(88%,rgba(30,87,153,1)), color-stop(88%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 1%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 88%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 1%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 88%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 1%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 88%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,185,232,1) 1%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 88%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

}
section.primary h2 span {
	padding: 0 10px;
}

section.primary div.primaryWrap {
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
section.primary div.primaryWrap p.thumb {
	float: left;
	width: 220px;
	padding-right: 20px;
	z-index: 100;
}
section.primary div.primaryWrap p.thumb img {width:100%}

section.primary div.primaryWrap div.box {
	position: relative;
	height: 100%;
	padding-left: 220px;
}
section.primary div.primaryWrap div.box ul {}
section.primary div.primaryWrap div.box ul li {
	padding: 0.25em 0;
	border-bottom: 1px dashed #b3b3b3;
}
section.primary div.primaryWrap div.box ul li:last-child {
	border: none;
}

section.primary div.primaryWrap div.box ul li.date {
	font-size: 1.2em;
	font-weight: bold;
}
section.primary div.primaryWrap div.box ul li.price {
	font-size: 1.2em;
	font-weight: bold;
	color: #c00;
}
section.primary div.primaryWrap div.box p.btn {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}
section.primary div.primaryWrap div.box p.btn a {
	padding: 0.5em 1em;
	font-size: 1em;
}

/*-- currentTable --*/
table.currentTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-botom: 10px;
}
table.currentTable th,
table.currentTable td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #b3b3b3;
}

table.currentTable thead th {
	background-color: #ffbfbf;
	font-weight: bold;
	font-size: 1.2em;
	color: #c00;
}
table.currentTable tbody th {
	background-color: #eee;
}
table.currentTable tbody td {}


/*-- section --*/
section.tourPoint h3 ,
section.tourSchedule h3 ,
section.tourHotel h3 ,
section.tourPrice h3 ,
section.tourNotice h3 {
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	margin-bottom: 10px;
}
section.tourPoint h3 span,
section.tourSchedule h3 span,
section.tourHotel h3 span,
section.tourPrice h3 span,
section.tourNotice h3 span {
	display: none;
}
section.tourPoint h3 {background-image: url("/common/images/packages/tit_tourpoint.jpg")}
section.tourSchedule h3 {background-image: url("/common/images/packages/tit_tourschedule.jpg")}
section.tourHotel h3 {background-image: url("/common/images/packages/tit_tourhotel.jpg")}
section.tourPrice h3 {background-image: url("/common/images/packages/tit_tourprice.jpg")}
section.tourNotice h3 {background-image: url("/common/images/packages/tit_tournotice.jpg")}


section.tourPoint > img:first-child ,
section.tourSchedule > img:first-child ,
section.tourHotel > img:first-child ,
section.tourPrice > img:first-child ,
section.tourNotice > img:first-child {
	width: 100%;
	height: initial;
	margin-bottom: 10px;
}

section.tourPoint img.full  ,
section.tourSchedule img.full ,
section.tourHotel img.full ,
section.tourPrice img.full ,
section.tourNotice img.full {
	width: 100%;
	height: initial;
}

div.tourPointBox {
	border: 2px solid #ccc;
	padding: 10px !important;
	background-color: #f3f3f3;
}
ul.tourPointImgList ,
ul.tourPointImgList2 ,
ul.tourPointImgList3 {
	width: 100%;
}
ul.tourPointImgList li ,
ul.tourPointImgList2 li ,
ul.tourPointImgList3 li {
	float: left;
	box-sizing: border-box;
	padding: 2px;
}
ul.tourPointImgList li {width:25%}
ul.tourPointImgList2 li {width:50%}
ul.tourPointImgList3 li {width:33.3%}

ul.tourPointImgList li img ,
ul.tourPointImgList2 li img,
ul.tourPointImgList3 li img {
	display:block;
	width: 100%;
}


div.tourSchedule table.schedule ,
div.tourNotice table {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #999;
}
div.tourDchedule > table ,
div.tourNotice > table {
	width: 98%;
}

div.tourSchedule table.schedule th ,
div.tourSchedule table.schedule td ,
div.tourNotice table th ,
div.tourNotice table td {
	vertical-align: middle;
	padding: 5px;
}


div.tournoticeimg {
	margin-bottom: 24px;
}

/*-- table --*/
table.scheduleTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #999;
	margin-bottom: 10px;
}
table.scheduleTable th ,
table.scheduleTable td {
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
}
table.scheduleTable thead th {
	text-align: center;
	background-color: #aae1ff;
}
table.scheduleTable tbody th {
	background-color: #ddd;
	text-align: center;
}
table.scheduleTable tbody td {
	background-color: #fff;
}


table.noticeTable ,
table.noticeSubTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #999;
}
table.noticeTable th ,
table.noticeTable td {
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
}
table.noticeTable thead th {
	background-color: #aae1ff;
}
table.noticeTable tbody th {
	background-color: #ddd;
}
table.noticeTable tbody td {
	background-color: #fff;
}

table.noticeSubTable {
	margin-bottom: 5px;
}
table.noticeSubTable thead th {
	background-color: #eee;
	text-align: center;
}
table.noticeSubTable tbody td {
	text-align: center;
}


/*-- text-color --*/
.ob {color:#f60}
.bb {color:#039}
.gb {color:#060}
.rb {color:#c00}


/*-- behavier --*/
.tourPointBoximg {
	text-align:right;
	width:176px;
	margin:5px 3px 5px 4px;
	float:left;
	font-size:11px;
}
.tourPointBoximg img {width:100%}

.tourPointBoximg2{text-align:right; width:200px; margin:5px 3px 5px 5px; float:left; font-size:11px;}

.opNote {
	clear:both;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background-color: #ffffef;
	border: 1px solid #c00;
	margin:10px 0 20px 0;
}
.opNote p {
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 1.3em;
}
.opNote p strong {
	display: block;
	color: #900;
	font-size: 1.2em;
}

.opNote p.note {color:#c00;}
