/* HTML初期化 */
body {
	line-height: 1;
	margin: 0;
	zoom:1
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
}

p, dl, dt, dd, em, form, address,ul,li {
	margin: 0;
	padding: 0;
	font-style:normal;
}

/* HTML5用 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

fieldset {
	border:0;
	margin: 0;
	padding: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

li {
	padding: 0;
	margin: 0;
}

input, select {
	vertical-align: middle;
}

/* tableタグ*/
th,td{
	padding:0;
}

caption{
	text-align:left;
} 


/* リンク設定 */
a {
	outline:0;
	border:0;
	transition: all 0.3s ease;
}

@media screen and (max-width: 800px) {
a {
	transition:none;
}
}

a img {
	border:0;
}

img {
	border:0;
	max-width:100%;
}

html {
	-webkit-text-size-adjust: none;
	zoom:1;
}

body,html {
	min-height:100%;
}

/* 画像保存 */
img {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

/*============================================
基本CSS
===========================================*/
body {
	line-height: 1;
	margin: 0;
	width: 100%;
	height:100%;
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "sans-serif"
}

#ContWrapper {
box-sizing: border-box;
}

#ContInner {
padding: 3%;
overflow: hidden;
box-sizing: border-box;
max-width: 920px;
margin: auto;
}

#Logo {
position: absolute;
top:5%;
left: 2%;
width: 40px;
z-index: 10;
}

#CloseBtn {
position: absolute;
top:5%;
right: 2%;
width: 40px;
z-index: 10;
	cursor: pointer;
}

#SPheader,
#winClose {
display: none;
}

#StaffHeaderWrapper {
width: 80%;
max-width: 650px;
min-width: 500px;
margin: auto;
	position: relative;
	z-index: 1;
}

#StaffPhoto {
width: 200px;
float: left;
border-radius: 100px;
overflow: hidden;
}

#StaffPhoto img {
display: block;
height: 200px;
width: 200px;
}

#StaffPhoto.sf01 {
background: url(../img/staff_ph01.jpg) center center;
background-size: cover;
}

#StaffPhoto.sf02 {
background: url(../img/staff_ph02.jpg) center center;
background-size: cover;
}

#StaffPhoto.sf03 {
background: url(../img/staff_ph03.jpg) center center;
background-size: cover;
}

#StaffHeader {
margin-left: 230px;
}

#StaffHeader h1 {
font-size: 1em;
padding-bottom: 30px;
padding-top: 10px;
}

#StaffHeader h1 strong {
font-weight: 700;
border-bottom: 2px solid #000;
padding-bottom: 3px;
}

#StaffHeader span {
font-size: 0.8em;
display: block;
line-height: 1.6;
padding-bottom: 10px;
}

#StaffHeader h3 {
font-size: 1.6em;
letter-spacing: 0.1em;
padding-bottom: 10px;
}

#StaffMessage {
clear: both;
padding-top: 30px;
overflow: hidden;
}

#StaffMessage dl {
width: 25%;
float: left;
font-size: 0.8em;
}

#StaffMessage dt {
padding-bottom: 10px;
font-weight: 700;
color: #81BE25;
}

#StaffMessage dt strong {
font-weight: 700;
padding-right: 5px;
}

#StaffMessage dd {
line-height: 1.7;
padding-right: 10%;
text-align: justify;
text-justify: inter-ideograph;
}

#StaffMessage dl:last-child dd {
padding-right: 0;
}

@media screen and (max-width: 700px) {
#ContInner {
padding: 0;
}
#SPheader  {
display: block;
}
#Logo {
position: absolute;
top:20px;
left:20px;
width: 30px;
}
#CloseBtn {
position: absolute;
top:20px;
right:20px;
width: 30px;
}
#StaffHeaderWrapper {
padding-top: 60px;
min-width:inherit;
}

#StaffPhoto {
width: 200px;
float:none;
margin: auto;
margin-top: 30px;
margin-bottom: 10px;
}
#StaffHeader {
margin-left: 0;
text-align: center;
}

#StaffHeader h1 {
display: none;
}

#SPheader h1 {
font-size: 1em;
padding: 0;
position: absolute;
top:30px;
text-align: center;
width: 100%;
z-index: 1;
}

#SPheader h1 strong {
font-weight: 700;
border-bottom: 2px solid #000;
padding-bottom: 3px;
}

#StaffHeader span {
padding-bottom: 0;
padding-top: 10px;
}

#StaffHeader h3 {
font-size: 1.4em;
padding-top: 10px;
padding-bottom: 0;
}

#StaffMessage {
background: #F1F1F1;
margin-top: 30px;
padding: 20px;
box-sizing: border-box;
}

#StaffMessage dl {
width: 100%;
float: none;
font-size: 0.8em;
padding-bottom: 20px;
box-sizing: border-box;
}

#StaffMessage dd {
padding-right: 0;
}

#winClose {
display: block;
width: 70%;
margin: auto;
padding-top: 30px;
padding-bottom: 30px;
}

#winClose a {
display: block;
background: #F15A24;
border-radius: 4px;
padding: 15px;
text-align: center;
color: #FFF;
font-weight: 700;
font-size: 0.9em;
box-shadow: 0 2px 0 rgba(241,90,36,0.3);
}
}
