/*//////////////////////////////////////////////////////////////////////////////

about.css

//////////////////////////////////////////////////////////////////////////////*/
#main{
	background:url(../img/about/main.jpg) no-repeat center center;
	background-size:cover;
}
#conents{
	width:980px;
	margin:0 auto;
	padding:80px 0 100px 0;
}
#conents h2{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	text-align:center;
	margin-bottom:50px;
	color:#000;
}
#contents p+p{
	margin-top:20px;
}
#intro{
	text-align:center;
	line-height:3;
}
#contactinfo{
	text-align:center;
	line-height:3;
	font-size:24px;
}

hr {
	border:none;
	border-top:dashed 1px #aaa;
	height:1px;
	margin:80px 0;
}

#staff h3,
#staff h4,
#staff h5{
	text-align:center;
}
#staff h3{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:30px;
	line-height:1;
	letter-spacing:0.1em;
}
#staff h4{
	font-weight:normal;
	font-size:18px;
	letter-spacing:0.2em;
	margin-top:10px;
	color:#000;
}
#staff h5{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:1;
	margin-bottom:30px;
}
#staff p{
	text-align:center;
	line-height:1.8;
	font-size:13px;
}
#staff dl{
	text-align:center;
	line-height:1.8;
	font-size:13px;
}
#staff dl dt{
	margin-top:30px;
	font-weight:bold;
}
#staff dl dd{
	margin-top:5px;
}


/* Responsive Styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
#conents{
	width:100%;
	padding:60px 0 80px 0;
	line-height:2;
}
#intro .pc-only{
	display:none;
}
#intro{
	width:90%;
	margin:0 auto;
	text-align:left;
}
hr {
	border:none;
	border-top:dashed 1px #aaa;
	height:1px;
	margin-top:60px;
}
#staff h3,
#staff h4{
	text-align:left;
}
#staff .pc-only{
	display:none;
}
#staff{
	width:90%;
	margin:0 auto;
	text-align:left;
}
#staff p,
#staff dl{
	text-align:left;
}
}

@media only screen and (max-width: 481px) {
#conents h2{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:18px;
	text-align:center;
	margin-bottom:50px;
	color:#000;
}
#intro{
	text-align:left;
	line-height:2;
}
#staff h3{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:1;
	letter-spacing:0.1em;
}
}