html{
	margin: 0px;
	padding: 0px;
}

body{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

.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%;
	height: 35px;;
	min-width: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
}


.btn_home{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	z-index: 20;
	font-size: 10pt;
	line-height: 30px;
	font-weight: 400;
	transition: 0.2s;
	z-index: 100;
	font-size: 14pt;
}




.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{
	width: 100%;
/*	max-width: 1500px;*/
	min-width: 1000px;
	margin: 0 auto;
}





#cmt_box{
	margin: 0 auto;
	width: 100%;;
	font-size: 11pt;
	line-height: 1.6em;
	display: flex;
	flex-wrap: wrap;
	z-index: 20;
	justify-content: center;
	padding-top: 1px;
}

.logo_box{
	width: 403px;
	margin-right: 50px;
}

.comment2_logo{
	position: fixed;
}

.cmt_txt{
	width: 800px;;
	color: #FFFFFF;
    background-color: rgba(0,0,0, 0.7);
	margin-top: 80px;
	padding: 30px 40px 30px 40px;
	white-space: pre-line;
}

@media screen and (max-width: 1300px) {
	#cmt_box{
		display: block;
	}
	.logo_box{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.comment2_logo{
		width: 300px;
		height: auto;
		position: relative;
		margin: 0 auto;
	}
	
	.cmt_txt {
		margin: 0 auto 30px;
	}

}





.cmt_txtbox{
	padding-bottom: 100px;
}

em{
	color: #ffc600;
	font-style: normal;
}

.cmt_name{
  font-size: 17pt;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.3em;
}

.cmt_name small{
	font-size: 11pt;
	line-height: 0.1em;
	padding-left: 1em;
}

strong{
  color: #C60200;
  /*	font-size: 12pt;*/
  font-weight: 700;
}




.ryaku{
	color: #fff;
	margin-top: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1500px;
	min-width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 100px;
}



/*----------FOOTER------------*/

#footer{
	width: 100%;
	min-width: 1000px;
	height: 30px;
	z-index: 30;
	background-color: #000000;
	display: none;
}

#footer_upper{
	width: 100%;
	height: 44px;
	background-color: #92d4e2;
	display: none;
}
