@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot hr {
	margin: 0;
	padding: 0;
}
ui,li{
	list-style: none;	
}
hr{
	display: none;
}
img {border: 0;}

body {
	width: 100%;
	font: 100% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
	line-height: 1.7;
	margin: 0 auto;
}
a{
	color: #127b3a;
	text-decoration: none;
}
a:link {
	color: #127b3a;
}

a:hover {
	color: #127b3a;
}

a:visited {
	color: #127b3a;
}


/*---------- ヘッダー ----------*/
#Header{
	position: relative;
}

#Header h1{
	width: 100%;
}
#Header h1 a{
	display: block;
	background: url(../img/slogo.png) no-repeat;
	text-indent: -9999px;
	-moz-background-size:100% auto;
	background-size:100% auto;
	height: 0;
	padding-top: 20%;
	
}
#Header div.rightbox{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
#Header div.smenu{
	position: absolute;
	top: 5px;
	right: 5px;	
}
#Header div.smenu a{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/menu-list.png) no-repeat;
}
#Header div#jason1{
	background: url(../img/menu_bg.png);	
}
#Header div#jason1 h4{
	background: #eee;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
#Header div#jason1 ul li{
	margin: 2px;
	border-bottom: dotted 1px #ddd;
}
#Header div#jason1 ul li a{
	color: #fff;
	display: block;
	padding: 3px 0 3px 12px;
	background: url(../img/arrow_menu.png) no-repeat left center;
}
#Header ul.menu{
	background: #196f0b;
	border-bottom: 1px solid #196f0b;
}
#Header ul.menu li{
	float: left;
	width: 25%; 
}
#Header ul.menu li a{
	display: block;
	text-indent: -9999px;
	height: 0;
	padding-top: 75%;
}
#Header ul.menu li.menu01 a{
	background: url(../img/s_btn01.png) no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#Header ul.menu li.menu02 a{
	background: url(../img/s_btn02.png) no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#Header ul.menu li.menu03 a{
	background: url(../img/s_btn03.png) no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#Header ul.menu li.menu04 a{
	background: url(../img/s_btn04.png) no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

#Navi ul{
	background: #196f0b;
	border-bottom: 1px solid #196f0b;
}
#Navi ul li{
	float: left;
	width: 25%; 
}
#Navi ul li a{
	display: block;
	text-indent: -9999px;
	height: 0;
	padding-top: 75%;
}
#Navi ul li.navi01{
	display: none;	
}
#Navi ul li.navi02 a{
	background: url(../img/s_btn01.png) #196f0b no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#Navi ul li.navi03 a{
	background: url(../img/s_btn02.png) #196f0b no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#Navi ul li.navi04 a{
	background: url(../img/s_btn03.png) #196f0b no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#Navi ul li.navi05 a{
	background: url(../img/s_btn04.png) #196f0b no-repeat;
	width: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#Main h3{
	background: #008aab;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
#Main h4{
	margin: 10px 0;
	border-top: solid 1px #ccc;
	border-left: solid 10px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;	
}
#Main h5{
	padding: 5px 5px 5px 15px;
	width: 100%;
	font-size: 100%;
	border-bottom: double #ccc;
	background: url(../../common/img/h5_bg.gif) no-repeat left center;
	margin: 20px 0 10px;
}
#Footer address{
	margin-top: -50px;
}
/*---------- 非表示 ----------*/
#Header div.head_navi{
	display: none;
}
#Header h2{
	display: none;
}


div.main_contents div.right_box{
	display: none;	
}
#Sub h3{
	display: none;
}
div#TopicPath{
	display: none;
}
div#kondatebox{
	display: none;
}
div.main_title h3{
	display: none;
}
#Footer ul{
	display: none;	
}
#Footer h4{
	display: none;	
}
/*------------ トップページ -------------*/
#slider{
	width: 100%;
}
div.nivo-controlNav{
	display: none;
}
div.newsbox ul li.new{
	font-size: 90%;
	
}
div.newsbox ul li a:before{
	content:" \A";
	white-space: pre;
}


/*---------- ページトップへ ----------*/
#kmenu {
	position: fixed;
	right: 0;
	top: 5px;
	z-index: 999999999;
}
#kmenu a.menu{
	display: block;
	text-indent: -9999px;
	background: url(../img/icon_menu.png) no-repeat;
	width: 40px;
	height: 40px;
}
#kmenu a.search{
	display: block;
	text-indent: -9999px;
	background: url(../img/icon_search.png) no-repeat;
	width: 40px;
	height: 40px;
	margin: 10px 0 0;
}
#pageTop {
	position: fixed;
	right: 0;
	bottom: 40px;
}

#pageTop a{
	display: block;
	text-indent: -9999px;
	background: url(../img/s_go_top.png) no-repeat;
	width: 50px;
	height: 59px;
}


/*---------- コンテンツ ----------*/

#Main {
	padding: 6px;
}
#Main h2{
	background: url(../img/bg.png);
	color: #fff;
	padding: 5px 10px;
	font-size: 100%;
	margin: 0 0 10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */ 
}
#Main div.bukken_ichiran h3{
	background: #337800;
	color: #fff;
	padding: 3px;
	font-size: 100%;
	margin: 0 0 10px;
}

/*---------- フッター ----------*/
address{
	font-size: 10px;
	text-align: center;
	font-style: normal;
}


/*####################　クリア　####################*/
/*.lg{
	float: left;
}
.ri{
	float: right;
}*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: .1em;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/
.clearfix + * {
	clear: both;
	* clear: both;
}

/*end*/



/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}


/*form*/
div.t1 input{
	/*float: left;	*/
}
label{
	color: #fff;	
}
select{
	width: 100%;
	margin: 3px 0;
	padding: 10px;	
	font-size:120%;
}

input{
	font-size:120%;
}
ul.sozai li{
	float: left;
	/*display: inline;*/
	border-bottom: none !important;
	width: 50%;
}
div.box{
	/*background: #f5f5f5;*/
	margin:3px 0;
	padding: 5px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
div.box label{
	color: #000;	
}

form{
	color: #000;
}

div.box li{
	color: #000;	
}


div.box h3{
	background: #666;	
	padding:3px;
	color: #fff;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
}
input[type="radio"]{
	margin: 5px 0 0;
}
input#submit {
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px;
	color: #fff;
	color: #000\9; /* IE10以下 */
	*color: #000;   /* IE7以下 */
	_color: #000; /* IE6 */
	border: solid 1px #c67685;
	/*box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;*/
	text-shadow: 1px 1px 2px #000;
	background: -moz-linear-gradient(top, #ffc600, #ff6e02);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#ff6e02));
	background: linear-gradient(to bottom, #ffc600, #ff6e02);
}

input#submit:hover {
	/* 透明度を20%に指定 */
	opacity: 0.8;
}
/************スライド***********/
#modal { display: none; }
#modal h3{
	background: #efefef;
	color: #333;
}
#modal div.form_box{
	margin: 0 0 10px;
	color: #fff;
}
#modal div.back a{
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	/*box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;*/
	text-shadow: 1px 1px 2px #fff;
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: linear-gradient(to bottom, #eee, #ddd);
	text-decoration: none;
	margin: 0 0 20px;
}
#FooterMenu { display: none; }
#pageslide {
	/* These styles MUST be included. Do not change. */
	display: none;
	position: absolute;
	top: 0px;
	/*height: 200%;*/
	z-index: 999999;
	
	/* Specify the width of your pageslide here */
	width: 99%;
	padding: 10px;
    
	/* These styles are optional, and describe how the pageslide will look */
	background: url(../../common/img/bg.png);
	color: #FFF;
	/*-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;*/
}

#modal,#modal_index{ 
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#modal li,#modal_index li{ 
	float: left;
	text-align: left; 
	padding: 2px 0; 
	margin: 5px;
}

#modal li a ,#modal_index li a{ 
	color: #FFF; 
	display: block; 
	width: 98%; 
	padding: 2px 0; 
	text-decoration: none;
}
/************サブメニュー***********/
#Sub li a:before{
	content: url(../img/sub_arrow_menu.png) no-repeat;
}
#Sub li a{
	display: block;
	width: 98%;
	font-weight: bold;
	padding: 7px 0 7px 2%;
	color: #333;
	border: solid 1px #ccc;
	/*box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;*/
	text-shadow: 1px 1px 2px #fff;
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: linear-gradient(to bottom, #eee, #ddd);
	text-decoration: none;
	text-align: left;
}
/************フッタ***********/
#FooterMenu ul{
	width: 90%;
}
#FooterMenu ul li{
	text-align: left;
}
#FooterMenu ul li a{
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	/*box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;*/
	text-shadow: 1px 1px 2px #fff;
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: linear-gradient(to bottom, #eee, #ddd);
	text-decoration: none;
}
div#sm a{
	display: block;
	width: 90%;
	font-weight: bold;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	/*box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;*/
	text-shadow: 1px 1px 2px #fff;
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: linear-gradient(to bottom, #eee, #ddd);
	text-decoration: none;
	text-align: center;
	margin: 10px auto;
}
