@charset "shift_jis";
/* CSS Document */

/* ページトップへ戻るボタン
==================================================*/
.to_pagetop {
    text-align: right
}
.to_pagetop a {
    background: url(//img.webike.net/sys_images/common/btn_pagetop.gif) no-repeat;
    margin: 0 0 0 auto;
    text-align: left;
    display: block;
    width: 64px;
    height: 15px;
    text-indent: -9999pt;
    overflow: hidden
}

/* ページトップへ戻るボタン
==================================================*/
#common_pagetop {
    bottom: 5px;
    font-size: 10px;
    position: fixed;
    right: 5px;
}
#common_pagetop a {
    background: none repeat scroll 0 0 #666666;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    opacity: 0.8;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}
#pagetop {
    bottom: 75px;
    font-size: 10px;
    position: fixed;
    right: 20px;
}
#pagetop a {
    background: none repeat scroll 0 0 #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    opacity: 0.8;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

/* 適合確認ボタン
==================================================*/
.btn_confirm_fit {
    box-sizing: border-box;
    color: #666;
    margin: 5px 0;
    width: 100%;
    text-align: left;
}
.btn_confirm_fit a {
    padding: 5px 12px;
    background: #fff;
    border: #666 1px solid;
    border-radius: 3px;
    color: #666 !important;
    display: block;
    position: relative;
}
.btn_confirm_fit a:before {
    content: "\f071";
    font-family: FontAwesome;
    float: left;
    margin: 2px 5px 0 0;
    color: #FC3;
    font-size: 14px;
}
.btn_confirm_fit a:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-bottom-color: #666;
    bottom: 100%;
    left: 20px;
}
.btn_confirm_fit a:hover {
    background: #333;
    color: #fff !important;
}

/* フォーム系の点線を消す
==================================================*/
input,
button {
    outline: 0;
}

/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

/* 画像のアンカー用
==================================================*/
a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7
}

/* clearfix
==================================================*/
.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}
.clearfix {
    zoom: 100%
}
.clearFix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}
.clearFix {
    zoom: 100%
}

/* 評価の★
==================================================*/

/* 小さい */
.star0 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star05 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -14px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star1 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -28px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star15 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -42px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star2 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -56px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star25 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -70px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star3 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -84px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star35 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -98px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star4 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -112px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star45 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -126px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}
.star5 {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star.png) no-repeat 0 -140px;
    width: 71px;
    height: 14px;
    text-indent: -9999pt;
}

/* 大きい */
.star_b {
    display: inline-block;
    background: url(//img.webike.net/sys_images/common/star_b.png) no-repeat;
    width: 120px;
    height: 23px;
    text-indent: -9999pt;
    position: relative;
    vertical-align: middle;
    top: -3px;
}
.star_b0 {
    background-position: 0 0;
}
.star_b05 {
    background-position: 0 -23px;
}
.star_b1 {
    background-position: 0 -46px;
}
.star_b15 {
    background-position: 0 -69px;
}
.star_b2 {
    background-position: 0 -92px;
}
.star_b25 {
    background-position: 0 -115px;
}
.star_b3 {
    background-position: 0 -138px;
}
.star_b35 {
    background-position: 0 -161px;
}
.star_b4 {
    background-position: 0 -184px;
}
.star_b45 {
    background-position: 0 -207px;
}
.star_b5 {
    background-position: 0 -230px;
}

/* 一覧用リンク
==================================================*/
.to_list {
    padding: 5px 0 0;
    text-align: right;
}
.to_list a {
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat scroll 0 -397px transparent;
    color: #0066CC;
    padding: 0 0 0 15px;
    text-decoration: underline;
}
.to_list.blue a {
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat scroll 0 -347px transparent;
}
.to_list.pink a {
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat scroll 0 -447px transparent;
}
.to_list a:hover {
    text-decoration: none;
}

/* 共通アイコン小
==================================================*/
.common_icon_new {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat;
    width: 35px;
    height: 15px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 0 1px 0 0;
    overflow: hidden;
}
.common_icon_sale {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat 0 -50px;
    width: 35px;
    height: 15px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 0 1px 0 0;
    overflow: hidden;
}
.common_icon_stock {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat 0 -100px;
    width: 45px;
    height: 15px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 0 1px 0 0;
    overflow: hidden;
}
.common_icon_free_shipping {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat 0 -150px;
    width: 70px;
    height: 15px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 0 1px 0 0;
    overflow: hidden;
}
.common_icon_stock2 {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat 0 -200px;
    width: 83px;
    height: 15px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 0 1px 0 0;
    overflow: hidden;
}
.common_icon_nfunc {
    background: #ff0000;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0 0 0 5px;
}


/* 共通アイコン大
==================================================*/
.common_icon_sale_b {
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat -200px 0;
    width: 100px;
    height: 60px;
    text-indent: -9999pt;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.common_icon_new_b {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat;
    width: 40px;
    height: 20px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}
.common_icon_stock_b {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat 0 -100px;
    width: 60px;
    height: 20px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}
.common_icon_stock2_b {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat 0 -150px;
    width: 100px;
    height: 20px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}
.common_icon_free_shipping_b {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat 0 -200px;
    width: 90px;
    height: 20px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}
.common_icon_movie_b {
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat 0 -250px;
    width: 130px;
    height: 30px;
    text-indent: -9999pt;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 100%;
    margin-left: -webkit-calc(-50% - 65px);
    margin-left: -moz-calc(-50% - 65px);
    margin-left: calc(-50% - 65px);
    z-index: 1;
}
.common_icon_free_shipping_a{
    float:left;
    background:url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat -200px -200px;
    width:66px;
    height:20px;
    text-indent:-9999pt;
    vertical-align:middle;
    margin:1px 1px 0 0;
    overflow: hidden;
}
.common_icon_extension{ float: left;
background:url(https://img.webike.net/sys_images/common/extension_icon_m.png);
width: 66px;
height: 20px;
text-indent: -9999pt;
vertical-align: middle;
margin: 1px 1px 0 0;
overflow: hidden;}
.common_icon_installation{ float: left;
background:url(https://img.webike.net/sys_images/common/installation_icon_m.png);
width: 66px;
height: 20px;
text-indent: -9999pt;
vertical-align: middle;
margin: 1px 1px 0 0;
overflow: hidden;}

/* 太字
==================================================*/
.font_bold {
    font-weight: bold;
    font-size: 12px !important;
}
.tbig {
    font-weight: bold;
    font-size: 16px;
}
.tsmall {
    font-size: 10px;
    font-weight: normal;
}
.tred {
    color: #D40708;
}

/* ソーシャルボタン
==================================================*/
ul.social {
    list-style-type: none;
    position: fixed;
    width: 80px;
    margin: 0 0 0 0;
    padding: 10px 10px 0 10px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    right: -10px;
    top: 34%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
ul.social li {
    float: bottom;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    width: 60px !important;
}
ul.social li iframe.twitter-share-button {
    width: 70px !important;
}

/* 検索ページツリー選択時
==================================================*/
.tree_selected {
    font-weight: bold;
    background: #FFFF00;
    font-size: 12px !important;
}

/* 無い場合のメッセージ
==================================================*/
.nothing_message {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

/* sspバナー
==================================================*/
.ssp_728_90 {
    width: 728px;
    margin: 25px auto;
}
.ssp_160_600 {
    width: 160px !important;
    margin: 100px auto !important;
    border: none !important;
    padding: 0 !important;
}
.ssp_2col {
    overflow: hidden;
}
.ssp_2col .ssp_300_250 {
    width: 300px;
    margin: 25px 37px 0;
    float: left;
}

/* スマホサイトへ行くボタン
==================================================*/
.sp_pc_button {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto;
}
.sp_pc_button i {
    font-size: 85px;
    vertical-align: -12px;
    margin: 0 18px 0 0;
}
.sp_pc_button a {
    display: block;
    margin: 25px;
    background: #1C69BB;
    border-radius: 10px;
    padding: 34px 10px;
    color: #fff;
    text-decoration: none;
}

/*　FontAwesome
==================================================*/
.fa {
    font-family: FontAwesome;
}

/*　font setting
==================================================*/
.fw_bold {
    font-weight: bold;
}
.fc_red {
    color: #E61E25 !important;
}

.fc_gray {
    color: #666 !important;
}

.fc_white {
    color: #fff !important;
}

.fs_10 {
    font-size: 10px;
}

.fs_11 {
    font-size: 11px;
}

.fs_12 {
    font-size: 12px;
}

.fs_13 {
    font-size: 13px;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_24 {
    font-size: 24px;
}

/*　alert modal
==================================================*/
.modal.alert {
    border-radius: 3px;
    display: none;
    background: #fff;
    padding: 50px;
    overflow: auto;
    z-index: 4001;
    position: absolute;
    max-width: inherit;
    min-width: inherit;
    min-height: inherit;
    max-height: inherit;
    width: auto;
    height: auto;
}
.modal.alert p {
    margin: 0 0 10px;
    font-size: 14px;
}
.modal.alert .btn_col2 {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.modal.alert .btn_col2 a {
    display: block;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
}
.modal.alert .btn_col2 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.modal.alert .btn_col2 a.btn_yes {
    background: #ffd800;
    color: #333;
}
.modal.alert .btn_col2 a.btn_no {
    background: #eee;
    color: #333;
}

/* free shipping
==================================================*/
 .common_icon_free_shipping_a_20{
    float:left;
    background:url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat -200px -200px;
    width:66px;
    height:20px;
    text-indent:-9999pt;
    vertical-align:middle;
    margin:1px 1px 0 0;
    overflow: hidden;
}

.common_icon_free_shipping_b_20 {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat 0 -200px;
    width: 90px;
    height: 20px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}

.common_icon_free_shipping_a_18 {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat 0 -200px;
    width: 90px;
    height: 20px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}

.common_icon_free_shipping_b_18 {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon_b.png) no-repeat 0 -200px;
    width: 90px;
    height: 20px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}

.common_icon_free_shipping_a_15 {
    float: left;
    background: url(//img.webike.net/sys_images/common/icon_free_shipping_2_61x15.png) no-repeat 0 0px;
    width: 61px;
    height: 15px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}

.common_icon_free_shipping_b_15 {
    float: left;
    background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat 0 -150px;
    width: 70px;
    height: 15px;
    text-indent: -9999pt;
    vertical-align: middle;
    margin: 1px 1px 0 0;
    overflow: hidden;
}
 
 