body {
    padding-top: 50px;
    /*padding-bottom: 30px;*/
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
table td, table th {
    padding: 0.3rem;
    border: solid 1px #9995a2;
}
a {
    color: #5e7f37;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
/*navbar 関連*/
.navbar-inverse {
    background-color: #89b046;
    border-color: #89b046;
    font-size: 90%;
}
.navbar-inverse .navbar-nav>.active>a {
    background-color: #2b542c;
    color: #ffffff;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 1.3rem;
    padding: 15px 10px;
}
.navbar-brand {
    font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #2b542c;

}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #2b542c;
}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #2b542c;
    }
}
.dropdown-header {
    color: #344932;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #2b542c;
}
.navbar-inverse .navbar-toggle {
    border-color: #7daf78;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #c0d8b8;
}
.dropdown-menu>li>a {
    color: #4e4e4e;
}
.navbar-brand>img {
    display: inline;
    margin-bottom: 3px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: -9px;
}

li#lang {
    padding-top: 15px;
}
#lang a {
    display: inline;
    padding: 0 3px;
}

#uni_name {
    max-width: 14em;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0.3rem;
}

/*@media (min-width: 768px) {*/
    /*.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {*/
        /*margin-top: -8px;*/
    /*}*/
/*}*/
@media(max-width: 767px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-top: -10px;
    }
}

/*スライダー 関連*/
#maximage {
    filter: saturate(30%) brightness(70%);
}
div.mc-image {
    /*background-size: contain;*/
    background-position: center top;
}
#cover {
    position: absolute;
    top: 0;
    width: 100%;
}
div#top_logo {
    width: 40%;
    margin: 17% auto 0 auto;
    background-image: url("../images/top_back_image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 50px 0;
}
h1#top_title {
    text-align: center;
    color: #ffffff;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 4rem;
}
h1#top_title span, h1#top_title img {
    display: block;
    margin: auto;
}
h1#top_title img {
    -webkit-animation-duration: 2s;
    /*-webkit-animation-delay: 1s;*/
    /*-webkit-animation-iteration-count: infinite;*/

}
h1#top_title span#u_name1, h1#top_title span#u_name3, h1#top_title span#u_name2 {
    font-size: 1.0em;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1s;
    /*-webkit-animation-iteration-count: infinite;*/
    margin: 10px 0;
}
h1#top_title span#u_name2 {
    /*-webkit-animation-duration: 1s;*/
    /*-webkit-animation-delay: 2s;*/
    /*-webkit-animation-iteration-count: infinite;*/

}
div#go_area {
    width: 200px;
    margin: 10rem auto 0 auto;
    text-align: center;
}
a#go_content {
    color: #ffffff;
    font-size: 3rem;
}

/*main_content 関連*/
#main_content {
    background-color: transparent;
    background-image: url("../images/header_back.png");
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 49px;
}
body.page #main_content {
    margin-top: 0;
    padding-top: 0;
}
#main_content .inner {
    background-color: #ffffff;
    min-height: 600px;
}

section {
    /*padding: 4rem 0;*/
}
section img {
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}
#link_list {
    margin: 60px 0 0 0;
}
.linkBoxOuter {
    position: relative;
    padding: 0;
}
.link_box {
    position: relative;
}
.link_area {
    position: absolute;
    height:0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.61);
    bottom: 0;
    text-align: center;
    overflow: hidden;
}
.link_box:hover .link_area {
    height: 57%;
}
.link_box .link_area {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out ;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    transition-property: height;
}
.link_box img {
    margin: 0;
    max-width: 100%;
}
.link_area a {
    display: block;
    /*margin: 20px 0;*/
    color: #bdb5a2;
    background-color: #7d3f2f;
    padding: 10px 0;
    font-weight: bold;
}
.link_area a:hover {
    text-decoration: none;
}

#news {
    /*margin-bottom: 60px;*/
    padding: 20px 0;
}
#news h2 {
    border-bottom: solid 3px #89b046;
    color: #798da6;
}
#news aside {
    padding: 14px;
    background-color: #BDB5A2;
    border-radius: 10px;
    margin-bottom: 14px;
    color: #ffffff;
}
#news #pick_up_content h3 {
    color: #bdb5a2;
    background: #7d3f2f;
    padding: 7px;
    margin-top: 0;
}
#news ul.list-unstyled h3 {
    font-size: 2rem;
}
#news ul.list-unstyled li .news_thumb {
    float: left;
    width: 120px;
    margin-right: 1rem;
}
#news ul.list-unstyled li span.date {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    color: #999999;
    font-weight: normal;
    margin-top: 1rem;
}
.border-bottom {
    border-bottom: solid 2px #89b046;
    padding-bottom: 14px;
}
section.pickUp_content h1 {
    font-size: 1.7rem;
}
section.pickUp_content {
    padding: 0;
}

/*page用デザイン*/
.page_image {
    height: 400px;
    overflow: hidden;
}
.page_image img {
    width: 100%;
    height: auto;
}
.page_title {
    border-bottom: solid 3px #89b046;
    color: #798da6;
}
.breadcrumb {
    background-color: transparent;
}

.main_content {
    min-height: 500px;
}
#map_click img, #go_top {
    cursor: pointer;
}

/*先生方の紹介*/
#personal_page {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-bottom: solid 4px #99bad6;
}
#master_personal h2 {
    /*padding: 0.5rem 1rem;*/
    /*border-bottom: solid 4px #99bad6;*/
    /*font-size: 2rem;*/
    /*font-weight: bold;*/
    /*color: #6d6c6b;*/
    margin-bottom: 1rem;
    margin-top: 3rem;
}
#master_personal h3 {
    font-weight: bold;
    font-size: 1.4rem;
}
.teacher_box {
    padding: 20px;
    position: relative;
}
.name_box {
    width: 85%;
    position: absolute;
    top: 50%;
    font-size: 16px;
    margin-top: -8px;
    text-align: center;
    display: none;
    color: white;
}
.teacher_box:hover .name_box {
    display: block;
}
.teacher_box:hover img {
    -webkit-filter: brightness(0.7);
    -moz-filter: brightness(0.7);
    -o-filter: brightness(0.7);
    -ms-filter: brightness(0.7);
    filter: brightness(0.7);
}
.teacher_box img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s ;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.modal-title {
    font-size: 1.6rem;
    background: #7d3f2f;
    padding: 4px 10px;
    color: #d1c9b6;
}

#info img {
    width: auto;
    max-width: 100%;
}

/*教員紹介ページ*/
.mapster_tooltip {
    font-size: 2rem;
    background: #d2ffb6;
    padding: 2rem;
}
#master_plan img .master_image {
    display: block;
}
#master_plan div.caption {
    display: none;
    position: absolute;
    z-index: 100;
    background: rgba(159, 159, 159, 0.7);
    padding: 20px;
    border-radius: 10px;
    left: 0;
    top: -10px;
}
#cover_box {
    display: none;
    background-color: rgba(0, 0, 0, 0.41);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    border-radius: 10px;
}
#back_image {
    background-image: url("../images/campus_map_L.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 300%;
    width: 730px;
    height: 730px;

}
.caption h3 {
    font-size: 1.7rem;
}
.caption h3 span {
    display: block;
    font-size: 2rem;
    text-align: right;
    font-weight: bold;
}


#master_slide {
    width:100%;
    height:780px;
    margin:0 auto 40px auto;
    position:relative;
}
#master_slide ul li {
    display: none;
}
#master_slide img {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
}
.place_name {
    font-size: 1rem;
    margin: 0;
    white-space: normal;
    display: block;
    height: 6rem;
    margin: auto;
    /*text-align: left;*/
    background-color: darkcyan;
    color: #ffffff;
    padding: 0.2rem;
    width: 100%;
}
.place_name.btn:hover {
    color: #ffffff;
}
.profile_modal {
    width: 300px;
}
.modal-header p {
    padding: 5px;
    background-color: #d9e093;
}
.modal-content {
    /*background-color: rgba(140, 140, 140, 0.81);*/
    background-color: #ffffff;
}
.modal-title {
    background-color: #195314;
}
.open_col {
    padding: 0.4rem;
    background-color: rgb(214, 255, 189);
    /*text-align: center;*/
    border-radius: 10px;
}
.open_col:hover {
    background-color: #ff9935
}
img.master_symbol {
    width: 50%;
}

/*******在学生紹介ページ用************/
.class_section strong {
    font-size: 1.7rem;
}
h5.modal-title {
    float: left;
    width: 95%;
    text-align: center;
}
.catch_title {
    color: #9a582f;
}

strong.highlight {
    color: #ff6e00;
    font-weight: bolder;
}
.sp_box {
    background-color: #94ba88;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 24px;
    background: #a8dd85; /* Old browsers */
    background: -moz-linear-gradient(top, #a8dd85 0%, #ffffff 32%, #87b54c 83%, #e1ead3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a8dd85 0%,#ffffff 32%,#87b54c 83%,#e1ead3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a8dd85 0%,#ffffff 32%,#87b54c 83%,#e1ead3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dd85', endColorstr='#e1ead3',GradientType=0 ); /* IE6-9 */
    box-shadow: 2px 2px 4px rgb(51, 51, 51);
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
}
.sp_box_s {
    font-size: 1.7rem;
    color: #3c6908;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #a8dd85; /* Old browsers */
    background: -moz-linear-gradient(top, #a8dd85 0%, #ffffff 32%, #87b54c 83%, #e1ead3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a8dd85 0%,#ffffff 32%,#87b54c 83%,#e1ead3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a8dd85 0%,#ffffff 32%,#87b54c 83%,#e1ead3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dd85', endColorstr='#e1ead3',GradientType=0 ); /* IE6-9 */
    box-shadow: 2px 2px 4px rgb(51, 51, 51);
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
}
#master_personal h1 small {
    color: #326507;
}
.career_design div {
    min-height: 389px;
}
.career_design div:nth-of-type(1) {
    background-color: #ebffb1;
}
.career_design div:nth-of-type(2) {
    background-color: #d6ffbd;
}
.career_design div:nth-of-type(3) {
    background-color: #d3ffe0;
}
#employment table {
    font-size: 1.2rem;
}
#employment h4 {
    background-color: #49754b;
    padding: 3px 10px;
    font-size: 1.4rem;
    color: #ffffff;
}
#employment span {
    font-weight: bold;
    margin-right: 1rem;
    color: #FF9800;
}

/*アクセスマップページ*/
#access_map_page img {
    width: auto;
    max-width: 100%;
}
/**************リンク集ページ*/
.panel-title a.panel_button {
    padding-left: 20px;
    background-image: url("../images/panel_button.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.panel-title a.panel_button.collapsed {
    background-image: url("../images/panel_button_collap.png");

}
.panel-body dd {
    border-bottom: dotted 1px #83b283;
    margin-bottom: 1rem;
    padding-left: 2rem;
    margin: 1rem 0 2rem 0;
}

/*フッター関連デザイン*/

footer#main {
    position: relative;
    background-color: #e1fcb1;
    height: auto;
    padding: 60px 0;
    background-image: url("../images/footer_back.png");
    background-repeat: repeat-x;
    background-position: top;
}
footer #copy {
    color: #505050;
}
#footer_title h2 {
    font-size: 1.9em;
    color: #798da6;
}
#footer_menu li {
    padding: 0;
}
#footer_menu li:after {
    content: " |";
}
#footer_menu li:last-child {
    content: normal;
}
#footer_logo img {
    margin-left: auto;
}
/*お問い合わせフォームデザイン*/
#contactForm .input-group {
    margin-bottom: 1em;
}
#contactForm .modal-title {
    background: transparent;
}
#no_copy small {
    padding: 2em 0 0 2em;
    font-size: 1rem;
    color: #787878;
}

/*ページネーション*/
.page-numbers.current {
    background-color: #337ab7;
    color: #ffffff;
}

/* 投稿コンテンツ用 */
.entry-content img {
    width: auto;
    max-width: 100%;
}
.entry-footer {
    clear: both;
    text-align: right;
    padding: 40px 0 0 0;
}
#nav-below {
    position: relative;
}
#nav-below .nav-next {
    text-align: right;
    /*margin-top: -1.5em;*/
}

.comment-author img {
    width: auto;
}
li.comment {
    list-style: none;
    border: dotted 1px #d58512;
    padding: 10px;
    margin-bottom: 10px;
}
.commentmetadata {
    text-align: right;
}

#go_newsList {
    margin: 3em 0 0 0;
}
.pickUp_content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.pickUp_content h1 {
    font-size: 1.8rem;
}
.news_excerpt {
    height: 6em;
    padding: 1rem 0;
    overflow: hidden;
}
#search_content {

}
#search_content h2 {
    font-size: 1.8rem;
}
#search_content article {
    border-bottom: solid 1px;
}
.search-form {
    text-align: right;
}
#master_personal header h1 {
    font-size: 3rem;
}
#master_personal img {
    max-width: 100%;
    /*width: auto;*/
}
.master_name {
    /*font-size: 3rem;*/
}
.master_class_list {
    margin-bottom: 10px;
    text-align: center;
    padding: 0 5px;
}
.master_class_list .glyphicon-user {
    color: #968585;
}

.master_name .name {
    font-weight: bold;
    font-size: 2.3rem;
}
.master_name .degree {
    font-size: 1.7rem;
    margin-left: 2rem;
}
.master_history h3 {
    font-size: 1.7rem;
}

.in_youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 40px 0;
}
.in_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.master_room, .section_menber {
    font-size: 1.6rem;
    margin: 20px 0;
}
#master_personal .data_base, #master_personal .web_site {
    font-size: 1.7rem;
    margin: 10px 0;
    color: #8BC34A;
}

#xs_view {
    display: none;
}
img.zaigaku_photo {
    background-image: url("../images/zaikou_shadow.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 22px;
}
/*********** スライドショー **************/
@keyframes fadeInSlide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}
#header_slide {
}
#slide {
    width:auto;
    height:500px;
    margin:0 auto;
    position:relative;
}
#slide img {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    /*max-width: 100%;*/
}
#slide ul {
    margin: 0;
}
#slide ul li {
    display: none;
}
#no_slide ul {
    list-style: none;
}

@keyframes up_slide {
    0% {
        background-position-y: top;
        opacity: 0;
    }
    20% {
        background-position-y: top;
        opacity: 1.0;
    }
    80% {
        background-position-y: -500px;
    }
    100% {
        background-position-y: top;
    }

}
#entrance_slide {
    height: 500px;
    overflow: hidden;
    background-image: url("../images/waiwai.jpg");
    background-position-x: center;
    /*background-position-y: top;*/
    animation: up_slide 30s;
}

/*.zaigaku_personal .caption {*/
    /*position: absolute;*/
    /*bottom: 60px;*/
    /*right: 30px;*/
/*}*/

/**********チェックシート*******/
#check_sheet .page_title {
    margin-bottom: 40px;
}
@media (max-width: 414px) {
    #check_sheet .page_title {
        font-size: 2rem;
    }
}

.input_area {
    border: solid 1px #bfbfbf;
    border-radius: 4px;
    /*margin-left: 2em;*/
}
@media (max-width: 375px) {
    .input_area {
        /*margin-left: 4em;*/
        margin-bottom: 0.5rem;
    }

}
#input_header {
    margin-bottom: 3rem;
}
#input_header .row div {
    margin-bottom: 1rem;
}
.input {
}
#confi {
    text-align: right;
}
#subm {
    text-align: right;
}
.input-title {
    font-size: 1.6rem;
    color: #3d3d3d;
}
#input_body {
    padding: 10px;
    border: solid 1px #ababab;
    border-radius: 10px;
    margin-bottom: 20px;
}
#input_body li {
    border-bottom: dotted 1px #999999;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
#input_body li span:first-child {
    padding-right: 1rem;
    color: #0e84b5;
}
#check_sheet_input hr {
    margin: 0;
}
.check_area_title {
    color: #0e84b5;
    margin-bottom: 2rem;
}
#input_data {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#input_time {
    margin-bottom: 1rem;
}
#input_time input {
    font-size: 2em;
}
#input_footer .input {
    margin: 2rem 0;
    border-bottom: dotted 1px #999999;
}
#getout_box {
    border: dotted 1px;
    border-radius: 10px;
    padding: 10px;
}
#getout_box ul {
    list-style: none;
    padding: 0;
}
#in_box {
    border: dotted 1px;
    border-radius: 10px;
    padding: 10px;
}
#in_box ul {
    list-style: none;
    padding: 0;
}
#des_box {
    border: dotted 1px;
    border-radius: 10px;
    padding: 10px;
}
#des_box ul {
    list-style: none;
    padding: 0;
}

@keyframes my-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hidden_box {
    display: none;
}
.hidden_box.visible_box {
    display: block;
    animation-name:     my-fade-in;
    animation-duration: 2s;
}

#mw_wp_form_mw-wp-form-721 .input_area {
    font-size: 16px;
}

#witeCover {
    width: 100%;
    height: 100%;
    background: #000000a1;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    padding-top:200px;
    text-align:center;
}

/**********メディアクエリ　レスポンシブ対応*/

@media (min-width: 1921px) {
    #main_content {
        margin-top: 1240px;
    }
}
@media (min-width: 2560px) {
    #main_content {
        margin-top: 1440px;
    }
    div#top_logo {
        margin-top: 12%;
    }
}

@media (max-width: 1920px) {
    #main_content {
        margin-top: 1070px;
    }
}
@media (max-width: 1440px) {
    #main_content {
        margin-top: 800px;
    }
    .page_image {
        height: 380px;
    }
}
@media (max-width: 1366px) {
    #main_content {
        margin-top: 760px;
    }
    .page_image {
        height: 320px;
    }
}
@media (max-width: 1280px) {
    #main_content {
        margin-top: 720px;
    }
    .page_image {
        height: 280px;
    }
}
@media (max-width: 1024px) {
    #main_content {
        margin-top: 570px;
    }
    h1#top_title {
        font-size: 2.8rem;
    }
    .page_image {
        height: 220px;
    }
    #master_slide {
        height: 620px;
    }
}
@media (max-width: 768px) {
    #main_content {
        margin-top: 430px;
    }
    #main_content h2 {
        font-size: 2.4rem;
    }
    h1#top_title {
        font-size: 2.15rem;
    }
    div#top_logo {
        margin-top: 16%;
    }
    .page_image {
        height: 200px;
    }
    #nav-below .nav-next {
        margin-top: 0;
    }
    #master_personal header h1 {
        font-size: 3rem;
    }
    .career_design div {
        min-height: 100%;
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    #entrance_slide {
        height: 250px;
        background-size: cover;
        animation: none;
    }
    #master_slide {
        height: 480px;
    }
    #slide {
        height: 140px;
    }
    #main_content .inner {
        min-height: 100%;
    }
    .nav-previous {
        position: absolute;
        left: 0;
    }
    .nav-next {
        position: absolute;
        right: 0;
    }
    /*.caption h3 {*/
        /*font-size: 1.4rem;*/
    /*}*/
    /*.caption h3 span {*/
        /*font-size: 1.7rem;*/
    /*}*/
}
@media (max-width: 425px) {
    #main_content {
        margin-top: 240px;
    }
    #main_content h2 {
        font-size: 2.2rem;
    }
    h1#top_title {
        font-size: 1.9rem;
    }
    div#top_logo {
        margin-top: 7%;
        width: 80%;
    }
    h1#top_title img {
        width: 80%;
    }
    #footer_menu li {
        display: block;
    }
    #footer_menu li:after {
        content: normal;
    }
    .page_image {
        height: 120px;
    }
    .name_box {
        font-size: 13px;
    }
    #master_personal header h1 {
        font-size: 1.7rem;
    }
    .master_name {
        font-size: 2rem;
    }

    .master_name .degree {
        font-size: 1.7rem;
        margin-left: 2rem;
    }
    #back_image {
        width: 360px;
        height: 360px;
    }
    #master_slide {
        height: 280px;
    }
    div#go_area {
        margin-top: -30px;
    }
    #master_plan div.caption {
        position: relative;
        left: 0;
    }
    #go_newsList {
        margin: 8em 0 0 0;
    }
    #nav-below .nav-next {
        margin-top: 2rem;
    }
    .profile_modal {
        width: auto;
    }

}
@media (max-width: 375px) {
    ul {
        padding-left: 20px;
    }
    #main_content {
        margin-top: 210px;
    }
    h1#top_title {
        font-size: 1.6rem;
    }
    #main_content h2 {
        font-size: 2rem;
    }
    #footer_title h2 {
        font-size: 1.6em;
    }
    #sm_view {
        display: none;
    }
    #xs_view {
        display: block;
    }
    h1.entry-title {
        font-size: 2.4rem;
    }
    #master_slide {
        height: 240px;
    }
    #master_personal header h1 {
        font-size: 1.4rem;
    }
    #master_plan div.caption {
        position: relative;
    }
    button.btn.btn-primary {
        font-size: 1.2rem;
        padding: 5px;
    }
    .master_class_list {
        /*height: 5em;*/
    }
    .open_col {
        min-height: 5em;
    }
    #go_newsList {
        margin: 4em 0 0 0;
    }
}
@media (max-width: 320px) {
    #main_content {
        margin-top: 180px;
    }
    #footer_title h2 {
        font-size: 1.4em;
    }
    #back_image {
        width: 310px;
        height: 310px;
    }
}

/*Wordpress デフォルト*/
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}



