@charset "UTF-8";

/*talent.html専用
-----------------------------------------*/
#navigation nav > ul > li > a[href="talent.html"] {
color: #FFF;
background: #4D4D4D url(../img/menu1.gif) no-repeat 7px 13px;
}

/*記事
-----------------------------------------*/
section > h1 {
border-bottom: 4px solid #10B9F1;
}

article {
width: 150px;
height:230px;
float: left;
margin: 0 -4px 15px 18px;
}

article h1 {
text-align: center;
font-size: 14px;
font-weight: bold;
margin-bottom: 3px;
/*background: url(../img/icon_products_a.gif) no-repeat left 1px;*/
padding-left: 0px;
}
article p {
font-size: 12px;
color: #666;
}

section > p {/*↑このページのはじめに戻る*/
text-align: right;
clear: both;
margin: 0 30px 45px;
}

.left-p {
text-align: left;
}




