@charset "UTF-8";

.atariImg {
	margin-bottom: 50px;
}
#contents {
	padding-bottom: 100px;	
}
.staffBox {
	margin-top: 50px;
}
.staffBox img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.staffImg {
	float: left;
	margin: 20px 20px 10px 0;
}
.staff {
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #565656;
}
.staff h3 {
	font-size: 15px;
	margin-bottom: 25px;
}
.staff ul li {
	font-size: 14px;
}
.staff ul li ul {
	text-indent: 1em;
}
.voice {
	font-family: APJapaneseFont;
	font-size: 17px;
	margin-top: 30px;
	line-height: 1.4;
}
.profile {
	font-size: 13px;
	margin-bottom: 30px;
}
aside {
	font-family: Georgia, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'MS P 明朝', 'MS PMincho', serif;
	font-size: 12px;
}
aside a {
	color: #565656;	
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #565656;
}
@media screen and (max-width:768px) {
.atariImg {
	width: 93.75%;
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width:480px) {
.staffBox img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
img.staffImg {
	width: 40%;
	margin-right: 15px;
}
.staff h3 {
	margin-bottom: 15px;	
}
.staff ul li {
	font-size: 13px;
}	
}
