

/* 一覧 */

.basecontent h2.bar#menu1,
.basecontent h2.bar#menu2,
.basecontent h2.bar#menu9,
.basecontent h2.bar#menu3,
.basecontent h2.bar#menu4,
.basecontent h2.bar#menu5,
.basecontent h2.bar#menu6,
.basecontent h2.bar#menu7,
.basecontent h2.bar#menu8,
.basecontent h2.bar#menu10{
    padding-left: 45px;
    padding-bottom: 10px;
}

.basecontent h2.bar#menu1 { background: #173767 url("/images/common/pheadicn_music.svg") no-repeat 15px center; background-size: 18px auto;}
.basecontent h2.bar#menu2 { background: #173767 url("/images/common/pheadicn_video.svg") no-repeat 14px center; background-size: 22px auto;}
.basecontent h2.bar#menu9 { background: #173767 url("/images/common/pheadicn_pic.svg") no-repeat 15px center; background-size: 18px auto;}
.basecontent h2.bar#menu3 { background: #173767 url("/images/common/pheadicn_dvd.svg") no-repeat 15px center; background-size: 18px auto;}
.basecontent h2.bar#menu4 { background: #173767 url("/images/common/pheadicn_util.svg") no-repeat 15px center; background-size: 18px auto;}
.basecontent h2.bar#menu5 { background: #173767 url("/images/common/pheadicn_web.svg") no-repeat 15px center; background-size: 18px auto;}
.basecontent h2.bar#menu6 { background: #173767 url("/images/common/pheadicn_entame.svg") no-repeat 15px center; background-size: 18px auto;}
.basecontent h2.bar#menu7 { background: #173767 url("/images/common/pheadicn_smp.svg") no-repeat 18px center; background-size: 14px auto;}
.basecontent h2.bar#menu8 { background: #173767 url("/images/common/pheadicn_hard.svg") no-repeat 15px center; background-size: 18px auto;}
.basecontent h2.bar#menu10{ background: #173767 url("/images/common/pheadicn_company.svg") no-repeat 15px center; background-size: 18px auto;}


h1+img{
    width: 100%;
    height: auto;
}

.tabcontent:before,
.tabcontent:after { content: " "; display: table;}
.tabcontent:after { clear: both;}
.tabcontent { *zoom: 1; }

.tabcontent{
    display: none;
}
.tabcontent.active{
    display: block;
}

/**
 * 製品: ナビ
 */
ul#product_extranavi {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    background: #FFFFFF;
}
ul#product_extranavi li{
    position: relative;
    margin-right: 10px;
    display: inline-block;
    font-size: 11.5px;
}
ul#product_extranavi li:before{
    /*position: absolute;*/
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid ;
    border-width: 5px 6px;
    border-color: transparent transparent transparent #173767;
}
ul#product_extranavi li a{
    color: #666666;
}
ul#product_extranavi li a:hover{
    text-decoration: underline;
}
ul#product_extranavi li:active a,
ul#product_extranavi li:active span{
    font-weight: bold;
    color: #173767;
}


ul#product_extranavi+ul.product_subnavi{
    padding-top: 5px;
    margin-top: -3px;
    border-top: 1px solid #EFEFEF;
}
ul.product_subnavi {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 20px;
}
ul.product_subnavi li{
    position: relative;
    margin-right: 10px;
    display: inline-block;
    font-size: 11.5px;
}
ul.product_subnavi 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.product_subnavi li a{
    color: #666666;
}
ul.product_subnavi li a:hover{
    text-decoration: underline;
}

ul#product_langnavi{
    position: relative;
    right: 0;
    top: 0;
    margin: 25px 0 -45px;
    text-align: right;
}
ul#product_langnavi li{
    width: 100px;
    display: inline-block;
    font-size: 12px;
    margin-left: 2px;
}
ul#product_langnavi li.active{}
ul#product_langnavi li a{
    display: block;
    text-align: center;
    padding: 1px;
    background: #E6E6E6;
    color: #000000;
}
ul#product_langnavi li.active a{
    background: #173767;
    color: #FFFFFF;
}
ul#product_langnavi li a:hover{
    background: #173767;
    color: #FFFFFF;
    text-decoration: none;
}
ul#product_langnavi li.active a:hover{}

/**
 * 製品: 共通
 */
.tabcontent>h2{
    padding-bottom: 5px;
    padding-left: 2px;
    margin-bottom: 20px;
    color: #173767;
    border-bottom: 1px solid #B3B3B3;
    font-size: 16px;
    font-weight: bold;
}
.tabcontent h4{
    margin-top: 20px;
    color: #173767;
    font-size: 16px;
    font-weight: bold;
}
.tabcontent h4.bg{
    margin-top: 0;
    padding: 10px 15px;
    color: #FFFFFF;
    background-color: #173767;
}


.tabcontent span.note{
    color: #FD8346;
}
.tabcontent .col-sm-5 img{
    width: 100%;
    height: auto;
}

/**
 * 製品: 詳細トップ
 */
.linebox{
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.vocalomaket{
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.vocalomaket p{
    margin: 0;
}
.aboutvocaloid{
    position: relative;
    margin-top: 20px;
    padding: 15px;
    border: 4px solid #000000;
}
.aboutvocaloid h4{
    margin: 5px 10px 15px;
    font-weight: bold;
    color: #000000;
}
.aboutvocaloid h4 img{
    position: relative;
    height: 23px;
    width: auto;
    margin-right: 10px;
    vertical-align: baseline;
}
.aboutvocaloid p.link{
    position: absolute;
    right: 15px;
    top: 15px;
}
.aboutvocaloid p.link a{
    color: #000000;
    text-decoration: underline;
}
.aboutvocaloid p.link a:hover{
    text-decoration: none;
}
.youtube_mv{
    margin-bottom: 30px;
}
.songs{}
.song{
    width: 350px;
    float: left;
    padding-bottom: 20px;
}
.song:nth-of-type(2n) {
    float: right;
}
.song:nth-of-type(2n-1) {
    clear: both;
}

/**
 * 製品: 機能紹介
 */
dl.feature_content{
    margin: 0 0 30px;
    padding: 0;
}
dl.feature_content dt{
    padding: 15px 15px;
    color: #FFFFFF;
    background: #72A6C0 url("../images/common/bg_stripe.png") repeat 0 0;
    font-size: 24px;
    font-weight: normal;
}
dl.feature_content dd{
    padding: 15px 10px;
}
dl.feature_content dd div{}
dl.feature_content dd a{
    color: #000000;
}
dl.feature_content dd a:hover{
    text-decoration: none;
}
dl.feature_content dd a.arrow:before{
    /*position: absolute;*/
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid ;
    border-width: 5px 6px;
    border-color: transparent transparent transparent #FD8346;

}

table.comparison_table{
    width: 100%;
    margin-bottom: 50px;
}
table.comparison_table th,
table.comparison_table td{
    border: 1px solid #000000;
    color: #000000;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
table.comparison_table tbody tr:nth-of-type(2n) th,
table.comparison_table tbody tr:nth-of-type(2n) td{
    background: #E6E6E6;
}

table.comparison_table thead th,
table.comparison_table thead td{
    background: #000000;
    color: #FFFFFF;
}
table.comparison_table th{}
table.comparison_table td{}
table.comparison_table thead th{}
table.comparison_table thead td{}




/**
 * 製品: FAQ
 */
h3.faq_head{
    margin-top: 40px;
    padding: 10px 20px;
    background: #E6E6E6;
    color: #000000;
}
dl.faq_content{}
dl.faq_content dt{
    position: relative;
    min-height: 46px;
    padding: 5px 30px 5px 55px;
    margin-bottom:20px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    background: url("../images/products/faq_q.svg") no-repeat 0 bottom;
    background-size: 46px auto;
}

dl.faq_content dt.w_stoty{
    position: relative;
    min-height: 46px;
    padding: 5px 30px 5px 55px;
    margin-bottom:20px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    background: url("../images/products/musicmaker_mx2/omake/w_story.jpg") no-repeat 0 bottom;
    background-size: 46px auto;
}

dl.faq_content dt:after{
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    right: 15px;
    top: 10px;
    border: 8px solid #FD8346;
    border-color: transparent #FD8346 transparent transparent;

    -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: right center;
}
dl.faq_content.active dt:after{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

dl.faq_content dd{
    display: block;
    margin-left: 46px;
    height: 0;
    overflow: hidden;
    padding: 0px 0px 0px 55px;
    background: url("../images/products/faq_a.svg") no-repeat 0 0;
    background-size: 46px auto;

    -webkit-transition: padding 0.3s, height 0.3s;
    -moz-transition: padding 0.3s, height 0.3s;
    -ms-transition: padding 0.3s, height 0.3s;
    -o-transition: padding 0.3s, height 0.3s;
    transition: padding 0.3s, height 0.3s;
}

dl.faq_content dd.w_stoty{
    display: block;
    margin-left: 46px;
    height: 0;
    overflow: hidden;
    padding: 0px 0px 0px 55px;
    background: url("../images/products/musicmaker_mx2/omake/w_story.jpg") no-repeat 0 0;
    background-size: 46px auto;

    -webkit-transition: padding 0.3s, height 0.3s;
    -moz-transition: padding 0.3s, height 0.3s;
    -ms-transition: padding 0.3s, height 0.3s;
    -o-transition: padding 0.3s, height 0.3s;
    transition: padding 0.3s, height 0.3s;
}

dl.faq_content.active dd{
    display: block;
    height: auto;
    /*min-height: 50px;*/
    padding: 1px 0px 40px 55px;
}

dl.faq_content dd p{
    margin-top: 0;
}
dl.faq_content dd strong{
    color: #FD8346;
}
dl.faq_content dd span{}
dl.faq_content dd a{}


/**
 * 製品: 外部リンク
 */
dl.link_content{
    width: 48%;
    float: left;
    margin-bottom: 30px;
}
dl.link_content:nth-of-type(2n){
    float: right;
}
dl.link_content:nth-of-type(2n-1){
    clear: both;
}

dl.link_content dt{
    font-size: 16px;
    margin-bottom: 5px;
}
dl.link_content dt a{
    color: #173767;
    text-decoration: none;
}
dl.link_content dt a:hover{
    text-decoration: underline;
}
dl.link_content dd.date{
    color: #000000;
    font-size: 12px;
    margin-bottom: 5px;
}
dl.link_content dd.text{
    font-size: 13px;
    margin-bottom: 5px;
}
dl.link_content dd.link{}
dl.link_content dd.link a{
    color: #000000;
    text-decoration: underline;
}
dl.link_content dd.link a:hover{
    text-decoration: none;
}
.link a:before{
    /*position: absolute;*/
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid ;
    border-width: 5px 6px;
    border-color: transparent transparent transparent #FD8346;

}


dl.cart_content{
    position: relative;
    padding: 20px 0 20px 180px;
    min-height: 190px;
}
dl.cart_content+dl.cart_content{
    border-top: 1px solid #B3B3B3;
    }
dl.cart_content dt.title{
    font-size: 18px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
dl.cart_content dd{}
dl.cart_content dd.img{
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0;
    top: 20px;
    border: 1px solid #B3B3B3;
}
dl.cart_content dd.img img{
    max-width: 148px;
    width: auto;
    height: auto;
}
dl.cart_content dd.jancode{
    padding-bottom: 10px;
    font-size: 12px;
    color: #000000;
}
dl.cart_content dd ul{
    list-style: none;
}
dl.cart_content dd ul:before,
dl.cart_content dd ul:after { content: " "; display: table;}
dl.cart_content dd ul:after { clear: both;}
dl.cart_content dd ul { *zoom: 1; }

dl.cart_content dd ul li{
    display: block;
    float: left;
    min-width: 150px;
    margin-right: 30px;
}
dl.cart_content dd p.category{
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}
dl.cart_content dd p.price{
    font-size: 13px;
}
dl.cart_content dd p.btn{
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
}
dl.cart_content dd p.btn a{
    display: block;
    padding: 5px 5px 5px 15px;
    width: 150px;
    text-align: center;

    background: #173767 url("../images/common/icn_cart.svg") no-repeat 30px center;
    background-size: auto 17px;
    color: #FFFFFF;
}
dl.cart_content dd p.btn a:hover{
    background-color: #375787;
}
