@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	background-color: #ffffff;
	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:13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; */
	/*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: Arial, Helvetica, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	/*font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 85%;
	line-height: 1.6;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url("../img/bg_image.jpg") no-repeat center top #252525;
}
#wrapper.top{
	height: auto;
}
#wrapperInr {
	zoom: 1; /* for IE6 */
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
#wrapperInr.top{
	height: 700px;
}


/*---------------------------------------------------------------*/
#side-nav {
	width: 260px;
/*	background-color: #171274;*/
/*	background-color: rgba(255, 255, 255, 0.7);*/
/*	box-shadow:0px 0px 9px 1px rgba(0,0,0,0.15);*/
}
#side-nav .mark{
	margin: 0;
	text-align: center;
}

#side-nav .nav-banner,
#side-nav .nav-banner-toppnly {
	text-align: center;
	margin: 0;
}
#side-nav .nav-banner p,
#side-nav .nav-banner-toppnly p {
	line-height: 100%;
	margin-bottom: 19px;
}
#side-nav .nav-banner div{
	margin-bottom: 7px;
}

#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: 750px;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
header{
	position: sticky;
    top: 0;
    z-index: 1000;
}
#header {
	position: relative;
	height: 96px;
	padding-top: 10px;
}
#header h1 {
	text-indent: -999999px;	
	background: url(../img/header.png) no-repeat center #ffffff;
	box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.35);
}
#header h1 a {
	height: 78px;
	display: block;
	outline: none;
}


/*--------------------------------------------------------------- 
			下背景
--------------------------------------------------------------- */
/*#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{
    width: 100%;
}
#footer {
/*	clear: both;*/
	color: #ffffff;
    width: 100%;
	background-color: #000000;
}
#top #footer {
	border-top: solid 1px #DDDDDD;
}

#footerInr_top {
	width: auto;
	margin: auto;
	font-size: 88%;
}
#footer p {
	padding: 7px;	
	text-align: center;
}
#top #footer p {
	padding-top: 5px;
}

/*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: 678px;
	background: url(../img/top_main.png) no-repeat center top;
	/*position: relative;*/
}
#topMain p {
	display: none;
}

/*---topSub---*/


/*---お知らせ---*/
#top-news {
	height: 170px;
	padding-bottom: 10px;
	padding-left: 240px;
	margin-top: 30px;
}
#top-news #top-newsInr {
	height: 150px;
	width: 580px;
	padding-top: 10px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
	float: left;
	padding: 0 0 2em;
	width: 150px;
	text-align: center;
    margin: 0 18px 0 10px;
}
#top-news dl {
	display: flex;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#top-news dl dt, 
#top-news dl dd {
	color: #333333;
	display: block;
	line-height: 130%;
	font-size: 92%;
	font-weight: normal;
	padding: 0 0 0.63em 0;
	margin-bottom: 0.63em;
	border-bottom: dotted 2px #DDDDDD;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 16%;
	padding-left: 5px;
	font-weight: bold;
	color: #C43427;
}
#top-news dl dt::before{
	content: url("../img/icon_00.png");
	margin-right: 6px;
}
#top-news dl dd {
	float: left;
	width: 75%;
	padding-left: 17px;
	padding-right: 10px;
	/*background: url(../img/icon_news.png) no-repeat  0 0.1em;*/
}

#top-news a {
	text-decoration: underline;
}
#top-news a:hover {
	text-decoration: none;
}


/*---事務局---*/
#wrap-lower{
	width: 100%;
	background: url("../img/footer_up.png") top center repeat-x #FAF6F0;
	height: 167px;
}
#wrap-lower .lower{
	display: flex;
	width: 970px;
	margin: auto;
	align-items: center;
	justify-content: space-around;
}

#jimu {
	margin: 30px 10px 20px;
	padding: 20px 0px;
}
#jimu h2::before{
	content: url("../img/icon_01.png");
	height: 20px;
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
#jimu h2{
	font-size: 115%;
	color: #C43427;
	font-weight: bold;
	padding-bottom: 3px;
}
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu dl {
	line-height: 132%;
	margin: 0 0 0 26px;
}
#jimu dl dt, #jimu dl dd {
	font-size: 92%;
/*	text-shadow:2px 2px 4px #fff,2px -2px 4px #fff,-2px 2px 4px #fff,-2px -2px 4px #fff;*/
}
#jimu dl dt {
	margin-bottom: 0.5em;
}


/*---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{
	width: 999px;
	margin: auto;
	background-color: #ffffff;
}
#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;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */

#page {
	min-height: 600px;
	height: auto !important; /* for IE6 */
}
#page #box-white{
	margin: 0px 0 0 10px;
/*	background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100px);*/
	background-color: #ffffff;
/*	box-shadow: 4px 8px 8px 0 rgba(0, 0, 0, 0.2);*/
	min-height: 600px;
}

.pageInr {
	margin: 0px 40px 30px;
	padding: 35px 5px 45px;
}

.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;
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	color: #ffffff;
	text-shadow:0px 0px 0px #000;
	text-shadow:2px 2px 5px #6E0606,2px -2px 5px #6E0606,-2px 2px 5px #6E0606,-2px -2px 5px #6E0606;
	font-size: 200%;
	text-align: left;
	letter-spacing: 2px;
	background: url("../img/bg_h2.jpg") no-repeat top left;
	margin: 0px 0 0 10px ;
	position: relative; /* for IE6 */
	padding: 15px 20px 13px 90px;
}

#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: #FFFFFF;
	font-size: 135%;
/*	line-height: 140%;*/
	text-align: left;
	letter-spacing: 1px;
	 background: url("../img/bg_h3.jpg") no-repeat top left;
	margin: 2.5em 0 0.6em;
	position: relative; /* for IE6 */
	padding: 4px 0.8em 4px 30px;
}
h3.two {
	height: 60px;
	line-height: 145%;
}

h4 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #3C306B;
	font-size: 122%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	position: relative;
	border-bottom: 2px dotted #3C306B;
	margin: 1.8em 0.45em 0.8em;
	zoom: 1; 
  	padding: 0.35em 0.3em 0.25em 2em;
	background-image: url(../img/ico.jpg);
	background-repeat: no-repeat;
    background-position: 0.3em 0.5em;
}

h5 {
	font-size: 108%;
	color: #ff6000;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin: 1.2em 0.5em 0.5em;
	padding-left: 23px;
}

h5:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #faa527;
    border-radius: 50%;
    left: 6px;
    top: 6px;
}
/*.areaInt h5 {
	margin-left: -20px;
}*/
h6 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0.3em;
}

div{
	box-sizing: border-box;
}
