#custom_panel{
    padding: 2%;
    background: #FFF;
    min-height: 200px;
}
#custom_panel ul{
    margin: 0;
    padding: 0;
}
#custom_panel li{
    list-style: none;
    width: 100%;
}

#custom_panel .frm_label{
    width: 30%;
    float: left;
}

#custom_panel .frm_field{
    background: none repeat scroll 0 0 #F8F8F8;
    height: 30px;
    margin-bottom: 5px;
    padding: 5px;
    width: 60%;
}

#custom_panel .frm_error{
    background: none repeat scroll 0 0 #F28080;
    color: #FFFFFF;
    font-family: helvetica;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 2%;
    width: 86%;
}
#custom_panel h3.score {
    text-align: center;
}

#info_message{
    padding: 3%;
    font-weight: bold;
    background: #E6E6FE;
}

.frm_success{
    background: #A5D286;
    color: #FFF;
    font-family: helvetica;
    font-size: 22px;
    font-weight: bold;
    padding: 3px 2%;
    width: 86%;
}
/*
h3 {
    text-align: center;
}
*/
/* 試合一覧 */
table.recentmatch td.coldt,
table.recentmatch td.colscr,
table.matchlist td.coldt,
table.matchlist td.colscr {
	text-align: center;
}
table.matchlist th.colhead {
	vertical-align: middle;
}
table.matchlist {
    width: 100%;
}

table.recentmatch {
    border-top-width: 0;
    border-left-width: 0;
}
table.recentmatch td {
    padding-top: 0;
    padding-bottom: 1px;
    border: none;
    color: #000000;
}


table.matchlist tr:nth-child(5n+1) {
    background-color: #FFFFF0;
}
table.matchlist tr:nth-child(5n+2) {
    background-color: #FFFFE0;
}
table.matchlist tr:nth-child(5n+3) {
    background-color: #FFFFD0;
}
table.matchlist tr:nth-child(5n+4) {
    background-color: #FFFFC0;
}
table.matchlist tr:nth-child(5n+0) {
    background-color: #FFFFB0;
}
/* 星取表 */
table.standings th {padding: 1px 1px;}
table.standings td {padding: 1px 1px;text-align:center;}
table.standings th.coluniv {
	vertical-align: middle;
}
table.standings td.colnum,
table.standings td.colpoint {
	vertical-align: middle;
}
table.standings td.colpoint {
	vertical-align: middle;
	background-color: lightgoldenrodyellow;
}
table.standings tr:nth-child(2n+1) {
    background-color: lightgoldenrodyellow;
}


aside#meta-scr ul{
    list-style: none;
}

h1#underconst {
    text-align: center;
    font-weight: 1000;
    color: #e4007f;
    border: 20px solid #e4007f;
}