/**************** clear ****************/
.clear {
	clear: both;
}
/*************** clearfix **************/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/***************** html ****************/
body {
	background-color: #232323;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
/**************** header ***************/
header {
	z-index: 999;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid #000000;
	background-color: rgba(255,255,255,1);
}
header h1 {
	float: left;
	margin: 0 auto;
	padding: 20px;
	width: 30%;
	min-width: 320px;
	text-align: center;
}
header h1 img {
	width: 100%;
}
header aside {
	float: right;
	padding: 15px 20px 10px 0;
	max-width: 70%;
	text-align: right;
}
header aside strong {
	font-size: 1.5em;
}
header + article {
	overflow: hidden;
	max-height: 500px;
	border-bottom: 1px solid #000000;
	background-color: #232323;
}
header + article .image {
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 52.08%;
	width: 100%;
	max-width: 960px;
	height: 0;
	background: url(../images/header_image.jpg) top center no-repeat;
	background-size: contain;
}
header + article .image > img {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	width: 70%;
	max-width: 640px;
}
/*************** wrapper ***************/
.wrapper {
	clear: both;
	width: 100%;
}
/***** style white *****/
.wrapper.style-white {
	background-color: #FFFFFF;
	color: #454545;
}
.wrapper.style-white a {
	color: #2EA7E0;
	text-decoration: none;
}
.wrapper.style-white a.blank {
	padding-right: 20px;
	background: url(../images/target_link.png) right center no-repeat;
}
/*************** contents **************/
.contents {
	overflow: hidden;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
.contents h2 {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	text-align: left;
}
.contents h2 img {
	width: 100%;
	max-width: 240px;
}
/*********** Float Contents ************/
.left_contents {
	position: relative;
     	float: left;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	width: 180px;
	background-color: #e5d7ea;
	font-size: 0.9em;
}
.right_contents {
	overflow: hidden;
	float: left;
	margin-left: -180px;
	width: 100%;
	background-color: #F9F9F9;
}
.right_contents div {
	margin-left: 180px;
}
/*************** common ****************/
/***** dl *****/
dl h3,
dl h4 {
	margin-top: 0;
}
dl.normal {
	padding: 0 20px;
}
dl.normal dt {
	margin-bottom: 5px;
}
dl.normal dd {
	margin: 0 0 20px 10px;
	padding-left: 20px;
	line-height: 1.5em;
	word-wrap: break-word;
}
dl.normal img {
	max-width: 80%;
}
dl.normal h4 {
	color: #FF0000;
}
/***** ul *****/
ul.disc {
	list-style-type: disc;
}
ul.decimal {
	list-style-type: decimal;
}
/***** two_column *****/
.two_column {
}
.two_column.left {
}
.two_column.left img {
	border: solid 1px #000000;
}
.two_column.right {
	margin-top: 40px;
}
/**************** footer ***************/
footer {
	padding: 30px 0;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1em;
}
footer address {
	font-style: normal;
	font-size: 1.0em;
}
/*************** elements **************/
/***** index *****/
#index2 {
	margin-top: 50px;
}
#index2 img {
	margin-bottom: 100px;
	width: 100%;
}
#index4 {
	padding: 200px 20px 30px;
}
/***** background *****/
.background {
	background-color: #232323;
}
/***** pagetop *****/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	font-size: 0.9em;
}
#pagetop a {
	display: block;
	padding: 20px 0;
	width: 60px;
	border-radius: 5px;
	background-color: rgba(99, 99, 99, 0.5);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#pagetop a:hover {
	background-color: rgba(99, 99, 99, 0.8);
	text-decoration: none;
}
/***** table *****/
.table {
	width: 100%;
	border: 1px solid #000000;
}
.table caption {
	padding: 10px;
	background-color: #232323;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.1em;
}
.table tr {
	background-color: #F9F9F9;
}
.table .even {
	background-color: #E9E9E9;
}
.table tr td {
	padding: 5px;
	border-width: 0;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	text-align: left;
	line-height: 150%;
}
.table tr:first-child td:first-child {
	width: 25%;
}
.table tr td.center {
	text-align: center;
}
/************ Media Queries ************/
@media only screen and (min-width: 960px) {
	header {
		position: fixed;
	}
	header + article {
		padding-top: 90px;
	}
	.contents {
		margin: 0 auto;
		width: 960px;
	}
	dl.normal img {
		max-width: 100%;
	}
	.two_column.left {
		float: left;
		width: 50%;
	}
	.two_column.right {
		float: right;
		width: 50%;
	}
	.background {
		background: url(../images/black-wood-wallpaper.jpg) center center no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
}
@media only screen and (max-width: 640px) {
	header h1,
	header aside {
		float: none;
		padding: 20px 0 0;
		max-width: 100%;
		text-align: center;
	}
	header h1 img {
		width: 90%;
	}
}
@media only screen and (max-width: 768px) {
	.left_contents {
		display: none ;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.right_contents {
		float: none;
		margin: 0;
	}
	.right_contents div {
		margin-left: 0;
	}
}
