@charset "utf-8";
/* --------------------------------------------------
サイト共通レイアウト用のCSS
-------------------------------------------------- */

/* HTMLタグ再定義
------------------------------ */

/* ヘッダー
------------------------------ */
#header {
	background-image: url(../docs/_assets/images/page_bg.jpg);
	background-repeat: repeat;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}
#headerInner {
	position: relative;
	text-align: center;
	padding-top: 10px;
	color: rgb( 120, 59, 158 );
	font-weight: bold;
	font-size: 12px;
}
#headerInner .ttl {
	padding-top: 20px;
	font-size: 14px;
	margin-right:0px;
}


/* グローバルメニュー
------------------------------ */

/* コンテンツ
------------------------------ */
.contentbg {
	margin: 0;
	width: 100%;
	padding: 0px;
}
.contentpoint {
	margin: 0;
	width: 100%;
	padding: 0px;
}
.contentkenmu {
	margin-bottom: 30px;
	background-image: url(../docs/_assets/images/kenmu_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 1px solid #b6c062;
	background-position: center top;
}

.newsArea {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f8e1;
	width: 85%;
	margin-top: 30px;
	margin-bottom: 10px;
	min-height: 100px;
	padding-left: 30px;
	padding-top: 10px;

}

.newsAreattl {
	position: absolute;
	left: -12px;
	top: -11px;
}


.infoArea {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #6c743c;
	width: 85%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-top: 30px;
	color: #FFFFFF;
	font-size:16px;
}


.bbsArea {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f8e1;
	width: 85%;
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 150px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.bbsArea .bbstxt {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
.bbsArea .bbstxt p {
	padding-top: 10px;
}
.bbsAreattl {
	position: absolute;
	left: -12px;
	top: -11px;
}
.con_gnav {
	padding: 10px;
	position: relative;
	background-repeat: repeat;
	background-position: center 0px transparent;
	background-image: url(../images/bg_gnav.jpg);
	background-color: transparent;
	background-attachment: scroll;
	margin-bottom: 10px;
}
.con_gnav h2, .con_gnav .st { margin-bottom: 0px; width: 45%; }

.con_gnav ul { position: relative; overflow: hidden; z-index: 1; }
.con_gnav li {
	width: 46%;
	float: left;
	text-align: center;
	border-style: none;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0; 
}
.con_gnav li a { padding: 0% 0%; background: none repeat scroll 0% 0%;  display: block; }
.con_gnav li a:hover { background: none repeat scroll 0% 0%; }
.gnaviArea {
	text-align: center;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 93%;
	display: inline-block;
	position: relative;

}



.bnrArea {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
	width: 93%;
	padding-bottom: 10px;

}






/* アクセスマップ
------------------------------ */
#access {
	background: #f7edca;text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}
#accessInner {
	padding-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#accessInner .cBox{
	padding-bottom: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
}



/* お問い合わせ
------------------------------ */
#contact {
	background: #fff;
}
#contactInner {
	padding-bottom: 20px;
	text-align: center;
}


/* フッター
------------------------------ */
#footer {
	background: #FFF url(../img/bg.png);
}
#footerInner {
	padding-bottom: 20px;
}
#footerPageback {
	background: #FFF;
}

#footerPageback ul {
	padding: 10px;
}
#footerPageback a {
	color: #666;
	text-decoration: none;
}
#footerDeviceswitch {
	background: #e0c164;
	padding: 9px 0px;
	text-align: center;
	color: #FFFFFF;
}
#footerDeviceswitch li {
	display: inline-block;
}
#footerDeviceswitch li:after {
	content:"｜";
}
#footerDeviceswitch li:last-child:after {
	content:"";
}

#footerDeviceswitch input.text {
	background: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	display: inline;
	color: #000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footerCopyright {
	padding: 5px 0px 0px;
	font-size: 9px;
}

#footerEdstag {
	padding: 0px;
	font-size: 9px;
}
#footerEdstag a {
	color: #666;
	text-decoration: none;
}



table.brwsr2 {
	margin: 0 auto;
	width: 100％;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 0px;
	background: #fff;
}
 
table.brwsr2 th {
    vertical-align: middle;
    height: 40px;
    width: 30%;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
 
table.brwsr2 td.data {
    padding-left: 20px;
    margin: 0;
    height: 40px;
    width: 70%;
    border: none;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}
