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

/*TOPエリア*/
p.charge_strong {
font-size:100%;
font-weight:700;
}

em.charge_big {
font-size:150%;
}

/*メインエリア*/
.charge_box {
width:755px;
border-style:solid;
border-color:black;
border-width:1px;
float:left;
margin-top:10px;
margin-left:10px;
display: inline;
background-color:#CCCCCC;
}


.charge_title {
width:730px;
margin:10px;
border-style:solid;
border-color:#FFFFFF;
border-width:0px 0px 1px 0px;
font-weight:700;
line-height:120%;
}

.charge_text {
width:610px;
margin-bottom:10px;
margin-left:10px;
font-size:90%;
line-height:110%;
font-weight:500;
float:left;
display:inline;
}

.charge_img {
width:110px;
margin-bottom:10px;
margin-left:10px;
float:left;
display:inline;
}



/*回り込み解除*/
div.c-both { clear:both; }
.c-both_space { clear:both; margin-bottom:10px; }