@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    /* vertical-align: baseline; */
}


/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
    max-width: 100%;
    border: none;
}

/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
    width: 100%;
    border: none;
}

.web-ol{
    width: 93%;
    padding-bottom: 20px;
    margin: 0 auto;
    list-style-type: decimal;
    font-size: 14px;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* clearfix */
.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

a, a:active {
    text-decoration: none !important;
}

#title {
    width: 100%;
    background: #f3f3f3;
    /*background-image: url(../images/titlebg.png);*/
    height: 134px;
    text-align: center;
}
#title h1 {
    height: 120px;
}
#title .border_hd {
    width: 100%;
    height: 7px;
    background: url(../images/border01.png);
    background-repeat: repeat;
}
.sliderArea {
    position: relative;
}
.sliderArea .slider {
    z-index: 1;
}
.sliderArea .border_bg {
    width: 100%;
    height: 7px;
    background: url(../images/border01.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: 2;
}

.contents {
    width: 100%;
    color: #3e3e3e;
}
.contents section {
    margin: 7px auto 0;
}

.teachers {
    width: 100%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotateZ(0.03deg);
}
section div.teachers:nth-child(even) {
    background-color:#eee;
}

.teacher_details {
    width: 310px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.teacher_details .teacher_photo {
    width: 100px;
    height: 100px;
    /* margin: 0; */
    display: inline-block;
    float: left;
}
.teacher_details .teacher_photo img {
    border: solid 2px #b5b5b5;
    width: 96px;
    height: 96px;
}
.teacher_details .teacher_name {
    margin: 0 0 0 10px;
    width: 55%;
    height: 100px;
    position: relative;
    float: left;
    text-align: left;
}
.teacher_details .teacher_name .teacher_names {
    position: absolute;
    bottom: 0px;
}
.teacher_details .teacher_name .teacher_names h2 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
    height: 20px;
}
.teacher_details .teacher_name .teacher_names h2.name_en {
    font-size: 13px;
    letter-spacing: 0;
}
.teacher_details .teacher_name .teacher_names h2 span {
    margin: 0 0 0 10px;
}
.teacher_details .teacher_name .teacher_names h2 span img {
    height: 20px;
    vertical-align: text-top;
}
.teacher_details .teacher_name .teacher_names h3 {
    display: block;
    font-size: 8px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0 0 0;
    color: #808080;
}
.teacher_name h4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotateZ(0.03deg);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6em;
}

.read-more {
    height: 100px;
    display: inline-block;
    float: right;
}
.read-more a.arrow-read:hover img {
    background-color:#e0e0e0;
}
.read-more img {
    height: 105px;
}

.teachers .border_bg {
    width: 100%;
    height: 7px;
    background: url(../images/border01.png);
    background-repeat: repeat-x;
}


/* 各教員ページ */
#tch_title {
    width: 100%;
    height: 134px;
    background: #f3f3f3;
    text-align: center;
}
#tch_title h1 {
    height: 120px;
}
#tch_title h1 img {
    margin: 22px auto;
}
#tch_title .border_hd {
    width: 100%;
    height: 7px;
    background: url(../images/border01.png);
    background-repeat: repeat;
}

.tch_top {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotateZ(0.03deg);
}
.tch_photo {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.tch_name {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    text-align: left;
}
.tch_name h2 {
    margin: 30px 0 0;
    font-size: 27px;
    letter-spacing: 0.1em;
}
.tch_name h2.name_en {
    font-size: 25px;
    letter-spacing: 0em;
}
.tch_name h2 span {
    margin: 0;
    padding: 0 0 0 10px;
}
.tch_name h2 span img {
    height: 35px;
    vertical-align: text-top;
}
.tch_name h3 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.07em;
    margin: 5px 0 0;
    color: #808080;
}
.tch_name h4 {
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 3px 2px;
    border-bottom: solid 2px #808080;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.tch_name h5 {
    display: inline-block;
    margin: 30px 0 0;
    padding: 5px 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
}
.tch_name h5.tch_p {
    color: #de709f;
    border: solid 2px #de709f;
}
.tch_name h5.tch_g {
    color: #eca153;
    border: solid 2px #eca153;
}
.tch_name h5.tch_m {
    color: #6fb364;
    border: solid 2px #6fb364;
}
.tch_name ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.tch_name ul li {
    display: inline-block;
    margin: 0;
    padding: 5px 5px 0;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.tch_details {
    width: 90%;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotateZ(0.03deg);
}
.tch_details h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotateZ(0.03deg);
    font-size: 20px;
    width: 100%;
    margin: 50px 0;
}
.tch_details h3 {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 3px 0 30px;
    border-bottom: solid 5px #8c1f53;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
    background-image: url("../images/mark01.png");
    background-size: 25px 25px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.tch_details p {
    margin: 30px auto 50px;
    padding: 0;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.tch_message {
    margin: 10px auto;
    padding: 5px;
    width: 90%;
    border: solid 6px #8c1f53;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotateZ(0.03deg);
}
.tch_message:before {
    content: url("../images/mark02.png");
    margin-right:10px;
}
.tch_message h2 {
    font-size: 15px;
    line-height: 1.8em;
    margin: 0 auto;
    padding: 0 0 0px;
    text-align: center;
}
.tch_message h2 span {
    font-size: 25px;
    letter-spacing: 0.1em;
}
.tch_message .border_bg {
    margin: 0 auto;
    width: 240px;
    height: 10px;
    background: url(../images/border01.png);
    background-repeat: repeat;
}
.tch_message p {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 40px auto 40px;
    padding: 0 20px;
}

.tch_profile {
    margin: 70px auto;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotateZ(0.03deg);
}
.tch_profile .btn-read {
    font-size: 15px;
    letter-spacing: 0.1em;
    background-color: #9e9e9e;
    border: 1px solid #9e9e9e;
    border-radius: 25px;
    margin: 0 auto;
    padding: 15px 5px;
    width: 250px;
    display: inline-block;
}
.tch_profile a {
    color: #ffffff;
}
.tch_profile a:active {
    background: #ccc;
    border: 1px solid #ccc;
}



#footer {
    width: 100%;
    height: auto;
    margin: 0 0 2px;
}
.border_ft {
    width: 100%;
    height: 20px;
    background: url(../images/border01.png);
    background-repeat: repeat;
}
#footer #ft_left p {
    width: 90%;
    margin: 40px auto 0;
}
#footer #ft_right p#copyright {
    margin: 20px 20px 20px 0;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: right;
}
/*
#footer #pt {
    float: right;
    width: 70px;
}
*/




/* タブレットレイアウト : 520 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 520px) {
    .gridContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .br-sp {
        display: none;
    }

    .sliderArea .slider {
        height: auto;
    }

    .teacher_details {
        width: 510px;
        padding: 50px 0;
    }
    .teacher_details .teacher_photo {
        width: 160px;
        height: 160px;
        margin: 0;
    }
    .teacher_details .teacher_photo img {
        width: 156px;
        height: 156px;
    }
    .teacher_details .teacher_name {
        width: 56%;
        margin : 0 0px 0 20px;
        height: 160px;
    }
    .teacher_details .teacher_name .teacher_names h2 {
        font-size: 25px;
        letter-spacing: 0.12em;
        margin: 30px 0 0 0;
        height: 35px;
    }
    .teacher_details .teacher_name .teacher_names h2.name_en {
        font-size: 23px;
    }
/*
    .teacher_details .teacher_name .teacher_names h2 span {
        margin: 0 0 0 15px;
    }
*/
    .teacher_details .teacher_name .teacher_names h2 span img {
        height: 35px;
        vertical-align: middle;
    }
    .teacher_details .teacher_name .teacher_names h3 {
        font-size: 15px;
        margin: 0;
    }
    .teacher_details .teacher_name h4 {
        font-size: 18px;
        margin: 0;
    }

    .read-more {
        margin: 0 0 0 10px;
        height: 160px;
    }
    .read-more img {
        height: 160px;
    }

    /* 各教員ページ */
    .tch_top {
        width: 95%;
        margin: 0 auto;
		max-width: 1000px;
    }
    .tch_photo {
        float: left;
        margin: 20px auto 0;
        width: 50%;
    }
    .tch_name {
        float: left;
        width: 40%;
        margin: 0 0 0 40px;
    }
    .tch_name h2 {
        margin: 20px 0 0;
        font-size: 21px;
    }
    .tch_name h2.name_en {
        font-size: 19px;
    }
    .tch_name h2 span img {
        height: 30px;
        vertical-align: middle;
    }
    .tch_name h3 {
        margin: 5px 0 0;
        font-size: 13px;
    }
    .tch_name h4 {
        margin: 20px 0 0;
        font-size: 13px;
    }
    .tch_name h5 {
        margin: 30px 0 0;
        font-size: 12px;
    }
    .tch_name ul li {
        margin: 0;
        font-size: 15px;
        letter-spacing: 0.12em;
    }

    .tch_details {
        width: 90%;
        margin: 0 auto;
		max-width: 1000px;
    }
    .tch_details h2 {
        font-size: 25px;
        margin: 50px 0;
    }
    .tch_details h3 {
        font-size: 18px;
        background-size: 30px 30px;
        background-position: 0;
        padding: 0 10px 0 35px;
    }
    .tch_details p {
        margin: 30px auto 80px;
        font-size: 16px;
        line-height: 1.75em;
    }

    .tch_message {
        margin: 10px auto;
        width: 70%;
		max-width: 800px;

    }
    .tch_message h2 {
        padding : 0 0 5px;
        width: 100%;
    }
    .tch_message h2 span {
        font-size: 25px;
    }
    .tch_message .border_bg {
        width: 350px;
    }
    .tch_message p {
        margin: 40px auto 40px auto;
        padding: 0 50px;
        line-height: 1.75em;
    }

    .tch_profile {
        margin: 70px auto;
    }
    .tch_profile .btn-read {
        font-size: 18px;
        padding: 15px 5px;
        width: 250px;
    }

    #footer {
        height: 150px;
    }
    #footer #ft_left {
        position: relative;
        float: left;
        width: 50%;
        height: 100px;
    }
    #footer #ft_left p {
        margin: 0 0 0 50px;
        padding: 0 0 5px;
        position: absolute;
        bottom: 0px;
    }
    #footer #ft_right {
        position: relative;
        float: left;
        width: 50%;
        height: 100px;
    }
    #footer #ft_right p#copyright {
        width: 90%;
        margin: 0;
        padding: 0 0 10px;
        font-size: 11px;
        position: absolute;
        bottom: 0px;
        text-align: right;
    }
}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {
    .gridContainer {
        margin: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .teacher_details {
        width: 100%;
        max-width: 1000px;
        min-width: 750px;
        padding: 50px 0;
    }
    .teacher_details .teacher_photo {
        margin: 0 20px 0 20px;
        width: 250px;
        height: 250px;
    }
    .teacher_details .teacher_photo img {
        width: 246px;
        height: 246px;
    }
    .teacher_details .teacher_name {
        width: 52%;
        height: 250px;
        margin: 0 0 0 20px;
    }
    .teacher_details .teacher_name .teacher_names h2 {
        font-size: 32px;
        height: 55px;
    }
    .teacher_details .teacher_name .teacher_names h2.name_en {
        font-size: 30px;
    }
    .teacher_details .teacher_name .teacher_names h2 span img {
        height: 55px;
    }
    .teacher_details .teacher_name h4 {
        font-size: 28px;
        line-height: 1.75em;
    }

    .read-more {
        margin: 0 10px 0 0;
        height: 250px;
    }
    .read-more img {
        width: 100%;
        height: 250px;
        margin: 0;
    }

    .tch_name h2 {
        font-size: 32px;
    }
    .tch_name h2.name_en {
        font-size: 25px;
    }
    .tch_name h2 span img {
        height: 50px;
    }
    .tch_name h3 {
        font-size: 15px;
    }
    .tch_name h4 {
        font-size: 20px;
    }
    .tch_name h5 {
        font-size: 16px;
    }
    .tch_name ul li {
        font-size: 16px;
    }
    .tch_details h2 {
        font-size: 35px;
		font-weight: 500;
    }
    .tch_details h3 {
        font-size: 20px;
        background-size: 35px 35px;
        background-position: 0 1;
        padding: 0 10px 0 40px;
    }
    .tch_message p {
        padding: 25px 100px;
    }

    #footer {
        height: 150px;
    }
    #footer #ft_left {
        height: 110px;
    }
    #footer #ft_right {
        height: 110px;
    }

    #footer #ft_left p {
        width: 100%;
    }
    #footer #ft_right p {
        font-size: 13px;
    }

}

h1 img{
	margin: 22px auto;
}

