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



body {
	font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 6px;
	border-bottom: #0094C9;
}

::selection {
    background: #5e95fb; /* Safari */
}
::-moz-selection {
    background: #5e95fb; /* Firefox */
}

a:visited {
	color: #677EBF;
}

#contents {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#contents p {
	margin: 30px;
}

#contents a {
	font-weight: bold;
	font-size: 1.1rem;
}

.box {
	border-bottom: 1px solid #97F3FF;
	border-right: 1px solid #97F3FF;
	border-left: 1px solid #97F3FF;
}

/*-----------------------------------------------
Link
-----------------------------------------------*/

.clear {
	clear: both;
}

.opa a:hover img{
	opacity:0.8
}

/*-----------------------------------------------
画像くるくる
-----------------------------------------------*/

#mainimage {
	margin: 200px auto 0;
	width: 900px;
	height: 367px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin-bottom:20px
	
}
 
#mainimage img {
    top: 0;
    left: 0;
    position: absolute;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


/*-----------------------------------------------
rssFeed
-----------------------------------------------*/


.rssFeed {
	font-size: 90%;

}
.rssFeed a {

	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0; }

.rssBody { 
	border-bottom: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	overflow:hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom:20px
 }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h3, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { 
	margin-bottom:5px

}
.rssRow h3 { 

font-size: 14px;
 }
.rssRow div {

	font-size: 13px;
	color: #666;
}

.rssRow p {
	clear:both;
	font-size:12px;

	
}

.odd { background-color: #fff; }
.even { background-color: #fff; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}


/*-----------------------------------------------
header
-----------------------------------------------*/

#header {
	overflow: hidden;
	margin-bottom: 20px;
    height: 181px;
	width: 100%;
	background: url(../images/bg_head.jpg) repeat-x top;
	background-color: #FFF;
}

#header h1 {
	display: inline-block;
	margin: 0 auto;
}

#header h1 a {
	background: url(../images/head_logo.png);
	text-indent: -9999px;
	display: block;
	height: 102px;
	width: 421px;
	float: left;
}

#header #header_section {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header #header_section h1 {
	margin: 10px 0;
}

#header.is-fixed {
    position: fixed;
	top: 0;
	z-index: 100;
}


address {
	float: right;
	margin: 14px 0;
}

address img {
	margin: 66px 0 0;
}

/*-----------------------------------------------
nav
-----------------------------------------------*/
.nav {
}

.nav li {
	float: left;
}
.nav .nav1 a {
	background: url(../images/nav.jpg) 0px 0px;
	height: 52px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}
.nav .nav1 a:hover {
	background: url(../images/nav.jpg) 0px -51px;
}
.nav .nav2 a {
	background: url(../images/nav.jpg) -180px 0px;
	height: 52px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}
.nav .nav2 a:hover {
	background: url(../images/nav.jpg) -180px -51px;
}
.nav .nav3 a {
	background: url(../images/nav.jpg) -360px 0px;
	height: 52px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}
.nav .nav3 a:hover {
	background: url(../images/nav.jpg) -360px -51px;
}
.nav .nav4 a {
	background: url(../images/nav.jpg) -540px 0px;
	height: 52px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}
.nav .nav4 a:hover {
	background: url(../images/nav.jpg) -540px -51px;
}
.nav .nav5 a {
	background: url(../images/nav.jpg) -720px 0px;
	height: 52px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}
.nav .nav5 a:hover {
	background: url(../images/nav.jpg) -720px -51px;
}


/*-----------------------------------------------
news
-----------------------------------------------*/

#news li {
	border-bottom: dotted 1px;
}

/*-----------------------------------------------
aogaki
-----------------------------------------------*/

#aogaki h1 {
	display: block;
	height: 37px;
}

#aogaki table {
	margin: 0 0 30px 30px;
	display: inline-block;
	width: 400px;
}

#aogaki th {
	background-color: #eee;
	padding: 15px 30px;
}

#aogaki td p {
	margin: 10px 20px;
	font-size: 0.9rem;
}

#aogaki iframe {
	float: right;
	margin-right: 50px;
}

/*-----------------------------------------------
price
-----------------------------------------------*/

#price h2 {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 30px 30px 20px;
	border-bottom: 2px solid #09b1db;
}

#price p {
	margin: 0 30px 20px;
	font-size: 0.9rem;
}

#price table {
	margin: 0 9px 30px;
	border: 1px solid #d2f0f6;
	width: 880px;
}

#price td {
	font-size: 0.8rem;
	border-left: 1px solid #d2f0f6;
	border-bottom: 1px solid #d2f0f6;
	padding: 10px;
}

#price th {
	font-size: 0.9rem;
	line-height: 120%;
	padding: 10px 10px;
	background-color: #d2f0f6;
}

#price h3 {
	background-color: #d2f0f6;
	margin: 25px;
	padding: 5px 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.headline .enent {
	width: 87px;
}

.headline .time {
	width: 120px;
}

.headline .place {
	width: 85px;
}

.headline .target {
	width: 85px;
}

.headline .capacity {
	width: 31px;
}

.headline .leader {
	width: 177px;
}

/*-----------------------------------------------
question
-----------------------------------------------*/

#question span.q {
	font-size: 1.6rem;
	color: #315c99;
	font-weight: bold;
	padding-right: 5px;
}

#question span.a {
	font-size: 1.6rem;
	color: #e90000;
	font-weight: bold;
	padding-right: 5px;
}

#question h1 {
	margin-bottom: 40px;
}

#question p {
	margin: 0 60px;
}

/*-----------------------------------------------
contact
-----------------------------------------------*/

#contact h4 {
	margin: 30px 30px 0;
	font-size: 1.3rem;
	font-weight: bold;
}

#contact a img {
	margin: 20px 30px 0;
}

#contact a {
	margin-right: 40px;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/

#footer {
	text-align: center;
}

#footer p {
	display:inline-block;
	vertical-align: middle;
}

#footer #blog a {
	background: url(../images/blog.jpg) 0px 0px;
	height: 172px;
	width: 250px;
	text-indent: -9999px;
	display: block;
}

#footer #blog a:hover {
	background: url(../images/blog.jpg) -250px 0px;
}


/*-----------------------------------------------
footer
-----------------------------------------------*/


@media screen and (min-width: 1024px) {
	/*//////////////////////////////
		メイン(main)
	//////////////////////////////*/
	#sp {
		width: 100%;
		margin: 0 auto;
	}
	
	
}