/*-- common.css --*/

body {
    -webkit-text-size-adjust: none;
    font-family: HiraKakuProN-W3;
    line-height: 1.6em;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
}
*:after {
    display: block;
    clear: both;
}
.pink {
    color: #930049;
}
.yellow {
    color: #d69003;
}
.orange {
    color: #92610b;
}

div {
    word-wrap: break-word;
}

/* タップ時の反転色
-------------------------------------*/
a {
    /*-webkit-tap-highlight-color: rgba(5, 5, 5, 0.3);*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    /*color:#FFF;*/
    color: #d69003;
}

/* support
--------------------------------------*/
#support {
    position: relative;
    padding-top: 20px;
}
#support h2 {
    font-size: 140.1%;
    font-weight: bold;
    padding: 0 0 10px 8px;
}
#support li {
    border-top: dotted #666 1px;
}

#support li a {
    display: block;
    color: #ffffff;
    padding: 14px 0 14px 10px;
    font-size: 14px;
}
#support li:last-child {
    border-bottom: none;
}

/* footer
--------------------------------------*/
#footer {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-family: Arial;
    font-size: 9px;
    color: #fff;
    border-top: #ccc 3px solid;
    letter-spacing: -0.01em;
}

/* 見出し
/-------------------------------------*/
.bd {
    border-top: solid #999999 1px;
}

h3 {
    border-top: solid #999999 1px;
    color: #f7ce00;
    position: relative;
    padding: 7px 5px 6px;
}
h3.bdb {
    border-bottom: dotted 1px #999999;
}
h3.infoTitle {
    border-top: none;
}
h4 {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #333333 0 -1px 0;
    background-color: #333333;
    text-align: left;
}

/*-----------------------------
/ ページング
/------------------------------*/
#paging {
    border-top: dotted 1px #666666;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}
#paging ul {
    padding: 10px 0 0 8px;
    margin: 0 auto;
    font-size: 11px;
    position: relative;
    left: 50%;
    float: left;
}
#paging li {
    float: left;
    position: relative;
    left: -50%;
    margin-left: 5px;
}
#paging a.txt {
    display: block;
    width: 60px;
}
#paging a.num {
    display: block;
    width: 30px;
}

#paging a {
    display: block;
    padding: 5px 0;
    background: #ce0000;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

/*------------------------------------
/　ボタン
/　　会員登録ボタン ダウンロードする
/    メルマガ登録タレント選択へ
/　  空メールを送る　マルマガ登録
/   
/------------------------------------*/

.btn1 {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #fe1a00),
        color-stop(1, #ce0100)
    );
    background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
}
.btn1:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #ce0100),
        color-stop(1, #fe1a00)
    );
    background: -moz-linear-gradient(center top, #ce0100 5%, #fe1a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #ce0100;
}
.btn1:active {
    position: relative;
    top: 1px;
}

/*
#menu li:last-child{
	border-bottom:none;
}
#menu li:first-child{
	border-top:solid 1px #999999;	
}
-*/
#lista {
    border-top: dotted #999999 1px;
}
#lista li {
    border-bottom: dotted #999999 1px;
    padding: 0 10px;
}
#lista li a {
    display: block;
    width: 100%;
    background: url(../img/common/arr.png) right center no-repeat;
    color: #ffffff;
    padding: 20px 0;
}

/*---------------------------
/ リストctsa
/　　top NEWS（リンク）
/------------------------------*/
div.ctsa li a {
    display: block;
    color: #ffffff;
    border-bottom: dotted 1px #666666;
    padding: 15px 5px;
    line-height: 1.4;
    background: url(../img/common/arr2.png) right center no-repeat;
}

div.ctsa li:first-child a {
    border-top: dotted 1px #666666;
}
div.ctsa li:last-child a {
    border-bottom: none;
    /*-top.photo-*/
}
div.ctsa li a {
    overflow: hidden;
}
div.ctsa li .fll {
    float: left;
    padding-left: 5px;
}
div.ctsa li .flr {
    float: right;
}
div.ctsa li .flr img {
    width: 70px;
}
div.ctsa .date {
    font-size: 12px;
    color: #999;
    display: block;
}
div.ctsa .ttl {
    font-size: 15px;
    display: block;
}
div.ctsa .ctxt {
    font-size: 13px;
}

/*--左寄画像--*/
div.ctsa .ctsa_il {
    float: left;
    width: 90px;
    margin-right: 10px;
    vertical-align: middle;
}

/*---------------------------
/ リストctsb
/　　media_list（リンクなし）
/------------------------------*/
#ctsb li {
    display: block;
    color: #ffffff;
    border-top: dotted 1px #666666;
    padding: 5px;
    line-height: 1.4;
}
#ctsb .name {
    display: block;
    font-size: 95%;
    color: #ffff66;
}
#ctsb .date {
    font-size: 12px;
    color: #999;
    display: block;
}
#ctsb .ttl {
    display: block;
    color: #ce0000;
    line-height: 1.3;
    padding-bottom: 5px;
}
#ctsb .cts {
    font-size: 90%;
    line-height: 1.4;
    padding-bottom: 5px;
}
.cts a {
    color: #ffffff;
    text-decoration: underline;
}

/*---------------------------------
/ 入力フォーム
/----------------------------------*/
.in_area {
    border-top: solid #989ea4 1px;
    padding: 10px 0 20px;
}
.fmat {
    padding: 5px;
}
#fm {
    padding: 5px;
}
textarea {
    width: 100%;
}
/*---------------------------------
/ 共通
/----------------------------------*/
.cnt {
    text-align: center;
}
.pad5 {
    padding: 5px;
    font-size: 90%;
    line-height: 1.5em;
}
.pad10 {
    padding: 10px;
    text-align: center;
}
.frm {
    border: solid #ddd 1px;
    width: 98%;
    padding: 10px 0;
    margin: 5px auto;
    text-align: center;
}
p {
    margin: 5px 0;
}
/*----*/
.time {
    color: #3366cc;
}
.cl1 {
    color: #3366cc;
}
.cl2 {
    color: #ce0000;
}
a.cl2 {
    text-decoration: underline;
}
.red {
    color: #ce0000;
}

/*-------------------------------
/ ダウンロード
/--------------------------------*/

#dtl {
    padding: 10px;
    margin: 0 auto 30px;
    text-align: center;
    border-top: dotted 1px #999999;
}
#dtl .date {
    font-size: 12px;
    color: #999;
    display: block;
}
#dtl .ttl {
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #ce0000;
    padding-bottom: 5px;
}
#dtl .ctxt {
    font-size: 13px;
}
#dtl .songs {
    text-align: left;
    border-top: solid #999999 1px;
    border-bottom: solid #999999 1px;
    margin: 0 auto 10px;
    width: 90%;
}

/*-------------------------------
/ NEWS・DIARY_dtl
/--------------------------------*/
#kiji {
    padding: 5px 5px 10px 5px;
    border-top: dotted 1px #999999;
}
#kiji .date {
    font-size: 12px;
    color: #999999;
}
#kiji .ttl {
    color: #ce0000;
    padding-bottom: 5px;
    font-weight: bold;
}
#kiji .cts {
    line-height: 1.5;
    padding-bottom: 5px;
}
#kiji .cts_i {
    margin: 5px auto;
    text-align: center;
}
#kiji .cts_i img {
    text-align: center;
    width: 90%;
}
/*--discography_ftl--*/
#kiji .cts .bdtb {
    border-top: solid #999999 1px;
    border-bottom: solid #999999 1px;
    padding: 2px;
    margin-bottom: 5px;
}

/*-----------------------------------
/ live_list セレクト部分
/------------------------------------*/
.slt1 {
    padding: 20px 10px 5px;
    border-top: dotted 1px #999999;
}
.slt1 p {
    font-size: 90%;
}
.slt1 select {
    padding: 5px;
}

/*------------------------------------
/  clearfix
/ ------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-------------------------
/　メディア
/---------------------------*/

#media_k {
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}
#media_k ul {
    padding: 10px 0 0 8px;
    margin: 0 auto;
    font-size: 11px;
    position: relative;
    left: 50%;
    float: left;
}
#media_k li {
    float: left;
    position: relative;
    left: -50%;
}
#media_k a {
    display: block;
    padding: 5px 10px;
    margin: 2px;
    background: #ce0000;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.btnsz1 {
    display: block;
    text-align: center;
}
.btnsz1 img {
    width: 60%;
    margin: 10px auto 20px;
}

.btnsz2 {
    display: block;
    text-align: center;
}
.btnsz2 img {
    width: 50%;
    margin: 10px auto 20px;
}

.btnsz3 {
    display: block;
    text-align: center;
}
.btnsz3 img {
    width: 30%;
    margin: 10px auto 20px;
}

/* common
----------------------------------*/
.page {
    min-height: 300px;
}
.fsz120 {
    font-size: 120%;
}

.mt20 {
    margin-top: 20px;
}
.p10 {
    padding: 10px;
}
.ptb20 {
    padding: 20px 0;
}
.ptb10 {
    padding: 10px 0;
}
.pdt20 {
    padding-top: 20px;
}
.pdt10 {
    padding-top: 10px;
}
.pdl5 {
    padding-left: 5px;
}
.pdl10 {
    padding-left: 10px;
}
.pdb10 {
    padding-bottom: 10px;
}
.pdb20 {
    padding-bottom: 20px;
}
.plr5 {
    padding-right: 5px;
    padding-left: 5px;
}
.p_t10 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.cnt {
    text-align: center;
}

.pad10 {
    padding: 10px;
    text-align: center;
}
.frm {
    border: solid #ddd 1px;
    width: 98%;
    padding: 10px 0;
    margin: 5px auto;
    text-align: center;
}
.lh16 {
    line-height: 1.6;
}
.lh16 a {
    color: #caac53;
}

.cl1 {
    color: #d9c791;
}
.cl2 {
    color: #d1b357;
}
.red {
    color: #ce0000;
}
.orange {
    color: #92610b;
}
.yellow {
    color: #f7ce00;
}
.pink {
    color: #f7006b;
}
.blue {
    color: #0033cc;
}
.sky {
    color: #0033cc;
}
.green {
    color: #299ca5;
}
.gray {
    color: #999;
}
.bdtd {
    border-top: dotted 1px #999999;
}
.bdbd {
    border-bottom: dotted 1px #999999;
}

.imgsz1 img {
    width: 70%;
}
.imgsz2 img {
    width: 90%;
}
.imgsz3 img {
    width: 96%;
}
.lft {
    text-align: left;
}
.wdall {
    width: 100%;
    border: solid red 1px;
}
.bdbd {
    border-bottom: dotted 1px #999;
}

.gra1 {
    display: block;
    background: #403316;
    background: -moz-linear-gradient(
        top,
        #403316 0%,
        #d1b357 19%,
        #d3b558 44%,
        #221500 46%,
        #100a00 67%,
        #000000 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #403316),
        color-stop(19%, #d1b357),
        color-stop(44%, #d3b558),
        color-stop(46%, #221500),
        color-stop(67%, #100a00),
        color-stop(100%, #000000)
    );
    background: -webkit-linear-gradient(
        top,
        #403316 0%,
        #d1b357 19%,
        #d3b558 44%,
        #221500 46%,
        #100a00 67%,
        #000000 100%
    );
    background: -o-linear-gradient(
        top,
        #403316 0%,
        #d1b357 19%,
        #d3b558 44%,
        #221500 46%,
        #100a00 67%,
        #000000 100%
    );
    background: -ms-linear-gradient(
        top,
        #403316 0%,
        #d1b357 19%,
        #d3b558 44%,
        #221500 46%,
        #100a00 67%,
        #000000 100%
    );
    background: linear-gradient(
        to bottom,
        #403316 0%,
        #d1b357 19%,
        #d3b558 44%,
        #221500 46%,
        #100a00 67%,
        #000000 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403316', endColorstr='#000000',GradientType=0 );
}

.btnC {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #ffaa33),
        color-stop(1, #ff8800)
    );
    background: -moz-linear-gradient(center top, #ffaa33 5%, #ff8800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAA33', endColorstr='#FF8800');
    background-color: #ffaa33;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
}

.btn2 {
    display: block;
    margin: 10px auto 20px;
    padding: 10px 0 14px;
    line-height: 1em !important;
    width: 80%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    -moz-text-shadow: 0px 0px 10px #000;
    -webkit-text-shadow: 0px 0px 10px #000;
    font-size: 16px;

    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;

    border: solid #000 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    text-decoration: none;
    background: #403316;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.42, #121212),
        color-stop(0, #545454)
    );
    background: -webkit-linear-gradient(top, #545454 0%, #121212 42%);
    background: -moz-linear-gradient(top, #545454 0%, #121212 42%);
    background: -o-linear-gradient(top, #545454 0%, #121212 42%);
    background: -ms-linear-gradient(top, #545454 0%, #121212 42%);
    background: linear-gradient(to bottom, #545454 0%, #121212 42%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#493c1c', endColorstr='#000000',GradientType=0 );
}

.m2 li{
padding:0 10px;
}
.menu2 > div{
width:94%;
margin:0 auto;
padding-top:20px;
}
