


body {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
	-webkit-text-size-adjust: 100%; /* iOS safari用 */
	background-image: url(../../img/bg_con0.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-color: #000;
}


/* スペシャル　キャストインタビュー
-------------------------------------------------------------------------- */
#creator {
	color: #fff;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
	padding: 30px;
}
#cName {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 350px;
}
#creator .intQ {
	color: #0ff;
	font-size: 22px;
	text-shadow: 0px 0px 2px #0ff;
	background-color: #000;
	border-top: solid 1px #0ff;
	border-right: double 10px #0ff;
	border-bottom: solid 1px #0ff;
	border-left: double 10px #0ff;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#creator .intA {
	padding: 10px 20px;
	margin-bottom: 50px;
}