@charset "UTF-8";
body {}

p { margin-top: 0;}

article { clear: both;}

section {
	background: #fff;
	margin: 0 auto;
}

.inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 50px;
	width: 980px;
}

h1 { margin: 0;}

h2 {
	color: #333;
	font-size: 150%;
	font-weight: 600;
	margin: 0 0 10px;
}

h3 {
	border-bottom: solid 1px #111;
	font-size: 120%;
	padding: 0 0 7px;
	margin: 40px 0 15px;
}

h3 br { display: none;}

.normal_box {
	box-sizing: border-box;
	border: solid 1px #999;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.thisbook {
	background: url(../image/81a70.jpg) repeat;
	border: solid 1px #eee;
	padding: 20px 20px 5px;
	box-shadow: 0 2px 10px #eee;
	overflow: hidden;
	width: 70%;
	margin: auto;
}

.tb_ttl {
	color: #a61f25;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
}

.tb_list {
	list-style: none;
	float: left;
	margin: auto;
	padding: 0;
}

.tb_list li {
	margin-left: 1em;
	text-indent: -1em;
}

.tb_book {
	width: 23%;
	width: 33%;
	float: right;
	margin: -10px 0 10px;
}

.dl_btn {	text-align: center;}

.dl_btn a {
	box-sizing: border-box;
 	display: block;
 	background: #c69d30;
 	border: solid 1px #333;
	color: #fff;
	font-size: 200%;
	font-weight: 600;
	padding: 20px 10px;
	margin: auto auto 50px;
	text-decoration: none;
 	width: 980px;
	position: relative;
}

.dl_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.dl_btn a:hover {
 	opacity: 0.7;
 	transition: 0.3s;
}

.nc_text {
	text-align: center;
}


@media screen and (max-width: 980px) {
h3 br { display: block !important;}

section { width: 100%;}

.inner {
	width: 100%;
	padding: 0 5% 50px;
}

.thisbook { width: 100%;}

.dl_btn a {
 	font-size: 120%;
 	margin: auto auto 50px;
 	width: 87%;
}

.dl_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.nc_text { text-align: left;}

.nc_text br { display: none;}

.tb_list {
	float: none;
	margin-bottom: 10px;
}

.tb_book {
	display: none;
}
}


/* 読者からの感想
   ========================================================================== */
.contents {
	border-top: solid 1px #a61f25;
}

.reader_box {
	background: url(../image/81a70.jpg) repeat;
	border: solid 1px #eee;
	padding: 20px 20px 5px;
	box-shadow: 0 2px 10px #eee;
}

.read_ttl {
	color: #a61f25;
	font-size: 120%;
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
}

.balloon3-right-btm {
  position: relative;
  display: inline-block;
  margin: 0 5px 10px -5px;
  padding: 0 10px;
  text-align: center;
  color: #FFF;
  font-size: 90%;
  font-weight: bold;
  background: #a61f25;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -5px;
  margin-top: -5px;
  border: 8px solid transparent;
  border-left: 8px solid #a61f25;
  z-index: 0;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

@media screen and (max-width: 1280px) {
.contents br { display: none;}

.read_ttl {
	font-size: 100%;
}

}

/* form
   ========================================================================== */
.form_box {
 	/*
 	background: -moz-linear-gradient(top, #a61f25 30%, #96080e 60%);
 	background: -webkit-linear-gradient(top, #a61f25 30%, #96080e 60%);
 	background: linear-gradient(to bottom, #a61f25 30%, #96080e 60%);
 	*/
  background: url(../image/bg_01.jpg) repeat;
	color: #54310f;
	position: relative !important;
	border-top: solid 2px #b71018;
	border-bottom: solid 2px #b71018;
}

.form_end {
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
	font-size: 420%;
	font-weight: 600;
	text-align: center;
	width: 980px;
	height: 90%;
	z-index: 100;
	position: absolute;
	top: 6%;
}

.form_end span {
	position: absolute;
	margin: auto;
	top: 10vh;
	right: 0;
	bottom: 0;
	left: 0;
}

.form_box .inner {
	padding-top: 23px;
	padding-bottom: 10px;
}

.form_box h2 {
	color: #54310f;
	font-size: 180%;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}

.form_box h2::before {
	content: url(../image/gobyou.png);
	position: absolute;
	margin: auto;
	top: -73px;
	left: 105px;
	display: inline-block;
	transform: scale(0.6);
}

.form {	width: 100%;}

.form th {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	text-align: left;
}

.form td {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}

input {
	box-sizing: border-box !important;
	border: solid 1px #eee;
	border-radius: 0;
	width: 100%;
	padding: 10px;
	line-height: 1.5;
	-webkit-appearance: none;
	/*pointer-events: none;*/
}

input:focus {	background: #ffe;}

::-placeholder { color: #aaa;}
::-webkit-input-placeholder {	color: #aaa;}
::-moz-placeholder { color: #aaa;}

:focus::-webkit-input-placeholder { color: white; }
:focus:-moz-placeholder { color: white; }
:focus::-moz-placeholder { color: white; }
:focus::placeholder { color: white; }

.submit {
	display: block;
	background: #9f0e15;
	/* 
	background: -moz-linear-gradient(top, #a61f25 30%, #96080e 60%);
 	background: -webkit-linear-gradient(top, #a61f25 30%, #96080e 60%);
 	background: linear-gradient(to bottom, #a61f25 30%, #96080e 60%);
 	*/
	border: none;
	color: #fff;
	font-size: 150%;
	font-weight: 600;
	padding: 20px 10px;
	margin: 20px auto;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

.submit:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.3s;
}

.pc_img { width: 100%; }
.sp_img {
	width: 100%;
	display: none;
}

@media screen and (max-width: 980px) {
.form_box .inner {
	padding-top: 20px;
	padding-bottom: 10px;
}

.form_box h2 {
	font-size: 140%;
	padding-left: 3em;
	margin-bottom: 20px;
}

.form_box h2::before {
	top: -20vw;
	left: -30vw;
	transform: scale(0.35);
}

.form_box br { display: none;}

.frm_book {
	float: none;
	display: block;
	width: 50%;
	margin: auto auto 20px;
}

.frm_left {	width: 100%;}

.submit { font-size: 100%;}

.form_end {
	box-sizing: border-box;
	font-size: 180%;
	padding: 0;
	width: 90%;
	height: 90%;
	z-index: 100;
	position: absolute;
	margin: auto;
	vertical-align: middle;
}

.form_end span { top: 30vh;}

.form_end br {	display: block !important;}

.pc_img { display: none;}
.sp_img {  display: block;}
}


/* profile
   ========================================================================== */
.profile_box {	clear: both;}

.profile_box .inner {	box-sizing: border-box;}

.pro_author {
	font-size: 130%;
	font-weight: 600;
	margin-bottom: 2px;
}

.pro_sttl {
	font-weight: 600;
	font-size: 90%;
}

.pro_img {
	float: right;
	margin: 0 0 20px 20px;
	width: 230px;
}

@media screen and (max-width: 980px) {
.pro_img {
	display: block;
	float: none;
	margin: auto auto 20px;
	width: 270px;
}
}


/* footer
   ========================================================================== */
footer {
	clear: both;
	background: #fff;
	color: #333;
	font-size: 80%;
	padding: 20px 15px 5px;
	overflow: hidden;
}

.ftr_link {
	float: right;
	margin: 0 auto 10px;
	font-size: 90%;
}

.ftr_link a,
.ftr_link a:active,
.ftr_link a:visited {
	color: #333;
	text-decoration: underline;
}

.ftr_link a:hover {
	color: #F00 !important;
}

.ftr_companybox {
	float: left;
	margin-bottom: 15px;
}

.ftr_companybox p { margin-bottom: 0;}

.company {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px;
}

.bdr_top1 { border-top: solid 1px #eee;}

footer br { display: none;}

@media screen and (max-width: 980px) {
footer {
	font-size: 80%;
	text-align: center;
}

.ftr_link,
.ftr_companybox {
	float: none;
	font-size: 80%;
	margin-bottom: 10px;
}

footer br { display: block;}
}

/* プリント非表示
   ========================================================================== */
@media print {
	footer { display: none !important;}
}