@charset "utf-8";

a,
img{
    display: block;
}

a img {
    transition: opacity 0.2s ease-out;
}
a:hover img {
    opacity: .6;
    filter: alpha(opacity=60);	/* IE lt 8 */
}

#container {
    background: #FFFFFF;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

/*
header
------------------------------------------*/
#header{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    left:0;
    top:0;
}

h1 {
    text-align:right;
    font-size:10px;
    height:23px;
}
h2{
    display: block;
    width: 250px;
}
h3 {

}
h4 {
    font-size:30px;
    font-weight: bold;
}

#headerTxt01{
    position:absolute;
    left:680px;
    top:22px;
	text-align: right;
}

#headerTxt01 span{
	color: #009b41;
	font-size: 24px;
	font-weight: bold;
}

#gmenu{
    background-color:#009b41;
}

#gmenu nav#gm ul{
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    background-color:#009b41;
}
#gmenu nav#gm ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#gmenu nav#gm ul li {
    float:left;
}
#gmenu nav#gm ul li a{
    padding: 10px 25px;
    display: block;
    font-size: 1.2em;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
#gmenu nav#gm ul li a span{
    font-size: 0.7rem;
    letter-spacing: -1px;
    display: block;
}

#gmenu nav#gm ul li a:hover{
    color: #FDF100;
    background-color: #33a661;
}
#gmenu nav#gm ul li a:hover span{
    color: #FFF;
}


.blueLine3{
    border: none;
    border-top: 5px solid #009b41;
}

.blueLine5{
    border-top: 5px solid #FFCC00;
}


span.menuArrow01,
ul.menuArrow01 li{
    margin-bottom: 10px;
    padding-left: 20px;
    display: block;
    width: 280px;
    background-image:url(../img/arrow_img01.jpg);
    background-repeat:no-repeat;
    background-position: left 50%;
}

.menuArrow02{
    margin-bottom: 10px;
    padding-left: 24px;
    display: block;
    background-image:url(../img/arrow_img02.jpg);
    background-repeat:no-repeat;
    background-position: left 50%;
}

.check01{
    margin-bottom: 10px;
    padding-left: 34px;
    display: block;
    background-image:url(../img/check_img01.jpg);
    background-repeat:no-repeat;
    background-position: left 50%;
}

.bdr01_3px{
    margin-bottom: 10px;
    display: block;
    background-image:url(../img/bdr01_3.jpg);
    background-repeat:repeat-x;
    background-position: left bottom;
}

/*
footer
------------------------------------------*/
#footer {
    padding-top:20px;
    padding-bottom:20px;
    background-color: #E9F3F0;
}

#footer #wrap{
    margin:0 auto;
}

.footer_menu li,
.footer_menu li a{
    padding: 0;
    margin: 3px 0;
    line-height: 100%;
}

#footerLogoArea{
    width: 320px;
    padding-right: 30px;
}
#footerLogoArea span{
    width: 58px;
}
#footerLogoArea dl{
    width: 250px;
}


.footer_menu li {
    padding-left: 10px;
    padding-right: 10px;
    float:left;
}
.footer_menu li a{
    padding: 0;
}
.footer_menu li.lbr{
    border-right: 1px dashed #AAAAAA;
}

#copyright_sec {
    background-color: #009b41;
}
#copyright_sec #wrap{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    font-size:12px;
    color: #fff;
}

/*
local
------------------------------------------*/
.localMainImg{
    margin-bottom: 20px;
}
.localMainImg img{
    width: 100%;
}

#content{
width:1000px;
margin:0 auto 30px;
}
#content #wrapper{
padding: 10px 20px;
}

/* パンくずCSS */
ul.breadcrumb{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F7F7F7;
}
ul.breadcrumb:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
ul.breadcrumb li:first-child{
}
ul.breadcrumb li{
    float: left;
    background-color: #9fc105;
    border-right: 1px solid #FFF;
}
ul.breadcrumb li:last-child{
    padding: 5px 15px;
    background:none;
    border-right: none;
}
ul.breadcrumb li a{
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
}

/*
local - leftmenu
------------------------------------------*/

.local_left_sec{
width:280px;
float:left;
}

.left_menu ul{
    margin-bottom: 20px;
}
.left_menu ul li{
    width:100%;
    background: linear-gradient(
            to bottom,
            #FEFEFE 0%,
            #F6F6F6 100%
    );
}
.left_menu ul li a{
    padding:10px;
    display: block;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

/* 下部メニュー */
.left_menu_local{
    background-color: #FaFaFa;
}
.left_menu_local h3{}
.left_menu_local ul{
    padding: 10px 20px;
}
.left_menu_local ul li{
    width: 100%;
}
.left_menu_local ul li a{
    display: block;
    padding: 3px 0 3px 18px;
    width: 100%;
    background-image:url(../img/arrow_img01.jpg);
    background-repeat:no-repeat;
    background-position: left 50%;
}
.local_menu_bnr_area ul{
    margin-bottom: 20px;
}
.local_menu_bnr_area ul li{}
.local_menu_bnr_area ul li a,
.local_menu_bnr_area ul li a img{
    width: 100%;
}



/*
local - right
------------------------------------------*/



/*
local - title
------------------------------------------*/
body #content .whiteTitle{
    padding: 8px 15px;
	background-color: #F2F2F2;
	border-bottom: #9FC105 3px solid;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    font-size:18px;
    color: #333333;
	font-weight: bold;
}

body #content .blueTitle{
    padding: 8px 15px;
    background-color: #009b41;
    font-size:18px;
    color: #FFFFFF;
}

body #content .blackTitle{
    padding: 8px 15px;
    background-color: #009B41;
    font-size:18px;
	font-weight: bold;
	border-bottom: 3px solid #9FC105;
    color: #FFFFFF;
}

.contentTitle{
    line-height: 100%;
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid #c19b17;
}

.title_check{
    padding: 5px 0 0 34px;
    background-image:url(../img/title_check.jpg);
    background-repeat:no-repeat;
    height: 38px;
    font-size:22px;
    font-weight: bold;
}
.title_check700{
    padding: 5px 0 0 34px;
    background-image:url(../img/title_check700.jpg);
    background-repeat:no-repeat;
    height: 38px;
    font-size:22px;
    font-weight: bold;
}



/*
local - box
------------------------------------------*/
div.wBoxNobdr{

}

.wBoxbdr{
    padding: 5px 10px 10px;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
}
.wBoxbdr:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

.grayBoxNobdr{
    padding: 5px;
    background-color: #EAEAEA;
}




.local_right_sec{
width:700px;
float:right;
background-image:url(../img/local_right_bg.jpg);
background-repeat:repeat-y;
}

.sec694{
width:694px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

.sec340{
width:340px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

.sec680{
width:680px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

.sec1000{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.table01{
width:100%;
border-left:1px solid #ddd;
border-top:1px solid #ddd;
}

.table01 th{
width:20%;
padding:10px 15px;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
background-color:#F0F0F0;
font-weight:bold;
text-align:left;
vertical-align:text-top;
}

.table01 td{
padding:10px 15px;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
}


/*other*/
h3.mida_other{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 630px;
    background-color:#eee;
    padding:15px 25px;
    font-size:26px;
}


/* google map css
**************************************/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* form
**************************************/
ul.consult_form_error li{
color:#FF0000;
font-weight:bold;
font-size:14px;
}

input.input_name { 
	border: 1px solid #CCC;
	color: #999;
	font: inherit;
	padding: 4px;
	width: 231px;
}

input.input_postnum{ 
	border: 1px solid #CCC;
	color: #999;
	font: inherit;
	padding: 4px;
	width: 100px;
}

select{
	border: 1px solid #CCC;
	color: #777;
	font: inherit;
	padding: 4px;
}

input.tel1,
input.tel2, 
input.tel3{ 
	border: 1px solid #CCC;
	color: #777;
	font: inherit;
	padding: 4px;
width:65px;
}

input:focus, input.focused 
{ border-color: #333; color: #333; }

textarea { 
	border: 1px solid #CCC;
	color: #777;
	font: inherit;
	padding: 4px;
}

textarea:focus, textarea.focused {
border-color: #333; color: #333;
}

input.submit { 
    padding: 20px 0;
    margin:0 auto 20px;
    border: 2px solid #FF4000;
    border-radius: 5px;
    color: #777;
    font: inherit;
    width: 90%;
    display:block;
    background: linear-gradient(
        to bottom,
        #FF8000 0%,
        #FF4000 100%
    );
    color: #FFF;
    font-size:30px;
}
input.submit:hover { 
    background: linear-gradient(
        to bottom,
        #FF4000 0%,
        #FF8000 100%
    );
}

.table01 span{
    font-size:10px;
    color:#FF6600;
}



.shintyaku_news dt{
    padding-top: 13px;
    position: absolute;
    width: 150px;
	font-size: 16px;
}

.shintyaku_news dd {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 13px;
    padding-left: 160px;
    padding-top: 13px;
}

.shintyaku_news dd a{
	font-size: 16px;
}

.h3_news{
	font-size: 28px;
	font-weight: bold;
	padding: 5px 15px;
	border-left:5px solid #009b41;
	color: #009b41;
	margin-bottom: 15px;
}

.entry{
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
}
.entry p{
	font-size: 16px;	
}

.seminarTbale{
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
.seminarTbale th{
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	background-color: #f2f6e8;
	font-weight: bold;
}

.seminarTbale td{
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #fcfdf4;
}

.entry p.kibou{
	font-size: 28px;
	font-weight: bold;
	color: #FC8D20;
}

.entry p.chihou{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.semiBtn{
	width: 410px;
	margin: 0 auto 15px;
}




