@charset "utf-8";

/* =========================================================
 ヘッダ要素のスタイルを定義
========================================================= */

/* ヘッダ
--------------------------------------------------------- */
/* ------ header  ----- */
#header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0 10px;
}

#header .rwdLeft {
    display: none;
}

#header .hLeft {
    float: left;
    width: 258px;
}

#header .hLeft h1.logo_out {
    width: 162px;
    height: 26px;
    background: url(/static/responsive/img/logo_logout.png) 0 0 no-repeat;
}
#header .hLeft h1.logo_out a{
    display:block;
    height:26px;
}
#header .hLeft h1.logo_in {
    width: 162px;
    height: 26px;
    background: url(/static/responsive/img/logo_login.png) 0 0 no-repeat;
}
#header .hLeft h1.logo_in a{
    display: block;
    height: 26px;
}
#header .hLeft p.txt {
    font-size: 72%;
    padding-top: 3px;
    line-height: 1em;
}

#header .hLeft .wrap .txt br{
    display:none;
}

#header .hCenterL {
    float: left;
    width: 220px;
    padding-top: 13px;
}

#header .hCenterR {
    float: right;
    width: 226px;
    padding-top: 20px;
}

#header .hCenterR > span{
    margin-right: 20px;
}

#header .hCenterL span ,
#header .hCenterR span {
    font-weight: normal;
    font-size: 93%;
}

#header .hRight {
    float: right;
    width: 90px;
}

#header .AnniversaryLogo {
    position: absolute;
    left: 267px;
    top: 17px;
}

/* 検索エリア
--------------------------------------------------------- */
/* ------ #searchArea  ----- */
#searchArea{
    display:none;
    z-index:950;
}


#header .hRight .searchAreaWrap .searchWrap {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

#header .hRight .searchAreaWrap .searchWrap form{
    display: inline;
}

#header .hRight .searchAreaWrap .searchWrap .rwdBtnSerach {
    display: none;
}

#header .hRight .searchAreaWrap .sTxt {
    display: inline-block;
    padding-right: 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 100%;
}

#header .hRight .searchAreaWrap .search,
#header .hRight .searchAreaWrap .btnSearchWrap,
#header .hRight .searchAreaWrap .btnClose {
    display: inline-block;
    vertical-align: middle;
}
#header .hRight .searchAreaWrap .btnClose {
    display: inline-block;
    margin-left: 140px;
}

#header .hRight .searchAreaWrap .search,
#header .hRight .searchAreaWrap .btnSearchWrap {
    margin-right: 0;

}

#header .hRight .searchAreaWrap .search {
    position: relative;
}

.searchAreaWrap .search .iptTxt {
    width: 550px;
    height: 20px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: none;
    
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-top-bottom-radius: 4px;
    -o-border-top-bottom-radius: 4px;
    -ms-border-top-bottom-radius: 4px;
    
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -ms-box-shadow: 3px 3px 3pxrgba(0,0,0,0.2) inset;
}

.searchAreaWrap .btnBase.btnNormal01{
    position: absolute;
    top: 3px;
    left: 555px;
    width: 100px;
    height: 31px;
    padding: 0;
    
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    
    top/***/: 6px9;
}

#header .hRight .searchAreaWrap input{
    color: #005135;
    margin-right: 0px;
    font-size: 86%;
}
#header .hRight .rwdSearchMenuWrap {
    display: none;
}

.searchAreaWrap .normalLink a {
    color: #fff;
}

/* =========================================================
 
 画像用
 
========================================================= */

/* =========================================================
 ■ ヘッダ
========================================================= */
