

/*

Detail ============================================

*/

#main > div {
	margin-top: 30px;
}

#main > div:first-child {
	margin-top: 0;
}


/* module-title_detail ------------------------------*/

#main .module-title_detail {
	border-top: 4px solid #333333;
	padding-top: 15px;
	position: relative;
	z-index: 2;
}
	#main .module-title_detail h2 {
		font-size: 138.5%;
		width: 560px;
	}
	#main .module-title_detail > ul {
		position: absolute;
		right: 10px;
		top:19px;
		text-align: right;
	}
	#main .module-title_detail > ul > li {
		display: inline;
		margin-left: 20px;
	}
	#main .module-title_detail > ul >  li >  a {
		display: inline-block;
		padding-left: 20px;
	}
	.ie7 #main .module-title_detail > ul >  li >  a {
		display: inline;  
	    zoom: 1;
	}
	#main .module-title_detail > ul > li > a.btn-print {
		background: url(../../images/common/icn-print.gif) no-repeat left center;
	}
	#main .module-title_detail > ul > li > a.btn-share {
		background: url(../../images/common/icn-share.gif) no-repeat left center;
	}
	#main .module-title_detail dl {
		margin-top: 12px;
		text-align: right;
		font-size: 93%;
	}
	#main .module-title_detail dl dt,
	#main .module-title_detail dl dd {
		display: inline;
	}
	#main .module-title_detail dl dt{
		margin-left: 35px;
	}

/* module-carousel ------------------------------*/

#main .module-carousel {
	margin-top: 25px;
}
	#main .module-carousel .viewport {
		width: 680px;
		margin: 0 auto;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
		z-index: 1;
	}
	#main .module-carousel .viewport .image {
		width: 680px;
		height: 510px;
		position: relative;
	}
	#main .module-carousel .viewport .image img {
		position: absolute;
		top:50%;
		left:50%;
	}
	#main .module-carousel .viewport .prev {
		position: absolute;
		top:50%;
		left: -38px;
		margin-top: -25px;
	}
	#main .module-carousel .viewport .next {
		position: absolute;
		top:50%;
		right: -38px;
		margin-top: -25px;
		
	}
	#main .module-carousel .nav {
		margin-top: 10px;
		width: 684px;
		margin-left:38px;
	}
	#main .module-carousel .nav li {
		float: left;
		margin-right: 4px;
		margin-bottom: 4px;
		width: 110px;
		height: 83px;
		text-align: center;
	}
	#main .module-carousel .nav li a {
		display: table-cell;
		width: 110px;
		height: 83px;
		text-align: center;
		line-height: 83px;
		vertical-align: middle;
	}

	#main .module-carousel .nav li img {
		width: auto;
		height: auto;
		max-width: 110px;
		max-height: 83px;
	}
	#main .module-carousel .caption {
		margin-top: 15px;
		margin: 15px auto 0;
		font-size: 108%;
	}
	
	#main .module-carousel .img_review {
		z-index: 9999;
		vertical-align: middle;
		border: 5px solid #fff;
		-webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
		box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
		display: none;
		background: #fff;
	}
	
	#main .module-carousel .img_review img {
		width: auto;
		height: auto;
		max-width: 240px;
		max-height: 180px;
	}

/* module-schedule ------------------------------*/

#main .module-tour_overview {
}
	#main .module-tour_overview table {
		width: 440px;
		border-bottom: 0;
		margin-top: 10px;
	}
	#main .module-tour_overview table th {
		width: 200px;
		background: #fff;
	}
	#main .module-tour_overview table td {
		width: 240px;
	}
	#main .module-tour_overview table th,
	#main .module-tour_overview table td{
		border-top: 1px dotted #CCCCCC;
		white-space: nowrap;
		padding: 4px 8px; 
	}
	#main .module-tour_overview table tr:first-child th,
	#main .module-tour_overview table tr:first-child td {
		border-top: 0;
	}

/* module-schedule ------------------------------*/
#main .module-tour_detail {
}
	#main .module-tour_detail .ttl-belt {
		background: #0776A5;
		font-size: 108%;
	}
	#main .module-tour_detail .plan_summary + .shadow {
		margin-top: 20px;
	}
	#main .module-tour_detail .shadow{
		background: url(../../images/common/bg-item_shadow.jpg) no-repeat left bottom;
		padding-bottom: 6px;
	}
	#main .module-tour_detail .shadow+.shadow{
		margin-top: 20px;
	}
	#main .module-tour_detail .shadow+.op-notice{
		margin-top: 40px;
	}
	#main .module-tour_detail .ext-details {
		border-bottom: none;
	}
	#main .module-tour_detail .ext-details tr th {
		width: 70px;
	}
	#main .module-tour_detail .ext-details tr:first-child th {
		background: #7FBACF;
		color: #fff;
		font-weight: bold;
		border-top: 1px solid #fff;
		width: 233px;
	}
	#main .module-tour_detail .ext-details tr td.price {
		border-right: 1px solid #ccc;		
	}
	#main .module-tour_detail .ext-details tr th.plan {
		width: 230px;
	}
	#main .module-tour_detail .ext-details tr td.plan {
		vertical-align: top;
	}
	#main .module-tour_detail .ext-details tr th.price,
	#main .module-tour_detail .ext-details tr td.price  {
		width: 232px;
		border-right: 1px solid #ccc;
		}
	#main .module-tour_detail .ext-details tr td.btn {
		text-align: center;
		width: 232px;
	}
	.ie8 #main .module-tour_detail .ext-details tr td.btn {
		border-left: 1px solid #ccc;
	}
	#main .module-tour_detail .ext-details tr .plan,
	#main .module-tour_detail .ext-details tr .plice {
		width: 230px;
	}
	#main .module-tour_detail .ext-details tr .guide {
	}
	#main .module-tour_detail .ext-details tr td span {
		color: #FF0033;
	}
	#main .module-tour_detail .ext-details td ul {
		padding-top: 3px;
		padding-bottom: 3px;
		font-weight: bold;
		width: 230px;
	}
	#main .module-tour_detail .ext-details td ul li {
		margin-top: 6px;
	}
	#main .module-tour_detail .ext-details td ul li:first-child {
		margin-top: 0px;
	}
	#main .module-tour_detail .ext-details tr td+th {
		border-left: 1px solid #ccc;
	}

/* module-tour_schedule ------------------------------*/
#main .module-tour_schedule {
}
#main .module-tour_schedule .ext-schedule th{
	width: 250px;
}

/* module-tour_policy ------------------------------*/

#main .module-tour_policy {
}
	
	#main .module-tour_policy th {
		width: 230px;
	}