/*------------------------normalize*/
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}a {background: transparent;}a:active,a:hover {outline: 0;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}textarea {overflow: auto;}table {border-collapse: collapse; border-spacing: 0;}td,th {padding: 0;}img{ vertical-align: bottom;}
button{ border:none;}button:focus{ outline:none;}table { border-collapse: collapse; border-spacing: 0;}
/*------------------------normalizeEnd*/
ul, ol, li, dl, dt, dd{ margin: 0; padding: 0;}

/*------------------------游ゴシック*/
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*------------------------游ゴシックEnd*/

body {
	background:#fffaec;
	font-family:'Lucida Grande', 'Hiragino Maru Gothic ProN', 'ヒラギノ丸ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	/*font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;*/
  /* font-family :MyYuGothicM,YuGothic,sans-serif; 游ゴシック用*/
	color:#666;
	margin:0 auto;
	text-align:center;
	line-height:1.4em;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 { margin:0 0 1em; padding:0;font-size:1.2em;}
h2{}
h3{}
h4{}
h5{ font-size: 1em;}
p{ font-size: 0.8em;}

article{ margin-bottom:20px;}
section{ margin-bottom:40px;}
address{ font-style:normal;}
a:link, a:visited{ text-decoration: none; color:#007ab0; transition: 0.4s;}/*007ab0*/
a:hover{ color:#0099FF; opacity: 0.8; transition: 0.8s;}/*0099FF*/
area { outline:none; }


.green{ background: #005831;}

/*------*/
.wrapBox{ width:960px; margin:0 auto;}



/*------------------------Style*/
header { background: linear-gradient(#f2ecc1, #fffaec); font-family:'Roboto', 'Hiragino Maru Gothic ProN', 'ヒラギノ丸ゴ ProN W3', Meiryo, メイリオ, sans-serif;letter-spacing: 2px;}
header .headBox{ background:#659ad2 url("../img/headerBack.png") no-repeat right; width: 960px; height: 90px; margin: 0 auto 20px; border-radius: 0 0 8px 8px; color: #fff;}
header .headBox h1{ text-align: left; font-size: 28px; margin: 0 30px; padding: 20px 0 8px;}
header .headBox h2{ display: inline-block; float: left; text-align: left; font-size: 12px; margin: 0 32px 0; border-top: 1px solid #fff;}
header h1.enH1{font-family: 'Oswald', sans-serif; font-size: 1.3em;}
header .tab a{ float: right; font-size: 12px; color: #fff; background: #085831; margin-right: 40px; padding: 4px 8px; border-radius: 0 0 4px 4px; box-shadow:0px 0px 6px 0px #fff;}

#MainBox{ box-sizing: border-box; background: #fff; width:960px; margin:0 auto; padding: 30px; border-radius: 8px; box-shadow:0px 0px 6px 0px #ccc;}

#SideBox{ float: left; width: 210px; font-size: 12px;}
#SideBox h2{ color: #fff; background: #659ad2; margin-bottom: 0; padding: 12px 0;}
#SideBox nav{ margin-bottom: 20px;}
#SideBox nav li{ box-sizing: border-box; border:1px solid #c1c1c1; text-align: left; background: #f2f2f2; margin-top: -1px;}
/*#SideBox nav li a::after{ display: inline; float: right; color: #ff9a00; font-family: FontAwesome; content: '\f0da';}*/
#SideBox nav li a{ display: block; padding: 1em 10px;}
#SideBox nav li a:hover{ background: #ccc;}
#SideBox aside{ margin-bottom: 20px;}


#SideBox .green a:link, #SideBox .green a:visited{ display: block; padding: 20px 0; color: #fff; font-size: 12px;}
#SideBox .green a:hover{}

main{ float: right; width: 660px; text-align:left; }
main p{ color:#666; text-align: justify;}


/*------*/
footer{ clear:both; margin:20px 0 0; width:100%; text-align:center; background:#525252; font-size:12px; color:#fff;}
footer small { text-align:right; display:block; font-size:0.8em; width:960px; margin:0 auto; padding: 60px 0 10px;}



/*------*/
i{}

/*------*/
.header01{ color: #fff; background: #525252; font-size: 14px; padding: 10px;}
.header01::before{ padding: 1px 5px; border-left: 4px solid #ffc006; content: '';}


/*------*/
.note .B{ font-size: 18px; color: #000;}
.note table{ width: 100%; margin-bottom:20px; border-collapse: collapse; font-size:0.8em;}
.note table th{ font-size: 18px; color: #000; font-weight: bold;}
.note table td div{ font-size: 12px; text-align: center; color: #fff; margin: 1px; padding: 4px; background: #085831; border-radius: 4px;}
.space{ width: 1em;}

.note01{ margin: 40px 0 0; padding: 20px; border: 1px solid #f4bebc;}
.note01 h4{ color: #085831; font-size: 14px;}
.note01 p{ font-size: 12px;}


.news{ font-size: 12px; border-bottom:  1px solid #ccc;}

.news dt{ float: left; width: 10em; border-top: 1px solid #ccc; padding: 20px 0 20px 1em;}
.news dd{ margin-left: 10em; border-top: 1px solid #ccc; padding: 20px 0;}

.scheduleTitle{ color: #fff; background: #525252; font-size: 12px; margin: 0; padding: 8px 14px; border-radius: 4px 4px 0 0;}
.schedule{ border: 1px solid #525252; padding: 0 1em 0;}

.schedule dl{ font-size: 12px; padding: 20px 10px;}
.schedule dt{ float: left; width: 8em;}
.schedule dd{ margin-left: 8em;}

/*------*/
.sectBox{ padding: 10px 1em 0;}
.sectBox p{ font-size: 14px; text-indent: 1em;}

.sectBox h3 span{ padding: 0 8px 0.5em 0; border-bottom: 4px solid #3498db;}
.sectBox h3{ padding-bottom: .5em; border-bottom: 4px solid #ccc;}
.sectBox h4{ font-size: 1.1em; padding: 8px; background: #efefef; border-left: 4px solid #3498db;}
.sectBox h5{ border-bottom: 1px solid #ccc; margin-top: 20px; padding-bottom: 6px;}



/*table*/
.table00{ width: 100%; margin-bottom:20px; border-collapse: collapse; font-size:0.8em; text-align:left;}
.table00 th{ font-weight:normal;  padding: 6px; vertical-align: top; color: #333; white-space: nowrap;}
.table00 td{ padding: 6px;}

.table01{ width: 100%; margin-bottom:20px; border-collapse: collapse; font-size:0.8em; text-align:left; border: 1px solid #666;}
.table01 th{ font-weight:normal; padding: 6px; vertical-align: top; color: #333; background-color: #f0f0f0; border: 1px solid #666; white-space: nowrap;}
.table01 td{ padding: 6px; background-color: #f9f9f9; border: 1px solid #666;}


#SideBox .box77{}
.box77 .table01 {line-height: 1.4em; width: 100%;  border-collapse: collapse; font-size:10px; text-align:center; border: 1px solid #c1c1c1;}
.box77 .table01 th{ font-weight:normal; width: auto; padding: 6px; vertical-align: top; color: #333; background-color: #fff; border: 1px solid #c1c1c1; font-size: 12px;}
.box77 .table01 td{ text-align: left; padding: 10px 0 0 8px; background-color: #f9f9f9; color: #000; border: none;}
.box77 .table01 td p{ font-size: 12px;line-height: 1.5em;}


/*------*/
.list01{ font-size: 0.9em; margin: 1em;}



/*------------------------otherStyle*/
.Oswald{font-family: 'Oswald', sans-serif;}

.PC{ display:block;}
.SP{ display:none;}

.fitImg img{ width: 100%;}

.red{ color:red;}
.B{ font-weight: bold;}

.tR{ text-align:right;}
.tC{ text-align:center;}
.super{ vertical-align:super; font-size:0.5em;}
.italic{ font-style:italic;}
.serif{ font-family:Georgia, "Times New Roman", Times, serif;}

hr{ border: none; border-top: 1px solid #ccc;}

p.kome{ margin: 0 1em; text-indent: -1em;}

.fR{ float:right;}
.fL{ float:left;}

.figureR{ float:right; padding:0 0 3px 1em;}

.clear { clear:both; }
.clear hr { display:none; }
.cf:after{/*for modern browser*/
    content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}
.cf {zoom:1;/*for IE 5.5-7*/}
