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

/*-----メインボディーの中-----*/

.pl h2{
background-color:#CF121B;
color:#fff;
margin-bottom: 20px;
padding:0.3em 1em;
font-weight:bold;

-webkit-border-radius:3px; /* Webkit */
-moz-border-radius:3px;    /* Mozilla */
border-radius:3px;/* CSS3 角丸 */
}

.pl h3{
color:#333;
font-weight:bold;
margin-bottom:5px;
padding: 0 11px;

-webkit-border-radius:3px; /* Webkit */
-moz-border-radius:3px;    /* Mozilla */
border-radius:3px;/* CSS3 角丸 */
}

.pl h4{
background-color:#CF121B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}

/*---------------------*/



/*------table-------*/
#pl table{
background-color:#666;
/*border:#333 solid 1px;*/
width:500px;
margin-bottom:40px;

}

#pl table tr{
background-color:#fff;

}

#pl table .red{
color:#FF0000;
}

#pl table .total{
background-color:#FFECEC;
}




#pl .kiroku{
font-weight:bold;
margin-top:50px;
}

#pl .kiroku span{
color:#ff0000;
}


#setsumei{
width:830px;

}

#setsumei_img{

margin:30px 0px;
}

#setsumei_img li{
float:left;
width:220px;
margin-right:38px;
margin-bottom:30px;
height: 215px;
}

#setsumei_img li strong{
font-size:18px;
color:#CF121B;
}

#hansoku{

float:right;
width:314px;
}

#big3 .big3{
float:left;
width: 470px;
}

#big3 .rule{

float:right;
width:300px;

}

#big3 .rule li{
list-style:outside;
color:#CF121B;
}

#contents ul{

}

#big3 .to_top{
width:830px;
margin-bottom:20px;

text-align:right;
font-size:14px;
font-weight:bold;
}