@charset "UTF-8";
/* CSS Document */

.toggle_content {
	padding: 10px 0 0;
	width: 94%;
	background: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 0px 0px #ccc;
	-moz-box-shadow: 0px 1px 0px 0px #ccc;
	box-shadow: 0px 1px 0px 0px #ccc;
}
.toggle_content p.blue {
    font-size: 12px !important;
}

.btn_toggle{
width: 100%;
margin: 0 auto;
}

dl.time_schedule{
font-size: 14px;
line-height: 24px;
margin-top: 10px;
}
dl.time_schedule dt{
clear: both;
color: #1b4782;
padding: 2px 10px 2px 0;
margin-right: 6px;
font-weight: bold;
float: left;
}
dl.time_schedule dd{
float: left;
width : 75% ; /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100% - 70px) ;
width : calc(100% - 70px) ;
}

.box_point {
    border: 1px solid #9faab8;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: white;
    max-width: 596px;
}
.box_point p{
	padding: 0 3%;
}

.displayNone {
	display: none;
}
/* =======================================
　おすすめツアー
======================================= */
#illust05 {
    position: absolute;
    right: 10px;
    top: 2px;
}

#tourArea {
	width: auto;
	margin: 30px 3% 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	box-shadow: 0 2px 2px #d7d7d7;
}
