@charset "shift_jis";
/* CSS Document

このCSSはあとでsite_common_rsに移動します

*/


#StoreHeader {
    width: 1040px;
    margin: 10px auto 0 auto;
    position: relative;
    z-index: 1000;
}
#StoreHeader, #StoreHeader * { box-sizing: border-box; }
#StoreHeader:after {
    content: "";
    display: block;
    clear: both;
}
/*
 * 2.5 ヘッダーカテゴリリスト Update:2013/3/15
 *----------------------------------------*/
#HeaderCatlist {
    position: absolute;
    bottom: 0;
    width: 1040px;
}
#HeaderCatlist dl {
    margin: 0;
    position: relative;
    float:left;
    width:94px;
    height: 100%;
    margin-left: -1px;
    margin-right: -1px;

}
#HeaderCatlist dl.sml {
    width: 72px;
}
#HeaderCatlist dl:first-child {
    margin-left: 0px;
}
#HeaderCatlist dt {
    position: relative;
    text-align: center;
    padding: 6px 0;
    box-shadow: 0 0 1px 1px #fff inset;
    background: #eefafb;
    border: 1px solid #ccc;
    border-bottom: 2px solid #00a9da;
/*    border-bottom: none;*/
/*    border-radius: 3px 3px 0 0;*/
    line-height: 0;
    border-top-color: #00a9da;
}
#HeaderCatlist dd {
    margin: 0;
    padding: 5px 5px 5px 5px;
    position: absolute;
    top: 32px;
    *top: 37px;
    left: 0px;
    border: 1px solid #ccc; /* 吹き出しボーダーの色 */
    background: #fff; /* 吹き出し背景の色 */
    z-index: 2;
    border-radius: 0 0 3px 3px;
    text-align: left;
    display: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
/* タブ */
#HeaderCatlist dl:hover dt:before {
    content: " ";
    position: absolute;
    display: block;
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: 2px solid #fe7e00;
    left: -1px;
    right: -1px;
    top: -2px;
    bottom: 0px;
    background: #fff;
    z-index: 3;
/*    border-radius: 3px 3px 0 0;*/
}
#HeaderCatlist dl:hover dd {
    display: block;
}
#HeaderCatlist dl.active dt {
    border-top: 2px solid #fe7e00;
}

#HeaderCatlist dt a {
    z-index: 3;
    position: relative;
}
#HeaderCatlist dl:hover dt a {
    color: #007496;
}
#HeaderCatlist dl:hover dd {
}
#HeaderCatlist dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#HeaderCatlist dd {
}

#HeaderCatlist_dog dd {
    width:440px;
}
#HeaderCatlist_neko dd {
    width:440px;
    left: -70px;
}
#HeaderCatlist_animal {
    width: 220px;
}
#HeaderCatlist_aqua dd {
    width:860px;
    left: -233px;
}
#HeaderCatlist_fish dd {
    width:440px;
    left: -169px;
}
#HeaderCatlist_kaisui dd {
    width:440px;
    left: -169px;
}
#HeaderCatlist_mizukusa dd {
    width:440px;
    left: -169px;
}
#HeaderCatlist_gardening dd {
    width: 440px;
    left: -169px;
}
#HeaderCatlist_kame dd {
    width: 220px;
}
#HeaderCatlist_insect dd {
    width: 220px;
    left: calc(100% - 128px);
}
#HeaderCatlist_nitiyo dd {
    width:440px;
    left: calc(100% - 440px);
}
#HeaderCatlist #HeaderCatlist_all dt {
    border-top: 2px solid #fd8d6b;
}

#HeaderCatlist .subcats {
    float: left;
    margin: 6px;
    width: 200px;
}

#HeaderCatlist dd li {
    display: inline-block;
    white-space:nowrap;
}
#HeaderCatlist dd li a {
    display: inline-block;
    position: relative;
    white-space:nowrap;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    z-index: 3;
    padding: 2px 3px 2px 14px;
    background: #fff url(../image/header/catmenu_child_icon.png) 2px 0px no-repeat;
    border-radius: 5px;
}
#HeaderCatlist dd li a:hover {
    background-color: #dcfaff;
}
#HeaderCatlist dd h2 {
    position: relative;
    margin: 0 0 14px 0;
    padding: 12px 0 6px 50px;
    font-size: 12px;
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}
#HeaderCatlist dd h2 a{
    background: none;
    padding: 2px 3px;
}
#HeaderCatlist .icon {
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: absolute;
    top: -4px;
    left: -4px;
}










#HaisouCounter .count, #HaisouCounter .yesterday {
    color: #f97b00;
}

/* ヘッダーニュース */
#Headline {
    border: 0px solid #00b1e4;
    border-width: 2px 0;
    background:#eefafb;
    padding: 0px;
    text-align: center;
    clear: both;
    position: absolute;
    top: 65px;
    left:0;
    right:0;
    font-weight: bold;
    max-height: 20px;
    overflow: hidden;
    display: none;
}
#Headline ul {
    margin:0;
    padding:0;
}
#Headline li {
    vertical-align:top;
    width: 100%;
    margin:0;
    padding:0;
    line-height: 20px;
    height: 20px;
}
#Headline li a {
    margin:0;
    padding:0;
}

/* ストアリンク */
.HeaderStoreLink {
    clear: both;
    width: 660px;
    top: 48px;
    right: 0px;
    position: absolute;
    color: #fff;
    line-height: 1.2em;
}
.storeLink {
    margin: 0;
    padding: 0;
    font-size:0;
    text-align: right;
}
.storeLink li {
    display: inline-block;
    *display: inline;
    margin: 0;
    padding: 0 5px 0 5px;
    font-size: 12px;
    zoom: 1;
    border-left: 1px solid #fff;
    vertical-align: middle;
}
/* IE6 */
* html .storeLink li {
    float: left;
    width: 1%;
    white-space:nowrap;
}
.storeLink li:first-child {
    border-left: none;
}
.HeaderStoreLink a {
    display: block;
    padding: 0px 0px;
    border-radius: 0 0 3px 3px;
}
.HeaderStoreLink a:link {
    color: #fff;
}
.HeaderStoreLink a:visited {
    color: #fff;
}
.HeaderStoreLink a:hover {
    color: #ffc88d;
}

.HeaderStoreLink {
    zoom:1;
}
.HeaderStoreLink:after {
    content: "";
    display: block;
    clear: both;
}

.extratext {
    padding: 0px;
    line-height: 25px;
    display: inline-block;
}
/* ストアロゴ */
#StoreLogo {
    width: 160px;
    height: 105px;
}
#StoreLogo img {
    outline: none;
}
/* ユーザー情報・ログイン */
#UserStatusBox {
    position:absolute;
    top:5px;
    left:150px;
    width:400px;
}
#StoreHeader .stbutton {
    vertical-align: middle;
}
#StoreHeader .extratext {
    line-height: 25px;
}

/* おまけリンク */
#Omake {
    position: absolute;
    top: 1px;
    right: 0px;
}

/* カート内容・カートを見る */
#CartLinkBox2 {
    width:370px;
    height:30px;
    position:absolute;
    top:3px;
    right: 155px;
    text-align:right;
    line-height: 25px;
}
#CartLinkBox2 .extratext {
    line-height: 28px;
}
/* 検索エリア */
#SearchBox {
    background: #00a9da;
    position:absolute;
    top: 38px;
    left: 0px;
    text-align:left;
    padding: 4px;
    width: 100%;
}
#SearchBox .txKEYWORD {
    width:160px;
    padding: 0;
}
#SearchBox select {
    border: 1px solid #0083a9;
    border: none;
    border-radius: 1px;
    outline: none;
    display: inline;
    margin: 0;
    padding: 4px 3px 3px;
    width: 150px;
    vertical-align: middle;
}
#SearchBox input[type="text"] {
    border: 1px solid #0083a9;
    border: none;
    border-radius: 1px;
    outline: none;
    display: inline;
    margin: 0;
    padding: 5px 4px 4px;
    /* vertical-align: baseline; */
    vertical-align: middle;
}

#StoreHeader .stbutton, #ctl00_btSEARCH {
    background-image: url(../image/header/hd_bgbuttons.png);
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-indent: -200px;
    height: 25px;
    width: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: top;
}
#StoreHeader .stbutton:hover {
    background-position-left: 100px;
}
#ctl00_lnkLogin, #ctl00_lnkMbr, #ctl00_lnkLogOut, #ctl00_lnkMbrChg {
    height: 21px !important;
    width: 80px !important;
}
/* ログイン */
#ctl00_lnkLogin {
    background-position: 0 0;
}
#ctl00_lnkLogin:hover {
    background-position: -100px 0;
}
/* 新規登録 */
#ctl00_lnkMbr {
    background-position: 0px -30px;
}
#ctl00_lnkMbr:hover {
    background-position: -100px -30px;
}
/* ログアウト */
#ctl00_lnkLogOut {
    background-position: 0px -60px;
}
#ctl00_lnkLogOut:hover {
    background-position: -100px -60px;
}
/* マイページ */
#ctl00_lnkMbrChg {
    background-position: 0px -90px;
}
#ctl00_lnkMbrChg:hover {
    background-position: -100px -90px;
}
/* カート */
#ctl00_hlCart {
    width: 110px !important;
    background-position: 0px -120px;
}
#ctl00_hlCart:hover {
    background-position: -110px -120px;
}
/* お気に入り */
#ctl00_lnkFavList {
    background-position: 0px -150px;
}
#ctl00_lnkFavList:hover {
    background-position: -100px -150px;
}
/* 検索 */
#ctl00_btSEARCH {
    width: 60px !important;
    background-position: 0px -180px;
    /* *text-indent: 0; */
    *text-align: center;
}
#ctl00_btSEARCH:hover {
    background-position: -60px -180px;
}
