@charset "UTF-8";
/*------------------------------------------------------------MainPhoto*/
#pagetitle {
    width: 100%;
    height: 100px;
    background: url("../img/news_img/ttl_bg.png") center right no-repeat;
    background-size: cover;
}
/*------------------------------------------------------------News*/
/*NewsBox*/
.newsbox {
    margin-top: -80px;
    padding-top: 80px;
 border-bottom: 1px dotted #CCC;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.newsbox .news_text_area {
    zoom: 1; /*ie6*/
    overflow: hidden;
}
.newsbox .news_text {
    line-height: 1.5;
    text-align: left;
}
.newsbox .phbox {
    text-align: center;
}
.newsbox img {
 width: 100%;
 height: auto;
    margin-bottom: 10px;
}
.newsbox a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.newstitle {
    font-size: 14px;
    font-weight: bold;
    margin: 7px 0px;
    padding: 0px 0 0px 10px;
    border-left: 3px solid #0c4eb8;
    color: #0c4eb8;
    text-shadow: 1px 1px 1px #f2f2f2;
}
.newstitle time {
    font-size: 11px;
    color: #666;
    font-weight: normal;
}
.pdf_link {
    margin-top: 10px;
}
.pdf_link li {
    margin-bottom: 5px;
    text-align: left;
}
.pdf_link li a {
    padding: 2px 0 2px 28px;
    display: inline-block;
    line-height: 1.4;
    text-decoration: underline;
    background: url(../img/common_img/icon_pdf.png) left top no-repeat;
    background-size: auto 22px;
}
.pdf_link li a:hover {
    text-decoration: none;
}
/*PageNavi*/
#pagenavi {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}
#pagenavi li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
#pagenavi li span {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 8px;
    color: #666666;
    border: 1px solid #CCC;
    background: #E4E4E4;
    /* CSS3 */
    border-radius: 3px;
    /* Webkit */
    -webkit-border-radius: 3px;
    /* Firefox */
    -moz-border-radius: 3px;
}
#pagenavi li a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 8px;
    color: #666666;
    border: 1px solid #CCC;
    background: #F2F2F2;
    /* CSS3 */
    border-radius: 3px;
    text-shadow: 1px 1px 0 #FFF;
    /* Webkit */
    -webkit-border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    /* Firefox */
    -moz-border-radius: 3px;
    background: -moz-linear-gradient(top, #fff, #eee);
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
    zoom: 1;
}
#pagenavi li a:hover {
    opacity: 0.7;
}
.ph_left img {
    width: 100%;
    height: auto;
}
.ph_right img {
    width: 100%;
    height: auto;
}
.news_text p a {
    word-wrap:break-word;
}