@charset "UTF-8";
/* CSS Document */

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,arial,verdana,sans-serif;
	font-size:16px;
	line-height:1.6;
	color:#545454;
	overflow:hidden;
}

a,
a:active,
a:visited {
	color:#545454;
	text-decoration:none;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

a,
a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.spCont, .spContIln {
    display: none;
}

img {
	vertical-align:bottom;
}

img.vab {
	vertical-align:baseline;
}

img.vam {
	vertical-align: middle;
}

.contBox {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}




/*ヘッダー
-------------------------------------------------------*/
header {
	width:100%;
	background:url(../img/common/bg_header.png) no-repeat top center;
	border-bottom:1px solid #ccc;
}


/* global menu */
#global_menu { display:none; clear:both; width:100%; margin:0; top:0px; position:relative; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); }
#global_menu ul { margin:0; }
#global_menu a { display:block; border:1px solid #222; margin:0 0 -1px 0; padding:0 10px 0 32px; line-height:40px; text-decoration:none; background:#444 url(img/common/arrow4.png) no-repeat 20px; color:#fff;  }
#global_menu a:hover { background-color:#000; color:#fff; }
#global_menu ul ul a { background:#333 url(img/common/arrow4.png) no-repeat 34px; padding:0 0 0 45px; }
#global_menu ul ul ul a { background:#252525 url(img/common/arrow4.png) no-repeat 49px; padding:0 0 0 60px; }
#global_menu ul ul ul ul a { background:#333 url(img/common/arrow4.png) no-repeat 64px; padding:0 0 0 75px; }


.topCont {
	width:100%;
	height:60px;
	margin:0 auto;
	display:table;
}

.topCont li {
	display:table-cell;
	vertical-align:middle;
}

.topCont li:nth-child(1) {
	width:490px;
}

.topCont li:nth-child(2) {
	width:310px;
}

h1 {
	font-size:10px;
}

#navBox {
	width:100%;
	border-bottom:1px solid #ccc;
}

.mNav {
	    width: 100%;
    margin: 0 auto;
    display: table;
    font-size: 50px;
    padding: 5px 10px;
    line-height: 50px;
}

.mNav li {
	    /* width: 180px; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    /* border-right: 1px solid #ccc; */
}

.mNav li:first-child {
	width: 45%;
    text-align: left;
}

.mNav li a {
	width:100%;
	display:block;
	padding:5px 0;
}

.mNav li a,
.mNav li a:active,
.mNav li a:visited {
	color:#6DB82B;
}




/*フッター
-------------------------------------------------------*/
footer {
	width:100%;
	background:url(../img/common/bg_header.png) no-repeat top center;
}

footer span {
	margin-left:10px;
	font-size:9px;
	color:#6DB82B;
}

#fNavBox {
	width:100%;
	padding:35px 0;
	border-top:1px solid #ccc;
}

.fNav {
	width:100%;
	margin:0 auto;
	font-size:12px;
}

.fNav>li {
	    border: 1px solid #CCC;
    /* padding: 5px; */
    margin: 15px;
}

.fNav>li li {
	    
    border-bottom: 1px #CCC solid;
	font-size:16px;
}

.fNav>li li:last-child{
	border-bottom:none;
}

.fNav li a,
.fNav li a:active,
.fNav li a:visited,
.fc {
	color:#6DB82B;
	display:block;
	padding: 10px;
}

li.child {
	text-indent:1.0em;
	padding-bottom:0;
}

li.child a,
li.child a:active,
li.child a:visited {
	color:#535353;
}

.copyright{
	padding: 15px;
    text-align: center;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
}



/*メイン
-------------------------------------------------------*/
#wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#wrap h2,
#media h2 {
	    max-width: 100%;
    height: 84px;
    margin-bottom: 10px;
    text-indent: -9999px;
}

#wrap h3 {
	margin-bottom:40px;
}

#wrap h3 img{
	height: 32px;
}

.mb5 {
	margin-bottom:5px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mr10 {
	margin-right:10px;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

.ml10 {
	margin-left:10px;
}

.ml20 {
	margin-left:20px;
}

.ml30 {
	margin-left:30px;
}

.tac {
	text-align:center;
}

.tal {
	text-align:left;
}

.tar{
	text-align:right;
}




	




















