/* お知らせ　*/

#w {
    display: 		block;
    margin: 		0;
    word-break:         break-all;
}

/* question containers */
.news_hed{
    margin-top:         5px;
    padding-left:       15px;
    line-height:        140%;   
    background-image:	url('../img/sys/arrow_green.png');
    background-repeat:	no-repeat;
    background-position: left center;
    text-decoration: none;
}
.news_hed a {
    font-family:        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news_hed a:hover {
    color:              #b5516c;
    text-decoration:    underline;
}
.news_dt{
    color:              #999;
    font-size:          0.75em;
    font-weight:        bold;
    font-family:        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

.news_title{
    color:              #666;
    font-size:          1.0em;
    font-weight:        normal;
    font-family:        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

.news_bdy{
    display:none;
    padding:            15px 0px 15px 25px;
    font-size:          1.1em;
    font-weight:        bold;
    line-height:        120%;
    color:              #b5516c;
}

.oshirase_headline{
margin: 5px 0px;
padding: 5px 0px 0px 0px;
padding-left: 85px;
min-height:64px;
background-image: url('../img/sys/ico_news.png');
background-repeat: no-repeat;
background-position: left center;
text-decoration: none;
}
.oshirase_headline_dt{
font-size:   0.875em;
line-height: 87.5%;
}
.oshirase_headline_til{
font-size:   1.6em;
line-height: 160%;
}
