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

/*コモン*/

body {
    margin: 0px;
    font-size: 90%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 170%;
    overflow-x: hidden;
}

body.noscroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}
a {
    text-decoration: none;
    
}
a:hover {
    color: #0099CC;
}
a img {
    text-decoration: none;
    color: #000;
    border: none;
}
li, ol, ul {
    list-style: none;
    padding: 0;
}

td {text-align: left;
}

.clear {
    clear: both;
}

h2 {font-size: 21px;
    font-weight: 100;
    margin: 30px 0 30px 0;
}

h3 {font-size: 30px;
    font-weight: 100;
}

.text_max {
    margin:70px;
    font-size: 50px;
}

.recruit_midashi {
    font-weight: bold;
    font-size: 25px;
    border-bottom: #EAE905 5px;
    border-bottom-style: solid;
        margin: 0 0 40px 0;
    padding: 0 0 20px 0;
}


.midashi {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px 0;

}

.red {
    color: red;
}



/*--▼　ヘッダー　▼--*/

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    height: 73px;
}


/*--▼　メインイメージ　▼--*/

#main_image img {
    width : 100%; /* 画像を枠の100%の横幅にする */
    height: auto; /* 高さは自動で設定する */
}

/*--▼　1150pxの枠　▼--*/

#contener {
    margin: 0 auto;
    width: 1150px;
    text-align: center;
}

/*--▼TOP▼--*/

.brank {
    text-align: left;
}

.contents {
}


.news { 
    width: 850px;
    height: 130px;
    background: url("../img/top/bg_news.jpg");
    text-align: left;
    padding: 20px 0 50px 300px;
    font-size: 120%;
    line-height: 180%;
    margin: 20px 0 0 0;
}

.greeting {
    height: 340px;
    text-align: center;
    font-size: 120%;
    line-height: 220%;
    margin: 50px 0 50px 0;
    padding: 20px;
    background: url("../img/top/bg_greeting.jpg");

}

/*　白ぼかし
　.greeting {
    height: 280px;
    text-align: center;
    font-size: 120%;
    line-height: 220%;
    margin: 50px 0 50px 0;
    padding: 60px;
    background: url("../img/top/bg_greeting.jpg");
    text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
*/


/*--▼事業内容▼--*/

.business {

}

.business_box1 {
    text-align: left;
    background:#F0FFF0 ; 
    height: 350px;
    margin: 0 0 20px 0;
}


.business_box_left {
    width: 350px;
    padding: 35px;
    float: left;
    font-size: 18px;
    line-height: 200%;
}

.business_box_midashi {
    font-weight: bold;
    font-size: 25px;
    border-bottom: #057E56 5px;
    border-bottom-style: solid;
    width: 350px;
    height: 40px;
    margin: 0 0 15px 0;
}

.business_box_right {
    float: left;
    text-align: center;

}


/*--▲　事業内容　▲--*/



/*--▼事業内容▼--*/


.recruit{

}

.bg_recruit_text {
    background: url("../img/recruit/bg_recruit_text.png");
    width: 1130px;
    height: 30px;
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    
}

.recruit_table {
    font-family:"Meiryo"; 
      width: 1000px;  
    margin: 30px 75px;
}

/*--▲　事業内容　▲--*/



/*--▼問い合わせ▼--*/

.contact {
    width: 1000px;
    margin: 20px 50px 50px 75px ;
    font-size: 15px;
    font-family:"Meiryo"; 
}

.contact_midasi {
    color:#006633 ;
    font-weight: bold;
}

.contact_warning {
   text-align: left;
}

/*--▲　問い合わせ　▲--*/





/*--▼　フッター　▼--*/

#footer {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 0 10px 0;
    background-repeat: repeat-ｙ;
    background: #37425C;
}
#footer a {
    color: #FFFFFF;
}
#footer a:hover {
    color: #A7EDEA;
}

.footer_left {
width: 575px;
    float: left;

}

.footer_right {
width: 575px;
        float: left;
}




/*--▲　フッター　▲--*/
