@charset "utf-8";


/*------------------------------*/
/* RESET & SETTING */
/*------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	overflow-x:auto;
	overflow-y:scroll;
	position:relative;
}

body {
	min-width:960px;
	min-height:600px;
	-webkit-text-size-adjust:none;
	font-size: 62.5%;
	background: #000;
	text-align: center;
	position:relative !important;
	overflow:hidden;
}

img{
	user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}

body,
table,
input, textarea, select, option {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

br {
	letter-spacing:normal;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a {
	color: #3F372B;
	text-decoration: none;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}




/*
---------------------------------------newsRss*/

#index_news{
	position:absolute;
	z-index:1010;
	bottom:-431px;
	left:0;
	display:none;
	height:auto;
}
#index_news ul{
	width:250px;
	background-color:#000000;
	color:#CCC;
	text-align:left;
	font-size:11px;
}
#index_news ul span{
	color:#FC0;
	display:block;
	padding:10px 0 0 0;
	
}

#index_news ul b{
	overflow-y:hidden;
	height: 33px;
	width: 160px;
	display: inline-block; 
	
}
#index_news ul a{
	color:#CCC;
	clear:both;
	margin:0;
	padding:0;
}
#index_news ul li p{
	float:left;
	margin:5px 8px 0px 5px;
	width:60px;
	height:60px;
	
}
#index_news ul li{
	cursor:pointer;
	width:240px;
	height:69px;
	padding-right:8px;
	border-top:1px #F90 solid;
	border-left:1px #F90 solid;
	border-right:1px #F90 solid;
	clear:both;
}

#special-rogo {
	position:fixed;
	right:30px;
	bottom:-180px;
	width:155px;
	height:155px;
	z-index:1100;
}

/*------------------------------*/
/* STYLE */
/*------------------------------*/
.header {
	display:block;
	width: 100%;
	min-width:960px;
	height:60px;
	background:#000;
	position:fixed;
	top:-70px;
	z-index:1000;
	color:#FFF;
}
.header .nav{
	margin-top:1px;
	
	width:100%;
}
.header .nav a{
}
.header .nav span{
}
h1 {
	float:left;
}


#mega_nav{
	width: 100%;
	height:250px;
	background-color: #FFF;
	position: absolute;
	top:60px;
	z-index: 10000;
	left: 0;
	display: none;
}

#mega_nav:after{
	content: " ";
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-bottom: 24px solid #fff;
	position: absolute;
	top:-32px;
	left: 50%;
	margin-left: -83px;
}
#mega_nav a{
	 display: inline-block;
	 margin:40px 8px;
	 position: relative;
	
	 
}
#mega_nav a .mask{
position: absolute;
left:0;
top:0;
z-index: 10;
}
#mega_nav a .ovimg{
	z-index: 0;
}
#mega_nav a p{
	height: 140px;
	overflow: hidden;
}
#mega_nav a span{

	display:block;
	width: 100%;
	height: 10px;
	z-index: 10;
	padding-top:15px;
	z-index: 100;
	background-color: #FFF;
}

.share {
	float:right;
	padding-right:15px;
}

.footer {
	display:block;
	width: 100%;
	height:35px;
	min-width:960px;
	background:#000;
	position:absolute;
	bottom:-35px;
	z-index:1000;
}

.footer a{
	cursor:pointer
}

.footer #info{
	float:left;
}



.light_box{
	background: url(../img/common/b70chip.png) repeat;
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	left: 0;
    z-index:5100;
	display:none;
	min-height:640px;
	min-width:980px;
}



.light_box .l_main_close{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:215px;
	margin-top:-270px;
	
}

.light_box .l_main_close:hover{
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

.light_box .l_main_img{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-210px;
	margin-top:-270px;
	opacity:0;
	
}

#cover {
    background: #000;
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	left: 0;
    z-index: 999;
}

#loading-bar{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:1px;
	background-color:#ccc;
	z-index:1000;
	display:none;
}

#loading-bar span{
	display:block;
	height:1px;
	width:0px;
	background-color:#000;
}

#btCover{
	width: 100%;
	min-width:960px;
	height: 60px;
	position:absolute;
	top:0;
	z-index:1010;
	display:none;
}

.btOpa{
	opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	
}

.btOvOpa{
	opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
#topBt img{
	padding-top:10px;
}
#topBt{
	width:100%;
	height:120px
	
}
#topBt:hover{
	opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	cursor:pointer;
}
