@charset "UTF-8";
#content {
    width: 738px;
    float: right
}

#content.no_control_panel {
    float: none;
    width: 990px
}

#content .pulldownWrapper {
    margin-bottom: -18px;
    z-index: 2
}

#control_panel {
    width: 234px;
    float: left;
    margin: 8px 0 0 0;
    position: relative
}

#control_panel nav {
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 3px;
    padding: 21px 0 28px 0
}

#control_panel nav section {
    margin: 30px 0 0 0;
    clear: both
}

#control_panel nav section:first-child {
    margin-top: 0
}

#control_panel nav section .tit {
    font-size: 18px;
    margin: 0 0 0 19px;
    color: #333
}

#control_panel nav section .selected {
    position: relative;
    font-size: 13px;
    width: 232px;
    line-height: 1.4
}

#control_panel nav section .selected a {
    background: #e6e6e6;
    display: block;
    color: #333;
    padding: 11px 30px 11px 30px;
    word-break: break-all;
    word-break: break-word
}

#control_panel nav section .selected a:after {
    content: "";
    color: #aaa;
    position: absolute;
    right: 9px;
    top: 50%;
    margin: -7px 0 0 0;
    font-size: 16px
}

#control_panel nav section .selected a:hover {
    text-decoration: none;
    background: #eaeaea
}

#control_panel nav section .selected a:hover:after {
    color: #ccc
}

#control_panel nav section.sex ul {
    padding: 8px 20px 0 19px
}

#control_panel nav section.sex ul li {
    font-size: 14px;
    margin: 3px 0 0 0
}

#control_panel nav section.sex ul li:first-child {
    margin-top: 0
}

#control_panel nav section.sex ul li a {
    display: block;
    color: #333;
    padding: 4px 0 4px 0
}

#control_panel nav section.sex ul li a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 0 0;
    padding: 4.5px 0 0 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: -1px;
    margin: 0 10px 0 0
}

#control_panel nav section.sex ul li.current a:before {
    background: #2490d0
}

#control_panel nav section .select_overlay {
    margin: 14px 0 0 0
}

#control_panel nav section .select_overlay .selected {
    margin-top: -8px;
    margin-bottom: -1px
}

#control_panel nav section .select_overlay .trigger {
    border-top: 1px #ddd solid;
    margin: 0 0 0 19px;
    padding: 7px 0 0 0;
    font-size: 13px
}

#control_panel nav section .select_overlay .trigger a {
    padding: 5px 12px 5px 12px;
    display: block;
    float: right
}

#control_panel nav section .flyout_container {
    margin: 14px 0 0 0
}

#control_panel nav section .flyout_container.line_none {
    margin-top: 5px
}

#control_panel nav section .flyout_container.line_none li {
    border: none
}

#control_panel nav section .flyout_container.line_none li:first-child {
    border: none
}

#control_panel nav section .flyout_container .another_menu .another_trigger {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 19px
}

#control_panel nav section .flyout_container .another_menu .another_trigger a {
    display: block;
    color: #333;
    padding: 10px 18px 10px 5px;
    border-bottom: 1px #ddd solid;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#control_panel nav section .flyout_container .another_menu .another_trigger a:after {
    content: "";
    color: #ccc;
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -7px 0 0 0;
    -webkit-transition: all linear 0.13s;
    -moz-transition: all linear 0.13s;
    -o-transition: all linear 0.13s;
    transition: all linear 0.13s
}

#control_panel nav section .flyout_container .another_menu .another_trigger a:hover {
    background: #f5f5f5
}

#control_panel nav section .flyout_container .another_menu .another_detail {
    -webkit-transition: all ease-out 0.18s;
    -moz-transition: all ease-out 0.18s;
    -o-transition: all ease-out 0.18s;
    transition: all ease-out 0.18s;
    overflow: hidden;
    position: relative;
    margin: -1px 0 0 0
}

#control_panel nav section .flyout_container .another_menu.show .another_trigger a {
    background: #f5f5f5
}

#control_panel nav section .flyout_container .another_menu.show .another_trigger a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#control_panel nav section .flyout_container .another_menu.show .another_detail {
    overflow: visible
}

#control_panel nav section .flyout {
    margin: 0 0 0 19px
}

#control_panel nav section .flyout ul li {
    border-bottom: 1px #ddd solid;
    position: relative
}

#control_panel nav section .flyout ul li.no_detail a {
    font-size: 13px;
    display: block;
    color: #333;
    padding: 9px 18px 9px 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#control_panel nav section .flyout ul li.no_detail a:after {
    content: "";
    color: #ccc;
    position: absolute;
    right: 7px;
    top: 50%;
    margin: -7px 0 0 0
}

#control_panel nav section .flyout ul li.no_detail a:hover {
    background: #f5f5f5
}

#control_panel nav section .flyout ul li:first-child {
    border-top: 1px #ddd solid
}

#control_panel nav section .flyout ul li.over:hover {
    z-index: 2
}

#control_panel nav section .flyout ul li p.trigger {
    font-size: 13px;
    position: relative
}

#control_panel nav section .flyout ul li p.trigger a {
    display: block;
    color: #333;
    padding: 9px 18px 9px 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#control_panel nav section .flyout ul li p.trigger a:after {
    content: "";
    color: #ccc;
    position: absolute;
    right: 7px;
    top: 50%;
    margin: -7px 0 0 0
}

#control_panel nav section .flyout ul li p.trigger a:hover {
    background: #f5f5f5
}

#control_panel nav section .flyout ul li .detail {
    position: absolute;
    left: -9999px;
    top: -99999px;
    border-radius: 3px;
    width: 220px;
    border: 1px #ddd solid;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    margin: 0 0 30px 0;
    padding: 12px 0 12px 0
}

#control_panel nav section .flyout ul li .detail ul li {
    font-size: 13px;
    border: none;
    width: 218px
}

#control_panel nav section .flyout ul li .detail ul li a {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #888;
    padding: 5px 14px 5px 14px
}

#control_panel nav section .flyout ul li .detail ul li a:hover {
    text-decoration: none;
    background: #f5f5f5
}

#control_panel nav section .flyout ul li .detail ul li.current a {
    background: #e6e6e6
}

#control_panel nav section .flyout ul li.current {
    z-index: 3
}

#control_panel nav section .flyout ul li.current p.trigger a {
    background: #f5f5f5
}

#control_panel nav section .flyout ul li.current .detail {
    left: 188px;
    top: -13px
}

#control_panel nav section.category .selected {
    margin-top: -1px
}

#control_panel nav section.color .selected {
    margin-top: 8px;
    margin-bottom: 5px
}

#control_panel nav section.color .color_palet {
    padding: 6px 0 0 14px
}

#control_panel nav section.color .color_palet ul li {
    width: 40px;
    height: 40px;
    font-size: 8px;
    float: left;
    margin: 1px 1px 0 0;
    border-radius: 3px;
    text-align: center;
    position: relative;
    letter-spacing: 0;
    white-space: nowrap
}

.chrome #control_panel nav section.color .color_palet ul li span.txt {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    display: block;
    margin-top: -1px
}

#control_panel nav section.color .color_palet ul li:before {
    width: 28px;
    height: 28px;
    background: #f6f7f8;
    display: block;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    border-radius: 3px
}

#control_panel nav section.color .color_palet ul li.white:before {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px #eee solid
}

#control_panel nav section.color .color_palet ul li.black:before {
    background: #000
}

#control_panel nav section.color .color_palet ul li.gray:before {
    background: #9a9a9a
}

#control_panel nav section.color .color_palet ul li.brown:before {
    background: #75341f
}

#control_panel nav section.color .color_palet ul li.beige:before {
    background: #e7d9ae
}

#control_panel nav section.color .color_palet ul li.green:before {
    background: #2c9a4b
}

#control_panel nav section.color .color_palet ul li.blue:before {
    background: #0d66e7
}

#control_panel nav section.color .color_palet ul li.purple:before {
    background: #620888
}

#control_panel nav section.color .color_palet ul li.yellow:before {
    background: #f5e641
}

#control_panel nav section.color .color_palet ul li.pink:before {
    background: #f7b1d8
}

#control_panel nav section.color .color_palet ul li.red:before {
    background: #da0327
}

#control_panel nav section.color .color_palet ul li.orange:before {
    background: #ff8c24
}

#control_panel nav section.color .color_palet ul li.silver:before {
    background: #dbdbdb
}

#control_panel nav section.color .color_palet ul li.gold:before {
    background: #e4b834
}

#control_panel nav section.color .color_palet ul li.other:before {
    background: url("//i7.wimg.jp/content/icon/pc/color_other.png") no-repeat 0 0;
    background-size: 28px 28px
}

#control_panel nav section.color .color_palet ul li a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    padding: 14px 0 0 0;
    color: #fff;
    border-radius: 3px;
    opacity: 0
}

.safari #control_panel nav section.color .color_palet ul li a {
    padding: 15px 0 0 0
}

#control_panel nav section.color .color_palet ul li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1
}

#control_panel nav section.color .color_palet ul li.current {
    background: #f5f5f5;
    border: 1px #ddd solid
}

#control_panel nav section.color .color_palet ul li.current:before {
    left: 5px;
    top: 5px
}

#control_panel nav section.other .selected {
    margin-top: -1px;
    z-index: 2
}

#control_panel nav section.other .flyout {
    margin-top: -1px
}

#control_panel nav section.other .flyout .detail {
    width: 600px
}

#control_panel nav section.other .flyout .detail ul li {
    float: left;
    width: 198px
}

#control_panel nav section.other .region .region_select {
    margin-bottom: 1px;
    margin-left: 0
}

#control_panel nav section.other .region .region_select ul li p.trigger {
    margin-top: -1px
}

#control_panel nav section.other .region .region_select ul li p.trigger a {
    background: #e6e6e6;
    padding-left: 30px
}

#control_panel nav section.other .region .region_select ul li p.trigger a:after {
    color: #aaa
}

#control_panel nav section.other .region .region_select ul li p.trigger a:hover {
    background: #eaeaea
}

#control_panel nav section.other .region .region_select ul li.current .detail {
    left: 214px;
    top: -13px
}

#control_panel nav section.other .region .region_select.flyout .detail {
    width: 757px;
    max-height: 435px;
    overflow-y: auto
}

#control_panel nav section.other .region .region_select.flyout .detail ul li {
    float: left;
    width: 148px
}

#control_panel nav section.sns_friend ul {
    margin: 15px 0 0 19px;
    border-top: 1px #ddd solid;
    padding: 8px 0 0 0
}

#control_panel nav section.sns_friend ul li {
    text-align: right
}

#control_panel nav section.sns_friend ul li input {
    display: inline-block;
    padding: 3px 12px 3px 12px;
    border: none;
    background: none;
    font-size: 13px;
    color: #2490d0
}

#control_panel nav section.sns_friend ul li input:hover {
    opacity: 1;
    text-decoration: underline
}

#control_panel.fix {
    position: fixed
}

#control_panel.float {
    position: absolute
}

#gbl_brand_info {
    margin: 0 0 5px 0;
    border-bottom: 1px #ddd solid;
    position: relative;
    padding: 30px 0 28px 0
}

#gbl_brand_info .tit {
    font-size: 16px;
    text-align: center;
    font-weight: bold
}

#gbl_brand_info .tit span {
    display: block;
    font-size: 11px;
    font-weight: normal
}

#gbl_brand_info .txt {
    margin: 13px 0 0 0;
    font-size: 12px;
    text-align: center;
    color: #888
}

#gbl_brand_info .link {
    margin: 17px 0 0 0
}

#gbl_brand_info .link ul {
    letter-spacing: -.40em;
    text-align: center
}

#gbl_brand_info .link ul li {
    display: inline-block;
    margin: 0 6px 0 6px;
    letter-spacing: normal
}

#gbl_brand_info .link ul li.favorite {
    width: 258px
}

html:lang(en) #gbl_brand_info .link ul li.favorite {
    width: 320px
}

#gbl_brand_info .link ul li .btn_favorite {
    font-size: 13px;
    width: 258px
}

#gbl_brand_info .link ul li .btn_favorite p.btn a:before, #gbl_brand_info .link ul li .btn_favorite p.btn span.link:before {
    content: none
}

html:lang(en) #gbl_brand_info .link ul li .btn_favorite {
    width: 320px
}

#gbl_brand_info .link ul li.official_site {
    width: 285px;
    font-size: 13px
}

html:lang(en) #gbl_brand_info .link ul li.official_site {
    width: 320px
}

#gbl_brand_info .link ul li.official_site a {
    display: block;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    color: #888;
    font-weight: bold;
    border: 1px #ddd solid;
    border-radius: 2px;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
    height: 36px
}

#gbl_brand_info .link ul li.official_site a:before {
    display: block;
    content: none;
    margin: -6px 0 0 0;
    padding: 9px 0 0 0;
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-right: 1px solid #ddd;
    float: left
}

#gbl_brand_info .link ul li.official_site.mini {
    width: 38px;
    position: relative;
    top: 15px
}

html:lang(en) #gbl_brand_info .link ul li.official_site.mini {
    width: 38px
}

#gbl_brand_info .link ul li.official_site.mini a {
    height: 38px;
    padding: 7px 0 8px 1px
}

#gbl_brand_info .link ul li.official_site.mini a:before {
    border-right: 0px solid #ddd
}

#gbl_brand_info .link ul li.official_site.mini.site a:before {
    content: ""
}

#gbl_brand_info .link ul li.official_site.mini.tw a:before {
    content: ""
}

#gbl_brand_info .link ul li.official_site.mini.fb a:before {
    content: ""
}

#gbl_brand_info .link ul li.official_site.mini.ig a:before {
    content: ""
}

#gbl_brand_info .link ul li.official_site.mini.wb a:before {
    content: ""
}

#brand_overlay .section {
    width: 910px;
    margin: -281px 0 0 -455px;
    padding: 24px 39px 39px 39px
}

#brand_overlay .section .tit_container {
    background: none;
    padding: 0 0 16px 0
}

#brand_overlay .section .tit_container p.tit {
    font-size: 20px
}

#brand_overlay .section .tit_container p.tit:before {
    content: "";
    color: #aaa;
    font-size: 29px;
    vertical-align: -6px;
    margin: 0 12px 0 0
}

#brand_overlay .section .tit_container p.close {
    right: 0;
    top: 3px
}

#brand_overlay .section .tit_container p.close:before {
    font-size: 25px
}

#brand_overlay .section .search {
    border: 1px #ddd solid;
    border-radius: 3px;
    padding: 19px 19px 19px 19px;
    background: #f6f6f6;
    position: relative
}

#brand_overlay .section .search:before {
    content: "";
    color: #aaa;
    position: absolute;
    left: 29px;
    top: 50%;
    font-size: 20px;
    margin: -10px 0 0 0
}

#brand_overlay .section .search input {
    width: 100%;
    font-size: 15px;
    padding: 6px 6px 6px 40px;
    -webkit-padding-before: 8px;
    height: 38px
}

#brand_overlay .section .search input:focus {
    background: #fff
}

#brand_overlay .section .content {
    border: 1px #ddd solid;
    margin: 18px 0 0 0;
    position: relative;
    min-height: 354px
}

#brand_overlay .section .content.load:before {
    content: '';
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: rgba(250, 250, 250, 0.8) url("//i7.wimg.jp/content/icon/pc/loading_gif.gif") no-repeat 50% 50%;
    background-size: 22px 22px
}

#brand_overlay .section .content .title {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f5f5f5;
    font-size: 12px;
    color: #888;
    padding: 6px 19px 6px 19px;
    border-bottom: 1px #eee solid
}

#brand_overlay .section .content .nohit {
    display: none;
    text-align: center;
    font-size: 16px;
    padding: 160px 0 0 0
}

#brand_overlay .section .content .container {
    margin: 32px 0 0 0;
    height: 320px;
    overflow-y: scroll
}

#brand_overlay .section .content .container ul li {
    clear: both;
    border-bottom: 1px #eee solid;
    width: 100%
}

#brand_overlay .section .content .container ul li a {
    display: table;
    padding: 16px 19px 16px 19px
}

#brand_overlay .section .content .container ul li a:hover {
    text-decoration: none;
    background: #f5f5f5
}

#brand_overlay .section .content .container ul li a .main {
    width: 452px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 0
}

#brand_overlay .section .content .container ul li a .main p.name {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#brand_overlay .section .content .container ul li a .main p.name span {
    display: block;
    font-size: 12px;
    color: #888;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#brand_overlay .section .content .container ul li a .sub {
    text-align: right;
    margin: 6px 0 0 0;
    color: #333;
    width: 320px;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px #ddd solid
}

#brand_overlay .section .content .container ul li a .sub p {
    font-size: 18px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
    display: inline-block;
    margin: 0 0 0 10px
}

#brand_overlay .section .content .container ul li a .sub p .notes {
    font-size: 12px;
    padding: 0 0 0 3px
}

#brand_overlay .section .content .container .data, #brand_overlay .section .content .container .first_data {
    overflow: hidden;
    padding: 0 0 10px 0
}

#brand_overlay .section .content .container .data {
    display: none
}

#brand_overlay .section .content.data_show .container {
    margin-top: 0;
    height: 352px
}

#brand_overlay .section .content.data_nohit .title {
    display: none
}

#brand_overlay .section .content.data_nohit .nohit {
    display: block
}

#brand_overlay .section .content.data_nohit .container {
    display: none
}

#magazine_overlay .section {
    width: 910px;
    margin: -251px 0 0 -455px;
    padding: 24px 39px 39px 39px
}

#magazine_overlay .section .tit_container {
    background: none;
    padding: 0 0 16px 0;
    border-bottom: 1px #eee solid
}

#magazine_overlay .section .tit_container p.tit {
    font-size: 20px
}

#magazine_overlay .section .tit_container p.close {
    right: 0;
    top: 3px
}

#magazine_overlay .section .tit_container p.close:before {
    font-size: 25px
}

#magazine_overlay .section .switching {
    padding: 15px 0 15px 0
}

#magazine_overlay .section .switching .menu {
    float: left
}

#magazine_overlay .section .switching .menu .tit {
    float: left;
    font-size: 16px
}

#magazine_overlay .section .switching .menu ul {
    float: left
}

#magazine_overlay .section .switching .menu ul li {
    display: inline-block;
    color: #888;
    margin: 0 0 0 18px;
    cursor: pointer
}

#magazine_overlay .section .switching .menu ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 0 0;
    padding: 4.5px 0 0 0;
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: 0
}

#magazine_overlay .section .switching .menu ul li.current:before {
    background-color: #2490d0
}

#magazine_overlay .section .switching .menu.sex ul li {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif
}

#magazine_overlay .section .switching .menu.area {
    margin: 0 0 0 18px;
    border-left: 1px #ddd solid;
    padding: 0 0 0 18px
}

#magazine_overlay .section .content {
    border: 1px #ddd solid;
    position: relative;
    margin: 1px 0 0 0;
    height: 332px
}

#magazine_overlay .section .content .narrowList {
    text-align: center;
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    border-bottom: 1px #eee solid;
    padding: 2px 0 2px 0;
    min-height: 39px
}

#magazine_overlay .section .content .narrowList span {
    line-height: 1.2;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 16px
}

#magazine_overlay .section .content .narrowList span:before {
    content: '';
    border-left: 1px #ddd solid
}

#magazine_overlay .section .content .narrowList span:first-child:before {
    border: none
}

#magazine_overlay .section .content .narrowList span a {
    display: inline-block;
    padding: 8px 8px 8px 8px
}

#magazine_overlay .section .content .list_container {
    margin: 40px 0 0 0;
    height: 290px;
    overflow-y: scroll
}

#magazine_overlay .section .content .list_container.load:before {
    content: '';
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: rgba(250, 250, 250, 0.8) url("//i7.wimg.jp/content/icon/pc/loading_gif.gif") no-repeat 50% 50%;
    background-size: 22px 22px
}

#magazine_overlay .section .content .list_container .item_list {
    padding: 0 17px 0 17px;
    min-height: 290px;
    position: relative
}

#magazine_overlay .section .content .list_container .item_list .item {
    clear: both;
    padding: 20px 0 0 0;
    margin: 0 0 10px 0
}

#magazine_overlay .section .content .list_container .item_list .item .title {
    font-size: 16px
}

#magazine_overlay .section .content .list_container .item_list .item ul {
    border-top: 1px #ddd solid;
    padding: 6px 0 0 0;
    margin: 10px 0 0 0
}

#magazine_overlay .section .content .list_container .item_list .item ul li {
    width: 249px;
    float: left;
    margin: 3px 10px 0 0;
    font-size: 14px;
    line-height: 1.4
}

#magazine_overlay .section .content .list_container .item_list .item ul li:nth-child(3n+1) {
    clear: both
}

#magazine_overlay .section .content .list_container .item_list .item ul li a {
    display: inline-block;
    padding: 6px 0 6px 0
}

#magazine_overlay .section .content .list_container .item_list .item ul li a span.sub {
    padding: 0 0 0 5px;
    font-size: 10px;
    color: #888
}

#magazine_overlay .section .content .list_container .item_list .item ul li a span.sub:before {
    content: '('
}

#magazine_overlay .section .content .list_container .item_list .item ul li a span.sub:after {
    content: ')'
}

#search_result {
    clear: both;
    padding: 5px 0 0 0
}

#search_result #no_hit {
    text-align: center;
    padding: 140px 0 120px 0
}

#search_result #no_hit p {
    font-size: 20px
}

#search_result #no_hit p.notes {
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #888
}

#search_result #no_hit p.notes strong {
    color: #333
}

#main_list .list {
    width: 756px;
    margin-top: 0
}

#main_list .list li:nth-child(3n+1) {
    clear: both
}

#main_list .list .shopping {
    padding: 8px 0 10px 0;
    height: 251px
}

#main_list .list .shopping .use_item_txt {
    font-size: 12px;
    margin: 0 0 0 10px;
    white-space: nowrap
}

#main_list .list .shopping ul {
    width: auto;
    margin: 8px 0 0 0
}

#main_list .list .shopping ul li {
    border: none;
    border-radius: none;
    width: 101px;
    margin: 0 0 0 10px;
    background: none
}

#main_list .list .shopping ul li .img_container {
    width: 101px;
    height: 121px;
    overflow: hidden
}

#main_list .list .shopping ul li .img_container .img {
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    background-color: #eaeaea
}

#main_list .list .shopping ul li .img_container .img img {
    width: 101px;
    height: 121px
}

#main_list .list .shopping ul li .img_container .price {
    font-size: 11px;
    color: #fff;
    padding: 2px 6px 2px 6px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
    background: rgba(36, 144, 208, 0.9);
    border-radius: 2px;
    line-height: 1.2;
    position: absolute;
    left: 5px;
    top: 98px
}

#main_list .list .shopping ul li .info {
    padding: 8px 0 0 0
}

#main_list .list .shopping ul li .info .brand {
    font-size: 12px;
    line-height: 1.2;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#main_list .list .shopping ul li .info .size {
    margin: 3px 0 0 0;
    font-size: 12px;
    line-height: 1.2;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
    color: #888;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#main_list .list .shopping ul li .buy_btn {
    margin: 8px 0 0 0
}

#main_list .list .shopping ul li .buy_btn p a {
    display: block;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: 1px #1e78ad solid;
    border-radius: 2px;
    background: #2490d0;
    background: -moz-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: -webkit-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#2490d0), to(#1f7eb6));
    background: -o-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: linear-gradient(to bottom, #2490d0 0%, #1f7eb6 100%);
    font-size: 13px
}

#main_list .list .shopping.load .loadUseItemTxt {
    position: relative;
    width: 158px;
    height: 8px;
    overflow: hidden;
    background: #f6f7f8;
    margin: 7px 0 0 10px
}

#main_list .list .shopping.load .loadUseItemTxt:before {
    content: '';
    display: block;
    position: absolute;
    left: -316px;
    top: 0;
    width: 316px;
    height: 8px;
    background: -moz-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f6f7f8), color-stop(25%, #f0f2f4), color-stop(75%, #f0f2f4), to(#f6f7f8));
    background: -o-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: linear-gradient(to right, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background-size: 316px 8px;
    background-repeat: no-repeat;
    -webkit-animation: loadAniPlaceholder 0.8s infinite linear;
    -moz-animation: loadAniPlaceholder 0.8s infinite linear;
    animation: loadAniPlaceholder 0.8s infinite linear
}

#main_list .list .shopping.load .loadList {
    margin: 12px 0 0 0
}

#main_list .list .shopping.load .loadList .loadSection {
    width: 101px;
    margin: 0 0 0 10px;
    float: left
}

#main_list .list .shopping.load .loadList .loadSection .loadImg {
    position: relative;
    width: 101px;
    height: 121px;
    overflow: hidden;
    background: #f6f7f8
}

#main_list .list .shopping.load .loadList .loadSection .loadImg:before {
    content: '';
    display: block;
    position: absolute;
    left: -202px;
    top: 0;
    width: 202px;
    height: 121px;
    background: -moz-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f6f7f8), color-stop(25%, #f0f2f4), color-stop(75%, #f0f2f4), to(#f6f7f8));
    background: -o-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: linear-gradient(to right, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background-size: 202px 121px;
    background-repeat: no-repeat;
    -webkit-animation: loadAniPlaceholder 0.8s infinite linear;
    -moz-animation: loadAniPlaceholder 0.8s infinite linear;
    animation: loadAniPlaceholder 0.8s infinite linear
}

#main_list .list .shopping.load .loadList .loadSection .loadBrand {
    position: relative;
    width: 78px;
    height: 8px;
    overflow: hidden;
    background: #f6f7f8;
    margin: 10px 0 0 0
}

#main_list .list .shopping.load .loadList .loadSection .loadBrand:before {
    content: '';
    display: block;
    position: absolute;
    left: -156px;
    top: 0;
    width: 156px;
    height: 8px;
    background: -moz-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f6f7f8), color-stop(25%, #f0f2f4), color-stop(75%, #f0f2f4), to(#f6f7f8));
    background: -o-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: linear-gradient(to right, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background-size: 156px 8px;
    background-repeat: no-repeat;
    -webkit-animation: loadAniPlaceholder 0.8s infinite linear;
    -moz-animation: loadAniPlaceholder 0.8s infinite linear;
    animation: loadAniPlaceholder 0.8s infinite linear
}

#main_list .list .shopping.load .loadList .loadSection .loadSize {
    position: relative;
    width: 101px;
    height: 8px;
    overflow: hidden;
    background: #f6f7f8;
    margin: 7px 0 0 0
}

#main_list .list .shopping.load .loadList .loadSection .loadSize:before {
    content: '';
    display: block;
    position: absolute;
    left: -202px;
    top: 0;
    width: 202px;
    height: 8px;
    background: -moz-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f6f7f8), color-stop(25%, #f0f2f4), color-stop(75%, #f0f2f4), to(#f6f7f8));
    background: -o-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: linear-gradient(to right, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background-size: 202px 8px;
    background-repeat: no-repeat;
    -webkit-animation: loadAniPlaceholder 0.8s infinite linear;
    -moz-animation: loadAniPlaceholder 0.8s infinite linear;
    animation: loadAniPlaceholder 0.8s infinite linear
}

#main_list .list .shopping.load .loadList .loadSection .loadBtn {
    position: relative;
    width: 101px;
    height: 38px;
    overflow: hidden;
    background: #f6f7f8;
    margin: 14px 0 0 0
}

#main_list .list .shopping.load .loadList .loadSection .loadBtn:before {
    content: '';
    display: block;
    position: absolute;
    left: -202px;
    top: 0;
    width: 202px;
    height: 38px;
    background: -moz-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f6f7f8), color-stop(25%, #f0f2f4), color-stop(75%, #f0f2f4), to(#f6f7f8));
    background: -o-linear-gradient(left, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background: linear-gradient(to right, #f6f7f8 0%, #f0f2f4 25%, #f0f2f4 75%, #f6f7f8 100%);
    background-size: 202px 38px;
    background-repeat: no-repeat;
    -webkit-animation: loadAniPlaceholder 0.8s infinite linear;
    -moz-animation: loadAniPlaceholder 0.8s infinite linear;
    animation: loadAniPlaceholder 0.8s infinite linear
}

#list_1column {
    clear: both;
    margin: 18px 0 0 0
}

#list_1column ul li.list {
    display: table;
    width: 100%;
    margin: 18px 0 0 0;
    padding: 23px 0 23px 23px;
    background: #fff;
    border-radius: 3px;
    border: 1px #ddd solid
}

#list_1column ul li.list:first-child {
    margin-top: 0
}

#list_1column ul li.list .main {
    display: table-cell;
    vertical-align: top
}

#list_1column ul li.list .main .img_box {
    float: left;
    width: 70px
}

#list_1column ul li.list .main .img_box p.img {
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    width: 70px;
    height: 70px
}

#list_1column ul li.list .main .img_box p.img img {
    border-radius: 50%;
    border: 1px #ddd solid
}

.shop #list_1column ul li.list .main .img_box p.img img {
    border-radius: 4px;
    border: 1px #ddd solid
}

#list_1column ul li.list .main .content {
    float: right;
    width: 500px;
    padding: 1px 0 0 0
}

#list_1column ul li.list .main .content .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all;
    word-break: break-word
}

#list_1column ul li.list .main .content .name a {
    color: #333;
    display: inline-block
}

#list_1column ul li.list .main .content .name .user_type_ico {
    display: inline-block;
    white-space: nowrap;
    vertical-align: -2px;
    margin-left: 8px
}

#list_1column ul li.list .main .content ul.info {
    color: #888;
    margin: 4px 0 0 0
}

#list_1column ul li.list .main .content ul.info li {
    float: left;
    padding: 0 5px 0 0;
    font-size: 11px;
    word-break: break-all;
    word-break: break-word
}

#list_1column ul li.list .main .content ul.info li:after {
    content: '|';
    margin: 0 0 0 5px;
    font-size: 11px;
    vertical-align: 1px
}

#list_1column ul li.list .main .content ul.info li:last-child:after {
    content: ''
}

#list_1column ul li.list .main .content p.shopname {
    color: #888;
    font-size: 11px;
    margin: 5px 0 0 0;
    word-break: break-all;
    word-break: break-word
}

#list_1column ul li.list .main .content p.shopname a {
    color: #888
}

#list_1column ul li.list .main .content ul.meta {
    margin: 2px 0 0 0
}

#list_1column ul li.list .main .content ul.meta li {
    float: left;
    font-size: 11px;
    margin: 0 12px 0 0
}

#list_1column ul li.list .main .content ul.meta li a {
    color: #333;
    display: block
}

#list_1column ul li.list .main .content ul.meta li a span {
    padding: 0 3px 0 0;
    font-size: 18px;
    font-weight: bold
}

#list_1column ul li.list .main .content .fav_brand {
    margin: 10px 0 0 0
}

#list_1column ul li.list .main .content .fav_brand h4.txt {
    font-size: 11px;
    color: #888
}

#list_1column ul li.list .main .content .fav_brand ul {
    margin: 0 0 0 -6px
}

#list_1column ul li.list .sub {
    display: table-cell;
    vertical-align: middle;
    width: 126px
}

#list_1column ul li.list .sub p.following {
    margin: 8px 0 -15px 0;
    font-size: 10px;
    color: #888;
    text-align: center
}

#related_content {
    clear: both;
    margin: 30px 0 0 0
}

#related_content .link_list {
    min-height: 58px
}

#related_content .link_list .data.load {
    position: relative;
    width: 300px;
    height: 15px;
    overflow: hidden;
    background: #eaeaea;
    margin-top: 8px
}

#related_content .link_list .data.load:before {
    content: '';
    display: block;
    position: absolute;
    left: -600px;
    top: 0;
    width: 600px;
    height: 15px;
    background: -moz-linear-gradient(left, #eaeaea 0%, #e5e5e5 25%, #e5e5e5 75%, #eaeaea 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%, #e5e5e5 25%, #e5e5e5 75%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, right top, from(#eaeaea), color-stop(25%, #e5e5e5), color-stop(75%, #e5e5e5), to(#eaeaea));
    background: -o-linear-gradient(left, #eaeaea 0%, #e5e5e5 25%, #e5e5e5 75%, #eaeaea 100%);
    background: linear-gradient(to right, #eaeaea 0%, #e5e5e5 25%, #e5e5e5 75%, #eaeaea 100%);
    background-size: 600px 15px;
    background-repeat: no-repeat;
    -webkit-animation: loadAniPlaceholder 0.8s infinite linear;
    -moz-animation: loadAniPlaceholder 0.8s infinite linear;
    animation: loadAniPlaceholder 0.8s infinite linear
}

#topAdBigBanner {
    margin-top: 20px;
    margin-bottom: 5px
}

body.coordinate #main_list ul li.banner {
    clear: both;
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    margin: 10px 0 20px 0
}

body.coordinate #main_list ul li.banner .cnt {
    display: inline-block;
    margin: 30px 20px 7px 20px;
    vertical-align: top;
    width: 300px
}

body.coordinate #main_list ul li.banner .cnt .adBanner.adRectangle {
    margin: 0
}

body.item #main_list ul li.banner {
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    margin: 10px 0 20px 0
}

body.item #main_list ul li.banner .cnt {
    display: inline-block;
    margin: 30px 20px 7px 20px;
    vertical-align: top;
    width: 300px
}

body.item #main_list ul li.banner .cnt .adBanner.adRectangle {
    margin: 0
}

body.item #main_list ul li:nth-child(3n+1) {
    clear: none
}

body #list_1column ul li.banner {
    text-align: center
}

body #list_1column ul li.banner .cnt {
    display: inline-block;
    margin: 40px 20px 22px 20px;
    vertical-align: top;
    width: 300px
}

body #list_1column ul li.banner .cnt .adBanner.adRectangle {
    margin: 0
}

/*# sourceMappingURL=list_common.css.map */