@charset "utf-8";
/* #################### */
/* 標準スタイル初期化 */
/* #################### */
.edu-article-text {
    clear: both;
    overflow: hidden;
    padding: 5px 0 15px;
    font-size: 160%;
}
.edu-photoleft {
    float: left;
    margin: 0 15px 5px 0;
    width: 10%;
}
.edu-photoright {
    float: right;
    margin: 0 0 5px 12px;
    width: 10%;
}
.edu-photocenter {
    clear: both;
    margin: 12px auto;
    text-align: center;
    width: 10%;
}
.edu-photo-size {
    max-width: none;
}
.edu-article-photo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 3px;
}
.edu-article-photo td {
    padding: 3px !important;
}
.edu-article-photo a {
    color: #666666;
    text-decoration: none;
}
.edu-article-photo a:hover {
    color: #CC8585;
    text-decoration: none;
}
.edu-article-photo img {
    margin: 0 0 0.3em;
    vertical-align: top;
}
.edu-article-photo a:hover img {
    opacity: 0.7;
}
.edu-article-photo .edu-photo-caption {
    display: block;
    font-size: 68.7%;
    line-height: 1.3;
}
.edu-article-text p {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.5;
    margin: 0.7em 0;
    padding: 0;
}
.edu-article-text strong,
.edu-article-text  b {
    font-weight: bold;
}
.edu-article-text a:link {
    color: #005F97 !important;
    text-decoration: none;
}
.edu-article-text a:visited {
    color: #005F97 !important;
    text-decoration: none;
}
.edu-article-text a:hover {
    text-decoration: underline;
}
.edu-article-text .edu-article-warp {
    border:solid 1px #ada599;
    padding:0.1em 0.9em;
    overflow: hidden;
    clear: both;
}
.articles_titlearea_txts_noimg {
    float: none;
    width: auto;
}