/* CSS Document */
/* ######################### */
/* ■ 共通　 　　　　　　　  */
/* ######################### */
.container
{
	margin-top: 10px;
	width: 962px;
	padding: 0px;
	border: 1px solid rgba(22,162,255,1.00);
	min-width: 962px;
}

.row
{
	margin: 0px;
	padding: 0px
}



/* ------▼ 終了案内  */
#thanks
{
	display: none;
	border: 2px solid #FFADAE;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 50px 0px;
	background-color: #FFE4E4;
	border-radius: 15px;
	color: #800002;
}

/* ------▼ トップバック */
#topBack
{
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 100;
}

#topBack .fa-chevron-circle-up,
#topBack .fa-chevron-circle-up:hover { font-size: 50px }

#topBack a
{
	background-color: #07748B;
	text-decoration: none;
	color: #FFFFFF;
	width: 54px;
	height: 54px;
	padding: 2px;
	text-align: center;
	display: block;
	border-radius: 27px;
	opacity: 0.6;
	font-size: 24px;
}

#topBack:hover { opacity: 0.5; }

/* ------▼ 工事中 */
#nowconst
{
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	border: 3px solid #BDF7B4;
	padding: 2em;
	margin: 3em;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg, rgba(245,253,242,1.00) 0%, rgba(238,255,228,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(245,253,242,1.00) 0%, rgba(238,255,228,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(245,253,242,1.00) 0%, rgba(238,255,228,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(245,253,242,1.00) 0%, rgba(238,255,228,1.00) 100%);
}

#nowconst p
{
	font-size: 1.3em;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #63C550;
}

#contact .fa-envelope,
#contact .fa-phone-square,
#contact .fa-fax,
#contact .fa-external-link,
#officer .fa-envelope,
#officer .fa-phone,
#officer .fa-phone-square,
#officer .fa-fax,
#officer .fa-external-link,
#secre .fa-envelope,
#secre .fa-phone,
#secre .fa-phone-square,
#secre .fa-fax,
#secre .fa-external-link
{
	opacity: 0.7;
	margin-right: 0.4em
}

/* ----------------------- */
/* ■ サイドバー情報　　 　*/
/* ----------------------- */
#linkBanner { margin-bottom: 10px }

#endaiLimit { display: block }

#endaiLimit dl
{
	padding: 3px;
	border: 2px solid #89C1E8;
	border-radius: 6px;
	background-color: #17517E;
	width: 200px;
	margin-left: 5px;
	-webkit-box-shadow: inset 0px 0px 10px rgba(35,51,61,1.00);
	box-shadow: inset 0px 0px 10px rgba(35,51,61,1.00);
}

#endaiLimit dt
{
	font-size: 19px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #0A2235;
}

#endaiLimit dd
{
	text-align: center;
	color: #98BFD9;
	margin-top: 0em;
	margin-bottom: 0em;
}

#endaiLimit .fa-arrow-circle-down
{
	text-align: center;
	font-size: 2em;
	margin-top: 0.3em;
	color: #FFCC7A
}

/* ------▼ ポスター掲示　*/
#posterDL
{
	height: 140px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #F19176;
	border-radius: 8px;
	background-color: #F5DDB9;
	-webkit-box-shadow: inset 0px 0px 14px #E08C54;
	box-shadow: inset 0px 0px 14px #E08C54;
}

#posterDL dl
{
	float: left;
	width: 55%;
}

#posterDL dt
{
	font-size: 1.1em;
	background-color: #CA252C;
	border-radius: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFF500;
	text-align: center;
	margin-top: 5px;
	font-weight: 400
}

#posterDL dd
{
	font-size: 1em;
	border-radius: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #5B8C07;
	text-align: right;
	margin-top: 5px;
	font-weight: 400
}

#posterDL img
{
	float: right;
	width: 42%
}

#posterDL img:hover { opacity: 0.5 }

#posterDL i { margin-left: 0.3em }

/* ----------------------- */
/* ■ フッター共通　　　 　*/
/* ----------------------- */
/* ------▼ フッター（フロントページ事務局） */
#wrapperFooter #secre
{
	position: relative;
	margin-left: 175px;
	display: block;
	z-index: 0;
	top: 18px;
}

#wrapperFooter #secre dl
{
	clear: right;
	width: 340px;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
	margin-top: 10px;
}

#wrapperFooter #secre dl:first-child { margin-right: 85px }

#wrapperFooter dt
{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100px;
	background-color: rgba(22,162,255,1.00);
	height: 22px;
	border-radius: 11px;
	text-align: center;
	margin-left: -105px;
	padding-top: 0px;
	float: left;
}

#wrapperFooter dd
{
	color: #595656;
	font-size: 12px;
	margin-left: 1em;
	margin-bottom: 0.1em;
	float: left;
}

#wrapperFooter dd.facility
{
	font-size: 14px;
	font-weight: 500
}

#wrapperFooter a:link { color: #595656; }

#wrapperFooter a:hover { color: #16A2FF; }

#copyright
{
	color: #AFC7D7;
	width: 100%;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 0px;
	position: static;
	margin-top: 28px;
	clear: left;
	font-size: 12px;
}

/* ######################### */
/* フロントページ　　　　　  */
/* ######################### */
/* ------▼ ラッパー（フロントページKeyVisual） */
#home #wrapperHeader
{
	height: 166px;
	background-color: #FDF1E0;
}

#home .keyVisual
{
	width: 960px;
	background-image: url(../images/home/headerHome.png);
	background-repeat: no-repeat;
	height: 166px;
}

/* ------▼ ラッパー（ナビ・フロントページメイン） */
#home #wrapperMain
{
	width: 960px;
	margin: 80px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ------▼ ラッパー（） */
#home #wrapperArticle { }

/* ------▼ ラッパー（新着情報） */
#home #wrapperNews
{
	background-image: url(../images/home/bg_HomeBanner2.png);
	background-repeat: no-repeat;
	height: 445px;
	margin: 0px 0px 0px -10px;
	padding: 0px;
}

/* ------▼ ラッパー（フロントページサイドバー） */
#wrapperSide
{
	min-height: 815px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	width: 229px;
}

/* ------▼ 記事エリア（フロントページ背景・最小高さ） */
#home article
{
	background-image: url(../images/home/bg_HomeBanner1.png);
	background-repeat: no-repeat;
	min-height: 371px;
	padding: 0px;
	margin: 0px 0px 0px -10px;
}

#home #pageContents
{
	margin: 0;
	padding: 0;
	width: 731px;
	max-height: 0
}

/* ------▼ フッター（フロントページ背景・高さ） */
#wrapperFooter
{
	width: 960px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 162px;
	background-image: url(../images/home/bg_footer.png);
	background-repeat: no-repeat;
}

/* ------▼ フロントページ（募集期限） */
#limit
{
	position: relative;
	display: inline-block;
	top: 315px;
	left: 0px;
}

#limit .regEndai,
#limit .regSanka { float: left; }

#limit .regEndai
{
	color: rgba(252,255,219,1.00);
	background-color: rgba(37,137,142,0.70);
	width: 150px;
	height: 150px;
	padding: 8px;
	border-radius: 75px;
	margin-left: 530px;
}

#limit .regSanka
{
	margin-left: 300px;
	color: rgba(115,68,102,1.00);
	background-color: rgba(180,153,232,0.50);
	width: 140px;
	height: 140px;
	padding: 10px;
	border-radius: 70px;
}

#limit dt
{
	margin-bottom: 0.6em;
	margin-top: 0.5em;
	font-size: 15px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(27,70,63,1.00);
}

#limit .regEndai dt { color: rgba(255,208,93,1.00); }

#limit .regSanka dt { color: rgba(144,82,181,1.00); }

#limit dd
{
	margin-bottom: 0.2em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(27,70,63,1.00);
}

#limit i
{
	font-size: 1.5em;
	color: rgba(109,188,186,1.00);
}

.int,
.int1,
.int2,
.int3
{
	font-family: 'Oswald', sans-serif;
	;
	font-weight: 700;
	padding-left: 3px;
	padding-right: 0px;
}

.int { font-size: 1.2em; }

.int1 { font-size: 1.5em; }

.int2 { font-size: 1.7em; }

/* ------▼ 新着情報（ボックス）　*/
#home .news
{
	height: 140px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 235px;
	position: relative;
}

#home .news dl
{
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0px;
	width: 680px;
	overflow-y: auto;
	height: 180px;
}

/* ------▼ 新着情報（テキスト） */
#home .news dt
{
	font-family: 'Oswald', sans-serif;
	color: #0071BB;
	padding: 0px 10px 3px 0px;
	float: left;
	font-size: 13px;
	margin: 0px;
}

#home .new::after
{
	content: "\f1ea";
	font-family: "fontawesome";
	color: #A81619;
}

#home .news dd
{
	text-align: left;
	padding-left: 80px;
	padding-top: 0em;
	padding-bottom: 2px;
	margin: 2px 5px 4px;
	border-bottom: 1px dashed #CEE3F0;
	font-size: 13px;
}

#home .news-c dd a
{
	font-size: 100%;
	color: #2278A8;
}

#home .news-c dd a:hover { text-decoration: underline }

/* ######################### */
/* サブページ　　　　　  */
/* ######################### */
/* ------▼ ラッパー（フロントページKeyVisual） */
#page #wrapperHeader
{
	height: 166px;
	background-color: #FDF1E0;
}

#page .keyVisual
{
	width: 960px;
	background-image: url(../images/home/headerHome.png);
	background-repeat: no-repeat;
	height: 166px;
}

/* ------▼ ラッパー（ナビ・サブページメイン） */
#page #wrapperMain
{
	background-image: url(../images/bg_contents.png);
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ------▼ ラッパー（サブページサイドバー） */
#page #wrapperSide
{
	width: 220px;
	padding-top: 0px;
	background-image: url(../images/bg_sidePage.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}

/* ------▼ コンテンツエリア（サブページ背景・最小高さ） */


#page #pageContents
{
	margin: 0px auto;
	padding: 0px 16px 16px;
	width: 731px;
}

/* ------▼ 記事エリア（余白） */
#page article
{
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 2em;
	padding-top: 0px;
}
