@charset "shift_jis";
/* CSS Document */

body {
    color: #4a4a4a;
}
#container, .container {
    max-width: 1280px;
    min-width: 1000px;
    width: 100% !important;
    margin: 0 auto;
}
#contents .container {
    position: static;
}
#leftcol {
    width: 236px;
    float: left;
}
#rightcol {
    width: calc(100% - 251px) !important;
    float: right;
}
/* 一覧ページ */
#wrap_imp {
    position: absolute;
    top: 240px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    color: #555555;
    line-height: 1.4;
    font-size: 12px;
}
#wrap_imp #contents, #wrap_imp #impre_main {
    width: 754px;
    margin: 0 auto;
}
#web_footer_v1, .header {
    min-width: 1000px;
}
#leftcol .to_list {
    padding: 5px 0;
    border-top: #ccc 1px dotted;
}
#leftcol .to_list a {
    background: none;
    text-decoration: none;
    color: #416090;
}
#leftcol .to_list a:before {
    font-family: FontAwesome;
    content: "\f138";
}
#leftcol .to_list a:hover {
    text-decoration: underline;
}
#leftcol input[type="radio"], #leftcol input[type="checkbox"] {
    float: left;
    margin: 5px 5px 0 0;
}
#leftcol .lc_menu2 .radio, #leftcol .lc_menu2 .checkbox {
    display: block;
    padding: 3px;
    cursor: pointer;
}
#leftcol .radio:hover, #leftcol .checkbox:hover {
    background-color: #d7eded;
}
/* 左カラムの買取相場 */
.lc_rate table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}
.lc_rate th {
    padding: 5px;
    background: #efefef;
    border: #ccc 1px solid;
}
.lc_rate td {
    padding: 5px;
    border: #ccc 1px solid;
    color: #e61e25;
}
/* 左カラムのランキング */
.lc_ranking .rank {
    position: absolute;
    background: #332F30;
    color: #fff;
    width: 50px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    z-index: 1;
}
.lc_ranking .photo {
    float: left;
    overflow: hidden;
    height: 75px;
    position: relative;
    background: #efefef;
    width: 100px;
    margin: 0 10px 0 0;
}
.lc_ranking .photo img {
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-out;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.lc_ranking .access {
    color: #e61e25;
}
#rightcol > div {
    margin: 0 0 30px 0;
}
.to_list2, .to_list4 {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff !important;
    border: solid 1px #416090;
    min-width: 230px;
    max-width: 520px;
    margin: 30px auto;
}
.to_list2 a, .to_list4 a {
    display: block;
    padding: 20px 0;
}
.to_list2 a:hover, .to_list4 a:hover {
    background: #416090;
    color: #fff;
    text-decoration: none;
}
.to_list2 a:before, .to_list4 a:before {
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}
#leftcol .to_list2, #leftcol .to_list4 {
    margin: 10px 0 25px;
}
#leftcol .to_list2 a, #leftcol .to_list4 a {
    padding: 8px 16px;
}
.to_list3 {
    text-align: right;
}
.to_list3 a {
    color: #1c69bb;
    text-decoration: none;
    margin: 0 auto;
}
#shCb {
    display: none;
}
/* bxslider */
#rightcol .bx-wrapper {
    position: relative;
}
#rightcol .bx-wrapper .bx-viewport {
    height: auto !important;
}
#rightcol #all_brand .bx-wrapper .bx-viewport {
    max-height: 250px;
}
#rightcol a.bx-prev, #rightcol a.bx-next {
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    font-family: FontAwesome;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    color: #fff;
    padding: 15px 10px;
}
#rightcol a:hover.bx-prev, #rightcol a:hover.bx-next {
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}
#rightcol .bx-prev {
    left: 0;
}
#rightcol .bx-next {
    right: 0;
}
#rightcol .text_center {
    text-align: center;
}
#model_header {
    height: 216px;
    margin: 15px 0;
    overflow: hidden;
}
/* 写真 */
#model_header #mh_photo {
    width: 285px;
    height: 214px;
    border: #ccc 1px solid;
    position: relative;
    text-align: center;
    float: left;
    overflow: hidden;
}
#model_header #mh_photo a.next {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat -13px 0;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 85px;
    right: 5px;
    cursor: pointer;
    z-index: 100;
}
#model_header #mh_photo a.prev {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 85px;
    left: 5px;
    cursor: pointer;
    z-index: 100;
}
#model_header #mh_photo div.scrollable {
    overflow: hidden;
    width: 291px;
}
#model_header #mh_photo div.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
#model_header #mh_photo div.scrollable ul li {
    float: left;
    width: 285px;
    height: 214px;
}
#model_header #mh_photo .w_large img {
    width: 285px;
}
#model_header #mh_photo .h_large img {
    height: 214px;
}
#model_header #mh_detail {
    float: right;
    width: 650px;
}
#model_header #mh_detail h3 {
    border-left: #1c69bb 5px solid;
    border-bottom: #cfcfcf 1px solid;
    padding: 0 0 0 10px;
}
/* ランキング */
#mh_ranking {
    width: 40%;
    height: 181px;
    border: #cfcfcf 1px solid;
    float: left;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
#mh_ranking .prev {
    background: #f9f9f9;
    border-right: #ccc 1px solid;
    width: 25px;
    height: 179px;
    position: absolute;
    margin: 0 5px 0 0;
}
#mh_ranking .prev a {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat;
    width: 13px;
    height: 47px;
    position: absolute;
    left: 6px;
    top: 50px;
    cursor: pointer;
}
#mh_ranking .next {
    background: #f9f9f9;
    border-left: #ccc 1px solid;
    width: 25px;
    right: 0;
    top: 0;
    height: 179px;
    position: absolute;
}
#mh_ranking .next a {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat -13px 0;
    width: 13px;
    height: 47px;
    position: absolute;
    right: 6px;
    top: 50px;
    cursor: pointer;
}
#mh_ranking div.scrollable {
    height: 150px;
    margin: 0 0 0 10px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    width: 291px;
    left: 20px;
}
#mh_ranking div.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
#mh_ranking div.box {
    width: 100%;
    height: 176px;
    float: left;
    position: relative;
}
#mh_ranking div.box > span {
    font-weight: bold;
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
}
#mh_ranking .mhr_list {
    float: left;
    width: 291px;
}
#mh_ranking .mhr_list dl {
    width: 291px;
}
#mh_ranking .mhr_list dt {
    float: left;
    padding: 0 0 0 30px;
}
#mh_ranking .mhr_list dt.rank1 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 20px;
}
#mh_ranking .mhr_list dt.rank2 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -80px;
}
#mh_ranking .mhr_list dt.rank3 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -180px;
}
#mh_ranking .mhr_list dd {
    float: left;
    font-size: 10px;
    color: #999;
}
#mh_ranking .mhr_list dd .name {
    font-weight: bold;
    font-size: 12px;
}
#mh_ranking .mhr_list img {
    width: 60px;
    margin: 0 5px 0 0;
}
#mh_ranking .mhr_list div.sub {
    width: 140px;
    font-size: 10px;
    float: left;
    margin: 10px 0 0 0;
}
#mh_ranking .mhr_list ol li {
    padding: 0 0 0 15px;
}
#mh_ranking .mhr_list ol li.rank1 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -298px;
}
#mh_ranking .mhr_list ol li.rank2 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -398px;
}
#mh_ranking .mhr_list ol li.rank3 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -498px;
}
/* 評価 */
#model_header #mh_valuation {
    border: #cfcfcf 1px solid;
    float: right;
    width: 294px;
    height: 180px;
    margin: 10px 0 0 0;
}
#model_header #mh_valuation div.box > span {
    font-weight: bold;
    display: block;
    padding: 5px 10px;
}
#model_header #mh_valuation div.box > span span {
    font-weight: normal;
}
#model_header #mh_valuation div.chart {
    float: left;
    margin: 0 0 0 10px;
}
#model_header #mh_valuation dl {
    font-size: 11px;
    margin: 0 0 0 10px;
    float: left;
    width: 140px;
}
#model_header #mh_valuation dl dt {
    float: left;
    width: 80px;
}
#model_header #mh_valuation dl dd {
    float: left;
    color: #029dfa;
}
#model_header #mh_valuation dl dt.total {
    font-size: 12px;
    padding: 6px 0;
}
#model_header #mh_valuation dl dd.total {
    font-size: 12px;
    color: #555;
}
#model_header #mh_valuation dl dd.total span {
    font-size: 18px;
    color: #f32f01;
    font-weight: bold;
}
#bm_brand_header, #brand_header {
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 0px 6px 3px #efefef;
    -moz-box-shadow: 0px 0px 6px 3px #efefef;
    -webkit-box-shadow: 0px 0px 6px 3px #efefef;
}
#bm_brand_header h3 {
    padding: 5px 15px 5px;
    background: #efefef;
    border-radius: 3px;
}
#bm_brand_header h3 span {
    font-size: 12px;
    font-weight: normal;
}
#bm_brand_header h3 span span {
    font-weight: bold;
    font-size: 20px;
    color: #f2b510;
}
#bm_brand_header h3 span .noRanking {
    font-size: 20px;
}
#bm_brand_header #bbh_valuation {
    float: left;
    width: 60%;
    padding: 10px;
    box-sizing: border-box;
}
#bm_brand_header #bbh_valuation > p {
    font-weight: bold;
    margin: 0 0 10px 0;
}
#bm_brand_header #bbh_valuation > div {
    float: left;
    width: 140px;
    text-align: center;
}
#bm_brand_header #bbh_valuation table {
    float: left;
    margin: 0 0 0 16px;
    width: -webkit-calc(100% - 156px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 156px);
}
#bm_brand_header #bbh_valuation table th {
    font-weight: normal;
}
#bm_brand_header #bbh_valuation table td.num {
    min-width: 60px;
    padding: 0 0 0 5px;
}
#bm_brand_header #bbh_valuation table tr td.bar {
    background-color: #fffacd;
    height: 20px;
    width: 100%;
}
#bm_brand_header #bbh_valuation table td.bar div {
    background-color: #ffcc66;
    width: 0px;
    height: 20px;
}
#bm_brand_header #bbh_valuation table th.rating_title {
    text-align: right;
    padding: 0 10px 0 0;
    min-width: 155px;
}
#bm_brand_header .prev a, #bm_brand_header .next a {
    top: 65px;
}
/*　ブランドヘッダー
==================================================*/
#brand_header h3 {
    padding: 10px 15px;
    background: #efefef;
    border-radius: 3px;
}
#brand_header h3 span {
    font-size: 12px;
    font-weight: normal;
}
#brand_header h3 span span {
    font-weight: bold;
    font-size: 20px;
    color: #f2b510;
}
#brand_header h3 span .noRanking {
    font-size: 20px;
}
#brand_header #bh_valuation {
    padding: 10px;
}
#brand_header #bh_valuation > p {
    font-weight: bold;
    margin: 0 0 10px 0;
}
#brand_header #bh_valuation > div.adv {
    float: left;
    width: 140px;
}
#brand_header #bh_valuation > div.exp {
    float: left;
    width: 330px;
    margin: 0 0 0 15px;
}
#brand_header #bh_valuation > div.exp p {
    background: url(//img.webike.net/sys_images/shopping/exp_dotline.gif);
    line-height: 23px;
}
#brand_header #bh_valuation > div.exp p a {
    background: url(//img.webike.net/sys_images/brand/bg.gif) no-repeat -170px -631px;
    padding: 0 0 0 8px;
}
#brand_header #bh_valuation table {
    float: left;
    margin: 0 0 0 16px;
    width: -webkit-calc(100% - 520px);
    width: -moz-calc(100% - 520px);
    width: calc(100% - 520px);
    border-left: #ccc 1px solid;
}
#brand_header #bh_valuation table th {
    font-weight: normal;
}
#brand_header #bh_valuation table td.num {
    padding: 0 0 0 4px;
    min-width: 60px;
}
#brand_header #bh_valuation table tr td.bar {
    background-color: #fffacd;
    height: 20px;
    width: 100%;
}
#brand_header #bh_valuation table td.bar div {
    background-color: #ffcc66;
    width: 0px;
    height: 20px;
}
#brand_header #bh_valuation table th.rating_title {
    text-align: right;
    padding: 0 10px 0 0;
    min-width: 155px;
}
/*　タブメニュー(ブランドページ)
==================================================*/
.shopping_tab {
    font-weight: bold;
    z-index: 11;
    margin: 20px auto;
    height: auto !important;
}
.shopping_tab > ul {
    position: relative;
    border-bottom: #333 3px solid;
}
.shopping_tab > ul > li {
    top: 0;
    position: absolute;
    text-align: center;
    left: 0;
    z-index: 55;
    width: -webkit-calc(100% / 10);
    width: -moz-calc(100% / 10);
    width: calc(100% / 10);
}
.shopping_tab .total_count {
    display: block;
    line-height: 0;
    font-size: 11px;
    font-weight: normal;
}
.shopping_tab > ul > li.mainnavi span.nav_label {
    display: block;
}
.shopping_tab > ul > li > a {
    color: #333;
    display: block;
    line-height: 40px;
    text-decoration: none;
    height: 60px;
    border-radius: 3px 3px 0 0;
    background: #efefef;
}
.shopping_tab > ul > li > a:hover {
    background: #ccc;
}
.shopping_tab > ul > li.m02, .shopping_tab > ul > li.m02.current a {
    left: -webkit-calc(100% / 10 + 1%);
    left: -moz-calc(100% / 10 + 1%);
    left: calc(100% / 10 + 1%);
}
.shopping_tab > ul > li.m03, .shopping_tab > ul > li.m03.current a {
    left: -webkit-calc(100% / 10 * 2 + 2%);
    left: -moz-calc(100% / 10 * 2 + 2%);
    left: calc(100% / 10 * 2 + 2%);
}
.shopping_tab > ul > li.m04, .shopping_tab > ul > li.m04.current a {
    left: -webkit-calc(100% / 10 * 3 + 3%);
    left: -moz-calc(100% / 10 * 3 + 3%);
    left: calc(100% / 10 * 3 + 3%);
}
.shopping_tab > ul > li.m05, .shopping_tab > ul > li.m05.current a {
    left: -webkit-calc(100% / 10 * 4 + 4%);
    left: -moz-calc(100% / 10 * 4 + 4%);
    left: calc(100% / 10 * 4 + 4%);
}
.shopping_tab > ul > li.m06, .shopping_tab > ul > li.m06.current a {
    left: -webkit-calc(100% / 10 * 5 + 5%);
    left: -moz-calc(100% / 10 * 5 + 5%);
    left: calc(100% / 10 * 5 + 5%);
}
.shopping_tab > ul > li.m07, .shopping_tab > ul > li.m07.current a {
    left: -webkit-calc(100% / 10 * 6 + 6%);
    left: -moz-calc(100% / 10 * 6 + 6%);
    left: calc(100% / 10 * 6 + 6%);
}
.shopping_tab > ul > li.m08, .shopping_tab > ul > li.m08.current a {
    left: -webkit-calc(100% / 10 * 7 + 7%);
    left: -moz-calc(100% / 10 * 7 + 7%);
    left: calc(100% / 10 * 7 + 7%);
}
.shopping_tab > ul > li.m99, .shopping_tab > ul > li.m99.current a {
    left: auto;
    right: 0;
}
.shopping_tab > ul > li.current {
    left: 0;
    top: 0;
    position: relative;
    z-index: 51;
}
.shopping_tab > ul > li.current > a {
    color: #fff;
    position: relative;
    z-index: 54;
    background: #333;
}
.shopping_tab > ul > li.current > a:after {
    border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    position: absolute;
    top: 100%;
    width: 0;
}
.shopping_tab > ul > li ul {
    display: none;
    text-align: left;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-left: #ccc 1px solid;
    width: 200px;
    position: relative;
    z-index: 9999;
    background: #fff;
}
.shopping_tab > ul > li ul li {
    padding: 5px;
    border-bottom: #ccc 1px solid;
}
.shopping_tab > ul > li ul li a {
    display: block;
    background: #fff;
}
.shopping_tab > ul > li.current ul {
    display: block !important;
    position: relative;
    overflow: hidden;
    width: 1000px;
    border: none;
    z-index: 52;
    background: #1C69BB;
}
.shopping_tab > ul > li.current ul li {
    float: left;
    display: block;
    width: auto;
    border: none;
    text-align: center;
}
.shopping_tab > ul > li.current ul li.col2 {
    width: 490px;
}
.shopping_tab > ul > li.current ul li.col3 {
    width: 323px;
}
.shopping_tab > ul > li.current ul li.col4 {
    width: 240px;
}
.shopping_tab > ul > li.current ul li a {
    background: #1C69BB;
    color: #fff;
    padding: 5px;
}
.shopping_tab > ul > li.current ul li.current {
    background: #1C69BB;
    color: #fff;
}
.shopping_tab > ul > li.current ul li.current a, .shopping_tab > ul > li.current ul li a:hover {
    background: #0d4178;
}
.shopping_tab > ul > li:hover ul {
    display: block;
}
/*　左カラム
==================================================*/
/* 検索 */
#leftcol #lc_search {
    border: #333 1px solid;
    margin: 0 0 10px 0;
}
#leftcol #lc_search form {
    height: 34px;
    width: 234px;
    position: relative;
}
#leftcol #lc_search input[type="text"] {
    border: none;
    height: 24px;
    width: 194px;
    vertical-align: top;
    padding: 5px;
    color: #999;
}
#leftcol #lc_search input[type="image"] {
    width: 25px;
    height: 34px;
    position: absolute;
    right: 0;
}
#leftcol #lc_search #search_btn {
    background-image: url(//img.webike.net/sys_images/shopping/btn_search.png);
    background-repeat: no-repeat;
    text-indent: -9999pt;
    height: 34px;
    width: 25px;
    margin: 0px 0px 0px 6px;
    border: none;
    cursor: pointer;
    position: absolute;
}
#leftcol h4 {
    background: #4c5462;
    padding: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
}
/* 車種で絞込み */
#model_menu {
    text-align: center;
}
#model_menu > form > div {
    padding: 10px 0 5px;
}
#model_menu input, #model_menu select {
    width: 200px;
    margin: 0 0 5px 0;
    border: #ccc 1px solid;
    padding: 2px;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#mm_mybike {
    padding: 10px;
    position: relative;
    border: #ccc 1px solid;
    background: #efefef;
    margin: 0 0 10px;
}
#mm_mybike:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #ccc;
    top: 100%;
    left: calc(50% - 10px);
}
#model_search_btn {
    text-align: center;
    margin: 10px 0 0;
}
#model_search_btn a {
    padding: 8px 8px;
    border: #E61E25 1px solid;
    color: #E61E25;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    max-width: 100px;
}
#model_search_btn a:hover {
    background: #E61E25;
    color: #fff;
    text-decoration: none;
}
/* メニュー */
#leftcol .lc_menu {
    margin: 0 0 10px 0;
}
#leftcol .lc_menu .num {
    font-size: 10px;
    color: #777;
}
#leftcol .lc_menu ul {
    overflow: hidden;
    padding: 5px;
}
#leftcol .lc_menu ul li {
    padding: 0 0 5px;
}
#leftcol .lc_menu ul li p {
    overflow: hidden;
}
#leftcol .lc_menu ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
}
#leftcol .lc_menu ul li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin: 0 5px 0 0;
}
#leftcol .lc_menu ul li a:hover {
    background: #D7EDED;
    text-decoration: none;
}
#leftcol .lc_menu label span {
    font-size: 10px;
}
/* toggle付きメニュー */
#leftcol .lc_menu2 {
    margin: 0 0 10px 0;
}
#leftcol .lc_menu2 .num {
    font-size: 10px;
    color: #777;
}
#leftcol .lc_menu2 .rank {
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    margin: 0 5px 0 0;
    background: #777;
    line-height: 25px;
}
#leftcol .lc_menu2 .rank1 {
    background: #FFB100;
}
#leftcol .lc_menu2 .rank2 {
    background: #B6B6B6;
}
#leftcol .lc_menu2 .rank3 {
    background: #AA6D44;
}
#leftcol .lc_menu2 ul {
    overflow: hidden;
    padding: 5px;
}
#leftcol .lc_menu2 ul li {
    padding: 5px 0;
    margin: 0 0 -1px 0;
    display: block;
}
#leftcol .lc_menu2 > ul > li > a.btn {
    background: url(//img.webike.net/sys_images/shopping.png) no-repeat 0 0;
    padding: 0 0 0 20px;
    min-height: 14px;
    height: auto !important;
    display: inline-block;
    float: left;
}
#leftcol .lc_menu2 > ul > li > a.open {
    background-position: -200px 0;
}
#leftcol .lc_menu2 > ul > li > a {
    min-height: 14px;
    height: auto !important;
    vertical-align: text-top;
    display: block;
}
#leftcol .lc_menu2 > ul > li > a.link {
    margin-left: -4px;
}
/* 上位のカテゴリ */
#leftcol .lc_menu2 > ul > li > a.hightLevel {
    margin-left: 10px;
}
#leftcol .lc_menu2 > ul > li {
    padding: 5px;
    overflow: hidden;
}
#leftcol .lc_menu2 ul li ul {
    display: none;
}
#leftcol .lc_menu2 ul li ul li {
    padding: 5px;
    border-bottom: #ccc 1px dotted;
}
#leftcol .lc_menu2 ul li ul li.current {
    background: #FFFFC5;
    font-weight: bold;
}
#leftcol .lc_menu2 ul li ul li span {
    display: inline-block;
}
/* サムネイル付きメニュー */
#leftcol .lc_menu3 {
    margin: 0 0 10px 0;
}
#leftcol .lc_menu3 ul {
    overflow: hidden;
    padding: 0 5px;
}
#leftcol .lc_menu3 ul li {
    border-bottom: #ccc 1px dotted;
    padding: 5px;
    margin: 0 0 -1px 0;
    overflow: hidden;
}
#leftcol .lc_menu3 ul li p {
    overflow: hidden;
}
#leftcol .lc_menu3 ul li img.photo {
    width: 74px;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
}
#leftcol .lc_menu3 ul li span.rank {
    background: #485363;
    color: #fff;
    display: inline-block;
    width: 75px;
    padding: 0 5px;
    margin: 0 0 3px 0;
}
#leftcol .lc_menu3 ul li span.name a {
    font-size: 10px;
    color: #222;
    display: inline-block;
    width: 75px;
}
#leftcol .lc_menu3 ul li.current {
    border: #555 1px dotted;
    background: #B4DEF5;
}
#leftcol .lc_menu3 ul li .recall {
    background: #ffe6eb;
    padding: 5px;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    margin: 5px 0;
}
#leftcol .lc_menu3 ul li .recall a {
    color: #e63258;
    text-decoration: underline;
}
#leftcol .lc_menu3 ul li .recall a:hover {
    text-decoration: none;
}
#leftcol .lc_menu3 ul li .other {
    background: #efefef;
    padding: 5px;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* ランキング */
#leftcol .lc_ranking {
    margin: 0 0 10px 0;
}
#leftcol .lc_ranking ul {
    overflow: hidden;
    padding: 0 10px;
}
#leftcol .lc_ranking ul li {
    border-bottom: #ccc 1px dotted;
    padding: 5px 0;
    margin: 0 auto -1px;
    overflow: hidden;
    width: 170px;
}
#leftcol .lc_ranking ul li p {
    clear: both;
    width: 170px;
    text-align: center;
}
#leftcol .lc_ranking ul li img.photo {
    display: block;
    margin: 5px auto;
    width: 170px;
    height: auto;
}
#leftcol .lc_ranking ul li a {
    text-decoration: none;
}
#leftcol .lc_ranking ul li span.rank {
    background: #485363;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 3px 0;
}
#leftcol .lc_ranking ul li span.name a {
    font-size: 10px;
    color: #222;
    display: block;
}
#leftcol .lc_ranking ul li span.name a:hover {
    text-decoration: underline;
}
#leftcol .lc_ranking ul li span.price {
    color: #ff0000;
    display: block;
}
#leftcol .lc_ranking ul li span.count {
    font-size: 10px;
    color: #555;
    display: inline-block;
}
/* カラー検索 */
#leftcol .lc_color {
    margin: 0 0 10px 0;
}
#leftcol .lc_color ul {
    padding: 10px;
    margin: 0 0 0 -6px;
}
#leftcol .lc_color ul li {
    width: 23px;
    height: 23px;
    float: left;
    border: #fff 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px;
    margin: 0 0 5px 5px;
    position: relative;
    background: #fff;
}
#leftcol .lc_color ul li:hover, #leftcol .lc_color ul li.selected {
    border: #555 1px solid;
}
#leftcol .lc_color ul li a {
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999pt;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#leftcol .lc_color ul li a.c42 {
    background: #fff;
    border: #ccc 1px solid;
    width: 21px;
    height: 21px;
}
#leftcol .lc_color ul li a.c39 {
    background: #000;
}
#leftcol .lc_color ul li a.c40 {
    background: #999;
}
#leftcol .lc_color ul li a.c53 {
    background: #8f6f32;
}
#leftcol .lc_color ul li a.c51 {
    background: #683220;
}
#leftcol .lc_color ul li a.c54 {
    background: #e5d7ac;
}
#leftcol .lc_color ul li a.c47 {
    background: #018b27;
}
#leftcol .lc_color ul li a.c48 {
    background: #002daf;
}
#leftcol .lc_color ul li a.c50 {
    background: #620a87;
}
#leftcol .lc_color ul li a.c46 {
    background: #f6e642;
}
#leftcol .lc_color ul li a.c52 {
    background: #ff99d1;
}
#leftcol .lc_color ul li a.c44 {
    background: #d90027;
}
#leftcol .lc_color ul li a.c45 {
    background: #ff7c00;
}
#leftcol .lc_color ul li a.c49 {
    background: #000080;
}
#leftcol .lc_color ul li a.c72 {
    background: #ffd700;
}
#leftcol .lc_color ul li a.c41 {
    background: url(//img.webike.net/sys_images/search_color.png) no-repeat;
}
#leftcol .lc_color ul li a.c55 {
    background: url(//img.webike.net/sys_images/search_color.png) no-repeat -33px 0;
}
#leftcol .lc_color ul li a.c56 {
    background: url(//img.webike.net/sys_images/search_color.png) no-repeat -66px 0;
}
#leftcol .lc_color ul li span {
    display: none;
    position: absolute;
    border: #ccc 1px solid;
    background: #fff;
    z-index: 10;
    padding: 2px;
    width: 130px;
    text-align: center;
    top: -25px;
    left: -55px;
    font-size: 11px;
}
#leftcol .lc_color ul li:hover span {
    display: inline;
    zoom: 100%;
}
/* タイヤ検索 */
#leftcol .lc_tire {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    position: relative;
}
#leftcol .lc_tire ul.tab {
    border-bottom: #E61E25 2px solid;
    margin: 15px 0;
    height: 31px;
}
#leftcol .lc_tire ul.tab li {
    float: left;
    font-size: 11px;
    margin: 0 1px;
    text-align: center;
}
#leftcol .lc_tire ul.tab li a {
    display: block;
    background: #333;
    color: #fff;
    padding: 3px 7px;
    text-decoration: none;
    position: relative;
    top: 5px;
    height: 20px;
    line-height: 20px;
}
#leftcol .lc_tire ul.tab li.selected a, #leftcol .lc_tire ul.tab li a:hover {
    background: #E61E25;
    height: 25px;
    line-height: 25px;
    top: 0px;
}
#leftcol .lc_tire > div {
    padding: 0 10px;
}
#leftcol .lc_tire div.type {
    padding: 0 0 10px 0;
    text-align: center;
}
#leftcol .lc_tire div.type > div {
    display: none;
}
#leftcol .lc_tire select {
    width: 150px;
    border: #ccc 1px solid;
    padding: 3px;
    margin: 5px auto 0;
}
#leftcol .lc_tire ul.choice {
    text-align: left;
    margin: 10px 0 0 0;
    border-top: #ccc 1px dotted;
    padding: 10px 5px 0;
}
#leftcol .tire_search_btn {
    text-align: center;
    margin: 10px 0 0;
}
#leftcol .tire_search_btn a {
    padding: 8px 8px;
    border: #E61E25 1px solid;
    color: #E61E25;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    max-width: 100px;
}
#leftcol .tire_search_btn a:hover {
    background: #E61E25;
    color: #fff;
    text-decoration: none;
}
/* タイヤ検索窓オーバーレイ */
.tire_block_horizon {
    display: none;
    position: relative;
}
.tire_search_loading {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
}
.tire_search_loading img {
    position: absolute;
    top: 50%;
    left: 48%;
    width: auto;
    height: auto;
}
/* 一覧 */
#leftcol .lc_list {
    margin: 0 0 10px 0;
}
#leftcol .lc_list ul {
    overflow: hidden;
    padding: 0 10px;
}
#leftcol .lc_list ul li {
    border-bottom: #ccc 1px dotted;
    padding: 5px 0;
    margin: 0 0 -1px 0;
    overflow: hidden;
    text-align: center;
}
#leftcol .lc_list ul li span.price {
    color: #ff0000;
}
#leftcol .lc_list ul li img {
    max-width: 140px;
    width: auto !important;
    max-height: 140px;
    height: auto !important;
}
/* 他コンテンツへ */
#leftcol .other_contents {
    text-align: center;
    background: #1C69BB;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 34px;
    border-radius: 3px;
    margin: 0 0 5px 0;
}
#leftcol .other_contents a {
    color: #fff;
}
#leftcol .banner {
    margin: 0 0 10px 0;
}
#leftcol .banner img {
    width: 236px;
    margin: 0 0 5px 0;
}
/* 適合車種から選ぶ */
#leftcol ul#fit_maker {
    margin: 0 5px;
}
#leftcol ul#fit_maker li {
    padding: 5px 0 5px 35px;
    width: 195px;
}
#leftcol ul#fit_maker li.honda {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px 0;
}
#leftcol ul#fit_maker li.yamaha {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -50px;
}
#leftcol ul#fit_maker li.suzuki {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -100px;
}
#leftcol ul#fit_maker li.kawasaki {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -150px;
}
#leftcol ul#fit_maker li.bmw {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -200px;
}
#leftcol ul#fit_maker li.ducati {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -250px;
}
#leftcol ul#fit_maker li.harley {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -300px;
}
#leftcol ul#fit_maker li.triumph {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -350px;
}
#leftcol ul#fit_maker li.aprillia {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -400px;
}
#leftcol ul#fit_maker li.buell {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -450px;
}
#leftcol ul#fit_maker li.ktm {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -500px;
}
#leftcol ul#fit_maker li.other {
    background: url(//img.webike.net/sys_images/bm_splite.png) no-repeat -850px -550px;
}
#leftcol ul#fit_maker li a {
    display: block;
}
/*　右カラム
==================================================*/
/* ブランド評価 */
#third_header {
    padding: 15px 20px;
    border: #efefef 10px solid;
    border-radius: 5px;
}
#third_header > p {
    font-weight: bold;
    margin: 0 0 10px 0;
}
#third_header #third_bland {
    float: left;
    text-align: center;
    width: 140px;
}
#third_header #third_bland p {
    margin: 6px 0 0;
}
#third_header table {
    float: left;
    margin: 0 0 0 16px;
    width: 500px;
}
#third_header table th {
    font-weight: normal;
}
#third_header table td.num {
    padding: 0 0 0 4px;
}
#third_header table tr td.bar {
    background-color: #fffacd;
    height: 20px;
    width: 300px;
}
#third_header table td.bar div {
    background-color: #ffcc66;
    width: 0px;
    height: 20px;
}
#third_header table th.rating_title {
    text-align: right;
    padding: 0 10px 0 0;
}
#rightcol #page_nav {
    background: #1c69bb;
    padding: 10px;
    border-top: #ccc 1px solid;
    margin: 0 0 10px 0;
}
#rightcol #page_nav li {
    display: inline;
    padding: 0 5px;
    border-right: #fff 1px solid;
}
#rightcol #page_nav li a {
    color: #fff;
}
#rightcol #page_nav li.all {
    float: right;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px 5px;
}
#rightcol #page_nav li.all a {
    color: #000;
}
/* 検索 */
#rightcol #bm_search {
    background: #e9eced;
    padding: 20px;
    margin: 0 0 30px 0;
}
#rightcol #bm_search div.text {
    background: #fff;
    border: none;
    width: auto;
    border: #ccc 1px solid;
    padding: 5px;
    overflow: hidden;
}
#rightcol #bm_search div.text a {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 10;
}
#rightcol #bm_search div.text input[type=text] {
    width: 100%;
    border: none;
    height: 15px;
}
#rightcol #bm_search div.btn {
    float: right;
}
#rightcol #bm_search div.btn input[type=button] {
    background: url(//img.webike.net/sys_images/header_button.png) no-repeat -83px -160px;
    height: 27px;
    width: 70px;
    border: none;
    text-indent: -9999pt;
    overflow: hidden;
    cursor: pointer;
    margin: 0 2px 0 0;
    float: left;
}
#rightcol #bm_search a.detail {
    overflow: hidden;
    text-indent: -9999pt;
    display: block;
    width: 67px;
    height: 24px;
    background: url(//img.webike.net/sys_images/header_button.png) no-repeat -163px -160px;
    position: relative;
    top: 1px;
    left: 5px;
}
#rightcol h3,#rightcol h2.seo_h2_1 {
    background: #4C5462;
    padding: 12px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 15px;
    overflow: hidden;
}
#rightcol h3 .numpageSaleNew,#rightcol h2.seo_h2_1 .numpageSaleNew {
    float: right;
    border-left: none;
    font-weight: normal;
    font-size: 12px;
    width: 69px;
    text-align: right;
}
#rightcol h3 .rightext {
    float: right;
    border-left: none;
    font-weight: normal;
    font-size: 12px;
}
#rightcol h3 .btn_list {
    float: right;
    border-left: none;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
}
#rightcol h3.all p {
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: calc(100% - 190px);
}
#rightcol h3.all span a {
    font-size: 12px;
    display: block;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    padding: 4px;
}
#rightcol h3.all span a:before,#rightcol h2.seo_h2_1 span a:before {
    font-family: FontAwesome;
    content: "\f138";
}
#rightcol h3.all span a:hover {
    background: #2A313C;
    color: #fff;
    text-decoration: none;
}
#rightcol h3 .btn_list a {
    background: #068bf1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 15px;
    background: #ff7400;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
    background: -webkit-linear-gradient(#ffa443, #ff7400);
    background: -moz-linear-gradient(#ffa443, #ff7400);
    background: -o-linear-gradient(#ffa443, #ff7400);
    background: -ms-linear-gradient(#ffa443, #ff7400);
    background: linear-gradient(#ffa443, #ff7400);
    color: #fff;
    font-weight: bold;
}
#rightcol h3 .btn_list a:hover {
    text-decoration: none;
    background: #ff7400;
}
/* 一覧01 (カテゴリ)*/
.list_type01 {
    margin: 30px 0 0 0;
}
.list_type01 > ul {
    margin: 15px 1px;
    min-height: 220px;
}
.list_type01 > ul > li {
    width: 140px;
    float: left;
    margin: 0 23px;
    min-height: 220px;
}
.list_type01 dl dt {
    border-bottom: #ccc 1px dotted;
    padding: 5px;
}
.list_type01 dl dd {
    font-size: 11px;
}
.list_type01 ul ul {
    padding: 5px;
}
/* list_type01の改良版 */
.list_type01b {
    margin: 30px 0 0 0;
}
.list_type01b > ul > li {
    width: 32%;
    float: left;
    margin: 0 5px 2%;
}
.list_type01b > ul > li:nth-child(3n) {
    margin: 0 0 2% 5px;
}
.list_type01b dl dt {
    border-bottom: #efefef 2px solid;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
#rightcol .list_type01b dl dt h3.seo_h3_1 {
    background: #fff;
    padding: 0;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}
.list_type01b dl dd {
    position: relative;
    text-decoration: none;
    font-size: 11px;
    padding: 0 0 0 10px;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    float: right;
    width: 54%;
    box-sizing: border-box;
}
.list_type01b dl dd:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list_type01b dl dd.rank {
    padding: 0;
    overflow: auto;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    width: 54%;
}
.list_type01b dl dd.rank:after {
    position: static;
    border: none;
}
.list_type01b dl dd.rank p {
    color: #fff;
    width: 15px;
    text-align: center;
    float: left;
    margin: 0 5px 2px 0;
}
.list_type01b dl dd.rank a {
    overflow: hidden;
    display: block;
}
.list_type01b dl dd.rank1 p {
    background: #FFB100;
}
.list_type01b dl dd.rank2 p {
    background: #B6B6B6;
}
.list_type01b dl dd.rank3 p {
    background: #AA6D44;
}
.list_type01b dl dd.adv {
    float: left;
    max-width: 140px;
    min-width: 75px;
    width: 44%;
    padding: 0;
    z-index: 10;
}
.list_type01b dl dd.adv:after {
    border: none;
}
.list_type01b dl dd.adv a {
    display: block;
    text-decoration: none;
}
.list_type01b dl dd.adv a img {
    width: 100%;
    margin: 0 0 5px;
}
.list_type01b dl dd.all {
    margin: 10px 0 0;
}
.list_type01b dl dd.all a {
    color: #1c69bb;
}
.list_type01b dl dd.all:after {
    content: "";
    position: absolute;
    top: 9px;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 5px solid #1c69bb;
}
.list_type01b dl dd.all:after a:hover {
    border-top: 5px solid #fff;
}
.list_type01b ul ul {
    padding: 5px;
}
/* list_type01の車種版 */
.list_type01md {
    margin: 20px 0 0 0;
}
.list_type01md.mdindex ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_type01md.mdindex ul > li {
    width: 33%;
    box-sizing: border-box;
    padding: 0 1%;
    margin: 0 0 15px;
}
.list_type01md.mdsub ul ul > li {
    width: 33%;
    box-sizing: border-box;
}
.list_type01md dl {
    height: 150px;
}
.list_type01md dl dt {
    margin: 0 0 10px;
    border-bottom: #efefef 2px solid;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_type01md dl dt.name span.v3 {
    display: none;
}
.list_type01md dl dd {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    padding: 0 0 0 10px;
    float: right;
    width: 60%;
    box-sizing: border-box;
}
.list_type01md dl dd:after {
    display: none;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list_type01md dl dd.adv {
    float: left;
    width: 40%;
    max-width: 150px;
    padding: 0 5px 0 0;
}
.list_type01md dl dd.adv:after {
    border: none;
}
.list_type01md dl dd.adv a {
    display: block;
    text-decoration: none;
}
.list_type01md dl dd.adv a img {
    max-width: 140px;
    width: 100%;
    margin: 0 0 5px;
}
.list_type01md dl dd.list .btn {
    text-align: center;
    padding: 4px 0;
    margin: 5px 0 0;
    width: 49%;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    font-weight: normal;
    background: -webkit-linear-gradient(bottom, #eaeaea, #fff);
    background: -moz-linear-gradient(bottom, #eaeaea, #fff);
    background: -o-linear-gradient(bottom, #eaeaea, #fff);
    background: -ms-linear-gradient(bottom, #eaeaea, #fff);
    background: linear-gradient(to top, #eaeaea, #fff);
    font-size: 11px;
}
.list_type01md dl dd.list .btn:hover {
    background-image: -webkit-linear-gradient(bottom, #fff, #eaeaea);
    background-image: -moz-linear-gradient(bottom, #fff, #eaeaea);
    background-image: -o-linear-gradient(bottom, #fff, #eaeaea);
    background-image: -ms-linear-gradient(bottom, #fff, #eaeaea);
    background-image: linear-gradient(to top, #fff, #eaeaea);
}
.list_type01md dl dd.list .btn:active, .list_type01md dl dd.list .btn:visited {
    color: #416090;
}
.list_type01md dl dd.list .btn.full {
    width: 100% !important;
    padding: 6px 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}
.list_type01md dl dd.list .btn:nth-child(odd) {
    float: left;
}
.list_type01md dl dd.list .btn:nth-child(even) {
    float: right;
}
.list_type01md dl dd.list .btns {
    width: 100%;
    padding: 10px 0;
}
.list_type01md dl dd.list .btns1 {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 7px;
}
.list_type01md dl dd.list .btns2 {
    padding: 2px 0 0;
}
.list_type01md dl dd.all a {
    color: #1c69bb;
}
.list_type01md dl dd.all:after {
    content: "";
    position: absolute;
    left: 67px;
    top: 9px;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 5px solid #1c69bb;
}
.list_type01md dl dd.all:after a:hover {
    border-top: 5px solid #fff;
}
/* 一覧02 (商品一覧 表)*/
.list_type02 {
    margin: 30px 0 0 0;
    position: relative;
}
.list_type02 ul {
    overflow: hidden;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_type02 ul li {
    float: left;
    margin: 0 0 40px;
    padding: 0 1%;
    width: 25%;
    box-sizing: border-box;
    position: relative;
}
.list_type02 .photo_area {
    display: block;
    position: relative;
    margin: 0 auto 4px;
    height: auto;
    text-align: center;
    border: #ddd 1px solid;
    min-height: 235px;
}
.list_type02 .photo_area .photo {
    max-width: 234px;
    max-height: 234px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    object-fit: contain;
}
.list_type02 .photo_area img.set {
    border: none;
    padding: 0;
}
.list_type02 .favorite {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ccc;
    height: 25px;
    width: 25px;
    font-size: 25px;
    z-index: 10;
    cursor: pointer;
}
.list_type02 .favorite:before {
    font-family: FontAwesome;
    content: "\f005";
}
.list_type02 .favorite.on, .list_type02 .favorite:hover:before {
    color: #FFB100;
}
.list_type02 .photo_area .movie {
    position: absolute;
    left: 35px;
    bottom: 5px;
    text-indent: -9999pt;
    width: 20px;
    height: 20px;
}
.list_type02 a {
    color: #0066c0;
}
.list_type02 .icons {
    margin: 5px 0;
    display: block;
    overflow: hidden;
}
.list_type02 .brand {
    display: block;
    overflow: hidden;
}
.list_type02 .name {
    overflow: hidden;
    display: block;
    max-height: 40px;
    height: auto;
    font-size: 13px;
    margin: 0 0 5px 0;
    color: #333;
    font-weight: bold;
}
#rightcol .list_type02 h3.seo_h3_6 {
    background: none;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 0;
    max-height: 100px;
}
.list_type02 .price {
    color: #d40708;
    font-weight: bold;
    margin: 5px 0;
    font-size: 18px;
}
.list_type02 .price span {
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
}
.list_type02 .fixed_price {
    text-decoration: line-through;
}
.list_type02 .point {
    color: #ff7200;
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
}
.list_type02 .star {
    margin: 0 0 5px 0;
}
.list_type02 .nouki {
    padding: 5px 8px;
    font-size: 11px;
    background: #d9eff6;
    margin: 0 0 5px;
    border-radius: 3px;
}
.list_type02 .nouki span {
    color: #d40708;
    font-size: 14px;
}
.list_type02 .nouki .disnon {
    display: none;
}
.list_type02 p.exp {
    color: #555;
    margin: 5px 0 0 0;
    overflow: auto;
    max-height: 100px;
    height: auto !important;
    height: 100px;
    border: #efefef 1px solid;
    padding: 5px;
}
.list_type02 span.code {
    font-size: 10px;
    color: #555;
}
.list_type02 tr:nth-child(n+3) th, .list_type02 tr:nth-child(n+3) td {
    display: none;
}
.list_type02 .exp th {
    width: 60px;
    padding: 8px;
    background: #efefef;
    border-bottom: #ccc 1px dotted;
}
.list_type02 .exp td {
    padding: 8px;
    border-bottom: #ccc 1px dotted;
}
.list_type02 .to_list {
    margin: 10px 0 0 0;
}
.list_type02 .listinner {
    width: 100%;
}
.list_type02 .colorlist {
    display: none;
}
.list_type02 .bestseller {
    background: url(//img.webike.net/sys_images/best_seller.png) no-repeat;
    height: 20px;
    font-size: 10px;
    padding: 20px 0 0 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.list_type02 .bs02 {
    background-position: 0 -40px;
}
.list_type02 .category_rank {
    background: #efefef;
    padding: 5px;
    margin: 0 0 4px 0;
    border: #ccc 1px solid;
}
.list_type02 .rank {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -1622px;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
.list_type02 .rank2 {
    background-position: 0 -1722px;
}
.list_type02 .rank3 {
    background-position: 0 -1822px;
}
.list_type02 .rank_time {
    display: block;
    font-size: 11px;
    line-height: 1;
}
.list_type02 .rank_num {
    display: block;
    float: left;
    font-weight: bold;
}
.list_type02 .rank_cat {
    display: block;
    clear: both;
    background: #fff;
    font-size: 11px;
    line-height: 1.2;
    padding: 5px;
}
.list_type02 .rank_cat a {
    color: #416090;
    text-decoration: underline;
}
@media screen and (max-width: 1150px) {
.list_type02 ul li {
    width: 33%;
}
}
@media screen and (max-width: 1280px) {
.list_type02 .photo_area .photo {
    max-width: 200px;
}
}
/* 一覧02 (スライダー)*/
#series_list {
    margin: 30px 0;
}
#series_list h3 {
    color: #fff;
    padding: 15px;
    background: #2A313C;
    position: relative;
    margin: 0 0 15px;
}
#series_list h3.all p {
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: calc(100% - 190px);
}
#series_list h3.all span a {
    font-size: 12px;
    display: block;
    margin: auto;
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    padding: 4px;
    font-weight: normal;
}
#series_list h3.all span a:before {
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}
#series_list h3.all span a:hover {
    background: #4C5462;
    color: #fff;
    text-decoration: none;
}
#series_list.list_type02 ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    box-sizing: border-box;
    position: relative;
}
#series_list.list_type02 .photo_area {
    min-height: 190px;
}
#series_list.list_type02 .photo_area .photo {
    max-width: 190px;
    max-height: 190px;
    width: 100%;
}
@media screen and (max-width: 1150px) {
#series_list.list_type02 .photo_area {
    min-height: 168px;
}
}
.list_type02 .bx-controls a.bx-prev, .list_type02 .bx-controls a.bx-next {
    position: absolute;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    font-family: FontAwesome;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    color: #fff;
    padding: 15px 10px;
}

.list .bx-controls a.bx-prev, .list .bx-controls a.bx-next {
    position: absolute;
    top: 40%;
    font-family: FontAwesome;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    color: #fff;
    padding: 15px 10px;
}

.list .bx-controls a:hover.bx-prev, .list .bx-controls a:hover.bx-next {
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.list .bx-controls .bx-prev {
    left: 0;
}
.list .bx-controls .bx-next {
    right: 0;
}

.list_type02 .bx-controls a:hover.bx-prev, .list_type02 .bx-controls a:hover.bx-next {
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.list_type02 .bx-controls .bx-prev {
    left: 0;
}
.list_type02 .bx-controls .bx-next {
    right: 0;
}
/* 一覧02 hover時の大きいやつ */
.goods_big {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: #ccc 1px solid;
    padding: 10px;
    display: none;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}
.goods_big tr:nth-child(n+3) th, .goods_big tr:nth-child(n+3) td {
    display: table-cell;
}
.goods_big p.exp {
    overflow: visible;
    clear: both;
    height: auto;
    max-height: none;
    background: #efefef;
    border: none;
    margin: -10px;
    padding: 15px;
}
.goods_big .listinner {
    float: right;
}
.goods_big .colorlist {
    float: left;
}
.goods_big .colorlist a {
    width: 50px;
    height: 50px;
    display: block;
    border: #ccc 1px solid;
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
}
.goods_big .colorlist img {
    max-width: 50px;
    width: auto !important;
    width: 50px;
    max-height: 50px;
    height: auto !important;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.goods_big a.photo img.many_photo {
    display: none;
}
.goods_big .nouki .disnon {
    display: block;
}
/* 一覧02 (商品一覧 リスト) */
#goods_list {
    text-align: left;
    margin: 5px 0 0 0;
}
#goods_list ul li {
    border: #ccc 1px solid;
    padding: 10px;
    margin: -1px 0 0 0;
    position: relative;
}
#goods_list ul li img {
    border: #ccc 1px solid;
    float: left;
    margin: 0 10px 0 0;
}
#goods_list ul li a.photo {
    display: block;
    width: 167px;
    height: 167px;
    position: relative;
    float: left;
}
#goods_list ul li a.photo img {
    position: absolute;
    margin: 0 auto;
    padding: 13px;
    max-width: 140px;
    width: auto !important;
    width: 140px;
    max-height: 140px;
    height: auto !important;
    height: 140px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#goods_list ul li a.photo img.set {
    border: none;
    padding: 0px;
    max-width: 167px;
    width: auto !important;
    max-height: 167px;
    height: auto !important;
}
#goods_list ul li > div {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    float: right;
}
#goods_list ul li .star {
    position: absolute;
    top: 10px;
    right: 0;
    width: 150px;
}
#goods_list ul li span.icons {
    height: 12px;
    display: block;
    margin: 0 0 5px 0;
}
#goods_list ul li span.brand {
    width: 400px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#goods_list ul li span.name {
    font-weight: bold;
    width: 400px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#goods_list ul li span.code {
    color: #555;
    font-size: 10px;
    display: block;
    margin: 5px 0;
}
#goods_list ul li span.price {
    color: #d40708;
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
}
#goods_list ul li span.price span {
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
}
#goods_list ul li span.point {
    color: #555;
}
#goods_list ul li span.exp {
    color: #555;
    border-top: #ccc 1px dotted;
    padding: 5px;
    display: block;
    margin: 5px 0 0 0;
    height: 40px;
    overflow: auto;
}
/* 一覧02 (ランキング追加ver) */
#goods_list.addon_ranking .ranking {
    float: left;
    width: 75px;
    text-align: center;
    padding: 60px 0 0 0;
}
#goods_list.addon_ranking .rank {
    color: #FFF;
    display: block;
    text-align: center;
    background: #777 none repeat scroll 0% 0%;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    width: 30px;
    height: 20px;
    margin: 0 auto;
}
#goods_list.addon_ranking .rank1 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -983px;
    line-height: 37px;
    width: 26px;
    height: 28px;
}
#goods_list.addon_ranking .rank2 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -1083px;
    line-height: 37px;
    width: 26px;
    height: 28px;
}
#goods_list.addon_ranking .rank3 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -1183px;
    line-height: 37px;
    width: 26px;
    height: 28px;
}
#goods_list.addon_ranking span.rankup {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 4px -1284px;
    width: 9px;
    height: 13px;
    padding: 0 0 0 15px;
}
#goods_list.addon_ranking span.rankdown {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 4px -1383px;
    width: 9px;
    height: 13px;
    padding: 0 0 0 15px;
}
#goods_list.addon_ranking span.rankkeep {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -1482px;
    width: 13px;
    height: 9px;
    padding: 0 0 0 15px;
}
/* list_type03 (旧インプレッション) */
.list_type03 {
    margin: 30px 0 0 0;
}
.list_type03 ul {
    margin: 0 0 15px 0;
}
.list_type03 ul li {
    border-bottom: #ccc 1px dotted;
    padding: 10px;
    margin: -1px 0 0 0;
}
.list_type03 ul li img {
    border: #ccc 1px solid;
    float: left;
    margin: 0 10px 0 0;
}
.list_type03 ul li > div {
    position: relative;
    float: left;
    width: 575px;
}
.list_type03 ul li .star {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}
.list_type03 ul li span.icons {
    height: 12px;
    display: block;
    margin: 0 0 5px 0;
}
.list_type03 ul li span.name {
    font-weight: bold;
    width: 450px;
    display: block;
}
.list_type03 ul li span.code {
    color: #555;
    font-size: 10px;
    display: block;
    margin: 5px 0;
}
.list_type03 ul li span.price {
    color: #d40708;
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.list_type03 ul li span.price span {
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
}
.list_type03 ul li span.point {
    color: #555;
}
.list_type03 ul li span.exp {
    color: #555;
    border-top: #ccc 1px dotted;
    padding: 5px;
    display: block;
    margin: 5px 0 0 0;
    height: 40px;
    overflow: auto;
}
.list_type03 a.btn {
    width: 98px;
    height: 21px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fbfbf1;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border: solid 1px #ccc;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(218, 218, 218, .2));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(218, 218, 218, .2));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(218, 218, 218, .2));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(218, 218, 218, .2));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(218, 218, 218, .2));
    padding: 3px 20px;
    color: #333;
    margin: 10px 0 0 0;
    display: inline-block;
    text-align: center;
}
/* list_type04 (ブランドから探す) */
.list_type04 {
    margin: 30px 0 0 0;
}
.list_type04 .bx-wrapper {
    padding: 0 50px;
}
.list_type04 ul.attach {
    padding: 0 25px;
    margin: 0 0 15px -26px;
}
.list_type04 ul.attach li {
    width: 119px;
    text-align: center;
    float: left;
    margin: 0 0 0 26px;
}
.list_type04 ul.attach li img {
    width: 119px;
}
.list_type04 ul.text {
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_type04 ul.text li {
    width: 20%;
    float: left;
    min-height: 101px;
    height: auto !important;
    height: 101px;
    overflow: hidden;
    line-height: 1.2;
    text-align: center;
    margin: 5px 0;
}
#rightcol .list_type04 ul.text li a h3.seo_h3_2{
    background: #fff;
    color: #416090;
    padding: 0;
    margin: 0;
    font-size: 12px
}
.list_type04 ul.text li a {
    display: block;
}
.list_type04 ul.text li img {
    display: block;
    margin: 0 auto 5px;
    width: 90%;
}
/* 一覧05 (新商品)*/
.list_type05 {
    margin: 30px 0 0 0;
    position: relative;
}
.list_type05 .scrollable {
    overflow: hidden;
    position: relative;
}
.list_type05 .scrollable img {
    display: block;
    max-width: 140px;
    max-height: 140px;
    width: auto;
    height: auto;
}
.list_type05 .next, .list_type05 .prev {
    display: block;
    width: 13px;
    height: 47px;
    top: 130px;
    cursor: pointer;
    position: absolute
}
.list_type05 .photo {
    width: 140px;
    height: 140px;
    border:1px solid #ccc;
    text-align: center;
    margin: 0 auto 5px;
    position: relative;
}
.list_type05 .photo img {
    position: absolute;
    display: block;
    width: 140px;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}
.list_type05 .box {
    text-align: center;
    width: 100%;
}
.list_type05 .box .text {
    width: 140px;
    margin: 0 auto;
    text-align: left;
}
.list_type05 span.brand {
    font-size: 11px;
    clear: both;
    display: block;
}
.list_type05 span.name,#rightcol .list_type05 h3.seo_h3_4 {
    background: none;
    color: #416090;
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}
.list_type05 span.price {
    color: #d40708;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}
.list_type05 span.price span {
    font-weight: normal;
    font-size: 10px;
}
.list_type05 li p {
    margin: 10px 0 0;
}
.list_type05 .next {
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) -13px 0 no-repeat;
    right: 0
}

.list_type05 .prev {
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat
}
.list_type05 .rank {
    position: absolute;
    background: #332F30;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.lc_ranking .rank.rank1 {
    background: #FFB100;
}
.lc_ranking .rank.rank2 {
    background: #B6B6B6;
}
.lc_ranking .rank.rank3 {
    background: #AA6D44;
}
.list_type05 .prev.disabled, .list_type05 .next.disabled {
    display: none;
}
.list_type05 .to_list {
    margin: 0;
}
.list_type05 .fl {
    float: left;
    width: 50%;
    position: relative;
}
.list_type05 .fr {
    float: right;
    width: 50%;
    position: relative;
}
.list_type05.min div.scrollable {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    margin: 0 0 14px 18px;
}
.list_type05.min h3 span {
    float: left;
    width: 261px;
}
.list_type05.min div.scrollable .items > div a {
    height: 205px;
    width: 33%;
}
.list_type05.min .items img {
    width: 90px;
    max-height: 90px;
    height: auto !important;
    height: 90px;
}
/* 大きいバージョン */
.list_type05.large .icons {
    display: none;
}
.list_type05.large > p {
    font-weight: bold;
    margin: 0 0 10px 25px;
}
.list_type05.large p.quotation span {
    color: #d40708;
}
.list_type05.large span.price {
    font-weight: normal;
    text-align: center;
}
.list_type05.large span.price span {
    color: #d40708;
    font-size: 12px;
    font-weight: bold;
}
.list_type05.large img {
    max-width: 200px;
    width: auto;
    max-height: 150px;
    height: auto;
}
.list_type05 table {
    border-collapse: collapse;
    table-layout: fixed;
}
.list_type05 table th {
    padding: 10px;
    border: #ccc 1px solid;
    background: #efefef;
}
.list_type05 table td {
    padding: 10px;
    border: #ccc 1px solid;
}
/* list_type06 (インプレッション) */
.list_type06 {
    margin: 30px 0 0 0;
    position: relative;
}
.list_type06 ul {
    margin: -10px 0 15px 0;
}
.list_type06 ul li {
    padding: 10px 5px;
    width: 50%;
    float: left;
    border-bottom: #ccc 1px dotted;
    box-sizing: border-box;
}
.list_type06 ul li a.photo {
    width: 140px;
    height: 140px;
    display: block;
    float: left;
    border: #ccc 1px solid;
    margin: 0 10px 0 0;
    text-align: center;
    position: relative;
}
.list_type06 ul li a.photo img {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    max-width: 140px;
    width: auto !important;
    width: 140px;
    max-height: 140px;
    height: auto !important;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.list_type06 ul li > div {
    position: relative;
    float: left;
    width: 575px;
}
.list_type06 ul li .star {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}
.list_type06 ul li span.icons {
    height: 12px;
    display: block;
    margin: 0 0 5px 0;
}
.list_type06 ul li span.name {
    font-weight: bold;
    display: block;
}
.list_type06 ul li span.code {
    color: #555;
    font-size: 10px;
    display: block;
    margin: 5px 0;
}
.list_type06 ul li span.price {
    color: #d40708;
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.list_type06 ul li span.price span {
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
}
.list_type06 ul li span.point {
    color: #555;
}
.list_type06 ul li span.exp {
    color: #555;
    border-top: #ccc 1px dotted;
    padding: 5px;
    display: block;
    margin: 5px 0 0 0;
    height: 40px;
    overflow: auto;
}
.list_type06 div.scrollable {
    height: 185px;
    overflow: hidden;
    position: relative;
    width: 688px;
    margin: 0 0 14px 20px;
}
.list_type06 div.scrollable .items {
    width: 20000em;
    position: absolute;
}
.list_type06 .next {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat -13px 0;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 130px;
    right: 0;
    cursor: pointer;
}
.list_type06 .prev {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 130px;
    cursor: pointer;
}
/* 一覧07 (対応車種一覧)*/
.list_type07 {
    margin: 30px 0 0 0;
    position: relative;
}
.list_type07 dl {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: #ccc 1px dotted;
}
.list_type07 dl dt {
    font-weight: bold;
}
.list_type07 dl dd ul li {
    width: 25%;
    float: left;
}
/* 一覧07 (ランキング) */
.list_type07 > ul {
    overflow: hidden;
    margin: 0 0 10px -3px;
}
.list_type07 > ul > li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: #ccc 1px dotted;
}
.list_type07 > ul > li > p {
    font-weight: bold;
    font-size: 14px;
}
.list_type07 > ul > li > div {
    width: 140px;
    float: left;
    margin: 0 10px 0 0;
}
.list_type07 > ul > li > ul {
    float: right;
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    padding: 3px;
}
.list_type07 > ul > li > ul > li {
    float: left;
    width: 289px;
    margin: 3px;
    position: relative;
}
.list_type07 > ul > li > ul > li p.rank {
    position: absolute;
    background: #332F30;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.list_type07 > ul > li > ul > li p.rank1 {
    background: #FFB100;
}
.list_type07 > ul > li > ul > li p.rank2 {
    background: #B6B6B6;
}
.list_type07 > ul > li > ul > li p.rank3 {
    background: #AA6D44;
}
.list_type07 > ul > li ul > li img {
    width: 73px;
    border: #ccc 1px solid;
    float: left;
    margin: 0 5px 0 0;
}
.list_type07 > ul > li ul > li a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}
.list_type07 > ul > li ul > li span.name {
    display: block;
}
.list_type07 > ul > li ul > li span.price {
    color: #D40708;
    display: block;
    font-weight: bold;
    line-height: 1;
}
.list_type07 > ul > li.odd.text {
    background: #e8ecec;
}
.list_type07 .to_list a {
    background: none;
}
/* 日記 *//* 新着ブランド用 */
.list_type08 {
    margin: 1px 0 0 0;
    position: relative;
}
.list_type08 img {
    float: left;
    width: 100px;
    margin: 0 10px 0 0;
}
.list_type08 div.scrollable {
    height: 125px;
    overflow: hidden;
    position: relative;
    width: 720px;
    margin: 0 0 14px 20px;
}
.list_type08 div.scrollable .items {
    width: 20000em;
    position: absolute;
}
.list_type08 div.scrollable .items > ul {
    float: left;
}
.list_type08 .next {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat -13px 0;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 75px;
    right: 0;
    cursor: pointer;
}
.list_type08 .prev {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 75px;
    cursor: pointer;
}
.list_type08 ul {
    border-bottom: #ccc 1px dotted;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.list_type08 ul li {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}
.list_type08 ul li span {
    display: block;
}
.list_type08 .date {
    display: block;
    color: #999;
}
.list_type08 li p a {
    display: block;
    width: 140px;
    height: 140px;
    position: relative;
    float: left;
    border: #ccc 1px solid;
    margin: 0 5px 0 0;
}
.list_type08 img.imgDiary {
    max-height: 140px;
    height: auto !important;
    height: 140px;
    max-width: 140px;
    width: auto !important;
    width: 140px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* list_type09(中古パーツ) */
.list_type09 {
    margin: 20px 0 0;
}
.list_type09 ul {
    overflow: hidden;
    margin: 10px 0;
}
.list_type09 li {
    width: 166px;
    height: 260px;
    float: left;
    border: #efefef 1px solid;
    padding: 10px;
}
.list_type09 li img {
    display: block;
    margin: 10px auto;
}
.list_type09 dl {
    width: 130px;
    margin: 0 auto;
}
.list_type09 dl dt {
    float: left;
    width: 60px;
}
.list_type09 dl dd.price {
    color: #d40708;
    font-weight: bold;
}
/* トレンド */
.list_type10 .btrend {
    font-weight: bold;
    font-size: 14px;
}
.list_type10 .strend {
    width: 456px;
    float: right;
}
.list_type10 .strend li {
    float: left;
    width: 140px;
    height: 180px;
    margin: 0 0 0 10px;
}
.list_type10 .strend img {
    border: #ccc 1px solid;
}
.list_type10 .strend img {
    border: #ccc 1px solid;
}
.list_type10 .bx-wrapper {
    width: 293px;
    height: 315px !important;
    float: left;
    position: relative;
}
.list_type10 .bx-wrapper img {
    max-width: 293px;
    width: auto !important;
    width: 293px;
}
.list_type10 .bx-wrapper .bx-prev {
    left: 10px;
    background: url(//img.webike.net/sys_images/shopping/controls.png) no-repeat 0 -32px;
}
.list_type10 .bx-wrapper .bx-next {
    right: 10px;
    background: url(//img.webike.net/sys_images/shopping/controls.png) no-repeat -43px -32px;
}
.list_type10 .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.list_type10 .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.list_type10 .bxslider li {
    width: 293px;
    height: 315px;
    position: relative;
}
.list_type10 .bxslider li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.list_type10 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.list_type10 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 293px;
}
/* 急上昇 */
.list_type11 {
    position: relative;
}
.list_type11 li {
    float: left;
    width: 350px;
}
.list_type11 .climb {
    font-weight: bold;
    font-size: 14px;
    color: #F30;
    line-height: 1;
}
.list_type11 img {
    float: left;
    border: #ccc 1px solid;
    margin: 0 10px 0 0;
}
.list_type11 .brand {
    display: block;
}
.list_type11 .name {
    display: block;
    font-weight: bold;
}
.list_type11 .price {
    color: #D40708;
    font-weight: bold;
    margin: 0 5px 0 0;
    display: block;
}
.list_type11 .point {
    margin: 0 5px 0 0;
    display: block;
}
.list_type11 .rank {
    display: inline-block;
    width: 18px;
    height: 17px;
    text-align: center;
    color: #fff;
}
.list_type11 .rank1 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -683px;
    font-size: 11px;
    line-height: 20px;
}
.list_type11 .rank2 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -783px;
    font-size: 11px;
    line-height: 20px;
}
.list_type11 .rank3 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -883px;
    font-size: 11px;
    line-height: 20px;
}
.list_type11 .bx-wrapper {
    max-width: 749px !important;
    width: auto !important;
    width: 749px;
    position: relative;
}
.list_type11 .bx-wrapper .bx-viewport {
    width: 710px !important;
    left: 17px;
}
.list_type11 .bx-next {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat -13px 0;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
    text-indent: -9999pt;
    overflow: hidden;
}
.list_type11 .bx-prev {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 50px;
    cursor: pointer;
    text-indent: -9999pt;
    overflow: hidden;
}
/* セール商品、新製品(単品スクロール) */
.list_type12 {
    margin: 20px 0 0;
}
.list_type12 .fl {
    float: left;
    width: 370px;
    position: relative;
}
.list_type12 .fr {
    float: right;
    width: 370px;
    position: relative;
}
.list_type12 .scrollable .items > div {
    float: left;
    width: 340px;
}
.list_type12 .scrollable .items > div a {
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    width: 320px;
}
.list_type12 .scrollable .items img {
    border: #ccc 1px solid;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
.list_type12 span.brand {
    font-size: 11px;
}
.list_type12 span.name {
    font-weight: bold;
    display: block;
    height: 35px;
}
.list_type12 span.price {
    color: #d40708;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}
.list_type12 span.price span {
    font-weight: normal;
    font-size: 10px;
}
.list_type12 div.scrollable {
    overflow: hidden;
    position: relative;
    width: 330px;
    height: 180px;
    margin: 0 0 14px 20px;
}
.list_type12 div.scrollable .items {
    width: 20000em;
    position: absolute;
}
.list_type12 .next {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat -13px 0;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 130px;
    right: 0;
    cursor: pointer;
}
.list_type12 .prev {
    display: block;
    background: url(//img.webike.net/sys_images/shopping/btn_pn.png) no-repeat;
    width: 13px;
    height: 47px;
    position: absolute;
    top: 130px;
    cursor: pointer;
}
.list_type12 .prev.disabled, .list_type05 .next.disabled {
    display: none;
}
.list_type12 .to_list {
    margin: 0 20px 0 0;
}
/* インプレッション (2個スクロール) */
.list_type13 {
    margin: 30px 0 0 0;
    position: relative;
}
.list_type13 .scrollable {
    position: relative;
    overflow: hidden;
}
.list_type13 .scrollable > div {
    padding: 0 30px;
}
.list_type13 .scrollable .name {
    display: block;
}
.list_type13 .scrollable .star_b {
    display: block;
    margin: 5px 0;
}
.list_type13 a.photo {
    width: 140px;
    height: 140px;
    display: block;
    float: left;
    border: #ccc 1px solid;
    margin: 0 10px 0 0;
    text-align: center;
    position: relative;
}
.list_type13 a.photo img {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    max-width: 140px;
    width: 100% !important;
    width: 140px;
    max-height: 140px;
    height: auto !important;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.list_type13 .to_list {
    margin: 0 20px 0 0;
}
.list_type14 {
    margin: 30px 0 0 0;
    position: relative;
}
/* ニュース形式 */
.list_type15 {
    margin: 0;
    padding: 0;
}
.list_type15 li {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
}
.list_type15 ul {
    margin: 0;
}
.list_type15 ul li {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
    font-size: 12px;
    line-height: 100%;
}
.list_type15 .meta {
    margin: 0 0 5px 0;
}
.list_type15 li.post_date {
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
}
.list_type15 li.post_author {
    margin: 0 0 10px 0;
    padding: 0;
}
.list_type15 li.post_category {
    border-left: 1px solid #aaa;
    margin: 0 10px 10px 0;
    padding: 0 0 0 10px;
}
.list_type15 .image {
    width: 280px;
    display: block;
    float: left;
    margin: 15px;
}
.list_type15 .image img {
    display: block;
    width: 280px;
}
.list_type15 .image:hover img {
    opacity: 0.5;
}
.list_type15 .info {
    float: left;
    margin: 15px 0 0 0;
    overflow: hidden;
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
}
.list_type15 .title {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 160%;
}
.list_type15 .title a {
    text-decoration: none;
    display: block;
}
.list_type15 .title a:hover {
    text-decoration: underline;
}
.list_type15 .excerpt {
    font-size: 12px;
    line-height: 180%;
    margin: 0 0 15px 0;
}
/* 注目のブランド */
.list_type16 {
    margin: 30px 0 0 0;
}
.list_type16 ul li a:hover {
    text-decoration: none;
}
.list_type16 ul li {
    float: left;
}
.list_type16 ul li .brand_logo {
    float: left;
    width: 50%;
}
.list_type16 ul li .brand_logo img {
    width: 100%;
    max-width: 250px;
    max-height: 120px;
    margin: 0 0 5px;
}
.list_type16 ul li .brand_logo span {
    display: block;
}
.list_type16 ul li .exp {
    width: 48%;
    float: right;
    color: #333;
}
.list_type16 ul li .pr_genre {
    margin: 0 0 5px;
}
.list_type16 ul li .pr_genre span {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    border: #E61E25 1px solid;
    color: #E61E25;
}
.list_type16 .bx-wrapper {
    padding: 0 50px;
}
/* one item */
.list_type16 li:first-child:nth-last-child(1) {
    width: 100%;
}
.list_type16 li:first-child:nth-last-child(1) .brand_logo {
    width: 250px;
    background: #efefef;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.list_type16 li:first-child:nth-last-child(1) .exp {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
}
/* two items */
.list_type16 li:first-child:nth-last-child(2), .list_type16 li:first-child:nth-last-child(2) ~ li {
    width: 48%;
    margin: 0 1%;
}
/* three items */
.list_type16 li:first-child:nth-last-child(3), .list_type16 li:first-child:nth-last-child(3) ~ li {
    width: 31%;
    margin: 0 1%;
}
.list_type16 li:first-child:nth-last-child(3) .brand_logo, .list_type16 li:first-child:nth-last-child(3) ~ li .brand_logo {
    float: none;
    width: 100%;
    background: #efefef;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.list_type16 li:first-child:nth-last-child(3) .exp, .list_type16 li:first-child:nth-last-child(3) ~ li .exp {
    float: none;
    width: 100%;
}
/* four items */
.list_type16 li:first-child:nth-last-child(4), .list_type16 li:first-child:nth-last-child(4) ~ li {
    width: 23%;
    margin: 0 1%;
}
.list_type16 li:first-child:nth-last-child(4) .brand_logo, .list_type16 li:first-child:nth-last-child(4) ~ li .brand_logo {
    float: none;
    width: 100%;
    background: #efefef;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.list_type16 li:first-child:nth-last-child(4) .exp, .list_type16 li:first-child:nth-last-child(4) ~ li .exp {
    float: none;
    width: 100%;
}
.list_type16 li:first-child:nth-last-child(n+5) .brand_logo, .list_type16 li:first-child:nth-last-child(n+5) ~ li .brand_logo {
    float: none;
    width: 100%;
    background: #efefef;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.list_type16 li:first-child:nth-last-child(n+5) .exp, .list_type16 li:first-child:nth-last-child(n+5) ~ li .exp {
    float: none;
    width: 100%;
}
/* ランキング */
.general_ranking table {
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed;
}
.general_ranking table .hatena {
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #999 1px solid;
    line-height: 17px;
    font-size: 12px;
}
.general_ranking table th {
    background: #efefef;
    *zoom: 1;
    padding: 8px;
    text-align: center;
    border: #ccc 1px solid;
}
#rightcol .general_ranking table th h3.seo_h3_3{
    background: none;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 12px;
}
.general_ranking table th .hatena {
    border: #333 1px solid;
}
.general_ranking table td {
    border: #ccc 1px solid;
    padding: 5px;
    vertical-align: top;
}
.general_ranking .btn_continue {
    text-align: center;
}
.general_ranking .btn_continue a {
    border-radius: 3px;
    font-size: 11px;
    display: block;
    padding: 10px 2px;
    border: #E61E25 1px solid;
    color: #E61E25;
}
.general_ranking .btn_continue a:hover {
    background: #E61E25;
    color: #FFF;
    text-decoration: none;
}
.general_ranking div.thum {
    float: left;
    margin: 0 2% 5px 0;
    position: relative;
    width: 48%;
    text-align: center;
}
.general_ranking span.rankup {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 4px -1284px;
    width: 9px;
    height: 13px;
    padding: 0 0 0 15px;
}
.general_ranking span.rankdown {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 4px -1383px;
    width: 9px;
    height: 13px;
    padding: 0 0 0 15px;
}
.general_ranking span.rankkeep {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -1482px;
    width: 13px;
    height: 9px;
    padding: 0 0 0 15px;
}
.general_ranking img {
    width: 100%;
    object-fit: contain;
}
.general_ranking td.rank {
    background: #efefef;
    text-align: center;
    line-height: 1.2;
}
.general_ranking td.higher {
    background: #fffad7;
}
.general_ranking td.rower {
    background: #efefef;
}
.general_ranking td p.rank {
    color: #fff;
    display: block;
    width: 16px;
    height: 17px;
    text-align: center;
    background: #777;
    line-height: 18px;
    position: absolute;
}
.general_ranking td p.rank1 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -683px;
    font-size: 11px;
    line-height: 20px;
}
.general_ranking td p.rank2 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -783px;
    font-size: 11px;
    line-height: 20px;
}
.general_ranking td p.rank3 {
    background: url(//img.webike.net/sys_images/shopping/icon_ranking.png) no-repeat 0 -883px;
    font-size: 11px;
    line-height: 20px;
}
.general_ranking div.text {
    width: 50%;
    float: right;
}
.general_ranking div.text span.brand {
    font-size: 11px;
    overflow: hidden;
    display: block;
}
.general_ranking div.text span.name {
    font-weight: bold;
    display: block;
    height: 30px;
    line-height: 1.3;
    overflow: hidden;
}
#rightcol .general_ranking div.text h3.seo_h3_5 {
    background: none;
    color: #416090;
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    display: block;
    line-height: 1.3;
    overflow: hidden;
}
.general_ranking div.text span.price {
    color: #d40708;
    font-weight: bold;
    display: block;
    margin: 5px 0 0 0;
}
.general_ranking div.text span.price span {
    font-weight: normal;
    font-size: 10px;
}
.general_ranking dl dd.price {
    color: #d40708;
    font-size: 12px;
    font-weight: bold;
}
/* 特集バナー */
.feature_banner ul {
    overflow: hidden;
}
.feature_banner ul li {
    border-bottom: #ccc 1px dotted;
    padding: 10px 0;
    margin: 0 0 -1px 0;
}
.feature_banner ul li img {
    float: left;
    margin: 0 10px 0 0;
}
/* 並び順変更 */
.style_change {
    margin: 15px 0 !important;
}
.style_change a:hover {
    text-decoration: none;
}
.style_change dt {
    float: left;
    padding: 6px;
    border: #E61E25 1px solid;
    color: #E61E25;
    margin: 0 5px 0 0;
}
.style_change dd {
    float: left;
    margin: 0 5px 0 0;
    border: #ccc 1px solid;
    padding: 1px;
}
.style_change dd b {
    color: #E61E25;
    text-decoration: underline;
}
.style_change input[type=radio], .style_change input[type=checkbox] {
    display: none;
}
.style_change .radio, .style_change .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    padding: 5px 5px 5px 28px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    display: block;
}
.style_change a {
    color: #333;
}
.style_change .radio:hover, .style_change .checkbox:hover {
    background-color: #d7eded;
}
.style_change .radio:hover:after, .style_change .checkbox:hover:after {
    border-color: #71A8E2;
}
.style_change .radio:after, .style_change .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 2px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}
.style_change .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 2px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #71A8E2;
    content: '';
    opacity: 0;
}
.style_change input[type=radio]:checked + .radio:before {
    opacity: 1;
}
.style_change .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #71A8E2;
    border-bottom: 3px solid #71A8E2;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.style_change input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}
.style_change dd input {
    vertical-align: middle;
}
.style_change dd select {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    padding: 3px 0;
    border: none;
}
/* インプレコメント */
.impre_type01 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
#rightcol .impre_type01 h3 {
    margin: 0 auto;
}
.impre_type01 div.piece {
    padding: 10px;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
}
.impre_type01 div.photo {
    float: left;
    width: 110px;
    max-height: 110px;
    height: auto !important;
    height: 110px;
    border: #ccc 1px solid;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.impre_type01 div.photo img {
    width: 112px;
}
.impre_type01 div.text {
    float: left;
}
.impre_type01 div.text dt {
    float: left;
}
.impre_type01 div.text dd {
    float: left;
}
.impre_type01 div.text > p {
    background: url(//img.webike.net/sys_images/top-impre/impre_top.png) no-repeat 0 -940px;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 0 25px;
    margin: 0 0 5px 0;
}
/* インプレッション単体 */
.piece {
    padding: 0 0 10px 0;
    margin: 10px 0;
    border-bottom: #ccc 1px solid;
}
/* 投稿者情報info :一般会員info2:BIZ会員info3:メーカー*/
.piece .ui_info {
    border: #ccc 1px solid;
    background: #f4f4f4;
    display: none;
    position: absolute;
}
.piece .ui_info div {
    background: #ccc;
    text-align: center;
    padding: 3px 0;
}
.piece .ui_info .ui_photo {
    background: #f4f4f4;
    padding: 10px;
    border-bottom: #ccc 1px solid;
    text-align: left;
}
.piece .ui_info .ui_photo img {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 5px 0 0;
}
.piece .ui_info dl {
    padding: 0 10px;
    border-top: #fff 1px solid;
}
.piece .ui_info dt {
    position: relative;
    padding: 0 0 0 10px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.piece .ui_info dt:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-top: 5px solid transparent;    /*下向き三角*/
    border-right: 5px solid transparent;    /*左向き三角*/
    border-left: 5px solid #1C69BB;    /*右向き三角*/
    border-bottom: 5px solid transparent;    /*上向き三角*/
    border-style: solid;
    border-height: 5px;
    content: " ";
    left: 0;
    top: 3px;
    height: 0;
    position: absolute;
    width: 0;
}
.piece .ui_info dd {
    margin: 0 0 5px 0;
    border-bottom: #ccc 1px dotted;
    padding: 0 0 10px 0;
}
.piece .ui_info dd li {
    margin: 0 0 5px 0;
}
.piece .ui_info dd img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 5px 0 0;
}
.piece .ui_info dd span {
    color: #F60;
}
.piece .ui_info2 {
    width: 250px;
    border: #fc8403 1px solid;
    background: #fff0e0;
}
.piece .ui_info2 div {    /*     color: #fff; */
    background: #fc8403;
}
.piece .ui_info2 .ui_photo {
    background: #fff0e0;
    border-bottom: #efdbc7 1px solid;
}
.piece .ui_info2 .shop_contact {
    color: inherit;
    background: #fff;
    margin: 0 auto 5px auto;
    padding: 10px;
    text-align: left;
    border-left: #fff0e0 5px solid;
    border-right: #fff0e0 5px solid;
}
.piece .ui_info3 {
    width: 250px;
    border: #2B4D82 1px solid;
    background: #E8EAFF;
}
.piece .ui_info3 div {
    color: #fff;
    background: #2B4D82;
}
.piece .ui_info3 .ui_photo {
    color: inherit;
    background: #E8EAFF;
    border-bottom: #C8C8EF 1px solid;
}
.piece .ui_info3 .shop_contact {
    background: #fff;
    border-left: #E8EAFF 5px solid;
    border-right: #E8EAFF 5px solid;
}
/* 投稿日や評価 */
.piece .ui_date dl {
    margin: 0 0 5px 0;
}
.piece .ui_date dl dt {
    float: left;
}
.piece .ui_date dl dd {
    float: left;
    margin: 0 10px 0 5px;
}
.piece .ui_date dl dd img {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 0 5px 0 0;
}
/* 良い点・悪い点 */
.piece .ui_appraisal {
    padding: 10px;
    border: #ccc 1px dotted;
}
.piece .ui_appraisal li {
    display: inline;
    margin: 0 10px 0 0;
}
.piece .ui_appraisal ul {
    padding: 0 0 0 30px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
}
.piece .ui_appraisal ul.good {
    background: url(//img.webike.net/sys_images/sd/icon.gif) no-repeat 0 -292px;
    margin: 0 0 15px 0;
}
.piece .ui_appraisal ul.bad {
    background: url(//img.webike.net/sys_images/sd/icon.gif) no-repeat 0 -359px;
}
/* インプレテキスト */
.piece .ui_text {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
}
.piece .ui_text dd {
    margin: 0 0 10px 0;
}
.piece .ui_text dt {
    background: url(//img.webike.net/sys_images/sd/icon.gif) no-repeat 0 -240px;
    padding: 0 0 5px 30px;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 14px;
}
.piece .ui_text dd img {
    float: left;
    padding: 0 10px 10px 0;
    max-width: 40%;
    width: inherit;
}
/* インプレコメント */
.piece .ui_comment {
    padding: 10px;
}
.piece .ui_comment div {
    font-weight: bold;
    font-size: 14px;
}
.piece .ui_comment div.al_right {
    width: 420px;
    float: left;
}
.piece .ui_comment div span {
    font-weight: normal;
    font-size: 12px;
}
.piece .ui_comment dd {
    border-bottom: #ccc 1px dotted;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}
.piece .reference {
    padding: 7px 7px 5px 5px;
    background: #efefef;
    font-size: 10px;
    text-align: right;
    margin: 0 0 5px 0;
}
.piece .reference a {
    vertical-align: middle;
}
.piece .reference span {
    font-weight: bold;
}
/* はい・いいえボタン */
.piece a.evaluation-y {
    background: url(//img.webike.net/sys_images/sd/button.png) no-repeat 0 -182px;
    display: inline-block;
    overflow: hidden;
    width: 62px;
    height: 24px;
    text-indent: -9999pt;
    margin: 0 auto;
    text-align: left;
}
.piece a:hover.evaluation-y {
    background-position: 0 -206px;
}
.piece a.evaluation-n {
    background: url(//img.webike.net/sys_images/sd/button.png) no-repeat -62px -182px;
    display: inline-block;
    overflow: hidden;
    width: 62px;
    height: 24px;
    text-indent: -9999pt;
    margin: 0 auto;
    text-align: left;
}
.piece a:hover.evaluation-n {
    background-position: -62px -206px;
}
.piece .agree {
    color: #ff0000;
    background: #f1d7d8;
    padding: 5px;
}
div.al_comment {
    background: none repeat scroll 0 0 #F5FAFF;
    border: 1px solid #A2BED7;
    height: auto;
    margin: 10px 0 3px;
    padding: 7px;
    vertical-align: bottom;
}
div.al_comment h4 {
    margin: 0 0 3px;
}
div.al_input_comment textarea {
    border: 1px solid #B3C3D2;
    font-size: 12px;
    height: 14px;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 3px;
    resize: none;
    vertical-align: bottom;
    width: 495px;
}
.underlink a:link {
    margin: 0 0 0 10px;
}
/*　ページング
==================================================*/
.pagination {
    margin: 15px 0;
    text-align: center;
}
.pagination ul {
    margin: 0 0 10px;
}
.pagination li {
    text-align: center;
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
*display: inline;
*zoom: 1;
    font-weight: normal !important;
    min-width: 40px;
    line-height: 40px;
}
.pagination li a, .pagination li span {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    text-align: center;
    padding: 2px;
}
.pagination li a {
    background: #FFF;
    border: 1px solid;
    border-color: #e3e3e3 #cecece #b4b4b4 #d6d6d6;
    text-decoration: none
}
.pagination li a:hover {
    color: #333 !important;
    background: #F9F9F9 !important;
    border-color: #ababab #909090 #7e7e7e #979797 !important;
}
.pagination li.nowPage {
    background: #666 !important;
    border: none !important;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 3px;
}
.pagination li.beforePage {
    width: inherit;
}
.pagination li.nextPage {
    width: inherit;
}
.pagination li.nextPage a, .pagination li.beforePage a {
    border: none;
}
.pagination li.nextPage a:hover, .pagination li.beforePage a:hover {
    text-decoration: underline;
    background: none !important;
}
/*　インプレッション表示(sd、一覧)
==================================================*/
#wrap_imp h2 {
    border-left: #039 5px solid;
    padding: 0 0 0 5px;
}
#delegate_image {
    background: url(//img.webike.net/sys_images/garage_img/bg_impre_graph.gif) no-repeat;
    width: 80px;
    height: 79px;
    float: left;
    margin-right: 4px;
    text-align: center;
    padding: 25px 15px;
    overflow: hidden;
}
#delegate_image img {
    width: 80px;
}
#overall {
    padding: 15px 0;
    border-bottom: #ccc 1px dotted;
}
#overall > p {
    clear: both;
    margin: 10px 0 0;
}
#overall dl dt {
    display: none;
}
#overall dl dd {
    display: block;
}
#all {
    background: url(//img.webike.net/sys_images/garage_img/bg_impre_graph.gif) no-repeat -110px 0;
    width: 90px;
    height: 129px;
    float: left;
    margin-right: 4px;
}
#all dd {
    font-size: 13px;
    text-align: center;
    padding-top: 45px;
}
#all dd span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #ff0000;
}
#graph {
    background: url(//img.webike.net/sys_images/garage_img/bg_impre_graph.gif) no-repeat -200px 0;
    height: 129px;
    width: 243px;
    float: left;
    margin-right: 4px;
}
#graph dd {
    padding-top: 30px;
    padding-left: 5px;
    font-size: 12px;
}
#graph .imp_graph_bar {
    height: 17px;
    background-color: #ffc106;
    margin: 2px 0 0 112px;
    float: left;
}
#graph .imp_graph_num {
    display: block;
    width: 20px;
    height: 17px;
    padding: 0 22px 0 0;
    margin: 2px 0 0 0;
    text-align: right;
    float: right;
}
#ave {
    background: url(//img.webike.net/sys_images/garage_img/bg_impre_graph.gif) no-repeat -443px 0;
    float: left;
    padding: 50px 0;
    height: 29px;
    width: 100px;
}
#ave dl {
    background-repeat: no-repeat;
    display: block;
    font-size: 11px;
    height: 129px;
}
#ave dd {
    font-size: 14px;
    padding-top: 4px;
    text-align: center;
}
#ave dd div {
    margin: 0 auto;
}
#btn_post {
    background: url(//img.webike.net/sys_images/garage_img/bg_impre_graph.gif) no-repeat -543px 0;
    float: left;
    width: 175px;
    height: 109px;
    margin: 0 0 0 4px;
    padding: 10px;
}
#btn_post a.btn {
    background: url(//img.webike.net/sys_images/sd/button.png) no-repeat -165px -46px;
    display: block;
    height: 30px;
    margin: 10px auto;
    overflow: hidden;
    text-indent: -9999pt;
    width: 147px;
}
#btn_post a.btn {
    background-position: -165px -76px;
}
/*　良い点・悪い点========================
==================================================*/
#dashboard {
    padding: 0 10px;
    overflow: hidden;
}
#dashboard dl {
    float: left;
    width: 335px;
    padding: 10px;
    margin: 0 0 0 10px;
}
#dashboard dl dt {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #4f79a5;
    padding: 0 0 0 20px;
}
#dashboard dl.good dt {
    background: url(//img.webike.net/sys_images/sd/icon.gif) no-repeat 0 -292px;
}
#dashboard dl.bad dt {
    background: url(//img.webike.net/sys_images/sd/icon.gif) no-repeat 0 -359px;
}
#dashboard ul li {
    list-style: circle;
    margin: 0 0 0 15px;
}
/* インプレッションリクエスト */
.request {
    margin: 10px 0 0 0;
}
.request .title {
    position: relative;
}
.request .title h4 {
    background: url(//img.webike.net/sys_images/sd/bg2.gif) no-repeat 0 -542px;
    height: 30px;
    text-indent: -9999pt;
}
.request .title span {
    position: absolute;
    right: 16px;
    top: 6px;
}
.request .detail {
    border-right: #9dc5ef 3px solid;
    border-bottom: #9dc5ef 3px solid;
    border-left: #9dc5ef 3px solid;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
}
.request .detail dl {
    margin: 0 0 5px 0;
}
.request .detail dl dt {
    float: left;
}
.request .detail dl dd {
    float: left;
    margin: 0 10px 0 0;
}
.request .detail img {
    width: 50px;
    height: 50px;
    float: left;
}
.request .detail p {
    background: url(//img.webike.net/sys_images/sd/bg2.gif) no-repeat 0 -602px;
    height: 34px;
    width: 636px;
    float: right;
    padding: 8px 5px 8px 15px;
}
.request .valid {
    margin: 5px 0 0 0;
    text-align: right;
}
.request > h4 {
    background: #ccc;
    padding: 10px;
    font-weight: normal;
    margin: 10px 0 0 0;
}
/*　ページトップ========================
==================================================*/
#pagetop {
    bottom: 75px;
    font-size: 10px;
    position: fixed;
    right: 5px;
    z-index: 100;
}
#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;
}
/*　ノーアイテム========================
==================================================*/
#no-item {
    text-align: center;
}
#no-item #no-item-inner {
    text-align: center;
    font-size: 12pt;
    width: 714px;
    height: 500px;
    margin: 30px auto 60px;
    padding: 30px 0;
    background-image: none;
    background-repeat: no-repeat;
}
/*　ブランド
==================================================*/
#brands {
    float: left;
    overflow: hidden;
    width: 100%;
}
/* 50音,アルファベット選択 */
#brands .brands_header {
    position: relative;
    background: #fff;
    padding: 1px 0;
    z-index: 10;
}
#rightcol .bh_tab {
    font-weight: bold;
    z-index: 11;
    margin: 20px auto;
    height: auto !important;
}
#rightcol .bh_tab {
    position: relative;
    border-bottom: #333 3px solid;
}
#rightcol .bh_tab > li {
    text-align: center;
    width: -webkit-calc(100% / 2 - 20px);
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
    float: left;
    position: relative;
    margin: 0 10px;
}
#rightcol .bh_tab > li > a {
    color: #333;
    display: block;
    line-height: 40px;
    text-decoration: none;
    height: 60px;
    border-radius: 3px 3px 0 0;
    background: #efefef;
}
#rightcol .bh_tab > li a:hover {
    background: #ccc;
}
#rightcol .bh_tab > li.current a {
    background: #333;
    color: #fff;
}
#rightcol .bh_tab > li.current a:after {
    border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    position: absolute;
    top: 100%;
    width: 0;
}
#brands .keys {
    position: relative;
    padding: 15px;
    border: #333 3px solid;
}
#brands .keys > ul {
    position: relative;
}
#brands .keys > ul > li {
    float: left;
}
#brands .keys > ul.key_ja > li {
    margin: 0 30px 0 0;
    font-weight: bold;
}
#brands .keys li a {
    color: #333;
}
#brands .keys > ul.key_ja li:hover ul {
    display: block;
    position: absolute;
}
#brands .keys > ul.key_ja ul {
    border: #ccc 1px solid;
    background: #fff;
}
#brands .keys > ul.key_ja ul li {
    float: left;
    padding: 10px;
}
#brands .keys > ul.key_ja ul li a {
    display: block;
    text-align: center;
    margin: -10px;
    padding: 10px;
}
#brands .keys > ul.key_ja ul li a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
#brands .keys > ul.key_en li {
    margin: 0 5px 0 0;
    font-weight: bold;
}
#brands .keys > ul.key_en li a {
    display: block;
    padding: 0 5px;
    min-width: 6px;
    width: auto !important;
    width: 6px;
}
#brands .keys > ul ul {
    display: none;
}
.no-link {
    color: #999;
    min-width: 6px;
    width: auto !important;
    width: 6px;
    padding: 0 5px;
}
/* ブランド一覧 */
#brands .brands_section {
    float: left;
    width: 100%
}
#brands .brands_section > div .bs_japanese {
    float: left;
}
#brands .brands_section > div .bs_english {
    float: left;
}
#brands .brands_section h2,
#brands .brands_section .ranking_bottom_line {
    border-bottom: #ccc 2px solid;
    margin: 25px 0 10px 0;
}
#brands .brands_section > div > div {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
}
#brands .brands_section ul {
    float: left;
    margin: 0 15px;
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
}
#brands .brands_section ul li ul li {
    border-bottom: #ccc 1px dotted;
}
#brands .brands_section ul li a {
    display: block;
    padding: 5px;
}
#brands .brands_section ul li a:hover {
    background: #efefef;
    text-decoration: none;
}
#brands .brands_section ul li a span.cnt {
    color: #999;
}
#rightcol h3 .numpageNewOldBike, #rightcol h3 .numpageProductNew, #rightcol h3 .numpagePeopleBikeList {
    float: right;
    border-left: none;
    font-weight: normal;
    font-size: 12px;
    width: 80px;
    text-align: right;
}
#rightcol #rankingTabs h3 {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
/*　ブランド(modal内)
==================================================*/
#modal #brands #search_brand {
    background: #efefef;
    padding: 20px;
    margin: 0 0 20px;
}
#modal #brands #search_brand input {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-family: FontAwesome;
}
#modal #brands {
    float: none;
}
#brands .brands_section > div {
    padding: 0 0 150px;
}
#modal #brands .brands_section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}
#modal #brands .brands_section ul li.letter {
    width: 100%;
}
#modal #brands .brands_section ul li {
    width: 31%;
    box-sizing: border-box;
    margin: 0 1%;
}
#modal #brands .bh_tab {
    font-weight: bold;
    z-index: 11;
    margin: 10px auto 20px;
    height: auto !important;
}
#modal #brands .bh_tab {
    position: relative;
    border-bottom: #333 3px solid;
}
#modal #brands .bh_tab > li {
    text-align: center;
    width: -webkit-calc(100% / 2 - 20px);
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
    float: left;
    position: relative;
    margin: 0 10px;
}
#modal #brands .bh_tab > li > a {
    color: #333;
    display: block;
    line-height: 60px;
    text-decoration: none;
    height: 60px;
    border-radius: 3px 3px 0 0;
    background: #efefef;
}
#modal #brands .bh_tab > li a:hover {
    background: #ccc;
}
#modal #brands .bh_tab > li.current a {
    background: #333;
    color: #fff;
}
#modal #brands .bh_tab > li.current a:after {
    border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    position: absolute;
    top: 100%;
    width: 0;
}
/* チェックボックス */
#modal #brands input[type=radio], #modal #brands input[type=checkbox] {
    display: none;
}
#modal #brands .radio, #modal #brands .checkbox {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 5px 5px 5px 30px;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
}
#modal #brands .radio:hover, #modal #brands .checkbox:hover {
    background-color: #d7eded;
}
#modal #brands .radio:hover:after, #modal #brands .checkbox:hover:after {
    border-color: #71A8E2;
}
#modal #brands .radio:after, #modal #brands .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}
#modal #brands .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #71A8E2;
    content: '';
    opacity: 0;
}
#modal #brands input[type=radio]:checked + .radio:before {
    opacity: 1;
}
#modal #brands .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 11px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #71A8E2;
    border-bottom: 3px solid #71A8E2;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#modal #brands input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}
/*　車種×純正ページ
==================================================*//* お見積り、購入ガイドボタン */
.rc_genuine_btn {
    padding: 10px;
    background: #efefef;
    margin: 0 0 15px 0;
}
.rc_genuine_btn img {
    width: 100%;
    height: auto;
}
.rc_genuine_btn div.buy {
    float: left;
    width: 49%;
}
.rc_genuine_btn div.guide {
    float: right;
    width: 49%;
}
.rc_genuine_btn p {
    clear: both;
    padding: 5px 0 0 0;
}
/* パーツリスト、サービスマニュアル */
.rc_book {
    margin: 0 0 15px 0;
}
#rightcol .rc_book h3 {
    width: 100%;
    box-sizing: border-box;
}
.rc_book div > p {
    margin: 0 0 10px 0;
    height: 50px;
}
.rc_book .parts_list {
    width: 49%;
    float: left;
}
.rc_book .manual {
    width: 49%;
    float: right;
}
.rc_book div div.item {
    border: #ccc 1px solid;
    padding: 10px;
}
.rc_book div div.item p.icons {
    height: 12px;
    margin: 0 0 5px 0;
}
.rc_book div div.item span.brand {
    display: block;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.rc_book div div.item span.name {
    font-weight: bold;
    display: block;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.rc_book div div.item img {
    margin: 0 auto;
    display: block;
}
.rc_book div div.item span.code {
    color: #555;
    font-size: 10px;
    display: block;
    margin: 5px 0;
}
.rc_book div div.item span.price {
    color: #d40708;
    font-weight: bold;
    display: block;
    height: 25px;
}
.rc_book div div.item span.price span {
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
}
.rc_book div div.item span.point {
    color: #555;
}
.rc_book div div.item p.star {
    height: 15px;
}
.rc_book div div.item p.exp {
    color: #555;
    border-top: #ccc 1px dotted;
    padding: 5px;
    margin: 5px 0 0 0;
    height: 40px;
    overflow: auto;
}
.rc_book div div.item .to_list {
    margin: 10px 0 0 0;
}
/*　新製品ページ
==================================================*/
#na_info {
    margin: 0 0 30px;
    background: url(//img.webike.net/sys_images/brand/na_images.gif) no-repeat 0 0;
    width: 589px;
    height: 100px;
    padding: 10px 10px 10px 150px;
}
#na_info dl {
    line-height: 1.25;
    height: 100px;
    overflow: auto;
    padding: 0 10px 0 0;
}
#na_info dl dt {
    float: left;
    font-weight: bold;
}
#na_info dl dd {
    padding: 0 0 4px 85px;
    margin: 0 0 7px;
    border-bottom: 1px dotted #000;
}
#na_brand {
    margin: 0 0 30px;
}
#na_brand #b_list div {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: bold;
}
#na_brand #b_list ul {
    padding: 15px 0 8px 15px;
    border: 3px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#na_brand #b_list ul li {
    float: left;
    margin: 0 9px 9px 0;
}
#na_brand #b_list ul li a {
    display: block;
    border: 3px solid #fff;
}
#na_brand #b_list ul li a:hover, #na_brand #b_list ul li a.select {
    border: 3px solid #1c69bb;
}
#na_brand #b_list ul li a img {
    width: 110px;
}
#na_brand #b_detail {
    margin: 0 0 -5px;
}
#na_brand #b_detail > li {
    margin: 30px 0 0;
    border-bottom: 3px solid #9CA8B4;
}
#na_brand #b_detail li dl dt {
    margin: 0 0 7px;
}
#na_brand #b_detail li dl dt img {
    float: left;
    padding: 0 10px 0 0;
    width: 80px;
}
#na_brand #b_detail li dl dt span {
    border-bottom: 1px dotted #000;
    display: block;
    overflow: hidden;
}
#na_brand .to_b_list {
    margin: 30px 0 0;
    font-weight: bold;
    text-align: right;
}
/*　車種別トップ
==================================================*/
#main h2 {
    font-size: 14px;
    border-left: #e61e25 5px solid;
    padding: 0 0 0 10px;
}
#main h2 p {
    font-size: 24px;
}
.bike_profile {
    max-width: 1280px;
    min-width: 1000px;
    width: 100%;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 6px 3px #efefef;
    -moz-box-shadow: 0px 0px 6px 3px #efefef;
    -webkit-box-shadow: 0px 0px 6px 3px #efefef;
    border-radius: 3px;
    padding: 15px;
    box-sizing: border-box;
}
.bike_profile .bp_photo {
    float: left;
    width: 500px;
}
.bike_profile .bp_photo img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.bike_profile .bp_text {
    font-size: 14px;
    float: right;
    width: calc(100% - 515px);
}
.bike_profile .bp_text p {
    margin: 0 0 15px;
}
/* ユーザーレポート */
#leftcol .user_report {
    margin: 0 0 10px 0;
}
#leftcol .user_report ul.tab {
    border-bottom: #333 2px solid;
    margin: 15px 0;
    height: 31px;
}
#leftcol .user_report ul.tab li {
    float: left;
    margin: 0 1px;
    text-align: center;
    width: 49%;
}
#leftcol .user_report ul.tab li:first-child a span {
    color: #0042ff;
}
#leftcol .user_report ul.tab li:last-child a span {
    color: #ff0000;
}
#leftcol .user_report ul.tab li a {
    display: block;
    padding: 3px 7px;
    text-decoration: none;
    position: relative;
    top: 5px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
}
#leftcol .user_report ul.tab li.selected a, #leftcol .user_report ul.tab li a:hover {
    height: 25px;
    line-height: 25px;
    top: 0px;
}
#leftcol .user_report ul.tab li.selected:first-child a, #leftcol .user_report ul.tab li:first-child a:hover {
    background: #4ab5ff;
    color: #fff;
}
#leftcol .user_report ul.tab li.selected:last-child a, #leftcol .user_report ul.tab li:last-child a:hover {
    background: #ff7599;
    color: #fff;
}
#leftcol .user_report > div {
    padding: 0 10px;
}
#leftcol .user_report div.type {
    padding: 0 0 10px 0;
    text-align: center;
}
#leftcol .user_report .report_list ul {
    display: none;
}
#leftcol .user_report .report_list li {
    padding: 0 0 5px 0;
    border-bottom: #ccc 1px dotted;
    margin: 0 0 5px 0;
}
#leftcol .user_report .report_list span.name {
    display: block;
    font-weight: bold;
}
/* 車種仕様一覧 */
.bike_profile .model_list .ml_thum {
    border: #ccc 1px solid;
    padding: 5px;
    font-weight: bold;
    position: relative;
}
.bike_profile .model_list .ml_thum:hover {
    cursor: pointer;
    background: #efefef;
}
.bike_profile .model_list .ml_thum img {
    width: 100px;
    vertical-align: middle;
}
.bike_profile .model_list .ml_main {
    display: none;
}
.bike_profile .model_list .ml_main p {
    padding-bottom: 10px;
}
.bike_profile .model_list .ml_main p img {
    float: left;
    margin: 0 10px 10px 0;
}
.bike_profile .model_list table {
    border-collapse: collapse;
}
.bike_profile .model_list table th {
    background: #efefef;
    border: #ccc 1px solid;
    padding: 3px;
}
.bike_profile .model_list table td {
    border: #ccc 1px solid;
    padding: 3px;
}
.bike_profile .model_list table tr.hidden {
    display: none;
}
.bike_profile .model_list .triangle_bottom {
    height: 0px;
    width: 0px;
    border: 5px solid #000;
    border-color: transparent;
    border-top-color: #000;
    position: absolute;
    right: 10px;
    top: 40px;
}
.bike_profile .model_list .triangle_top {
    height: 0px;
    width: 0px;
    border: 5px solid #000;
    border-color: transparent;
    border-bottom-color: #000;
    position: absolute;
    right: 10px;
    top: 35px;
}
.bike_profile .open .ml_thum {
    background: #efefef;
}
.zeroNumberBike {
    color: #CCCCCC;
}
/* 新車・中古車情報 */
.bike_erabi table {
    border-collapse: collapse;
    table-layout: fixed;
}
.bike_erabi table th {
    padding: 10px;
    border: #ccc 1px solid;
    background: #efefef;
}
.bike_erabi table td {
    padding: 10px;
    border: #ccc 1px solid;
}
.bike_erabi .area, .area {
    padding: 10px 15px;
    border: #ccc 1px solid;
    margin: 15px auto 0;
}
.bike_erabi.area > p, .area > p {
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
}
.bike_erabi .area > ul > li, .area > ul > li {
    border-bottom: #ccc 1px dotted;
    padding: 5px 0;
}
.bike_erabi .area > ul > li span.bikeInArea, .area > ul > li span.bikeInArea {
    float: left;
    width: 120px;
}
.bike_erabi .area > ul > li.bikeInArea ul, .area > ul > li.bikeInArea ul {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
.bike_erabi .area > ul > li ul li.bikeInTodouhuken, .area > ul > li ul li.bikeInTodouhuken {
    float: left;
    margin: 0 5px 0 0;
}
/* 製品・コンテンツを探す */
.rc_search {
    margin: 20px 0 0 0;
}
.rc_search > div {
    background: #f1f5ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    border: #beccea 1px solid;
}
.rc_search > div > div {
    height: 25px;
    border: 2px solid #c7d9e9;
    background: #fff;
    float: left;
}
.rc_search select {
    padding: 6px 3px 3px;
    border: none;
    float: left;
    height: 25px;
    border-right: #ccc 1px solid;
}
.rc_search input[type=text] {
    padding: 3px;
    border: none;
    width: 500px;
    float: left;
    height: 19px;
}
.rc_search input[type=image] {
    float: right;
}
/*　タイヤ検索バナー
==================================================*/
#rightcol .tire_search ul.ts_tab {
    border-bottom: #EA4F00 2px solid;
    margin: 15px 0 0;
    height: 35px;
}
#rightcol .tire_search ul.ts_tab li {
    float: left;
    margin: 0 3px 0 0;
    text-align: center;
}
#rightcol .tire_search ul.ts_tab li a {
    display: block;
    background: #FBA301;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    position: relative;
    top: 5px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#rightcol .tire_search ul.ts_tab li.selected a, #rightcol .tire_search ul.ts_tab li a:hover {
    background: #EA4F00;
    color: #fff;
    height: 25px;
    line-height: 25px;
    top: 0px;
}
#rightcol .tire_search .selement {
    padding: 10px;
    border: #efefef 10px solid;
    background: #fff;
}
#rightcol .tire_search .ts_bike {
    display: none;
}
#rightcol .tire_search .tss01 {
    display: none;
}
#rightcol .tire_search .type {
    padding: 10px 15px;
    margin: 0 0 15px 0;
    border: #ccc 1px solid;
    background: #efefef;
    position: relative;
}
#rightcol .tire_search .type:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #ccc;
    top: 100%;
    left: 70px;
}
#rightcol .tire_search .sl {
    width: 164px;
    float: left;
    text-align: center;
}
#rightcol .tire_search .sr {
    width: -webkit-calc(100% - 164px);
    width: -moz-calc(100% - 164px);
    width: calc(100% - 164px);
    float: right;
}
#rightcol .tire_search table {
    border-collapse: collapse;
    width: 100%;
}
#rightcol .tire_search table td {
    padding: 7px;
    border: #ccc 1px solid;
    white-space: nowrap;
}
#rightcol .tire_search table td p {
    margin: 5px 0 0 0;
}
#rightcol .tire_search table th {
    padding: 7px;
    border: #ccc 1px solid;
    background: #efefef;
    width: 130px;
}
#rightcol .tire_search select {
    width: 135px;
    border: #ccc 1px solid;
    padding: 3px;
}
#rightcol .tire_search input[type="text"] {
    border: #ccc 1px solid;
    padding: 3px;
    width: 300px;
}
#rightcol .tire_search_btn {
    text-align: center;
    margin: 20px 0;
    clear: both;
}
#rightcol .tire_search_btn a {
    padding: 8px 25px;
    max-width: 200px;
    border: #E61E25 1px solid;
    color: #E61E25;
    border-radius: 3px;
    margin: 10px auto 0;
    display: block;
}
#rightcol .tire_search_btn a:hover {
    background: #E61E25;
    color: #fff;
    text-decoration: none;
}
/*　サービスデータ 20151113 追加
==================================================*/
#rightcol .bike_profile {
    position: relative;
}
#rightcol .bp_box {
    border: #ccc 1px solid;
    padding: 15px 15px 0;
    margin: 0 0 15px 0;
}
#bx-slider .bx-main {
    position: relative;
    width: 640px;
    margin: 0 auto;
}
/* next,prev */
#bx-slider .bx-main .bx-pager p {
    position: absolute;
    top: 225px;
}
#bx-slider .bx-main .prev {
    left: -30px;
}
#bx-slider .bx-main .next {
    right: -17px;
}
#bx-slider .bx-caption {
    text-align: center;
    margin: 15px 0;
}
#bx-slider .control {
    position: relative;
    height: 75px;
    padding: 10px;
    border: #ccc 1px solid;
    margin: 15px 0 0 0;
}
#bx-slider .control .bx-pager p {
    top: 25px;
    position: absolute;
}
#rightcol .bike_profile .bx-pager a {
    top: 50%;
}
#bx-slider .control .prev {
    left: 0;
}
#bx-slider .control .next {
    right: 0;
}
#bx-slider .control ul {
    position: absolute;
}
#bx-slider .control ul li img {
    width: 100px;
    height: 75px;
}
/* 年式変更 */
#rightcol .model_changer {
    margin: 0 0 15px 0;
}
#rightcol .model_changer a {
    display: block;
    background: #fff;
    border: #E61E25 1px solid;
    width: 170px;
    color: #E61E25;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none
}
#rightcol .model_changer a:hover {
    background: #E61E25;
    color: #fff;
}
#rightcol .model_changer a.prev {
    float: left;
}
#rightcol .model_changer a.next {
    float: right;
    text-align: right;
}
#rightcol h2,#rightcol h1.seo_h1_1 {
    margin: 0 0 10px 0;
    padding: 17px 20px;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    background: #2A313C;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}
#rightcol h2 p {
    margin: 5px 0;
}
#rightcol h2.all p {
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: calc(100% - 190px);
}
#rightcol h2.all span a,#rightcol h1.seo_h1_1 span a {
    font-size: 12px;
    display: block;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    padding: 10px;
}
#rightcol h2.all span a:before,#rightcol h1.seo_h1_1 span a::before {
    font-family: FontAwesome;
    content: "\f138";
}
#rightcol h2.all span a:hover,,#rightcol h1.seo_h1_1 span a:hover {
    background: #4C5462;
    color: #fff;
    text-decoration: none;
}
#rightcol h2.all select {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}
/*　試乗インプレ
==================================================*/
#rightcol .demo_impre {
    margin: 20px 0 0 0;
}
#rightcol .demo_impre h4 {
    font-size: 16px;
    border-bottom: #ccc 2px solid;
    margin: 0 0 10px 0;
}
#rightcol .demo_impre .photo_left {
    float: left;
    width: 300px;
    margin: 0 10px 10px 0;
}
#rightcol .demo_impre .photo_right {
    float: right;
    width: 300px;
    margin: 0 10px 10px 0;
}
#rightcol .demo_impre p {
    margin: 0 0 10px 0;
}
#rightcol .demo_impre ul.bottom_photo {
    font-size: 11px;
    line-height: 1.4;
    margin: 15px 0 15px -20px;
}
#rightcol .demo_impre ul.bottom_photo li {
    float: left;
    margin: 0 0 0 20px;
    overflow: hidden;
    width: 236px;
}
#rightcol .demo_impre ul.bottom_photo li img {
    margin: 0 0 5px;
    width: 234px !important;
    border: #ccc 1px solid;
}
#rightcol .demo_impre ul.bottom_photo a {
    display: block;
}
#rightcol .demo_impre .offer {
    text-align: right;
    margin: 5px 0;
}
/*　検索結果
==================================================*//* 検索表示形式 */
#style_change {
    background: #efefef;
    padding: 10px 15px;
    border: #ccc 1px solid;
}
#style_change dl {
    float: left;
    margin: 3px 20px 3px 0;
    white-space: nowrap;
}
#style_change dl dt {
    float: left;
    margin: 0 5px 0 0;
}
#style_change dl dd {
    float: left;
}
#style_change dl dd input {
    vertical-align: middle;
}
#style_change dl dd span.selected {
    font-weight: bold;
}
/* 検索結果件数表示 */
#searchPosition {
    font-weight: bold;
    font-size: 9pt;
    color: #333;
    text-align: right;
    padding: 0;
    margin: 10px 0;
}
/*　ノーアイテム========================
==================================================*/
#no-item {
    text-align: center
}
#no-item #no-item-inner {
    text-align: center;
    font-size: 12pt;
    width: 714px;
    height: 500px;
    margin: 30px auto 60px;
    padding: 30px 0;
    background-image: url("//img.webike.net/sys_images/tabSearch/no-item-bg.gif");
    background-repeat: no-repeat
}
#no-item h2 {
    font-size: 13pt;
    font-weight: normal
}
#no-item h2 strong {
    font-size: 13pt;
    font-weight: bold;
    color: #bd0011
}
#no-item h2 span {
    font-size: 13pt;
    font-weight: bold;
    color: #bd0011
}
#no-item ul {
    display: block;
    text-align: left;
    font-size: 11pt;
    margin: 30px auto;
    width: 400px
}
#no-item li {
    display: block;
    text-align: left
}
#no-item form#no-item-form {
    margin: 40px auto
}
#no-item form#no-item-form input {
    vertical-align: bottom
}
#no-item form#no-item-form input#no-item-form-query {
    width: 250px;
    font-weight: bold
}
#no-item #goDetailSearch a {
    font-size: 11pt;
    color: #333;
    text-decoration: none
}
#no-item #goDetailSearch a:hover {
    color: #D00;
    text-decoration: underline
}
/* タブ切り替え */
#switch {
    font-weight: bold;
    z-index: 11;
    margin: 20px auto;
    height: auto !important;
}
#switch ul {
    position: relative;
    border-bottom: #333 3px solid;
}
#switch ul li {
    text-align: center;
    float: left;
    width: -webkit-calc(100% / 8);
    width: -moz-calc(100% / 8);
    width: calc(100% / 8);
    margin: 0 10px 0 0;
}
#switch ul li a,
#switch ul li h3 a {
    color: #333;
    display: block;
    line-height: 40px;
    text-decoration: none;
    height: 60px;
    border-radius: 3px 3px 0 0;
    background: #efefef;
}
#switch ul li a:hover,
#switch ul li h3 a:hover {
    background: #ccc;
    text-decoration: none;
}
#switch ul li.current a,
#switch ul li.current h3 a {
    color: #fff;
    background: #333;
    text-decoration: none;
}
#switch > ul > li.m02, #switch > ul > li.m02.current a {
    left: -webkit-calc(100% / 10 + 1%);
    left: -moz-calc(100% / 10 + 1%);
    left: calc(100% / 10 + 1%);
}
#switch > ul > li.m03, #switch > ul > li.m03.current a {
left: -webkit-calc(100% / 10 * 2 + 2%);
left: -moz-calc(100% / 10 * 2 + 2%);
left: calc(100% / 10 * 2 + 2%);
}
#switch > ul > li.m04, #switch > ul > li.m04.current a {
left: -webkit-calc(100% / 10 * 3 + 3%);
left: -moz-calc(100% / 10 * 3 + 3%);
left: calc(100% / 10 * 3 + 3%);
}
#switch > ul > li.m05, #switch > ul > li.m05.current a {
left: -webkit-calc(100% / 10 * 4 + 4%);
left: -moz-calc(100% / 10 * 4 + 4%);
left: calc(100% / 10 * 4 + 4%);
}
#switch > ul > li.m06, #switch > ul > li.m06.current a {
left: -webkit-calc(100% / 10 * 5 + 5%);
left: -moz-calc(100% / 10 * 5 + 5%);
left: calc(100% / 10 * 5 + 5%);
}
#switch > ul > li.m07, #switch > ul > li.m07.current a {
left: -webkit-calc(100% / 10 * 6 + 6%);
left: -moz-calc(100% / 10 * 6 + 6%);
left: calc(100% / 10 * 6 + 6%);
}
#switch > ul > li.m08, #switch > ul > li.m08.current a {
left: -webkit-calc(100% / 10 * 7 + 7%);
left: -moz-calc(100% / 10 * 7 + 7%);
left: calc(100% / 10 * 7 + 7%);
}
#switch > ul > li.m99, #switch > ul > li.m99.current a {
    left: auto;
    right: 0;
}
/* 予算で絞り込む */
#price-search {
    padding: 0 10px;
    overflow: hidden;
}
#price-search p.yosanform input {
    padding: 3px;
    border: #ccc 1px solid;
}
#price-search #kakaku-siborikomu {
    display: none;
}
#customprice-error {
    color: red;
    flex: 0 0 100%;
}
/*　フルレイアウト版(車種選択ページ)
==================================================*/
#fullcol h2 {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    background: #2A313C;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}
#fullcol h2 span {
    float: left;
    margin: 0 10px 0 0;
}
#fullcol h3 {
    background: #4C5462;
    padding: 12px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 10px;
}
#fullcol .displacement_splitter {
    clear: both;
    padding: 10px 12px;
    font-weight: bold;
    margin: 15px 10px;
    background: #efefef;
}
#fullcol .non {
    display: none !important;
}
#searcher dl {
    padding: 10px;
    background: #efefef;
    border-radius: 3px;
}
#searcher dl dt {
    font-weight: bold;
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 0 10px 0 0;
    font-size: 14px;
}
#searcher dl dd {
    float: left;
}
#searcher #search_bike {
    border: #ccc 2px solid;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
}
/* 切り替え */
#fullcol #switch.displacement {
    color: #fff;
    position: relative;
    margin: 20px 0 0 0;
}
#fullcol #switch.displacement ul {
    padding: 0 20px;
}
#fullcol #switch.displacement ul li {
    float: left;
    text-align: center;
    margin: 0 5px 0 0;
}
#fullcol #switch.displacement ul li a {
    display: block;
    width: 120px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d5dcdd;
    border-top: solid 1px #d5dcdd;
    border-right: solid 1px #d5dcdd;
    border-left: solid 1px #d5dcdd;
    background-image: -webkit-linear-gradient(bottom, #d5dcdd, #e8ebec);
    background-image: -moz-linear-gradient(bottom, #d5dcdd, #e8ebec);
    background-image: -o-linear-gradient(bottom, #d5dcdd, #e8ebec);
    background-image: linear-gradient(to top, #d5dcdd, #e8ebec);
    line-height: 20px;
    text-align: center;
    padding: 5px;
}
#fullcol #switch.displacement ul li.current a, #fullcol #switch.displacement ul li a:hover {
    color: #fff;
    font-weight: bold;
    border-color: #0072b3;
    background-color: #0072b3;
    background-image: -webkit-linear-gradient(bottom, #0072b3, #35b3fb);
    background-image: -moz-linear-gradient(bottom, #0072b3, #35b3fb);
    background-image: -o-linear-gradient(bottom, #0072b3, #35b3fb);
    background-image: linear-gradient(to top, #0072b3, #35b3fb);
    text-decoration: none;
}
#fullcol #switch.displacement ul li a span {
    display: block;
    line-height: 1;
}
#fullcol .history {
    margin: 10px 0 20px;
    padding: 10px;
    border: #ccc 1px solid;
    background: #efefef;
    font-size: 13px;
    font-weight: bold;
    display: none;
}
#rightcol .history {
    margin: 10px 0 20px;
    padding: 10px;
    border: #ccc 1px solid;
    background: #efefef;
    font-size: 13px;
    font-weight: bold;
    display: none;
}
#refine_condition_here.fixed {
    position: fixed;
    top: -6px;
    z-index: 3000;
}
/*　買取相場
==================================================*//* 価格部分 */
.market_price .important_price {
    font-size: 16px;
    text-align: center;
    margin: 50px 0;
}
.market_price .important_price strong {
    font-weight: normal;
}
.market_price .important_price span {
    color: #e22c2c;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 24px;
}
/* グラフ */
.market_price .charts .col2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.market_price .charts .col2:first-child {
    padding: 0 10px 10px 0;
}
.market_price .charts .col2:last-child {
    padding: 0 0 10px 10px;
}
.market_price .charts h4 {
    font-size: 14px;
    text-align: center;
    background: #efefef;
    padding: 10px;
    border: #ccc 1px solid;
    border-bottom: none;
}
.market_price .chart {
    height: 300px;
    border: #ccc 1px solid;
}
.market_price .attention span {
    color: #E61E25;
    font-weight: bold;
}
/* チェッカー */
#kaitori_check p {
    margin: 0 0 1rem;
}
#kaitori_check .medium-6 {
    width: 50%;
    float: left;
}
#kaitori_check .columns.capture {
    text-align: center;
}
#kaitori_check .columns > img {
    border: 1px solid #ccc;
}
#kaitori_bike_list .select-box {
    border-bottom: 1px dotted #ccc;
    padding: 0;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 5px 0;
}
#kaitori_bike_list .select-box p {
    float: right;
    font-size: 1em;
    line-height: 10%;
    margin-top: 20px;
}
#kaitori_bike_list .select-box p.price {
    color: red;
    font-size: 1.5em;
    font-weight: bold;
}
#kaitori_bike_list .select-box p.price.small {
    font-size: 0.8rem;
    font-weight: normal;
}
#kaitori_bike_list .select-box label {
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    text-align: left;
    font-size: 1em;
}
#kaitori_bike_list .select-box label span {
    color: #E61E25;
    font-size: 0.7rem;
    margin: 0 0 0 5px;
}
#kaitori_bike_list .select-box .custom select::-ms-expand {
    display:none;
}
#kaitori_bike_list .select-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
}
#kaitori_bike_list .select-box .custom {
    overflow: hidden;
    display: inline-block;
*display: inline;
*zoom: 1;
    position: relative;
    background: #fff;
    float: right;
}
#kaitori_bike_list .select-box .custom > select {
    width: 260px;
    padding: 0px 32.5px 0px 5px;
    font-size: 1em;
    height: 36px;
}
#kaitori_bike_list .select-box .custom > select[disabled] {
    background: #ddd;
    border-radius: 0;
}
#kaitori_bike_list .select-box .custom:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    display: block;
    content: "";
    width: 31px;
    background: url("//www.webike.net/kaitori/wp-content/themes/twentyeleven/images/btn_select.png") center no-repeat;
    background-size: contain;
    pointer-events: none;
}
#kaitori_bike_list p {
    margin: 15px 0;
}
#kaitori_check .bikePhoto {
    max-width: 100%;
    height: auto;
}
#kaitori_bike_list .attention span {
    color: #E61E25;
    font-weight: bold;
}
/* ご利用の流れ */
#kaitori_flow h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
}
#kaitori_flow .medium-4 {
    width: 29%;
    margin: 0 2%;
    float: left;
    text-align: center;
}
#kaitori_flow .textarea {
    margin: 25px 0 0;
    text-align: left;
}
/* バイク買取業者 */
#kaitori_shop .medium-4 {
    width: 29%;
    margin: 0 2% 2%;
    float: left;
    text-align: center;
}
#kaitori_shop .medium-4 img {
    width: 100%;
    margin: 0 0 1%;
}
/* 高額買取のコツ */
#kaitori_point h5 {
    font-size: 14px;
    margin: 0 0 15px;
}
#kaitori_point .callout.secondary {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a;
}
/* コンバージョンボタン */
.market_price .btn_wrap {
    padding: 25px 0px;
}
.market_price .btn_02 {
    margin: 0 auto 20px;
    background-color: #b90000;
    box-shadow: 0 8px 0 rgba(89, 33, 33, 1);
    -moz-border-radius: 5px;
    -webikit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    display: block;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 24px;
    min-width: 35%;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    max-width: 500px;
    max-height: auto;
}
.market_price .btn_02:hover, .market_price .btn_02:focus {
    box-shadow: none;
    position: relative;
    background-color: #980000;
    top: 8px;
    cursor: pointer;
}
.market_price .btn_02 span {
    font-size: 0.7em;
    display: block;
    font-weight: bold;
}
/* モーダルウィンドウ
==================================================*/
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.modal {
    background: none repeat scroll 0 0 #fff;
    display: none;
    height: 500px;
    overflow: auto;
    padding: 20px 20px 100px;
    position: absolute;
    width: 90%;
    min-width: 1000px;
    z-index: 1001;
}
.overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.modal .btn_close {
    float: right;
    cursor: pointer;
    display: inline-block;
}
.modal .btn_search {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 6px 3px #999;
    -moz-box-shadow: 0px 0px 6px 3px #999;
    -webkit-box-shadow: 0px 0px 6px 3px #999;
}
.modal .btn_search button {
    padding: 15px 50px;
    border: #E61E25 1px solid;
    background: #d40708;
    color: #fff;
    border-radius: 3px;
    max-width: 250px;
    cursor: pointer;
}
.modal .btn_search button:hover {
    background: #fff;
    color: #E61E25;
    text-decoration: none;
}
#modal_photo .photo {
    float: left;
    width: 100%;
    margin-right: -220px;
}
#modal_photo .photo .main {
    text-align: center;
    margin: 0 220px 0 0;
    min-height: 500px;
}
#modal_photo .photo img {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    max-width: 100%;
}
#modal_photo ul {
    width: 186px;
    float: right;
    position: relative;
    z-index: 100;
}
#modal_photo ul li {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 3px;
    border: #ccc 3px solid;
}
#modal_photo ul li a {
    display: block;
    width: 80px;
    height: 80px;
}
#modal_photo ul li.current {
    border: #2ba7ee 3px solid;
}
#modal_photo ul li img {
    max-width: 80px;
    width: auto !important;
    width: 80px;
    max-height: 80px;
    height: auto !important;
    height: 80px;
}

.buyers_collection .tab_ui{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin:50px 0 25px;
}
.buyers_collection .tab_ui li{
    position: relative;
    margin:0 1.5% -1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buyers_collection .tab_ui li a{
    display: table-cell;
    padding:15px;
    width: 100%;
    vertical-align: middle;
    background: #efefef;
}
.buyers_collection .tab_ui li a:hover,
.buyers_collection .tab_ui li.current a{
    background:#2a313c;
    color:#fff;
    text-decoration: none;
}
.buyers_collection .tab_ui li .num{
    position: absolute;
    background:#fff;
    border: #2a313c 1px solid;
    border-radius: 50%;
    color:#2a313c;
    display: block;
    right: -15px;
    top: -15px;
    padding: 5px;
    text-align: center;
    width:20px;
    height:20px;
    line-height: 21px;
}
.buyers_collection .list{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.buyers_collection .list li{
    width:25%;
    padding:10px;
    box-sizing: border-box;
}
.buyers_collection .list .icon{
    position:absolute;
    background:#e61e25;
    color:#fff;
    padding:5px 12px;
}
.buyers_collection .list li a:hover{
    text-decoration: none;
}
.buyers_collection .imgbox img{
    width:100%;
    margin: 0 0 10px;
}
.buyers_collection .name {
    color:#416090;
}
.buyers_collection .date,
.buyers_collection .cat,
.buyers_collection .model,
.buyers_collection .tag{
    margin-top: 3px;
    color:#999;
}
.buyers_collection .cat:before{
    font-family: "FontAwesome";
    content:"\f249";
}
.buyers_collection .model:before{
    font-family: "FontAwesome";
    content:"\f21c";
}
.buyers_collection .tag{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#usedEntry li{
    margin-right: 10px;
    height:auto;
    width: calc(25% - 30px);
}
#usedEntry li:last-child{
    margin:0;
}
#usedEntry li a img{
    width: 100%;
}
#usedEntry li dl{
    margin:0 0;
}
#usedEntry li dl dd{
    white-space: nowrap;
}

.detail .point_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background-color: #e61e25;
    padding: 5px;
    border-radius: 5px;
    width: 500px;
    height: 32px;
    line-height: 32px;
}

.detail .point_text span {
    display: inline-block;
    margin: 0 1px;
    padding: 0 3px;
    font-size: 20px;
    color: #e61e25;
    background-color: #fff;
}

.list_type02 .point_text {
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background-color: #e61e25;
    padding: 2px 5px;
    border-radius: 5px;
    width: 100%;
    height: 30px;
    line-height: 26px;
    margin-bottom: 5px;
}

.list_type02 .point_text span {
    display: inline-block;
    margin: 0 1px;
    padding: 0 1px;
    font-size: 18px;
    color: #e61e25;
    background-color: #fff;
}

.list_type02 .point_text_dummy {
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background-color: #e61e25;
    padding: 2px 5px;
    border-radius: 5px;
    width: 100%;
    height: 30px;
    line-height: 26px;
    margin-bottom: 5px;
    opacity: 0;
}

#main .form_ui .pass_link {
    text-align: center;
}
/*シリーズページ*/

#series_page #impression #overall, #series_page #impression #overall2,#series_page #impression2 #overall3, #series_page #impression2 #overall4 {
  float: none;
  border: none;
  width: 100%; }

#series_page .button {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffcc00;
  -webkit-box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
  box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
  position: relative;
  bottom: 1px; }

#series_page .button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
  bottom: 0; }

#series_page .main_img {
  width: 340px;
  height: 340px; }
  #series_page .main_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain; }

#series_page .series_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 50px; }
  #series_page .series_header .text {
    padding: 0 15px;
    width: calc(100% - 680px);}
    #series_page .series_header .text h3 {
      font-size: 16px;
      color: #066aa7;
      font-weight: normal;
      margin-bottom: 5px; }
    #series_page .series_header .text h4 {
      font-size: 20px; }
    #series_page .series_header .text .price {
      font-size: 16px;
      padding: 10px 0 5px; }
      #series_page .series_header .text .price .title {
        padding: 10px 15px;
        margin-right: 10px;
        background-color: #efefef;
          display: inline-block;
          width: 110px;
          text-align: center;
}
      #series_page .series_header .text .price .number {
        font-size: 20px;
        color: #e61e25;
        font-weight: bold; }
#series_page .series_header .text .price.bule .number {
    font-size: 18px;
    color: #066aa7;
}
    #series_page .series_header .text .button {
      font-size: 14px;
      font-weight: bold;
      width: calc(100% - 710px);
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 5px;
      background-color: #ffcc00;
      -webkit-box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
      box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
      position: absolute;
      bottom: 1px; }
      #series_page .button i {
        position: relative;
        left: 5px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
    #series_page .series_header .text .button:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-filter: brightness(1.05);
      filter: brightness(1.05);
      bottom: 0; }
      #series_page .button:hover i {
        left: 20px; }
  #series_page .series_header #impression {
    width: 340px;
    height: 320px;
    padding: 10px; }
    #series_page .series_header #impression .title {
      font-size: 14px;
      font-weight: bold;
      margin: 5px 0 5px;
      text-align: center; }

#series_page .series_header #impression table .rating_title {
    text-align: left;
    padding: 0 10px 0 0;
    width: 33px;
}
#series_page .series_header #impression table .graph {
    background-color: gainsboro;
    height: 20px;
    width: 100%;
}
#series_page .series_header #impression table .graph div {
    background-color: #ffcc66;
    width: 0px;
    height: 20px;
}
#series_page .series_header #impression table .num {
    padding: 0 0 0 4px;
    min-width: 40px;
}
#series_page .lc_menu .button {
  width: 236px;
  margin: 5px 0 15px; }

#series_page #rightcol .describe {
  font-size: 14px; }
  #series_page #rightcol .describe .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px #cccccc solid; }

#series_page #movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
  #series_page #movie iframe {
  margin: 0 20px 20px 0;
width: 492px;
height: 272px;}

#series_page #imprerequestlist ~ .button {
  width: 456px;
  margin-left: calc(50% - 228px); }
  #series_page #imprerequestlist ~ .button a {
    color: #333; }
#series_page .lc_menu2.similar ul li {
    margin-bottom: 20px;
}
#series_page .similar img {
    width: 100px;
    display: block;
    height: auto;
    text-align: center;
    margin: 0 auto 10px;
}
#series_page .goods_list.button {
    width: 456px;
    margin-left: calc(50% - 228px);
}
#series_page .goods_list.button a {
    color: #333;
}


#series_page .impre_go {
    font-size: 18px;
    color: #2a313c; }
  #series_page .wrapper .series_header .text {
    cursor: auto; }
    #series_page .wrapper .series_header .text h3 a:hover {
      text-decoration: none; }
    #series_page .wrapper .series_header .text .price {
      display: block; }
      #series_page .wrapper .series_header .text .price .number_series, #series_page .wrapper .series_header .text .price .number, #series_page .wrapper .series_header .text .price number_blue {
        width: 70%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
  #series_page .list_next {
    display: block;
    width: 40px;
    background: #a0a0a0;
    line-height: 60px;
    position: absolute;
    right: 0px;
    top: calc(50% - 30px);
    color: #ffffff;
    text-align: center; }
  #series_page .list_prev {
    display: block;
    width: 40px;
    background: #a0a0a0;
    position: absolute;
    line-height: 60px;
    left: 0px;
    top: calc(50% - 30px);
    color: #ffffff;
    text-align: center; }
  #series_page .list_prev a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block; }
    #series_page .list_prev a:hover {
      text-decoration: none;
      opacity: 0.7;
      display: block; }
  #series_page .list_next a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block; }
    #series_page .list_next a:hover {
      text-decoration: none;
      opacity: 0.7;
      display: block; }
  #series_page #rightcol {
    /*ボタン*/
    /*概要、もっと見る*/
    /*スタッフコメント*/
    /*インプレ*/ }
    #series_page #rightcol .describe p:first-child.title {
      margin: 0 auto 10px; }
    #series_page #rightcol .describe .title {
      margin: 50px auto 10px; }
    #series_page #rightcol .right_col_top_image_p {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      #series_page #rightcol .right_col_top_image_p:after {
        clear:both; }
      #series_page #rightcol .right_col_top_image_p .photo {
        float: left;
        width: 50%;
        padding-right: 15px; }
      #series_page #rightcol .right_col_top_image_p .text {
        float: left;
        width: 50%; }
      #series_page #rightcol .right_col_top_image_p img {
        max-width: 100%; }
    #series_page #rightcol .staff_comment {
      position: relative;
      border: 5px solid #efefef;
      padding: 20px; }
      #series_page #rightcol .staff_comment img {
        position: absolute;
        background: #ffffff;
        width: 300px;
        top: -20px;
        left: 5px;
        padding: 0 10px; }
    #series_page #rightcol .news_blog ul li {
      border-bottom: 2px solid #efefef;
      overflow: hidden;
      display: block;
      padding: 10px; }
      #series_page #rightcol .news_blog ul li a p:hover {
        text-decoration: underline; }
      #series_page #rightcol .news_blog ul li img {
        width: calc(20% - 20px); }
      #series_page #rightcol .news_blog ul li .news_p_box {
        width: calc(80% - 20px);
        float: right;
        overflow: hidden;
        padding: 0 10px; }
        #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_title {
          float: left;
          display: block;
          width: 70%;
          font-size: 20px;
          color: #066aa7; }
        #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_date {
          float: right;
          display: block;
          width: 30%; }
          #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_date p {
            text-align: right; }
          #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_date img {
            width: 100%; }
        #series_page #rightcol .news_blog ul li .news_p_box .text {
          color: #333;
          font-size: 14px;
          clear: both;
          padding: 5px 0 0; }
      #series_page #rightcol .news_blog ul li:last-child {
        border-bottom: none; }
    #series_page #rightcol #impression2 h3 {
      background: #4C5462;
      padding: 12px;
      color: #fff;
      font-weight: 400;
      margin: 0 0 15px;
      overflow: hidden; }
    #series_page #rightcol .impre_hyouka {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px 50px; }
      #series_page #rightcol .impre_hyouka .impre_hyouka_star {
        width: 50%; }
        #series_page #rightcol .impre_hyouka .impre_hyouka_star table th {
          text-align: left; }
      #series_page #rightcol .impre_hyouka .impre_hyouka_good_bad {
        width: 50%; }
        #series_page #rightcol .impre_hyouka .impre_hyouka_good_bad #dashboard {
          width: 100%;
          border: none; }
          #series_page #rightcol .impre_hyouka .impre_hyouka_good_bad #dashboard dl {
            float: none;
            text-align: left;
            width: 100%; }
    #series_page #rightcol .impre_user ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      #series_page #rightcol .impre_user ul li {
        padding: 20px;
        border: 1px solid #efefef;
        border-radius: 5px;
        text-align: left;
        width: calc(50% - 40px);
        margin: 0 20px 20px; }
        #series_page #rightcol .impre_user ul li a {
          display: block;
          width: 100%; }
        #series_page #rightcol .impre_user ul li .impre_user_title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
#series_page #rightcol .impre_user ul li .impre_user_title img{width: 25px;}
          #series_page #rightcol .impre_user ul li .impre_user_title p {
            font-size: 20px;
            color: #066aa7; }
          #series_page #rightcol .impre_user ul li .impre_user_title dl {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin: 0 10px 0 0; }
            #series_page #rightcol .impre_user ul li .impre_user_title dl dd {
              width: 35px;
              font-size: 20px;
              font-weight: bold;
              color: #ff7200; }
        #series_page #rightcol .impre_user ul li .impre_user_description {
          margin: 10px auto;
          color: #333;
          font-size: 14px; }
    #series_page #rightcol .impre_user .impre_user_date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #666; }
      #series_page #rightcol .impre_user .impre_user_date dl {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 10px 0 0; }
  #series_page .number_series {
    color: #000000;
    font-weight: bold; }
  #series_page .number_blue {
    color: #066aa7;
    font-size: 18px;
    font-weight: bold; }
  #series_page .series_h3 {
    background: #efefef;
    padding: 15px 21px; }
  #series_page .grad-btn {
    text-align: center;
    color: #066aa7;
    font-size: 14px;
    margin: 0 10px 10px;
    display: block;
    border: 1px solid #066aa7;
    border-radius: 5px;
    width: 100px;
    line-height: 30px;
    margin: 0 auto;
    padding: 5px; }
  #series_page .grad-btn:hover {
    opacity: 0.8; }
  #series_page .grad-btn::before {
    content: "続きを読む"; }
  #series_page .grad-item {
    position: relative;
    overflow: hidden;
    height: 200px;
    /*隠した状態の高さ*/
    font-size: 13px;
    padding: 10px; }
  #series_page .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(20%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    content: ""; }
  #series_page .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/ }
  #series_page .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる"; }
  #series_page .grad-trigger:checked ~ .grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/ }
  #series_page .grad-trigger:checked ~ .grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/ }
  #series_page .page_no {
    text-align: right;
    margin: 10px 0;
    font-weight: bold;
    font-size: 12px;
    padding: 0; }
  #series_page .button {
    width: 60%;
    margin: 0 auto; }
  #series_page .slider_box {
    margin: 20px auto; }
    #series_page .slider_box .slider_ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%; }
      #series_page .slider_box .slider_ul li {
        position: relative;
        width: 20%; }
        #series_page .slider_box .slider_ul li .photo {
          display: block;
          text-align: center;
          margin: 10px auto; }
        #series_page .slider_box .slider_ul li img {
          max-width: 159px;
          max-height: 159px;
          object-fit: contain;
          width: 159px;
          height: 159px; }
        #series_page .slider_box .slider_ul li .info {
          margin-bottom: 40px;
        }
        #series_page .slider_box .slider_ul li .shohinsu {
          text-align: center;
          background: #efefef;
          width: 80%;
          border-radius: 5px;
          position: static;
          padding: 2px; }
        #series_page .slider_box .slider_ul li .series_title {
          width: 100%;
          margin: 0 auto; }
        #series_page .slider_box .slider_ul li .series_price {
          color: #e61e25;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          margin: 0 auto; }
    #series_page .slider_box .bx-viewport {
      height: auto; }
    #series_page .slider_box .bx-wrapper {
      margin: 15px auto;
      float:left;
      }
    #series_page .slider_box .bx-pager {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  #series_page .button a {
    padding: 0 5px;
    display: block;
    color: #000000; }
    #series_page .button a:hover {
      text-decoration: none; }
  #series_page .button.impre_button {
    height: auto; }
  #series_page .button.slider_button {
    height: auto;
    width: 70%;
    margin: 100px 60px 0 auto; }
  #series_page .list_order {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    #series_page .list_order dt {
      padding: 6px;
      border: #E61E25 1px solid;
      color: #E61E25;
      margin: 0 5px 0 0; }
    #series_page .list_order dd {
      margin: 0 5px 0 0;
      border: #ccc 1px solid;
      padding: 1px; }
      #series_page .list_order dd select {
        font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        padding: 3px 0;
        border: none; }
  #series_page #brand_header {
    font-size: 16px;
    padding: 10px 10px 0; }
    #series_page #brand_header .head_evaluation_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #series_page #brand_header .head_evaluation_flex #bh_valuation > p {
        margin: 0; }
      #series_page #brand_header .head_evaluation_flex table {
        padding: 8px; }
      #series_page #brand_header .head_evaluation_flex .series_brand_ranking {
        font-weight: bold; }
        #series_page #brand_header .head_evaluation_flex .series_brand_ranking span {
          font-size: 24px;
          color: #ffda00;
          font-weight: bold; }
      #series_page #brand_header .head_evaluation_flex .rating_title {
        font-size: 16px; }
  #series_page .list_type02 .point {
    color: #ff7200; }
  #series_page #leftcol .left_series_list {
    padding: 0 0 0 5px;
    border-bottom: 1px dotted #999999;
    margin: 0 0 5px; }
    #series_page #leftcol .left_series_list li {
      margin: 10px 0; }
      #series_page #leftcol .left_series_list li a span {
        color: #416090;
        font-size: 10px; }
      #series_page #leftcol .left_series_list li ul li {
        margin-left: 15px; }
  #series_page #leftcol .left_series_etc {
    text-align: right; }
    #series_page #leftcol .left_series_etc a::before {
      font-family: FontAwesome;
      content: "\f138";
      margin: 0 5px 0 0;
      font-size: 12px;
      display: inline-block;
      text-align: center;
     }
  #series_page .pagination li.firstPage a, #series_page .pagination li.lastPage a, #series_page .pagination li.pageLink a {
    background: #ffffff; }

/*ブランドページ（シリーズ追加）*/
  #series_page.series_brand #brand_header {
    font-size: 12px; }
  #series_page.series_brand .series_search .slider_box {
    margin: 0 auto 10px; }
    #series_page.series_brand .series_search .slider_box .page_no {
      margin: 5px 0; }
    #series_page.series_brand .series_search .slider_box .slider_ul li {
      width: 25%; }
      #series_page.series_brand .series_search .slider_box .slider_ul li .series_description {
        width: 80%;
        margin: 5px auto 0;
        height: 3.2em; }
      #series_page.series_brand .series_search .slider_box .slider_ul li .star {
        width: 80%;
        margin: 0 auto; }
      #series_page.series_brand .series_search .slider_box .slider_ul li .series_title {
        margin: 40px auto 0;
        width: 80%;
        height: 3.0em;
        overflow:hidden;
        }
  #series_page.series_brand .series_search .series_search_title {
    border: 1px solid #333333;
    width: calc(100% - 22px);
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 5px; }
    #series_page.series_brand .series_search .series_search_title span a {
      float: right;
      font-weight: normal; }
      #series_page.series_brand .series_search .series_search_title span a::before {
        font-family: FontAwesome;
        content: "\f138";
        margin: 0 5px 0 0;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        color: #416090; }
  #series_page.series_brand #rightcol h3.all {
    position: relative; }
#series_page.series_brand #rightcol h3.all span a,#rightcol h2.seo_h2_1 span a {
      font-size: 12px;
      display: block;
      margin: auto;
      position: absolute;
      top: 10px;
      right: 10px;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 150px;
      padding: 4px; }
      #series_page.series_brand #rightcol h3.all span a:hover {
        background: #4C5462;
        color: #fff;
        text-decoration: none; }
#rightcol h2.seo_h2_1 span a:hover{
    background: #2A313C;
    color: #fff;
    text-decoration: none;
}
  #series_page.series_brand .brand_series_list_box p.title {
    border: solid 1px #333333;
    border-radius: 5px; }
    #series_page.series_brand .brand_series_list_box p.title a {
      font-size: 14px;
      display: block;
      padding: 5px; }
  #series_page.series_brand .brand_series_list_box ul li {
    border-bottom: 3px solid #efefef;
    padding: 5px; }
    #series_page.series_brand .brand_series_list_box ul li h4 {
      font-size: 16px;
      margin: 15px 10px 5px; }
    #series_page.series_brand .brand_series_list_box ul li .brand_series_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_left {
        width: 30%; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_left img {
          max-width: calc(100% - 40px);
          max-height: 159px;
          object-fit: contain;
          height: auto;
          display: block;
          margin: 0 auto;
          border: solid 1px #efefef; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_left .shohinsuu {
          background: #efefef;
          border-radius: 5px;
          width: 80%;
          padding: 3px;
          margin: 5px auto;
          text-align: center; }
      #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right {
        width: calc(100% - 20px);
        margin: 0 20px 0 0; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right h5 {
          font-size: 16px; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right p {
          font-size: 14px; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow {
          overflow: hidden;
          margin: 20px  0 0; }
          #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description {
            float: left; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .price {
              margin: 0 0 5px;
              font-size: 16px; }
              #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .price span {
                color: #e61e25;
                font-weight: bold; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .hyouka {
              font-size: 16px; }
              #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .hyouka .impre_go {
                font-size: 16px; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .star {
              line-height: 18px; }
          #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .series_list_go {
            float: right;
            display: block;
            width: 200px;
            text-align: center;
            border: 1px solid #416090;
            border-radius: 5px;
            padding: 3px;
            margin: 83px 0 0; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .series_list_go:hover {
              text-decoration: none;
              opacity: 0.6; }
  #series_page.series_brand .slider_box .slider_ul li {
    width: 25%; }
    #series_page.series_brand .slider_box .slider_ul li .series_title {
      margin: 40px auto 0;
      width: 80%;
      height: 2.8em; }
    #series_page.series_brand .slider_box .slider_ul li .series_description {
      width: 80%;
      height: 2.8em;
      margin: 0 auto; }
    #series_page.series_brand .slider_box .slider_ul li .star {
      width: 80%;
      margin: 0 auto; }
  #series_page.series_brand .button.brand_button {
    margin: 0 auto 20px; }

#series_page .series_name,
#series_page .series_description{
    max-height: 37px;
    overflow: hidden;
    display: block;
}
#series_page .series_headline{
    max-height: 30px;
    overflow: hidden;
    display: block;
}

div#modalSeries {
   height: 80%;
   width: 30%;
   left: 35vw !important;
   min-width: 200px;
   padding: 20px;
}

#modalSeries.modal .search_block {
    background: #efefef;
    padding: 20px;
    margin: 5px 0 10px;
}

#modalSeries.modal .search_block input {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-family: FontAwesome;
}

#modalSeries.modal .series-content{
    float: none;
    overflow: hidden;
    width: 100%;
}
#modalSeries ul.left_series_list ul {
    display: none;
}
#modalSeries ul.left_series_list a.btn {
    background: url(//img.webike.net/sys_images/shopping.png) no-repeat 0 0;
    padding: 0 0 0 20px;
    min-height: 14px;
    height: auto !important;
    height: 14px;
    display: inline-block;
    float: left;
}
#modalSeries ul.left_series_list a.open {
    background-position: -200px 0;
}
#series_page #leftcol #modalSeries.modal .series-content li a span {
    font-size: 12px;
}
#modalSeries.modal div.series-header span {
    background: #eee;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

/*mdページ 型式年式追加*/

.katasiki_nensiki .cp_box *, .katasiki_nensiki .cp_box *:before, .katasiki_nensiki .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.katasiki_nensiki .cp_box {
  position: relative;
  margin: 0 0 20px; }

.katasiki_nensiki .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(250, 252, 252, 0.95)));
  background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%); }

.katasiki_nensiki .cp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */ }

.katasiki_nensiki .cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: "もっと見る" " \f13a";
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #416090;
  border: 1px solid #416090;
  border-radius: 5px;
  background-color: #fff; }

.katasiki_nensiki .cp_box input {
  display: none; }

.katasiki_nensiki .cp_box .cp_container {
  overflow: hidden;
  height: 250px;
  /* 開く前に見えている部分の高さ */ }

.katasiki_nensiki .cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: " 閉じる" " \f139"; }

.katasiki_nensiki .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */ }

.katasiki_nensiki .alert_list {
  border: 2px solid #ccc; }
  .katasiki_nensiki .alert_list .title {
    background: #efefef;
    border-bottom: 1px solid #ccc;
    padding: 5px; }
  .katasiki_nensiki .alert_list ul li {
    border-bottom: 1px dotted #ccc;
    padding: 5px; }
    .katasiki_nensiki .alert_list ul li:last-child {
      border: none; }
    .katasiki_nensiki .alert_list ul li p.katasiki_des_title {
      line-height: 14px;
      font-weight: bold;
      font-size: 14px;
      margin: 10px 0; }
      .katasiki_nensiki .alert_list ul li p.katasiki_des_title::before {
        content: "";
        background: url(https://img.webike.net/sys_images/category/w_icon_bell.png) no-repeat;
        background-size: 20px;
        width: 23px;
        height: 14px;
        display: inline-block; }

.katasiki_nensiki .katasiki_select ul {
  -webkit-box-pack: space-evenry;
  -ms-flex-pack: space-evenry;
  justify-content: space-evenry;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .katasiki_nensiki .katasiki_select ul li.active {
    border: 1px solid #318acc; }
  .katasiki_nensiki .katasiki_select ul li {
    width: calc(100% / 3 - 12px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px; }
    .katasiki_nensiki .katasiki_select ul li:nth-child(3n) {
      margin: 0 0 10px; }
    .katasiki_nensiki .katasiki_select ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      position: relative;
      text-decoration: none; }
      .katasiki_nensiki .katasiki_select ul li a:hover {
        background: #bed8ff; }
        .katasiki_nensiki .katasiki_select ul li a:hover img {
          opacity: 1; }
      .katasiki_nensiki .katasiki_select ul li a .choice {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 75px; }
      .katasiki_nensiki .katasiki_select ul li a img {
        width: 100px;
        height: 75px;
        -o-object-fit: contain;
        object-fit: contain; }
      .katasiki_nensiki .katasiki_select ul li a div {
        margin: 0 0 0 10px; }
        .katasiki_nensiki .katasiki_select ul li a div span {
          border-radius: 10px;
          padding: 0 10px;
          background: #ffcc00; }

.katasiki_nensiki .list_type05 .photo {
  position: relative; }
  .katasiki_nensiki .list_type05 .photo img {
    position: relative;
    width: 140px;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain; }
  .katasiki_nensiki .list_type05 .photo img.sale,.list_type02 .photo_area img.sale{
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 60px;
    z-index: 2; }

.katasiki_nensiki .list_type05 a {
  text-decoration: none; }
  .katasiki_nensiki .list_type05 a .box .text span {
    color: #fff;
    width: 70px;
    height: 11px;
    margin: 0 5px 0 0;
    padding: 1px;
    font-size: 10px;
    border-radius: 3px;
    display: inline-block;
    text-align: center; }
  .katasiki_nensiki .list_type05 a .box .text .item_new {
    background: #E43562; }
  .katasiki_nensiki .list_type05 a .box .text .item_souryo_free {
    background: #003bc2; }
  .katasiki_nensiki .list_type05 a .box .text .item_zaiko {
    background: #0072b3; }
  .katasiki_nensiki .list_type05 a .box .text .title {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 3px; }
  .katasiki_nensiki .list_type05 a .box .text .price {
    color: #e61e25;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px; }
    .katasiki_nensiki .list_type05 a .box .text .price span {
      margin: 0 0 0 5px;
      width: 60px;
       }
  .katasiki_nensiki .list_type05 a .box .text .point_bai_middle,.list_type02 .listinner .point_bai_middle{
    background: #ffebdb;
    border: 1px solid #ff7200;
    text-align: center;
    padding: 0 3px;
    width: 100%;
    font-weight: bold;
    color: #ff7200;
    margin: 10px auto 5px;
    border-radius: 30px;
    font-size: 12px; }
  .katasiki_nensiki .list_type05 a .box .text .point_bai_big, .list_type02 .listinner .point_bai_big{
    background: #ff7200;
    border: 1px solid #ff7200;
    text-align: center;
    padding: 0 3px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin: 10px auto 5px;
    border-radius: 30px;
    font-size: 12px; }
  .katasiki_nensiki .list_type05 a .box .text .point {
    color: #ff7200; }

.katasiki_nensiki .list_type05 a .box .text .point_bai_middle {
    width: 60%;
    margin: 0 0 5px 0;
}

.katasiki_nensiki .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.katasiki_nensiki #p06 .scrollable .title {
  font-weight: bold;
  font-size: 16px; }

.katasiki_nensiki #p06 .scrollable .photo {
  max-width: 200px; }

.katasiki_nensiki #p06 .scrollable div.flex div {
  width: 300px; }

.katasiki_nensiki #p06 span.star_b {
  text-indent: 0;
  padding-left: 130px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold; }

.katasiki_nensiki #p06 figure {
  margin: 10px 0 0; }
  .katasiki_nensiki #p06 figure a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .katasiki_nensiki #p06 figure a img {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      border: 1px solid #ccc;
      -o-object-fit: cover;
      object-fit: cover; }
    .katasiki_nensiki #p06 figure a figcaption {
      display: inline-block;
      margin: 0 0 0 5px; }

.mh_name .easy-select-box .esb-dropdown {
  width: auto !important; }


/*ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
0419追加分ｰｰmdページｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.katasiki_nensiki .list_type05 .item_list_right .item_icon,.list_type02 .listinner .item_icon{
  color: #fff;
  border-radius: 3px;
}
.katasiki_nensiki .list_type05 .item_list_right .item_icon span{
   border-radius: 3px;
  margin:0 5px 5px 0;
  padding: 1px 2px;
  height: 15px;
  font-size: 11px;
  display: inline-flex;
}
.katasiki_nensiki .list_type05 .item_list_right .item_icon span:last-child,.list_type02 .listinner .item_icon span:last-child{
  margin: 0 0 5px 0;
}
.katasiki_nensiki .list_type05 .item_list_right .item_new,.list_type02 .listinner .item_icon .item_new{
  background: #e43562;
}
.katasiki_nensiki .list_type05 .item_list_right .item_zaiko,.list_type02 .listinner .item_icon .item_zaiko{
  background: #0072b3;
}
.katasiki_nensiki .list_type05 .item_list_right .icons_extension,.list_type02 .listinner .item_icon .icons_extension{
  background: #64b5f7;
}
.katasiki_nensiki .list_type05 .item_list_right .icons_installation,.list_type02 .listinner .item_icon .icons_installation{
  background: #8bc34a;
}
.katasiki_nensiki .list_type05 .item_list_right .text_souryo_free{
  color: #888!important;
  font-weight: normal;
}
.katasiki_nensiki .list_type05 .item_list_right .box .text{
  color: #333;
  margin: 0;
}
.katasiki_nensiki .list_type05 .photo{
  max-width: 120px;
  max-height: 120px;
  margin: 0 5px 0 10px;
}
.katasiki_nensiki .list_type05 .photo img{
  width: 100%;
  max-height: 120px;
}
.katasiki_nensiki .list_type05 .photo~div {
    width: calc(100% - 120px);
}
.katasiki_nensiki .list_type05 a .box .text .point_bai_big
,.katasiki_nensiki .list_type05 a .box .text .point_bai_middle {
  margin: 0;
  width: 60%;
  margin-bottom: 5px;
}
.katasiki_nensiki .list_type05 a .box .text .star5{
  width: 71px;
  height: 11px;
  margin-top: 5px;
}
.katasiki_nensiki .list_type05 .box .text{
    width: 100%;
    margin: unset;
}
.katasiki_nensiki .list_type05 a .box .text .point{
  font-weight: bold;
}
/*ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
0419追加分ｰｰtabpartsページｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.list_type02 .listinner .point_bai_middle,.list_type02 .listinner .point_bai_big{
  width: 50%;
  margin: 5px 0;
}
.list_type02 .nouki {
  padding: 5px 8px;
  font-size: 11px;
  background: #fff;
  margin:0;
  border-radius: 0;
  border: 1px solid #0099cc;
  color: #09c;
  font-weight: bold;
  display: block;
}
.list_type02 p.exp{
  margin: 5px 0 0;
  border: 1px solid #ccc;
}
.list_type02 .brand{
  color: #333;
}
.list_type02 .name{
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}
.list_type02 .listinner .item_icon span{
   border-radius: 3px;
  margin:0 5px 5px 0;
  padding:2px 5px ;
  height: 15px;
  font-size: 12px;
  display: inline-flex;
  line-height: 1.4;
}
.list_type02 .star a{
  color: #333;
}
.list_type02 .star{
  margin: 0 0 5px;
}
.list_type02 .star span{
  margin-right: 5px
}
.list_type02 .text_souryo_free{
  color: #888;
  margin-left: 10px;
}
#quickSearch select[disabled],
#model_menu select[disabled]{
    background: darkgray;
    color: white;
}
#model_menu input#btnQuickSearch{
    background: #ffe100;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    color: black;
    border: none;
    padding: 5px 5px;
}
#model_menu #btnQuickSearch[disabled]{
    color: #fff !important;
    background: darkgray !important;
}

/* わがままリプリセット追加 */
/* Page Views Block */

#pageview-block .box-content {
    padding: 10px 15px;
    border: 1px #e7e7e7 solid;
    background: #f2f2f2;
}

#pageview-block .box-content .left,
#pageview-block .box-content .right {
    display: block;
    float: left;
}

#pageview-block .box-content .left {
    border-right: 1px #e7e7e7 solid;
    padding: 0 20px 0 5px;
    width:48%;
}

#pageview-block .box-content .right {
    border-left: 1px #e7e7e7 solid;
    padding: 0 5px 0 20px;
    width:45%;}

#pageview-block ul {
    display: block;
}

#pageview-block ul>li {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pageview-block ul>li::before {
    content: "● ";
    color: #e50012;
    font-size: smaller;
}
#rightcol .no_data {
    margin: 50px 0;
    text-align: center;
    font-size: 16px;
}
.katasiki_nensiki .implist .scrollable .title,
.katasiki_nensiki .implist-min .scrollable .title {
    font-weight: bold;
    font-size: 16px; }

  .katasiki_nensiki .implist .scrollable .photo,
  .katasiki_nensiki .implist-min .scrollable .photo {
    width: 160px; }

  .katasiki_nensiki .implist .scrollable div.flex div,
  .katasiki_nensiki .implist-min .scrollable div.flex div {
    width: 300px; }

  .katasiki_nensiki .implist span.star_b,
  .katasiki_nensiki .implist-min span.star_b {
    text-indent: 0;
    padding-left: 130px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold; }

  .katasiki_nensiki .implist figure,
  .katasiki_nensiki .implist-min figure {
    margin: 10px 0 0; }
    .katasiki_nensiki .implist figure a,
    .katasiki_nensiki .implist-min figure a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .katasiki_nensiki .implist figure a img,
      .katasiki_nensiki .implist-min figure a img {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #ccc;
        -o-object-fit: cover;
        object-fit: cover; }
      .katasiki_nensiki .implist figure a figcaption,
      .katasiki_nensiki .implist-min figure a figcaption {
        display: inline-block;
        margin: 0 0 0 5px; }
.implist-min .scrollable .impre-item{
    float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(100% - 165px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.implist-min .scrollable .impre-item:first-child{
    margin-right: 10px;
}
.implist-min .scrollable .impre-item:last-child{
    margin-left: 10px;
}
.implist-min.numitem-one .scrollable .impre-item{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.implist-min .scrollable:after{
    content: "";
    display: block;
    clear: both;
}
.souryo_free, .text_souryo_free {
    font-size: 12px !important;
    color: #999 !important;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    width: auto !important;
    text-decoration: none !important;
}
span.item_zaiko,
span.item_new,
span.icons_extension,
span.icons_installation,
span.icon_sale,
span.icon_stock,
span.icon_free_shipping_a_15,
span.icon_free_shipping_b_15{
    color: #fff;
    height: 15px;
    margin: 0 5px 5px 0 !important;
    padding: 1px 2px;
    font-size: 10px;
    border-radius: 3px;
    display: inline-block !important;
    text-align: center;
  }
  span.icon_sale {
    background: #FF0000;
  }
  span.item_zaiko {
    background: #0072b3;
  }
  span.item_new {
    background: #E43562;
  }
  span.icons_extension {
    background: #64b5f7;
  }
  span.icons_installation {
    background: #8bc34a;
  }
  .general_ranking p.icons span.icon_stock {
    background: #0072B3;
    width: 45px;
    vertical-align: middle;
    margin: 0 1px 0 0;
    overflow: hidden;
  }
  .general_ranking p.icons span.icon_sale {
    background: #FF0000;
  }
  .general_ranking p.icons span.icon_free_shipping_a_15, #p04 .icons span.icon_free_shipping_a_15, #p025 .icons span.icon_free_shipping_a_15, #portal .icons span.icon_free_shipping_a_15 {
    background: #003BC2;
  }
  .general_ranking p.icons span.icon_free_shipping_b_15, #p04 .icons span.icon_free_shipping_b_15, #p025 .icons span.icon_free_shipping_b_15, #portal .icons span.icon_free_shipping_b_15{
    background: #003BC2;
  }
  .general_ranking p.icons span{
    margin: 0 1px 0 0 !important;
    padding: 1px 4px;
  }

/*sdページ 適合車種表記改修*/
.maker_list{
    margin-bottom: 60px;
}
.maker_list:first-child{
    margin-top: 40px;
}
.maker_list:last-child{
    margin-bottom: 60px;
}
.maker_list_body{
    padding: 45px 15px 15px;
    border: solid 1px #e0e0e0;
    position: relative;
}
.maker_logo{
    width: 80px;
    height: auto;
    position: absolute;
    left: 15px;
    top: -40px;
}
.maker_list_inner:not(:last-child){
    margin-bottom: 5px;
}
.maker_logo img{
    width: 100%;
}

.maker_logo_text {
    width: 400px;
    height: auto;
    position: absolute;
    left: 10px;
    top: -10px;
}

.maker_logo_text span {
    font-weight: bold;
    background-color: #ffffff;
    font-size: 15px;
    padding: 5px;
}


.model-name{
    padding: 5px 35px 5px 5px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    background: #f4f7f9;
    position: relative;
}
.model-name:after,
.model-name.is-open:after{
    position: absolute;
    right: 10px;
}
.model-name:after{
    content: "＋";
}
.model-name.is-open:after{
    content: "−";
}
.model-name .is-alert{
    padding-top: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #b1b1b1;
    float: right;
}
.is-mybike .model-name{
    background: #c2e895;
}
.model-details{
    display: none;
}
.is-mybike .model-details{
    background: #f4ffe6;
}
.model-details-item{
    margin: 0 !important;
    padding: 10px;
    border-top: solid 1px #e6e6e6;
}
.model-details-item:first-child{
    border-top: none;
}
.model-spec-item{
    padding-right: 5px;
    display: inline;
}
.model-spec{
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    background: transparent !important;
}
.model-spec-item.name{
    font-weight: bold;
}
.model-alert_main{
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5) !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.model-alert_body{
    width: 50%;
    max-height: 50%;
    padding: 30px;
    text-align: left;
    background: #fff;
    box-shadow:0px 0px 10px 5px rgba(0,0,0,0.2);
    overflow-y: auto;
    position: absolute;
    left: 25%;
    top: 25%;
}
.model-alert_list{
    margin: 0 !important;
}
.model-alert-title{
    margin: 15px 0 5px !important;
    padding: 15px 0 0 !important;
    font-size: 14px;
    font-weight: bold;
    background: transparent !important;
    border-top: solid 1px #e6e6e6;
}
.model-alert-title:first-child{
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none;
}
.model-alert-title:before{
    content: "";
    width: 20px;
    height: 13px;
    padding-right: 5px;
    background-image: url(https://img.webike.net/sys_images/category/w_icon_bell.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
}
.model-notes{
    font-size: 13px;
    position: relative;
}
.model-notes:before{
    content: "備考";
    padding: 2px 4px;
    font-size: 12px;
    background: #d5dade;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
}
.model-alert{
    text-align: right;
}
.model-alert_link{
    font-size: 11px;
    color: #b1b1b1;
    border: 0;
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
}
.model-alert_link:before{
    content: "";
    width: 20px;
    height: 13px;
    background-image: url(https://img.webike.net/sys_images/category/w_icon_bell.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 2px;
}
.model-parts_link_area{
    padding: 0 10px 15px;
    text-align: right;
}
.model-alert-close{
    width: 35%;
    margin: 20px auto 0;
    padding: 10px;
    color: #416090;
    text-align: center;
    background: #fff;
    border: solid 1px #416090;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    cursor: pointer;
}
.model-alert-close:hover{
    color: #fff;
    background: #416090;
}
.model-alert-close-icon{
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    right: 8%;
    top: 8%;
}
.model-alert-close-icon:before,
.model-alert-close-icon:after{
    content: "";
    width: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    border-top: 4px solid #fff;
}
.model-alert-close-icon:before{
    transform: skewY(-45deg);
}
.model-alert-close-icon:after{
    transform: skewY(45deg);
}
.model-parts_link{
    font-size: 12px;
}
.model-parts_link:before{
    content: ">";
    padding-right: 5px;
}
.model-alert_body_title{
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
}
.js-modal_type-link .model-alert_list{
    width: 70%;
    margin: 0 auto !important;
}
.model-alert_item{
    margin-bottom: 20px;
}
.model-alert_item a{
    padding: 8px;
    text-align: center;
    border: solid 1px #416090;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
}
.model-alert_item a:hover{
    color: #fff;
    text-decoration: none;
    background: #416090;
}
.model-alert_body_notes{
    font-size: 13px;
    text-align: center;
}
.model-alert-text-right{
    margin-top: 10px;
    text-align: right;
}

.impre-item .photo img {
  object-fit: cover;
}

/*20190729_適合車種*/
.mybike_information_pc {
  border: 2px solid #8bc34a;
  padding: 10px;
  margin: 20px 0;
}

.mybike_information_pc .mybike_information_heading_body {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 4px;
  margin: 0 0 10px;
  align-items: center;
}

.mybike_information_pc .mybike_information_title_pc {
  font-size:14px;
  font-weight: bold;
}

.mybike_information_pc .mybike_information_title_pc::before {
  content:' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  background-image: url(https://img.webike.net/sys_images/common/mybike_information_icon.png);
  background-size: contain;
  vertical-align: middle;
}

.mybike_information_pc .mybike_name {
  color: #57a102;
  font-weight: bold;
  padding: 0 6px;
}

.mybike_information_pc .mybike_confirmation {
  text-decoration: underline;
  cursor: pointer;
}

.mybike_information_pc .mybike_description {
  font-size: 14px;
}
/*20190729_適合車種*/

.fitmodel_description{
    margin: 15px 10px 15px 10px;
}

.list_type02 .product_titles_item {
    color: #09c;
}

.list_type02 .nouki span {
    color: inherit;
    font-size: 14px;
}
/*属性わがまま検索 start*/
#rightcol .wagamama_maintext {
    font-size: 20px;
    border-left: 8px solid #e61e25;
    padding: 0 0 0 10px;
    background: #fff;
    color: #4a4a4a;
    margin: 0;
}
.wagamama_subtext{
  font-size: 16px;
  margin-top: 10px;
}
.flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

/*チェックボタン*/

.wagamama_checkbtn .checkbox_section .checkbox + .checkbox_icon:before {
  position: absolute;
  margin: 5px;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  background: #ccc;
  border: none;
  color: #fff;
}

#wagamama_search .wagamama_checkbtn .checkbox_section .checkbox:checked + .checkbox_icon + .item_upper_inner {
  border: 2px solid #e61e25;
  padding: 4px;
}
.wagamama_checkbtn{
  overflow: hidden;
}
.wagamama_checkbtn .checkbox_section .checkbox:checked + .checkbox_icon:before {
  display: inline-block;
  color: #fff;
  background: #e61e25
}

/*ヘルメット*/

#wagamama_search .item_upper_body {
  width: calc(100% / 5);
  margin-right: 15px;
}

#wagamama_search .item_upper_body:last-child {
  margin-right: 0;
}

#wagamama_search .item_upper_inner {
  padding: 5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  align-items: flex-start;
    align-items: center;
}

#wagamama_search .item_upper_inner p {
  text-align: center;
  vertical-align: middle;
}

#wagamama_search .item_upper_inner img {
  width: 70px;
  margin: 0 10px 0 20px;
  object-fit: contain;
}

.color_selection img {
  margin: 0 20px;
  object-fit: contain;
  width: 100px;
  height: 100px;
}
.color_selection .checkbox_section{
  display: flex;
  flex-wrap: wrap;
}

.color_selection .checkbox_section label{
  display:block;
}
/*色*/
.color_selection .checkbox_section .checkbox_icon:before{
  position: relative!important;
}
.color_selection .checkbox_section .check_c1 .checkbox + .checkbox_icon:before {
  background: #000;
}

.color_selection .checkbox_section .check_c2 .checkbox + .checkbox_icon:before {
  background: #999;
}

.color_selection .checkbox_section .check_c3 .checkbox + .checkbox_icon:before {
  background: url(https://img.webike.net/sys_images/search_color_l.png) no-repeat -50px -4px;
}

.color_selection .checkbox_section .check_c4 .checkbox + .checkbox_icon:before {
  background: url(https://img.webike.net/sys_images/search_color_l.png) no-repeat -2px -4px;
}

.color_selection .checkbox_section .check_c5 .checkbox + .checkbox_icon:before {
  background: #e5d7ac;
}

.color_selection .checkbox_section .check_c6 .checkbox + .checkbox_icon:before {
  background: #fff;
  border: 1px solid #aaa
}

.color_selection .checkbox_section .check_c7 .checkbox + .checkbox_icon:before {
  background: #d90027;
}

.color_selection .checkbox_section .check_c8 .checkbox + .checkbox_icon:before {
  background: #ff7c00;
}

.color_selection .checkbox_section .check_c9 .checkbox + .checkbox_icon:before {
  background: #f6e642;
}

.color_selection .checkbox_section .check_c10 .checkbox + .checkbox_icon:before {
  background: #018b27;
}

.color_selection .checkbox_section .check_c11 .checkbox + .checkbox_icon:before {
  background: #002daf;
}

.color_selection .checkbox_section .check_c12 .checkbox + .checkbox_icon:before {
  background: #620a87;
}

.color_selection .checkbox_section .check_c13 .checkbox + .checkbox_icon:before {
  background: #683220;
}

.color_selection .checkbox_section .check_c14 .checkbox + .checkbox_icon:before {
  background: #ff99d1;
}

.color_selection .checkbox_section .check_c15 .checkbox + .checkbox_icon:before {
  background: #8f6f32;
}

.color_selection .checkbox_section .check_c16 .checkbox + .checkbox_icon:before {
  background: url(https://img.webike.net/sys_images/search_color_l.png) no-repeat -98px -4px;
}

.color_selection .checkbox_section .checkbox + .checkbox_icon:before {
  margin: 4px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff0;
  border: 1px solid #fff0;
}

.color_selection_body .checkbox_section .checkbox:checked + .checkbox_icon + .color_selection_list {
  border: 2px solid #e61e25;
  padding: 4px;
}

.color_selection_body {
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 5px;
}
.color_selection_body.color_select{
  border: 1px solid #aaa;
  width: 100%;
}
.color_selection_body.color_select .color_selection_list{
  border: none;
}
.color_selection_body:last-child {
  margin-right: 0;
}

.color_selection_list {
  border: 1px solid #aaa;
  padding: 10px;
  border-radius: 5px;
}

.checkbox_section .checkbox + .checkbox_icon:before {
  content: "\f00c";
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 20px;
  width: 20px;
  color: #eee;
  font-size: 18px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 0 5px;
}

.checkbox_section input {
  display: none;
}

.color_selection .checkbox_section .checkbox:checked + .checkbox_icon:before {
  color: #e61e25;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.color_selection .color_selection_img p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.wagamama_checkbtn .color_selection_list p {
  display: block;
}

.color_selection_specified {
  border: 1px solid #aaa;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
}

.color_selection_specified .checkbox_section p {
  display: inline;
}

.color_selection_specified:hover {
  background: #efefef;
  border: 1px solid #efefef;
}

.wagamama_checkbtn .color_selection_body .checkbox:checked + .checkbox_icon + .color_selection_list {
  border: 2px solid #e61e25;
  padding: 9px;
}

.wagamama_checkbtn .color_selection_list .checkbox_section .checkbox + .checkbox_icon:before {
  margin: 5px;
  position: unset;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  border-radius: 5px;
}

.wagamama_checkbtn .color_selection_specified .checkbox_section .checkbox + .checkbox_icon:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  border-radius: 30px;
  position: static;
}

.wagamama_details {
  clear: both;
}

.wagamama_details .wagamama_details_lead {
  background: #e61e25;
  color: #fff;
  padding: 15px 10px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
  display: block;
}

.wagamama_open{
    padding: 5px 35px 5px 5px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    background: #f4f7f9;
    position: relative;
}
.wagamama_open:after,
.wagamama_open.is-open:after{
    position: absolute;
    right: 10px;
}
.wagamama_open:after{
    content: "＋";
    font-size: 20px;
}
.wagamama_open.is-open:after{
    content: "−";
    font-size: 20px;
}
 
.wagamama_details_inner {
  border: 1px solid #aaa;
  display: block;
}

.wagamama_details_inner .search_button {
  margin: 15px 10px;
  padding: 0;
}

/*検索clear*/

.search_button {
  margin-top: 15px;
  overflow: hidden;
}

.search_button .search_clear {
  border: 1px solid #e61e25;
  border-radius: 5px;
  text-align: center;
  float: left;
  padding: 15px 10px;
  width: 30%;
    font-size: 14px;
}

.search_button .search_clear a {
  color: #e61e25;
  display: block;
  text-decoration: none;
}

.search_button .search_decision {
  float: right;
  width: 65%;
  text-align: center;
  font-size: 16px;
}

.search_button .search_decision a:hover {
  border: 1px solid #318acc;
  background: #fff;
  color: #318acc;
}

.search_button .search_decision a {
  background: #318ACC;
  border: 1px solid #318ACC;
  font-weight: bold;
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

/*中身*/

.wagamama_details .wagamama_details_inner .wagamama_details_title {
  background: #E5E5E5;
  padding: 10px;
  border: none;
  width: 20%;
}

.wagamama_details .wagamama_details_inner .wagamama_details_subtitle {
  padding: 10px;
}

.wagamama_details_unit {
  width: 50%;
  padding: 0;
  border: none;
  font-weight: normal;
}
.wagamama_details_unit tbody{
  background:#f7f7f7;
}

.wagamama_details_unit tr {
  border-top: 1px solid #aaa;
}

.wagamama_details_unit td {
  border: none;
}

.wagamama_details .wagamama_details_inner .wagamama_details_list {
  padding: 15px 5px;
  font-size: 12px;
  width: 140px;
  height: 40px;
}
.wagamama_details .wagamama_details_inner .wagamama_details_list label{
  padding-left: 26px;
  display: block;
  position: relative;
}
/*チェックボタン*/

.wagamama_details .checkbox_section .checkbox + .checkbox_icon:before {
  margin: 0 5px 0 0;
  border-radius: 0;
  border: 1px solid #888;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

.wagamama_details .checkbox_section .checkbox:checked + .checkbox_icon:before {
  display: inline-block;
  color: #333;
}
.scrollable .photo{
  position: relative;
}
/*ショウエイ*/

.shoei_title {
  background: #242A68;
  color: #E9D802;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.shoei_title::before {
  content: url(https://img.webike.net/sys_images/saimg/shoei_3icon.gif);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.shoei_helmet .photo img {
  width: 120px;
  height: auto;
  margin: 0 5px 0 10px;
}

.shoei_helmet .photo img.sale {
  position: absolute;
  left: 0;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.shoei_helmet a {
  text-decoration: none;
}
.shoei_helmet a .box .text .title,#rightcol .shoei_helmet a .box .text h3.seo_h3_4 {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 3px;
    background: #fff;
    color: #416090;
    padding: 0;
}

.shoei_helmet a .box .text .point {
  color: #ff7200;
  font-weight: bold;
}

.shoei_helmet a .box .text .price {
  color: #e61e25;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px;
}

.shoei_helmet a .box .text .point_bai_big {
  background: #ff7200;
  border: 1px solid #ff7200;
  text-align: center;
  padding: 0 3px;
  width: 60%;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px 0;
  border-radius: 30px;
  font-size: 12px;
}

.shoei_helmet a .box .text .point_bai_middle {
  background: #ffebdb;
  border: 1px solid #ff7200;
  text-align: center;
  padding: 0 3px;
  width: 60%;
  font-weight: bold;
  color: #ff7200;
  margin: 0 0 5px 0;
  border-radius: 30px;
  font-size: 12px;
}
.shoei_img {
    background: #242a68;
    text-align: center;
    margin-bottom: 15px;

}

.shoei_img img{
  width: 230px;
  height:40px;
}

/*属性わがまま検索 end*/
/*tabpartsキャッシュレス追加*/
.tab_parts_cashless_obi{
    border: 1px solid #e61212;
    width: calc(100% - 2px);
    display: block;
    border-radius: 3px;
    margin: 0 auto 5px;
}
.tab_parts_cashless_obi img{
    display: block;
    width: 100%;
}
/*属性わがまま検索 ジャケット*/
#rightcol #wagamama_search.wagamama_jacket .wagamama_maintext{
    margin: 10px auto;
}
#wagamama_search.wagamama_jacket .item_upper_jacket{
    margin: 0 auto 30px;
    flex-wrap: wrap;
}
#wagamama_search.wagamama_jacket .item_upper_jacket .item_upper_body{
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
}
#wagamama_search.wagamama_jacket .item_upper_jacket .item_upper_body:nth-child(3n){
    margin-right: 0;
}
#wagamama_search.wagamama_jacket .item_upper_jacket .item_upper_body:nth-last-child(-n+3){
    margin-bottom: 0;
}
#wagamama_search.wagamama_jacket .item_upper_jacket .item_upper_body .item_upper_inner{
    align-items: center;
}
.color_type .color_selection_list {
    border-radius: 0;
    border:none;
}
.color_type .color_selection_list .checkbox_section label{
    margin: 0 0 10px;
}
.color_type .color_selection_list .color_selection_specified .checkbox_section .checkbox + .checkbox_icon::before{
    border-radius: 5px;
}
.color_type .color_selection_list .checkbox_section .checkbox:checked + .checkbox_icon:before{
    color: #e61e25;
}
 .wagamama_details.toggle_jakect .color_selection .checkbox_section .checkbox + .checkbox_icon::before{
    border-radius: 5px;
}
.wagamama_details.toggle_jakect .color_selection_specified .checkbox_section .checkbox + .checkbox_icon::before{
    position: relative!important;
    content: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 20px;
    width: 20px;
    color: #eee;
    font-size: 18px;
    text-align: center;
    background: #fff;
    margin: 0 5px 0 0;
    border-radius: 0;
    border: 1px solid #888;
}
.wagamama_details.toggle_jakect .color_selection_specified .checkbox_section .checkbox:checked + .checkbox_icon:before,.wagamama_details.toggle_globe .color_selection_specified .checkbox_section .checkbox:checked + .checkbox_icon:before{

        display: inline-block;
    color: #333;
}
.toggle_jakect .color_selection_specified .checkbox_icon::before{position: relative;}
.upper_inner_jakect_etc
,.upper_inner_globe_etc{

    justify-content: space-between;
}
.wagamama_details.toggle_jakect .color_selection_list{
    padding: 11.5px;
}
.wagamama_details.toggle_jakect .flex
,.wagamama_details.toggle_globe .flex{

    flex-wrap: wrap;
}
.wagamama_details.toggle_jakect .toggle_inner_situation
,.wagamama_details.toggle_globe .toggle_inner_situation{

    width: 100%;
}
.wagamama_details.toggle_jakect .toggle_inner_situation th{
    width: calc(100% / 6);
}
.upper_inner_jakect_etc li,
.upper_inner_globe_etc li{

    border: 1px solid #ccc;
    width: calc(50% - 30px);
    padding: 10px;
    display: flex;
    border-radius: 5px;
    flex-wrap: wrap;
}
.upper_inner_jakect_etc .title,
.upper_inner_globe_etc .title{

    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    height: max-content;
}
.upper_inner_jakect_etc li .jakect_etc_size,
.upper_inner_globe_etc li .globe_etc_check{

    display: flex;
    width: calc(100% / 3);
    position: relative;
    height: max-content;
}
.upper_inner_jakect_etc li label,
.upper_inner_globe_etc li label{

    padding: 10px;
}
.upper_inner_jakect_etc li label span,
.upper_inner_globe_etc li label span{

    text-align: center;
    padding-left: 40px;
}
.upper_inner_jakect_etc li label .checkbox_icon::before,
.upper_inner_globe_etc li label .checkbox_icon::before{

    top: calc(50% - 16px);
    position: absolute;
}
.upper_inner_jakect_etc li label .checkbox_icon,
.upper_inner_globe_etc li label .checkbox_icon{

padding-left: 0;
    }

/*属性わがまま検索 ジャケット end*/
/*属性わがまま検索 バルブ*/
#wagamama_search.wagamama_bulb .item_upper_body{
    width: calc(100% / 4);
    margin-right: 15px;
}
#wagamama_search.wagamama_bulb .item_upper_body:last-child{
    margin-right: 0px;
}
.wagamama_bulb .item_middle_body{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-right: 15px;
}
.toggle.model-name.model-name-another.js-accordion-trigger.middle_type.border_less.border_less_margin {
    min-height: 60px;
    display: flex;
    align-items: center;
}
.wagamama_bulb .item_middle_body .wagamama_details{
    flex-basis: calc(((50%) - 15px) / 2);
    margin-top: 20px;
    margin-right: 15px;
    padding: 0 20px;
    box-sizing: border-box;
}
.wagamama_bulb .item_middle_body .wagamama_details:last-child{
    flex-basis: calc((50%) );
    margin-top: 20px;
    margin-right: 0px;
    padding: 0 20px;
    box-sizing: border-box;
}
.wagamama_bulb .item_middle_body .wagamama_details .wagamama_details_height {
    width: 100%;
}
.wagamama_bulb .item_middle_body .middle_type{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.wagamama_bulb .wagamama_details .wagamama_details_inner .wagamama_details_list{
    display: inline-table;
    height: auto;
}
.wagamama_bulb .item_middle_body .checkbox_section .checkbox + .checkbox_icon:before{
    left: auto;
    top: auto;
    position: unset;
}
.wagamama_bulb .color_selection .checkbox_section .checkbox + .checkbox_icon:before{
    color: #fff0;
}
.wagamama_bulb .wagamama_details_unit{
    width: 100%;
    padding: 15px 15px 10px 15px;
}
.wagamama_bulb .bulb_middle{
    width: 50%;
    margin-top: 20px;
}
.wagamama_bulb .item_middle_body .bulb_middle:first-child {
    margin-right: 15px;
}
/*灯火類をカテゴリから探す*/
#wagamama_search.wagamama_bulb .item_upper_inner {
    height: 82px;
}
#wagamama_search.wagamama_bulb .other_category {
    width: 120px;
}
#wagamama_search.wagamama_bulb .other_category p {
   font-size: 16px;
    margin: 0 auto;
}
/*アコーディオンがたつき防止*/
.wagamama_bulb .wagamama_details_outline{
  padding: 5px 15px 0px 15px;
}
.wagamama_bulb .wagamama_details_outline:last-child{
  padding: 5px 15px 20px 15px;
}
.wagamama_bulb .wagamama_details_inner {
    margin-top: 10px;
}
.wagamama_bulb .border_top_less {
    margin-top: 0;
    border-top: none;
}
.wagamama_bulb .wagamama_details_inner-another{
    margin-top: 0px;
    padding: 0px;
}
.wagamama_bulb .model-name-another {
    font-size:15px;
}
.wagamama_bulb .color_name{
    font-size: 8px;
}
.wagamama_bulb .wagamama_details_inner {
    animation-name: fade-in;
    animation-duration: 1.0s;
}

.wagamama_bulb .condition_name{
    font-size: 18px;
    font-weight: bold;
    background: none;
    padding: 5px 35px 5px 0;
}
.wagamama_bulb .color_selection .bulb_color label .checkbox + .checkbox_icon:before {
    margin: 5px;
    position: unset;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    border-radius: 5px;
}
.wagamama_bulb .wagamama_details .checkbox_section .checkbox:checked + .checkbox_icon:before {
    display: inline-block;
     color: #e61e25;
}
/* ＋−ボタン */
.wagamama_bulb .model-name:after {
    content: '＋';
    top: calc(50%);
    position: absolute;
    right: 15px;
    margin: -10px 0 0;
    font-size: 20px;
}
.wagamama_bulb .model-name.is-open:after {
    top: calc(50%);
    content: '−';
}
.wagamama_bulb .model-name:before, .model-name:after {
    position: absolute;
    line-height: 25px;
    font-size: 13px;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
/*カラバリ_カラーボックス共通*/
.wagamama_bulb .color_selection .bulb_color .checkbox + .checkbox_icon:before {
    border: none !important;
    margin: 0 5px 0 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.wagamama_bulb .about_color_inner .color_selection_inner.bulb_color .border_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wagamama_bulb .about_color_inner .color_selection_inner .border_top label {
    padding-left: 0 !important;
}
/*カラバリ_個別色指定*/
.wagamama_bulb .color_selection .bulb_color .check_c1 .checkbox + .checkbox_icon:before {
    background: -moz-linear-gradient(top left, #FFF, #adeefa);
    background: -webkit-linear-gradient(top left, #FFF, #adeefa);
    background: linear-gradient(to bottom right, #FFF, #adeefa);
    border: 1px solid #aaa !important;
}
.wagamama_bulb .color_selection .bulb_color .check_c2 .checkbox + .checkbox_icon:before {
    background: #fff;
    border: 1px solid #aaa !important;
}
.wagamama_bulb .color_selection .bulb_color .check_c3 .checkbox + .checkbox_icon:before {
    background: #002daf;
}
.wagamama_bulb .color_selection .bulb_color .check_c4 .checkbox + .checkbox_icon:before {
    background: #f6e642;
}
.wagamama_bulb .color_selection .bulb_color .check_c5 .checkbox + .checkbox_icon:before {
    background: #ff7c00;
}
.wagamama_bulb .color_selection .bulb_color .check_c6 .checkbox + .checkbox_icon:before {
    background: #d90027;
}
.wagamama_bulb .color_selection .bulb_color .check_c7 .checkbox + .checkbox_icon:before {
    background: #018b27;
}
.wagamama_bulb .color_selection .bulb_color .check_c8 .checkbox + .checkbox_icon:before {
    background: #620a87;
}
.wagamama_bulb .color_selection .bulb_color .check_c9 .checkbox + .checkbox_icon:before {
background: url(https://img.webike.net/sys_images/search_color_l.png) no-repeat -98px -4px;
}
.wagamama_bulb .color_selection_specified {
  margin: 8px 0 20px;
}
.wagamama_bulb .about_color_inner .checkbox_section {
    position: relative;
    padding: 4px 0 12px 0;
    border-top: 1px solid #333;
}
.border_top {
    border-top: 1px solid #333;
    padding-top: 20px;
}
.wagamama_bulb .wagamama_details .checkbox_section .checkbox + .checkbox_icon:before {
  border: none;
}
.wagamama_bulb .about_color_inner .bulb_color .checkbox + .checkbox_icon:before {
    margin: 0 5px 0 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
/*上段の丸チェックボックス*/
#wagamama_search.wagamama_bulb .about_color_inner .checkbox_section_first .checkbox + .checkbox_icon:before {
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    border-radius: 30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    background: #ccc;
    border: none;
    color: #fff;
    border: none;
}
#wagamama_search.wagamama_bulb .about_color_inner .checkbox_section_first .checkbox:checked + .checkbox_icon:before {
    display: inline-block;
    color: #fff;
    background: #e61e25;
}
/*下段の四角チェックボックス*/
.wagamama_bulb .about_color_inner .checkbox_section .checkbox + .checkbox_icon:before {
    margin: 0 5px 0 0;
    border-radius: 0;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
/*チェックボックス文字間*/
.wagamama_bulb .about_color_inner .checkbox_section label {
    padding-left: 26px;
    display: block;
    position: relative;
}
.wagamama_bulb .about_color_inner .checkbox_section_first {
/*    padding-left: 15px;*/
}
.wagamama_bulb .about_color_inner .checkbox_section_first p{
    padding: 5px 0 0 10px;
}
.wagamama_bulb .wagamama_details_text .color_type_inner p{
    padding-left: 5px;
}
.wagamama_bulb .inline-block_label label{
    display: inline-block !important;
    margin: 5px 10px 5px 0;
}
.wagamama_bulb .inline-block_label .wagamama_details_inner{
    border:none;
}
/*カラーを指定しないチェックボタン*/
.wagamama_bulb .wagamama_details_inner .color_selection_specified .checkbox_section .checkbox + .checkbox_icon:before{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    border-radius: 30px;
    position: static;
    color: #fff;
}
.wagamama_bulb .wagamama_checkbtn .checkbox_section div .checkbox + .checkbox_icon:before {
    position: absolute;
    margin: 5px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    background: #ccc;
    border: none !important;
    color: #fff;
}
.wagamama_bulb .checkbox_section div .checkbox + .checkbox_icon:before {
    content: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 20px;
    width: 20px;
    color: #eee;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 0 5px;
}

.wagamama_bulb .wagamama_checkbtn .checkbox_section div .color_checkbox + .color_checkbox_icon:before {
    position: absolute;
    margin: 5px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    background: #ccc;
    border: none !important;
    color: #fff;
}
.wagamama_bulb .checkbox_section div .color_checkbox + .color_checkbox_icon:before {
    content: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 20px;
    width: 20px;
    color: #eee;
    font-size: 18px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 0 5px;
}
.wagamama_bulb .wagamama_checkbtn .checkbox_section .checkbox + .border_less:before,
.wagamama_bulb .about_color_inner .checkbox_section .checkbox + .border_less:before,
.wagamama_bulb .wagamama_details .checkbox_section .checkbox + .border_less:before {
  border: none;

}
.wagamama_bulb .color_selection_specified {
    display: block;
    text-align: center !important;
}
.wagamama_bulb .color_selection .display_inline{
   display: inline;
}
.wagamama_bulb .wagamama_details_border{
  border-radius: 5px;
  border: 1px solid #aaa;
}
.wagamama_bulb .border_less{
  border: none !important;
  padding-left: 0 !important;
}
.wagamama_bulb .about_color_inner .checkbox_section.pt15 {
    padding-top: 15px;
}
.wagamama_bulb .border_less_margin{
  margin: 0;
}
#wagamama_search.wagamama_bulb .mt10{
    margin-top: 10px;
}
#wagamama_search.wagamama_bulb .mt20{
    margin-top: 20px;
}
#wagamama_search.wagamama_bulb .mb10{
    margin-bottom: 10px;
}
#wagamama_search.wagamama_bulb .mb20{
    margin-bottom: 20px;
}
#wagamama_search.wagamama_bulb .mb30{
    margin-bottom: 30px;
}
#wagamama_search.wagamama_bulb .mr20{
  margin-right: 20px;
}
/*属性わがまま検索 バルブend*/
/*属性わがまま検索 グローブ*/
.wagamama_globe .item_upper_globe{
    flex-wrap: wrap;
}
.wagamama_globe .upper_inner_globe_etc {
    margin: 15px 0 0;
    flex-wrap: wrap;
}
#wagamama_search.wagamama_globe .item_upper_globe li{width: calc(100% / 5 - 12px);
margin-top: 15px;}
#wagamama_search.wagamama_globe .item_upper_globe li:nth-child(5n){margin-right: 0;}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .gender,
#wagamama_search.wagamama_globe .upper_inner_globe_etc .season{
    width: calc(20% - 37px);
    display: block;
    margin-right: 15px;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .material{
    width: calc(40% - 37px);
    margin-right: 15px;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .protector{
    width: calc(20% - 22px);
    display: block;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .gender .globe_etc_check,
#wagamama_search.wagamama_globe .upper_inner_globe_etc .season .globe_etc_check,
#wagamama_search.wagamama_globe .upper_inner_globe_etc .protector .globe_etc_check,
#wagamama_search.wagamama_globe .upper_inner_globe_etc .material .globe_etc_check{
    width:auto;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .color_selection_specified label{
    display: contents;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .color_selection_specified p{
    margin:5px 5px 5px 0;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .color_selection_list{
    width: 100%;
    margin: 15px 0 0;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .color_selection{
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .color_selection .checkbox_section{
    justify-content: center;
    align-items: center;
}
#wagamama_search.wagamama_globe .upper_inner_globe_etc .color_selection .checkbox_section label{
    padding: 5px;
}
.wagamama_globe .color_selection_specified .checkbox_section .checkbox + .checkbox_icon:before{
    color: #fff;
}
.wagamama_globe .color_selection_specified .checkbox_section .checkbox:checked + .checkbox_icon:before{
    -webkit-text-stroke:0;
    text-stroke: 0;
}
.wagamama_details.toggle_globe .wagamama_details_wrist,
.wagamama_details.toggle_globe .wagamama_details_touchpanel,
.wagamama_details.toggle_globe .wagamama_details_waterproof{
    width: calc(100% / 3);
}
.wagamama_details.toggle_globe .wagamama_details_wrist .wagamama_details_title,
.wagamama_details.toggle_globe .wagamama_details_touchpanel .wagamama_details_title,
.wagamama_details.toggle_globe .wagamama_details_waterproof .wagamama_details_title{
    width: 40%;
}
.wagamama_details.toggle_globe .wagamama_details_price{
    width: 60%;
}
.wagamama_details.toggle_globe .wagamama_details_logo{
    width: 40%;
}
.wagamama_details.toggle_globe .wagamama_details_logo .wagamama_details_title{
    width: 35%;
}
.radio_button_section input {
    display: none;
}
.radio_button_section .radio_button + .radio_button_icon:before {
    content: "●";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 20px;
    width: 20px;
    color: #eee;
    font-size: 18px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 0 5px;
}
.wagamama_details .radio_button_section .radio_button + .radio_button_icon:before {
    margin: 0 5px 0 0;
    border-radius: 20px;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
}
.wagamama_details .radio_button_section .radio_button:checked + .radio_button_icon:before {
    display: inline-block;
    color:#318acc;
}
