﻿@charset "UTF-8";

body {
	color: #383838;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background: #000000;
}

#wrap{
	position: relative;
	overflow:hidden;
}

.only_sp{
	display:none;
}

/***************************/
/* header */
/***************************/

#siteid{
	position:fixed;
	top:50%;
	left:45px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(translateY=-0.5);
	z-index:80;
	opacity:0;
	-moz-opacity:0;
	filter: alpha(opacity=0); /* ie lt 8 */
}

/* nav 
-------------------------- */

#global{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}

#global h1{
	margin: 16px;
}

#global ul li{
	height: 24px;
	margin-bottom: 3px;
}

#global ul li a{
	height: 24px;
	padding: 7px 36px 0 0;
	background: #000;
	display:inline-block;
	line-height: 24px;
	overflow:hidden;
	outline: none;
	position: relative;
	z-index: 50;
}

#global ul li img{
	position: relative;
	left:18px;
}

#global ul li a:before,
#global ul li a:after {
	position: absolute;
	z-index: -40;
	display: block;
	content: '';
}

#global ul li a,
#global ul li a:before,
#global ul li a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#global ul li a:after {
	bottom: -100%;
	width: 100%;
	height: 100%;
}

#global ul li a:hover:after {
	bottom: 0;
	background-color: #d42985;
}

/***************************/
/* main */
/***************************/

#key{
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}

#key img{
	max-height: 100%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#container{
	width: 930px;
	color: #F4F4F4;
	float: right;
	position: relative;
	top: 0;
	right: 0;
	z-index: 80;
}

#main,
#sub{
	height: 100%;
	-moz-box-sizing:border-box;
	-webki-box-sizing:border-box;
	box-sizing:border-box;
}

/* main */

#main{
	width: 680px;
	min-height: 1000px;
	padding: 56px 30px;
	background: rgba(0, 0, 0, .6);
	background: #000\9;
	color: #E4E3E3;
	float: left;
	position: relative\9;
	z-index: 100;
}

#container a{
	
}

#container a:link,
#container a:visited{
	color: #fff;
}

#container a:hover,
#container a:active{
	color: #c0c0c0;
}

#container h1{
	margin-bottom: 56px;
}

#container h1 img{
	height: 22px;
}

/*
#main:after{
	width: 100%;
	height: 100%;
	content:"";
	display:none;
	display:block\9;
	position: absolute;
	top:0;
	left:0;
	background: #000;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	z-index:30;
}
*/

/***************************/
/* sub */
/***************************/

#sub{
	width: 250px;
	padding: 30px;
	background: #000;
	color: #d0d0d0;
	position: fixed;
	top:0;
	right:0;
}

#sub h2{
	margin-bottom: 20px;
}

#release,
#twitter{
	margin-bottom: 20px;
}

/* release
------------------ */

#release figure{
	width: 190px;
	overflow:hidden;
	text-align: center;
}

#release figure img{
	max-width: 190px;
	min-height:140px;
	display:inline;
}

#release figcaption{
	margin: 10px 4px 0 4px;
	font-size: 68%;
	line-height: 1.6;
	text-align: left;
}

/* bxslider */

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* twitter
------------------ */

#twitter h2{
	margin-bottom: 5px;
}

/* bnr
------------------ */

#bnr ul:after{
	content:"";
	display:block;
	clear:both;
	zoom:1;
}

#bnr ul li{
	width: 92px;
	text-align: center;
	float:left;
	padding-right:5px;

}
#bnr ul li:nth-child(2){
	padding-right:0px;

}
#bnr ul li img{
	width:100%;
	
}
#bnr ul li:hover{
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
}





/***************************/
/* footer */
/***************************/

footer{
	margin-top: 20px;
}

footer .copyright{
	color: #a0a0a0;
	font-size: 62%;
}
.newwrap{
	font-size:10px;
	color:hsla(0,0%,100%,1.00);
	width:50px;
	padding:2px 4px 2px 4px;
	margin-left:6px;
	background-color:hsla(351,88%,52%,1.00)	;
}