@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------- 
ヘッダー
-------------------------------------------------------------- */
.contentHeader {
    background: url(/resource/club_com/special/kagu/desk_navigation/images/header_bg01.jpg ) 670px 13px no-repeat #fff;
    width: 755px;
    border: 3px solid #46b441;
    margin-bottom: 15px;
}
.contentHeader h1 {
    display: block;
    width: 326px;
    height: 62px;
    background-color: #999;
    float: left;
    margin-right: 50px;
}
.contentHeader p {
    font-size: 14px;
    color: #46b441;
    font-weight: bold;
    float: left;
    margin-top: 14px;
    line-height: 1.2;
}
/* -------------------------------------------------------------- 
カテゴリー左リンク
-------------------------------------------------------------- */
#sub.lColmun {
    width: 166px;
    margin-right:29px;
    float: left;
    font-size: 10px;
}
*html #sub.lColmun {
    display: block;
    margin-right:0px;
}

/* leftCategoryNavi
--------------------------------------------- */

.leftCategoryNavi {
    font-size: 1.2em;
    line-height:1.4;
    margin-top:15px;
}
.leftCategoryNaviTtl {
    background:url(/resource/images/search/category-navi-top-bg.gif) no-repeat left top #4aa3ff;
    border-bottom:1px solid #1b72e9;
    color:#fff;
    font-weight:bold;
    min-height:23px;
    height:auto !important;
    height:23px;
    padding:5px 5px 0 18px;
}
.leftCategoryNaviTogetherTtl { /* 追加 2012.12.16 (cate03) */
    background:url(/resource/images/search/category-search-navi-top-bg.gif) no-repeat left top #999999;
    border-bottom:1px solid #666666;
    color:#fff;
    font-weight:bold;
    font-size: 1.4em;
    line-height: 1.6;
    min-height:23px;
    height:auto !important;
    height:23px;
    padding:3px 5px 3px 26px;
}
.leftCategoryNaviTogetherTtl-176 { /* 追加 2012.12.27 (cate02) */
    background:url(/resource/images/search/category-search-navi-top-bg176.gif) no-repeat left top #999999;
    border-bottom:1px solid #666666;
    color:#fff;
    font-weight:bold;
    font-size: 1.0em;
    line-height: 1.75;
    min-height:23px;
    height:auto !important;
    height:23px;
    padding:3px 5px 3px 26px;
}
.leftCategoryNavi a:link,
.leftCategoryNavi a:visited,
.leftCategoryNavi a:active {
    color: #717171;
    text-decoration: none;
}

.leftCategoryNavi a:hover {
    color: #717171;
    text-decoration: underline;
}

.leftCategoryNavi .cateNavibg {
    padding-bottom:4px;
    background:url(/resource/images/search/category-navi-btm-bg.gif) bottom no-repeat;
}

.leftCategoryNavi .categoryNavi {
    border-top: 1px solid #c3c3c3;
}

.leftCategoryNavi .categoryNavi:first-child,
.leftCategoryNavi .categoryNavi.first-child {
    border-top: none;
}

.leftCategoryNavi .categoryNavi.selected {
    background: #b2b2b2 url(/resource/images/search/search-cat-nav-selected-bg.gif) no-repeat right center;
}

.leftCategoryNavi .categoryNavi a {
    padding: 10px 0 10px 14px;
    display: block;
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
} 

.leftCategoryNavi .categoryNavi a:hover,
.leftCategoryNavi .categoryNavi a:active,
.leftCategoryNavi .categoryNavi a.current {
    background: #dfebf7 url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
    color: #1b72e9;
}

.leftCategoryNavi .categoryNavi ul.subCategory {
    display: none;
    margin-left: 15px;
}

.leftCategoryNavi .categoryNavi ul.subCategory li a {
    padding: 0 0 5px 14px;
    display: block;
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
}

.leftCategoryNavi .categoryNavi ul.subCategory li a:hover {
    background: #dfebf7 (/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
    color: #1b72e9;
}

.categoryNavi-subtit {
    padding-top:20px;
}
.categoryNavi-subtit.top {
    padding-top:0;
}

.bnrListBase .parent a {
    background: url("/resource/images/shared/icn/b-arrow-mkr.gif") no-repeat scroll 3px 50% transparent;
    display: block;
    padding: 10px 0 10px 13px;
    font-size: 1.2em;
    color: #717171;
    text-decoration: none;
}
.bnrListBase .parent a:hover,
.bnrListBase .parent a:active {
    background: #dfebf7 (/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
    color: #1b72e9;
    text-decoration: underline;
}

.bnrListBase .parent.open a {
    border-bottom: 1px solid #4ba4ff;
    background: #dfebf7 (/resource/images/shared/icn/b-arrow-btm-mkr.png) no-repeat 3px 50%;
    color: #1b72e9;
}
.bnrListBase .parent {
    border-bottom: 1px solid #C3C3C3;
}
.bnrListBase {
    margin: 10px 0 0;
    position: relative;
}
.bnrListBase ul li {
    margin: 5px 0 0;
}

/* categoryList
--------------------------------------------- */
.categoryList {
    font-size: 1.2em;
    padding-bottom:20px;
}
.categoryList ul .cate {
    max-height:378px;
    overflow:auto;

}
.categoryList ul .maker {
    max-height:222px;
    overflow:auto;
}
.categoryList a:link,

.categoryList a:visited,
.categoryList a:active {
    color: #717171;
    text-decoration: none;
}
.categoryList a:hover {
    text-decoration: underline;
}

.categoryList .listHeading {
    margin-top:10px;
    /*border-top: 1px solid #fff;*/
}
.categoryList .topline {
    border-top: 1px solid #fff;
}

.categoryList .parent {
    border-top: 1px solid #c3c3c3;
    /zoom: 1;
}

.categoryList .parent.border {
    border-bottom: 1px solid #c3c3c3;
}

.categoryList .parent a {
    padding: 10px 0 10px 13px;
    display: block;
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;    
}

.categoryList .parent a:hover,
.categoryList .parent a:active {
    background: #dfebf7 (/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
    color: #1b72e9;
}

.categoryList .parent.open a {
    border-bottom: 1px solid #4ba4ff;
    background: #dfebf7 (/resource/images/shared/icn/b-arrow-btm-mkr.png) no-repeat 3px 50%;
    color: #1b72e9;
}

.categoryList .child {
    padding: 4px 0 4px 23px;
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 13px 50%;    
}

.categoryList .child.odd {
    background-color: #f7f7f7;
}

.categoryList .child a:hover,
.categoryList .child a:active {
    color: #1b72e9;
    text-decoration: underline;
}

.categoryList .iconListItem {
    border-top: 1px solid #c3c3c3;
}

.categoryList .iconListItem:first-child,
.categoryList .iconListItem.first-child {
    border-top: none;    
}

.categoryList .iconListItem a {
    padding: 10px 0 10px 25px;
    display: block;
}



.categoryList .iconListItem a:hover,
.categoryList .iconListItem a:active {
    background: #dfebf7 (/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
    color: #1b72e9;
}

.categoryList .iconListItem a div {
    display: table;
}

.categoryList .iconListItem .icon {
    margin-left: -25px;
    display: inline-block;
    vertical-align: middle;
    /display: inline;
    /zoom: 1;
}

.categoryList .iconListItem .iconText {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    /display: inline;
    /zoom: 1;        
}

.categoryList .toggleListItem {
    border-top: 1px solid #c3c3c3;
    /zoom: 1;
}
.categoryList .toggleListItem:first-child,
.categoryList .toggleListItem.first-child {
    border-top: none;
}
.categoryList .toggleListItem a {
    padding: 10px 0 10px 14px;
    display: block;
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
} 
.categoryList .toggleListItem a:hover,
.categoryList .toggleListItem a:active {
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50% #dfebf7;
    color: #1b72e9;
}

.categoryList .toggleListItem.selected {
    background-color:#b2b2b2;
    background-image:none;
    color: #fff;
}
.categoryList .toggleListItem.selected a {
    display:block;
    float:left;
    width:116px;
}
.categoryList .toggleListItem.selected a.cancel {
    float:right;
    width:13px;
    padding:2px 2px 0 0;
    display:inline;
    background:none;
}
.categoryList .toggleListItem.selected a.selectItemTxt {
    color: #fff;
    background: url(/resource/images/shared/icn/g-arrow-mkr.gif) no-repeat 3px 50% #b2b2b2;;
}
.categoryList .toggleListItem.selected a:hover.selectItemTxt {
    background: url(/resource/images/shared/icn/g-arrow-mkr.gif) no-repeat 3px 50% #b2b2b2;;
}
.categoryList .toggleListItem.selected a:hover,
.categoryList .toggleListItem.selected a:active {
    background: url(/resource/images/shared/icn/g-arrow-mkr.gif) no-repeat 3px 50% #b2b2b2;
    color: #ffffff;
} 

/*商品の種類で絞り込む*/
.categoryList .toggleIconListItem,
.categoryList .toggleIconListControl {
    border-top: 1px solid #c3c3c3;
}
.categoryList .toggleIconListControl {
    text-align: right;
    padding-top: 5px;
}
.categoryList .moreItem {
    display: none;
}
.categoryList .toggleIconListItem:first-child,
.categoryList .toggleIconListItem.first-child {
    border-top: none;
}
.categoryList .toggleIconListItem a {
    padding: 10px 0 10px 25px;
    display: block;
}
.categoryList .toggleIconListItem a:hover,
.categoryList .toggleIconListItem a:active {
    background: #dfebf7;
    color: #1b72e9;
    text-decoration: none;
    cursor: pointer;
}
.categoryList .toggleIconListItem a:hover .iconText,
.categoryList .toggleIconListItem a:active .iconText {
    text-decoration: underline;
}

/*.categoryList .toggleIconListItem a div {
    display: table;
}*/

.categoryList .toggleIconListItem .icon {
    margin-left: -25px;
    display: inline-block;
    vertical-align: middle;
    /display: inline;
    /zoom: 1;
    text-decoration: none;
}

.categoryList .toggleIconListItem .iconText {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    /display: inline;
    /zoom: 1;
}
.categoryList .toggleIconListItem a:hover .iconText,
.categoryList .toggleIconListItem a:active .iconText {
 text-decoration: underline;
}
.categoryList .toggleIconListItem.selected {
    background: #b2b2b2;
}
.categoryList .toggleIconListItem.selected a.ListItemtxt {
    float:left;
    width:116px;
}
.categoryList .toggleIconListItem.selected a .iconText {
    color: #fff;
    width:106px;
}
.categoryList .toggleIconListItem.selected a.cancel {
    float:right;
    width:13px;
    padding:10px 2px 10px 0;
}
.categoryList .toggleIconListItem.selected a:hover,
.categoryList .toggleIconListItem.selected a:active {
    background: #b2b2b2;
    color: #fff;
}
.categoryList .iconListItem a:hover .iconText,
.categoryList .iconListItem a:active .iconText {
 text-decoration: underline;
}

/*価格で絞り込む*/
.categoryList .priceList .toggleListItem.selected a {
    width:130px;
}
.categoryList .priceList .toggleListItem.selected a.cancel {
    width:13px;
}
.categoryList .priceList .toggleListItem.selected a:hover {
    background: url(/resource/images/shared/icn/g-arrow-mkr.gif) no-repeat 3px 50% #b2b2b2;
}
.categoryList .toggleListItem.selected .subListItem {
    padding-left: 15px;
    background: #fff;
}
.categoryList .toggleListItem.selected .subListItem li {
    border: 0 none;
}
.categoryList .toggleListItem.selected .subListItem li a {
    padding: 2px 0 5px 14px;
    display: block;
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
    color: #717171;
}
.categoryList .toggleListItem.selected .subListItem li a:hover {
    background: #dfebf7 (/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 50%;
    color: #1b72e9;
}

/*商品検索*/
.categoryList .priceList .priceInputBox {
    background-color: #d8d8d8;
    font-size: 10px;
    margin-top: 5px;
    padding: 2px;
    vertical-align: middle;
}
.categoryList .priceList .priceInputBox li input {
    border: 1px solid #999;
    font-size: 11px;
    margin: 0 2px;
    vertical-align: middle;
    width: 46px;
}
.categoryList .priceList .priceInputBox li input.priceSearchBtn {
    border: medium none;
    margin: 0 0 0 8px;
    width: 24px;
}
.categoryList .priceList .priceInputBox li input.priceSearchBtn:hover {
    opacity: 0.6;
}

/* 2013.10追記 新規 */
.sectionBase #sub h4.nListH4{
    background-color:#dfebf7;
    font-weight:bold;
    border-bottom:1px solid #2579EA;
    border-left:5px solid #2579EA;
    padding:3px 5px;
    margin-top:5px;
}
.sectionBase #sub ul.nListTypeCheckBox{
    margin-top:3px;
    padding-bottom:5px;
}
.sectionBase #sub ul.nListTypeCheckBox li{
    _line-height:0;
}
.sectionBase #sub ul.nListTypeCheckBox li a{
    padding: 2px 0 2px 20px;
    display: block;
    background: url(/resource/images/shared/icn/list-checkbox-off.gif) no-repeat 3px 5px;
    text-decoration: underline;
    _line-height:normal;
}
.sectionBase #sub ul.nListTypeCheckBox li a:active,
.sectionBase #sub ul.nListTypeCheckBox li a:hover{
    color: #1b72e9;
    cursor: pointer;
    background-color:#e9f2fb;
}
.sectionBase #sub ul.nListTypeCheckBox li a .icon {
    display: inline-block;
    vertical-align: middle;
    /display: inline;
    /zoom: 1;
    text-decoration: none;
}
.sectionBase #sub ul.nListTypeCheckBox li a .iconText {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-decoration:underline;
    width:111px;
    /display: inline;
    /zoom: 1;
}

.sectionBase #sub ul.nListTypeCheckBox li.release{
    padding:2px 0;
}
.sectionBase #sub ul.nListTypeCheckBox li.release a{
    background:none;
    padding: 0;
    font-size:0.8em;
    display:inline;
    text-decoration: underline;
}
.sectionBase #sub ul.nListTypeCheckBox li.release a:active,
.sectionBase #sub ul.nListTypeCheckBox li.release a:hover{
    text-decoration:none;
    color:#717171;
    background:none;
}
.sectionBase #sub ul.nListTypeCheckBox li.current a{
    background: url(/resource/images/shared/icn/list-checkbox-on.gif) no-repeat 3px 5px;
    font-weight:bold;
    color:#333;
    text-decoration:none;
    display:block;
}
.sectionBase #sub ul.nListTypeCheckBox li.current a:active,
.sectionBase #sub ul.nListTypeCheckBox li.current a:hover{
    background-color:#dfebf7;
    color:#333;
}
.sectionBase #sub ul.nListTypeCheckBox li.current a .iconText{
    font-weight:bold;
    text-decoration:none;
    color:#333;
}
.sectionBase #sub ul.nListTypeCheckBox li.toggleIconListControl{
    padding-top:0;
    border-top:none;
}
.sectionBase #sub ul.nListTypeCheckBox li.toggleIconListControl a{
    background:none;
}
.sectionBase #sub ul.nListTypeCheckBox li.toggleIconListControl a:active,
.sectionBase #sub ul.nListTypeCheckBox li.toggleIconListControl a:hover{
    text-decoration:none;
    color:#717171;
    background:none;
}
.sectionBase #sub ul.plusIcon li a{
    background: url(/resource/images/shared/icn/list-checkbox-off.gif) no-repeat 3px center;
    padding:5px 0 5px 20px;
}
.sectionBase #sub ul.plusIcon li.current a{
    background: url(/resource/images/shared/icn/list-checkbox-on.gif) no-repeat 3px center;
}

.sectionBase #sub ul.nListTypeArrow{
    margin-top:3px;
    padding-bottom:5px;
}
.sectionBase #sub ul.nListTypeArrow li{
    _line-height:0;
}
.sectionBase #sub ul.nListTypeArrow li ul{
    border-top:1px solid #c3c3c3;
    margin-left:1em;
    margin-top:4px;
}
.sectionBase #sub ul.nListTypeArrow li.current span{
/*    background: url(/resource/images/shared/icn/o-arrow-mkr.gif) no-repeat 3px 7px;*/
/*    padding: 2px 0 2px 14px;*/
    display: block;
/*    font-weight:bold;*/
    _line-height:normal;
    padding-bottom: 4px;
}
.sectionBase #sub ul.nListTypeArrow li.current ul{
    border-top:none;
    margin-top:0;
}
.sectionBase #sub ul.nListTypeArrow li.current ul li a{
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 7px;
    font-weight:normal;
    text-decoration:underline;
    _line-height:normal;
    _zoom:1;
}
.sectionBase #sub ul.nListTypeArrow li.current ul li a:active,
.sectionBase #sub ul.nListTypeArrow li.current ul li a:hover{
    background-color:#e9f2fb;
}
.sectionBase #sub ul.nListTypeArrow li a{
    padding: 2px 0 2px 14px;
    display: block;
    background: url(/resource/images/shared/icn/b-arrow-mkr.gif) no-repeat 3px 7px;
    text-decoration: underline;
    _line-height:normal;
}
.sectionBase #sub ul.nListTypeArrow li a:active,
.sectionBase #sub ul.nListTypeArrow li a:hover{
    color: #1b72e9;
    cursor: pointer;
    background-color:#dfebf7;
}
.sectionBase #sub ul.nListTypeArrow li.release{
    padding:2px 0;
}
.sectionBase #sub ul.nListTypeArrow li.release a{
    background:none;
    padding: 0;
    font-size:0.8em;
    display:inline;
}
.sectionBase #sub ul.nListTypeArrow li.release a:active,
.sectionBase #sub ul.nListTypeArrow li.release a:hover{
    text-decoration:none;
    color:#717171;
    background:none;
}


/*
color chips style
--------------------------------------------- */
.sectionBase #sub ul.nListTypeCheckBox li.colorchip a span,
.selectArea ul.nListTypeCheckBox li.colorchip a span,
.ui-tooltip-content ul.nListTypeCheckBox li.colorchip a span {
    background: url(/resource/images/shared/icn/icon_colors.gif) no-repeat;
    padding-left: 20px;
    display: block;
}
*html .sectionBase #sub ul.nListTypeCheckBox li.colorchip a span,
*html .selectArea ul.nListTypeCheckBox li.colorchip a span,
*html .ui-tooltip-content ul.nListTypeCheckBox li.colorchip a span {
    padding-top: 1px;
}
/* black */
.sectionBase #sub ul.nListTypeCheckBox li a#color10100 span,
.selectArea ul.nListTypeCheckBox li a#color10100 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10100 span  {
    background-position: 2px 2px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color10200 span,
.selectArea ul.nListTypeCheckBox li a#color10200 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10200 span  {
    background-position: 2px -38px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color10300 span,
.selectArea ul.nListTypeCheckBox li a#color10300 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10300 span {
    background-position: 2px -78px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color10400 span,
.selectArea ul.nListTypeCheckBox li a#color10400 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10400 span {
    background-position: 2px -118px!important;
}
/* purple */
.sectionBase #sub ul.nListTypeCheckBox li a#color10500 span,
.selectArea ul.nListTypeCheckBox li a#color10500 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10500 span {
    background-position: 2px -158px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color10600 span,
.selectArea ul.nListTypeCheckBox li a#color10600 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10600 span {
    background-position: 2px -198px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color10700 span,
.selectArea ul.nListTypeCheckBox li a#color10700 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10700 span {
    background-position: 2px -238px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color10800 span,
.selectArea ul.nListTypeCheckBox li a#color10800 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10800 span {
    background-position: 2px -278px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color10900 span,
.selectArea ul.nListTypeCheckBox li a#color10900 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color10900 span {
    background-position: 2px -318px!important;
}
/* orange */
.sectionBase #sub ul.nListTypeCheckBox li a#color11000 span,
.selectArea ul.nListTypeCheckBox li a#color11000 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11000 span {
    background-position: 2px -358px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color11100 span,
.selectArea ul.nListTypeCheckBox li a#color11100 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11100 span {
    background-position: 2px -398px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color11200 span,
.selectArea ul.nListTypeCheckBox li a#color11200 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11200 span {
    background-position: 2px -438px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color11300 span,
.selectArea ul.nListTypeCheckBox li a#color11300 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11300 span {
    background-position: 2px -478px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color11400 span,
.selectArea ul.nListTypeCheckBox li a#color11400 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11400 span {
    background-position: 2px -518px!important;
}
/* clear */
.sectionBase #sub ul.nListTypeCheckBox li a#color11500 span,
.selectArea ul.nListTypeCheckBox li a#color11500 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11500 span {
    background-position: 2px -558px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color11600 span,
.selectArea ul.nListTypeCheckBox li a#color11600 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11600 span {
    background-position: 2px -598px!important;
}
.sectionBase #sub ul.nListTypeCheckBox li a#color11700 span,
.selectArea ul.nListTypeCheckBox li a#color11700 span,
.ui-tooltip-content ul.nListTypeCheckBox li a#color11700 span {
    background-position: 2px -638px!important;
}
/* -------------------------------------------------------------- 
メインカラム
-------------------------------------------------------------- */
.rColumn {
    float: left;
    margin-right: 1px;
    width: 562px;
}
*html .rColumn {
    float: right;
    display: inline;
    overflow: hidden;
}
.innerLinkList {
    width: 100%;
    margin: 0 0 20px 0;
}
.innerLinkList li {
    font-size: 14px;
    width: 40%;
    float: left;
    background: url(/resource/club_com/special/kagu/chair_navigation/images/ico_square.gif) no-repeat left center;
    margin-bottom: 7px;
}
.innerLinkList li a {
    color: #1b72e9;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
}
.rColumn h2 {
    font-size: 20px;
    color: #2d2d2d;
    border-bottom: 2px solid #999;
}
.subTitle {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 18px;
}
.typeInfo {
    width: 566px;
}
.typeInfo li {
    float: left;
    margin: 20px 18px 0 0;
    width: 272px;
}
.typeInfo .rightType,
.colorInfo .rightType,
.togetherInfo .rightType {
    margin-right: 0;
}
.typeInfo li h3,
.colorInfo li h3,
.togetherInfo li h3 {
    background-color: #f3f3f3;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px;
}
.typeInfo li h3 {
    margin-bottom: 10px;
}
.typeInfo li .read{
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.typeInfo li .detail{
    padding-top: 14px;
}
.typeInfo a:hover .photo,
.colorInfo a:hover .photo,
.togetherInfo a:hover .photo{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
}
.sizeInfo {
    margin: 20px 0;
}
.sizeInfo img {
    display: block;
    float: left;
}
.sizeInfo .textArea {
    width: 270px;
    margin: 30px 20px 30px 0;
    float: right;
}
.sizeInfo .textArea h3 {
    background: none;
    font-size: 13px;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px dashed #d9d9d9;
}
.sizeListBox {
    width: 535px;
    padding: 8px 12px 0;
    border: 1px solid #999999;
}
.sizeListBox h3{
    background: none;
    font-size: 16px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999999;
}
.sizeListBox li {
    background: url(/resource/club_com/special/kagu/desk_navigation/images/ico_square.gif) no-repeat left center;
    font-size: 14px;
    float: left;
    width: 150px;
    padding-left: 12px;
    margin-bottom: 12px;
}
.sizeListIn {
    margin-top: 10px;
    padding-bottom 14px;
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
.sizeListInLine {
    border-bottom: 1px dashed #d9d9d9;
}
.sizeListTit {
    width: 43px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.sizeList {
    float:right;
    width: 492px;
    padding-bottom: 14px;
}
.colorInfo li,
.togetherInfo li {
    float: left;
    margin: 20px 20px 0 0;
    width: 174px;
}
.colorInfo li h3,
.togetherInfo li h3 {
    margin-bottom: 12px;
}
.colorInfo li .detail,
.togetherInfo li .detail {
    padding-top: 8px;
}
.heading {
    position: relative;
}
.mod_iconHeading {
    padding: 8px 10px 0 35px;
    line-height: 1.4;
    min-height: 31px;
    _height: 31px;
    border-bottom: 1px solid #1b72e9;
    background: #4ba4ff url(/resource/club_com/special/kagu/desk_navigation/images/text-heading-b-bg.gif) no-repeat left top;
}
.mod_iconHeading h2 {
    color: #fff;
    font-size: 14px;
    border: none;
    margin: 0;
    padding-top: 4px;
}
.cnt.ranking {
    font-size: 10px;
}
.mod_iconHeading .icon {
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 0.1px;
    line-height: 0;
}
.ttl-update-txt{
  font-size: 13px;
  text-align: right;
  margin-top:-20px;
}
.rankingColumnItemNew {
    float: left;
    margin-left: 8px;
    padding-top: 5px;
    width: 178px;
}
* html .rankingColumnItemNew {
    margin-left: 3px;
}
.rankingColumnItem4-5New {
    float: left;
    margin-left: 10px;
    padding-top: 5px;
    width: 274px;
}
.dateTxtCateTop {
    margin-top: 5px;
    font-size: 2.1em;
    text-align: right;
    line-height: normal;
    color: #fff;
}
.fontBl {
    color: #333;
}
*:first-child+html .dateTxtCateTop {margin-top: 12px;}
.column2ver .rankingColumnItemNew.no1New {border: 2px solid #FFCA29;}    
.column2ver .rankingColumnItemNew.no2New {border: 2px solid #BDBDBD;}
.column2ver .rankingColumnItemNew.no3New {border: 2px solid #F4D19D;}
.column2ver .rankingColumnItem4-5New.no4-5New {border: 1px solid #DFEBF7;}
.ranking-1-3-bg {padding: 0 5px 10px;}
.ranking-4-5-bg {padding: 0 5px 10px;}
.ranking-4-5-bg:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.rankingItemTxtNew.wide {
    width: 363px;
}
.rankingItemTxtNew.wide a {
    font-size: 1.2em;
}
.rankingItemPicNew {
    float: left;
    padding: 5px 5px 0 3px;
    width: 80px;
}
.rankingItemNew {
    margin: 0;
            padding: 5px 0 10px;
    width: 262px;
    font-size:1.2em;
    line-height: 1.4;
}
.rankingItemNew dt {
    overflow: hidden;
}
.rankingItemNew .priceArea {
    font-size:0.83em;
    padding:0 5px 0 90px;
    clear: both;
}
.rankingItem {
    width:168px;
  margin: auto;
    padding-top:5px;
    font-size:1.36em;
    line-height:1.4;
    background: transparent;
    text-align: center;
}
.rankingItemTit {
    text-align: center;
}
.rankingItemBuy .price.fs13 b{
    font-size:0.84em;
}
.rankCartTop{
    width:168px;
    clear:both;
}
.catePickupcommodity {
    width:562px;
    background:url(/resource/images/search/search-item-bg.gif) top repeat-y;
}
*:first-child+html .cateBox.none{
  border-bottom: none;
}
.rankAncPicLtxt{
  display:inline-block;
  width: 95%;
  text-decoration: underline;
  font-size:0.85em;
    padding: 10px 0 10px 0;
}
.rankingItemNew dt {
    display: block;
    float:left;
    width: 80px;
}
.rankingItemNew .rankAncPicLtxt{
  font-size:1em;
  width: 152px;
    padding: 0 0 0 10px;
}
.rankAncPicLtxt:hover{
  text-decoration: none;
}
.rank4-5AncPicLtxt{
  display:inline-block;
  width: 270px;
  text-decoration: underline;
}
.rank4-5AncPicLtxt:hover{
  text-decoration: none;
}
.rankingItem dt a img,
.rankingItemNew dt a img {
  width: 80px;
    margin: auto;
}
.fs8{font-size: 0.83em;}
.cateBox {
    clear: both;
    margin-top: 10px;
}
.rankingItemBuy .price {
    color: #D80000;
    font-size: 17px;
    text-align: right;
}
.addToCartSet input { margin:0 4px; }
.rankingItembtn {
    padding:10px 0 0 0;
    overflow: hidden;
    text-align: right;
    vertical-align: middle !important;
    font-size: 12px;
}
.rankingItembtn input {
    margin:0 9px;
    width: 50px;
    text-align: right;
}
#maintenance_ranking { font-size:83.4%; }


#deskNavigation .pageTop {
    font-size: 12px;
    margin-bottom: 20px;
}



/*////////////160513/////////////*/

.anchor_link_desknavi ul li,.anchor_link_desknavi_bottom ul li{
    margin-right: 10px;
}

#d_cont1,#d_cont2 {
    width: 761px;
    height: 37px;
    background: url(/resource/club_com/special/kagu/desk_navigation/images/160513/desknavi_title.gif) no-repeat scroll;
    position: relative;
    overflow: hidden;
}

#d_cont2{
    margin-top: 30px;
}

#d_cont1 h2,#d_cont2 h2{
    color: #ffffff;
    font-size: 17px;
    margin-left: 42px;
    padding-top: 7px;
}

.anchor_link_desknavi_bottom{
    border-top: solid 1px #d0d0d0;
    margin-top: 30px;
}

.desknavi_desk_h3 {
    margin-top: 30px;
    border-bottom: solid 2px #999999;
}

.desknavi_desk_h3 h3{
    font-size: 20px;
}

.desknavi_desk_type_photo li{
    margin-right: 16px;
}

.desknavi_desk_type_photo a:hover,.desknavi_desk_type_photo_2 a:hover{
    opacity: 0.6;
}

.desknavi_desk_type_p{
    width: 169px;
    float: left;
    margin-right: 20px;
}

.desknavi_desk_type_p_01{
    width: 196px;
    float: left;
    margin-right: 47px;
}

.desknavi_desk_type_p_02{
    width: 200px;
    float: left;
    margin-right: 70px;
}

.desknavi_desk_type_p_03{
    width: 220px;
    float: left;
    margin-right: 20px;
}

.desknavi_desk_type_p h4,.desknavi_desk_type_p_01 h4,.desknavi_desk_type_p_02 h4,.desknavi_desk_type_p_03 h4,.desknavi_desk_type_p_09 h4,.desknavi_desk_type_p_02_2 h4{
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 7px;
    margin-bottom: 7px;
    font-size: 14px;
}

.desknavi_table{
    margin-top: 7px;
}

.desknavi_table2{
    margin-top: 20px;
}

.desknavi_table table,.desknavi_table2 table{
    border-collapse: collapse;
}

.desknavi_desk_type_p_04,.desknavi_desk_type_p_05,.desknavi_desk_type_p_06,.desknavi_desk_type_p_07,.desknavi_desk_type_p_08,.desknavi_desk_type_p_10,.desknavi_desk_type_p_11,.desknavi_desk_type_p_11_mr90,.desknavi_desk_type_p_11_mr63{
    font-size: 12px;
    float: left; 
}

.desknavi_desk_type_p_04{
    margin-right: 67px;   
}

.desknavi_desk_type_p_05{
    margin-right: 103px;   
}
.desknavi_desk_type_p_06{
    margin-right: 110px;   
}
.desknavi_desk_type_p_07{
    margin-right: 86px;   
}

.desknavi_desk_type_p_08{
    margin-left: 15px;   
}

.desknavi_desk_type_p_09{
    float: left;
    width: 137px;
}

.desknavi_desk_type_p_11_mr90{
    margin-right: 90px;
}

.desknavi_desk_type_p_11_mr63{
    margin-right: 63px;
}

.desknavi_desk_type_p_02_2{
    width: 200px;
    float: left;
    margin-right: 63px;
}


.desknavi_desk_type_photo .mr69{
    margin-right: 69px;
}

.pageTop span{
    font-size: 12px;
}

.vat td{
    vertical-align: top;
}