@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	background: 
/*			url(../img/bg_main.jpg) no-repeat center top,
			url(../img/bg_main2.jpg) repeat-x center top,*/
			url("../img/bg_image.jpg") no-repeat center top;
	background-color: #F3F4F7;
	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: 1014px;
	margin: 0 auto;
}
#wrapperInr {
	width: 1014px;
/*	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;*/
}


/*---------------------------------------------------------------*/
#side-nav {
	width: 251px;
	float: left;
/*	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 auto 18px;
	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: 763px;;
	float: right;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 100px;
	background: url(../img/header.png) no-repeat center 5px;
}
/*#top #header {
	background: url(../img/header_top.png) no-repeat left top;
}*/
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 100px;
	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{
	margin-top: 1em;
    width: 100%;
}
#footer {
/*	clear: both;*/
	color: #666666;
    width: 100%;
    height: 50px;
   /* background: url(../img/footer.png) no-repeat center top,
				url(../img/footer_2.png) repeat-x center top;*/
}
#top #footer {
	border-top: solid 1px #DDDDDD;
}

#footerInr_top {
	width: auto;
    text-align: right;
	margin: 1em auto;
	font-size: 88%;
}
#footer p {
	padding-top: 17px;
}
#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: 650px;
	background: url(../img/top_main.png) no-repeat center top;
	/*position: relative;*/
}
#topMain p {
	display: none;
}

/*---topSub---*/


/*---お知らせ---*/
#top-news {
	height: 170px;
	padding-bottom: 10px;
}
#top-news #top-newsInr {
	height: 170px;
	width: 570px;
	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: 12%;
	padding-left: 5px;
	font-weight: bold;
}
#top-news dl dd {
	float: left;
	width: 77%;
	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;
}


/*---事務局---*/
#jimu {
	margin: 0 auto 40px;
	padding: 0;
	width: 540px;
	align-items: center;
	justify-content: center;
	color: #333333;
	background-color: #E7E8F0;
	border-radius: 10px;
	padding: 20px 40px;
}

#jimu h2{
	font-size: 115%;
	color: #3C306B;
	font-weight: bold;
	padding-bottom: 10px;
}
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu dl {
	line-height: 132%;
	margin: 0;
}
#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;
}

#jimu a {
	text-decoration: underline;
}
#jimu a:hover {
	text-decoration: none;
}

/*---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;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */

#page {
	min-height: 600px;
	height: auto !important; /* for IE6 */
	height: 788px; /* for IE6 */
	margin-top: 12px;
}
#page #box-white{
	width: 763px;
	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 {
	width: 660px;
	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 #CE778A,2px -2px 5px #CE778A,-2px 2px 5px #CE778A,-2px -2px 5px #CE778A;
	font-size: 220%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 3px;
	background: linear-gradient(90deg, #743d83,#c25985c7,#cf7a8ac9);
	margin: 0px 0 0 10px ;
	position: relative; /* for IE6 */
	padding: 15px 20px 13px 40px;
}

#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: #292C56;
	font-size: 150%;
	font-weight: bold;
/*	line-height: 140%;*/
	text-align: left;
	letter-spacing: 1px;
	 background: linear-gradient(to right, #ededed  80%, #cdcad1);
	margin: 2.5em 0 1.5em;
	position: relative; /* for IE6 */
	padding: 4px 0.8em;
	border-left: 10px solid #292C56;
}
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;
}
