header {background: #000;text-align:center;}
body {padding:0;margin:0;font-size: 16px;line-height: 2em;background: #222;}
main {
	max-width: 1000px;
}
img {vertical-align: bottom;height:auto;}

.img_w100 {
	width:100%;
}
h1 {
	padding: 0;
	margin: 0;
}

p {
text-align: justify;
	text-justify: inter-character;
}

.catch1 {
	background: #310000;
	overflow: hidden;
	zoom: 1;
	padding: 30px;
	line-height: 3em;
	color: #fff;
}
.catch2 {
	background: #4a0000;
	overflow: hidden;
	zoom: 1;
	padding: 30px;
	line-height: 3em;
	color: #fff;
}
.catch1 h2,
.catch2 h2 {
	font-size: 2.4em;
	padding: 0 0 0.2em;
	margin: 0;
	color: #fff;
	font-weight: normal;
}
.catch1 p,
.catch2 p {
	font-size: 2em;
	padding: 0;
	margin: 0;
	display: block;
	text-align:right;
}

.books {
	background: #4d4d4d;
	overflow: hidden;
	zoom: 1;
	padding: 30px;
	color: #fff;
}
.books div {
	float: left;
	box-shadow:5px 5px 10px rgba(0,0,0,0.4);
	margin-right: 3%;
	max-width: 40%;
}

.books h3 {
	padding: 0;
	margin: 0 0 0.3em;
	font-weight: normal;
	font-size: 1.8em;
}

.books strong {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.2em;
}

.books p {
	padding: 0.5em 0;
	margin: 0;
}

.books span {
	clear: both;
	overflow: hidden;
	zoom: 1;
	display: block;
	width: 100%;
	padding-top: 40px;
}

.books span a {
	background: #b20000;
	display: block;
	padding: 0.5em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 2em;
}

.taidan {
	background: #000;
	color: #fff;
	padding: 3%;
}

.taidan h2 {
	position: relative;
	padding: 0;
	margin: 0;
}

.taidan i {
	text-align: center;
	font-weight:normal;
	font-style: normal;
	display: block;
	width: 6em;
	font-size: 1.8em;
	line-height: 2em;
	margin: 1em auto;
	background: #b20000;
}

.taidan section {
	background: #333;
	color: #fff;
	padding: 3%;
	display: none;
}

.taidan section strong {
	font-size: 1.2em;
	line-height: 2.4em;
	display: block;
	margin-top: 1em;
}

.taidan section span {
	color: #ff0;
}

.profile {
	padding: 3%;
}

.profile h2 {
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0;
	background: #000;
}

.profile section {
	position: relative;
	overflow: hidden;
	zoom: 1;
	color: #fff;
	padding: 3%;
}

.profile section strong {
	padding-top: 1em;
	display: block;
}

.profile section b {
	position: relative;
	padding-top: 0.7em;
	font-size: 1.4em;
}

.profile section b small {
	position: absolute;
	width: 100%;
	top: -1em;
	left: 0;
	font-size: 0.5em;
	font-weight: normal;
}

.profile section figure {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 3% 0 0;
}

.profile section {
	background: #310000;
}

.profile2 {
	margin-top: 3%;
}

.profile2 h3 {
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0;
	background: #000;
}

.profile2 div {
	position: relative;
	overflow: hidden;
	zoom: 1;
	color: #fff;
	padding: 3%;
}

.profile2 div strong {
	display: block;
}

.profile2 div b {
	position: relative;
	padding-top: 0.7em;
	font-size: 1.4em;
}

.profile2 div b small {
	position: absolute;
	width: 100%;
	top: -1em;
	left: 0;
	font-size: 0.5em;
	font-weight: normal;
}

.profile2 div figure {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 3% 0 0;
}

.profile2 div {
	background: #4a0000;
}

.shoten {
	padding: 3%;
	background: #000;
	color: #fff;
}

.shoten div {
	display: block;
	text-align: center;
	padding: 3%;
	background: url(../images/dot.png) #333;
	border: 3px solid #310000;
}

.shoten div h2 {
	font-size: 2.4em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #fff7c5;
}

.shoten div strong {
	font-size: 1.4em;
	font-weight: normal;
}

.shoten section {
	padding: 4%;
	margin: 3% 0;
	text-align: justify;
	text-justify: inter-character;
	position: relative;
	background: rgba(255,255,255,0.1);
}

.shoten section p {
	padding: 0;
	margin: 0;
}

.shoten section:before {
	content: '';
	position: absolute;
	background: url(../images/kakko01.png);
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
}

.shoten section:after {
	content: '';
	position: absolute;
	background: url(../images/kakko02.png);
	width: 100px;
	height: 100px;
	right: 0;
	bottom: 0;
}

.shoten section:nth-of-type(1) {
	border: none;
}

.shoten section strong {
	display: block;
	font-weight: normal;
	text-align: right;
	font-size: 1.2em;
}

@media screen and (max-width: 800px) {
	body{font-size: 13px;}
	article{padding: 4% !important;}
	/* img {max-width:100%;height:auto;} */
	.books div {width: 40%;}

.profile section figure {
	float: left;
	width: 30%;
	padding: 0;
	margin: 0 3% 0 0;
}

.profile section b small {
	letter-spacing: -0.05em;
	left: -0.1em;
	width: 10em;
}

}

@media screen and (max-width: 640px) {
.catch1 h2, .catch2 h2 {
        font-size: 1.6em;
        line-height: 1.6em;
}

.catch1 p,
.catch2 p {
	font-size: 1.4em;
}


}