@charset "utf-8";
/* CSS Document */

#wrap{
    position: relative;/* jquery.pagetop.jsで、.gotopを下部に固定するため */
	overflow: hidden;/* モバイル観覧での余白対策 */
}

/* =========================================================
 header
========================================================= */
#header {
	width: 100%;
}

@media screen and (max-width: 640px) {
#header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	display: block;
}
#header #header-contents {
	background: url(../images/bg-header_sp.png) no-repeat 50% 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 55px;
	width: 100%;
	padding: 0 10px;
}
#header #header-contents .h-logo {
	max-width: 117px;
}
#header #header-contents .h-logo img {
	max-height: 55px;
	width: auto;
}
}
@media print, screen and (min-width: 641px) {
#header {
	background: url(../images/form/bg-header-pc-form.png) no-repeat 50% 100%;
}
#header #header-contents {
	width: 730px;
	padding: 15px 20px;
	margin: 0 auto;
	position: relative;
	min-height: 143px;
	z-index: 10;
}
#header .h-logo {
	display: block;
	position: absolute;
	left: 40px;
	top: 15px;
	z-index: 0;
}
#header .h-logo > a {
	display: block;
}
}

/* =========================================================
 container
========================================================= */
@media screen and (max-width: 640px) {
#main {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 35px;
}
}
@media print, screen and (min-width: 641px) {
#main {
	width: 730px;
	padding: 35px 20px 100px;
	margin: 0 auto;
	min-height: 350px;
}
}
/* =========================================================
 copyright
========================================================= */
#copyright {
	color: #fff;
	background-color: #2c8806;
}
@media screen and (max-width: 640px) {
#copyright {
	font-size: 1.1rem;
	text-align: center;
	padding: 10px;
}
}
@media print, screen and (min-width: 641px) {
#copyright {
	width: 100%;
	font-size: 1.2rem;
}
#copyright > small {
	display: block;
	width: 1020px;
	padding: 10px 20px;
	margin: 0 auto;
}
}

@media screen and (max-width: 640px) {
.spnone {
	display: none !important;
}
}
@media print, screen and (min-width: 641px) {
.pcnone {
	display: none !important;
}
}
/* =========================================================
 未対応ブラウザ
========================================================= */
.browser {
  background-color: #d3d3d3;
  padding: 2em 4em;
  color: #333;
  font-size: 12px;
  border-bottom: 1px solid #CCC;
}
.browser a {
  color: #274bd2;
  font-weight: bold;
}

table.table-form {
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.table-form td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 5px;
	vertical-align: top;
}
table.table-form tr td:first-child {
	background-color: #ececd8;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
table.table-form tr td {
	display: block;
}
}
@media print, screen and (min-width: 641px) {
#alphaform,
.error_box {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
table.table-form tr td:first-child {
	width: 200px;
}
}
