@charset "utf-8";
/* ===================================================================

CSS information

 style info :common CSS

=================================================================== */

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
body{
	color: #333;
	font-size: 14px;
	font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana}
/*	background-color: #fff;*/
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
a{ text-decoration:none; }
a:link { color:#333;text-decoration:none;}
a:visited { color:#333;}
a:hover { color:#333;text-decoration: none;}
a:active { color:#333;}

/* ----------------------------------------------------
	#wrap
---------------------------------------------------- */
#wrap{
}

/* ----------------------------------------------------
	#content
---------------------------------------------------- */
#contents{
	border-top:20px solid #ddd;
}
#pagetop{
}
/* ----------------------------------------------------
	#head
---------------------------------------------------- */
#head{
	width: 100%;
	height: 1000px;
	background: url(../img/bg_main.jpg) no-repeat 0 0;
}
#head h1{
	width: 552px;
	padding-top: 50px;
	margin: 0 auto 80px;
}
.head_inner{
	width: 960px;
	margin:0 auto;
}
.lead{
	width: 650px;
	float: left;
}
#head .lead .txt{
	width: 552px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.8;
	margin: 42px 0 0;
}
.img{
	width:310px;
	text-align: right;
	float: right;
	position: relative;
}
.icn{
	position: absolute;
	top:-160px;
	right: 0;
}
.voice{
	clear: both;
	padding: 18px 0 0;
}
.voice ul{
	margin: 75px 0 0;
}
.voice ul li{
	width: 310px;
	height: 201px;
	float: left;
	border: solid 3px #f7ee13;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
.voice ul li:before{
	content: "";
	width: 63px;
	height:53px;
	display: block;
	background:url(../img/bg_voice.png) no-repeat 0 0;
	position: absolute;
	top:-53px;
	left:40px;
}
.voice ul li:last-child{
	margin: 0;
}
#head .voice .txt{
	padding: 20px 19px 15px;
	line-height: 1.7;
}
#head .voice .name{
	text-align: right;
	padding: 0 20px 50px 0;
	letter-spacing: 0.25em;
	font-weight: bold;
}
/* ----------------------------------------------------
	#main
---------------------------------------------------- */
#main{
}
.box{
	padding:60px 0;
}
.box_inner{
	width: 960px;
	margin: 0 auto;
}
h2{
	margin: 0 auto 70px;
	text-align: center;
}
h2 span{
	display: inline-block;
}
h2 span:before{
	content: "";
	display: inline-block;
	border-top: solid 1px #000;
	width: 60px;
	margin: 0 30px;
	vertical-align: middle;
}
h2 span:after{
	content: "";
	display: inline-block;
	border-top: solid 1px #000;
	width: 60px;
	margin: 0 30px;
	vertical-align: middle;
}
h3{
	font-size: 34px;
	color: #edca01;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 12px;
}
#main .txt{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.9;
}
#main .txt2{
	margin-top:10px;
}
#main .foreword .img{
	width:310px;
	text-align: right;
	float: right;
	position: relative;
	margin-top: 10px;
}
#main .foreword .img .name{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin: 15px 0 0;
}
.quote{
	margin-top: 30px;
	padding: 30px 35px;
	border: solid 1px #000;
	position: relative;
}
.quote:before{
	content: "";
	display: block;
	width: 840px;
	border-top: solid 1px #fff;
	position: absolute;
	top:-1px;
	left:60px;
}
.quote:after{
	content: "";
	display: block;
	width: 840px;
	border-bottom: solid 1px #fff;
	position: absolute;
	bottom:-1px;
	left:60px;
}
.quote .title{
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.quote .name{
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: right;
}

#main .txt_chap{
	font-size: 18px;
}
#main .content .txt{
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.content{
	background-color: #fbfbfb;
}
.content_inner{
	padding: 12px 0 10px;
}
.icon{
	margin-bottom: 12px;
}
.content_inner > div ul li{
	margin-top: 17px;
}
.content_inner > div{
	width: 309px;
	float: left;
	margin-right: 35px;
	border-right: solid 1px #000;
}
.content_inner > div:last-child{
	width: 270px;
	margin-right: 0;
	border:none;
}
.btn{
	margin: 65px auto 0;
	text-align: center;
}
.btn a{
	display: inline-block;
	width: 340px;
	height: 70px;
	background-color: #f8e109;
	font-size: 22px;
	color: #666;
	line-height: 70px;
	letter-spacing: 0.2em;
}
.chapter{
	margin-bottom: 70px;
}
.pick_lead{
	padding: 50px 60px 0;
	margin: 0 0 50px;
	width: 100%;
	float: none;
	border-left: solid 1px #000;
	position: relative;
}
.pick_lead:before{
	content: "";
	display: block;
	width: 60px;
	border-top: solid 1px #000;
	position: absolute;
	top: 0;
	left: 0;
}
.chap1{ background: url(../img/img_illust_01.jpg) no-repeat 600px -5px;}
.chap5{ background: url(../img/img_illust_02.jpg) no-repeat 600px -5px;}
.chap6{ background: url(../img/img_illust_03.jpg) no-repeat 600px 0;}
.chap8{ background: url(../img/img_illust_04.jpg) no-repeat 600px 0;}
.chap10{ background: url(../img/img_illust_05.jpg) no-repeat 600px 0;}

#main .pick_lead .txt{
	line-height: 1.8;
}
.question .title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: url(../img/img_que.png) no-repeat 60px 0;
	padding-left: 222px;
	margin-bottom: 30px;
	line-height: 1.2;
	text-indent: -10px;
}
.answer ul li{
	width: 100%;
	margin: 0 0 10px;
}
.answer ul li:nth-child(odd){
	background-color: #fafae1;
}
.answer ul li:nth-child(even){
	background-color: #f7f7f2;
}
.answer .em .title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	text-indent: -10px;
	line-height: 1.0;
}
.answer .normal .title{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.left_box{
	width: 190px;
	float: left;
	text-align: center;
	margin-right: 35px;
	padding: 30px 0 30px 60px;
}
.left_box img{
	margin-top: 60px;
}
.right_box{
	width: 735px;
	float: right;
	padding: 30px 60px 30px 0;
}
.chapter8 .em .right_box{
	padding: 30px 43px 30px 0;
}
.normal .right_box{
	width: 735px;
	float: right;
	padding: 20px 50px 25px 0;
}
.chapter1 .normal .right_box{
	padding: 20px 25px 25px 0;
}

.ans1{ background:url(../img/img_ans_01.png) no-repeat 60px 30px; }
.ans2{ background:url(../img/img_ans_02.png) no-repeat 60px 30px; }
.ans3{ background:url(../img/img_ans_03.png) no-repeat 60px 30px; }
.ans4{ background:url(../img/img_ans_04.png) no-repeat 60px 30px; }
.ans5{ background:url(../img/img_ans_05.png) no-repeat 60px 30px; }

#main .right_box .txt{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 10px;
}
#main .right_box .name{
	font-size: 14px;
	letter-spacing: 0.05em;
	margin: 5px 0 0;
	line-height: 1.0;
}
#main .em .right_box .name{
	margin: 15px 0 0;
}
#main .chapter5 .em .right_box .name{
	margin:25px 0 0;
}
#main .right_box .name span{
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}
#main .right_box .name span.pos{
	font-size: 14px;
	display: block;
	margin: 5px 0 0 82px;
}
.writer{
	padding: 0 0 30px;
	border-bottom: solid 1px #000;
}
.writer .title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 30px 0 ;
	border-top: solid 1px #000;
}
#main .writer .txt{
	letter-spacing: 0.2em;
	line-height: 1.8;
}
.click{
	background-color: #fbfbfb;
}
.click .img{
	width: 420px;
	float:left;
}
.click .detail{
	width: 420px;
	float: right;
	margin:10px 0 0;
}
.click .detail .title{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.07em;
}
.click .detail .title span{
	display: block;
	font-size: 50px;
}
.click .detail .edit{
	font-size: 24px;
	letter-spacing: 0.07em;
	margin: 10px 0 30px;
}
.click .detail .price{
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 40px 0 0 ;
	border-top: solid 1px #000;
}
.btn_area{
	clear: both;
}
.btn_area a{
	display: inline-block;
	font-size: 22px;
	color: #666;
	width: 410px;
	height: 70px;
	background-color: #f8e109;
	line-height: 70px;
	letter-spacing: 0.2em;
}
.btn_area ul{
	width: 840px;
	margin: 40px auto 0;
}
.btn_area ul li{
	text-align: center;
	float: left;
	margin: 0 0 20px;
}
.btn_area ul li:nth-child(odd){
	margin: 0 20px 0 0;
}
.annotation{
	margin-left: 60px;
	letter-spacing: 0.1;
	line-height: 1.7;
}
/* ----------------------------------------------------
	#footer
---------------------------------------------------- */
#footer{
	clear: both;
	height: 80px;
	background-color: #ddd;
}
#copy{
	letter-spacing: 0.1em;
	line-height: 80px;
	text-align: center;
	color: #221815;
}

/* ----------------------------------------------------
	#footer
---------------------------------------------------- */
.fade{
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.fade:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}