@charset "UTF-8";
#wrapper {
	width: 100% !important; background-color:#1b1f22;
}
.sns-button {
	position: absolute;
	top: 380px;
	right: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 10px 10px 5px;
}
.sns-button .tw {
	float: left;
}
.sns-button .fb {
	float: left;
	margin-right: 10px;
}
.next_page {
	padding:20px; text-align:center;
	width:150px; margin:0 auto;
}
.next_btn_sp {
	width: 20px;
	height: 20px;
	padding-top: 3px;
	line-height: 20px;
	color: #666;
	background-color: #E9EBEF;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 15px;
}
.next_btn_sp_w {
	width: 20px;
	height: 20px;
	padding-top: 3px;
	line-height: 20px;
	color: #666;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 15px;
}
.next_btn_next {
	width:50px;
	height:20px;
	padding-top:3px;
	line-height:20px;
	color:#666;
	background-color:#F5F5F8;
	text-align:center;
	border:1px solid #ccc;
	font-size:11px;
	line-height:15px;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
}
.next_btn_prev {
	width:50px;
	height:20px;
	padding-top:3px;
	line-height:20px;
	display:block;
	color:#666;
	background-color:#F5F5F8;
	text-align:center;
	border:1px solid #ccc;
	font-size:11px;
	line-height:15px;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
}

/* page */
.page_contents {
	width:950px;
	background-color:#fff;
	margin:0 auto;
	font-family:'Meiryo', 'ＭＳ Ｐゴシック',ArialMT, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Verdana;
}
.ceo_question {
	background-color:#fff;
	padding:15px;
	font-size:14px;
	height:auto;
	line-height:34px;
	border-top:#ccc solid 1px;
}
.ceo_Q {
	font-size:24px;
	float:left;
	margin-right:20px !important;
}
.ceo_Q_desp {
	font-size:15px;
	line-height:20px;
	height:auto;
}
.ceo_answer {
	background-color:#e0e9ed;
	position:relative;
}
.ceo_pointer {
	position: absolute;
	left: 50px;
	top: -13px;
}
.ceo_name {
	font-size:24px;
	float:left;
	margin-left:24px;
	margin-right:20px;
}
.ceo_desp {
	font-size:15px;
	line-height:24px;
	padding:15px;
}
.ceo_img {
	float:right;
	margin-bottom:10px;
	width:160px;
	margin-left:10px;
}
.ceo_profile {
	font-size:14px;
	width:900px;
	margin-left:20px;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
}
.ceo_profile td {
	padding:1px;
	padding:5px 0px;
	line-height:28px !important;
}