@charset "utf-8";
/* CSS Document 
スタッフ紹介ページ用
*/
.link {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	padding-left:18px;
	margin-bottom:3px;
	list-style-type: none;
}

#main h4.staff {
	background-image:none;
	padding:0px;
	margin:0px;
	font-size:14px;
}
#wapper #main h3.question {
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/QUE.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:10px;
	padding-top:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:15px;
}
p.answer,
#main h4.answer{
	font-size:14px;
	background-image:url(../images/ANS.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:10px;
	padding-top:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main h4.answer {
	color:#039;
}
table.detail {
	width:580px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

table.detail th {
	background-color:#EEEEEE;
	width:190px;
	padding:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.detail td {
	padding:5px;
}

.staff_box1 {
	width:600px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.staff_box1 .photo {
	width:200px;
	height:175px;
	background-color:#06C;
	float:left;
	margin-top:15px;
}
.staff_box1 .comment {
	padding-top:10px;
	width:375px;
	float:right;
}
.staff_box2 {
	width:600px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.staff_box2 .comment {
	padding-top:10px;
	width:600px;
}




/**/
.img_hitokoto {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}
.img_R {
	float:right;
	margin-bottom:10px;
	margin-left:15px;
	margin-top:10px;
}
.img_L {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	margin-left:20px;
}
.staff_box_hitokoto {
	width:600px;
}

.staff_box_hitokoto .img {
	width:200px;
	float:left;
	margin-right:15px;
}

.staff_box_hitokoto .text {
	width:370px;
	float:right;
	
}
.staff_box_hitokoto .comment {
	font-size:12px;
	line-height:16px;
	margin-top:10px;
}


/*---------------------------------------------------------------------*/

.staff_block {
	width:600px;
}
.staff_block .staff_box_boss {
	padding-top:15px;
	width:600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:10px;
	margin-top:20px;
}
.staff_block .staff_box_boss .img {
	width:250px;
	float:left;
	margin-right:15px;
}
.staff_block .staff_box_boss .text {
	float:right;
	
}
.staff_block .staff_box_boss .name {
	font-size:14px;
	font-weight:bold;
}
.staff_block .staff_box_boss .comment {
	font-size:12px;
	line-height:16px;
	margin-top:10px;
}
.staff_block .comment p {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	font-size:12px;
	line-height:16px;
}
.staff_block .staff_boxL,
.staff_block .staff_boxR {
	width:290px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.staff_block .staff_boxL {
	float:left;
}
.staff_block .staff_boxR {
	float:right;
}
.staff_block .staff_boxL .img,
.staff_block .staff_boxR .img {
	width:95px;
	height:110px;
	background-color:#CCC;
	float:left;
}
.staff_block .staff_boxL .text,
.staff_block .staff_boxR .text {
	padding-top:5px;
	float:right;
	width:180px;
}
.staff_block .staff_boxL .text .name, 
.staff_block .staff_boxR .text .name {
	font-size:14px;
	font-weight:bold;
}
.staff_block .staff_boxL .text .comment,
.staff_block .staff_boxR .text .comment{
	font-size:12px;
	line-height:16px;
}

