html {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#fff;
}

.pc {
	display:block;
}
.sp {
	display:none;
}
.mt78 {
	margin-top:78px;
}
.mb34 {
	margin-bottom:34px;
}
#wrapper {
	margin:0 auto;
}
h1.logo {
	text-align:center;
	padding: 16px 0;
}
.header {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}
.head-top {
	background-image:url(../images/header_bg.jpg);
	
}
.header #nav {
    background-color: #000d1d;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;	
}
.header ul {
    padding: 10px 0;
    width: 674px;
    margin: auto;
}
.header ul li {
	float:left;
    margin: 0 30px;
}
.header ul li a:hover img{
	opacity:0.7;
}
#slider {
	width:100%;
}
#slider img {
	width:100%;
}

#wrap {
	padding-top:167px;
}
#con1, #con2, #con4 {
	padding-top: 167px;
    margin-top: -167px;
}
.contents {
	background-image:url(../images/footer_bg.jpg);
}
.contents .ttl {
	width:100%;
	padding:10px 0;
	font-size:28px;
	text-align:center;
	color:#ffffff;
	background-color:#254176;
}
.contents .ttl span{
	margin-right: 16px;
}
.contents .ttl span img{
    width: 27px;
    vertical-align: initial;
}
.contents .inner {
	width:918px;
	margin:0 auto;
}
.box {
	padding:40px 0;
}
.center {
	text-align:center;
}
.left {
	float:left;
	margin-left: 60px;
	margin-right:40px;
}
.border {
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.contents .box .inner {
	padding:40px;
}
.contents .box .inner .txt{
	font-size:20px;
	color:#fff;
	line-height: 1.4;
}
.contents .box .inner .txt span{
	font-weight:bold;
	color:#f3e835;
	font-size:24px;
}
ul.schedule {
	padding:40px 0;
}
ul.schedule li {
	display:inline-block;
}
ul.schedule li:nth-child(2){
	margin: 0 36px;	
}
.schedule-detail .result {
    font-size: 24px;
    color: #f3f2f2;
    background-image: url(../images/ttl_bg2.png);
    background-repeat: no-repeat;
    padding-left: 34px;
    background-position: left center;
    width: 880px;
    margin: 0 auto 10px;
}
.schedule-detail .result span{
	color:#FFFFFF;
	font-size:18px;
	margin-left:16px;
	padding:4px 10px;
	
}
.schedule-detail .result span.win {
	background-color:#e3472d;
}
.schedule-detail .box {
	padding:0 0 40px;
}
.schedule-detail .box .inner{
	width:918px;
}
.schedule-detail .box .result_inner {
    width:880px;
	margin:auto;
}
.contents .box .result_inner {
    padding: 20px;
    background-color: #292929;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}



/**/
table#tbl {
	width:100%;
	font-size:16px;
}
table#tbl th {
    padding: 6px 12px;
    background-color: #20405e;
    color: #242424;
    border-bottom: 1px solid #ccc;
    color: #fff;
}
table#tbl td {
    padding: 10px 12px;
    border-bottom: 1px solid #b8b8b8;
    background-color: #fff;
    color: #000;
}
table#tbl th.b-none {
	border-bottom:none;
}
table#tbl td.b-none {
	border-bottom:none;
}
.b-l {
	border-left:1px solid #ccc;
}
/*かるーせ*/
.my-flipster {
	margin:78px 0 8px; 
}
/**/
.btn-area {
    text-align: center;
    padding-bottom: 100px;
}
.btn-area a.link-btn {
    padding: 20px 100px;
    background-color: #f4e937;
    color: #000d1d;
    font-size: 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-decoration: none;
	font-weight: bold;
}
.btn-area a.link-btn:hover {
    color: #141414;
    opacity: 0.8;
}
/**/

#overview_txt {
	font-size: 20px;
    margin-bottom: 12px;
    text-align: center;	
}

table.batle {
    margin: 0 auto;
    width: 80%;
    background-color: #e9e9e9;
	border-radius:10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	position: relative;
}
table.batle td.name{
	color:#474747;
	font-size:30px;
	width: 243px;
}
table.batle td.score{
	font-size:42px;
	color:#474747;
	font-weight:bold;
	line-height:1.1;
	padding: 10px 0

}
.game-in-score {
	font-size: 16px;
}
.battle-name {
	margin-bottom:20px;
}
table.batle td.score span{
}
table.batle td.score span.win{
	color:#752b1f;
}
.champ a {
	color:#e3472d;
	font-weight:bold;
	text-decoration:none;
}
.champ a:hover {
	text-decoration:underline;
}
/*エントリーボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    opacity: 1;
}
#page-top img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/**/
.match_day {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-color: #254176;
    padding: 4px 10px;
    border-bottom: 1px solid #6091be;
}
.champ th{
	width: 280px;
	border-right: 1px solid #b8b8b8;
}

/**/
#footer {
    text-align: center;
    padding-top: 26px;
	background-color:#254176;
}
#footer p {
    background-color: #3e3e3e;
    color: #fff;
    margin-top: 26px;
	padding: 5px 0;
}