@charset "utf-8";
/* CSS Document */

* {
	font-size: 100%;
	line-height: 180%;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	font-size: 17px;
}
hr.clear {
	clear: both;
	height: 1px;
	border: 0px;
	border: 1px solid transparent;
	color: #fff;
}
a:hover img {
	opacity: 0.8;
}
/**/
a {
	color:#3B9352;
}
a:hover {
	color:#8DB749;
}
/* ----------------------------------------------- color */
.red {
	color: #FF0000;
}
/* ----------------------------------------------- float */
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear {
	clear: both;
}
/* ----------------------------------------------- position */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* ----------------------------------------------- wrapper */
#wrapper {
	font-size: 90%;
}
/* ----------------------------------------------- header */
#header {
	height:150px;
	background-image:url(../img/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#header .inner {
	width:960px;
	margin:0 auto;
}
/**/
#header h1, #header .logo {
	width:195px;
	float:left;
	margin:0;
	padding:20px 0 0 0;
	font-size:0;
}
#header h1 a, #header .logo a {
	margin:0;
	padding:0;
}
/**/
#header .header_right {
	background-image: url(../img/index_navi_back.jpg);
	background-position:center;
	background-repeat:repeat;
	float:right;
	width:540px;
	height:52px;
	margin:0;
	padding:0;
}
/**/
#header .header_right .search {
	margin:11px 0 0 16px;
	width: 180px;
	padding: 0px;
	float:left;
	border: 1px solid #3B9352;
	background-color:#fff;
}
#header .header_right .search form {
	margin:0;
	padding:0;
}
#header .header_right .search input[type="text"] {
	margin: 0;
	padding: 6px;
	width: 120px;
	border: none;
	background-color:#fff;
	font-size:80%;
	float:left;
}
#header .header_right .search input[type="image"] {
	vertical-align: middle;
	float:right;
	cursor:pointer;
	background-color:#3C9253;
}
/**/

#header .header_right span {
	font-size:80%;
	vertical-align:40%;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/**/
/**/
/**/
#header .fontSize {
	float:left;
	margin:11px 0 0 14px;
	width:156px;
}
#header .fontSize .txt {
	float:left !important;
	margin:0 4px 0 0;
	padding-top:8px;
	line-height:100%;
}
#header .fontSize img {
	margin:0;
	padding:0;
	float:left;
	cursor:pointer;
}
#header .fontSize img .changeBtn {
	margin:0;
	padding:0;
}
/**/
#header .header_right .lang {
	float:left;
	margin:11px 0 0 14px;
}
#header .header_right .lang img {
/*	margin:0;
	padding:0;
	cursor:pointer;*/
}
#header .header_right .lang .txt {
	float:left !important;
	margin:0;
	padding-top:8px;
	line-height:100%;
}
#header .header_right #google_translate_element {
	width:120px !important;
}
#header .header_right #google_translate_element span {
	margin:0 !important;
	padding:0 !important;
	vertical-align:middle !important;
	line-height:100% !important;
}
#header .header_right .lang .goog-te-gadget {
	text-align:center !important;
}
#header .header_right #google_translate_element .goog-te-gadget-simple {
	padding:0 !important;
	margin-left:4px !important;
	background-color: #ffffff !important;
	border-radius: 4px !important;
}
#header .header_right #google_translate_element .goog-te-gadget-simple a.goog-te-menu-value span {
	font-size: 100% !important;
	margin:0 4px 0 0 !important;
}
#header .header_right #google_translate_element .goog-te-gadget-simple img {
	background-position: -65px center !important;
	float:left!important;
	margin: 4px 0 0 4px !important;
}
#header .header_right #google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value {
	margin:0 2px 0 0 !important;
}
#header .header_right #google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
 color: darken($nav-bg, 100) !important;
}
#header .header_right .goog-te-gadget-icon {
	margin-left: 2px!important;
	margin-right: 2px!important;
	width: 19px!important;
	height: 19px!important;
}

/* ----------------------------------------------- mainmenu */
#header .mainmenu {
	clear:both;
	float:right;
	width:750px;
	text-align:right;
	margin:0;
	padding:0;
}
#header .mainmenu ul {
	border-left: 1px dashed #000;
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
	float:right;
}
#header .mainmenu ul li {
	float: left;
	border-right: 1px dashed #000;
}
#header .mainmenu ul li a {
	display: block;
	margin:0;
	padding:0 14px;
	text-align: center;
	text-decoration: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#000;
	font-weight:bold;
	font-size:90%;
}
#header .mainmenu ul li a:hover {
	background: #E5EDD6;
	color:#3B9352;
}
#header .mainmenu ul li .on a {
	background: #E5EDD6;
	color:#3B9352;
}
/* ----------------------------------------------- contents */
#contents {
	clear:both;
	background-color:#FFFFFF;
	margin:0;
	padding:40px 0;
}

/* ----------------------------------------------- ページの先頭 */
#page_back {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 20px;
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#page_back a {
	color: #fff;
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
	display: table-cell;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-color: #8DB749;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: 1;
	transition: 0.3s;
}
/* ----------------------------------------------- footer */
#footer {
	text-align: center;
}
/**/
#footer .f_bana {
	background-color:#E8F0F7;
	overflow:hidden;
}
#footer .f_bana ul {
	width:960px;
	margin:0 auto;
	padding:40px 0;
	list-style:none;
}
#footer .f_bana ul li {
	display: inline-block;
	margin:4px;
	padding:0;
}
/**/
#footer .f_link {
	border-bottom: 10px solid #8DB749;
	overflow:hidden;
	margin:0;
	padding:0;
}
#footer .f_link ul {
	width:960px;
	margin:0 auto;
	padding:20px 0 40px 0;
	list-style:none;
}
#footer .f_link ul li {
	float:left;
	margin:0 40px 0 0;
	padding:0 0 0 20px;
	background-image:url(../img/list_lgr.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:90%;
}
#footer .f_link ul li a {
}
/**/
#footer .f_bottom .inner {
	width:960px;
	margin:0 auto;
	padding:40px 0;
}
/**/	
#footer .f_bottom .f_info {
	float: left;
	width:350px;
	text-align:left;
}
#footer .f_bottom .f_info .logo {
	margin: 10px 40px 0px 0px;
}
#footer .f_bottom .f_info .address {
	font-size:80%;
	font-weight:normal;
}
#footer .f_bottom .f_info .address span {
	font-size:120%;
	font-weight:bold;
}
/**/
#footer .navi_box {
	float: right;
	width:600px;
}
#footer .f_navi {
	float: left;
	width: 200px;
	font-size:70%;
	text-align:left;
}
#footer .f_navi p {
	font-size:110%;
	font-weight:bold;
}
#footer .f_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer .f_navi ul li {
	/*	width: 25%;*/
	margin: 3px 0px;
	padding: 0 0 0 20px;
	background-image:url(../img/icon_gr.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
/**/
.copy {
	clear: both;
	margin: 0px;
	padding: 10px;
	font-size: 80%;
	color: #fff;
	background-color: #3B9352;
}

/* ----------------------------------------------- 共通 */
/*ボタン*/
.btn {
	width:30%;
	margin:20px auto;
	padding:6px 0;
	position: relative;
	text-align:center;
	display: inline-block;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #3B9352;
	border:1px solid #3B9352;
	border-radius: 4px;
	box-shadow: 0 3px 0 #3B9352;
	background-image:url(../img/icon_btn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-size:80%;
}
.btn:active {
	top: 3px;
	box-shadow: none;
	background-color:#E8F1DB;
}
.btn:hover {
	background-color:#E8F1DB;
}
/**/
.btn_s {
	width:60%;
	margin:20px auto;
	padding:6px 0;
	position: relative;
	text-align:center;
	display: inline-block;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #3B9352;
	border:1px solid #3B9352;
	border-radius: 4px;
	box-shadow: 0 3px 0 #3B9352;
	background-image:url(../img/icon_btn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-size:80%;
}
.btn_s:active {
	top: 3px;
	box-shadow: none;
	background-color:#E8F1DB;
}
.btn_s:hover {
	background-color:#E8F1DB;
}
/*ファイル*/

a[href$=".pdf"]:after {
	display: inline-block;
	padding-right: 20px;
	background-image:url(../img/icon_pdf.png);
	background-repeat: no-repeat;	
	content:".";
	bottom:0;
	text-indent:-9999px;
}
a[href$=".doc"]:after {
	display: inline-block;
	padding-right: 20px;
	background-image:url(../../img/icon_doc.gif);
	background-repeat: no-repeat;
	content:".";
	text-indent:-9999px;
}
a[href$=".docx"]:after {
	display: inline-block;
	padding-right: 20px;
	background-image:url(../../img/icon_doc.gif);
	background-repeat: no-repeat;
	content:".";
	text-indent:-9999px;
}
a[href$=".xls"]:after {
	display: inline-block;
	padding-right: 20px;
	background-image:url(../../img/icon_xls.gif);
	background-repeat: no-repeat;
	content:".";
	text-indent:-9999px;
}
a[href$=".xlsx"]:after {
	display: inline-block;
	padding-right: 20px;
	background-image:url(../../img/icon_xls.gif);
	background-repeat: no-repeat;
	content:".";
	text-indent:-9999px;
}

/*ニュースアイコン色*/

table th span.kurashi {
/*	border:2px solid #78C069;
	color:#78C069;*/
	background-color:#78C069;
	color:#FFF;
}
table th span.kankou {
	/*border:2px solid #EF8784;
	color:#EF8784;*/
	background-color:#EF8784;
	color:#FFF;
}
table th span.ijyuu {
	/*border:2px solid #22B2C3;
	color:#22B2C3;*/
	background-color:#22B2C3;
	color:#FFF;
}
table th span.event {
	background-color:#EDAD0B;
	color:#FFF;
}
table th span.oshirase {
	/*border:2px solid #3B9352;
	color:#3B9352;*/
	
	background-color:#3b9352;
	color:#FFF;
}
table th span.other {
	/*border:2px solid #875850;
	color:#875850;*/
	
	background-color:#6A8CC7;
	color:#FFF;
}
table th span.red {
	background-color:#C00;
	color:#FFF;
}
table th span.ye {
	background-color: #FFE600;
	color:#000;
}
/*table th span.red {
	border:2px solid #C00;
	color:#C00;
}
table th span.bk {
	border:2px solid #000;
	color: #000;
}
*/


