@charset "shift_jis";
/* CSS Document */
body {
	min-width: 720px;
}
#pageContainer {
	overflow-x: hidden;
}
#header #headerContents,
#mainContents,
#footer #footerContents {
	width: 720px;
}
.btnClose {
	margin: 15px 0 0;
}
.btnClose a {
	display: inline-block;
	padding: 12px 40px 10px;
	background-color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #ffffff;
	-webkit-border-radius: 9px;
		 -moz-border-radius: 9px;
					border-radius: 9px;
}
.btnClose a:hover {
	opacity: 0.6;
}

.txtLine{
	text-decoration: underline;
}

@media screen and (max-width: 750px) {
body {
	min-width: 320px;
}
#pageContainer {
	overflow-x: hidden;
}
#header #headerContents,
#mainContents,
#footer #footerContents {
	width: 100%;
}
.btnClose a {
	width: 100%;
	padding: 19px 30px 17px;
	font-size: 16px;
	font-size: 1.6rem;
}
}