@charset "utf-8";

/*============================================================================
	PC非表示
	茶色の色コード　#5b3100
==============================================================================*/

.hiddenPc{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}

/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	width:318px;
	height:51px;
	margin: 8px auto;
	float: left;
}
h1#logo a{
    display:block;
	width:318px;
	height:51px;
	background: url("../img/logo.png") no-repeat;
	background-size: 318px 51px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;
}
h1#logo a:hover { text-decoration:none;}


.loginBox{
	float: right;
	text-align: center;
	width: 202px;
	margin-left: 40px;
	margin-top: 0;
}
.loginBox span.loginBoxText{
	font-size: 100%;
	font-weight: bold;
	color: #483503;
	display: block;
	margin-bottom: 3px;
}
.loginBox a.loginBtn{
	display: block;
	width: 190px;
	background:#fdd000 url("../img/bg_mail.png") no-repeat 20px center;
	background-size: 37px 20px;
	color: #483503;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 10px 10px;
	margin-bottom: 5px;
	border: 1px solid #c19200;
	border-radius: 5px;
}
.loginBox a.loginBtn:hover{
	text-decoration: none;
	background:#fbb000 url("../img/bg_mail.png") no-repeat 20px center;
	background-size: 37px 20px;
	border: 1px solid #c19200;
}

nav {
display: block;
width: 100%;
background: #6eb92b;
clear: both;

margin: 0px auto 10px auto;
}
#menu{
  list-style-type: none;
text-align: center;
width: 980px;
margin: 0 auto;
padding: 0;
}
#menu li{
  position: relative;
width: 16%;
list-style-type: none;
display: inline-block;
  margin: 0;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 16px 0 14px;
font-size: 110%;
color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
#menu li:hover > a{

  color: #377500;
}
#menu > li:hover > a{
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#menu li ul li{
  overflow: hidden;
  width: 120%;
  height: 0;
  color: #fff;
}
#menu li ul li a{
  padding: 14px 15px;
  color: #FFF;
  background-color: #53a10f;
  text-align: center;
  font-size: 97%;
  font-weight: normal;
}
#menu li:hover ul li{
  overflow: hidden;
  height: 40px;
  margin-bottom: -4px;
  border-bottom: 1px solid #448a08;
}
#menu li:hover ul li.longText{
  height: 50px;
}
#menu li:hover ul li:last-child a{}

#menu li a span{
display: block;
font-size: 80%;
margin-top: 3px;
color: #377500;
text-decoration: none;
}
#menu li a:hover span{
color: #377500;
}

/*============================================================================
	slider
==============================================================================*/

#sliderWrap{
	width: 100%;
	background-color: #dee5c9;
}

#sliderWrap .sliderBox{
	width: 980px;
	margin: 0 auto 15px auto;
}

/*============================================================================
	中の話#mainCont
==============================================================================*/

/* Main部分バナー */
.mainBn{ width:660px; padding:0 0 20px 0; text-align:center; clear: both;}

#pan {
	width:970px;
	font-size: 77%;
	color: #333;
	margin: 0 0 10px 0;
}
#pan a{color: #333;}

#title_main_sub {
	width:970px;
	margin: 10px 0 10px 0;
}

#mainCont h2{
	clear: both;
	color: #6eb92b;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 10px 20px;
	background: url("../img/bg_h2.png") no-repeat left center;
	margin:10px auto 20px auto;
}
#mainCont h3{
	clear: both;
	margin:10px 0;
	font-size:130%;
	color:#333;
	font-weight:bold;
}
#mainCont h4{
	margin:15px 15px;
	padding: 8px;
	font-size:120%;
	color:#333;
	border-left: 3px solid #666;
	font-weight:bold;
	clear: both;
}
#mainCont h5{
	clear: both;
	margin:10px 15px;
	font-size:110%;
	color:#333;
	font-weight:bold;
}
#mainCont h6{
	clear: both;
	margin:70px 15px 10px 15px;
	font-size:110%;
	color:#333;
	font-weight:bold;
}

time.mainTime{
	font-size:100%;
	padding: 0 0 15px 15px;
}
h3.mainMidashi{
	font-size:130%;
	padding: 0 0 15px 15px;
	border-bottom: 2px solid #e7e7e7;
}

#mainCont p {
	padding:5px;
	margin:0 10px;
	color: #333;
	font-size: 110%;
	line-height:180%;
	margin-bottom: 10px;
}

#mainCont .right {
	text-align: right;
	padding:5px;
	margin:0 10px;
	color: #333;
	font-size: 110%;
	line-height:180%;
}

#mainCont .overView{
	float: right;
	margin-bottom:20px;
}
#mainCont .overView a{
	background: url("../img/bg_btn_more.png") no-repeat center top;
	display: block;
	width: 117px;
	height: 17px;
	padding-top: 5px;
	text-align: center;
	font-size: 80%;
	color: #333;
	text-decoration: none;
}
#mainCont .overView a:hover{
	color: #999;
	text-decoration: none;
}

.testRight{
	width: 98%;
	text-align: right;
	font-size: 100%;
}

/* dl */

#mainCont dl {
margin-left:40px;
margin-bottom:20px;
}
#mainCont dt {
float:left;
width: 150px;
border-bottom: 2px solid #989898;
padding: 8px;
font-size: 110%;
font-weight: bold;
line-height: 160%;
/* background: url("../img/list_border1.gif") center bottom repeat-x;*/
}
#mainCont dd {
margin-left:166px;
border-bottom: 2px solid #e7e7e7;
padding: 8px;
font-size: 110%;
line-height: 160%;
/* background: url("../img/list_border2.gif") center bottom repeat-x;*/
}

/* リスト */
#mainCont ol.subList{padding:10px 10px; list-style-type:none;}
#mainCont ol.subList li{
font-size:110%;
color: #333;
padding: 0px 0 0px 15px;
margin-bottom: 10px;
list-style-position:outside;
background: url("../img/list_icon.png") no-repeat 0px 5px;
background-size: 7px 7px;
}

/* DL */
#mainCont ol.dlList{padding:5px 10px; list-style-type:none;}
#mainCont ol.dlList li{
font-size:110%;
color: #333;
padding: 10px 0 10px 25px;
margin-bottom: 5px;
list-style-position:outside;
background: url("../img/icon_dl.png") no-repeat 0px 8px;
background-size: 20px 20px;
}
/* PDF */
#mainCont ol.pdfList{padding:5px 10px; list-style-type:none;}
#mainCont ol.pdfList li{
font-size:110%;
color: #333;
padding: 10px 0 10px 25px;
margin-bottom: 5px;
list-style-position:outside;
background: url("../img/icon_pdf.png") no-repeat 0px 8px;
background-size: 20px 20px;
}


/* 強調BOX */
#upBox{
	clear: both;
	width: 98%;
	margin: 20px auto;
	border: 1px solid #6eb92b;
}
#upBox .upTitle{

	padding: 8px;
	text-align: center;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	background: #6eb92b;
}
#upBox .upText{
	padding: 10px;
	background: #f6ffd8;
	font-size: 100%;
}

/* コンテンツメニュー画像 */
#contBox{
	clear: both;
	width: 660px;
	margin-left: -5px;
	margin-bottom: 20px;
}
#contBox .contBn{
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	text-decoration: none;
	position:relative;
}


/*============================================================================
	rightCont
==============================================================================*/

.rightContBn{
	width: 300px;
	margin: 0 auto 5px auto;
	text-align: center;
}

#rightCont h3.rightH3{
	clear: both;
	color: #6eb92b;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 10px 20px;
	background: url("../img/bg_h2.png") no-repeat left center;
	margin:10px auto 10px auto;
}

#rightCont ul.rightMenu{
	margin: 10px 0;
	list-style: none;
}
#rightCont ul.rightMenu li a{
	display: block;
	padding: 17px 10px;
	font-size: 120%;
	color: #333;
	text-decoration: none;
	border-left: solid 5px #6eb92b;
	border-bottom: solid 1px #e7e7e7;
}
#rightCont ul.rightMenu li a.now{
	display: block;
	padding: 17px 10px;
	font-size: 120%;
	color: #999;
	text-decoration: none;
	border-left: solid 5px #f3c43b;
	border-bottom: solid 1px #e7e7e7;
}
#rightCont ul.rightMenu li a:hover{
	color: #999;
	text-decoration: none;
	border-left: solid 5px #f3c43b;
}

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* page-top */
#pageTop {
	float: right;
	display: block;
	cursor: pointer;
	background: url("../img/gotop.png");
	width: 54px;
	height: 54px;
	text-indent: -9999px;
}

/* footLeft */
#footLeft {
	margin: 0 auto;
	width: 1000px;
}
.footList{
	float: left;
	margin: 5px 35px 0 0;
	padding-left: 15px;
	border-left: 5px solid #FFF;
}
.footList li.footMenu{
	list-style: none;
	padding: 5px 0 5px 0;
}
.footList li.footMenu:first-child{
font-weight: bold;
font-size: 110%;
color: #FFF;
}
.footList li.footMenu a{
	font-size: 100%;
	color: #FFF;
}
.footList li.footMenu a:hover{
	color: #FFF;
	text-decoration: underline;
}

/* footRight */
#footCenter {

}
#footCenter a{
	display: block;
	text-indent: -9999px;
	margin: 30px auto 10px auto;
	width: 318px;
	height: 51px;
	background: url("../img/logo_foot.png") no-repeat left center;
}
#footCenter p.copyright {
	font-size: 80%;
	text-align: center;
	margin:20px 0;
	color: #FFF;
}


/*============================================================================
	ボタン各種
==============================================================================*/

a.mainBtn{
	display: block;
	width: 290px;
	background:#fdd000;
	color: #483503;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 5px auto;
	border: 1px solid #c19200;
	border-radius: 5px;
}
a.mainBtn:hover{
	text-decoration: none;
	background:#fbb000;
}

.mailMainText{
	font-size: 100%;
	font-weight: bold;
	color: #483503;
	display: block;
	margin: 5px auto;
	text-align: center;
}
a.mailBtn{
	display: block;
	width: 80%;
	background:#fdd000 url("../img/bg_mail.png") no-repeat 20px center;
	background-size: 37px 20px;
	color: #483503;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 20px 10px;
	margin: 5px auto;
	border: 1px solid #c19200;
	border-radius: 5px;
}
a.mailBtn:hover{
	text-decoration: none;
	background:#fbb000 url("../img/bg_mail.png") no-repeat 20px center;
	background-size: 37px 20px;
}

.btnInput {
	display: block;
	width:300px;
	background:#fdd000;
	color: #483503;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 5px auto 20px auto;
	border: 1px solid #c19200;
	border-radius: 5px;
}
.btnInput:hover{
	background:#fbb000;
}

.hisu{
	float: right;
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 2px;
	padding:2px; 1px;
	font-size: 80%;
	line-height: 130%;
	background-color: #CC0000;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #990000;
}

/*============================================================================
	レスポテーブル
==============================================================================*/

.noWrap
{
white-space: nowrap;
}

section table	{ width: 100%; margin-top: 20px;}
section th, section td	{ padding: 20px; border-bottom: 1px solid #d8d8d8; font-size: 110%; color: #333;}
section th	{ vertical-align: middle; }
section th.borNone, section td.borNone {
	border-bottom: none;
}

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01 th	{ width: 43%; text-align: left; }
@media only screen and (max-width:480px){
	.demo01	{ margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
		width: 100%;
        display: block;
		border-top: none;
    }
	.demo01 tr:first-child th	{ border-top: 1px solid #d8d8d8; }
}

input.wL{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 300px;
}
input.wM{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 120px;
}
input.wS{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 60px;
}
textarea.wArea{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width:300px;
	height:150px;
}

/*============================================================================
	デフォルト テーブル
==============================================================================*/

.defTable table {
	width: 98%;
	border-collapse: collapse;
	margin: 15px auto 10px auto;
}

.defTable th, .defTable td {
	font-size: 100%;
	padding: 5px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	vertical-align: middle;
	color: #666;
}

.defTable th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: #333;
}

.defTable td.bigTd{
	font-size: 140%;
	vertical-align: middle;
}

.defTable th.borNone, .defTable td.borNone {
	border-bottom: none;
}

/* 偶・奇数
---------------------------------*/

.defTable table tr.odd td {
	background: #efefef;
}

.defTable table tr.even td {
	background: #999999;
}


/* pager */
.pager {
	text-align:center;
	margin:40px 30px 20px 0;
	clear:both;
}
.pager li {
	display:inline;
}
.pager li.pager_num span {
	display:inline-block;
	padding:4px 8px;
	margin-left:5px;
}
.pager li.pager_num span.now {
	display:inline-block;
	padding:4px 8px;
	margin-left:5px;
	background-color:#dddddd;
	font-weight:bold;
	color:#FFFFFF;
}
.pager li.pager_num a {
	display:inline-block;
	padding:4px 10px;
	margin-left:15px;
	text-decoration:none;
	background-color:#FFF;
}
.pager li.pager_num a:hover {
background: url("../img/btn_ov.png.html") center center;
  color: #dddddd;
}
.pager_next {
	margin-left:10px;
	font-weight:bold;
}
.pager_next a:link {
	margin-left:10px;
	text-decoration:underline;
}
.pager_next a:visited {
	margin-left:10px;
	text-decoration: underline;
}
.pager_next a:hover {
	margin-left:10px;
	text-decoration:none;
}

.btnInputBack{
	display: block;
	width:300px;
	background:#EEE;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 7px 0px;
	margin: 5px auto 2px auto;
	border: 1px solid #333;
	border-radius: 5px;
}
.btnInputBack:hover{
	background:#BBB;
}

/*--------------------------------
オリジナル
----------------------------*/
.page_now{
	display: inline-block;
	padding: 4px 8px;
	margin: 0px 5px;
	background-color: #dddddd;
	font-weight: bold;
	color: #FFFFFF;
}
.page_isnow{
	display: inline-block;
	padding: 4px 10px;
	margin: 0px 5px;
	text-decoration: none;
	background-color: #FFF;
}
.alert-info {
    background-color: #00b0e4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
	padding: 10px;
	text-align: center;
}
.danger_info{
	background-color: #fb483a;
}
/****************************************************
登録申し込みページ
****************************************************/
.entry_form td{
    background: #f7f5de;
    vertical-align: middle;
    border-bottom: 0px;
}
.entry_form td:first-child{
    width: 30%;
}
.entry_form_button{
    display: block;
    width: 70px;
    background: #a0b7ff;
    color: #FFF;

    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;

    border: none;
    border-radius: 3px;
}
.first_time th{
    background:#6eb92b;
    font-weight: bold;
    font-size: 120%;
    color: white;
}
.first_time p{
    padding-left: 12px!important;
    text-indent: -18px;
    margin:0px;
}
.firsttime_form_button{
    display: block;
    width: 100%;
    background: #a0b7ff;
    color: #FFF;

    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;

    border: none;
    border-radius: 3px;
}
.ft_num{
    color: white;
    background: #6eb92b;
    font-weight: bold;
    padding: 2px;
}
.w100{
    width: 97%;
}
#sec_first{
    background: #f7f5de;
}
/****************************************************

****************************************************/
.displaynone{
    display: none;
}
