@charset "utf-8";

/*
 * ニュース
 */
.news_box{
    margin:0 0 20px 0;
}
.news_box h3{
    width:610px;
    font-size:108%;
    padding:5px 0 5px 10px;
    border-bottom:3px double #ffffff;
    background-color: #666666;
    color:#ffffff;
}
.news_img{
    float: left;
    width:305px;
    margin:0 10px 10px 0;
}
.news_contact{
    clear: both;
    border:1px solid #cccccc;
    padding:5px;
    background-color: #eeeeee;
}
.news_tel{
    background-image: url(/images/news/tel.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding:0 0 0 45px;
}
.news_email{
    background-image: url(/images/news/email.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding:0 0 0 45px;
}
.news_uri{
    background-image: url(/images/news/url.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding:0 0 0 45px;
}
.news_prev{
    width:280px;
    float: left;
    background-image: url(/images/share/point_3.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 15px;
}
.news_next{
    width:280px;
    float: right;
    text-align: right;
    background-image: url(/images/share/point_2.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 15px 0 0;
}
