/*
Logo color: #173767
Accent color: #173767
assort color: #72A6C0
Link color: #FD8346 (Orange)
Text color: #666666 (default)
Text color: #000000 (dark)
Border color: #B3B3B3
Background color(Gray): #E6E6E6
*/


@charset "UTF-8";
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
/*
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
    /*font-style: normal;*/
    /*font-weight: 200;*/
    /*src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }*/

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font: 16px/26px Helvetica, Helvetica Neue, Arial;*/
    /*font: 13px/22px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;*/
    font-size: 13px;
    line-height: 23px;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;

    *font-size: small;
    *font: x-small;
}


ul,li,
dl,dt,dd{
    margin: 0;
    padding: 0;
}

ul.linklist {
    margin: 0;
    list-style: none;
    padding-bottom: 10px;
}
ul.linklist li{
    position: relative;
}
ul.linklist li:before{
    /*position: absolute;*/
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid ;
    border-width: 5px 6px;
    border-color: transparent transparent transparent #FD8346;
}
ul.linklist li a{
    color: #666666;
    text-decoration: underline;
}
ul.linklist li a:hover{
    text-decoration: none;
}


body{
    color: #666666;
}
p{
    margin:0 0 20px;
}

iframe{
    display: block;
    margin-bottom: 10px;
}



/**
 * COMMMON STYLE
 */
.clear { clear: both; }
.text_center,
.aC { text-align: center !important; }
.text_right,
.aR { text-align: right !important; }
.text_left,
.aL { text-align: left !important; }
.fL { float: left; }
.fR { float: right;}
.imgL{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.imgR{
    float: right;
}
.p30 { padding: 30px !important; }
.pT10 { padding-top: 10px !important; }
.pT20 { padding-top: 20px !important; }
.pT30 { padding-top: 30px !important; }
.pT40 { padding-top: 40px !important; }
.pT50 { padding-top: 50px !important; }
.pL20 { padding-left: 20px !important; }
.pB10 { padding-bottom: 10px !important; }
.pB20 { padding-bottom: 20px !important; }
.pB30 { padding-bottom: 30px !important; }
.pB40 { padding-bottom: 40px !important; }
.pB50 { padding-bottom: 50px !important; }
.m0 { margin: 0 !important; }
.mT0 { margin-top: 0 !important; }
.mB0 { margin-bottom: 0 !important; }
.mT20 { margin-top: 20px !important; }
.mT30 { margin-top: 30px !important; }
.w100 { width: 100% !important; }
.w50 { width: 50% !important; }
.w40 { width: 40% !important; }	/* 2016/10/25 追加*/
.w30 { width: 30% !important; }
.w25 { width: 25% !important; }
.w20 { width: 20% !important; }
.w300px{ width: 300px; }
.w350px{ width: 350px; }
.w400px{ width: 400px; }

.note,
.orange,
.red{
    color: #FD8346;
}


.row{
    margin: 0;
    padding-bottom: 30px;
}

/**
 * Frame
 */

.inner_content{
    position: relative;
    clear: both;
    width: 940px;
    margin: 0 auto;
}
#category_main{
    float: right;
    width: 735px;
    padding-bottom: 50px;
}
/**
 * Header
 */
#common_header{
    background: #000;
    min-height: 42px;
}
ul#header_socialnav{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    list-style: none;
    height: 42px;
    overflow: hidden;
}
ul#header_socialnav li{
    display: inline-block;
    height: 42px;
    overflow: hidden;
    margin-right: 5px;
}
ul#header_socialnav li a{
    line-height: 42px;
}
ul#header_socialnav li img{
    width: 24px;
    height: auto;
}

ul#header_members{
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    text-align: right;
    height: 42px;
    overflow: hidden;
    font-size: 0px;
}
ul#header_members li{
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    height: 42px;
    overflow: hidden;
    font-size: 12px;
}
ul#header_members li#hnavi_mypage{
    border: none;
}
ul#header_members li a{
    display: block;
    color: #FFFFFF;
    padding: 0px 15px 0 40px;
    line-height: 42px;
}
ul#header_members li#hnavi_regist a{
    background: url("../images/common/hicn_regist.svg") no-repeat 15px center;
    background-size: auto 16px;
}
ul#header_members li#hnavi_mail a{
    background: url("../images/common/hicn_mail.svg") no-repeat 15px center;
    background-size: auto 12px;
}
ul#header_members li#hnavi_mypage a{
    background: #FD8346 url("../images/common/hicn_mypage.svg") no-repeat 20px center;
    background-size: auto 16px;
}

ul#header_members li a:hover{
    text-decoration: none;
}

ul#header_members li#hnavi_regist a:hover,
ul#header_members li#hnavi_mail a:hover{
    background-color: #666666;
}
ul#header_members li#hnavi_mypage a:hover {
    background-color: #FFBB50;
}

#header{
    clear: both;
    position: relative;
}
#logo{
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 200px;
    height: auto;
}
#logo img{
    width: 100%;
    height: auto;
}

#gnavi{
    position: absolute;
    right: 0;
    top: -5px;
}
#gnavi ul{
    padding-right: 20px;
    list-style: none;
}
#gnavi ul li{
    display: block;
    width: 150px;
    height: 60px;
    text-align: center;
    float: left;
    font-size: 13px;
}
#gnavi ul li a,
#gnavi ul li span{
    display: block;
    color: #000000;
    text-decoration: none;
    padding-top: 35px;
    height: 60px;
    cursor: pointer;
}
#gnavi ul li a:hover,
#gnavi ul li span:hover{
    color: #FD8346;
}

#gnavi ul li#gnav_product a,
#gnavi ul li#gnav_product span{
    background: url("../images/common/naviicn_product.svg") no-repeat center top;
    background-size: 30px auto;
}
#gnavi ul li#gnav_history a,
#gnavi ul li#gnav_history span{
    background: url("../images/common/naviicn_history.svg") no-repeat center top;
    background-size: 30px auto;
}
#gnavi ul li#gnav_support a,
#gnavi ul li#gnav_support span{
    background: url("../images/common/naviicn_support.svg") no-repeat center top;
    background-size: 30px auto;
}
#gnavi ul li#gnav_shop a,
#gnavi ul li#gnav_shop span{
    background: url("../images/common/naviicn_shop.svg") no-repeat center top;
    background-size: 30px auto;
}
#gnavi ul li#gnav_product.current a,
#gnavi ul li#gnav_product.current span,
#gnavi ul li#gnav_product a:hover,
#gnavi ul li#gnav_product span:hover{
    background-image: url("../images/common/naviicn_product_on.svg");
}
#gnavi ul li#gnav_history.current a,
#gnavi ul li#gnav_history.current span,
#gnavi ul li#gnav_history a:hover,
#gnavi ul li#gnav_history span:hover{
    background-image: url("../images/common/naviicn_history_on.svg");
}
#gnavi ul li#gnav_support.current a,
#gnavi ul li#gnav_support.current span,
#gnavi ul li#gnav_support a:hover,
#gnavi ul li#gnav_support span:hover{
    background-image: url("../images/common/naviicn_support_on.svg");
}
#gnavi ul li#gnav_shop.current a,
#gnavi ul li#gnav_shop.current span,
#gnavi ul li#gnav_shop a:hover,
#gnavi ul li#gnav_shop span:hover{
    background-image: url("../images/common/naviicn_shop_on.svg");
}



#gnavi li{
    position: relative;
}

#subnavi .open ~ .arrow{
    display: inline-block;
}

#subnavi .arrow{
    display: none;
    z-index: 1;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -16px;
    /*left: 0;*/
    /*right: 0;*/
    margin: 0;

    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #173767 transparent;

}

/* サブナビ */
#subnavi{
    display: block;
    position: relative;
    background: #173767;
}
#subnavi .inner_content{
}
/*
#subnavi:hover ul,
#subnavi ul.open{
    display: block;
}
*/
#subnavi ul{
    list-style: none;
    text-align: center;
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#subnavi ul:hover,
#subnavi ul.open{
    height: 45px;
}
#subnavi ul:hover li,
#subnavi ul.open li{
}
#subnavi li{
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 45px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;

}
#subnavi li a{
    position: relative;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}
#subnavi li a:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    top: 19px;
    left: 5px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
}
#subnavi li a:hover{
    color: #FD8346;
}
#subnavi li a:hover:before{
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #FD8346;
}





/**
 * パンくず
 */
#breadcrumbs{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#breadcrumbs ul{
    list-style: none;
    color: #000000;
}
#breadcrumbs li{
    display: inline-block;
    font-size: 12px;
}
#breadcrumbs li+li:before{
    content: ">";
    margin-right: 5px;
}
#breadcrumbs a{
    color: #FD8346;
}

/**
 * Sidebar
 */
#sidebar.stickynavi{
    position: fixed;
    /*position: absolute;*/
    top: 0;
    z-index: 999;
}

#sidebar{
    float: left;
    width: 180px;
}
#sidebar>ul{
    list-style: none;
}
#sidebar>ul>li{
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}
#sidebar>ul>li:before{
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid ;
    border-width: 5px 6px;
    border-color: transparent transparent transparent #FD8346;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    transform-origin: 2px 4px;

}
#sidebar>ul>li.open:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar>ul>li>span,
#sidebar>ul>li>a{
    color: #173767;
    text-decoration: none;
    cursor: pointer;
}
#sidebar>ul ul{
    list-style: none;
    padding: 10px 0 20px 25px;
}
#sidebar>ul ul>li{
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: normal;
}
#sidebar>ul ul>li>a{
    color: #666666;;
    text-decoration: none;
}
#sidebar>ul ul>li>a:hover{
    text-decoration: underline;
}
#sidebar>ul ul>li.current>a{
    color: #FD8346;
}


/**
 * Footer
 */
#footer{
    border-top: 5px solid #FD8346;

    clear: both;
    padding: 20px 0;
    background: #0E0E0E;
    /*background: #0E0E0E url("../images/common/bg_stripe.png") repeat 0 0;*/
}
#footer nav.row{
    padding: 0 20px 0px;
}
#footer .col5{
    float: none;
    min-height: 250px;
}
#footer .col5.col1of5{ width: 23%;}
#footer .col5.col2of5{ width: 20%; left: 23%; position: absolute;}
#footer .col5.col3of5{ width: 16%; left: 43%; position: absolute;}
#footer .col5.col4of5{ width: 19%; left: 59%; position: absolute;}
#footer .col5.col5of5{ width: 21.5%; left: 78%; position: absolute;}
#footer .col5 dl{
    margin-bottom: 40px;
}
#footer .col5 dl dt{
    margin: 0 0 15px;
    font-size: 14px;
    color: #999999;
}
#footer .col5 dl dd{  }
#footer .col5 dl ul{
    list-style: none;
}
#footer .col5 dl li{
    margin: 0 0 10px;
    font-size: 11px;
}
#footer .col5 dl li a{
    color: #E6E6E6;
    text-decoration: none;
}
#footer .col5 dl li a:hover{
    text-decoration: underline;
}

#footer .col5.col1of5 ul{
    list-style: none;
}
#footer .col5.col1of5 ul li{
    margin-bottom: 15px;
}


#footer2{
    clear: both;
    padding: 10px;
}
#footer2 #copyright{
    display: inline;
    font-size: 11px;
}
#footer2 ul{
    position: absolute;
    right: 0;
    top: 0px;
    list-style: none;
}
#footer2 ul li{
    display: inline;
    font-size: 11px;
}
#footer2 ul li+li{
    border-left: 1px solid #B3B3B3;
}
#footer2 ul a{
    padding: 0 10px;
    color: #666666;
    text-decoration: none;
}
#footer2 ul a:hover{
    text-decoration: underline;
}
#footlogo img{
    fill: #FFFFFF;
    width: 175px;
    height: auto;
}

/**
 * タブナビ
 */

ul#tab_navi.history li{
    min-width: 105px;
}
ul#product_mainnavi.guideline li{
    min-width: 220px;
}
ul#tab_navi.stickynavi,
ul#product_mainnavi.stickynavi{
    position: fixed;
    top: 0;
    /*box-shadow: 0 0 5px #999999;*/
    z-index: 999;
}
ul#tab_navi.stickynavi+*,
ul#product_mainnavi.stickynavi+*{
    padding-top: 31px;
}

ul#tab_navi,
ul#product_mainnavi{
    background: #FFFFFF;
    margin: 0;
    width: 735px;
    height: 31px;
    list-style: none;
    border-bottom: 1px solid #E6E6E6;
    z-index: 1;
}
ul#tab_navi li,
ul#product_mainnavi li{
    display: block;
    float: left;
    border-bottom: 4px solid #FFFFFF;
    font-size: 12px;
}
ul#tab_navi li.active,
ul#product_mainnavi li.active{
    /*color: #FD8346;*/
    border-bottom: 4px solid #FD8346;
}
ul#tab_navi li:hover,
ul#product_mainnavi li:hover{
    border-bottom: 4px solid #173767;
}
ul#tab_navi li a,
ul#product_mainnavi li a{
    display: block;
    padding: 0px 5px;
    height: 26px;
    line-height: 26px;
    min-width: 7.5em;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none;
    color: #000000;
}
ul#tab_navi li a:hover,
ul#product_mainnavi li a:hover{  }
ul#tab_navi li:first-of-type a,
ul#product_mainnavi li:first-of-type a{
    border-left: 1px solid #E6E6E6;
}
ul#tab_navi li.cart,
ul#product_mainnavi li.cart{
    border-bottom: none;
}
ul#tab_navi li.cart a,
ul#product_mainnavi li.cart a{
    color: #FFFFFF;
}
ul#tab_navi li.cart a span,
ul#product_mainnavi li.cart a span{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 95%;
    padding: 0 0 0 15px;
    border: 1px solid #FD8346;
    background: #FD8346 url("../images/common/icn_cart.svg") no-repeat 10px center;
    background-size: auto 13px;

}
ul#tab_navi li.cart a:hover,
ul#product_mainnavi li.cart a:hover{
    color: #FD8346;
}
ul#tab_navi li.cart a:hover span,
ul#product_mainnavi li.cart a:hover span{
    background-color: #FFFFFF;
    background-image: url("../images/common/icn_cart_orange.svg");
}




/**
 * コンテンツエリア
 */
.mainimg,
#product_mainimg{
    margin: 0 0 10px;
}
.mainimg img,
#product_mainimg img{
    width: 100%;
    height: auto;
}
#categorytitle{
    padding: 10px;
    background-color: #E6E6E6;
}
#categorytitle p{
    margin: 0;
    padding: 0;
    color: #000000;
    font-weight: bold;
}
#categorytitle p span{
    margin-right: 20px;
    color: #173767;
    font-size: 140%;
}

#category_main{}
h2.bar,
h3.bar,
#category_subtitle{
    clear: both;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 20px;
    background: #173767;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

/**
 * 新着情報
 */
.sharrre{
    position: absolute;
    top: 0;
    margin-left: 280px;
}
.sharrre .buttons{
    display: inline-block;
}
.sharrre .button{
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-bottom;
}
.sharrre .button iframe{
    margin-bottom: 0 !important;
}

.item{
    position: relative;
    margin-top: 30px;
}
.item p.img{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #CCCCCC;
}
.item p.img img{
    max-width: 58px;
    height: auto;
}

.item p.date{
    margin-left: 80px;
    margin-bottom: 5px;
    color: #173767;
    font-weight: bold;
}
.item p.date .label{
    position: relative;
    top: -1px;
    color: #FFFFFF;
    margin-left: 10px;
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 5px;
    border-radius: 0;

}
.item p.date .label.label-update{
    background: #EA267A;
}
.item p.date .label.label-press{
    background: #F59331;
}
.item p.date .label.label-news{
    background: #8DC449;
}
.item p.date .label.label-product{
    background: #33ACE0;
}
.item p.date .label.label-video{
    background: #5EBEB0;
}

.item p.date .label.label-other{
    background: #888888;
}

.item p.content {
    margin-left: 80px;
    line-height: 1.7;
}
.item p.content a{
    color: #666666;
}
.item p.content a:hover{
    color: #FD8346;
}
.item p.content a strong{}


/**
 * 新着情報詳細
 */
.basecontent{}
.basecontent h1{
    padding-bottom: 5px;
    padding-left: 2px;
    margin-bottom: 20px;
    color: #173767;
    border-bottom: 1px solid #B3B3B3;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}
.basecontent h2{
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000000;
    color: #173767;

    font-size: 17px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #B3B3B3;
}
.basecontent h2.bar{
    color: #FFFFFF;
}
.basecontent h2.bg{
    clear: both;
    background-color: #E6E6E6;
    padding: 10px 20px;
    border: none;
    color: #000000;
    font-size: 17px;
}


.basecontent h3{
    margin-top: 30px;
    min-height: 22px;
    color: #173767;
    font-size: 17px;
    font-weight: bold;
}
.basecontent h4{
    margin-top: 30px;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}
.basecontent .rules h4{
    margin-top: 30px;
}
.basecontent .rules_scroll h3{
    color: #000000;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: normal;

}


.mainbox{
    padding-top: 10px;
}
.mainbox ul{
    margin-left: 25px;
}
.mainbox ul.linklist{
    margin-left: 7px;
}

.bgbox{
    background: #F1F1F1;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.bgbox p:last-child{
    margin-bottom: 0;
}
dl.support_step{
    width: 21.5%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
}
dl.support_step:last-of-type{
    margin-right: 0;
}

dl.support_step dt{
    position: relative;
    background: #E6E6E6;
    margin-bottom: 15px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
dl.support_step dt:after{
    content:"";
    display: inline-block;
    position: absolute;
    right: -30px;
    border:15px solid #E6E6E6;
    border-color: transparent transparent transparent #E6E6E6;

}
dl.support_step dd{
    font-size: 12px;
    margin-right: -10px;
    line-height: 1.5;
}


/*
.basecontent h4.bg{
    margin-top: 0;
    padding: 10px 15px;
    color: #FFFFFF;
    background-color: #173767;
}
*/

/**
 * 規約類
 */
.rules{}
.rules p{}
.basecontent .rules h3{
    margin-top: 30px;
    color: #000000;
    font-size: 14px;
}
.basecontent .rules p{
    margin-bottom: 10px;
}

.basecontent .rules li{
    line-height: 1.4;
    margin-bottom: 5px;
}

.basecontent .rules ul{
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
.basecontent .rules ul li{}
.basecontent .rules ol{
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
.basecontent .rules ol li{}



/**
 * 製品情報
 */

/* 製品一覧 */
.products{
    padding-top: 20px;
    padding-bottom: 30px;
}
.products>.product_old{
    float: left;
    position: relative;
    width: 172px;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 4px solid #E6E6E6;
}
.products>.product_old:nth-of-type(4n){
    margin-right: 0;
}
.products>.product_old:nth-of-type(4n+1){
    clear: both;
}
.products>.product_old{
    text-align: center;
}


.products>.product{
    float: left;
    position: relative;
    width: 235px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 6px solid #E6E6E6;
}
.products>.product:nth-of-type(3n){
    margin-right: 0;
}
.products>.product:nth-of-type(3n+1){
    clear: both;
}
.products>.product .label{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 1px;
    top: 1px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    z-index: 1;
}
.products>.product .img{
    width: 200px;
    height: 200px;
    margin: 10px auto;
    text-align: center;
}
.products>.product .img img{
    /*width: 100%;*/
    /*height: auto;*/
    height: 200px;
    width: auto;
    margin: 0 auto;
}
.products>.product .img img.wide{
    width: 100%;
    height: auto;
}

.products>.product .img a:hover img{
    opacity: 0.8;
}

.products>.product dl{
    width: 100%;
}
.products>.product dt{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    min-height: 4em;
}
.products>.product dd{
    width: 100%;
}
.products>.product dd.text{
    height: 6em;
    margin-bottom: 10px;
    font-size: 12px;
}
.products>.product dd.more{
    margin-bottom: 10px;
}
.products>.product dd.more a{
    display: block;
    text-align: center;
    padding: 4px;
    background: #E5E5E5;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}
.products>.product dd.more a:hover{
    background: #173767;
    color: #FFFFFF;
}
.products>.product dd.btns{}
.products>.product dd.btns ul{
    list-style: none;
}
.products>.product dd.btns ul li{
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: left;
}
.products>.product dd.btns ul li:nth-of-type(3n){
    margin-right: 0;
}

.products>.product dd.btns ul li a{
    display: block;
    padding: 3px 3px 3px 20px;
    font-size: 11px;
    background: #FD8346;
    color: #FFFFFF;
    text-decoration: none;
}
.products>.product dd.btns ul li.btn-cart a{
    background: #FD8346 url("/images/common/icn_cart.svg") no-repeat 5px center;
    background-size: auto 11px;

}
.products>.product dd.btns ul li.btn-download a{
    background: #33ABDF url("/images/common/icn_dl.svg") no-repeat 5px center;
    background-size: auto 10px;
}
.products>.product dd.btns ul li.btn-trial a{
    background: #000000 url("/images/common/icn_star.svg") no-repeat 5px center;
    background-size: auto 11px;
}
.products>.product dd.btns ul li.btn-cart a:hover{
    background-color: #FFA366;
}
.products>.product dd.btns ul li.btn-download a:hover{
    background-color: #53CBFF;
}
.products>.product dd.btns ul li.btn-trial a:hover{
    background-color: #666666;
}

.cate-shop-download .products{}
.cate-shop-download .products>.product .img{
    margin-top: 0;
}
.cate-shop-download .products>.product dd.text{
    height: auto;
    min-height: 2em;
}
.cate-shop-download .products>.product dd.more{
    margin-bottom: 5px;
}

.cate-shop-download .products>.product dd.btns ul li{
    float: none;
    width: 100%;
    margin-right: 0;
}
.cate-shop-download .products>.product dd.btns ul li a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: center;
}
.cate-shop-download .products>.product dd.btns ul li.btn-download a {
    background: #33ABDF url("/images/common/icn_dl.svg") no-repeat 35% center;
    background-size: auto 12px;
}
.cate-shop-download .products>.product dd.btns ul li.btn-download a:hover {
    background-color: #53CBFF;
}


/* キャラクター一覧 */
.charactors{
    padding-top: 20px;
    padding-bottom: 30px;
}
.charactors>.charactor{
    float: left;
    position: relative;
    width: 235px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 6px solid #E6E6E6;
}
.charactors>.charactor:nth-of-type(3n){
    margin-right: 0;
}
.charactors>.charactor:nth-of-type(3n+1){
    clear: both;
}

.charactors>.charactor .img{
    width: 200px;
    height: 280px;
    margin: 10px auto;
}
.charactors>.charactor .img img{
    width: 100%;
    height: auto;
}
.charactors>.charactor .img a:hover img{
    opacity: 0.8;
}


.charactors>.charactor h4{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    min-height: 2em;
}
.charactors>.charactor p.text{
    min-height: 3em;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 11px;
}
.charactors>.charactor dd.more a{
    display: block;
    text-align: center;
    padding: 4px;
    background: #E5E5E5;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}
.charactors>.charactor dd.more a:hover{
    background: #173767;
    color: #FFFFFF;
}
.charactors>.charactor dd.btns{}
.charactors>.charactor dd.btns ul{
    list-style: none;
}
.charactors>.charactor dd.btns ul li{
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: left;
}
.charactors>.charactor dd.btns ul li:nth-of-type(3n){
    margin-right: 0;
}

.charactors>.charactor dd.btns ul li a{
    display: block;
    padding: 3px 3px 3px 20px;
    font-size: 11px;
    background: #FD8346;
    color: #FFFFFF;
    text-decoration: none;
}
.charactors>.charactor dd.btns ul li.btn-cart a{
    background: #FD8346 url("/images/common/icn_cart.svg") no-repeat 5px center;
    background-size: auto 11px;

}
.charactors>.charactor dd.btns ul li.btn-download a{
    background: #33ABDF url("/images/common/icn_dl.svg") no-repeat 5px center;
    background-size: auto 10px;
}
.charactors>.charactor dd.btns ul li.btn-trial a{
    background: #000000 url("/images/common/icn_star.svg") no-repeat 5px center;
    background-size: auto 11px;
}
.charactors>.charactor dd.btns ul li.btn-cart a:hover{
    background-color: #FFA366;
}
.charactors>.charactor dd.btns ul li.btn-download a:hover{
    background-color: #53CBFF;
}
.charactors>.charactor dd.btns ul li.btn-trial a:hover{
    background-color: #666666;
}




table.base_table{
    width: 100%;
    margin: 10px 0 30px;
}

table.base_table th,
table.base_table td{
    border: 1px solid #000000;
    color: #000000;
    padding: 7px 7px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

table.base_table tbody tr:nth-of-type(2n) th,
table.base_table tbody tr:nth-of-type(2n) td{
    background: #E6E6E6;
}

table.base_table thead th,
table.base_table thead td{
    background: #000000;
    color: #FFFFFF;
    vertical-align: middle;
}
/*
table.base_table th{}
table.base_table td{}
table.base_table thead th{}
table.base_table thead td{}
table{
    width: 100%;
}
*/
table.base_table th,
table.base_table td{
    vertical-align: top;
}
table.base_table th{
    text-align: left;
}
table.base_table td{
    text-align: center;
}
table.base_table em{
    font-style: normal;
    font-weight: bold;
    color: #FD8346;
}
table.base_table em a{
    font-size: 11px;
}
/*
table.base_table thead th,
table.base_table thead td{
    vertical-align: middle;
    line-height: 1.5;
    text-align: center;
}
*/
table.base_table tfoot th{}
table.base_table tfoot td{}

/*Table:販促データ*/
table.presstable{
    width: 100%;
    margin: 20px 0 30px;
    border: 1px solid #FFFFFF;
    border-bottom-color: #000000;
    border-top-color: #000000;
}
table.presstable caption{
    color: #173767;
    font-size: 110%;
    font-weight: bold;
}

table.presstable th,
table.presstable td{
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
}
table.presstable th{
    width: 120px;
    background: #FFFFFF;
}
table.presstable th img{
    width: 100px;
    height: auto;
}
table.presstable td{}
table.presstable td:last-of-type{
    min-width: 150px;
    text-align: right;
}
table.presstable tr:nth-of-type(2n) th,
table.presstable tr:nth-of-type(2n) td{
    background: #E6E6E6;
}
div.scrollmenu{
    overflow-y: scroll;
    width: 100%;
    height: 300px;
    border: 2px solid #B3B3B3;
}
div.scrollmenu ul{
    list-style: none;
    margin: 10px 20px 10px;
    padding: 0;
}
div.scrollmenu ul li+li{
    border-top: 1px dotted #B3B3B3;
}


/*Table:体験版などのサムネイル月*/
table.thumbnail_table{
    width: 100%;
    margin-bottom: 15px;
}
table.thumbnail_table th,
table.thumbnail_table td{
    vertical-align: top;
    padding: 10px 10px 10px;
    border-bottom: 1px solid #E4E4E4;
}
table.thumbnail_table th{
    width: 300px;
    /*background: #EAEAEA;*/
}
table.thumbnail_table td{
    text-align: left;
}
table.thumbnail_table h4{
    margin-top: 0;
    font-size: 16px;
}
table.thumbnail_table p{
    margin-bottom: 10px;
}
table.thumbnail_table strong{
    color: #FD8346;

}

table.thumbnail_table ul{
    margin-left: 25px;
}
table.thumbnail_table li{}





/* form table*/

table.form_table{
    margin-top: 30px;
}
table.form_table{
    width: 100%;
    margin: 10px 0 30px;
    border:4px solid #E6E6E6;
}
table.form_table th,
table.form_table td{
    padding: 7px 15px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    border: 2px solid #E6E6E6;
}
table.form_table th{
    background: #F1F1F1;
    width:30%;
}
table.form_table td{
}
em.required,
table.form_table em{
    font-style: normal;
    font-weight: bold;
    color: #FD8346;
}
table.form_table table{
    width: 100%;
    border: none;
    margin: 5px 0 20px;
}
table.form_table table th,
table.form_table table td{
    border: none;
    padding: 3px 5px;
}


input{
    background: #FFFEDB;
    border: 2px solid #CCCCCC;
    margin-right: 5px;
}
.btn-form a,
input[type=button],
input[type=submit] {
    display: inline-block;
    position: relative;
    padding: 3px 20px 3px 40px;
    margin-bottom: 30px;
    width: 200px;
    color: #FFFFFF;
    border: 3px solid #000000;
    background: #000000 url("/images/common/icn_arrow1_white.svg") no-repeat 20px center;
}
input[type=button]{
    width: auto;
    padding-left: 40px;
}

input[type=button]:hover,
input[type=submit]:hover {
    background-color: #FD8346;
    border-color: #FD8346;
}
textarea{
    background: #FFFEDB;
    border: 2px solid #CCCCCC;
}

.btn-form a{
    display: inline-block;
    width: auto;
    font-size: 14px;
}
/*
.btn-form {
    display: block;
    padding: 0;
    text-align: center;
}
.btn-form a{
    display: inline-block;
    margin: 0 auto !important;
    padding: 8px 30px 8px 30px;
    background: #FD8346;
    color: #FFFFFF;
    text-decoration: none;
    background: #FD8346;
    background-size: auto 11px;
    border-radius: 3px;
}
.btn-form a:hover {
    background-color: #FFA366;
}
*/


/* マイページログイン */
.securenote{
    color: #173767;
    font-size: 12px;
    padding-right: 20px;
    line-height: 1.5;
}
.loginbox table.form_table{
    width: 400px;
    margin: 20px auto 20px;
}
.loginbox table.form_table th,
.loginbox table.form_table td{
    padding: 10px 20px;
    border-width:1px 0;
}
.loginbox table.form_table th{
    padding: 10px 30px;
    width: 40%;
}

/* 会員登録 */

.regist_alert{
    display: inline-block;
    padding: 20px 40px;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;;
    background: url("/images/common/icn_regist_alert.svg") no-repeat 0 center;
    background-size: 30px auto;
}
ol.regist_step{
    width: 100%;
    margin: 30px 0 50px;
    padding: 0;
}
ol.regist_step li:last-of-type{
    margin-right: 0;
}
ol.regist_step.s4{
    /*text-align: center;*/
}
ol.regist_step.s4 li{
    float: none;
    width: auto;
    padding: 0 10px 0 20px;
    display: inline-block;
}
ol.regist_step li{
    position: relative;
    background: #E6E6E6;
    color: #000000;
    display: block;
    width: 18%;
    margin-right: 2.5%;
    margin-left: 0;
    padding: 0 0 0 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}
ol.regist_step li:after{
    content:"";
    display: inline-block;
    position: absolute;
    right: -30px;
    border:15px solid #E6E6E6;
    border-color: transparent transparent transparent #E6E6E6;
}
ol.regist_step li.active{
    background: #FD8346;
    color: #FFFFFF;
}
ol.regist_step li.active:after{
    border-left-color: #FD8346;
}



.rules{
    margin: 20px 0;
}
.rules_scroll{
    border: 2px solid #CCCCCC;
    margin: 20px 0;
    padding: 20px;
    height: 250px;
    background: #FEFEFE;
    overflow: scroll;
}
.rules>h4,
.rules_scroll>h4{
    margin-top: 0;
}

.rules_scroll>*:last-child{
    margin-bottom: 0;
}

.attention{
    border: 2px solid #CCCCCC;
    margin: 20px 0;
    padding: 20px;
}
.attention>h4{
    margin-top: 0;
}

.attention>*:last-child{
    margin-bottom: 0;
}

/* 体験版ダウンロード */


#downloaditems{
    padding-top: 30px;
}
dl.downloaditem{
    width: 48%;
    float: left;
    margin-bottom: 30px;
}
dl.downloaditem:nth-of-type(2n){
    float: right;
}
dl.downloaditem:nth-of-type(2n+1){
    clear: both;
}

dl.downloaditem dt{
    color: #000000;
    margin-bottom: 5px;
}
dl.downloaditem dd{}
dl.downloaditem dd.btn{
    margin-top: 15px;
    padding: 0;
    margin-left: 0;
}
dl.downloaditem dd.btn a{
    padding: 5px 13px 5px 35px;
    color: #FFFFFF;
    background: #000000 url("/images/common/icn_dl.svg") no-repeat 10px center;
    background-size: 15px auto;
}
dl.downloaditem dd.btn a:hover{
    background-color: #666666;
    text-decoration: none;
}

/* SNSボタン */
ul.sns_sharebtn{
    position: relative;
    text-align: right;
    list-style:none;
    padding-bottom: 8px;
    margin-top:-30px;
}
ul.sns_sharebtn li{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align:top;
}
ul.sns_sharebtn li.facebook{
    top:-4px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}
/* ==========================================================================
   Vuejs Animation
   ========================================================================== */


.expand-transition {
    opacity: 1 !important;
    transition: all .5s ease;
    /*height: 30px;*/
    background-color: #FFFFFF;
    /*overflow: hidden;*/
}
.expand-enter,
.expand-leave,
.expand-transition.expand-enter,
.expand-transition.expand-leave {
    height: 0;
    opacity: 0 !important;
}
.expand-enter{
    background-color: #FFFF00;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

pre{
 margin: 20px;
 padding: 20px 30px;
}
