@charset "utf-8";

/* *************************************
//
//   COMMON styles
//
// *********************************** */

body {
	text-align: center;
	background-color: #FFF;
	font-size: 14px;
	color: 333;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body p img{
	border:0;
}

.sec-ttl {
	margin-bottom: 50px;
	display: inline-block;
}

.pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0.8;
}

.pagetop a:hover{
	opacity: 0.5;
}

.mb40{
	margin-bottom: 40px;
}


/* *************************************
//   HEADER
// *********************************** */

.hd {
	overflow: hidden;
	padding: 10px 30px;
	height: 50px;
	width: 100%;
	background-color: #e3007f;
}

.hd-site-logo-wrapper {
	float: left;
}

.hd-g-nav {
	float: right;
	overflow: hidden;
}

.hd-g-nav-social {
	margin-left: 20px;
}

.hd-g-nav ul {
	float: left;
}

.hd-g-nav li{
	display: inline;
}


/* *************************************
//   MAIN AREA
// *********************************** */

#main {
	height: 990px;
	background-color: #FFF;
	background: url(../images/bg_main.png) bottom center no-repeat;
	position: relative;
}

.main-ttl{
	position: relative;
	display: inline-block;
}

#main h1 {
	padding: 50px;
}

.girl-anm{
	position: absolute;
	top: 60px;
	left: -110px;
	z-index: 2;
}


/* *************************************
//   NEWS AREA
// *********************************** */

.news{
	width: 180px;
	padding: 21px;
	text-align: left;
	font-size: 12px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	background-color: #eaf2ed;
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 99;
	font-weight: bold;
}

.news-ttl {
	margin-bottom: 10px;
}

.news dt {
	font-size: 11px;
}

.news dd {
	font-size: 13px;
}

.news a:link { color: #e3007f; text-decoration: underline; }
.news a:visited { color: #e3007f; text-decoration: underline; }
.news a:hover { color: #e3007f; text-decoration: none; }
.news a:active { color: #e3007f; text-decoration: none; }



/* *************************************
//   REPORT AREA
// *********************************** */

#report {
	padding: 70px 0;
	background-color: #fffeed;
}
#report .sec-ttl {
	padding: 10px;/*border: 1px solid #FFF;*/
}
#report h3 {
	margin-bottom: 80px;
}
#report #comments {
	padding-top: 20px;
}
/* *************************************
//   DONATION AREA
// *********************************** */


.donation-list h3 {
	padding-bottom: 40px;
}
.donation-list {
	border-top: 1px solid #f9e7c0;
	padding: 60px 0 60px;
	background: #fffddd;
}
.donation-list ul {
	overflow: hidden;
	width: 921px;
	margin: 0 auto 0;
}
.donation-list li {
	float: left;
}
.donation-list li a:hover, .donation-list p a:hover {
	opacity: 0.6;
}

/* *************************************
//   SLIDE AREA
// *********************************** */

.slide{
	padding-bottom:60px;
	background:#fffddd;
}

.slide ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

/* *************************************
//   CONCEPT AREA
// *********************************** */

#concept {
	padding: 70px 0;
	background-color: #e3007f;
}

#concept .sec-ttl{
	padding: 10px;
	/*border: 1px solid #FFF;*/
}

#concept h3 {
	margin-bottom: 25px;
}


/* *************************************
//   EVENT AREA
// *********************************** */

#event {
	padding: 70px 0;
	background-color: #f2f7e2;
}

#event .sec-ttl{
	padding: 10px;
}

.detail-info h4 {
	margin: 85px 0 30px;
}

.detail-info p{
	display: inline-block;
}

.detail-info li {
	display: inline-block;
	margin: 0 8px;
}

.detail-info .sche {
	width: 980px;
	margin: 0 auto;
}

.detail-info .btn-more{
	margin: 75px 30px 10px;
}

.detail-info li a:hover,
.op-btn  a:hover{
	opacity: 0.6;
}



/* *************************************
//   ACCESS AREA
// *********************************** */

#access {
	height: 600px;
	background-color: #999;
	position: relative;
}

.map-base{
	z-index: 1
}

.acs-cnt-warp{
	position: absolute;
	left: 50%;
	z-index: 10;
	width: 2px;
	height: 1px;
	margin-left: -2px;
}

.acs-ttl{
	padding: 70px 0;
	position: absolute;
	left: -90px;
	z-index: 20;
}

.acs-cnt-warp p {
	position: absolute;
	top: 410px;
	left: -410px;
}


/* *************************************
//   ABOUT AREA
// *********************************** */

#about {
	padding: 70px 0;
	background-color: #FFF;
}

#about .sec-ttl{
	padding: 10px;
	/*border: 1px solid #000;*/
}

#about h3 {
	margin-bottom: 50px;
}

.howto{
	overflow: hidden;
	margin: 0 0 20px;
}

.howto p {
	display: inline-block;
	margin: 0 15px;
}

.question{
	overflow: hidden;
}

.question li {
	display: inline-block;
	margin: 50px 30px 0;
}

.activity-list {
	border-top: 1px solid #DFDFDF;
	margin: 70px 0 0;
	padding: 70px 0 0;
}

.activity-list ul {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 40px;
}

.activity-list li {
	float: left;
	margin: 15px;
}

.activity-list li a:hover,
.activity-list p a:hover{
	opacity: 0.6;
}


/* *************************************
//   choroko AREA
// *********************************** */

#choroko {
	padding: 70px 0;
	background-color: #eaf2ed;
}

#choroko .sec-ttl{
	padding: 10px;
	/*border: 1px solid #000;*/
}

#choroko p{
	margin-top: 50px
}


/* *************************************
//   footer
// *********************************** */

.footer{
	background-color: #FFF;
	text-align: left;
	padding: 30px 20px;
}

.footer p{
	display: inline-block;
	margin: 10px;
}

.contact {
	text-align: center;
	padding: 20px 0;
	background-color: #F5F5F5;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.contact p {
	display: block;
	margin: 6px;
}

.contact span{
	font-weight: bold;
	font-size: 14px;
}

.contact a:link { color: #e3007f; text-decoration: underline; }
.contact a:visited { color: #e3007f; text-decoration: underline; }
.contact a:hover { color: #e3007f; text-decoration: none; }
.contact a:active { color: #e3007f; text-decoration: none; }

.contact .bnr{
	margin: 20px 0;
}

.noBb{
	border-bottom: 0px;
}

.topCmt p {
	font-size: 12px
}