@charset "UTF-8";

/* 
	:title 		"スタッフ紹介ページ用スタイルシート";
	:created 	"2010/05/11";
	:release 	[:revision "1.00"];
	:auther 	[:name "Project D"];
*/

/* title
-------------------------------------------------- */ 
#contents .size3of4 h2 {
	width		: 570px;
	height		: 25px;
	margin		: 0 0 15px 0;
	background	: url(../img/bgi_sprites.png) no-repeat;
}


#contents .size3of4 h3.horie {
	width		: 570px;
	height		: 42px;
	margin		: 0 0 15px 0;
	background	: url(../img/bgi_sprites.png) 0px -76px;
}

#contents .size3of4 h3.tennoji {
	width		: 570px;
	height		: 42px;
	margin		: 0 0 15px 0;
	background	: url(../img/bgi_sprites.png) 0px -118px;
}

/* スタッフ紹介
-------------------------------------------------- */ 
#contents .size3of4 .section { margin: 0 0 2em 0; }

.size1of5 { float: left; }
.size4of5 { float: right; }

.label { color: #333; }

.name,
.overview { margin: 0 0 1em 0; }
	.name strong {
		font-size	: 1.16em;
		color		: #333;
	}

.licence { margin: 0 2em 1em 2em; }
	.licence li { list-style: disc; }


/* Beauty Soulでは一緒に働いてくれるスタッフを〜
-------------------------------------------------- */ 
#contents .size3of4 table {
	width			: 97%;
	margin			: 1em 0;
	border-collapse	: collapse;
}

#contents .size3of4 table th,
#contents .size3of4 table td {
	padding			: 5px;
	vertical-align	: middle;
	border			: 1px solid #fff;
}

#contents .size3of4 table th {
	width		: 18%;
	font-weight	: normal;
	background	: #e98a8e;
	color		: #fff;
}

#contents .size3of4 table td {
	width		: 78%;
	background	: #eeead1;
}


/* clearfix
-------------------------------------------------- */
#contents .size3of4 .section:after {
	height		: 0;
	display		: block; 
	clear		: both; 
	content		: url(/common/img/pixel.png);
}

#contents .size3of4 .section { overflow: hidden; }

/* Hides from IE-mac \*/
* html #contents .size3of4 .section {
  height		: 1%;
  overflow		: visible;
}
