@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
#bg {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	width:950px;
	background-color:#c7b78f;
	margin:10px 0 0 0;
}

#bg img {
	vertical-align:bottom;
}
#bg a img {
	border:0;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

/* タイトル
------------------------------------------ */
h1 {
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	padding:3px;
	margin:5xp 0 0 0;
}
.titTop {
	padding:0px;
	margin:0px;
}





/* ツアーの特徴
------------------------------------------ */
#boxTokucho {
	background-image: url(../images/bg_tokucho.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#FFF;
	width: 910px;
	padding:15px 0px 30px 0px;
	margin:0px 0px 35px 21px;
}
.txtTokucho1 {
	font-size:14px;
	line-height:26px;
	color:#303030;
	padding:0px;
	margin:0px 25px 20px 25px;
}
.txtTokucho2 {
	font-size:14px;
	line-height:26px;
	color:#303030;
	padding:0px;
	margin:0px 0px 15px 45px;
}
.txtTokucho3 {
	font-size:14px;
	line-height:26px;
	color:#303030;
	padding:0px;
	margin:0px 0px 25px 45px;
}
#boxTokucho h3 {
	padding:0px;
	margin:0px 0px 15px 25px;
}



/* 受付
------------------------------------------ */
#boxBottom {
	position:relative;
	background-color:#82785e;
	padding:15px 0px 20px 65px;
}
#boxBottom h3 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:0px;
	margin:0px 0px 13px 0px;
}
.txtBotom1 {
	font-size:12px;
	color:#FFF;
	padding:0px;
	margin:0px 0px 15px 0px;
}
.txtBotom2 {
	font-size:12px;
	line-height:26px;
	color:#FFF;
	padding:0px;
	margin:0px 0px 15px 0px;
}
.txtBotom3 {
	font-size:12px;
	color:#FFF;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.imgBottom {
	position:absolute;
	left:704px;
	top:32px;
	padding:0px;
	margin:0px;
}

#tourBox{
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}

#tourBox li{
	width:270px;
	height:60px;
	background:url(../images/btn01.png) no-repeat;
	display:block;
	float:left;
	margin:0 0 0 23px;
	position:relative;
	text-align:center;
	overflow:hidden;

}

#tourBox li span{
	display:block;
	position:absolute;
	background:rgba(0,0,0,0.6);
	display:block;
	color:#FFF;
	width:100%;
	height:100%;
	line-height:20px;
	padding:4px 0 0 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#tourBox li a{

	color:#FFF;
	font-weight:bold;
	line-height:60px;
	text-align:center;
	font-size:16px;
	width:270px;
	height: 60px;
	display: inline-block;
}

#tourBox li a:hover{
	text-decoration:none!important;
	background:url(../images/btn01.png) 0 100%;
}

#tourBox li.mult a {
	display: inline-block;
	line-height:28px;
	width: 270px;
	height: 60px;
}



#tourBox2{
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}

#tourBox2 li{
	width:210px;
	height:60px;
	background:url(../images/btn01.png) no-repeat;
	display:block;
	float:left;
	margin:0 0 0 67px;
	position:relative;
	overflow:hidden;

}

#tourBox2 li small{
	font-size:10px;
}

#tourBox2 li span{
	display:block;
	position:absolute;
	background:rgba(0,0,0,0.6);
	display:block;
	color:#FFF;
	width:100%;
	height:100%;
	font-size:18px;
	line-height:50px;
	text-align:center;
	padding:4px 0 0 4px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#tourBox2 li a{

	color:#000;
	font-weight:bold;
	line-height:20px;
	font-size:15px;
	text-align:center;
	width:190px;
	padding:18px 20px 18px 0;
/*	height: 50px;
	padding:10px 0 0 0;*/
	display: block;
}

#tourBox2 li a:hover{
opacity: 0.5 ;
transition: 0.2s ;
}

#tourBox2 li.mult a {
	display: inline-block;
	line-height:28px;
	width: 270px;
	height: 60px;
}
