@charset "UTF-8";

/*リストタイプ共通
-----------------------------------------*/
section > h1 {
background: url(../img/midashi3.png) no-repeat;
color: #FFF;
margin-bottom: -15px;
}


/*一覧　左ナビはcommon（indexでも使用しているため）
-----------------------------------------*/
section > h2 {
background: url(../img/midashi2.png) no-repeat left top;
height: 74px;
line-height: 37px;
font-size: 14px;
text-indent: 30px;
margin: 0 0 0 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: 150px;
margin: 0 10px 30px 210px;
}
article h1 {
margin: 0 0 5px 250px;
padding: 5px 0 0 10px;
height: 22px;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #999;
background: url(../img/icon4.gif) no-repeat left top;
}
article h1 + ul {/* ~年制マーク */
margin: 5px 0 8px 250px;
padding: 4px 0 0 0;
text-align: right;
min-height: 1.5em;
}
article h1 + ul li {
display: inline;
background: #F00;
color: #FFF;
font-weight: bold;
padding: 2px 3px 1px;
margin: 0 0 2px 2px;
line-height: 1;
}
article p {
margin: 0 0 0 250px;
color: #666;
font-size: 14px;
line-height: 1.6;
}
article img {
position: absolute;
top: 0;
left: 0;
}
article + p {/* ↑このページのはじめに戻る */
margin: 0 10px 50px 210px;
text-align: right;
}

