@charset "utf-8";
/* CSS Document */

body#c90 {
    font-family: Verdana, "?l?r ?o?S?V?b?N", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 170%;
    color: #F404040;
    background: url(../img/brand/kahiko/base_back_kahiko.JPG) repeat center;
}

/*-----------------------------------------------------------------------------

    #header ?w?b?_?[
    
------------------------------------------------------------------------------*/
#footer P {
 padding-top: 10px;
 }

#c90 #footer ul.footernav_ li {

 margin-right: 1px;
 margin-bottom: 2px;
 }

#c90 div.leftmenuframe_ {
    display: inline;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 190px;
}


#c90 div.sidebox_ {
    margin: 0 0 0px 0;
    width: 190px;
}

#c90 div.wrapper_ {
    background: url(../img/brand/kahiko/base_back_kahiko.JPG) repeat center;
    margin: 0 auto;
    text-align: left;
    width: 1200px;
}

#c90 #header {
    margin: 0 0 5px;
}
#c90 #headersign {
    overflow: hidden;
    background: url(../img/usr/sb/c90/Kahiko_logo.jpg) no-repeat;
    margin: 0 auto;
    height: 90px;
    background-size: auto 60px;
    background-position: center;
}


#c90 #headersign #sitelogo a{
    position: absolute;
    top: 10px;
    bottom: 0;
    left:0;
    right: 0;
    margin: 0 auto;
    height: 65px;
    width: 200px;
}

#c90 #headersign #welcomeguest {
    float: right;
    display: inline;
    margin: 5px 20px 10px 0;
}
#c90 #headersign .cart_frame_ {
    margin-top: 8px;
}
#c90 #headersign .cart_frame_ p span {
    background: url(../img/usr/header/icon_cart.png) no-repeat left center;
    padding-left: 30px;
}
/* ?O???[?o???i?r */
#c90 #header ul#globalnav {
    overflow: hidden;
}
#c90 #header ul#globalnav li {
    background: url(../img/usr/header/k-gnavi_on.jpg) no-repeat left center !important;
    float: left;
    display: inline;
}








#c90 #header ul#globalnav li:hover {
    background: url(../img/usr/header/k-gnavi_off.jpg) no-repeat left center !important;
}

#c90 #header ul#globalnav li a {
    background: url(../img/usr/header/line.png) no-repeat left center;
    display: block;
    width: 200px;
    height: 30px;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}





/* ?O???[?o???i?r?@?A?C?R?“ */
/* ?z?[?? */
#c90 #header ul#globalnav li#gnav_home span {
    background: url(../img/usr/header/icon_k-home.png) no-repeat left center;
    padding-left: 22px;
}
#c90 #header ul#globalnav li#gnav_home a {
    background: none;
}

/* ‰i?o“o?^ */
#c90 #header ul#globalnav li#gnav_member span {
    background: url(../img/usr/header/icon_k-register.png) no-repeat left center;
    padding-left: 22px;
}
/* ?}?C?y?[?W */
#c90 #header ul#globalnav li#gnav_mypage span {
    background: url(../img/usr/header/icon_k-mypage.png) no-repeat left center;
    padding-left: 22px;
}
/* ?u?‰?“?h?e?? */
#c90 #header ul#globalnav li#gnav_bland span {
    background: url(../img/usr/header/icon_k-brand_list.png) no-repeat left center;
    padding-left: 22px;
}
/* “X?U?e?? */
#c90 header ul#globalnav li#gnav_shop span {
    background: url(../img/usr/header/icon_k-shop_list.png) no-repeat left center;
    padding-left: 22px;
}
/* ?¨?a?￠?‡?i?1 */
#c90 #header ul#globalnav li#gnav_contacts span {
    background: url(../img/usr/header/icon_k-mail.png) no-repeat left center;
    padding-left: 22px;
}
/* ?T?u?i?r */
#c90 #header ul#guestnav {
    overflow: hidden;
    background: #50400C;
    padding: 5px 20px;
}
#c90 #header ul#guestnav li {
    float: right;
    display: inline;
    color: #50400C;
    border-left: 1px solid #FFF;
    font-size: 10px;
    line-height: 12px;
}
#c90 #header ul#guestnav li#guest_help {
    border-right: 1px solid #FFF;
}
#c90 #header ul#guestnav li a {
    color: #FFF;
    display: block;
    padding: 0 10px;
}


/*-----------------------------------------------------------------------------

   .hidden_box/*マウナロアで使用*/
    
------------------------------------------------------------------------------*/

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*-----------------------------------------------------------------------------

   flex/*マウナロアで使用*//*20210114機能せず*/
    
------------------------------------------------------------------------------*/
.flex{
    display: flex;/*コレ*/
    padding: 10px;
}
.flex div{
    width: 50%;
    margin: 10px;
    padding: 10px;
}

/*-----------------------------------------------------------------------------

    .sidebox_ ?T?C?h?{?b?N?X
    
------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------
    .sidebox_ ?T?C?h?{?b?N?X?@?J?e?S???c???[
-------------------------------------------------------------------- */
#c90 .category_tree_ {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #EFB493;
}
#c90 .category_tree_ li {
    margin: 0;
    padding: 0;
}
#c90 .category_tree_ li a,
#c90 .category_tree_ li span.nolink_ {
    padding: 5px 10px 5px 0;
    display: block;
    background-color: transparent;
}
#c90 .category_tree_ li a:hover {
}
/* ‘a1?K‘w */
#c90 .category_tree_ li.category_tree1_ a,
#c90 .category_tree_ li.category_tree1_ span.nolink_ {
    padding-left: 15px;
    background-image: url(../img/usr/tree1.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
}
#c90 .category_tree_ li.category_tree1_ a:hover {
    background-image: url(../img/usr/tree1_open.png);
}
#c90 .category_tree_ li.category_tree1_open_ a {
    padding-left: 15px;
    font-weight: bold;
    width: 145px;
    background-image: url(../img/usr/tree1_open.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
}
#c90 .category_tree_ li.category_tree1_open_ a:hover {
}
/* ‘a2?K‘w */
#c90 ul.category_tree_ li.category_tree2_ {
    background-color: #C9ECC6;
}
#c90 .category_tree_ li.category_tree2_ a,
#c90 .category_tree_ li.category_tree2_ span.nolink_ {
    padding-left: 7px;
    display: table;
    padding: 0;
    width: 100%;
}
#c90 .category_tree_ li.category_tree2_ a:hover {
    text-decoration: none;
    color: #50400C;
}
/**/
#c90 .category_tree_ li.category_tree2_ a img {
    display: table-cell;
    width: 26px;
    height: auto;
    vertical-align: middle;
}
#c90 .category_tree_ li.category_tree2_ a span {
    display: table-cell;
    width: 154px;
    vertical-align: middle;
}
/* IE 6 */
#c90 * html .category_tree_ li.category_tree2_ a img,
#c90 * html .category_tree_ li.category_tree2_ a span {
    display: inline;
    zoom: 1;
}
/* IE 7 */
#c90 *:first-child+html .category_tree_ li.category_tree2_ a img,
#c90 *:first-child+html .category_tree_ li.category_tree2_ a span {
    display: inline;
    zoom: 1;
}
/**/
/* ‘a3?K‘w */

#c90 .category_tree_ li.category_tree3_ {
    border-top: 1px dotted #EFB493;
}
#c90 .category_tree_ li.category_tree3_ a,
#c90 .category_tree_ li.category_tree3_ span.nolink_ {
    padding-left: 35px;
    background: url(../img/usr/icon_k_arrow01.png) no-repeat 20px 11px;
}
#c90 .category_tree_ li.category_tree3_ a:hover {
    background: #FDFECC url(../img/usr/icon_k_arrow02.png) no-repeat 20px 11px;
    color: #8c6b3a;
}

/* ‘a4?K‘w */
#c90 .category_tree_ li.category_tree4_,
#c90 .category_tree_ li.category_tree4_open_ {
    border-top: 1px dotted #50400C;
}
#c90 .category_tree_ li.category_tree4_ a,
#c90 .category_tree_ li.category_tree4_ span.nolink_ {
    padding-left: 45px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 30px 11px;
}
#c90 .category_tree_ li.category_tree4_ a:hover {
    background: #50400C url(../img/usr/icon_arrow03.png) no-repeat 30px 11px;
    color: #50400C;
}
/* **open************ */
/* ‘a2?K‘w */
#c90 ul.category_tree_ li.category_tree2_open_ {
    background-color: #C9ECC6;
}
#c90 .category_tree_ li.category_tree2_open_ a {
    padding-left: 7px;
    display: table;
    width: 100%;
    padding: 0;
}
#c90 .category_tree_ li.category_tree2_open_ a:hover {
    text-decoration: none;
    color: #8c6b3a;
}
/**/
#c90 .category_tree_ li.category_tree2_open_ a img {
    display: table-cell;
    width: 26px;
    height: auto;
    vertical-align: middle;
}
#c90 .category_tree_ li.category_tree2_open_ a span {
    display: table-cell;
    width: 154px;
    vertical-align: middle;
}
/* IE 6 */
#c90 * html .category_tree_ li.category_tree2_open_ a img,
#c90 * html .category_tree_ li.category_tree2_open_ a span {
    display: inline;
    zoom: 1;
}
/* IE 7 */
#c90 *:first-child+html .category_tree_ li.category_tree2_open_ a img,
#c90 *:first-child+html .category_tree_ li.category_tree2_open_ a span {
    display: inline;
    zoom: 1;
}
/**/
/* ‘a3?K‘w */
#c90 .category_tree_ li.category_tree3_open_ {
    border-top: 1px dotted #C9ECC6;
}
#c90 .category_tree_ li.category_tree3_open_ a {
    padding-left: 35px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 20px 11px;
}
#c90 .category_tree_ li.category_tree3_open_ a:hover {
    background:#fff4ca  url(../img/usr/icon_k_arrow02.png) no-repeat 20px 11px;
    color: #8c6b3a;
}

/* ‘a4?K‘w */
#c90 .category_tree_ li.category_tree4_open_ a {
    padding-left: 45px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 30px 11px;
}
#c90 .category_tree_ li.category_tree4_open_ a:hover {
    background:#fff4ca  url(../img/usr/icon_arrow03.png) no-repeat 30px 11px;
    color: #8c6b3a;
}


/* --------------------------------------------------------------------
    .sidebox_ ?T?C?h?{?b?N?X?@?W???“???c???[
-------------------------------------------------------------------- */
#c90 ul.genre_tree_ {
    list-style-type: none;
    border-bottom: 1px dotted #C9ECC6;
}
#c90 .genre_tree_ {
    margin: 0;
    padding: 0;
}
#c90 .genre_tree_ li {
    margin: 0;
    padding: 0;
}
#c90 .genre_tree_ li a, .genre_tree_ li span.nolink_ {
    padding: 5px 10px 5px 10px;
    display: block;
}
#c90 .genre_tree_ li a:hover {
    color: #8c6b3a;
}
/* ‘a1?K‘w */
#c90 ul.genre_tree_ li.genre_tree1_ {
    background-color: #C9ECC6;
}
#c90 .genre_tree_ li.genre_tree1_ a,
#c90 .genre_tree_ li.genre_tree1_ span.nolink_ {
    padding-left: 25px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 10px 11px;
}
#c90 .genre_tree_ li.genre_tree1_ a:hover {
    color: #8c6b3a;
    text-decoration: none;
}
/* ‘a2?K‘w */
#c90 ul.genre_tree_ li.genre_tree2_ {
    border-top: 1px dotted #C9ECC6;
}

#c90 .genre_tree_ li.genre_tree2_ a,
#c90 .genre_tree_ li.genre_tree2_ span.nolink_ {
    padding-left: 35px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 20px 11px;
}
#c90 .genre_tree_ li.genre_tree2_ a:hover {
    background: #fff4ca url(../img/usr/icon_arrow03.png) no-repeat 20px 11px;
}
/* ‘a3?K‘w */
#c90 ul.genre_tree_ li.genre_tree3_ {
    border-top: 1px dotted #D7DF23;
}
#c90 .genre_tree_ li.genre_tree3_ a,
#c90 .genre_tree_ li.genre_tree3_ span.nolink_ {
    padding-left: 45px;
    background:url(../img/usr/icon_k_arrow02.png) no-repeat 30px 11px;
}
#c90 .genre_tree_ li.genre_tree3_ a:hover {
    background: #fff4ca url(../img/usr/icon_arrow03.png) no-repeat 30px 11px;
}
/* ‘a4?K‘w */
#c90 ul.genre_tree_ li.genre_tree4_,
#c90 ul.genre_tree_ li.genre_tree4_open {
    border-top: 1px dotted #C9ECC6;
}
#c90 .genre_tree_ li.genre_tree4_ a,
#c90 .genre_tree_ li.genre_tree4_ span.nolink_ {
    padding-left: 55px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 40px 11px;
}
#c90 .genre_tree_ li.genre_tree4_ a:hover {
    background: #fff4ca url(../img/usr/icon_arrow03.png) no-repeat 40px 11px;
}
/* open */
/* ‘a1?K‘w */
#c90 .genre_tree_ li.genre_tree1_open {
}
#c90 .genre_tree_ li.genre_tree1_open a {
    padding-left: 25px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 10px 11px;
}
#c90 .genre_tree_ li.genre_tree1_open a:hover {
    background: #fff4ca url(../img/usr/icon_arrow03.png) no-repeat 10px 11px;
}
/* ‘a2?K‘w */
#c90 ul.genre_tree_ li.genre_tree2_open {
    border-top: 1px dotted #C9ECC6;
}
#c90 .genre_tree_ li.genre_tree2_open a {
    padding-left: 35px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 20px 11px;
}
#c90 .genre_tree_ li.genre_tree2_open a:hover {
    background: #fff4ca url(../img/usr/icon_arrow03.png) no-repeat 20px 11px;
}
/* ‘a3?K‘w */
#c90 ul.genre_tree_ li.genre_tree3_open {
    border-top: 1px dotted #C9ECC6;
}
#c90 .genre_tree_ li.genre_tree3_open a {
    padding-left: 45px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 30px 11px;
}
#c90 .genre_tree_ li.genre_tree3_open a:hover {
    background: #fff4ca url(../img/usr/icon_arrow03.png) no-repeat 30px 11px;
}
/* ‘a4?K‘w */
#c90 .genre_tree_ li.genre_tree4_open a {
    padding-left: 55px;
    background: url(../img/usr/icon_k_arrow02.png) no-repeat 40px 11px;
}
#c90 .genre_tree_ li.genre_tree4_open a:hover {
    background: #fff4ca url(../img/usr/icon_arrow03.png) no-repeat 40px 11px;
}
#c90 .genre_tree_ li.genre_tree1_ span.nolink_,
#c90 .genre_tree_ li.genre_tree2_ span.nolink_,
#c90 .genre_tree_ li.genre_tree3_ span.nolink_,
#c90 .genre_tree_ li.genre_tree4_ span.nolink_ {
    color: #999;
}


/* --------------------------------------------------------------------
    .sidebox_ ?T?C?h?{?b?N?X?@???o?{?b?N?X
--------------------------------------------------------------------- */
#c90 #sidebox_search form {
    background: url(../img/usr/side/search_bg.png) no-repeat left top;
    height: 22px;
}
#c90 #sidebox_search input {
    vertical-align: top;
}
#c90 #sidebox_search .keyword_ {
    width: 147px;
    margin: 1px 0 0 5px;
    border: 0;
    height: 17px;
    padding:0;
}

#c90 #sidebox_search .to_searchdetail {
    text-align: right;
}
#c90 #sidebox_search .to_searchdetail a {
    background: url(../img/usr/icon_k_arrow01.png) no-repeat left center;
    padding: 0 0 0 10px;
}
/**/


/*-----------------------------------------------------------------------------

    #footer ?t?b?^?[
            
------------------------------------------------------------------------------*/
#c90 #footer {
    clear: both;
    background: url(../img/brand/kahiko/footer/kahiko_footer.png) no-repeat;
    text-align: center;
    color: #fff;
}

#c90 #footer {
    margin-top: 5px;
    padding: 100px;
}
#c90 #footer ul.footernav_ li {
    list-style-type:none;
    display:inline;
    }
#c90 #footer ul.footernav_ li {
    list-style-type:none;
    display:inline;
    }
#c90 .pagenav_ {
    text-align: right;
    }
#c90 #footer .change_mode_{
    text-align:center;
    margin-bottom:50px;
}
#c90 #copyright {
    color: #fff;
    text-align: center;
}


#c90 .footernav_ a:link, #c90 .change_mode_ a:visited, #c90 .footernav_ a:visited{
color: #fff;
}


/*-----------------------------------------------------------------------------

   ?\?|?u?@?@?A?×‘O?|?@?E?C
            
------------------------------------------------------------------------------*/

/* ?A?N‘O?| */
#c90 .navisort_ {
    clear: both;
    margin: -1px 0px 0 0 ;
    padding-bottom: 0px;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d2be8e;
    border-bottom: 1px solid #d2be8e;
}
#c90 .navisort_ dt {
    float: left;
    text-align: right;
    font-weight: bold;
    width: 8em;
    padding: 0 10px 0 0;
    /*-border-right: 1px solid #d2be8e;-*/
}
#c90 .navisort_ dd {
    border-left: 1px solid #d2be8e;
    padding-left: 5px;
    margin-left: 10px;
    overflow: hidden;
}
#c90 .navisort_now_ {
    color:#CC0000;
    text-decoration:none;
    margin:2px 5px;
    white-space: nowrap;
}
#c90 .navisort_ a {
    margin:2px 5px;
    white-space: nowrap;
}
/* ?\?|?O‘O */
#c90 .goods_filter_ {
    border-top: 1px solid #d2be8e;
}
#c90 .navistyle_ {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d2be8e;
}
#c90 .navistyle_ dt {
    float: left;
    text-align: right;
    font-weight: bold;
    width: 8em;
    padding: 0 10px 0 0;
/*- border-right: 1px solid #d2be8e;-*/
}
#c90 .navistyle_ dd {
    border-left: 1px solid #d2be8e;
    margin-left: 10px;
    padding-left: 5px;
    overflow: hidden;
}
#c90 .navistyle_now_ {
}
#c90 .navistyle_ a {
    margin:2px 5px;
    white-space: nowrap;
}
#c90 .navistyle_ dd .thum_ a,
#c90 .navistyle_ dd .list_ a,
#c90 .navistyle_ dd .pic_up_ a {
    float: left;
    font-size: 0;
    height: 11px;
    margin: 5px;
    text-indent: -999px;
    width: 20px;
}
#c90 dl.navistyle_ dd .thum_ a {
    background: url(../img/usr/icon_thum_off.png) no-repeat center center;
}
#c90 dl.navistyle_ dd .navistyle_now_.thum_ a,
#c90 dl.navistyle_ dd .thum_ a:hover {
    background: url(../img/usr/icon_thum_on.png) no-repeat center center;
}

#c90 dl.navistyle_ dd .list_ a {
    background: url(../img/usr/icon_list_off.png) no-repeat center center;
}
#c90 dl.navistyle_ dd .navistyle_now_.list_ a,
#c90 dl.navistyle_ dd .list_ a:hover {
    background: url(../img/usr/icon_list_on.png) no-repeat center center;
}

#c90 dl.navistyle_ dd .pic_up_ a {
    background: url(../img/usr/icon_pic_up_off.png) no-repeat center center;
}
#c90 dl.navistyle_ dd .navistyle_now_.pic_up_ a,
#c90 dl.navistyle_ dd .pic_up_ a:hover {
    background: url(../img/usr/icon_pic_up_on.png) no-repeat center center;
}
/* ?u?‰?“?h?i?? */
#c90 .brand_name_ {
    width: 100%;
    overflow: hidden;
}
#c90 .brand_name_now_ {
    color:#CC3300;
    text-decoration:none;
    margin:2px 5px;
    white-space: nowrap;
}
#c90 .brand_name_ a {
    margin:2px 5px;
    white-space: nowrap;
}
/* ???[?J?[?i?? */
#c90 .maker_name_ {
    width: 100%;
    overflow: hidden;
}
#c90 .maker_name_now_ {
    color:#CC3300;
    text-decoration:none;
    margin:2px 2px 2px 2px;
    white-space: nowrap;
}
#c90 .maker_name_ a {
    margin:2px 2px 2px 2px;
    white-space: nowrap;
}
/* ?y?[?W?W???“?v */
#c90 .navipage_ {
    text-align:right;
    padding: 0px 0;
}
#c90 .navipage_.top_ {      /* ?y?[?W?W???“?v?a?” */
    margin-top: 3px;
    margin-bottom: 3px;
}
#c90 .navipage_.bottom_ {   /* ?y?[?W?W???“?v‰o?” */
    margin-top: 3px;
    margin-bottom: 3px;
}
#c90 .navipage_ .navipage_sum_ {
}
#c90 .navipage_ .navipage_first_ a {
    padding-left: 18px;
    background: url(../img/sys/navifirst.gif) left center no-repeat;
}
#c90 .navipage_ .navipage_prev_ a {
    padding-left: 12px;
    background: url(../img/sys/naviprev.gif) left center no-repeat;
}
#c90 .navipage_ .navipage_next_ a {
    padding-right: 12px;
    background: url(../img/sys/navinext.gif) right center no-repeat;
}
#c90 .navipage_ .navipage_last_ a {
    padding-right: 18px;
    background: url(../img/sys/navilast.gif) right center no-repeat;
}
#c90 .navipage_now_ {
    margin:0 1px;
    padding: 2px 7px;
    color:#CC3300;
    font-weight:bold;
    text-decoration:none;
    background: #F0F0F0;
    border: 1px solid #CC3300;
}
#c90 .navipage_ .navipage_reverse_ {
    margin-right: 5px;
}
#c90 .navipage_ .navipage_forward_ {
    margin-left: 5px;
}
#c90 .navipage_ a {
    margin: 0 1px;
    padding: 2px 7px;
    background-color: #FFF;
    border: 1px solid #C9ECC6;
}
#c90 .navipage_ a:hover {
    text-decoration: none;
    background-color: #FEFEFE;
    border: 1px solid #F3D898;
}
/*-----------------------------------------------------------------------------

   ?^?C?g??
            
------------------------------------------------------------------------------*/
#c90 h1.category_name_ {
    margin: 0 0 5px 0;
    padding: 5px;
    color: #8c6b3a;
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #8c6b3a;
}

#c90 .event_title_ {
    margin-bottom: 5px;
    padding: 5px 20px;
    font-size: 14px;
    color: #8c6b3a;
    background: #d2be8e;
    font-weight: bold;
    clear: both!important;
}
#c90 .event_title_ a {
    color: #8c6b3a;
}
#c90 .event_title_ a:hover {
    color: #FFF;
}

/* --------------------------------------------------------------------
    ???i?U?×?@?g’￡?@”\
-------------------------------------------------------------------- */
#c90 div.itemdetail_frame_ {
}
#c90 div.itemdetail_frame_ .ttl_ {
    margin-bottom: 10px;
    padding: 5px 20px 5px 40px;
    font-size: 14px;
    color: #8c6b3a;
    background-color: #d2be8e;
    font-weight: bold;
    clear: both!important;
}

#c90 div.itemdetail_frame_ .comment_ {
    background: #d2be8e url(../img/usr/icon_comme.png) no-repeat left center;
}
#c90 div.itemdetail_frame_ .product_ {
    background: #d2be8e url(../img/usr/icon_product.png) no-repeat left center;
}
#c90 div.itemdetail_frame_ .washing_ {
    background: #d2be8e url(../img/usr/icon_washing.png) no-repeat left center;
}
#c90 div.itemdetail_frame_ .attention_ {
    background: #d2be8e url(../img/usr/icon_attention.png) no-repeat left center;
}

#c90 div.itemdetail_frame_ .comments_answer_ {
    margin: 10px 10px 15px;
}

/* --------------------------------------------------------------------
    ???i?U?×?@?†?[?U?[???r?…?[
-------------------------------------------------------------------- */
#c90 h2.common_headline2_ {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 14px;
    color: #8c6b3a;
    background-color: #d2be8e;
    font-weight: bold;
    clear: both!important;
    border: 0;
}
#c90 .review_intro_ {
    border-bottom: 1px dotted #D2BE8E;
}
#c90 #userreview_frame .review_line_ {
    border-bottom: 1px dotted #D2BE8E;
    padding: 0 10px;
}
#c90 #userreview_frame .review_line_ .review_line_title_ {
    border-left: 3px solid #D2BE8E;
    border-bottom: 0;
    padding: 0 0 0 10px;
}
#c90 #userreview_frame .review_line_ .review_line_summary_ {
}
#c90 #userreview_frame .review_line_ .review_line_frame_ {
    padding: 0 10px;
}

/* --------------------------------------------------------------------
    ???i?U?×?@?A?s?c???A?C?e??
-------------------------------------------------------------------- */
#c90 #goodshistory h2.goodshistory_title_ {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 14px;
    color: #8c6b3a;
    background-color: #d2be8e;
    font-weight: bold;
    clear: both!important;
    border: 0;
}

/* --------------------------------------------------------------------
    ???i?U?×?@‰!?A?N?I?E?^?@‰!?G5?‡
-------------------------------------------------------------------- */
#c90 .item_imag_ttl_ {
    color: #8c6b3a;
    background-color: #d2be8e;
}
/* --------------------------------------------------------------------
    ???i?U?×?@?†?[?U?[???r?…?[
-------------------------------------------------------------------- */
#c90 .review_pagenav_ #review_read_button a {
    background: url(../img/usr/icon_k_arrow01.png) no-repeat left 7px;
}
/* --------------------------------------------------------------------
    ???i?U?×?@?X?y?b?N?I?e?^?C?g??
-------------------------------------------------------------------- */
#c90 div.cordinate_category_title_{
    background-color: #d2be8e;
    width: 370px;
    padding-left: 10px;
    color: #8c6b3a;
}
/* --------------------------------------------------------------------
    ???i?U?×?@?a?O?e?u
-------------------------------------------------------------------- */
#c90 div.cordinate_detail_product_frame_{
    width: 370 px;
    /*height: 230px;*/
    overflow: hidden;
    border-bottom: 1px dotted #8c6b3a;
}
#c90 div.cordinate_productpic_s_ {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #8c6b3a;
}

/* --------------------------------------------------------------------
    ?g?s?b?N?X
-------------------------------------------------------------------- */
/* ?g?s?b?N?e?? */
/*-?W???E?]??
#c90 div.topiclist_ {
    margin: 0 60px 10px 60px;
}
#c90 div.topiclist_ .topiclist_head_ {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 14px;
    color: #8c6b3a;
    background: #d2be8e;
    font-weight: bold;
    clear: both!important;
    overflow: hidden;
}
#c90 div.topiclist_ .topiclist_head_ h2 {
    float: left;
    display: inline;
    font-size: 16px;
    font-weight: bold;
}
#c90 div.topiclist_ .topiclist_head_ .rss_ {
    float: right;
    display: inline;
    text-align: right;
    margin-top: 3px;
}
#c90 div.topiclist_ .topiclist_body_ {
    padding: 0 20px 20px 20px;
}
#c90 div.topiclist_ div.topiclist_ ul.topicline_ {
    margin: 0;
    padding: 0;
}
#c90 div.topiclist_ ul.topicline_ li {
    padding: 5px 5px 5px 15px;
    background: url(../img/usr/topiclist.png) 5px 11px no-repeat;
    border-bottom: 1px dotted #CCC;
}

#c90 div.topiclist_ ul.topicline_ li.img_ {
    padding: 5px 0;
    background: none;
}
-*/
/* --------------------------------------------------------------------
    ?T?u?J?e?S??
-------------------------------------------------------------------- */
#c90 div.CategoryStyleP_Item_ h3.name_ {
    margin: 0 5px 10px 5px;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #D2BE8E;
}
/* --------------------------------------------------------------------
    ?C?x?“?g?^?C?g??
-------------------------------------------------------------------- */
#c90 h1.event_name_ {
    margin: 0 0 20px 0;
    padding: 10px;
    color: #8c6b3a;
    font-size: 21px;
    font-weight: bold;
    border-left: 5px solid #8c6b3a;
}

/* --------------------------------------------------------------------
    NEWS?L???@?A???[?W?“?O?f?U?C?“
-------------------------------------------------------------------- */

/* line 198, sass/style.scss */
#c90 #news {
  background: url(http://web.amina-co.jp/cayhane/wp-content/themes/amina/images/bg_news.png);
  width: 190px;
  margin: 0 20px 0 0;
  font-size:12px;
}
/* line 200, sass/style.scss */
#c90 #news .news_header {
  background: url(http://web.amina-co.jp/cayhane/wp-content/themes/amina/images/bg_news_header.png);
  height: 38px;
}
/* line 204, sass/style.scss */
#c90 #news .news_header ul {
  padding: 8px 0 0 7px;
}
/* line 206, sass/style.scss */
#c90 #news .news_header ul li {
  display: block;
  float: left;
  width: 52px;
  padding-left: 4px;
}
/* line 211, sass/style.scss */
#c90 #news .news_header ul li a {
  display: block;
  text-indent: -9999px;
}
/* line 218, sass/style.scss */
#c90 #news .news_footer {
  background: url(http://web.amina-co.jp/cayhane/wp-content/themes/amina/images/bg_news_end.png);
  height: 7px;
}
/* line 222, sass/style.scss */
#c90 #news dl {
  margin: 0 13px;
}
/* line 225, sass/style.scss */
#c90 #news dl dd {
  border-bottom: 1px dotted #cccccc;
  padding:0;
  margin:0;
}
/* line 231, sass/style.scss */
#c90 #news dl.news_ec dt a {
  color: #096f97;
}
/* line 234, sass/style.scss */
#c90 #news dl.news_shop dt a {
  color: #07913a;
}