@charset "utf-8";
/* =========================================================
ヘッダ要素のスタイルを定義
========================================================= */

/* ヘッダ
--------------------------------------------------------- */
/* ------ header ----- */

#header {
    display: table;
    margin-top: 0;
    padding-top: 10px;
    width: 100%;
    border-bottom: 1px solid #cacaca;
    background: #fff;
    box-sizing: border-box;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 990;
    height: 65px;
    padding: 0 !important;
}
body.no-fixed #header {
    position: static !important;
}

/* ------ rwdLeft ----- */
#header .rwdLeft span.itemMenu01 {
    position: relative;
    top: 0px;
    left: 12px;
    float: left;
    width: 23px;
    height: 4px;
    background: #005135;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
}
#header .rwdLeft span.itemMenu01:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    float: left;
    width: 23px;
    height: 4px;
    background: #005135;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
}
#header .rwdLeft span.itemMenu01:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    float: left;
    width: 23px;
    height: 4px;
    background: #005135;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
}
#header .rwdLeft span.itemMenu02 {
    width: 50px;
    height: 6px;
    display: block;
    font-size: 72%;
    color: #005135;
    overflow:visible;
    margin-top:24px;
}
/* ------ hLeft ----- */
#header .hLeft {
    display: table-cell;
    float: none;
    width: 74%;
    vertical-align: middle;
    text-align: center;
}
#header .hLeft h1.logo_out {
    margin: 0;
    margin-left: 5%;
    margin-top: 2px;
    width: 162px;
    height: 26px;
    background: url(/static/responsive/img/logo_logout.png) 0 center no-repeat;
    background-size: 162px 26px !important;
    position: static;
}
#header .hLeft h1.logo_out a{
    display:block;
    height:26px;
    margin-top: 2px;
}
#header .hLeft h1.logo_in {
    margin-right: auto;
    margin-left: auto;
    width: 162px;
    height: 26px;
    background: url(/static/responsive/img/logo_login.png) 0 center no-repeat;
    background-size: 162px 26px !important;
    position: static;
}
#header .hLeft h1.logo_in a{
    display:block;
    height:26px;
    margin-top: 2px;
}
#header .hLeft p.txt {
    font-size: 72%;
    padding-top: 0px;
    margin-top: 3px;
}
@media screen and (max-width: 480px) {
    #header .hLeft .wrap .txt br{
        display:inline-block;
    }
    #header .hLeft .wrap .txt{
        line-height:1.5em;
    }
}

/* ------ hCenterL ----- */
#header .hCenterL, #header .hCenterR {
    display: none
}

/* ------ hRight ----- */
#header .hRight .btnSearch span {
    display: block;
    padding: 0;
    background: #ffffff none;;
    font-size: 72%;
}
.btnSearch span.itemSearch01 {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    border: 3px solid #005135;
    text-indent: -9999px;
    position: relative;
    background: #FFF;
    z-index: 2;
}
.btnSearch span.itemSearch01:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 14px;
    width: 8px;
    height: 0px;
    border-top: 3px solid #005135;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
span.itemSearch02 {
    width: 22px;
    height: 9px;
    margin-top: 5px;
    color: #005135;
    font-size: 76%;
}

/* ------ 検索エリア部品 ----- */
#searchArea .serachiHeader {
    display: block;
    padding: 10px;
    text-align: right;
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    width: 100%;
}

#searchArea .btnHaderClose {
    font-size: 16px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #cccccc;
    padding: 1px 0px;
    height: 42px;
    width: 80px;
    text-align: center;
    color: #545454;
    font-weight: bold;
}

#searchArea form{
    background-color: #999999;
    text-align: center;
    padding: 10px 10px;
}

#searchArea .searchTags{
    background-color: #999999;
    padding: 0 10px 20px;
}

#searchArea .searchTags a{
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

#searchArea input[type="text"]{
    border-right: 1px solid #919193 !important;
    border-bottom: 1px solid #919193 !important;
    border-top: 2px solid #767677 !important;
    border-left: 2px solid #767677 !important;
    border-radius: 3px !important;
    background: #fffbe5 !important;
    padding: 8px 0 5px 8px !important;
    line-height: 22px !important;
    width: 100%;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-bottom: 15px;
    height: auto;
}

#searchArea input[type="submit"]{
    width: 100%;
    padding: 0px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    color: #003e28 !important;
    border-top: none;
    border-left: none;
    border-width: none;
    border-bottom: 3px solid #596b3a;
    background: #c4e23f;
    background: -moz-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4e23f), color-stop(2%, #bbdd21), color-stop(100%, #9acd06));
    background: -webkit-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
    background: -o-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
    background: -ms-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
    background: linear-gradient(to bottom, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top:0;
    left: 0;
    height: 48px;
    margin-bottom: 10px;
}

#searchArea .sideMenu01 a:hover {
    background-color: white !important;
}

#searchArea .sideMenu01 a {
    font-size: 16px;
    color: #666 !important;
    display: block;
    font-weight: bold;
    padding: 10px 15px !important;
    position: relative;
    text-decoration: none !important;
}
