/* -----------------------------------------------

	ALL

//  Styling for layout sections like the header, nav, index body, and footer.

----------------------------------------------- */

body {
	background-repeat: repeat;
}

header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 375px;
	background-image: url(../images/inheader_bg.png);
    background-position: center;
	width: 100%;
	background-repeat: no-repeat;
}
header h1 {
	background-image: url(../images/yakushima/title.png);
	text-align: left;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.headercontents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
/* 

// -------------------------------------------------------------------------

// NAVI

// -------------------------------------------------------------------------

*/

nav {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
nav li {
	float: left;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

/* 

// -------------------------------------------------------------------------

// CONTENTS

// -------------------------------------------------------------------------

*/
#contents {
	background-image: url(../images/incontents_bg.png);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wrapper h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.map {
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.gallery {
	background-image: url(../images/yakushima/bg_slider.png);
	height: auto;
	padding-bottom: 100px;
	background-position: center bottom;
}

.spot {
	clear: both;
	width: 970px;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/midokoro/line.png);
	background-position: center bottom;
	margin-left: auto;
	margin-right: auto;
}

.spot .detail {
	float: left;
	clear: right;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
}
.spot .detail h3 {
	font-size: 1.2em;
	font-weight: bolder;
	padding-left: 70px;
	text-align: left;
	background-image: url(../images/yakushima/h3_bg.png);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	color: #725643;
	background-repeat: no-repeat;
}
.spot .detail p {
	font-size: 1em;
	line-height: 150%;
	text-align: left;
}
.spot .pic{
	width: 240px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* 

// -------------------------------------------------------------------------

//   FOOTER

// -------------------------------------------------------------------------

*/

footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	height: 305px;
}
.footerContents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	color: #FFFFFF;
	bottom: 50px;
}
footer .left {
	float: left;
	width: 860px;
}
footer .name {
	font-size: 1.2em;
	padding-top: 10px;
}
footer .add {
	padding-left: 0px;
	clear: both;
}
footer dt {
	font-weight: bolder;
}
footer dl {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 20px;
}
footer .right {
	float: right;
	height: 60px;
	width: 125px;
}
footer .pagetop {
	float: right;
	height: 60px;
	width: 125px;
	padding-top: 20px;
}
footer .copy {
	color: #FFFFFF;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#footer_contents .name {
	font-size: 1.6em;
	color: #0C0;
}
footer nav{
	float: left;
	padding-top: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
}
footer nav ul{
	clear: both;
}
footer nav li{
	font-size: 1em;
	float: left;
	color: #FFF;
}
footer nav li a{
	color: #FFFFFF;
}

#bn_contents  {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	height: 85px;
}


.trekking {
	clear: both;
	width: 1000px;
	/*background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;

	background-image: url(../images/midokoro/line.png);
	background-position: center bottom;*/
	padding: 40px 50px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-sizing: border-box;
}
.trekking h2{
	font-size:24px;
	color:rgba(58,150,44,1.00);
	margin: 0px auto 25px;
	text-shadow:2px 2px 0px rgba(0,0,0,0.15);
}
.trekking table{
	margin-bottom:30px;

}
.trekking table tr{
	font-size:16px;
	display:inline-block;
	width: 100%;
	box-sizing: border-box;
}
.trekking table th{
	display:inline-block;
	text-align: left;
	width:45%;
	box-sizing: border-box;
	padding:8px 15px;
	background:rgba(255,236,210,0.7);
	border-bottom: 1px dotted rgba(150,228,155,1.00);
}
.trekking table td{
	display:inline-block;
	text-align: left;
	width:20%;
	box-sizing: border-box;
	padding:8px 15px;
	background:rgba(255,255,255,1);
	border-bottom: 1px dotted rgba(244,180,41,1.00);
}