@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
color:#000000;
font-size:12px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Geneva, Arial, Helvetica, sans-serif;
background-color:#fff;/*#407935*/
}
img{
border:none;
}
a{
	color:#407935;
	text-decoration:none;
}
a:hover{
	color:#8ca36b;
}

#CONTAINER{
width:850px;
margin:0 auto;
background-color:#fff;
}

#header{
width:850px;
height:170px;
}
.keisen{
border-top:1px dotted #8ca36b;
}
#CONTENTS{
background-color:#8ca36b;
overflow:hidden;
width:100%;
margin:0;
}
#maincontents{
width:550px;
padding:10px 45px 35px 45px;
float:left;
background-color:#FFFFFF;
}
#maincontents h1{
	font-size:18px;
	font-weight:bold;
	border-bottom:1px dotted #8ca36b;
	padding-bottom:5px;
	margin-bottom:10px;
}
#maincontents h1 span{
	color:#8ca36b;
}
#maincontents h2{
	font-size:16px;
	line-height:20px;
}
#maincontents p{
	line-height:20px;
	margin-bottom:20px;
}
#maincontents p.jyukou span{
display:block;
}
#rightside{
width:210px;
margin:0;
float:right;
}
#rightside ul{
margin:0;
padding:0;
}
#rightside li{
list-style-type:none;
width:200px;
height:25px;
background:url(../img/menuback.gif) top left no-repeat;
border-bottom:1px solid #FFFFFF;
padding:10px 0 0 10px;
}
#rightside li.visit,#rightside li.vparent{
background:none;
}
#rightside li.visit a{
cursor:default;
}
#rightside li.visit a:hover{
color:#FFFFFF;
}
#rightside li.vparent a:hover{
color:#666666;
}
#rightside li a{
display:block;
width:210px;
height:35px;
color:#FFFFFF;
text-decoration:none;
}
#rightside li a:hover{
color:#90a171;
}
#rightside li.child,#rightside li.vchild{
background:url(../img/menubackchild.gif) top no-repeat;
}
#rightside li.child a{
color:#000000;
text-indent:15px;
line-height:17px;
}
#rightside li.vchild a{
color:#8ca36b;
text-indent:15px;
line-height:17px;
cursor:default;
}
#rightside li.child a:hover{
color:#8ca36b;
}
#rightside div.news{
	width:180px;
	padding:2px 5px;
	margin:10px auto 0 auto;
	background-color:#FFFFFF;
	color:#333333;
}
#rightside div.news h2{
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px dotted #333;
	padding-bottom:5px;
}
#rightside div.news p{
	line-height:16px;
}

#rightside div.banner{
	margin:5px 10px auto 0 auto;
	padding:10px;
}
#rightside a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
	opacity: 0.7;
    text-decoration: none;
}

#rightside div.news p.mailadd{
font-size:12px;
}

#rightside div.sns{
	width:180px;
	padding:2px 5px 0.5px 5px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	line-height: 0!important;
}	
#rightside div.sns h2{
	font-size:16px;
	color: #405b52;
	font-weight:bold;
	text-align: center!important;
	padding:10px 0 5px 0;
}

#footer{
width:850px;
height:40px;
background-color:#3a5e53;
clear:both;
margin:0;
}
#footer p{
margin-left:10px;
font-size:10px;
line-height:40px;
}
#footer p a{
color:#FFFFFF;
text-decoration:none;
}

#footer p a:hover{
color:#666666;
}

/*格付実績の表*/
.kakudsuke{
 width:360px;
}
.kakudsuke table{
width:360px;
border:2px solid #000;
border-collapse: collapse;
}
.kakudsuke table tr{
margin:0;
}
.kakudsuke th,.kakudsuke td{
width:120px;
height:20px;
line-height:20px;
margin:0;
}
.kakudsuke th{
border-bottom:1px solid #000;
border-left:1px solid #000;
}
.kakudsuke td{
border-bottom:1px dashed #000;
border-left:1px solid #000;
text-align:right;
font-weight:bold;
padding-right:5px;
}
.kakudsuke td.t1{
border-bottom:1px dashed #000;
border-left:none;
text-align:left;
font-weight:normal;
padding-left:5px;
}
.kakudsuke th.t2{
text-align:right;
padding-right:5px;
}
/*表*/
.hyou{
width:560px;
}
.hyou table{
width:560px;
border:1px solid #000;
border-collapse: collapse;
}
.hyou th,.hyou td{
width:120px;
height:20px;
line-height:20px;
margin:0;
}
.hyou th{
border-bottom:1px solid #000;
border-left:1px solid #000;
}
.hyou table tr{
margin:0;
}
.hyou td{
border-left:1px solid #000;
text-align:left;
padding-left:5px;
}
.hyou td.t1{
border-left:none;
}
.hyou td.t3{
border-left:none;
border-bottom:1px solid #000;
}
.hyou td.t4{
border-left:1px solid #000;
border-bottom:1px solid #000;
text-align:center;
}
.hyou th.t5,.hyou td.t5{
border-left:none;
border-bottom:1px solid #000;
width:20px;
text-align:center;
padding-left:0px;
}
.hyou th.t6,.hyou td.t6{
border-left:1px solid #000;
border-bottom:1px solid #000;
width:135px;
}
.furikomi{
float:left;
border:1px solid #000;
padding:5px;
margin-right:10px;
}
.furikomi li{
font-weight:bold;
line-height:16px;
list-style-type:none;
}
.hiyoukanren dl{
margin-bottom:15px;
}
.hiyoukanren dl dt{
font-weight:bold;
margin-bottom:5px;
}
.hiyoukanren dl dd{
line-height:16px;
margin:0 0 10px 0;
}
/*問い合わせフォーム*/
#otoiawase dl dt span{
color:#CC0000;
}
#otoiawase dl dd{
margin:10px 0 20px 0;
}
#otoiawase dl dd p.error{
margin:0;
color:#cc0000;
font-weight:bold;
margin-bottom:1em;
}
/*沿革*/
div#koumoku{
clear:both;
}
div#koumoku p.nengetsu{
float:left;
width:80px;
margin:0;
}
div#koumoku p.enkaku{
float:right;
width:475px;
margin:0 0 10px 0;
}
div#koumoku p.number{
float:left;
width:20px;
margin:0;
}
div#koumoku p.comitt{
float:right;
width:535px;
margin:0 0 10px 0;
}
/*スクロールトップ*/
p.linkTop{
text-align:right;
}
/*講習会情報ページ*/
dl#kaijouinfo dt{
padding:5px;
border:solid 1px #000;
margin:10px 0 5px 0;
font-size:14px;
font-weight:bold;
width:60px;
}
dl#kaijouinfo2 dt{
padding:5px;
border:solid 1px #000;
margin:10px 0 5px 0;
font-size:14px;
font-weight:bold;
width:548px;
text-align:center;
}
dl#kaijouinfo dd,dl#kaijouinfo2 dd{
margin:0;
line-height:18px;
}
/*地図拡大*/
#backLayer{
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#FFFFFF;
	opacity:0.70;
	filter:alpha(opacity=70);
}
#overLayer{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-300px;
}
* html #backLayer{
	position:absolute;
}
* html #overLayer{
	position:absolute;
}
<!-- メールフォーム左寄せ -->
.maincontents dd {
margin-left:0px;
}

/*問い合わせフォーム*/
span{
color:#CC0000;
}

/* セレクトボックス */
select::-ms-expand {
	display: none !important;
}
select::-webkit-select-arrow {
	display: none !important;
}

select {
	position: relative;
	padding: 10px;
	width: 100%;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	text-align: center;
}
.select-wrap {
	position: relative;
	width: 200px;
}
.select-wrap:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 20px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #555859;
	border-left: 1px solid #555859;
	transform: translateY(-50%) rotate(-135deg);
	font-size: 20px;
	pointer-events: none;
}
.mfp_element_text {
	box-shadow: unset !important;
}
.mfp_element_submit{
	text-shadow: unset !important;
	background: gradient(linear, center top, center bottom, from(#3c5f55), to(#3c5f55)) !important;
	background: -moz-linear-gradient(top, #3c5f55, #3c5f55) !important;
	background: -ms-linear-gradient(top, #3c5f55 0%, #3c5f55 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#3c5f55), to(#3c5f55)) !important;
}
