@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	background: 
			url("../img/bg_image.png") repeat-x center top;
	background-color: #FDFCFA;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family:Arial, Verdana, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, sans-serif;
	font-size: 85%;
	line-height: 1.6;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#wrapperInr {
	width: 1000px;
/*	background: #FFF url(../img/bg_wrap.jpg) repeat-y center top*/;
/*	border-top: #FFF solid 1px;*/
/* 	box-shadow */
/*	box-shadow:0px 0px 9px 1px rgba(0,0,0,0.15);*/	
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
	/*border-bottom: solid 6px #FFF;*/
}


/*---------------------------------------------------------------*/
#wrap-right{
	width: 237px;
	float: left;
}
#side-nav {
	width: 237px;
	float: left;
}
#wrap-right > #side-nav {
	float: none;
}

#side-nav .nav-banner,
#side-nav .nav-banner-toppnly {
	text-align: center;
	margin: 20px 0;
}
#side-nav .nav-banner p,
#side-nav .nav-banner-toppnly p {
	line-height: 100%;
	margin-bottom: 19px;
}
#side-nav .nav-banner p a:hover,
#side-nav .nav-banner-toppnly p a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*---------------------------------------------------------------*/
#main {
	width: 763px;
	float: right;
}

#main.top {
}

/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	background: url(../img/header.png) no-repeat center;
}

#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 104px;
	display: block;
	outline: none;
}
#header #headNav {
	position: absolute;
	top: 7px;
	right: 18px;
}


/*--------------------------------------------------------------- 
			下背景
--------------------------------------------------------------- */
/*#bg_bottom_img{
   background: url(../img/bg_main.jpg) repeat-x center top;
	height: 1095px;
	margin: -1095px 0 0 0;
}

#top #bg_bottom_img{
	margin: -1095px 0 0 0;
}*/

/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
/*	clear: both;*/
    width: 100%;
    height: 40px;
	background-color: #1D8FC0;
}

#footerInr_top {
	width: auto;
    text-align: center;
	margin: auto;
	font-size: 88%;
}
#footer p {
	padding-top: 10px;
	color: #fff;
}

/*PAGETOP*/
/*#pagetop {
	text-align: right;
	padding: 50px 30px 30px;
}
#pagetop a:hover {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 40px;
	padding: 50px 0;
}
.pagetop img {
}




/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	height: 600px;
	background: url(../img/top_main.png) no-repeat center top;
}
#topMain p {
	display: none;
}

/*---topSub---*/


/*---お知らせ---*/
#top-news {
	padding: 20px 20px 20px 15px;
}
#top-news #top-newsInr {
	height: 140px;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin-left: 20px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#top-news dl {
/*	display: flex;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
	width: 90%;
}
#top-news dl dt, 
#top-news dl dd {
	color: #333333;
	display: block;
	line-height: 120%;
	font-size: 95%;
	font-weight: normal;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	margin-bottom: 10px;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	text-align: center;
	width: 84px;
	font-weight: bold;
	color: #E66D00;
	background-color: #FDF0B7;
	margin-right: 20px;
	margin-left: 20px;
}


#top-news dl dd {
	float: left;
	width: 73%;
	padding-left: 10px;
}

#top-news a {
	color: #0000B2;
	text-decoration: underline;
}
#top-news a:hover {
	text-decoration: none;
}


/*---事務局---*/
#jimu-wrap{
	height: 180px;
	width: 100%;
	background: url("../img/bg_fotter.png") repeat-x center bottom;
}
#jimu {
	width: 700px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #212121;
	padding-left: 240px;
	padding-top: 40px;
}

#jimu h2 {
	position: relative;
	padding: 3px 0 3px 0;
	width: 305px;
	font-size: 94%;
	color: #11275A;
	font-weight: bold;
	text-align: left;
}
#jimu h2::before{
	content: "●";
	color: #1D8FC0;
	font-size: 170%;
	margin-left: -18px;
	padding-right: 5px;
}
	
#jimu p{
	font-size: 86%;
}


/*---banner---*/
.area-banner {
	text-align: center;
	margin: 20px;
}
.area-banner img {
	border: #FFF solid 1px;
}

/**/
#topSub .pickupInrArea {
	color: #E64339;
	font-size: 105%;
	background-color: #F5F2ED;
	border: 1px solid #E64339;
	margin: 0 40px 40px;
	padding: 1.2em 1.5em;
}
#topSub .pickupInrArea .red-b {
	color: #E64339;	
}
#topSub .pickupInrArea ul {
	margin: 1em;
}
#topSub .pickupInrArea ul li {
	list-style: circle;
}

#topSub{
	/*url(../img/top_main2.jpg) no-repeat center top;*/
}
#topSub2{
}


/**/
.top-end {
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFEAF;
	text-align: center;
	padding: 30px 0;
	line-height: 1.5;
}

a img{
    transition: 0.3s;
}
a img:hover{
    opacity: 0.7;
}

.areaBtn-rc a.arrow {
	border: 3px solid #D7DCF4;
	background: #2A3D9C url(../img/icon_btn_right_arrow.png) no-repeat 20px center;
	padding-left: 3.5em;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */

#page {
	min-height: 700px;
	height: auto !important; /* for IE6 */
	background-color: #ffffff;
	border: 2px solid #BCEAF7;
	border-radius: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.pageInr {
	margin: auto;
	padding: 20px 30px 50px;
	
}

.pageInr p{
	margin: 0 1em;
}

#page h2{
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #E42C89;
	font-size: 220%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 3px;
	padding: 25px 40px 20px;
	background: url("../img/h2_ttl.png") no-repeat left top;
	text-shadow: 2px 2px 5px #ffffff, 
		-2px 2px 5px #ffffff,
		2px -2px 5px #ffffff,
		-2px -2px 5px #ffffff;
	}

#page h2 span {
	font-size: 75%;
	margin-left: 1em;
	letter-spacing: 1px;
}
#page h2 span.sanka {
	font-size: 75%;
	margin-left: 0;
	letter-spacing: 1px;
}

h3 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #D96D00;
	font-size: 150%;
	font-weight: bold;
/*	line-height: 140%;*/
	text-align: left;
	letter-spacing: 1px;
/*	background-color: #154395;*/
	background: #FDF0B7;
	border-radius: 20px;
	margin: 1.8em 0 1em;
	position: relative; /* for IE6 */
	padding: 4px 0.8em;
}

h4 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	/*color: #11295C;*/
	color: #0a3373;
	font-size: 122%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	position: relative;
	margin: 2em 0.4em 1em;
	zoom: 1; 
  	padding: 0.5em 0.3em 0.4em;
	background: url("../img/bg_h4.jpg") repeat-x left bottom;
}

h5 {
	font-size: 108%;
	color: #7b3918;
	font-weight: bold;
	text-align: left;
	position: relative;
/*	margin: 1.2em 0.5em 0.5em;*/
	margin: 1.2em 0.7em 0.5em;
	padding-left: 20px;
}

h5:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: solid 2px #BC9D23;
	transform: rotate(45deg);
/*    border-radius: 50%;*/
    left: 6px;
    top: 7px;
}
/*.areaInt h5 {
	margin-left: -20px;
}*/
h6 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0.3em;
}
