@charset "utf-8";
/* * * * * * * * * * * * *
		#main
* * * * * * * * * * * * */
#main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
}
/* * * * * .staffList * * * * */
#main .staffList {
	font-family: "Brown-Light";
	position: fixed;
	top: 110px;
	left: 0;
	padding: 50px 0 0 30px;
	font-size: 10px;
	line-height: 17px;
}
#main .staffList p {
	line-height: 1;
	margin-top: 20px;
}
#main .staffList ul {
	margin-top: 15px;
}
#main .staffList ul li:hover,
#main .staffList ul li.current{
	font-family: "Brown-Bold";
}
/* * * * * .main * * * * */
#main .main {
	width: 690px;
	margin: 0 auto;
}
/* * * .image * * */
#main .main .image {
	width: 400px;
	margin: 110px auto 0;
	text-align: center;
}
#main .main .image img {
	width: 100%;
}
/* * * .nameArea * * */
#main .main .nameArea {
	font-family: "Brown-Bold";
	margin-top: 50px;
	text-align: center;
}
#main .main .nameArea .category {
	font-size: 15px;
	line-height: 1;
	display: block;
	font-weight: bold;
}
#main .main .nameArea .name {
	font-size: 34px;
	line-height: 1;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
/* * * .profile * * */
#main .main .profile {
}
#main .main .profile a {
	text-decoration: underline;
}
#main .main .profile span {
	font-weight: bold;
}
#main .main .profile .ja {
	margin-top: 40px;
}
#main .main .profile .en {
	font-family: "Brown-Light";
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
}
/* .works */
#main .main .profile .works {
	margin-top: 40px;
}
#main .main .profile .works .title {
	font-family: "Brown-Bold";
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
/* .listen */
#main .main .profile .listen {
	font-family: "Brown-Bold";
	margin-top: 55px;
	width: 100%;
	height: 80px;
	line-height: 80px;
}
#main .main .profile .listen a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .main .profile .listen a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
/* * * * * * * * * * * * *
		#footer
* * * * * * * * * * * * */
#footer .copyright {
}
/* * * * * .links * * * * */
#footer .links {
	float: right;
	/*width: 130px;*/
	margin: 0 50px;
	height: 110px;
	line-height: 110px;
	font-size: 10px;
	text-align: center;
	background: #fff;
	letter-spacing: -0.4em;
}
#footer .links a {
	letter-spacing: normal;
}
#footer .links a:first-child {
	margin-right: 15px;
}
