﻿@charset "utf-8";
/* CSS Document */

/* fontサイズ
10px = 77% | 11px = 85% | 12px = 93% | 13px = 100% | 14px = 108% | 15px = 116% |
16px = 123.1% | 17px = 131% | 18px = 138.5% | 19px = 146.5% | 20px = 153.9% 
21px = 161.6% | 22px = 167% | 23px = 174% | 24px = 182% | 25px = 189% | 26px:197% | 
*/

/* common
------------------------------------------------- */
a { text-decoration: none; color: #005dc6; text-decoration: none; }
img{ border: none; outline: none; vertical-align: bottom; }
ul li{ list-style: none; }

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.clearfix {
	min-height: 1%;
	/* for IE 7*/

}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/

}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.4;
	color:#333;
	background: #002643;
}

.floatL { float: left; }
.floatR { float: right; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mt20 { margin-top: 20px; }
.mr15 { margin-right: 15px; }

#home #contents #rightColumn a:hover img,
#footer div.pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

p{ margin-bottom: 10px; }


/* gungho
------------------------------------------------- */

#gungho {
	background: url(../img/common/header_line.gif) repeat-x scroll 0 0 white;
	height: 36px;
	vertical-align: bottom;
	width: 100%;
}

#gungho p#ragnarok {
	background: url(../img/common/header_bg.gif) no-repeat scroll 100% 0 white;
	height: 30px;
	text-align: left;
	width: 100%;
}

/* footer
------------------------------------------------- */
#footer {
	background: #fff;
	color: #fff;
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}


#footer div.pagetop { text-align: right; margin: 0 20px 0 0; }

#footer #aboutro {
	background: #000265;
	padding: 20px 30px 30px;
}

#footer #aboutro p.txt {
	font-size: 123.1%; /*16px*/
	font-weight: bold;
	line-height: 1.8;
}

#footer #aboutro ul {
	width: 840px;
	margin: 20px auto;
}

#footer #aboutro ul li {
	margin: 0 15px;
	width: 250px;
	float: left;
	text-align: left;
	font-size: 108%; /*14px*/
}

#footer #aboutro ul li p {
	padding: 5px;
}

#footer #aboutro p a {
	color: #fff;
	font-size: 108%; /*14px*/
	padding-left: 25px;
	background: url(../img/arrow_aboutro.jpg) left 3px no-repeat;
}

#footer #copyright {
	background: #000;
	padding: 10px;
	font-size: 93%; /*12px*/
}

/* Contents
------------------------------------------------- */

#home #container {
	background: url(../img/home/home_bg.jpg) center top no-repeat;
}

#lower #container {
	background: url(../img/lower/lower_bg.jpg) center top no-repeat;
}

h1 { float: left; }

/* header */
#header {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#home #header {
	height: 433px;
	background: url(../img/home/header_bg.jpg) 0 0 no-repeat;
}

#lower #header {
	height: 243px;
	background: url(../img/lower/header_bg.jpg) 0 0 no-repeat;
}


#header #aboutro02{
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 600;
	background: url(../img/aboutro02_bg.png) 0 0 no-repeat;
	width: 310px;
	height: 19px;
	padding: 5px 0 0;
	color: #fff;
	text-align: center;
}

#header #aboutro02 a { color: #fff; }


#header #sns{
	position: absolute;
	right: 10px;
	top: 40px;
	z-index: 500;
}

#header #sns li{
	float: left;
}

#header ul#navi{
	position: absolute;
	right: 0;
	top: 80px;
	width: 825px;
	height: 86px;
	padding: 5px 0 0;
	background: url(../img/navi_bg.png) 0 0 no-repeat;
}

#header ul#navi li{
	float: left;
}


/* contents */

#container #contents {
	width: 1060px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}


/* -- Column -- */
#home #container #contents #leftColumn {
	width: 726px;
	float: left;
}

#home #container #contents #rightColumn {
	width: 314px;
	float: right;
}

#lower #container #contents #leftColumn {
	width: 820px;
	float: left;
}

#lower #container #contents #rightColumn {
	width: 220px;
	float: right;
}


/* -- 共通 -- */
#lower #container #contents #breadcrumbs { margin: 0 0 20px; }
#lower #container #contents img { margin-bottom: 5px; }

#container #contents div.section { padding: 0 10px 20px; }
#container #contents div.section .btnArea { text-align: center; margin: 20px 0; }
#container #contents div.column { padding: 0 10px 15px; }
#container #contents div.inner { padding: 0 10px; }
#container #contents .caption { font-size: 85%; /*11px*/ }
#container #contents .font-note { color: #c00; }
#container #contents .point { color: #640000; font-weight: bold; }
#container #contents .half { width: 50%; }
#container #contents .quarter { width: 25%; }
#container #contents .eighth { width: 12.5%; }
#container #contents .border { border-bottom: #ccc 1px dotted; }

/* -- hタグ -- */
#home #container #contents #leftColumn h2 {
	background: url(../img/home/h2_home.jpg) 0 0 no-repeat;
	height: 43px;
	color: #fff;
	font-weight: bold;
	padding: 12px 10px 0 55px;
	font-size: 167%; /*22px*/
	margin-bottom: 20px;
}

#home #container #contents #leftColumn h3 {
	background:	url(../img/home/h3_home.jpg) 0 2px no-repeat;
	font-size: 138.5%; /*18px*/
	padding: 0 0 5px 30px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: #005dc6 1px dotted;
}

#lower #container #contents #leftColumn h2 {
	background: url(../img/lower/h2_bg.jpg) 0 0 no-repeat;
	height: 43px;
	color: #fff;
	font-weight: bold;
	padding: 12px 10px 0 55px;
	font-size: 167%; /*22px*/
	margin-bottom: 20px;
}

#lower #container #contents #leftColumn h2.img {
	background: none;
	height: auto;
	padding: 0;
	margin-bottom: 20px;
}

#lower #container #contents #leftColumn h3 {
	background: url(../img/lower/h3_bg.jpg) 0 0 no-repeat;
	height: 30px;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 0 45px;
	font-size: 138.5%; /*18px*/
	margin-bottom: 20px;
}

#lower #container #contents #leftColumn h3.img {
	background: none;
	height: auto;
	padding: 0;
	margin-bottom: 20px;
}

#lower #container #contents #leftColumn h4 {
	background: url(../img/lower/h4_bg.gif) 0 0 ;
	border-bottom: #002643 2px solid;
	border-top: #002643 2px solid;
	color: #002643;
	font-weight: bold;
	font-size: 123.1%; /*16px*/
	padding: 5px 10px;
	margin-bottom: 20px;
}

#lower #container #contents #leftColumn #tabArea h4 { margin-bottom: 10px !important; }


#lower #container #contents #leftColumn h5 {
	border-left: #002643 5px solid;
	border-bottom: #002643 1px dashed;
	color: #002643;
	font-weight: bold;
	font-size: 123.1%; /*16px*/
	padding: 3px 10px;
	margin-bottom: 10px;
}

#lower #container #contents #leftColumn h6 {
	background: url(../img/lower/h6_bg.jpg) 0 1px no-repeat;
	font-size: 108%; /*14px*/
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

span.small { font-size: 80%; } 
span.new { color: #ff0; margin-left: 10px; }
 

/* ブロック */
#home #container #contents #leftColumn .block-half { width: 355px; }

#lower #container #contents #leftColumn .block-half { width: 380px; }
#lower #container #contents #leftColumn .block-long { width: 460px; }
#lower #container #contents #leftColumn .block-short { width: 300px; }

#lower #container #contents #leftColumn .block-three { width: 250px; }

/* リスト関係 */
ul.list,
ul.attention {
	margin: 15px 0 0;
}

ul.list li,
p.list {
	background: url(../img/list_icon01.jpg) 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
}
	
ul.list li ul li {
	background: url(../img/list_icon02.jpg) 0 0 no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}
	
ul.attention li,
p.attention {
	background: url(../img/list_icon03.jpg) 5px 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
}
	
ul.arrow li {
	background: url(../img/arrow.jpg) 0 0 no-repeat;
	padding-left: 20px;
	margin: 10px 0;
}

	
ul.arrow02 li {
	background: url(../img/arrow.png) 0 0 no-repeat;
	padding-left: 20px;
	margin: 10px 0;
}

dl.dt-exp { padding: 10px 15px;}

dl.dt-normal dt,
dl.dt-exp dt {
	border-bottom: #005392 1px dotted;
	margin-bottom: 10px;
	color: #005392;
	font-weight: bold;
	padding: 0 0 0 5px;
}

dl.dt-normal dt {
	border-bottom: #005392 1px dotted;
	margin-bottom: 10px;
	color: #005392;
	font-weight: bold;
}

dl.dt-normal dd { margin-bottom: 20px; }
dl.dt-exp dd { margin-bottom: 10px; }

ol li {
	margin: 0 0 10px 20px;
	list-style-type: decimal !important;
}

/*  table  */
table {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

table.table-normal,
table.table-live {
	width:100%;
}


table th { background: #005392; color:#fff; text-align: center; font-weight: bold; }
table td { background:#f8fcff; }
table tr.even td { background:#fdfeff; }

table th,table td {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 5px 10px;
}

table td.title { background: #6ca1ca; color:#fff; }

table.table-normal td.img { text-align: center; }
table.table-normal td.img2 { text-align: center; background: #fff; }

table.itemlist { margin-bottom: 20px; }
table.itemlist td.price { text-align: right !important; width: 27%; }

table.table-live td.title { width: 130px; font-weight: bold; }
table.table-live th.btn { width: 120px; }


/*  選手の方へ  */
#container #contents #rightColumn #playerArea {
	border: 2px solid;
	margin-bottom: 20px;
}

#lower #container #contents #rightColumn #playerArea {
	margin-top: 30px;
}

#container #contents #rightColumn ul.playerNavi {
	padding: 0 15px ;
}

#home #container #contents #rightColumn ul.playerNavi li {
	background: url(../img/arrow.jpg) 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 120px;
	float: left;
}

#lower #container #contents #rightColumn ul.playerNavi li {
	background: url(../img/arrow.jpg) 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}


/*　leftColumn　*/
/* home */
#home #container #contents #leftColumn #newsArea {
	margin-bottom: 20px;
	border: #002643 10px solid;
	background: #dff4fe url(../img/home/news_bg.gif) 0 0 repeat-y;
}

#home #container #contents #leftColumn #newsArea .wrap {
	border: #fff 2px solid;
	background:url(../img/home/star.png) 0 bottom no-repeat;
}

#home #container #contents #leftColumn #newsArea .wrap #ttl {
	float: left;
	width: 140px;
	padding-bottom: 30px;
}

#home #container #contents #leftColumn #newsArea .wrap dl#news {
	float: left;
	margin-left: 20px;
}

#home #container #contents #leftColumn #newsArea .wrap dl#news dt {
	float: left;
	width: 120px;
	font-weight: bold;
	color: #002643;
	margin-top: 10px;
}

#home #container #contents #leftColumn #newsArea .wrap dl#news dd {
	width: 400px;
	background: #30F;
	margin-left: 120px;
	padding-left: 15px;
	background: url(../img/home/icon_news.gif) 0 3px no-repeat;
	margin-top: 10px;
}

#home #container #contents #leftColumn #picupArea {
	margin-bottom: 20px;
	background: url(../img/home/picup_bg.png) 0 bottom no-repeat;
}
/*
#home #container #contents #leftColumn #picupArea img {
	margin: 0 0 10px;
}*/

#home #container #contents #leftColumn #cpevArea {
	margin-bottom: 20px;
}

#home #container #contents #leftColumn #cpevArea .cpevImg {
	width: 165px;
	float: left;
}

#home #container #contents #leftColumn #cpevArea .cpevTxt {
	width: 510px;
	float: right;
}

/*　rightColumn　*/
/* home */
#home #container #contents #rightColumn #liveArea {
	margin-bottom: 10px;
}

#home #container #contents #rightColumn #bnrArea {
	margin-bottom: 10px;
}

#home #container #contents #rightColumn #bnrArea img {
	margin-bottom: 10px;
}

#home #container #contents #rightColumn #snsbtnArea {
	margin-bottom: 10px;
}


#home #container #contents #rightColumn #tweetArea {
	margin-bottom: 10px;
}


/* 下層 */
#lower #container #contents #rightColumn ul.subNavi {
	margin: 20px 0 20px 15px;
}

#lower #container #contents #rightColumn ul.subNavi li {
	background: url(../img/arrow.jpg) 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
}

/* Q&A */
.faq .date {
	border-bottom: #ccc 1px solid;
	margin: 0 0 10px 0;
	text-align: right;
}

.faq dl dt {
	background: url(../img/lower/player/iconQ.jpg) 0 0 no-repeat;
	padding: 12px 0 20px 50px;
	color: #005392;
	margin-bottom: 10px;
	border-bottom: #ccc 1px dotted;
}

.faq dl dd {
	background: url(../img/lower/player/iconA.jpg) 0 0 no-repeat;
	padding: 12px 0 15px 50px;
	margin-bottom: 15px;
	border-bottom: #ccc 1px solid;
}

/*　対人戦を始めよう　*/
#container #contents div.pointArea {
	width: 650px;
	margin: 0 auto;
	padding: 20px;
	background: #fef5da;
	border: #005392 3px double;
}

#container #contents div.pointArea p {
	float: left;
	width: 430px;
}


#container #contents div.pointArea img {
	float: right;
}

/* トーナメント表 */
.tournament img {
	margin: 0 !important;
	padding: 0 !important;
}

#result ul li{
	margin:0 0 1em 0;

}

#result table{
	width:100%;
	margin:1em 0;
}