@charset "UTF-8";

/*リストタイプ共通
-----------------------------------------*/



/*一覧　左ナビはcommon（indexでも使用しているため）
-----------------------------------------*/
section > h2 {
background: url(../img/midashi1.png) no-repeat left top;
height: 40px;
line-height: 37px;
font-size: 14px;
text-indent: 30px;
margin: 0 0 10px 200px;
position: relative;
z-index: 2;
width: 711px;
}

section > h2 + p {
margin: -5px 10px 25px 210px;
line-height: 1.6;
position: relative;
z-index: 2;
}

article {
position: relative;
min-height: 300px;
margin: 0 10px 30px 210px;
}






