@charset "utf-8";
@import "/css/common.css";

/*==================================================================*/

/* staff style css(スタッフ紹介) */

/*==================================================================*/
/* h1 */
h1{margin:6px auto 1em;padding:0;}

#staff *{margin:0;padding:0;}
#staff img{vertical-align:bottom;}
#staff{
	width:670px;
	margin:0 auto 3em;
}

#staff p.read{margin:0 0 2.6em;}

/* h2 */
#staff h2{margin:0 0 1.4em;}

/* 共通 */
/* -------------------------------------------- */
#staff dl{
	margin:0 auto 1em;
	padding:0 0 4px;
	border-bottom:1px dashed #ccc;
}

#staff dl dt{margin:0 0 0.2em;}
#staff dl dd{margin:0 0 0 6px;}

#staff dl.separate{
	margin:0 auto 1em;
	padding:0 0 4px;
	border-bottom:1px dashed #ccc;
}

/* clear hack */
#staff dl.separate{zoom:1;}
#staff dl.separate:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#staff dl.separate dt{
	width:69px;
	float:left;
	margin:0;
	padding:0;
}

/* 代表取締役紹介 */
/* -------------------------------------------- */
#staff .president{
	width:660px;
	margin:0 auto 2em;
}

/* clear hack */
#staff .president{zoom:1;}
#staff .president:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#staff .president .photo{
	width:190px;
	float:left;
	padding:4px 0 0;
}

#staff .president .profile-r{
	width:450px;
	float:right;
}

#staff .president dl.separate dd{
	width:365px;
	float:right;
	margin:0;
	padding:0;
}

/* スタッフ紹介 */
/* -------------------------------------------- */
#staff .block{
	width:660px;
	margin:0 auto 2em;
}

/* clear hack */
#staff .block{zoom:1;}
#staff .block:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#staff .block .left{
	float:left;
	width:310px;
}

#staff .block .right{
	float:right;
	width:310px;
}

#staff .block .profile{}

/* clear hack */
#staff .block .profile{zoom:1;}
#staff .block .profile:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#staff .block .photo{
	width:130px;
	float:left;
}

#staff .block .profile-r{
	width:168px;
	float:right;
	padding:3px 0 0;
}

#staff .block dl.separate dd{
	width:85px;
	float:right;
	margin:0;
	padding:0;
}

/* --------------------------------------------------------------- */


