@charset 'utf-8';


/* base */
h2{ margin-bottom: 0;}

#sec-05 {
    padding-bottom: 0px;
}

.centered{ position: relative;}

.row{ margin-bottom: 40px;}
.row-inner{
	width: 960px;
}
.section{ position: relative;}
.row-inner.last{ padding-bottom: 0; background: none;}
.btn-list li{ padding-bottom: 20px;}
.bnr-list li{ padding-right: 20px;}

sup{
	font-size:8px;
}


/* sec-ban */

#sec-ban { background:#f2f2f2; }
#sec-ban .centered h2 { padding:30px 0 20px; }
#sec-ban .centered ul{
	width:980px;
	margin-left:-20px;
	padding-bottom:10px;
}
#sec-ban ul li{
	float:left;
	margin-left:20px;
	padding-bottom:20px;
}


#tabwrapper {
  margin: 20px 0 80px;
}
#tabwrapper .content_wrap ol{
	margin:30px 0 0;
}
#tab {
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding:0;
	border-bottom:5px solid #cb0a26;
}
#tab li {
  width:480px;
  height:39px;
  float: left;
  list-style: none;
  cursor: pointer;
  margin:0;
}
#tab li.select {
}
.content_wrap {
  clear: left;
  width: 960px;
  font-size: 90%;
  margin:0 auto;
  color: #000;
}
.content_wrap table{
	width:960px;
}
.content_wrap table th{
	width:190px;
	text-align:left;
	font-style:nomal;
	font-weight:bold;
	color:#cb0a26;
}
.content_wrap table th,.content_wrap table td{
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	padding:20px 0;
}


#tab a{
	display:block;
	width:470px;
	height:39px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-100em;
	overflow:hidden;
}
#tab-01 a{
	background-image:url(../img/common/tab_table_01.gif);
}
#tab-02 a{
	margin-left:10px;
	background-image:url(../img/common/tab_table_02.gif);
}
#tab a:hover,#tab .select a{
	background-position:0 -39px;
}
#tabwrapper{
	font-size:105%;
}


/* sec-tornenav */

#sec-tornenav .lineup {
	border-top: 1px solid #CCC;
}

#sec-tornenav .lineup h2{
	padding:60px 0 20px;
	margin:0;
}
#sec-tornenav .lineup p{
	padding:0 0 50px;
}

#sec-tornenav .lineup ul{
	height:auto;
	width:960px;	
	margin:0 auto 60px;
}

#sec-tornenav .lineup ul li{
	height:208px;
	width:959px;
	height:207px;
	border-top:1px dotted #ccc;
	float:none;
}

#sec-tornenav .lineup ul li img{
	background-color: #fff;
}

#sec-tornenav .update,#sec-tornenav .online{
	width:959px;
	margin:0 auto 50px;
	border:1px solid #ccc;
	padding:30px 0;
}

#sec-tornenav .update .txt,#sec-tornenav .online .txt{
	float:left;
	width:550px;
	margin-left:35px;
	margin-bottom:0;
}

#sec-tornenav .online .txt{
	line-height:40px;
}

#sec-tornenav .update .btn,#sec-tornenav .online .btn{
	float:right;
	width:353px;
	margin-bottom:0;
}

#sec-tornenav .tornef{
	width:959px;
	margin:0 auto 80px;
	border:1px solid #ccc;
    min-height:180px;
    position: relative;
}

#sec-tornenav .tornef .tornef-inner{
	padding:35px 0 0 40px;
}

#sec-tornenav .tornef .txt{
	padding-top:8px;
	width:640px;
}

#sec-tornenav .tornef .character{
	position: absolute;
	right:30px;
	bottom:0;
	margin:0;
}

#sec-tornenav .tornef .btn {
	padding:10px 0 30px 0;
	margin-left:-2px;
}

#sec-tornenav .tornef .btn li{
	display: inline;
	margin-right:20px;

}



/* ===========================================
 * Clear
=========================================== */

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}

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


