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

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	line-height: 1.7em;
	color: #352e27;
	font-size: 80%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 1.4px;
	}

a:link {
	color: #49413a;
	text-decoration: none;
	}
a:active {
	color: #49413a;
	text-decoration: none;
	}
a:visited {
	color: #49413a;
	text-decoration: none;
	}
a:hover {
	color: #49413a;
	text-decoration: underline;
	}

a.link02:link {
	color: #28aad6;
	text-decoration: none;
	}
a.link02:active {
	color: #28aad6;
	text-decoration: none;
	}
a.link02:visited {
	color: #28aad6;
	text-decoration: none;
	}
a.link02:hover {
	color: #28aad6;
	text-decoration: underline;
	}

a.link03:link {
	color: #9e9e9e;
	text-decoration: none;
	}
a.link03:active {
	color: #9e9e9e;
	text-decoration: none;
	}
a.link03:visited {
	color: #9e9e9e;
	text-decoration: none;
	}
a.link03:hover {
	color: #9e9e9e;
	text-decoration: underline;
	}

.img-responsive {
	width:100%;
}

#container {
	margin: 0px auto;
	width: 100%;
	height: auto;
	overflow: hideen;
   }


/*---------------------------------------------*/
/* clearfix */
/* for modern brouser */
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End hide from IE-mac */


/* layout  --------------------------------*/

#header {
	width: 860pxpx;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 4px;
	position: relative;
}

#nav {
	margin: 20px auto 0;
	width: 935px;
	height: 80px;
	overflow: hidden;
}

#main {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	overfloe: hidden;
	padding: 0 30px 30px;
}




/* full screen  --------------------------------*/
#container {
	width: 100%;
	text-align: center;
}

/* #fullbg_stretch
--------------------------- */
#fullbg_stretch  img {
	visibility: hidden;
}

/* #contents
--------------------------- */
#contents {
	margin: 50px auto;
	width: 860px;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 99;
}

#contents #overlaybg {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}

#contents #wrapper {
	width: 100%;
	text-align: left;
	position: relative;
}

#contents p {
	padding: 0 15px;
	position: relative;
}

#contents h2 {
	padding: 30px 15px 30px 15px;
	position: relative;
	margin: 20px 0 0 0;
	text-align: center;
}

#contents h3 {
	padding: 15px 15px 0 15px;
	position: relative;
	font-size: 16px;
}

#contents .notice {
	font-size: 12px;
}

.past_box {
	margin: 0 auto 6%;
	padding: 0 0 6%;
	border-bottom:1px dotted #28aad6;
}
.past_box:last-child {
	border-bottom:none;
}

.infoBox p {
	margin: 0 0 2%;
}

/* section --------------------------------*/
.section {
	margin: 0 0 60px 0;
}

.borderT01 {
	border-top: 1px dotted #28aad6;
}

/* header index --------------------------------*/
#header .caption {
	padding:2px 0 10px;
	font-size: 74%;
	color: #aeaeae;
}

#header .icon_fb {
	position: absolute;
	top: 0;
	right: 50px;
}

/* gnav --------------------------------*/
#gnav {
	width: 860px;
	margin: 0 auto;
}

#gnav li {
	float:left;
	height: auto;
	overflow: hidden;
	padding: 0 23px 0 0;
}

/* pageTop  --------------------------------*/
#pageTop {
	text-align: right;
	width: 860px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

/* footer  --------------------------------*/
#footer {

	height: auto;
	overflow: hidden;
}

#footer .copy {
	padding: 120px 0 0 0;
	font-size: 68%;
	color: #271c14;
	letter-spacing: 2px;
	text-align: center;
}

/* mv  --------------------------------*/
.mv {
	text-align: center;
}


/* 汎用クラス  --------------------------------*/
.pt0 {padding-top: 0 !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pb0 {padding-top: 0 !important;}
.pb10 {padding-top: 10px !important;}
.pl20 {padding-left: 20px !important;}
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}

.layoutC {text-align: center !important;}
.layoutL {text-align: left !important;}
.layoutR {text-align: right !important;}

.fnt_b {font-weight: bold !important;}

.txt_notice {font-size: 87% !important;}
