﻿@charset "utf-8";
/*Copyright 2011 FSFIELD All Rights Reserved.*/

/* ----------------------------------------------

メンバーでのみ使用されているスタイルシートをまとめています。

---------------------------------------------- */

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

/* global_navi
---------------------------------------------- */

li#gn02 a {
    background: url(../img/navi_global01.jpg) no-repeat -136px -84px;
}

/* promotion
---------------------------------------------- */

div#promotion {
    background: url(../members/img/bg_promotion01.jpg) no-repeat 0 0;
    width: 920px;
    height: 148px;
    margin-bottom: 20px;
}

/* ------------------------------------------------------------

index_old.html

------------------------------------------------------------ */

div#bg_professor,
div#bg_d1,
div#bg_d2,
div#bg_d3,
div#bg_m1,
div#bg_m2,
div#bg_b3,
div#bg_b4 {
    padding: 32px 0 0 0;
}

div#bg_professor {
    background: url(../members/img/bg_professor01.gif) no-repeat 0 0;
}

div#bg_d1 {
    background: url(../members/img/bg_d1_01.gif) no-repeat 0 0;
}

div#bg_d2 {
    background: url(../members/img/bg_d2_01.gif) no-repeat 0 0;
}

div#bg_d3 {
    background: url(../members/img/bg_d3_01.gif) no-repeat 0 0;
}

div#bg_m1 {
    background: url(../members/img/bg_m1_01.gif) no-repeat 0 0;
}

div#bg_m2 {
    background: url(../members/img/bg_m2_01.gif) no-repeat 0 0;
}

div#bg_b4 {
    background: url(../members/img/bg_b4_01.gif) no-repeat 0 0;
}

div#bg_b3 {
    background: url(../members/img/bg_b3_01.gif) no-repeat 0 0;
}

/* member
---------------------------------------------- */

div.member {
    overflow: hidden;
    height: 100%;
    border-bottom: 1px dotted #333;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

div.member img.photo {
    width: 120px;
    height: 140px;
    float: left;
    margin: 0 10px 0 0;
    object-fit: cover;
}
