@charset "UTF-8";

#inside {
    padding-bottom: 10px;
    border-bottom: solid 1px #0dad67;
}

/* メインコンテンツ */
h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 20px 10px;
    padding: 3px 0 0 10px;
    border-top: solid 2px #0dad67;
    border-bottom: solid 2px #0dad67;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 10px;
    padding: 3px 0 0 10px;
    border-left: solid 5px #0dad67;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px;
    padding: 3px 15px 0 15px;
    border: solid 1px #0dad67;
    border-radius: 12px;
}

h5 {
    font-size: 105%;
    font-weight: normal;
    margin: 10px 0;
    padding: 3px 7px 0 7px;
    border-left: solid 4px #0dad67;
}

#content_text2 {
    margin-bottom: 40px;
    padding: 0 10px 5px 10px;
    border-bottom: solid 1px #c0c0c0;
}

.content_list ul li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style-image: url(../images/content/li_1.gif);
}

.min_text {
    font-size: 80%;
    font-weight: normal;
}

.log_date {
    margin-top: 8px;
    text-align: right;
}

.img_title {
    padding-top: 10px;
    font-size: 110%;
    font-weight: bold;
}

/* ユーザーリンク */
.user {
    text-align: center;
}

.user ul li {
    width: 100%;
    max-width: 490px;
    margin: auto;
    list-style: none;
    padding-bottom: 20px;
}

.user a {
    display: block;
    line-height: 40px;
    color: #333;
    text-decoration: none;
    border: solid 1px #0dad67;
}

.user a:hover {
    color: #808080;
    background-color: #e6ffe6;
}

.e_text {
    text-align: left;
    margin-bottom: 10px;
}

/* お問い合わせ */
.mail a {
    display: block;
    width: 100px;
    color: #0dad67;
    text-align: center;
    text-decoration: none;
    margin: auto;
    margin-top: 5px;
}

.mail a:hover {
    opacity: 0.5;
}

/* サブメニュー */
#nav_sub {
    padding-bottom: 5px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: solid 1px #c0c0c0;
}

#nav_sub ul {
    font-size: 0;
    list-style-type: none;
}

#nav_sub ul li {
    display: inline-block;
    width: 20%;
    min-width: 120px;
    font-size: 13px;
    line-height: 35px;
}

#nav_sub ul li a {
    display: block;
    color: #0dad67;
    text-decoration: none;
}

#nav_sub ul li a:hover {
    opacity: 0.5;
}

ul#nav_min li {
    min-width: 85px;
}


/* カリキュラム */
.study_flow {
    text-align: center;
}

.study_flow dl {
    margin: 20px 10px 30px 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.study_flow dl dt {
    margin: 10px 0 0 10px;
    text-align: left;
    font-weight: bold;
}

.study_flow dl dd {
    margin: 0 10px 0 20px;
    text-align: left;
}

.study_flow span {
    display: block;
    padding: 10px;
    font-size: 30px;
    height: 35px;
    border-bottom: solid 5px #fff;
}

#basis {
    background-color: #fcf;
}

#specialty {
    background-color: #ccf;
}

#research {
    background-color: #cfc;
}

.fig1 {
    width: 100%;
    max-width: 900px;
}

img.fig2 {
    width: 100%;
    max-width: 780px;
}

.detail {
    text-align: right;
    margin: 5px 0 15px 0;
}

.detail a {
    height: 20px;
    margin: 0 10px 30px 0;
    padding: 3px 2px 2px 10px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    background-color: #0dad67;
    border-radius: 13px;
}

.detail a:hover {
    opacity: 0.5;
}

#img_frame {
    text-align: center;
    margin: 10px 0;
}

#img_frame img {
    margin: 5px 10px;
}

/* スケジュール */
.schedule table {
    margin: 20px auto;
    font-size: 13px;
    line-height: 15px;
    border-collapse: collapse;
    border: solid 2px #0dad67;
}

.schedule table tr,
.schedule table th,
.schedule table td {
    border: solid 1px #0dad67;
}

.schedule table th,
.schedule table td {
    padding: 5px;
}

.schedule table tr:nth-child(even) th,
.schedule table tr:nth-child(even) td {
    background-color: #e6ffe6;
}

/* 外部リンク */
.e_link {
    margin: 10px;
    text-align: center;
}


.e_link a {
    display: inline-block;
    line-height: 20px;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    border: solid 1px #0dad67;
}

.e_link a:hover {
    color: #808080;
    background-color: #e6ffe6;
}

/* 就職 */
p.career {
    margin-left: 20px;
}

/* 教員紹介 */
.research table {
    border-collapse: collapse;
}

.research table td {
    vertical-align: top;
    padding: 5px;
}

.left-top {
    width: 140px;
    text-align: center;
}

.face {
    height: 150px;
}

.research dl {
    line-height: 120%;
}

.research dl dt {
    font-weight: bold;
}

.research dl dd {
    margin: 0 0 3px 15px;
}

/* 履歴 */
.p_right {
    float: right;
    margin: 6px 10px;
}

.p_left {
    float: left;
    margin: 6px 10px;
}

.p_clear {
    padding-top: 5px;
    clear: both;
}

.p_center {
    display: none;
    margin: 10px;
    text-align: center;
}

/* レスポンシブデザイン */
@media screen and (max-width:480px) {
    .research table td {
        display: block;
    }

    .p_right,
    .p_left {
        display: none;
    }

    .p_center {
        display: block;
    }
}
