/* CSS Document */


#wrapper{
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	border-left:solid 1px #F2F2F2;
}

/*---------------------------------------------------

		ツアーコース一覧(tour.html)

---------------------------------------------------*/
.tour-wrapper{
	width:330px;
	float:left;	
}
.tour-cont{
	width:630px;
	float:right;
}

/*満員御礼*/
.full{
	background-image:url(../img/tour-full.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*ツアートップのリストBOX*/
h1 a{
	color:#3399CC;
	text-decoration:none;
}

h1{
	font-size:26px;
	color:#3399CC;
	display: inline;
	float: left;
}
.date{
	width: 200px;
	margin-top:8px;
	float: right;
	text-align: right;
}
hr{
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.selector {
	width:950px;
	margin:0px auto 20px auto;
	padding:15px;
	-webkit-box-shadow: 3px 3px 15px rgba(79,79,79,0.5);
	-moz-box-shadow: 3px 3px 15px rgba(79,79,79,0.5);
	-ms-box-shadow: 3px 3px 15px rgba(79,79,79,0.5);
	box-shadow: 3px 3px 15px rgba(79,79,79,0.5);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgb(255, 255, 255)));
	background-image: -moz-linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
	background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	font-size: 12px;
	line-height: 1.5em;

}

.selector:hover{
	margin-bottom:18px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	border:#39C solid 1px;
	cursor:pointer;

}
