@charset "UTF-8";

h2{
margin-bottom:20px;
}


/* = itemblock 
*************************************************/
/*01*/
.itemblock01{
width:711px;
margin-bottom:10px;
padding:20px 3px;
border:solid #e3e3e3 1px;
border-top:solid #5abced 3px;
}

*html .itemblock01{
padding-bottom:1px;
}

*:first-child+html .itemblock01{
padding-bottom:1px;
}

html>/**/body .itemblock01{
padding-bottom /*\**/:1px\9;
}


/* = textblock 
*************************************************/
/*02*/
.textblock01{
margin-bottom:15px;
padding:0 8px;
border-bottom:solid #CCCCCC 1px;
}

.textblock02{
padding:0 8px;
}

.textblock01 h3,
.textblock02 h3{
font-size:1.4em;
font-weight:bold;
margin-bottom:13px;
padding-left:8px;
border-left:solid #5abced 4px;
}


