
/*
 * cmn_layout.css
 *
 */


/*===============================================
●共通
===============================================*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size:12px;
    color: #333333;
    background:url(../img/bg.png) repeat;
}

@media all and (-ms-high-contrast:none) {
    body {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}

a{
    color: #333333;
}


/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

body {
    font-size: 12px;
}

#pankuzu{
    width: 1020px;
    margin: 20px auto 10px auto;
    font-size:12px;
}

  .list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }


/* !共通
---------------------------------------------------------- */
.pcNone{
    display:none;
    }

p.btn140{
    display:inline-block!important;
    width:140px!important;
    height:40px!important;
    margin:0px!important;
    padding:13px 0px 0px 0px!important;
    box-sizing:border-box!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:14px!important;
    color:#FFF!important;
    font-weight:bold!important;
}

p.btn140:hover{
    background-color:#FFF!important;
    color:#d31010!important;
    border:#d31010 1px solid!important;
}

p.btn140w{
    display:inline-block!important;
    width:140px!important;
    height:40px!important;
    margin:0px!important;
    padding:13px 0px 0px 0px!important;
    box-sizing:border-box!important;
    background-color:#FFF!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:14px!important;
    color:#d31010!important;
    font-weight:bold!important;
}

p.btn140w:hover{
    background-color:#d31010!important;
    color:#FFF!important;
    border:#FFF 1px solid!important;
}

p.btn240{
    display:inline-block!important;
    width:240px!important;
    height:50px!important;
    margin:0px!important;
    padding:17px 0px 0px 0px!important;
    box-sizing:border-box!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:16px!important;
    color:#FFF!important;
    font-weight:bold!important;
}

p.btn240:hover{
    background-color:#FFF!important;
    color:#d31010!important;
    border:#d31010 1px solid!important;
}

p.btn300{
    display:inline-block!important;
    width:300px!important;
    height:50px!important;
    margin:0px!important;
    padding:17px 0px 0px 0px!important;
    box-sizing:border-box!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:16px!important;
    color:#FFF!important;
    font-weight:bold!important;
}

p.btn300:hover{
    background-color:#FFF!important;
    color:#d31010!important;
    border:#d31010 1px solid!important;
}

input.btn300{
    display:inline-block!important;
    width:300px!important;
    height:50px!important;
    margin:0px!important;
    padding:0px 0px 0px 0px!important;
    box-sizing:border-box!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:16px!important;
    color:#FFF!important;
    font-weight:bold!important;
    border:none !important;
    -webkit-appearance:none;
}

input.btn300:hover{
    background-color:#FFF!important;
    color:#d31010!important;
    border:#d31010 1px solid!important;
}


  /* !オープニング宣伝
  ---------------------------------------------------------- */
  .opening {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

  .opening > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 500px;
  }

  .opening > div > a {
    display: block;
    width: 500px;
    height: 500px;
  }

  .opening > div > a > img {
    display: block;
    width: 500px;
    height: 500px;
  }

  .opening > div > img.opening-close {
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }

/* !ヘッダー
---------------------------------------------------------- */
#header {
    background:url(../img/header_bg.png) repeat-x;
}

#top_header {
    position:relative;
    width:1020px;
    height:90px;
    margin:0 auto;
}

#top_header h1 {
    position:absolute;
    width:500px;
    margin-top:50px;
    float:left;
    left: 277px;
    top: -30px;
    font-size:12px;
    font-weight:normal;
    }

#logo {
    width:250px;
    height:40px;
    margin-top:5px;
    float:left;
}

#header_info {
    float:right;
    height: 10px;
    margin: 20px 0 0 0;
}
#header_info ul {
    font-size:11px;
    list-style-type:none;
    color:#52965B;
}
#header_info li {
    margin-left:20px;
    float:left;
}
#header_info a {
    display:block;
    padding-left:15px;
    background:url(../img/h_icon_01.png) no-repeat;
    color:#333333;
    text-decoration:none;
}
#header_info a:hover{
    text-decoration:underline;
}

#header_info .copy {
    float:right;
    margin-top:5px;
}

#navi {
    width:1020px;
    clear:both;
}

#navi1 {
    width:690px;
    height:45px;
    list-style-type:none;
    float:left;
}
#navi1 li {
    width:130px;
    height:45px;
    float:left;
    padding:18px 0px 0px 0px;
    color:#FFF;
    text-align:center;
    border-left:#FFF 1px solid;
}
#navi1 a {
    width:130px;
    height:45px;
}

#navi1 li:hover {
    color:#009;
    font-weight:bold;
    border-bottom:#009 2px solid;
}

#navi2 {
    width:330px;
    height:45px;
    list-style-type:none;
    float:right;
}
#navi2 li {
    width:165px;
    height:45px;
    float:left;
    padding:18px 0px 0px 0px;
    color:#FFF;
    text-align:center;
    border-left:#FFF 1px solid;
}

#navi2 li:hover {
    color:#009;
    font-weight:bold;
    border-bottom:#009 2px solid;
}

#navi2 a {
    width:165px;
    height:45px;
}

.menu_last {
    border-right:#FFF 1px solid;
}

/*----- コンテンツ -----*/
#contents {
    width: 100%;
    margin:0 auto;
    padding:0;
}


/* !top_banner バナー
---------------------------------------------------------- */
#top_banner {
    width:1020px;
    height:150px;
    margin:10px auto 0 auto;
}

#top_banner ul {
    width:1020px;
    height:150px;
    margin:10px 0px 0px 0px;
}

#top_banner ul li {
    float:left;
    height:150px;
    margin:0px 10px 0px 0px;
}

#top_banner ul li:last-child {
  margin:0px;
}

/*---------- コンテンツ　インナー ----------*/
#contents_inner {
    width:1020px;
    margin:20px auto 0px auto;
    padding:0;
}


/*---------- サイドメニュー ----------*/
#sub_area {
    float: left;
    width: 275px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    background-color: #F9F9F4;
}

#globalNavi{
    background-color: #F9F9F4;
}

#globalNavi h2{
    height: 35px;
    width: 275px;
    padding:12px 0px 0px 20px;
    text-align:left;
    font-size:16px;
    font-weight: bold;
    background-color:#ffff00;
    color:#333333;
}

#globalNavi ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#globalNavi li{
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    line-height:150%;
    border-bottom:#CCC 1px solid;
}

#globalNavi li img{
    margin: 0px 5px 0px 0px;
}

#globalNavi li a{
    text-decoration: none;
    color: #333;
}

#globalNavi li a:hover{
    color: #096;
}

#news {
    overflow: scroll;
    margin: 10px;
    padding: 5px;
    width: 245px;
    height: 400px;
    border: 1px solid #cccccc;
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #c8c8c8;
    scrollbar-highlight-color: #c8c8c8;
    scrollbar-shadow-color: #c8c8c8;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    overflow-y:scroll;
    overflow-x:hidden;
    background-color: #fff;
}

#side_tw{
    width:275px;
    text-align:center;
    margin:20px auto 0px auto;
}

#side_tw img{
    width:200px;
}

.fb-page {
    width:275px !important;
    height:500px;
  }


/* !table.table01 テーブル
---------------------------------------------------------- */
table.table01{
    width:700px;
    margin:0 auto;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    }

table.table01 th{
    width:230px;
    height:40px;
    padding:10px 0px 0px 10px;
    border-top:1px solid #CCCCCC;
    box-sizing:border-box;
    font-size:12px;
    vertical-align:top;
    background-color:#F2F2F2;
    }

table.table01 th div.th_wrap{
    width:200px;
    }

table.table01 th p.th_title{
    float:left;
    width:160px;
    padding:6px 0px 0px 0px;
    }

table.table01 th p.must{
    float:right;
    width:40px;
    margin:3px 0px 0px 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-size:12px;
    text-align:center;
    color:#FFF;
    background-color:#d31010;
    box-sizing:border-box;
    }

table.table01 td{
    padding:10px 10px 10px 10px;
    border-top:1px solid #CCCCCC;
    background-color:#FFF;
    line-height:150%;
    }

table.table01 td.td01{
    padding:15px 10px 10px 10px;
    }

table.table01 td input[type="text"],
table.table01 td input[type="number"]{
    padding-left:2px;
    height:24px;
    -webkit-appearance: none;
    border-radius: 0;
    }

.input01 {
    padding:0px 5px;
    width: 400px !important;
}

.input02 {
    padding:0px 5px;
    width: 70px !important;
}

.input03 {
    padding:0px 5px;
    width: 90px !important;
}


/* !footer フッター
---------------------------------------------------------- */
footer{
    width:100%;
    margin-top:40px;
    border-top:#CCC 1px solid;
}

#footer_wrap {
    width:900px;
    margin:0 auto;
    padding:20px 0px 0px 0px;
}

#footer_left {
    float:left;
    width:250px;
}

#footer_left img{
    width:250px;
}

#footer_right {
    float:right;
    width:610px;
    margin:0 auto;
    font-size:12px;
    text-align:left;
    line-height:200%;
}

#footer_right ul li{
    float:left;
    width:140px;
    margin:0px 5px 5px 5px;
    padding:0px 0px 0px 15px;
    background:url(../img/common/footer_icon.png) no-repeat left 7px;
    background-size:10px 10px;
}

#footer_right a{
    color:#666;
    text-decoration:none;
}

address {
    padding:20px 0;
    line-height:1.5em;
    font-size:10px;
    font-style:normal;
    color:#666666;
    text-align:center;
}

/* !page-top
---------------------------------------------------------- */

#pageTop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index:100;
}

#pageTop img {
    width: 52px;
    height:52px;
}

#pageTop a {
    width: 52px;
    height:52px;
    text-align: center;
    display: block;
}
#pageTop a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
}




    .link_area {
        position:fixed;
        width:150px;
        bottom:20px;
        right:0px;
    }

}

/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

body {
    font-size: 14px;
}


/* !共通
---------------------------------------------------------- */
.spNone{
    display:none;
    }

#pankuzu{
    display:none;
}

  .sp-list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }


p.btn140{
    display:inline-block!important;
    width:48%!important;
    height:40px!important;
    margin:0px 0px 0px 0px!important;
    padding:14px 0px 0px 0px!important;
    box-sizing:border-box!important;
    font-size:12px!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100%!important;
    font-size:14px!important;
    color:#FFF!important;
    font-weight:bold!important;
}

p.btn140w{
    display:inline-block!important;
    width:48%!important;
    height:40px!important;
    margin:0px 0px 0px 0px!important;
    padding:14px 0px 0px 0px!important;
    box-sizing:border-box!important;
    font-size:12px!important;
    background-color:#FFF!important;
    text-align:center!important;
    line-height:100%!important;
    font-size:14px!important;
    color:#d31010!important;
    font-weight:bold!important;
}


p.btn240{
    display:inline-block!important;
    width:48%!important;
    height:40px!important;
    margin:0px 0px 0px 0px!important;
    padding:14px 0px 0px 0px!important;
    box-sizing:border-box!important;
    font-size:12px!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:14px!important;
    color:#FFF!important;
    font-weight:bold!important;
}

p.btn300{
    display:inline-block!important;
    width:48%!important;
    height:40px!important;
    margin:0px 0px 0px 0px!important;
    padding:14px 0px 0px 0px!important;
    box-sizing:border-box!important;
    font-size:12px!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:14px!important;
    color:#FFF!important;
    font-weight:bold!important;
}

input.btn300{
    display:inline-block!important;
    width:48%!important;
    height:40px!important;
    margin:0px 0px 0px 0px!important;
    padding:0px 0px 0px 0px!important;
    box-sizing:border-box!important;
    font-size:12px!important;
    background-color:#d31010!important;
    text-align:center!important;
    line-height:100% !important;
    font-size:14px!important;
    color:#FFF!important;
    font-weight:bold!important;
    border:none !important;
    -webkit-appearance:none;
}


  /* !オープニング宣伝
  ---------------------------------------------------------- */
  .opening {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

  .opening > div {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;

    background-color: blue
  }

  .opening > div > a {
    display: block;
    width: 100%;
  }

  .opening > div > a > img {
    display: block;
    width: 100%;
  }

  .opening > div > img.opening-close {
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }


/* !スマホ用ヘッダー
---------------------------------------------------------- */
#header {
    width:100%;
    /*position:fixed;
    top:0;
    z-index:99999 !important;*/
}

#sp_header {
    width:100%;
    margin:0 auto;
    padding:10px;
    background-color:#FFF;
    border-bottom:#CCC 1px solid;
}

#sp_logo {
    float:left;
    width:220px;
}

#sp_logo img {
    width:220px;
}

#sp_logo p {
    margin:10px 0px 0px 0px;
    font-size:12px;
    text-align:center;
}

#sp_menu {
    float:right;
    width:50px;
}

#sp_menu img{
    width:50px;
}

#top_header {
    display:none;
    position:absolute;
    width:100%;
    z-index:99999 !important;
    top:70px;
    overflow:auto;
    box-sizing:border-box;
}

#top_header h1 {
    display:none;
}

#logo {
    display:none;
}

#header_info {
    display:none;
}

#navi {
    width:100%;
}

#navi1 {
    width:100%;
}
#navi1 li {
    width:100%;
    height:45px;
    padding:16px 0px 0px 40px;
    text-align:left;
    color:#FFF;
    border-bottom:#FFF 1px solid;
    background:url(../img/common/menu_icon.png) no-repeat 20px 17px;
    background-size:10px 10px;
    background-color:#669428;
}
#navi1 a {
    text-decoration:none;
}

#navi2 {
    width:100%;
}
#navi2 li {
    width:100%;
    height:45px;
    padding:16px 0px 0px 40px;
    text-align:left;
    color:#FFF;
    border-bottom:#FFF 1px solid;
    background:url(../img/common/menu_icon.png) no-repeat 20px 17px;
    background-size:10px 10px;
    background-color:#669428;
}

#navi2 a {
    text-decoration:none;
}


/* LINE */
    #line{
        width:100%;
        margin: 10px auto 30px auto;
    }

    #line p:nth-of-type(1) {
        margin: 0 auto 10px auto;
        text-align:center;
    }

    #line p:nth-of-type(1) img {
        width:98%;
    }

    #line p:nth-of-type(2) {
        margin: 20px auto 0 auto;
        text-align:center;
    }

    #line p:nth-of-type(2) img{
        width:40%;
    }




/* !コンテンツ
---------------------------------------------------------- */
#contents {
    width: 94%;
    height: 100%;
    margin: 20px auto 0px auto;
}

/*---------- コンテンツ　インナー ----------*/
#contents_inner {
    width:100%;
    margin:0px auto 0px auto;
    padding:0;
}


/*---------- サイドメニュー ----------*/
#sub_area {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    background-color: #F9F9F4;
}

#globalNavi{
    background-color: #F9F9F4;
}

#globalNavi h2{
    height: 35px;
    width: 100%;
    padding:10px 0px 0px 20px;
    text-align:left;
    font-size:16px;
    font-weight: bold;
    background-color:#ffff00;
    color:#333333;
}

#globalNavi ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#globalNavi li{
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    line-height:150%;
    border-bottom:#CCC 1px solid;
}

#globalNavi li img{
    margin: 0px 5px 0px 0px;
}

#globalNavi li a{
    text-decoration: none;
    color: #333;
}

#globalNavi li a:hover{
    color: #096;
}

#news {
    overflow: scroll;
    margin: 10px auto 0px auto;
    padding: 5px;
    width: 100%;
    height: 300px;
    border: 1px solid #cccccc;
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #c8c8c8;
    scrollbar-highlight-color: #c8c8c8;
    scrollbar-shadow-color: #c8c8c8;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    overflow-y:scroll;
    overflow-x:hidden;
    background-color: #fff;
}

#side_tw{
    width: 100%;
    text-align:center;
    margin:20px auto 0px auto;
}

#side_tw img{
    width: 80%;
}

.fb-page {
    width:100% !important;
    height:200px !important;
  }

/* !table
---------------------------------------------------------- */
table.table01{
    border:0;
    }

table.table01 th{
    display:block;
    width:100%;
    height:30px;
    padding:2px 0px 0px 10px;
    border:1px solid #CCCCCC;
    background-color:#f0f0f0;
    box-sizing:border-box;
    font-size:14px;
    }

table.table01 th div.th_wrap{
    width:98%;
    }

table.table01 th p.th_title{
    float:left;
    width:190px;
    padding:6px 0px 0px 0px;
    }

table.table01 th p.must{
    float:right;
    width:40px;
    margin-top:2px;
    padding-top:6px;
    height:20px;
    font-size:9px;
    text-align:center;
    color:#FFF;
    background-color:#d31010;
    box-sizing:border-box;
    line-height:100%;
    }

table.table01 td{
    display:block;
    width:100%;
    padding:0.5em 0 1.5em 0;
    min-height:50px;
    box-sizing:border-box;
    line-height:150%;
    }

table.table01 td.td01{
    padding-left:10px;
    }

table.table01 input[type="text"],
table.table01 input[type="number"],
table.table01 textarea{
    border:1px solid #CCCCCC;
    line-height:24px;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    }

table.table01 select{
    border:1px solid #CCCCCC;
    border-radius: 0;
    font-size: 16px;
    }

.input01 {
    padding:0px 5px;
    width: 100% !important;
}

.input02 {
    padding:0px 5px;
    width: 28% !important;
}

.input03 {
    padding:0px 5px;
    width: 33% !important;
}




/* !footer フッター
---------------------------------------------------------- */
footer{
    width:100%;
    border-top:#CCC 1px solid;
    background-color:#FFF;
}

#footer_wrap {
    width:100%;
    margin:0 auto;
    padding:10px 0px 0px 0px;
}

#footer_left {
    width:100%;
    padding:8px 0px 0px 0px;
    text-align:center;
}

#footer_left img{
    width:200px;
}

#footer_right {
    width:100%;
    margin:15px auto 0px auto;
    padding:5px 0px 0px 0px;
    font-size:12px;
    text-align:left;
    line-height:200%;
}

#footer_right ul{
    width:300px;
    margin:0 auto;
}

#footer_right ul li{
    float:left;
    width:140px;
    margin:0px 5px 5px 5px;
    padding:0px 0px 0px 15px;
    background:url(../img/common/footer_icon.png) no-repeat left 7px;
    background-size:10px 10px;
}

#footer_right a{
    color:#666;
    text-decoration:none;
}

address {
    padding:10px 0px;
    line-height:1.5em;
    font-size:10px;
    font-style:normal;
    color:#666666;
    text-align:center;
}

/* !page-top
---------------------------------------------------------- */

.btn_top{
    position:fixed;
    width:60px;
    bottom:50px;
    right:0px;
    padding:10px 0px 8px 0px;
    text-align:center;
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    background-color:#00F;
}


    .link_area{
        position:fixed;
        width:120px;
        bottom:10px;
        right:0px;
        text-align:center;
    }

    .link_area a {
        display: block;
        width:120px;
        padding:10px 0px 8px 0px;
        color:#000;
        font-size:12px;
        font-weight:bold;
        background-color:#ffff00;
        text-decoration: none;
    }


}
