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


/*トップツアー一覧*/
#tour_list .box_tour {
	border-bottom: 1px dotted #A0A0A0;
	padding: 15px 0;
}
#tour_list .box_tour .img_area {
	float: left;
	width: 213px;
}
#tour_list .box_tour .contents_area {
	float: left;
	width: 508px;
}
#tour_list .box_tour h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#tour_list .box_tour h3 a {
	color: #004986;
}
#tour_list .box_tour h4 {
	display: inline;
	color: #ee0000;
	font-size: 15px;
	font-weight: bold;
}
#tour_list .box_tour h4 span {
	font-size: 12px;
	font-weight: normal;
}

#tour_list .box_tour_last {
	padding: 15px 0;
}

#tour_list .box_tour_last .img_area {
	float: left;
	padding-right: 15px;
	width: 233px;
}
#tour_list .box_tour_last .contents_area {
	float: left;
	width: 482px;
}
#tour_list .box_tour_last h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#tour_list .box_tour_last h3 a {
	color: #004986;
}
#tour_list .box_tour_last h4 {
	display: inline;
	color: #ee0000;
	font-size: 15px;
	font-weight: bold;
}
#tour_list .box_tour_last h4 span {
	font-size: 12px;
	font-weight: normal;
}

/*ツアー一覧*/
/*box_month*/
#tour_list .box_month {
	padding: 10px 0;
}
#tour_list .box_month .month {
	border-bottom: 1px dotted #A0A0A0;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
#tour_list .box_month .box_tour {
	border-bottom: 1px dotted #A0A0A0;
	padding: 15px 0;
}
#tour_list .box_month .box_tour .img_area {
	float: left;
	padding-right: 15px;
	width: 195px;
}
#tour_list .box_month .box_tour .contents_area {
	float: left;
	width: 520px;
}
#tour_list .box_month .box_tour h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#tour_list .box_month .box_tour h3 a {
	color: #004986;
}
#tour_list .box_month .box_tour dl dt {
	float: left;
	padding-bottom: 3px;
	width: 55px;
}
#tour_list .box_month .box_tour dl dd {
	padding-bottom: 3px;
}
#tour_list .box_month .box_tour dl dd:before {
	content: "：";
}
#tour_list .box_month .box_tour h4 {
	display: inline;
	color: #ee0000;
	font-size: 15px;
	font-weight: bold;
}
#tour_list .box_month .box_tour h4 span {
	font-size: 12px;
	font-weight: normal;
}
#tour_list .box_month .pagetop {
	padding-top: 10px;
}


/*nav_calendar*/
#tour_list .nav_calendar {
	margin: 20px 0;
}


/*詳細ページ*/
/*summary*/
#tour_detail #summary .icon {
	font-size: 12px;
	margin: -8px 0 10px;
	text-align: right;
}
#tour_detail #summary .icon li {
	display: inline;
	background-color: #ddd;
	color: #868686;
	margin-left: 5px; 
	padding: 2px 7px;
}
#tour_detail #summary .tourtitle {
	margin-bottom: 15px;
}
#tour_detail #summary .tourtitle h3 {
	color: #868686;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#tour_detail #summary h2 {
	color: #7e6f30;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
#tour_detail #summary .contents_area {
	margin: 15px 0;
}
#tour_detail #summary dl {
	font-size: 14px;
	margin-bottom: 8px;
}
#tour_detail #summary dl dt {
	float: left;
	width: 55px;
}
#tour_detail #summary dl dd {
	padding-left: 55px;
}
#tour_detail #summary dl dd:before {
	content: "：";
}
#tour_detail #summary dl .price {
	display: inline;
	color: #ee0000;
	font-size: 16px;
	font-weight: bold;
}
#tour_detail #summary dl .price span {
	font-size: 14px;
}
#tour_detail #summary .kome {
	margin-top: 15px;
}

#tour_detail .results {
background-color: #fff9e2;
border: 1px solid #e2e2e2;
line-height: 1.4;
margin-top: 8px;
padding: 7px 10px;
font-size: 14px;
margin-bottom: 20px;

}

#tour_detail .results .title {
font-weight: bold;
padding: 0 5px 5px;
font-size: 16px;
color: #7e6f30;

}

#tour_detail .results ul {
list-style-type: disc;
padding-left: 20px;

}

/*btn*/
#tour_detail .btn {
	margin: 30px 0;
	text-align: center;
}


/*detail_nav*/
#tour_detail #detail_nav {
	background-color: #f5f5f5;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;
}
#tour_detail #detail_nav ul li {
	display: inline;
	padding: 5px 0;
	border-right: 1px dotted #A0A0A0;
	margin-right: 15px;
	padding-right: 30px;
	
}
#tour_detail #detail_nav ul li.last {
	border: none;
	margin-right: 0;
}


/*point*/
#tour_detail #point {
	margin-bottom: 30px;
}
#tour_detail #point ul {
	list-style-image: url(../tour/detail/images/detail_point_list.gif);
	padding-left: 20px;
}
#tour_detail #point ul li {
	padding-bottom: 8px;
}
#tour_detail #point ul li h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}
#tour_detail #point dl {
	margin-bottom: 15px;
}
#tour_detail #point dl:before, #tour_detail #point dl:after {  content: ".";  display: block;  height: 0;  overflow: hidden;}
#tour_detail #point dl:after {clear: both;}
#tour_detail #point dl {zoom: 1;} /* IE < 8 */

#tour_detail #point dl dt {
	float: left;
	width: 200px;
}
#tour_detail #point dl dd {
	margin-top: 5px;
	padding-left: 210px;
}
#tour_detail #point dl dd h4 {
	border-bottom: 1px dotted #a0a0a0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 3px;
}
#tour_detail #point dl dd p {
	margin-bottom: 7px;
}
#point #exp h4 {
	border-bottom: 1px dotted #a0a0a0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 3px;
}
#point #exp h4 p {
	margin-bottom: 7px;
}
#point #exp h3 {
	color: #7e6f30;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 20px;
}
#point #exp p.exp {
	font-size: 15px;
	margin-bottom: 18px;
	line-height: 20px;
}
#tour_detail #point dl dd p span {
	font-weight: bold;
}
#tour_detail #point .box_month table {
    text-align: center;
    width: 710px;
    margin-bottom: 15px;
}
#tour_detail #point .box_month .month {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #EDA32E;
}
#tour_detail #point .box_month table tr th {
    background-color: #E7E7E7;
    border: 1px solid #B7B7B7;
    color: #868686;
    padding: 5px;
}
#tour_detail #point .box_month table tr td {
    border: 1px solid #B7B7B7;
    font-size: 14px;
    padding: 8px;
}
#tour_detail #point .box_month table tr td.program {
    border-left: medium none;
}
#tour_detail #point .box_month table tr td {
    font-size: 14px;
    padding: 8px;
    text-align: left;
}
#tour_detail #point .box_month table tr td.icon {
    width: 15%;
}
#tour_detail #point .box_month table tr td.icon .concert {
    background-color: #EDA32E;
    text-align: center;
}
#tour_detail #point .box_month table tr td.icon .opera {
    background-color: #46a63e;
    text-align: center;
}
#tour_detail #point .box_month table tr td.icon p {
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
}

/*schedule*/
#tour_detail #schedule {
	margin-bottom: 30px;
}
#tour_detail #schedule table {
	width: 730px;
	margin-bottom: 15px;
	text-align: center;
}
#tour_detail #schedule table tr th {
	border: 1px solid #b7b7b7;
	background-color: #e7e7e7;
	color: #868686;
	padding: 5px;
}
#tour_detail #schedule table tr td {
	border: 1px solid #b7b7b7;
	font-size: 14px;
	padding: 10px;
	vertical-align: middle;
}
#tour_detail #schedule table tr td.sch {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
}
#tour_detail #schedule table tr td .option_box {
	border: 1px solid #e2e2e2;
	line-height: 1.4;
	margin: 10px 0 0 15px;;
	padding: 7px 10px;
}
#tour_detail #schedule table tr td .option_box .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
#tour_detail #schedule table tr td .op01 {
	background-color: #f5f5f5;
}
#tour_detail #schedule table tr td .op02 {
	background-color: #fff9e2;
}
#tour_detail #schedule table tr td .op02 .title {
	color: #8e6f20;
}


/*travel_condition*/
#tour_detail #travel_condition {
	margin-bottom: 30px;
}
#tour_detail #travel_condition a {
	color: #004986;
}
#tour_detail #travel_condition .price {
	color: #ee0000;
	font-weight: bold;
}
#tour_detail #travel_condition table {
	width: 730px;
	font-size: 14px;
	margin-bottom: 15px;
}
#tour_detail #travel_condition table tr th {
	border: 1px solid #b7b7b7;
	background-color: #e7e7e7;
	color: #868686;
	padding: 10px;
	vertical-align: middle;
}
#tour_detail #travel_condition table tr td {
	border: 1px solid #b7b7b7;
	padding: 10px;
	vertical-align: middle;
}
#tour_detail #travel_condition table tr td p {
	padding-bottom: 5px;
}
#tour_detail #travel_condition table tr td p span {
	font-weight: bold;
}


/*infomation*/
#tour_detail #infomation {
	margin-bottom: 50px;
}
#tour_detail #infomation a {
	color: #004986;
}
