@charset "utf-8";
/**
 * HEARTS-K一般画面
 * frpgページ
 * 
 * create: 2012-03-22
 * update: 2012-09-16
 * 
 * @package     HEARTS-K
 * @author      ik
 * @copyright   Copyright (c) 2012 , MarveLiX Creation , http://mvlix.com/
 * @version     HEARTS-K 1.00
 */


/* スタッフ用 */

    .staf ul.uppr {
        width: 600px;
        padding-bottom: 50px;
    }

    .staf ul.uppr li.l ,  .staf ul.uppr li.r{
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
    }

    .staf ul.uppr li.l {
        padding-right: 50px;
    }

    .staf ul.uppr li.r {
        width: 250px;
    }

    .staf ul.l > li , .staf ul.r > li  {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
    }


    .staf .post {
        color: #7D7D7D;
        font-size: 14px;
    }

    .staf .sei_mei {
        font-size: 18px;
        font-weight:bold;
    }

    .staf .photo {
        padding-bottom: 3px;
    }

    .staf .photo img {
		width: 180px;
    }

    .staf .cal {
        padding-bottom: 8px;
    }

    .staf .prof {
        width: 350px;
    }

    .staf ul.undr li {
        display: inline-block;
        vertical-align: top;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
    }

