@charset "utf-8";

/******************************
-------------------------------
interview レイアウト設定
-------------------------------
=1: Menu設定
=2: 本文設定
=3: ページ送り設定
*******************************/

/*------------------------------
=1: Menu設定
------------------------------*/
.interviewMenu {
	clear: both;
	width: 670px;
	margin: 0 auto;
}

.interviewMenu_b {
	clear: both;
	width: 670px;
	margin: 20px auto 0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	margin:0;
}

.clearfix {
	display:inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */


.interviewMenu p,.interviewMenu_b p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

h3.interviewTitle {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #0066FF;
}

.rightlink {
	text-align: right;
}

img.photo_left {
	margin: 0 10px 10px 0;
	float: left;
}

/*------------------------------
=2: 本文設定
------------------------------*/
img.photo_right {
	margin: 0 0 10px 10px;
	float: right;
}

.interviewBox {
	width:670px;
	margin:0 auto;
	clear:both;
}

.interviewMenu_02 {
	clear: both;
	width: 580px;
	margin: 0 auto;
}

h3.interviewTitle_02 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #0066FF;
}

p.rightname {
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

.textbox {
	width:580px;
	margin:0 auto 20px;
	clear:both;
}

h5.textindex {
	margin:30px 0 20px 0;
	padding-left:10px;
	font-size:14px;
	color:#0033ff;
	border-left:solid 8px #0033ff;
}

.ques {
	width:30px;
	font-size:14px;
	font-weight:bold;
	float:left;

}

.questxt {
	width:550px;
	font-size:12px;
	line-height:1.8em;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
}

.ans {
	width:30px;
	font-size:14px;
	font-weight:bold;
	float:left;
}

.anstxt {
	width:540px;
	font-size:12px;
	line-height:1.8em;
	margin-bottom:20px;
	float:left;
}


.photobox {
	width:670px;
	margin:0 auto 20px;
	text-align:center;
	font-size:12px;
	clear:both;
}

img.photo_game {
	margin-right:5px;
}

.copy {
	text-align: right;
	font-size:10px;
}

.profbox {
	width:670px;
	margin:0 auto 20px;
	font-size:12px;
	clear:both;
	padding:10px;
	border:dashed 1px #999999;
}

.proftitle_s {
	font-weight:bold;
	color:#0099ff;
	font-size:14px;
}

.profbox .imgbox{
	float:left;
	clear:right;
	margin-right:10px;
}

/*------------------------------
=3: ページ送り設定
------------------------------*/
ul.hide {
	display:none;
}

.pagenavi {
	width:570px;
	height:20px;
	margin:5px auto 10px;
	font-size:12px;
}

.pagenavi_top {
	width:570px;
	height:20px;
	margin:20px auto 5px;
	padding:5px 0;
	text-align:center;
	font-size:12px;
	border-top:#fff 2px dashed;
	border-bottom:#fff 2px dashed;
}

.pagenavi_top ul{
	list-style:none;
	margin:0 auto;
}

.pagenavi_top ul li{
	display:inline;
	margin-right:20px;
}

.pagenavi_top ul li a{
	text-decoration:none;
	color: #0066ff;
	margin:0;
	padding-left:15px;
}

.pagenavi_top ul li a:hover {
	text-decoration:none;
	color: #ff9900;
	margin:0;
	padding-left:15px;
}

.pagenavi .preve {
	width:250px;
	float:left;
}

.pagenavi .next {
	width:250px;
	float:right;
	text-align:right;
}

.preve a,.next a{
	text-decoration:none;
	color: #0066ff;
	margin:0;
	padding-left:15px;
}

.preve a:hover,.next a:hover{
	text-decoration:none;
	color: #ff9900;
	margin:0;
	padding-left:15px;
}