@charset "utf-8";
/* CSS Document */

/****************************************
		wrapper
*****************************************/
#wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/****************************************
		header
*****************************************/
header {
	position: relative;
	top: 45px;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	width: 100%;
	height: 400px;
}
.logo {
	position: absolute;	
	text-align:center;
	z-index: 22;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.h_text {
	position: absolute;	
	z-index: 22;
	top: 40px;
	right:20px;
	margin: 0 auto;
	
}
header ul {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	padding: 0px;
}
header ul li {
	margin-left: 0px;
	margin-top: 20px;
}
#sidebar {
	position: fixed;
	display: block;
	width: 230px;
	top: 65px;
	left: 0;
	margin: 0;
	z-index: 100000;
}
/****************************************
		main
*****************************************/
#main{
	width: 100%;
	height:250px;
	z-index: 22;
}
.m_text {
	width: 100%;
    height: 300px;
 	display:table;
    text-align: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 2.2em;
}
.m_text p {
	display:table-cell;
    vertical-align: middle;
    text-align: center;
}
/****************************************
		info
*****************************************/
#info{
  width: 100%;
	background:url(../images/info_back.jpg) center no-repeat;
  background-size: cover;
	text-align:center;
	height:100%;
	padding-top:70px;
	padding-bottom:70px;
}

table{
	max-width: 800px;
	width: 100%;
	border-collapse:collapse;
	border:none;
	margin:70px auto;
	text-align:left;
}
th,td{
	border-bottom:1px dotted #7C7C7C;
	height:110px;
	padding-left:10px;
}
th{
	padding-left:1em;
	text-indent:-1em;
	width:30%;
}
/****************************************
		form
*****************************************/
#form{
	position:relative;
	background-image:url(../images/background2.gif);
	background-repeat:repeat;
	text-align:center;
	height:650px;
}
.formposition{
	position:absolute;
	width: 300px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 70px auto;
}
#form .formposition h2{
	color:#fff;
}
.lab {
  display: block;
  width: 300px;
  text-align: left;
	font-size:16px;
	color:#fff;
	margin-top:20px;
}
input, textarea {
  font: 1em sans-serif;
	color:#333;
  width: 300px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
}
input {
	height:33px;
}
input:focus, textarea:focus {
    border-color: #000;
}
textarea {
    vertical-align: top;
    height: 5em;
    resize: vertical;
}
#button {
	width: 100px;
	height: 35px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.5);
	margin:30px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
#button:hover {
	background-color: rgba(0, 0, 0, 1);
}
label.error{
	color:#FF0000;
}
.caution{
	font-size:14px;
	color:#ddd;
	text-align:left;
	margin-top:10px;
	line-height:160%;
}
/****************************************
		footer
*****************************************/
footer{
	position:relative;
	width: 100%;
	height: 240px;
	background-image:url(../images/background.gif);
	background-repeat: repeat;
	color:#fff;
}
.copyright{
	position:absolute;
	left:70px;
	bottom:20px;
	font-size:62.5%;/*10px*/
}
.supervision{
	position:absolute;
	top:20px;
	right:120px;
	width: 160px;
	text-align:right;
}
.supervision img{
	margin-top:15px;
}
.supervision_name{
	font-size:137.5%;/*22px*/
}
.supervision p{
	margin-bottom:5px;
}
/****************************************
		トップへ戻る
*****************************************/
.page-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background: #7e7a7a;
	width: 50px;
	height: 50px;
	line-height:50px;
	text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
  font-size: 200%;
	  -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
  opacity: 0.8;
}
.page-top:hover{
	text-decoration:none;
}

/* =====================================================
  ・ 確認画面 (SP)
======================================================== */
#secConfirmation {
	padding-top: 80px;
	padding-bottom: 80px;
}
#secConfirmation h3 {
	border-bottom: 1px solid #6a3906;
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 2;
  color: #6a3906;
	font-weight: bold;
	text-align: center;
	letter-spacing: .4em;
}
#secConfirmation .boxError {
	padding-top: 40px;
	padding-bottom: 40px;
}
#secConfirmation p.error_messe{
	margin:5px 0;
	color:red;
}
#secConfirmation input[type="submit"], 
#secConfirmation input[type="reset"], 
#secConfirmation input[type="button"] {
	display:block;
	width:100%;
	max-width: 450px;
	height:40px;
	padding: 0;
	margin: 0 auto;
	background: rgba(106,57,0,.6);
	color: #fff;
	text-align: center;
  transition: all 0.4s ease-in-out;
}
#secConfirmation .formTable {
	margin: 80px auto;
}

#secConfirmation .formTable td {
	vertical-align: top;
	padding-top: 12px;
}
#secConfirmation .boxBtn input {
	margin: 40px auto;
}
#secConfirmation .boxBtn input[type="button"] {
	color:  #6a3906;
	background: #f1e5d4;
}
#secConfirmation .btnTop {
	width: 80%;
	max-width: 450px;
	height: auto;
	margin: 40px auto 0;
}
#secConfirmation .btnTop a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: rgba(106,57,0,.6);
	color: #fff;
	text-align: center;
	letter-spacing: .2em;
  transition: all 0.4s ease-in-out;
}
#secConfirmation .btnTop a:hover {
  text-decoration: none;
}

@media screen and (min-width:960px) {
  /*　for PC　*/
	/* =====================================================
		・ 確認画面 (min-width:960px)
	======================================================== */
	#secConfirmation .secInner {
		max-width: 630px;
    margin: 0 auto;
	}

}