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

.contents p,
.contents ul,
.contents dl,
.contents ol,
.contents table{
	line-height: 1.55em;
	margin: 15px 0 0;
}


.header {
	height: 110px;
}

.mainv {
	height: 300px;
	overflow: hidden;
}

h2 {
	margin-top: 15px;
	clear: both;
}

.tourList li {
	width: 320px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.nio {
	margin: 15px 5px 15px;
}

.contents .nio p {
	margin: 15px 0;
}

.nio .photo {
	float: left;
	width: 500px;
}


.nio .content {
	margin-left: 510px;
}


.footReserve {
	background: url(../common/img/bg_reserve.jpg) no-repeat 0 0;
	height: 100px;
	padding:0;
	margin: 0;
}

.footReserve p {
	padding: 0;
	margin: 0;
	top: 10px;
}

.sideBn {
	padding-left: 20px;
}

.sideBn li {
	float: left;
	padding: 20px 10px ;
}

.sideBn li.firstChild {
	padding-top: 15px;
}

/* information */

.information{
	border:3px solid #fff;
	padding:10px;
	margin-top:20px;
}

.information span{
	margin-bottom:3px;
	font-weight:bold;
	display:block;
}

.information p{
	margin:0;
}

.facebookbox{
	width:954px;
	margin:10px auto 0;
	border:1px solid #315c99;
	padding:0;
}


/*----- clearfix scheme -----*/
.tourList{
	display: inline-block;
}
.tourList:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html .tourList{
	height: 1em;
}
.tourList{
	display: block;
}
/* initialization for clearfix */