html,body{
	overflow-x: hidden;
	background: url(../img/comment/bg.jpg) center top no-repeat #000;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	position: relative;
	color: #fff;
}
.navicon {
	opacity: 1 !important;
}

.__kv {
}
/*-----------------------------------------
** header
-----------------------------------------*/
header {
	width: 100%;
	opacity: 1;
	margin: 100px auto;
}
header h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
header h1 img {
	max-width: 400px;
	position: relative;
	top: 0;
	right: auto;
}
header h1 p {
	color: #fdd000;
	text-shadow: 0px 0px 6px rgba(0,0,0,1);
	font-weight: bold;
	font-size: 24px;
	margin-top: 30px;
	line-height: 1.75;
}


/*-----------------------------------------
** comment
-----------------------------------------*/
.__comment {
	padding-bottom: 100px;
	text-align: center;
}
.container {}
.__comment ul {
	letter-spacing: -.4em;
	padding: 0;
	margin: 0;
	list-style: none;
}
.__comment li {
	letter-spacing: .1em;
	display: block;
	padding-bottom: 50px;
	text-shadow: 0px 0px 6px rgba(0,0,0,1);
	font-weight: bold;
	color: #fff;
	border-bottom: solid 1px #fdd000;
	font-size: 16px;
	width: 80%;
	max-width: 600px;
	margin: 0 auto 50px;
}	

.__comment li > span,
.__comment li > p{
	color: #fdd000;
	font-size: 24px;
	margin-top: 30px;
}
.__comment li > p span {
	font-size: 75%;
}

.button{
	display: none;
}
.kome{
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}
/*-----------------------------------------
**
** query
**
-----------------------------------------*/
@media screen and (min-width:992px) and (max-width:1200px){
}
@media screen and (min-width:992px){
}
@media screen and (min-width:641px) and (max-width:991px){
}

@media screen and (max-width:640px) {
	html,body{
		background: url(../img/comment/bg.jpg) center top no-repeat #055d44;
		background-size: auto 100%;
	}
	.__kv {
	}
	/*-----------------------------------------
	** header
	-----------------------------------------*/
	header h1 img {
		width: 80%;
	}
	.button{
		display: block;
		margin: 30px auto;
		border: solid 2px #fdd000;
		color: #fdd000;
		text-align: center;
		width: 250px;
		border-radius: 3px;
		padding: 15px 0;
	}
	.button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #fdd000;
	}
	.button a img{
		width: 80px;
		display: block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}