@charset "utf-8";



body {
    /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
    /*    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-size: 14px;
    *font-size: small;
    *font: x-small;
    line-height: 1.4em;
    background-color: #1a1a1a;
    overflow-wrap: break-word;
    word-wrap: break-word;
}



body.small{
    font-size: 12px;
}
body.large{
    font-size: 16px;
}


input[type=checkbox]+label{
    display: inline-block;
    background-image: url(/img/common/checkbox.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 26px;
    padding-left: 32px;
    padding-top: 8px;
}


input[type=checkbox]:checked + label{
    background-image: url(/img/common/checkbox_checked.png);
}




.inner{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


h1{
    font-size:240%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.category_read{
    text-align: center;
    font-size:128%;
    padding-bottom: 30px;
    line-height: 1.5em;
}


h2{
    font-size:160%;
    line-height: 1em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
    padding-top: 20px;
    padding-bottom: 20px;
}


h3{
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3em;
/*
    border-bottom-width: 2px;
    border-bottom-color: #c8c5da;
    border-bottom-style: solid;
    width: 75px;
    white-space: nowrap;
    padding-bottom: 10px;
*/



}


h4{
    font-size:110%;
    font-weight: bold;
    margin-bottom:5px;
}
.stit{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}
/*
h4:before{
    content:"■ ";
    color: #c8c5da;
}
*/

.tabmenu{
    font-size:90%;
    text-align: center;
    margin-bottom: 30px;
}
.tabmenu li{
    display: inline-block;
    height: 46px;
    margin-left: -2px;
    margin-right: -2px;
}
.tabmenu li a{

    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    padding-left: 25px;
    padding-right: 25px;
    display: table-cell;
    height: 46px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.tabmenu li a:hover,.tabmenu li a.active{
    background-color: #444;
}

.tabmenu li:last-child a{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #444;
}

.button{
    display: inline-block;
    background-color: #8f8f8f;
    line-height: 1em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(/img/common/icon_arrow2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    margin-bottom: 10px;
}
.camera.button{
    background-image: url(../../img/common/icon_camera.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 45px;
}

.button:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}


.subbutton{
    font-size:90%;
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
    padding-right: 30px;
    line-height: 1em;
    color: #fff;
    background-image: url(/img/common/icon_arrow2.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.subbutton:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}


.hlinks{
    margin-bottom: 20px;
}

.hlinks li{
    display: inline;
}


.hlinks li a{
    margin-right: 20px;
    float: left;
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;

}

.hlinks li a span{
    background-image: url(/img/common/icon_arrow3.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    vertical-align: middle;
    width: 245px;
    display: table-cell;
    height: 60px;
    box-sizing: border-box;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-top-width: 4px;
    line-height: 1.35em;
    padding-left: 20px;
}

.hlinks li a.wide span{
    width: 510px;
}

.hlinks li a:hover{
    opacity: 0.7;
    -webkit-opacity: 0.7;
}
.hlinks li:last-child a{
    margin-right: 0;
}

.caption{
    margin-top: 10px;
    font-size:90%;
    color: #666;
    line-height: 1.5em;
}



.box{
    position: relative;
    background-color: #fff;
    color: #333;
    margin-bottom: 20px;
}

.box .inn{
   padding: 30px;
}

.box .body{
    line-height: 1.75em;
    margin-bottom: 20px;
}
.box .image{
    margin-bottom: 10px;
}

.box .table{
    margin-bottom: 10px;
}

.box .table table{
    width: 100%;
}

.box .table table th,.box .table table td{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 10px;
}

.box .table table th{
    white-space: nowrap;
    text-align: left;
    background-color: #e2e0ec;
}


.box .table.nb table  {
    margin-top: 10px;
    border-top: #ccc 2px solid;
}
.box .table.nb table th, .box .table.nb table td{
    border: none;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: #ccc 1px solid;
    padding-top: 6px;
    padding-bottom: 6px;
}
.box .table.nb table th {
    background-color: #FFFFFF;
    padding-right: 0px;
}





.box .clms{
}

.box .clms:not(:last-child) {
    margin-bottom: 20px;
}



.fl{
    float: left;
}

.fr{
    float: right;
}

.box .clms .clm_1p2{
    width: 510px;
}
.box .number_area .clms .clm_1p2{
    width: 480px;
}


.box .clms .clm_1p4{
    width: 245px;
}
.box .clms .clm_3p4{
    width: 775px;
}


.box .clms .clm_2p3{
    width: 684px;
}
.box .clms .clm_1p3{
    width: 333px;
}



.box_1p2{
    width: 540px;
}


.box_2p3{
    width: 725px;
}
.box_1p3{
    width: 353px;
}


.box_1p4{
    width: 260px;
}
.box_3p4{
    width: 820px;
}





.box.mame{
    background-color: #f5eee6;
    padding: 15px;
}


.box.mame .ribbon{
    position: absolute;
    left: 0;
    top: 0;
}



.box.mame .inn{
    border-style: solid;
    border-width: 2px;
    border-color: #e0ccb5;
    display: 15px;
}


.box.mame h3{
    text-align: center;
    margin-bottom:30px;
    border-bottom-width: 0;
    width: auto;
    margin-bottom:30px;
    padding-bottom: 0;
}


.box.mame .clms .clm_2p3{
    width: 654px;
}
.box.mame .clms .clm_2p5{
    width: 480px;
}
.box.mame .clms .clm_1p3{
    width: 333px;
}




.box.column{
    background-color: #d2eee6;
    padding: 15px;
}


.box.column .ribbon{
    position: absolute;
    left: 0;
    top: 0;
}


.box.column .inn{
    border-style: solid;
    border-width: 2px;
    border-color: #78cbb3;
    display: 15px;
}


.box.column h3{
    width: auto;
    border-bottom-width: 0;
    text-align: center;
    margin-bottom:30px;
    padding-bottom: 0;
}


.box.column .clms .clm_2p3{
    width: 654px;
}
.box.column .clms .clm_1p3{
    width: 333px;
}

.cards{
    width: 1120px;
    margin-left: -10px;
}
.card{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 260px;
    background-color: #fff;
    border-top-width: 5px;
    border-top-color: #ccc;
    border-top-style: solid;
    box-sizing: border-box;
    margin-bottom: 20px;
}



.card a{
    padding: 10px;
    padding-bottom: 40px;
    display: block;
    text-decoration: none;
    color: #000;
    height: 300px;
    box-sizing: border-box;
}

.card:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}
.card .category{
    line-height: 1em;
}



.card .docs{
    margin-top: 10px;
    height: 225px;
    overflow: hidden;
}



.card .images{
    overflow: hidden;
    position: relative;
    width: 240px;
    height: 160px;
}



.card .image{
    width: 240px;
    height: 160px;
    position: absolute;
}

.card .image img{
    position: absolute;
    left: 0;
    top: 0;
}


.card .images .btn_play{
    display: block;
    width: 240px;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/img/top/btn_play.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}


.card .disc{
    margin-top: 10px;
    line-height: 1.35em;
}

.card .tweet{
    margin-top: 10px;
    line-height: 1.35em;
}

.card .tweet img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.card .date{
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #666;
    font-size:80%;
}


.card .btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    background-image: url(/img/common/icon_arrow2.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    text-indent: -9999px;
}







#wrapper{
    position: relative;
    min-width: 1200px;
    overflow: hidden;
    visibility: hidden;
}



header{
    position: relative;
    background-color: #fff;
}



header .hcopy{
    font-size:90%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #efefef;

/*    background-color: #efefef;*/
}
header .hcopy .inner{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1em;
    font-size:90%;
    text-align: center;
    color: #666;
}

header .corp{
    height: 100px;
}

header .corp .inner{
    position: relative;
}



header .corp .logo a{
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
    background-image: url(../../jp/common/img/hd_logo.png);
    width: 269px;
    height: 53px;
    overflow: hidden;
    text-indent: -9999px;
}

header .corp .logo a{
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
    background-image: url(../../jp/common/img/hd_logo.png);
    width: 269px;
    height: 53px;
    overflow: hidden;
    text-indent: -9999px;
}

header .corp .hmenu{
    position: absolute;
    right: 0;
    top: 20px;
    font-size:90%;
}

header .corp .hmenu .target{
    float: left;
    margin-right: 7px;
}
header .corp .hmenu .target:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

header .corp .hmenu .target li{
    display: inline-block;
}


header .corp .hmenu .target li a{
    padding-left: 8px;
    padding-right: 8px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    background-color: #efefef;
    text-decoration: none;
    color: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url(../../img/common/icon_arrow1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    line-height: 1.35em;
    min-width:60px;
}

header .corp .hmenu .target li a:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}


header .corp .hmenu .other{
    float: right;
}
header .corp .hmenu .other:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


header .corp .hmenu .functions{
}
header .corp .hmenu .functions:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



header .corp .hmenu .size{
    float: right;
    margin-right: 10px;
}


header .corp .hmenu .size li{
    display: inline;
}

header .corp .hmenu .size li a{
    display: table-cell;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    color: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 1em;
}

header .corp .hmenu .size li a.active{
    background-color: #efefef;
}
header .corp .hmenu .size li a:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}



header .corp .hmenu .search {
    float: right;
    margin-right: 10px;
}

header .corp .hmenu .search input.ta {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #efefef;
    padding: 4px;
    width: 130px;
    height: 24px;
    box-sizing: border-box;
    /*    background-image: url(../../img/common/icon_search.png);*/
    background-repeat: no-repeat;
    background-position: right center;
    color: #666;
}


header .corp .hmenu .search input.btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #efefef;
    padding: 4px;
    width: 30px;
    height: 24px;
    box-sizing: border-box;
        background-image: url(../../img/common/icon_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #666;
    overflow: hidden;
    text-indent: -9999px;
}




header .corp .hmenu .lang {
    float: right;
}
header .corp .hmenu .lang li{
    display: inline;
}

header .corp .hmenu .lang li a{
    display: table-cell;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    background-color: #efefef;
    text-decoration: none;
    color: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 10px;
}

header .corp .hmenu .lang li a:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}

header .corp .hmenu .smenu {
    margin-top: 20px;
    text-align: right;
}

header .corp .hmenu .smenu li {
    display: inline;
}

header .corp .hmenu .smenu li a{
    text-decoration: none;
    color: #666;
}
header .corp .hmenu .smenu li a:hover{
    text-decoration: underline;
}
header .corp .hmenu .smenu li:not(:last-child):after{
    content:"　|　";
}



#gnavi{
    position: relative;
}

#gnavi .inner{
    position: relative;
    overflow: hidden;
    z-index: 10;
}


#gnavi .back{
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    min-width: 1500px;
}
#gnavi .back img{
    width: 100%;
    position: absolute;
    left: -50%;
    top: 0;
}


#gnavi .main{
    width: 9999px;
    position: relative;
}

#gnavi .main .bar{
    float: left;
    width: 100px;
    height: 80px;
    background: #242423;
    background: -moz-linear-gradient(top, #242423 1%, #0d0d0d 100%);
    background: -webkit-linear-gradient(top, #242423 1%,#0d0d0d 100%);
    background: linear-gradient(to bottom, #242423 1%,#0d0d0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242423', endColorstr='#0d0d0d',GradientType=0 );
}

#gnavi .main ul{
    height: 80px;
    float: left;
}

#gnavi .main li{
    display:block;
    float: left;
    background: #242423;
    background: -moz-linear-gradient(top, #242423 1%, #0d0d0d 100%);
    background: -webkit-linear-gradient(top, #242423 1%,#0d0d0d 100%);
    background: linear-gradient(to bottom, #242423 1%,#0d0d0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242423', endColorstr='#0d0d0d',GradientType=0 );
}

#gnavi .main li a{
    display: block;
    text-decoration: none;
    background-image: url(../../img/common/gn_bar_left.png);
    background-repeat: no-repeat;
    background-position: left center;

}
#gnavi .main li a span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    height: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-image: url(../../img/common/gn_bar_right.png);
    background-repeat: no-repeat;
    background-position: right center;

}
#gnavi .main li:hover,#gnavi .main li.active{
    background-color: transparent;
    background-image: none;
}


#gnavi .main li:hover a,#gnavi .main li.active a{
    background-color: transparent;
    background-image: none;
}

#gnavi .main li:hover a span,#gnavi .main li.active a span{
    background-color: transparent;
    background-image: none;
}

#gnavi .main li:first-child a{
    background-image: none;
}


#gnavi .main li:last-child a span{
    background-image: none;
}

body.small #gnavi .main li a span{
    padding-left: 30px;
    padding-right: 30px;
}

body.large #gnavi .main li a span{
    padding-left: 18px;
    padding-right: 18px;
}


#gnavi .subs{
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#gnavi .sub{
    text-align: center;
    color: #fff;
    display: none;
    padding-bottom: 10px;
}


#gnavi .sub.active{
    display: block;
}

#gnavi .sub li{
    display: inline-block;
    margin-top: 20px;
    margin-left: 6px;
    margin-right: 6px;

}
#gnavi .sub li a{
    line-height: 1.35em;
   display: table-cell;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

#gnavi .sub li a:hover,#gnavi .sub li a.active{
    background-color: rgba(0,0,0,0.2);
}








footer{
    position: relative;
}


footer .inner{
    position: relative;

}


footer .totop{
    position: absolute;
    right: 20px;
    top: -20px;
    width: 50px;
    z-index: 99;
}

footer .totop a{
    display: block;
    background-image: url(../../img/common/totop.png);
    width: 50px;
    height: 50px;
    position: absolute;
    right:0px;
    bottom:0px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1;
}


footer .sitemap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e2e0ec;
}



footer .sitemap .logoarea{
    width: 210px;
    float: left;
}


footer .sitemap .logoarea .grp{
  margin-left: 20px;
}


footer .sitemap .logoarea .sns{
    margin-top: 30px;
}


footer .sitemap .logoarea .sns .set{
    margin-top: 10px;
}


footer .sitemap .logoarea .sns .set .tit{
    display: inline-block;
    position: relative;
    top: 6px;
    width: 45px;
}
footer .sitemap .logoarea .sns .set ul{
    display: inline;
}

footer .sitemap .logoarea .sns .set ul li{
    display: inline;
}

footer .sitemap .logoarea .sns .set ul li a{
    display: inline-block;
}




footer .sitemap .logoarea .twitter{
    background-color: #fff;
    margin-top: 20px;
    width: 200px;
   height: 240px;
    overflow: auto;
}





footer .sitemap .links{
    float: right;
    width: 890px;
}


footer .sitemap .links .set{
    font-size:90%;
    float: left;
    padding-right: 20px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #aaa;
    padding-left: 10px;
    box-sizing: border-box;
}


footer .sitemap .links .set1{
    max-width:220px;
}

footer .sitemap .links .set2{
    max-width:220px;
}

footer .sitemap .links .set3{
    max-width:240px;
}

footer .sitemap .links .set4{
    max-width:200px;
}


footer .sitemap .links .set .sec:not(:last-child){
    margin-bottom: 30px;
}


footer .sitemap .links .set li{
    margin-left: 1em;
    text-indent: -1em;
}

footer .sitemap .links .set li:before{
    content:"・";
}


footer .sitemap .links .set a{
    text-decoration: none;
    color: #666;
}
footer .sitemap .links .set a:hover{
    text-decoration: underline;
}


footer .sitemap .links .set p{
    font-size:110%;
    font-weight: bold;
}

footer .sitemap .links .set ul{
    margin-top: 5px;
}



footer .sitemap .links .set .sec.about li{
    margin-left: 0;
    text-indent: 0;
    display: inline-block;
}

footer .sitemap .links .set .sec.about li:before{
    content:"・";
}


/*
footer .sitemap .links .box .sec.about li:not(:last-child):after{
    content:"・";
}

*/



footer .corp {
    background-color: #000;
}





footer .corp .copyright{
    font-size:80%;
    float: left;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}





footer .corp ul{
    float: right;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .corp ul li{
    display: inline;
    color: #666;
}

footer .corp ul li:not(:last-child):after{
    content:"　|　";
}

footer .corp ul li a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size:80%;
}


footer .corp ul li a:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}











#maincontent{
    color: #fff;
    margin-bottom: 100px;
}





.footbanner{
    margin-top: 100px;
    background-color: #333333;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footbanner ul{
    text-align: center;
}

.footbanner ul li{
    display: inline;
}

.footbanner ul li a{
    border: #666 1px solid;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footbanner ul li a img{
    width: 200px;
}
.caption.white {
    color: #999999;
}












@media only screen and (min-width: 769px) {

    .sp{
        display: none;
    }

}






@media only screen and (max-width: 768px) {

    .pc{
        display: none;
    }



}
