html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,dt,li,form,iframe {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	
}
li {
	list-style-type: none;
}
*:focus {
	outline: none;
}


body {
	background: url(../images/pressroom/bg.jpg) no-repeat left center;
	background-size: cover;
	background-attachment: fixed;
	font-size: 16px;
	line-height: 1.7em;
}
#bg {
	position: fixed;
	background: none;
	width: 0;
	height: 0;
	font-size: 0;
	z-index: -1;
	top: 0;
}

#page-title {
	text-align: right;
	margin-bottom: 10px;
}
.comment {
	width: auto;
	padding: 25px 35px;
	margin: 0 100px 30px;
	background: url(../images/pressroom/comment_bg.png) repeat left top;
	box-sizing: border-box;
	border-radius: 8px;
}
@media screen and (max-width: 640px) {
	body {
		background: none;
	}
	#bg {
		width: 100%;
		height: 100%;
		background: url(../images/pressroom/bg_sp.jpg) no-repeat left top;
		background-size: cover;
	}
	#page-title img {
		width: 150px;
		height: auto;
	}
	.comment {
		width: auto;
		padding: 15px 20px;
		margin: 0 20px 20px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 1.6em;
	}
	.comment-author {
		font-size: 10px;
	}
}
@media screen and (min-width: 1000px) {
	.comment {
		width: 800px;
		padding: 25px 35px;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
}
.comment-body {
	margin-bottom: 10px;
}
.comment-author {
	text-align: right;
}
.male:after {
	content: '♂';
	color: #46affa;
	margin-left: 5px;
	font-weight: 700;
}
.female:after {
	content: '♀';
	color: #ff7f7f;
	margin-left: 5px;
	font-weight: 700;
}