@charset "utf-8";

/*============================================================================
	SP非表示
==============================================================================*/

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

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

h1#logo{ width:210px; height:35px; margin: 5px 0 5px 5px; float: left;}
h1#logo a{
    display:block;
	width:210px;
	height:35px;
	background: url("../img/logo_sp.png") no-repeat;
	background-size: 210px 35px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
	color:#CCCCCC;
    overflow:hidden;
}
h1#logo a:hover { text-decoration:none;}

.loginBox{
	float: right;
	width: 90px;
	margin-right: 50px;
	margin-top: 0;
}
.loginBox a.loginBtn{
	display: block;
	width: 90px;
	background-color: #DAA520;
	color: #FFF;
	font-size: 80%;
	text-align: center;
	padding: 3px 5px;
	margin-bottom: 3px;
	border: 1px solid #FC0;
}
.loginBox a.loginBtn:hover{
	text-decoration: none;
	background-color: #814500;
	border: 1px solid #FC0;
}

.headBn{
	float: right;
	width: 0px;
	margin-top: -3px;
}

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

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

#sliderWrap .sliderBox{
	width: 100%;
	margin: 0 auto;

}

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


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

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

#mainCont h2{
	clear: both;
	color: #6eb92b;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 10px 20px;
	background: url("../img/bg_h2_sp.png") no-repeat left center;
	background-size: 512px 30px;
	margin:10px auto 20px auto;
}
#mainCont h3{
	clear: both;
	margin:10px 0;
	font-size:110%;
	color:#333;
	font-weight:bold;
}
#mainCont h4{
	margin:10px 10px 0px 10px;
	font-size:100%;
	color:#333;
	padding: 7px;
	border-left: 3px solid #666;
	font-weight:bold;
	clear: both;
}
#mainCont h5{
	clear: both;
	margin:10px 10px;
	font-size:110%;
	color:#333;
	padding:0;
	font-weight:bold;
	line-height: 160%;
}
#mainCont h6{
	clear: both;
	margin:50px 10px 10px 10px;
	font-size:110%;
	color:#333;
	padding:0;
	font-weight:bold;
	line-height: 160%;
}

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

#mainCont p{
padding:8px 11px;
margin:0 auto;
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;
	margin-right:10px;
}
#mainCont .overView a{
	background: url("../img/bg_btn_more_sp.png") no-repeat center top;
	background-size: 110px 20px;
	display: block;
	width: 110px;
	height: 20px;
	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: 95%;
	text-align: right;
	font-size: 100%;
}

/* dl */

#mainCont dl {
margin-left:20px;
margin-right:10px;
margin-bottom:20px;
}
#mainCont dt {
width: 150px;
border-bottom: 2px solid #989898;
padding: 8px;
font-size: 110%;
font-weight: bold;
margin-top:10px;
}
#mainCont dd {
margin-left:20px;
border-bottom: 2px solid #e7e7e7;
padding: 8px;
font-size: 110%;
line-height: 160%;
}

/* リスト */
#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-left: 10px;
margin-bottom: 10px;
list-style-position:outside;
background: url("../img/list_icon.png") no-repeat 0px 5px;
background-size: 7px 7px;
line-height: 160%;
}

/* 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-left: 10px;
margin-bottom: 0px;
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-left: 10px;
margin-bottom: 0px;
list-style-position:outside;
background: url("../img/icon_pdf.png") no-repeat 0px 8px;
background-size: 20px 20px;
}

/* 強調BOX */
#upBox{
	clear: both;
	width: 80%;
	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: 100%;
	margin-bottom: 20px;
}
#contBox .contBn{
	width: 320px;
	margin: 0 auto 10px auto;
	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_sp.png") no-repeat left center;
	background-size: 512px 30px;
	margin:10px auto 20px auto;
}

#rightCont ul.rightMenu{
	margin: 5px 0 15px 0;
	list-style: none;
}
#rightCont ul.rightMenu li a{
	float: left;
	width: 50%;
	display: block;
	padding: 10px 0;
	font-size: 100%;
	text-align: center;
	color: #333;
	text-decoration: none;
	border-bottom: solid 4px #6eb92b;
}
#rightCont ul.rightMenu li a:hover{
	color: #999;
	text-decoration: none;
	border-bottom: solid 4px #f3c43b;
}

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

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

/* footLeft */
#footLeft {
	margin: 10px auto;
	width: 98%;
}
.footList{
	width: 45%;
	float: left;
	margin: 0px 0px 5px 0;
	padding-left: 10px;
	border-left: 4px solid #FFF;
}
.footList li.footMenu{
	list-style: none;
	padding: 2px 0 2px 0;
}
.footList li.footMenu:first-child{
font-weight: bold;
font-size: 100%;
	color: #FFF;
}
.footList li.footMenu a{
	font-size: 90%;
	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: 159px;
	height: 25px;
	background: url("../img/logo_foot.png") no-repeat left center;
	background-size: 159px 25px ;
}
#footCenter p.copyright {
	font-size: 80%;
	text-align: center;
	margin:20px 0;
	color: #FFF;
}


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

a.mainBtn{
	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;
	border: 1px solid #c19200;
	border-radius: 5px;
}
a.mainBtn:hover{
	text-decoration: none;
	background:#fbb000;
}

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

.btnInput {
	display: block;
	width:90%;
	background:#fdd000;
	color: #483503;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 5px auto 25px 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;
}

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

section table	{ width: 100%; margin: 10px auto 5px auto;}
section th, section td	{ padding: 10px 0 0 0; font-size: 100%; color: #333;}
section th	{ vertical-align: middle; }
section td	{  border-bottom: 1px solid #989898; padding-bottom: 5px;}
section th.borNone, section td.borNone {
	border-bottom: none;
}

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


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:20px 0px 40px 0;
	clear:both;
}
.pager li {
	display:inline;
}
.pager li.pager_num span {
	display:inline-block;
	padding:4px 10px;
	margin-left:0px;
}
.pager li.pager_num span.now {
	display:inline-block;
	padding:4px 10px;
	margin-left:0px;
	background-color:#dddddd;
	font-weight:bold;
	color:#FFFFFF;
}
.pager li.pager_num a {
	display:inline-block;
	padding:4px 7px;
	margin-left:0px;
	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:0px;
	font-weight:bold;
}
.pager_next a:link {
	margin-left:0px;
	text-decoration:underline;
}
.pager_next a:visited {
	margin-left:0px;
	text-decoration: underline;
}
.pager_next a:hover {
	margin-left:0px;
	text-decoration:none;
}

.btnInputBack{
	display: block;
	width:90%;
	background:#EEE;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 7px 0px;
	margin: 5px auto 3px 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;
}
