@charset "utf-8";
/* CSS Document */

/* スタッフプロフィールページ設定 */

#contents #staff .profile td:nth-child(2) {
	padding-right:1em;
}
@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents #staff dt h6 {
	font-size: 21px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
}
#contents #staff .profile {
	border: 7px solid #EEE;
	padding: 20px 30px;
}
#contents #staff .profile td {
	font-size: 18px;
	line-height: 1.7em;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #staff {
	margin:0px 10px;
}
#contents #staff dt h6 {
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
}
#contents #staff .profile {
	border: 5px solid #EEE;
	padding: 15px 20px;
}
#contents #staff .profile td {
	font-size: 13px;
	line-height: 1.7em;
}
}
