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

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

#contents #staff .profile td:nth-child(2) {
	padding-right:1em;
}
@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents h3 {
	font-size: 21px;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding:0.5em 0.2em;
	padding-bottom:0.6em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #875b30;
	border-bottom-color: #875b30;
}
#contents h4 {
	font-size: 18px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.5em;
	color: #6dab6f;/* #4F913A */
}
#contents .point {
	font-size: 18px;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	color: #C30;
	text-decoration: underline;
	font-weight: bold;
}
#contents dl {}
#contents dt {
	float:right;
	margin-left:4em;
	margin-bottom:1em;
}
#contents dt img {
	width:170px;
	margin-bottom:1em;
}
#contents dt p {
	font-size: 16px;
	line-height: 1.4em;
}
#contents dt p strong {
	font-size: 18px;
	line-height: 1.5em;
}
#contents dd {}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents h3 {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.7em;
	padding:0.5em 0.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #875b30;
	border-bottom-color: #875b30;
}
#contents h4 {
	font-size: 14px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.5em;
	color: #6dab6f;/* #4F913A */
}
#contents .point {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	color: #C30;
	text-decoration: underline;
	font-weight: bold;
}
#contents dl {
	margin-top:20px;
}
#contents dt {
	float:none;
	margin-left:0px;
	margin-bottom:0px;
	padding-bottom:15px;
}
#contents dt img {
	width:33%;
	margin-bottom:0px;
	float:left;
	margin-left:20px;
	margin-right:30px;
}
#contents dt p {
	font-size: 13px;
	line-height: 1.4em;
}
#contents dt p strong {
	font-size: 14px;
	line-height: 1.5em;
}
#contents dd {}
}
