@charset "UTF-8";

body {
	max-width: 320px;
	font-size: 10px;
	color: #ffffff;
	background: #000000;
}

.mb05 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }

.txtL { text-align:left; }
.txtR { text-align:right; }
.txtC { text-align:center; }


/* main -----------------  */
#mainContents {
	width: 320px;
	margin: 0 auto;
	text-align: center;
}
#mainContents h2 {
	margin: 24px auto 10px;
}
#mainContents h3 {
	margin-top: 38px;
}

dl#spec {
	height: 128px;
	padding: 12px 46px 0;
	font-size: 13px;
	line-height: 1.39;
	text-align: left;
	background: url(../images/index_spec02.jpg) left bottom no-repeat;
	background-size: 320px 136px;
}
dl#spec dt {
	clear: left;
	float: left;
	width: 7.5em;
}

#staff {
	height: 454px;
	font-size: 13px;
	line-height: 1.2;
	text-align: left;
	background: url(../images/index_staff02.jpg) left bottom no-repeat;
	background-size: 320px 433px;
}
#staff h3 {
	margin-bottom: 12px;
}
#staff p.team {
	margin: 12px 0 6px 46px;
	font-weight: bold;
}
#staff dl {
	margin-left: 46px;
}
#staff dt {
	font-size: 11px;
	color: #f49800;
}
#staff dd small {
	font-size: 10px;
}
#staff dd p {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 10px;
}

#sns {
	padding: 15px;
	overflow: hidden;
}
#sns ul {
	float: right;
}
#sns li {
	float: left;
	margin-right: 15px;
}


/* footer -----------------  */
footer {
	width: 320px;
	margin: 0 auto;
	padding: 8px 0 25px;
	border-top: 1px solid #dadada;
}
footer ul, footer p {
	padding-left: 11px;
}
footer li {
	display: inline;
	margin-right: 1px;
}




