body{
	margin:0px;
	padding:0px;
	border-top:solid 4px #36318F;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.wrap.sub{
	margin-top:30px;
}

a,a:visited,a:link{
	color:#36318F;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}

h1,h2,h3,p,img,ul,li{
	margin:0px;
	padding:0px;
	font-size:normal;
	list-style:none;
	border:none;
}

a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#head{
	position:relative;
	
}

#head h1{
	background-image: url(../img/head_logo.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	color:#525252;
	box-sizing:border-box;
}

#head h1 a{
	display:block;
	padding-top:38px;
	padding-left:250px;
	height:87px;
	box-sizing:border-box;
	width:430px;
}



#head ul{
	position:absolute;
	right:0px;
	top:34px;
}

#head ul li{
	float:left;
	margin-left:20px;
}


#top_bk{
	height:392px;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #373737 50%, #000000 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#373737 50%,#000000 100%);
	background: linear-gradient(to bottom, #000000 0%,#373737 50%,#000000 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}

#main_images{
	width:747px;
	float:left;
	padding-top:20px;
}

#main_images ul{
	font-size:0;
}

#main_images ul li{
	float:right;
	margin-bottom:8px;
	height:64px;
	overflow:hidden;
	cursor:pointer;
}

#main_images ul li p{
	display:none;
}
#main_images ul li:first-child p{
	background: -moz-linear-gradient(top,  rgba(54,49,143,0) 0%, rgba(54,49,143,0) 1%, rgba(54,49,143,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(54,49,143,0) 0%,rgba(54,49,143,0) 1%,rgba(54,49,143,1) 100%);
	background: linear-gradient(to bottom,  rgba(54,49,143,0) 0%,rgba(54,49,143,0) 1%,rgba(54,49,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0036318f', endColorstr='#36318f',GradientType=0 );

	left:0px;
	bottom:0px;
	display:block;
	width:100%;
	position:absolute;
	z-index:9999;
	color:#FFF;
	font-size:20px;
	box-sizing:border-box;
	padding-left:10px;
	padding-top:30px;
	padding-bottom:10px;
	
}
#main_images ul li:first-child p strong,#main_images ul li:first-child p span{
	display:block;
	text-shadow: 1px 1px 2px #000;  
}

#main_images ul li:first-child p span{
	font-size:16px;
}

#main_images ul li:first-child{
	float:left;
	margin:0px;
	height:354px;
	position:relative;
	width:630px;
	overflow:hidden;
	cursor:auto;
}

#main_images ul li:last-child{
	margin:0px;
}
#main_images ul li:nth-child(5),#main_images ul li:nth-child(4){
	margin-bottom:9px;
}
#vs_block{
	background-color:#C0BEDC;
}

#menu_block{
	background-color:#36318F;
}

#menu_block ul{
	text-align:center;
	margin-left:20px;
}

#menu_block ul li{
	display:inline-block;
	margin-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#menu_block ul li a{
	color:#FFF;
	text-decoration:none;
	border-right:solid 1px #645FC9;
	padding-right:20px;
}


#menu_block ul li:last-child a{
	padding:0px;
	margin:0px;
	border:none;
}
.sponsor{
}

.sponsor ul{
	font-size:0;
	margin-top:25px;
}

.sponsor ul li{
	width:480px;
	padding-top:6px;
	padding-bottom:6px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
    border-radius: 3px;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-sizing:border-box;
	text-align:center;
	display:inline-block;
}

.sponsor ul li:first-child{
	margin-right:20px;
}

p.line_title{
	color:#443EB3;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:solid 1px #CCC;
	margin-top:25px;
	font-size:16px;
	display:block;
	position:relative;
}

p.line_title a{
	position:absolute;
	right:0px;
	bottom:0px;
	width: 75px;
    height: 24px;
    border-width: 0px 0px 30px 30px;
    border-style: solid;
    border-color: transparent transparent #36318f transparent;
	text-align:right;
	color:#FFF;
}

p.line_title a span{
	font-size:12px;
	position:absolute;
	right:7px;
	bottom:-24px;
}
ul#news{
	margin-top:10px;
	height:520px;
	overflow:auto;
	border-bottom:solid 1px #CCC;
	
}

ul#news li{
	font-size:14px;
	border-bottom: dotted 1px #CCC;
	margin-bottom:15px;
	padding-bottom:5px;
	border-left: solid 3px #36318F;
	padding-left:10px;
}
ul#news li a{
	color:#333;
}
ul#news li span{
	color:#666;
	border:none;
	text-decoration:none;
	margin-right:5px;
	display:block;
	font-size:10px;
}

ul#news li:before{
}

.left_block{
	width:960px;
	clear:both;
	vertical-align:top;
}

.left_block{
	width:480px;
	float:left;
	vertical-align:top;
}

.right_block{
	width:480px;
	float:left;
	vertical-align:top;
	margin-left:20px;
}

#team_1{
	padding-bottom:10px;
	width:480px;
	float:left;
}

#team_2{
	width:480px;
	float:left;
}

ul.team_over{
	background-color:#36318F;
	color:#FFF;
	font-size:0;
	padding-top:5px;
	padding-bottom:5px;
}

ul.team_over li{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	width:40%;
	text-align:center;
}

ul.team_over li:nth-child(2){
	font-size:12px;
	width:20%
}


ul.team_under{
	color:#FFF;
	font-size:0;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#827DB0;
}

ul.team_under li{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	width:40%;
	text-align:center;
	font-size:60px;
	font-weight:bold;
	color:#FFF;
}

ul.team_under li:nth-child(2){
	font-size:20px;
	width:20%;
	color:#E3E2EF;
}


ul.team_over_2{
	background-color:#36318F;
	color:#FFF;
	font-size:0;
	padding-top:5px;
	padding-bottom:5px;
}

ul.team_over_2 li{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	width:40%;
	text-align:center;
}

ul.team_over_2 li:nth-child(2){
	font-size:12px;
	width:20%;
}


ul.team_under_2{
	color:#FFF;
	font-size:0;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	background-color:#DFDFDF;
}

ul.team_under_2 li{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	width:40%;
	text-align:center;
	font-size:60px;
	font-weight:bold;
	color:#36318F;
}

ul.team_under_2 li:nth-child(2){
	font-size:20px;
	width:20%;
	color:#333;
}



p.league{
	font-size:14px;
	text-align:center;
	display:block;
	margin-top:10px;
}

#banners{
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
#banners ul{
	font-size:0;
}

#banners ul li{
	display:inline-block;
	margin-right:20px;
}

#banners ul li:last-child{
	margin-right:0px;
}

#youtube{
	margin-top:20px;
}

#rank{
	margin-top:20px;
	height:267px;
	overflow:auto;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	box-sizing:border-box;
}

#rank table{
	width:100%;
	text-align:center;
	font-size:12px;
	border-collapse: collapse;
	border:solid 1px #CCC;
}

#rank table tr:first-child{
	background-color:#36318F;
	color:#FFF;
}

#rank table tr td{
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #CCC;
}

#ranking_table{
}

#ranking_table table{
	width:100%;
	text-align:center;
	font-size:12px;
	border-collapse: collapse;
	border:solid 1px #CCC;
}

#ranking_table table tr:first-child{
	background-color:#36318F;
	color:#FFF;
}


#ranking_table table tr td:first-child{
	width:50px;
}

#ranking_table table tr td{
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #CCC;
}

#footer{
	background-color:#36318F;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:40px;
}

#footer ul{
	width:150px;
	display:inline-block;
	vertical-align:top;
}

#footer ul li{
	padding-bottom:10px;
}

#footer ul li a{
	color:#FFF;
}

#copyrights{
	font-size:12px;
	color:#666;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}

#twitter{
	width:220px;
	float:right;
	padding-top:20px;
}
#twitter_bg{
	background-color:#FFF;
}
p.p_head{
	
	background-color:#36318F;
	color:#FFF;
	font-size:14px;
	padding:10px;
}


#vs_block ul{
	float:left;
	background-color:transparent;
}

#vs_block ul li{
	width:480px;
	background-color:#FFF;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	border: 3px solid #4641B5;
	float:left;
	margin-right:15px;
}
#vs_block ul li .vs_title{
	width:240px;
	float:left;
	background-color:#4641B5;
	color:#FFF;
	text-align:center;
	background-image:url(../img/vs_bg.jpg);
	background-repeat:no-repeat;
	background-position:top 10px center;
	padding-top:56px;
	box-sizing:border-box;
	font-size:18px;
	height:92px;
	
}
#vs_block ul li .vs_detail_block{
	/*width:240px;*/
	float:left;
	box-sizing:border-box;
	padding-top:10px;
}

#vs_block ul li .vs_detail_block span{
	display:block;
	padding-left:10px;
}

#vs_block ul li .vs_detail_block span.vs_hw{
	color:#4640B4;
	font-style: italic;
}

#vs_block ul li .vs_detail_block span.vs_date{
	font-size:24px;
	font-style: italic;
}

/*sub*/

#sub_left{
	float:left;
	width:723px;
}
#sub_right{
	float:right;
	width:230px;
}

#sub_left_head{
	position:relative;
	background-color: #333;
	min-height: 250px;
	max-height: 250px;
	overflow:hidden;
}


#sub_left_head p{
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	padding:10px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	color:#FFF;
	font-weight:bold;
	font-size:16px;

}


#banners_sub{
	clear:both;
	padding-bottom:10px;
}
#banners_sub ul{
	font-size:0;
}

#banners_sub ul li{
	display:inline-block;
	margin-bottom:10px;
}

#banners_sub ul li:last-child{
}



#twitter_sub{
	width:230px;
}
#twitter_bg_sub{
	background-color:#FFF;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

#sub_left ul#news{
	height:auto;
	border:none;
	margin-top:20px;
}

#sub_left ul#news li{
	padding-top:10px;
	padding-bottom:10px;
}



#sub_left ul#news li span{
	display:inline-block;
	vertical-align:top;
	color:#999;
	
	width:100px;
}
#sub_left ul#news li p{
	display:inline-block;
	vertical-align:top;
	width:600px;
}

.txt_base{
}

.txt_base p{
	margin-bottom:10px;
}

.txt_base p.txt_base_head{
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #36318F;
	padding-left: 10px;
	font-size:18px;
	margin-top:20px;
}

.txt_base p.sg{
	font-weight:bold;
	line-height:2em;
}

.news_date_detail{
	display:block;
	font-weight:normal;
	font-size:14px;
	color:#999
}

ul.sub_menu{
	font-size:0;
	
	background-color:#36318F;
}


ul.sub_menu{
	text-align:center;
}

ul.sub_menu li{
	display:inline-block;
	margin-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}

ul.sub_menu li a{
	color:#FFF;
	text-decoration:none;
	border-right:solid 1px #645FC9;
	padding-right:20px;
}
ul.sub_menu li:last-child{
	margin-right:0px;
}

ul.sub_menu li:last-child a{
	margin:0px;
	padding:0px;
	border:none;
}


ul.player_list{
	margin-top:20px;
	font-size:0;
}


ul.player_list li{
	position:relative;
	width:160px;
	height:160px;
	display:inline-block;
	margin-left:17px;
	margin-bottom:17px;
	overflow:hidden;
}

ul.player_list li img{
	width:100%;
	max-height:160px;
}
ul.player_list li p{
	position:absolute;
	width:100%;
	bottom:0px;
	margin-bottom:0px;
	text-align:center;
	font-size:14px;
	background-color:rgba(54,49,143,0.6);
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}



ul.player_list li p.staff span{
	font-size:11px;
	
}

ul.player_list li.player_title{
	width:100%;
	height:auto;
	font-size:20px;
	color: #443EB4;
	font-weight:bold;
	border-bottom:solid 1px #CCC;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-left:0px;
}

#player_left{
	width:160px;
	text-align:center;
	margin-top:20px;
	float:left;
	margin-top:30px;
	
}

#player_left img{
	width:160px;
}


#player_left p{
	font-size:14px;
	line-height:1.4em;
	margin-bottom:5px;
}

#player_left p strong{
	display:block;
	margin-top:10px;
}


#player_right{
	width:543px;
	margin-top:20px;
	float:right;
	margin-top:30px;
	vertical-align:top;
	
}

#player_right h2{
	display:block;
	border-left: solid #36318F 6px;
	padding-left:14px;
	line-height:1.2em;
	padding-top:5px;
	padding-bottom:5px;
	font-size:24px;
}

#player_right h2 span{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#666;
}

#player_left img{
	margin-bottom:10px;
}

ul.information{
	margin-bottom:40px;
	font-size:0;
	margin-top:20px;
}

ul.information li{
	border-bottom:solid 1px #CCC;
	margin-bottom:10px;
}

ul.information li span{
	color:#999;
	display:inline-block;
	vertical-align:top;
	width:100px;
	font-size:14px;
}

ul.information li p{
	display:inline-block;
	vertical-align:top;
	width:440px;
	font-size:14px;
}

ul.gallery{
	font-size:0;
}

ul.gallery li{
	display:inline-block;
	width:126px;
	text-align:center;
	overflow:hidden;
	background-color:#E3E2F5;
}

ul.gallery li img{
	max-width:126px;
	max-height:84px;
}

ul.information li:first-child,ul.gallery li:first-child{
	width:100%;
	border-bottom:solid 1px #CCC;
	font-weight:bold;
	color:#36318F;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:16px;
	margin-right:0px;
	background-color:transparent;
	text-align:left;
}
ul.gallery li{
	margin-right:12px;
	margin-bottom:12px;
}

ul.gallery li:nth-child(5),ul.gallery li:nth-child(9),ul.gallery li:nth-child(13),ul.gallery li:nth-child(17),ul.gallery li:nth-child(21),ul.gallery li:nth-child(25),ul.gallery li:nth-child(29),ul.gallery li:nth-child(33),ul.gallery li:nth-child(37),ul.gallery li:nth-child(41),ul.gallery li:nth-child(45),ul.gallery li:nth-child(49),ul.gallery li:nth-child(53),ul.gallery li:nth-child(57),ul.gallery li:nth-child(61),ul.gallery li:nth-child(65),ul.gallery li:nth-child(69),ul.gallery li:nth-child(73),ul.gallery li:nth-child(77),ul.gallery li:nth-child(81),ul.gallery li:nth-child(85),ul.gallery li:nth-child(89),ul.gallery li:nth-child(93),ul.gallery li:nth-child(97),ul.gallery li:nth-child(101),ul.gallery li:nth-child(105),ul.gallery li:nth-child(109),ul.gallery li:nth-child(113),ul.gallery li:nth-child(117),ul.gallery li:nth-child(121),ul.gallery li:nth-child(125),ul.gallery li:nth-child(129),ul.gallery li:nth-child(133),ul.gallery li:nth-child(137),ul.gallery li:nth-child(141),ul.gallery li:nth-child(145),ul.gallery li:nth-child(149){
	margin-right:0px;
}

p.schedule_link{
	padding-top:20px;
	padding-bottom:20px;
}

p.schedule_link a{
	font-weight:bold;
}

ul.schedule{
	border-top:solid 1px #CCC;
}

ul.schedule li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #CCC;
	
}

ul.schedule li span{
	width:100px;
	display:inline-block;
	color:#999;	
}

ul.schedule li p{
	width:400px;
	display:inline-block;
	
}

nav.post-navigation{
	display:none;
}

.calendar{
	margin-top:10px;
}

.rank_page{
	margin-top:20px;
}

ul.link_list{
}

ul.link_list li{
	list-style-type:disc;
	padding-left:0px;
	margin-left:20px;
	margin-bottom:10px;
}

.result_head{
	margin-top:20px;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
}

#profile{
	margin-bottom:30px;
}

#profile table{
	width:100%;
	border-collapse:collapse;
}



#profile table td,#profile table th{
	border:1px solid #E8E8F7;
	width:25%;
	padding:20px 10px 20px 10px;
	box-sizing:border-box;
	font-size:12px;
}

#profile table th{
	background-color:#E3E2F5;
	text-align:left;
	color:#333;
}

#profile p{
	width:100%;
	border-bottom:solid 1px #CCC;
	font-weight:bold;
	color:#36318F;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:16px;
	margin-right:0px;
	margin-top:20px;
}

.schedule{
}

.schedule table{
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
}


.schedule table td{
	border:solid 1px #CCC;
	padding:10px;
}

.schedule table tr td:first-child{
	width:50px;
	text-align:center;
}

.schedule table tr td:nth-child(2){
	width:30px;
	text-align:center;
}


.schedule strong{
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #36318F;
	padding-left: 10px;
	font-size:18px;
	margin-top:20px;
	display:block;
}

.schedule table td strong{
	border:none;
	padding:0px;
	margin:0px;
}

.year_tit{
	font-weight:bold;
	font-size:120%;
}

.ob_purple{
	color: #36318F;
	font-size:110%;
	font-weight:bold;
	display:block;
	margin-top:20px;
	margin-bottom:15px !important;
}
.ob_right{
	text-align:right;
}

.ob_box table{
	width:100%;
	border-collapse: collapse;
    border:1px solid #333;
	margin-top:20px;
	margin-bottom:40px;
}

.ob_box table tr{
}
.ob_box table tr td{
	padding:10px;
	border:1px solid #EAEAEA;
}

.ob_box table tr td:first-child{
	background-color:#DDDCF3;
	text-align:center;
}

.ob_box strong{
	border-bottom:dotted 1px #CCC;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
}

.ob_link{
	display:block;
	width:240px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF !important;
	text-align:center;
	text-decoration:none !important;
	background-color:#36318F;
	padding:20px;
	font-size:110%;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	font-weight:bold;
	margin-bottom:30px !important;
}

.ob_list{
	display:block;
	text-decoration:none !important;
	border-bottom:dotted 1px #36318F;
	margin-bottom:5px;
	padding-bottom:5px;
}

.ob_list:before{
	content:"・";
	margin-right:2px;
}



p.news_over{
	margin-top:10px;
	margin-bottom:5px;
	color: #4641B5;
}

.vt_n{
	vertical-align:top;
}
.ob_left_n{
	vertical-align:top;
	display:inline-block;
	width:84%;
}
.ob_right_n{
	vertical-align:top;
	display:inline-block;
	width:15%;
	text-align:right;
}