@charset "utf-8";
html {
    width: 100%;
    color: #000;
    font-size: 62.5%;
    font-family: verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.font {
    font-family: 'Roboto', sans-serif;
}

body {
    width: 100%;
    font-size: 1em;
    background: url(../images/bg.png) center top no-repeat #fff;
}

li {
    list-style: none;
}

img {
    /*width: 100%;*/
    vertical-align: top;
}

a:link {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: underline;
}

#header_navi a:link {
    text-decoration: none;
}

#header_navi a:visited {
    text-decoration: none;
}

#header_navi a:hover {
    text-decoration: underline;
}

#header_navi a:active {
    text-decoration: none;
}

#main_navi a:link {
    text-decoration: none;
}

#main_navi a:visited {
    text-decoration: none;
}

#main_navi a:hover {
    text-decoration: underline;
}

#main_navi a:active {
    text-decoration: none;
}

#side .category a:link {
    text-decoration: none;
}

#side .category a:visited {
    text-decoration: none;
}

#side .category a:hover {
    text-decoration: none;
}

#side .category a:active {
    text-decoration: none;
}

#side .collection a:link {
    text-decoration: none;
}

#side .collection a:visited {
    text-decoration: none;
}

#side .collection a:hover {
    text-decoration: underline;
}

#side .collection a:active {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.ma5 {
    margin: 5px;
}

.ma10 {
    margin: 10px;
}

.ma15 {
    margin: 15px;
}

.ma20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.pa5 {
    padding: 5px;
}

.pa10 {
    padding: 10px;
}

.pa15 {
    padding: 15px;
}

.pa20 {
    padding: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.bold {
    font-weight: bold;
}

.f_10 {
    font-size: 10px;
    font-size: 1.0rem;
}

.f_11 {
    font-size: 11px;
    font-size: 1.1rem;
}


/* wrapper
-----------------------------*/

#wrapper {
    width: 100%;
    line-height: 1.6;
    color: #000;
    text-align: left;
}


/* header
-----------------------------*/

header {
    width: 100%;
}

header .header_inner {
    position: relative;
    width: 960px;
    height: 120px;
    margin: 0 auto;
}

header .header_inner .logo {
    padding-top: 43px;
}

header .header_inner .illust {
    position: absolute;
    top: 0;
    left: 430px;
}

header .header_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    text-align: right;
}

header #header_navi {
    width: 300px;
    margin-top: 10px;
    overflow: hidden;
}

header #header_navi li {
    float: right;
    line-height: 1.5;
    background: url(../images/h_navi_line.png) right center no-repeat;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

header #header_navi li.li_con {
    padding-left: 10px;
    width: 68px;
    background: none;
}

header #header_navi li.li_l {
    width: 57px;
}

header #header_navi li.li_c {
    width: 47px;
    padding-left: 10px;
}

header #header_navi li.li_r {
    width: 81px;
    padding-left: 10px;
}

header #header_navi li.li_f {
    width: 85px;
}

header #header_navi li.li_t {
    width: 68px;
    padding-left: 10px;
}

header #header_navi_social {
    width: 300px;
    margin-top: 5px;
    overflow: hidden;
}

header #header_navi_social li {
    margin-left: 10px;
    float: right;
}

header #main_navi {
    width: 100%;
    background: #000;
}

header #main_navi nav {
    width: 960px;
    margin: 0 auto;
}

header #main_navi ul {
    float: left;
    background: url(../images/navi_line.png) right 12px no-repeat;
}

header #main_navi li {
    position: relative;
    float: left;
    width: 160px;
    padding: 5px 0;
    background: url(../images/navi_line.png) left 12px no-repeat;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
}

header #main_navi li a {
    display: block;
    color: #fff;
}

header #main_navi li a:hover {
    color: #f40000;
    text-decoration: none;
}

header #main_navi li ul {
    position: absolute;
    left: 0;
    top: 38px;
    display: none;
    padding: 5px 10px 10px;
    background: #000;
    z-index: 10;
}

header #main_navi li ul li {
    width: 105px;
    background: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
}

header #main_navi .search {
    float: right;
    padding-top: 5px;
}

header #main_navi .search .keyword {
    width: 153px;
    height: 24px;
}


/* contents
-----------------------------*/

#contents {
    width: 100%;
    /*min-height: 2400px;*/
}

#contents .pankz {
    width: 100%;
    background: #ccc;
}

#contents .pankz p {
    width: 960px;
    margin: 0 auto;
    padding: 3px 0;
    font-weight: bold;
}

#contents_inner {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 118px;
    overflow: hidden;
}


/* mv */

#mv {
    width: 100%;
    height: 440px;
    background: url(../images/mv_bg2.png) center top repeat-x #000;
    overflow: hidden;
}


/* news */

#news {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

#news p {
    width: 920px;
    height: 33px;
    line-height: 29px;
    margin: 0 auto;
    padding: 6px 0 2px 40px;
    background: url(../images/news.png) left center no-repeat;
}

#news a {
    float: right;
}


/* topics */

#topics {
    width: 100%;
    padding: 20px 0;
    background: #cccccc;
    border-bottom: 9px solid #d9d9d9;
}

#topics ul {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#topics ul li {
    float: left;
}

#topics ul li.center {
    margin: 0 20px;
}


/* side */

#side {
    float: left;
    width: 180px;
    padding-bottom: 300px;
}

.category {
    font-size: 14px;
    font-size: 1.4rem;
}

.category li {
    width: 160px;
    margin-top: 2px;
}

.category li a {
    display: block;
}

.category li a:hover {
    background: #000;
    color: #f40000;
    text-decoration: none;
}

.collection li {
    margin-top: 10px;
}

.collection li .arw {
    padding: 5px 0 0 10px;
    background: url(../images/arw.gif) left 7px no-repeat;
}


/* main */

#main {
    float: right;
    width: 780px;
}

.category_name {
    line-height: 1;
    padding-left: 10px;
    background: url(../images/item_line.png) left center no-repeat;
    font-size: 30px;
    font-size: 3.0rem;
}

.item_name {
    padding: 2px 10px 2px 25px;
    background: url(../images/item_line.png) 10px center no-repeat #000;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}
.item_name.reserve{
    background: url(../images/item_line.png) 10px center no-repeat #FF0001;
}

.item_name span {
    float: right;
    line-height: 2.4;
    color: #ccc;
    font-size: 12px;
    font-size: 1.2rem;
}


/* coordinate */

#coordinate {
    overflow: hidden;
}

#coordinate .main_img {
    float: left;
    width: 362px;
    background: #000;
    border: 4px solid #000;
    margin-right: 8px;
}

#coordinate .coordinate_r {
    float: left;
    width: 382px;
}

#coordinate .coordinate_r .name {
    margin-left: 20px;
    padding-left: 20px;
    background: url(../images/coordinate_name_line.png) 10px center no-repeat #000;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
}

#coordinate .coordinate_r .txt {
    margin-left: 20px;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}

#coordinate .coordinate_r .item {
    position: relative;
    min-height: 100px;
    margin-top: 10px;
    margin-left: 20px;
    background: #000;
    color: #fff;
}

#coordinate .coordinate_r .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    margin-top: -5px;
    border: 10px solid transparent;
    border-right-color: #000;
    border-left-width: 0;
}

#coordinate .coordinate_r .item a {
    color: #fff;
    text-decoration: none;
}

#coordinate .coordinate_r .item_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    padding: 10px;
}

#coordinate .coordinate_r .item_img img {
    max-width: 100%;
}

#coordinate .coordinate_r .item_r {
    width: 252px;
    margin-left: 100px;
    padding: 10px 10px 10px 0;
}

#coordinate .coordinate_r .item_r .item_name {
    padding: 0;
    background: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

#coordinate .coordinate_r .item_r .item_txt {
    padding-top: 2px;
    font-size: 10px;
    font-size: 1rem;
}

#coordinate .coordinate_r .item_r .item_price {
    padding-top: 3px;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}


/* new_item */

#new_item {
    position: relative;
}

#new_item .more {
    position: absolute;
    right: 0;
    top: 0;
}


/* scrap_list */

.scrap_list {
    overflow: hidden;
}

.scrap_list li {
    float: left;
    width: 232px;
    margin-left: 20px;
    border: 4px solid #000;
}

.scrap_list .scrap_btm {
    overflow: hidden;
    border-top: 4px solid #000;
}

.scrap_list .scrap_btm div {
    float: left;
    border-right: 4px solid #000;
    min-height: 55px;
}

.scrap_list .scrap_btm div.last {
    border-right: none;
}


/* item_list */

.item_list {
    overflow: hidden;
}

.item_list li {
    float: left;
    width: 167px;
    line-height: 1.4;
    margin: 20px 0 0 20px;
    border: 4px solid #000;
    background: #000;
    color: #fff;
}

.item_list li a {
    color: #fff;
    text-decoration: none;
}

.item_list li .ph {
    position: relative;
    background: #fff;
}

.item_list li .ph .sold_out {
    position: absolute;
    left: 0;
    bottom: 0;
}
.item_list li .ph .item_label {
    position: absolute;
    right: 3px;
    top: 3px;
}
.item_list li .ph .item_label img{
    width: 30px;
    height: 30px
}

.item_list li .name {
    font-size: 12px;
    font-size: 1.2rem;
}

.item_list li .name img {
    padding-top: 3px!important;
    padding-right: 5px!important;
}

.item_list li .txt {
    padding-top: 5px;
}

.item_list li .price {
    position: relative;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
}

.item_list li .sold_out {
    position: relative;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
}

.item_list li .sold_out span {
    padding: 0 5px;
    background: #666;
}

.item_list li .label {
    margin-right: 5px;
    padding: 0 2px;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
}

.item_list li .new {
    background: #c20000;
    color: #fffc00;
}

.item_list li .first {
    background: #c2a000;
}

.item_list li .second {
    background: #575757;
}

.item_list li .third {
    background: #a86610;
}

.item_list li .other {
    background: #418e03;
}

.item_list li.recommendation_ttl {
    width: 175px;
    border: none;
    background: #fff;
    text-align: center;
}


/* check_item */

#check_item {
    position: relative;
    width: 750px;
    height: 230px;
    border: 5px solid #cccccc;
}

#check_item .illust {
    position: absolute;
    right: 4px;
    top: -25px;
}

#check_item .ttl {
    position: absolute;
    left: 14px;
    top: -21px;
}

#check_item .check_item_list {
    width: 550px;
    margin: 10px 0 0 200px;
    overflow: hidden;
}

#check_item .check_item_list li {
    float: left;
    padding-top: 5px
}

#check_item .check_item_list li p {
    width: 108px;
    height: 100px;
    display: table-cell;
    layout-grid-line: 100px;
    text-align: center;
    vertical-align: middle;
}


/* item_dtl */

.item_dtl {}

.item_dtl .item_dtl_l {
    float: left;
    width: 476px;
}

.item_dtl .item_dtl_r {
    float: right;
    width: 262px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
}

.item_dtl .item_dtl_ttl {
    font-size: 14px;
    font-size: 1.4rem;
}

.item_dtl .item_dtl_color img {
    vertical-align: text-top;
}

.item_dtl .bg_gray {
    background: #e6e6e6;
}

.item_dtl .sold_out {
    padding: 5px 10px;
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.item_dtl .btn_confirm {
    padding: 5px;
    background: #e6e6e6;
}

.item_dtl .btn_confirm a {
    padding-left: 11px;
    background: url(../images/arw.gif) left center no-repeat #e6e6e6;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.item_dtl .table {
    width: 260px;
}

.item_dtl .table table {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    background: #ccc;
}

.item_dtl .table tr {
    border-bottom: 1px solid #999;
}

.item_dtl .table th {
    width: 69px;
    padding: 0 5px;
    border-left: 1px solid #999;
    font-weight: normal;
}

.item_dtl .stock .table th {
    width: 89px;
}

.item_dtl .table td {
    width: 44px;
    border-left: 1px solid #999;
    text-align: center;
}

.item_dtl .stock .table td {
    width: 34px;
}

.item_dtl .comment {
    font-size: 11px;
    font-size: 1.1rem;
}

.item_dtl .price {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
}

.stock_error {
    color: #ff0000;
}


/* footer
-----------------------------*/

footer {
    width: 100%;
    background: #000000;
    border-top: 9px solid #d9d9d9;
    color: #838383;
    text-align: center;
}

footer a {
    color: #838383!important;
}

footer .footer_inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 35px 0 30px;
}

footer .footer_inner .to_top {
    position: absolute;
    left: 0;
    top: -360px;
}

footer .footer_inner .illust {
    position: absolute;
    left: 370px;
    top: -107px;
}

#option_tbl {
    width: 240px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    background: #ccc;
    text-align: center;
}

#option_tbl tr {
    border-bottom: 1px solid #999;
}

#option_tbl th,
#option_tbl td {
    border-left: 1px solid #999;
    font-weight: normal;
}

#option_tbl .cell_1 {
    padding: 0 5px;
    text-align: left;
}

#option_tbl .stock_head .cell_1 {
    padding: 0;
    text-align: center;
}

#option_tbl .table_price {
    display: none;
}

#option_tbl .t_stock_num {
    display: block;
    margin-top: -15px;
}

#option_tbl .stock_zero {
    display: block;
    margin-top: 5px;
}

.no_item {
    font-size: 14px;
    font-size: 1.4rem;
}

.sort {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
}

.search_result {
    background: #f5f5f5;
    margin: 20px 0 20px 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

.none {
    text-align: center;
    margin: 50px 0;
}

.pager {
    margin: 20px 0 0;
    clear: both;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

.search_ttl {
    font-size: 16px;
    font-size: 1.6rem;
}

.slideshow_item_l {
    width: 468px;
    height: 468px;
    border: 4px solid #000;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.slideshow_item_l div {
    top: 0;
    left: 0;
    position: absolute;
}

.slideshow_item_s {
    overflow: hidden;
    width: 476px;
    margin-left: -5px;
}

.slideshow_item_s li {
    display: inline;
    float: left;
    width: 54px;
    height: 54px;
    margin: 0 5px 10px;
    border: 2px solid #000;
}

.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

#policy {
    float: right;
    width: 780px;
}

.sk_box {
    padding-left: 20px;
    font-size: 12px;
}

.sk_box h3 {
    font-size: 20px;
    margin: 10px 0;
}

.sk_box th {
    padding: 5px 10px 5px 0;
}

.sk_box td {
    padding: 5px 0;
}

#policy_lead {
    padding: 20px 0 0 20px;
    font-size: 14px;
}

.policy_box {
    padding: 20px 0 0 20px;
    font-size: 12px;
}

#post-102102895 #contents_inner #main .bg_gray span.price:after {
    content: " ～";
}

body#post-178488005 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-178488014 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-178488020 #contents #contents_inner #main .item_dtl_r .bg_gray,

body#post-171769917 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-171772039 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-171772067 #contents #contents_inner #main .item_dtl_r .bg_gray,

body#post-165132455 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-165132444 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-165132425 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-165132414 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-165132394 #contents #contents_inner #main .item_dtl_r .bg_gray,

body#post-183755892 #contents #contents_inner #main .item_dtl_r .bg_gray,

body#post-157534726 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-155722159 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-155722169 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-155722146 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-155722130 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-155722116 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-122914460 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-122914629 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-122914656 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-122914778 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-122914819 #contents #contents_inner #main .item_dtl_r .bg_gray,
body#post-122914859 #contents #contents_inner #main .item_dtl_r .bg_gray{
    display: none;
}


/*body#post-104735185 #contents #contents_inner #main .item_dtl .item_dtl_r .bg_gray,
body#post-104735478 #contents #contents_inner #main .item_dtl .item_dtl_r .bg_gray {
    display: none;
}*/

#2432538 .item_list li .price {
    color: red;
}


/*PCの場合*/
.pc	{ 
	display:inline!important; 
}
.mb	{ 
	display:none!important; 
}
@media screen and (max-width: 768px) {
	/*タブレット、スマホの場合*/
	.pc	{ 
		display:none!important; 
	}
	.mb { 
		display:inline!important; 
	}
}

#gmo_CMSPbar {display: none;}
