html {
	margin: 0px;
	padding: 0px;
}

body {

	font-weight: 400;
	font-size: 11pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.nasi {
	display: none;
}

* {
	box-sizing: border-box;
	position: relative;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}

.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

.rot_box {
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	font-feature-settings: "palt"1;
}

.yokobo {
	letter-spacing: -0.1em;
	/*	<span class="yokobo">――</span>*/
}

#header {
	width: 100%;
	min-width: 1000px;
	margin: 0;
}

.subpage_head {
	width: 1000px;
	/*	max-width: 701px;*/
	height: auto;
	z-index: 10;
	margin: 0 auto;
	vertical-align: bottom;
	display: block;
}

.btn_home {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	z-index: 20;
	font-size: 7pt;
	line-height: 40px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	overflow: hidden;
}

.btn_home:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}

/*-----Main-------*/

#main {
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
	padding-bottom: 100px;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 11pt;
	line-height: 1.8em;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box {
	font-size: 11pt;
	line-height: 2.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 16pt;
	font-weight: 200;
	letter-spacing: 0.2em;
}

.pt_box{
	width: 100%;
	max-width: 1717px;
	margin: 0 auto 50px;
	padding: 0 13px;
}

.intro_long_pt{
	width: 100%;
	height: auto;
}








/*----------FOOTER------------*/

#footer {
	width: 100%;
	min-width: 1000px;
	height: 30px;
	z-index: 30;
	background-color: #000000;
}
