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

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

@media print,screen and (min-width: 768px){
/* PC用設定 */

#contents #staff {
	padding:0px 25px;
	padding-bottom:80px;
}
#contents #staff dl {
	padding-top:10px;
}
#contents #staff dt {
	float:right;
	width:220px;
	margin-bottom:20px;
}
#contents #staff dt img {
	width:100%;
	margin-bottom:10px;
	border-radius: 10px;
}
#contents #staff dt h6 {
	font-size: 21px;
	line-height: 1.3em;
	text-align: center;
	font-weight: normal;
}
#contents #staff dt h6 small {
	font-weight: normal;
}
#contents #staff dd {
	float:left;
	width:430px;
}
#contents #staff .chronology {
	border: 10px solid #f9eded;
	padding: 15px 25px;
	margin-top:1em;
	background-color: #FFF;
}
#contents #staff .chronology li {
	font-size: 21px;
	line-height: 1.3em;
	text-indent: -4em;
	margin-left:4em;
	margin-bottom:0.3em;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */

#contents #staff {
	padding:0px 10px;
	padding-bottom:40px;
}
#contents #staff dl {
	padding-top:5px;
}
#contents #staff dt {
	float:none;
	width:60%;
	margin:0px auto;
	margin-bottom:20px;
}
#contents #staff dt img {
	width:100%;
	margin-bottom:10px;
	border-radius: 5px;
}
#contents #staff dt h6 {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	font-weight: normal;
}
#contents #staff dt h6 small {
	font-weight: normal;
}
#contents #staff dd {
	float:none;
	width:auto;
}
#contents #staff .chronology {
	border: 5px solid #f9eded;
	padding: 15px 20px;
	margin-top:1em;
	background-color: #FFF;
}
#contents #staff .chronology li {
	font-size: 14px;
	line-height: 1.3em;
	text-indent: -4em;
	margin-left:4em;
	margin-bottom:0.3em;
}
}
