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

#main960{
	width:100%;
}

#main960 img{
	width:100%;
}

#memberPlan table{
width: 100%;
}

#center{
text-align: center;
color: red;
font-size: 14px;
font-weight: bold;
}

.red{
color:#FF0000;
font-size: 11px;
}

.m_t20{
	margin-top:10px;
}

#main635{
	width:100%;
}

#main635 img{
	width:100%;
}

#memberPlan{
width: 100%;
}

#memberPlan img{
width: 100%;
}

#riyouhouhou_pc{
	display: none;
}

#riyouhouhou_sp{
	display: block;
	margin:10px auto;
	width:90%;
}

/* ツアー会社ボックス */

#tourarea{
	width: 100%;
	box-sizing: border-box;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	overflow:hidden;
}

#tourbox{
	width: 50%;
	box-sizing: border-box;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding: 1%;
	float:left;
}

#companyname{
	width:100%;
	text-align:center;
	color:#333;
	font-size:11px;
	line-height:120%;
	margin:5px 0px 0px 0px;
	height:30px;
}

#tokuten{
	width:100%;
	text-align:center;
	color:#D80000;
	font-weight:bold;
	font-size:14px;
	margin:5px 0px 10px 0px;	
}

/* 注意文 */


#cortion_m{
	margin:10px 3% 10px 3%;
	padding:10px;
	width:94%;
	background-color:#eee;
	font-size:11px;
	line-height:140%;
	text-align:left;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

#cortion_m li{
	padding-left:1em;
	text-indent:-1em;
	list-style:none;
}

#cortion_t{
	font-size:14px;
	line-height:140%;
	font-weight:bold;
	margin-bottom:5px;
}

#info_box{
	width:100%;
	height:auto;
	text-align:center;
	font-size:12px;
	line-height:160%;
	color:#333333;
}

#info_box .phone{
	font-size:20px;
	font-weight:bold;
	color:#DD0000;
}

ul{
	margin:0 !important;
	padding:0 !important;
}

/* ボタン */

#btnarea{
	margin:20px 10% 20px 10%;
	width:80%;	
}

.btn_overseas{
	margin-bottom:10px;
	float:none;
	width:100%;	
}

.btn_domestic{
	float:none;
	width:100%;		
}

