@charset "shift_jis";
/* CSS Document */
body {
	min-width: 910px;
}
#pageContainer {
	overflow-x: hidden;
}
#header #headerContents,
#mainContents,
#footer #footerContents {
	width: 910px;
}
/* ----- btnClose ----- */
.btnClose {
	margin-top: 30px;
}
.btnClose input {
	border: none;
	cursor: pointer;
}
.btnClose a,
.btnClose input {
	position: relative;
	display: inline-block;
	width: 60%;
	padding: 19px 35px 17px 25px;
	background: #e6e6e6;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 9px;
		 -moz-border-radius: 9px;
					border-radius: 9px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #222222;
	text-align: center;
	text-decoration: none;
}

/* ----- btnClose ----- */
.btnClose a,
.btnClose input {
	width: auto;
	min-width: 200px;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.btnClose a:hover,
.btnClose input:hover {
	background-color: #e6e6e6;
	margin-top: 2px;
	border-bottom-width: 1px;
}

@media screen and (max-width: 750px) {
body {
	min-width: 320px;
}
#pageContainer {
	overflow-x: hidden;
}
#header #headerContents,
#mainContents,
#footer #footerContents {
	width: 100%;
}
.btnClose a:hover,
.btnClose input:hover {
	margin-top: 0;
	border-bottom-width: 3px;
}
}