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


/*メインエリア*/
.blog_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;
}


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

.blog_team {
width:300px;
margin-bottom:20px;
margin-left:10px;
font-size:90%;
line-height:110%;
font-weight:500;
}

.blog_list_box {
width:520px;
float:left;
display:inline;
margin-bottom:10px;
}

.blog_list {
width:520px;
float:left;
display:inline;
margin-bottom:20px;
}

.blog_img {
width:210px;
margin-bottom:10px;
margin-left:10px;
float:left;
display:inline;
}

p.blog_strong {
font-size:80%;
font-weight:500;
color:#000000;
line-height:120%;
margin-bottom:5px;
}

.blog_text {
margin-bottom:5px;
border-style:solid;
border-color:white;
border-width:0px 0px 1px 0px;
padding-bottom:1px;
padding-top:1px;
width:520px;
font-size:90%;
} 





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