@charset "UTF-8";


/*----------------------------------------------------
	☆mv
----------------------------------------------------*/


#mv h1 {
	height:270px;
	margin-bottom:25px;
	width:675px;
}

#mv h1 span {
	display:none;
	visibility:hidden;
}


#mv.nextgame,
#mv.nextgame h1 {
	background:url(../images/main01.jpg) left top no-repeat;
}


#contents div#game {
	width:675px;
}

#contents div#game #gameMenu01{
	float:left;
	width:330px;
}

#contents div#game #gameMenu02{
	float:right;
	width:330px;
}



#contents section {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 30px;
    margin-left: 2px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 20px;
	padding-top:1px;
    width: 675px;
}


#contents h3.man {
	background:url(../images/bg_man_t.gif) left top repeat-y;
	color:#FFF;
	font-weight:bold;
	font-size:108% !important;
	padding:10px;
}

#contents h3.woman {
	background:url(../images/bg_woman_t.gif) left top repeat-y;
	color:#FFF;
	font-weight:bold;
	font-size:108% !important;
	padding:10px;
}

#contents h3.mix {
	background:url(../images/bg_mix_t.gif) left top repeat-y;
	color:#FFF;
	font-weight:bold;
	font-size:108% !important;
	padding:10px;
}

#contents div.table01 {
	margin:20px auto 0;
	width:630px;
}

#contents div.table01 h3.category {
	font-size:108%!important;
	font-weight:bold;
	padding-bottom:3px;
}


#contents section table {
	border-top: solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	text-align:center;
}

#contents section table th {
	border-right: solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:10px;
}

#contents section table td {
	border-right: solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	line-height:160%;
	padding:10px 5px;
}

#contents section table td.point {
	font-size:116%!important;
	font-weight:bold;
}

#contents section table td.round {
	font-size:85% !important;
}


#contents div.comment {
	background: url(../images/bg_box_m.gif) left top repeat-y;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	margin:0 auto 30px;
	width:630px;
}

#contents div.commentInr {
	margin:0 auto;
	padding:20px 0;
	width:580px;
}
	
	
#contents section table.manTbl th.game_t {
	background:#dce7f8;
}

#contents section table.manTbl td.point {
	color:#073c8b;
}

#contents section table.womanTbl th.game_t {
	background:#ffe4f1;
}

#contents section table.womanTbl td.point {
	color:#db297d;
}

#contents section table.mixTbl th.game_t {
	background:#dbd1de;
}

#contents section table.mixTbl td.point {
	color:#74328a;
}






#contents section table tr.end td {
	background:#f7f7f7;
}
	
#contents section table tr.end td span.score {
	color:#74328a;
	font-size:116%!important;
	font-weight:bold;
	padding:0 !important;
}


#contents section table td.match {
	padding:0 !important;
}

#contents section table.matchInr,#contents section table.matchInr th,#contents section table.matchInr td {
	border:none;
	padding:10px 10px 2px;
	font-weight:bold;
}

#contents section table.matchInr td.vs {
	padding:0 !important;
}


#contents section table.matchInr tr.name td {
	color:#666;
	font-size:85%!important;
	padding:0 10px 10px;
	font-weight:normal;
}

#contents section table.matchInr tr.name td.d01 {
	padding:0 !important;
}

#contents section table.matchInr tr.name td.d02 {
	padding:0 10px 10px !important; 
}


#contents section table td span.date,#contents section table td span.loca {
	display:block;
	font-size:85%!important;
}

#contents section table td span.date {
	padding-bottom:3px !important;
}
	


