﻿@charset "utf-8";
/* CSS Document */

#creatorsInterviewArea {
	margin: 50px auto 0 auto;
	width: 1000px;
	text-align: center;
}
#creatorsInterviewTitle {
	margin-top: 20px;
	color: #B29043;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.5em;
	letter-spacing: 0.2em;
}
#creatorsInterviewName {
	margin-top: 30px;
	font-size: 1.8em;
	color: #655341;
}
.creatorsInterviewPhonetic {
	margin-top: -10px;
	letter-spacing: 0.2em;
	color: #655341;
}
.creatorsInterviewAffiliation {
	margin-top: 5px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #655341;
}
.creatorsInterviewPhoto {
	margin-top: 25px;
}
.creatorsInterviewCareer {
	margin: 35px auto 0 auto;
	width: 900px;
	overflow: hidden;
}
.genre {
	width: 440px;
	float: left;
}
.project {
	width: 440px;
	float: right;
}
.careerTitle {
	width: 430px;
	padding: 3px 0px 3px 10px;
	text-align: left;
	background: #B29043;
	color: #FFFFFF;
}
.projectTitle {
	width: 430px;
	padding: 3px 0px 3px 10px;
	text-align: left;
	background: #B29043;
	color: #FFFFFF;
}
.contents {
	margin-top: 10px;
	text-align: left;
	padding-left: 3px;
	color: #655341;
}
#historyArea {
	margin: 35px auto 0 auto;
	width: 900px;
}
.historyTitle {
	margin-top: 15px;
	color: #B29043;
	padding: 2px 50px;
	border: #B29043 solid 1px;
	display: inline-block;
}
.historyContents {
	margin-top: 15px;
}

.historyContents img{
	width: 900px;
}

#questionArea {
	margin: 0px auto 0px auto;
	width: 600px;
}
.question {
	margin-top: 80px;
	font-weight: bold;
	color: #B29043;
	font-size: 1.2em;
}
.questionPhonetic {
	color: #B29043;
	font-weight: normal;
	margin-top: -10px;
}
.answer {
	margin-top: 25px;
	color: #655341;
	text-align: left;
}


#infoArea {
	margin: 100px auto 0 auto;
	width: 1000px;
	border-top: #655341 1px solid;
	text-align: center;
	height: 280px;
}

#infoArea a{
	font-weight: bold;
}

.infoPhoto {
	margin: 50px 0 0 200px;
	width: 200px;
	float: left;
}
.infoPhoto img {
	width: 200px;
	height: auto;
}
.information {
	margin-top:50px;
	margin-left: 40px;
	float: left;
	text-align: left;
}

.infoName{
	font-weight: bold;
	font-size:1.1em;
}

.infoAffliation{
	margin-top: -5px;
}

.infoCnt{
	font-weight: bold;
}

.my-small {
	font-size: 0.8em }