@charset "Shift_JIS"; 

* {
    margin:0;
    padding:0;
    font-weight:normal;
    font-style:normal;
}

/* -------------------------------------------- */ 
/* ����{�� */
/* -------------------------------------------- */

html {
    height:100%;
}

body{
	font-size: 14px;
	line-height: 150%;
    padding: 90px 0 0 0;
}

body {
    /*  �摜�t�@�C���̎w�� */
    /*    background-image: url('../img/page_common/bg.jpg');*/
    /* �摜����ɓV�n���E�̒����ɔz�u */
    background-position: center center;
    /* �摜���^�C����ɌJ��Ԃ��\�����Ȃ� */
    background-repeat: no-repeat;
    /* �R���e���c�̍������摜�̍������傫�����A�����Ȃ��悤�ɌŒ� */
    background-attachment: fixed;
    /* �\������R���e�i�̑傫���Ɋ�Â��āA�w�i�摜�𒲐� */
    background-size: cover;
}

html, body {
    scroll-padding-top: 90px; /* 固定ヘッダの高さ分 */
}

@media screen and (max-width: 1280px) {
    html, body {
        scroll-padding-top: 60px; /* 固定ヘッダの高さ分 */
    }
    body{
	    font-size: 12px;
        padding: 60px 0 0 0;
    }
}

body{
	color:#eee;
	text-align:center;
	height:100%;
	width:100%;
    font-family:"���C���I", Meiryo, Verdana, Roboto, "Droid Sans", "���S�V�b�N", YuGothic, "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "�l�r �o�S�V�b�N", sans-serif;
	background-color:#1f1f1f;
}

#idHeaderArea {
    width: 100%;
	height: 90px;
    border-top: 3px solid #666;
    border-bottom: 1px solid #444;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgba(10,10,10,0.9);
}

#idHeader{
}

@media screen and (max-width: 1280px) {
    #idHeaderArea{
	    width:100%;
    	height: 60px;
    }
    #idHeader{
	    width:100%;
        margin: 0 auto;
    }
}

#idLogo_PC{
	width:280px;
	height:90px;
	background-image: url('../img/page_common/logo.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
  	text-align: left;
    float: left;
}

#idLogo_PC h1{
    text-align:right;
    padding-right:15px;
}

#idLogo_SP {
    display: none;
}


#mainlogo_space {
    width: 272px;
    height: 90px;
}

@media screen and (max-width: 1280px) {
    #idLogo_PC {
        display: none;
    }

    #mainlogo_space {
        width: 278px;
        height: 60px;
    }

    #idLogo_SP{
        display:block;
	    width:210px;
	    height:60px;
	    background-image: url('../img/page_common/logo.png');
        background-size: cover;
	    background-repeat: no-repeat;
	    background-position: left top;
	    padding:0px;
  	    text-align: left;
        float: left;
    }

    #idLogo_SP h1{
        text-align:right;
        padding-right:15px;
    }
}


#index_link{
	width:990px;
	height:20px;
	padding:80px 0 0 0;
	text-align: left;
}


#idMenuArea {
    float: right;
  	text-align: right;
    width: 624px;
}

#idSNSMenu {
	width: 137px;
	height: 30px;
	/* background-image: url('../img/page_common/sns.png'); */
	/* background-repeat: no-repeat; */
	/* background-position: right top; */
    margin: 0 0 0 auto;
}

#idSNSMenu a {
    padding: 3px 0 0 0;
    display: block;
    height: 20px;
    float: left;
    margin: 5px 0 0 10px;
    background-size: contain;
    opacity: 0.9;
}

#idSNSLink_Streaming {
    width: 25px;
	background: url('../img/page_common/streaming.png') no-repeat;
}

#idSNSLink_YouTube {
    width: 37px;
	background: url('../img/page_common/youtube.png') no-repeat;
}

#idSNSLink_Twitter {
    width: 25px;
	background: url('../img/page_common/twitter.png') no-repeat;
}





#idContainer{
	width:1280px;
	height:auto;
	margin:0 auto 20px auto;
}

@media screen and (max-width: 1280px) {
    #idContainer{
	    width:100%;
    }
}


#idContent {
	width:auto;
	margin:0 auto 30px auto;
	padding:0 10px 10px 10px;
    text-align: left;

}

div.contentsNameArea {
	width:auto;
	height:auto;
	text-align:left;
	border-bottom:1px #999999 solid;
    padding:25px 0 15px 5px;
    margin: 0 0 20px 0;
}

div.contentsNameArea h2 {
	height:auto;
	font-family:Century;
	font-size: 27px;
	color:#eee;
	font-weight:normal;
	text-align:left;
	border:none;
}


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

.fc:after {
    clear: both;
}

.fc {
    *zoom: 1;
}

textarea{
	background-color:#000000;
}

td, th{
	text-align :left;
	vertical-align: top;
	padding:0px;
	height:100%;
}

img {
	border:0;
	padding:0;
}

br {
	letter-spacing:normal;
}
 
ul,li {
	list-style:none;
}






/* -------------------------------------------- */ 
/* ���A���J�[�� */
/* -------------------------------------------- */ 

a{
	color:#CCCCCC;
	text-decoration:none;
} 
A:link {	/* �����N */
}
A:active {	/* �N���b�N���̃����N */
	color:#ff0000;
}
A:visited {	/* �K��ς� */
}
A:hover {	/* �J�[�\������ɂ��鎞�̃����N */
	color:#ff0000;
}











/* -------------------------------------------- */ 
/* �����C�����j���[�� */
/* -------------------------------------------- */ 

#idMainMenu{
    float: right;
	width: 624px;
	height: 30px;
	max-height:30px;
	padding: 20px 0 0 0;
	margin: 0 0 2px 0;
}

#idMainMenu ul{
	width:622px;
}

#idMainMenu a {
    margin: 5px 0 0 30px;
    float: left;
    text-decoration: none;
    display: block;
    height: 30px;
    text-align: center;
    font-weight: 700;
    font-family: 'Scada', Arial, serif;
    font-size: 120%;
    color: #CCC;
}

#idMainMenu a;hover {
    color: #666;
}




























/* -------------------------------------------- */ 
/* ��Biography�� & ��Live�� */
/* -------------------------------------------- */ 

#live_area{
	width:960px;
	margin:0 0 30px 0;
	padding:0 0 10px 0;
    text-align:left;
}

.page_live h3.year{
    font-family:Impact;
    color:#666;
    font-size:140%;
    text-align:left;
    border-left:5px solid #666;
    border-bottom:1px solid #666666;
    margin:20px 0px 10px 0px;
    padding:10px;
    cursor:pointer;
}

.page_live h3.year:hover{
    color: #000;
    background: #f0f0f0;
}

.page_live .year_area{
    margin-bottom:100px;
}

.page_live .contents{
    border-left:2px solid #666666;
    padding:20px 10px;
    text-align:left;
    margin-bottom:20px;
}

.page_live  h4.title{
    font-size:120%;
    text-align:left;
    background:#333;
    margin-bottom:10px;
    padding:10px;
    font-weight:bold;
    color:#fff;
}

.page_live img.detail_img{
    margin-bottom:5px;
    border:1px solid #333;
}

.page_live h5{
    font-family:Impact;
    font-size:140%;
    margin:40px 0 5px 0;
    padding:0 0 5px 0;
    border-bottom:1px solid #666;
}
.page_live h5:before{
    content:"�� ";
}

.page_live h5:after{
    content:" ��";
}














/* -------------------------------------------- */ 
/* ��Footer�� */
/* -------------------------------------------- */ 

#idFooter{
    width:100%;
	text-align:center;
	font-size:84%;
	color:#cccccc;
	background-color:#1f1f1f; 
	padding:50px 0 10px 0;
	margin:0;
}

#footer_contents{
	margin:0 auto;
	width:auto;
	text-align:center;
}

dt.boldStyle{
	font-weight:bold;
}

#copyright{
    margin:30px 0 0 0;
}

A.footerLink{
	color:#cccccc;
	text-decoration:none;
} 
A.footerLink:link {	/* �����N */
	color:#cccccc;
}
A.footerLink:active {	/* �N���b�N���̃����N */
	color: #cc00cc;
}
A.footerLink:visited {	/* �K��ς� */
}
A.footerLink:hover {	/* �J�[�\������ɂ��鎞�̃����N */
	color: #cc00cc;
	text-decoration: underline;
}


@media screen and (max-width: 1280px) {
    #idFooter {
        display: none;
    }
}










.clsMenuArea_SP {
    display: none;
    text-align: right;
}

.clsMenu_SP {
    top: 60px;
    position:absolute;
    text-align: left;
    width: 100%;
    z-index: 20000;
    display: none;
    background-color: #000000;
    opacity:0.95;
    padding: 0 0 0 0;
}

.clsMenu_SP ul {
    width: 100%;
    border-top: 1px solid #999999;


}

.clsMenu_SP ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc;
    float: left;
    width: 50%;
    padding: 9px 15px 4px 15px;
    border-collapse: collapse;
    font-size: 15px;
    font-family: 'Scada', Arial, serif;
}

.clsMenu_SP ul li.clsMenuCategory {
    color: #ccc;
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-collapse: collapse;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
}


.clsMenu_SP ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #333;
}

.clsMenu_SP ul li a:before {
    margin: 0 0 0 7px;
    content:"";
}

@media screen and (max-width: 1280px) {
    #idMenuArea {
        display: none;
    }
    #button-toggle {
        margin: 0 0 0 0;
    }
    .clsMenuArea_SP {
        display: block;
    }
}

.button-toggle img {
    width: 50px;
    height: 50px;
    margin: 5px 0 0 0;
}


.clsMenuArea_SP .clsPopupIcon {
    margin: 0 5px 0 0;
    height: 13px;
    width: 13px;
    opacity: 0.7;
}