@charset "UTF-8";

/* CSS Document */
/*========================
shingeki_wrap
=========================*/
#shingeki_wrap{
	width:100%;
	min-width:900px;
	background:#000000;
}
#shingeki_bg{
	background:url(/bc/images/net-s_tokushu/20150609_shingeki_bg_02.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}
#shingeki_main,#shingeki_about,#shingeki_caution,#shingeki_copy,.tc{
	position:relative;
	z-index:10;
}
#shingeki_wrap img{vertical-align:bottom; z-index:10;}
#shingeki_wrap a{color:#ffeb42; text-decoration:underline;}
#shingeki_wrap a:hover{color:#ffeb42; text-decoration:none;}
#akogare_pickup_item .image_area img,#akogare_mail .mail_bn img,
.tc img{  
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}  
.tc:hover img{  
	opacity: 0.7;  
	 filter: alpha(opacity=60);  
}   
.pt05{padding-top:5px;}
.pt40{padding-top:40px;}
.pb10{padding-bottom:10px;}
.tc{text-align:center;}

/*========================
shingeki_contents
=========================*/
#shingeki_contents{
	width:900px;
	margin:0 auto;
	color:#ffffff;
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index:1;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
}

/*========================
shingeki_main
=========================*/
#shingeki_main,#shingeki_about{
	text-align:center;
}
#shingeki_main li{
	width:450px;
	float:left;
	display:block;
}
#shingeki_main p{
	padding-top:20px;
	font-size:11px;
	line-height:1.6;
}
#shingeki_main .shingeki_present{
	margin-top:-6px;
}
#shingeki_btn{
	width:403px;
	margin:0 auto;
}
#shingeki_btn{
	display: block;
	background-image: url(20150623_shingeki_btn.png);
	background-position: 0 -78px;
	background-repeat: no-repeat;
	text-decoration:none;
}
#shingeki_btn{
	width:403px;
	height: 78px;
	display: block;
	background-image: url(20150623_shingeki_btn.png);
	background-position: 0 0;
	text-decoration:none;
}

/*========================
shingeki_about
=========================*/
#shingeki_about{
	width:889px;
	height:262px;
	background:url(/bc/images/net-s_tokushu/20150609_shingeki_about_bg.png) no-repeat;
	font-size:10px;
	line-height:2;
	position:relative;
	z-index:10;
}
#shingeki_about h2{
	width:390px;
	margin-left:-195px;
	position:absolute;
	top:5px;
	left:50%
}

/*========================
shingeki_caution
=========================*/
#shingeki_caution{
	width:840px;
	margin:0 auto;
	padding:0 30px;
}
#shingeki_caution h2{
	padding:50px 0 30px;
	text-align:center;
}
#shingeki_caution p{
	padding-bottom:30px;
	font-size:12px;
	line-height:1.8;
}
#shingeki_caution strong{ font-size:14px;}
#shingeki_copy{
	padding-bottom:80px;
	text-align:center;
	font-size:12px;
}
	
/*========================
oocss
=========================*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}