@charset "utf-8";

/*==================================================
　common.css
==================================================*/
body {  
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	background: #e0f1ec;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

a:link {
	color: #803f13;
	text-decoration: none;
}

a:visited {
	color: #803f13;
	text-decoration: none;
}

a:hover {
	color: #803f13;
	text-decoration: underline;
}

a:active {
	color: #803f13;
	text-decoration: none;
}

/*----------------------------
　header
------------------------------*/
#header {
	position: relative;
	width: 942px;
	height: 440px;
	margin: 0 auto;
}

#header #logo {
	position: absolute;
	top: 12px;
	left: 310px;
	width: 341px;
	height: 205px;
	background: url(img/logo.png) no-repeat 0 0;
	padding-top: 12px;
	text-indent: -9999px;
	display: block;
}

#subNavi {
	position: absolute;
	top: 0;
	right: 0;
}

#subNavi ul li {
	display: inline;
}

#header .btn-fb {
	position: absolute;
	top: 20px;
	left: 40px;
}

#header .btn-tw {
	position: absolute;
	top: 20px;
	left: 95px;
}

/*
　evebt info
/*------------------------------*/
#header #info-event {
	position: absolute;
	top: 235px;
	left: 28px;
	width: 882px;
	height: 87px;
	background: url(img/info_event.png);
	text-indent: -9999px;
	display: block;
}


/*
　gNavi
------------------------------*/
#gNavi {
	position: absolute;
	top: 310px;
	left: 0;
	width: 942px;
	height: 70px;
	background: url(img/bg_gnavi.png);
}

#gNavi ul {
	text-align: center;
}

#gNavi ul.menu{
    zoom:1;
}

#gNavi ul li {
	display: inline;
	position: relative;
}

#gNavi ul li ul {
    position: absolute;
    display: none;
    z-index: 2000;
	left: 20px;
}

#gNavi ul li ul li {
    width: 148px;
    height: 41px;
}

#gNavi ul li ul li a {
	text-indent: 0;
	display: inline;
    width: 148px;
    height: 42px;
	line-height: 41;
}

#gNavi ul li.link,
#gNavi ul li.link ul li {
	opacity: 1;
}

/*----------------------------
　content
------------------------------*/
#wrap{
	width:100%;
	background: url(img/bg_header.png) no-repeat center 0;
}

#content-wrap {
	width: 100%;
}

#content {
	position: relative;
	width: 921px;
	background: #FFF;
	margin: 0px auto;
	padding: 70px 0 40px 0;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;
	/*border: 9px solid #fae37d;*/
	behavior: url(/npo/fes/2014/common/css/PIE.htc);
}

#content #inner {
	width: 823px;
	margin-left: 49px;
}

#content .ttl-main {
	position: absolute;
	top: -60px;
	left: 30px;
	width: 860px;
	height: 113px;
	text-indent: -9999px;
	display: block;
}

/*----------------------------
　day
------------------------------*/

.day17,
.day18 {
	font-weight: bold;
	color: #b96427;
}

/*----------------------------
　footer
------------------------------*/
#footer-navi {
	position: relative;
	width: 942px;
	height: 100px;
	margin: 0 auto;
	background: url(img/bg_gnavi_footer.png) no-repeat 50% 0;
}

#footer-navi #gNavi {
	position: absolute;
	top: 30px;
	left: 0;
}

#footer-wrap {
	width: 100%;
	margin-top: 5px;
	/*background: url(img/bg_footer.png) repeat-x 50% 0;*/
}

#footer {
	position: relative;
	color: #FFF;
	width: 940px;
	min-height: 245px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}

#footer .inner {
	margin-bottom: 15px;
}

#footer dl dt,
#footer dl dd {
	float: left;
	display: block;
}

#footer dl dt {
	position:relative;
	width: 60px;
	background: #489509;
	padding: 5px 0 4px 0;
	text-align: center;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;
	behavior: url(/npo/fes/2014/common/css/PIE.htc);
}

#footer dl dt.none {
	background: none;
}

#footer dl.place dt {
	font-weight: bold;
	background: #f36140;
}

#footer dl dd {
	color: #000;
	width: 840px;
	margin: 5px 0 0 15px;
}

#footer dl.place dd {
	font-weight: bold;
	font-size: 110%;
}

#footer dl dd a:link {
	color: #000;
}

#footer dl dd a:visited {
	color: #000;
	text-decoration: none;
}

#footer dl dd a:hover {
	color: #000;
	text-decoration: underline;
}

#footer dl dd a:active {
	color: #000;
	text-decoration: none;
}

#footer #copyright {
	font-size: 90%;
	width: 960px;
	height: 120px;
	background: url(img/bg_footer_copy.png) no-repeat center 0;
	padding-top: 70px;
	text-align: center;
	display: block;
}

#footer .btn-fb {
	position: absolute;
	bottom: 25px;
	left: 0;
}

#footer .btn-tw {
	position: absolute;
	bottom: 25px;
	left: 175px;
}

/*----------------------------
　sns-cont
------------------------------*/
#sns-cont {
	width: 931px;
	margin: 50px auto 0 auto;
}

.sns-cont-inner {
	float: left;
	width: 515px;
	background: #FFF;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;
	/*border: 9px solid #fae37d;*/
	behavior: url(/npo/fes/2014/css/PIE.htc);
}

.sns-cont-inner:first-child {
	margin-right: 35px;
}

.japangiving {
	float: right;
}

/*----------------------------
　margin
------------------------------*/

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

/*----------------------------
　text-align
------------------------------*/

.ta-l {
	text-align: left;
}

.ta-r {
	text-align: right;
}

.ta-c {
	text-align: center;
}

/*----------------------------
　font
------------------------------*/

.f-w-bold {
	font-weight: bold;
}

.f-c-red {
	color: #F70105;
}
