body{
	margin:0;
	padding: 0;
	font: normal 16px/1.5 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
}

img{
	border:0;
}
a{
	color: #669F31;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1{font-size: 1.3em; margin: 0 0 0.5em;}
h2{font-size: 1.2em; margin: 0 0 0.5em;}
h3{font-size: 1.1em; margin: 0 0 0.5em;}
h4{font-size: 1em; margin: 0 0 0.5em;}
h5{font-size: 1em; margin: 0 0 0.5em;}
h6{font-size: 1em; margin: 0 0 0.5em;}

ul, ol, li, dl, dt, dd{
	list-style:none;
	margin:0;
	padding:0;
}

section{display:block;}

em{
	font-style :normal;
}
.note{
	font-size: 90%;
}
.notice{
	color: #f00;
}

/* ***************************

	@layout

************************** */

body{
	background : #F9FCF0;
}

#container{
	width: 920px;
	margin: 0 auto 25px;
	background: #fff;
	border:1px solid #eee;
}
header, footer{
	overflow: hidden;
	zoom:1;
	display:block;
}
#content{
	padding: 25px 40px;
	overflow: visible;
	zoom:1;
	display:block;
}
#content p{
	margin:0 0 1em;
}
#content img{
	max-width: 100%;
}

/* ----------------------
	header
---------------------- */

header{

}

header nav{
	float: left;
	margin-top: 5px;
}

	header nav li{
		font-size: 80%;
		margin:0;
		display:inline;
	}
	header nav li a,
	header nav li strong{
		color: #333;
		padding: 0px 5px;
		border-bottom: 1px solid #BDE19D;
		margin-right: 15px;
		display:inline-block;
	}
	header nav li a:hover{
		color: #669F31;
		text-decoration: none;
	}
	header nav li strong{
		border-bottom: none;
	}

header ul.social-link{
	float: right;
	margin-top:10px;
}
header ul.social-link li{
	display:inline;
	margin-left: 6px;
}
header ul.social-link li a{
	width:23px;
	height:22px;
	text-indent: -9999px;
	display:inline-block;
	overflow:hidden;
	background: url(../images/ico_social.png) no-repeat;
}
header ul.social-link li.tw a{
	background-position: -31px 0;
}
header ul.social-link li.tw a:hover{
	background-position: -31px -31px;
}
header ul.social-link li.fb a{
	background-position: 0 0;
}
header ul.social-link li.fb a:hover{
	background-position: 0 -31px;
}



/* ----------------------
	footer
---------------------- */

footer{
	padding: 10px;
	background: url(../images/section_bg.png) repeat-x;
}
footer #social-buttons{
	float: right;
}
footer #social-buttons li{
	display: inline;
	float: left;
}

footer #copyright{
	font-size: 70%;
	color: #666;
	margin: 0;
}
footer #copyright a{
	color: #666;
	text-decoration:underline;
}
footer #copyright a:hover{
	color: #669F31;
}


/* ***************************

	#content

************************** */

h1{
	font-size: 200%;
	color: #fff;
	padding-top: 110px ;
	height:230px;
	text-align:center;
	background: url(header_minamisanriku.jpg) 0 0 no-repeat;
}

header #lead{
	padding:25px 40px;
}

#content{

}

#content section{
	display:block;
	overflow:hidden;
	clear:both;
}

#content h2{
	color: #669F31;
	font-size: 1.25em;
	margin-top:2em;
	padding-top :10px;
	border-top: 1px dotted #ccc;
}
#content h3{
	font-size: 1em;
	margin:1em 0 0.3em;
}

#content ul,
#content ol{
	margin-left: 2em;
	margin-bottom: 1em;
}
#content ul,
#content li{
	list-style-type: disc;
}
#content ul.none,
#content ul.none li{
	list-style-type: none;
	margin-left:0;
}
#content ol,
#content ol li{
	list-style-type: decimal;
}

.note{
	color: #666;
}

.entry{
	text-align: center;
	margin: 0 auto 2em;
}
.entry dt{
	font-weight:bold;
}
.entry .entrybtn{
	color:#fff;
	font-size: 1.2em;
	font-weight:bold;
	display:inline-block;
	padding: 5px 15px;
	margin: 5px auto 10px;
	background:#669F31;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.entry .entrybtn:hover{
	background:#f90;
}
#aboutus{
	font-size:0.9em;
	margin-bottom:1.5em;
	padding:15px 20px;
	background: #f3f3f3;
	border:1px solid #e0e0e0;
}
#aboutus img{
	float:right;
	margin-left: 15px;
	padding:1px;
	background: #fff;
	border:1px solid #e0e0e0;
}
.schedule dl dt{
	float:left;
}
.schedule dl dd{
	padding-left:5em;
}

/* ***************************

	@smaller than 720

************************** */

@media screen and (max-width: 720px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	#container {
		width: 100%;
		font-size: 90%;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 40px;
	}

	header{
		position: static;
		margin: 0 0 10px;
		min-height: 0 !important;
	}


}


/* ***************************

	@carousel smaller than 480

************************** */

@media screen and (max-width: 480px) {

	h1{
		font-size: 140%;
		padding: 20px 10px;
		height:auto;
		background-size: 100% auto;
	}

	header #lead,
	#content{
		padding: 15px 10px;
	}

	#aboutus img{
		float:none;
		margin: 0 auto 10px;
	}

}
/* ***************************

	@carousel smaller than 320

************************** */

@media screen and (max-width: 320px) {



}

