@charset "utf-8";

/* ========================================
   個別スタイル
   ======================================== */

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}

img.size-full, img.size-large {
    max-width: 97.5%;
    width: auto;
    height: auto;
}

#articles h2 {
    font-size: 125%;
    font-weight: bold;
    margin: 30px 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    border-left: none!important;
    background: none;
}

#page_kosodate #articles h2 { border-left: 5px solid #eb7777; }

#page_kyouiku #articles h2 { border-left: 5px solid #eb9944; }

#page_juken #articles h2 { border-left: 5px solid #0070cb; }

.read-txt { margin-bottom: 25px; }

.read-txt2 .youtube { 
    margin: 40px 0;
    text-align: center;
}

/*-------------------------------
  add 20160208
-------------------------------*/
#articles .kosodate_info {
    text-align: center;
    margin-bottom: 20px;
}
#articles .kosodate_info img {
    display: block;
    width: 480px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 4px;
}

.article_body_area img, .read-txt2 img { 
    margin-bottom:30px;
    border-radius: 4px;
}

.article_body_area .text_area {
    margin-bottom:30px;
}