@charset "utf-8";
@media screen and (min-width: 768px) {
#contents h1{
	margin-bottom: 60px;
	background: url(../images/staff/title_photo.jpg) no-repeat center center;
}
#contents h1 .inner{
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 4em;
	color: #FFFFFF;
	padding: 0px 0px 0px 70px;
	line-height: 250px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#mainContents .staff{
	margin-bottom: 60px;
}
#mainContents .staff .photo{
	float: left;
}
#mainContents .staff .exp{
	float: right;
	width: 750px;
	padding-top: 10px;
}
#mainContents .staff h2{
	font-size: 1.8em;
	color: #a08c64;
	margin-bottom: 20px;
	border-bottom: 1px solid #a08c64;
	padding: 0px 0px 10px;
}
#mainContents .staff h2 .position{
	color: #fa0000;
	font-size: 0.6em;
	float: right;
	padding-top: 7px;
}
#mainContents .staff p.comment{
	font-size: 1.2em;
	line-height: 180%;
	margin-bottom: 20px;
	color: #000000;
}
#mainContents .staff .leftContainer{
	float: left;
}
#mainContents .staff .rightContainer{
	float: right;
}
#mainContents .staff p.other{
	margin-bottom: 1em;
}
#mainContents .staff p.other .title{
	font-weight: bold;
}
#mainContents .staff p.sns{
	padding: 0 10px 0px 0px;
}
#mainContents .staff p a{
	margin-left: 15px;
}
}
@media screen and (max-device-width: 767px) {
#contents h1{
	margin-bottom: 15px;
	background: url(../images/staff/sp_title_photo.jpg) no-repeat center center;
	background-size:100% auto;
}
#contents h1 .inner{
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 2em;
	color: #FFFFFF;
	padding: 30px 0px 30px 20px;
}
#mainContents .staff{
	margin-bottom: 40px;
}
#mainContents .staff .photo{
	text-align:center;
	margin-bottom: 20px;
}
#mainContents .staff .exp{
	padding: 0 15px;
}
#mainContents .staff h2{
	font-size: 1.6em;
	color: #a08c64;
	margin-bottom: 15px;
	border-bottom: 1px solid #a08c64;
	padding: 0px 0px 10px;
}
#mainContents .staff h2 .position{
	color: #fa0000;
	font-size: 0.7em;
	float: right;
	padding-top: 4px;
}
#mainContents .staff p.comment{
	line-height: 180%;
	margin-bottom: 15px;
	color: #000000;
}
#mainContents .staff p.other{
	margin-bottom: 15px;
	line-height: 160%;
}
#mainContents .staff p.other .title{
	font-weight: bold;
}
#mainContents .staff p.sns{
	padding: 5px 0px 0px 0px;
}
#mainContents .staff p a{
	margin-left: 15px;
}
}