@charset "utf-8";


body , html {
 height: 100%;
}

body {
 margin: 0px;
 padding: 0px 0px;
 text-align: center;
 font-size: 80%;
 line-height: 150%;
 background-color: #f3f1ec;
}
h1 {
	margin: 0px;
	padding: 20px 0 30px 30px;
	font-size: 170%;
	text-align: left;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

textarea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}


#container {
 background-color: #ffffff;
 width:800px;
 position: relative;
 height: auto !important;
 height: 100%;
 min-height: 100%;
 margin: 0 auto;
 }



#commonHeader {
 width:100%;
 margin: 0 auto;
 padding: 15px 10px 30px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330601;

}
#commonHeader:after {
    display:block;
    content:"";
    clear:both;
}

#logo {
	float: left;
	text-align: left;
}
#close {
	float: right;
	text-align: right;
}


#close a{
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	float: right;
	height: 27px;
	width: 180px;
	text-decoration: none;
	padding-top: 5px;
}
#close a:hover{
	background-color: #666666;
}





#contents {
 width:100%;
 margin: 0 auto;
 padding-bottom: 50px;
 
 }

#contents:after {
    display:block;
    content:"";
    clear:both;
}

#error {
 color: #ff0000;
 padding-left: 40px;
 margin-bottom: 10px;
 text-align: left;
}
#com {
 padding-left: 40px;
 margin-bottom: 20px;
 text-align: left;
}


.tbl-form {
	width: 760px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.tbl-form th{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330601;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.tbl-form td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330601;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.input01{
	width: 250px;
}
.input02{
	width: 55px;
}
.input03{
	width: 480px;
}





.b-red {
 color: #ff0000;
 font-weight: bold;
}


.submit {
 width: 120px;
 height: 40px;
 font-size: 150%;
 margin-right: 10px;
}
#commonFooter {
 position: absolute;
 bottom: 0;
 width: 100%;
 }
#copy {
 font-size: 90%;
}

/* スマホサイト始まり
==================================================
================================================== */
@media (max-width: 768px) {

h1 {
	padding: 10px 0 10px 10px;
	font-size: 150%;
	text-align: left;
}


img {
 max-width: 95%;
}


#container {
 width:100%;
 }




#commonHeader {
 width:100%;
 margin: 0 auto;
 padding: 5px 5px 20px 5px;

}
#commonHeader:after {
    display:block;
    content:"";
    clear:both;
}

#close a{
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	float: right;
	height: 27px;
	width: 150px;
	text-decoration: none;
	padding-top: 5px;
}
#close a:hover{
	background-color: #666666;
}

#contents {
 background-color: #ffffff;
 width:100%;
 margin: 0 auto;
 padding-bottom: 30px;
 }

#contents:after {
    display:block;
    content:"";
    clear:both;
}

#error {
 padding-left: 10px;
 margin-bottom: 5px;
}
#com {
 padding-left: 10px;
 margin-bottom: 10px;
}



.tbl-form {
	width: 100%;

}

.tbl-form th{
	width: 30%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.tbl-form td{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.input01{
	width: 96%;
}
.input02{
	width: 40px;
}
.input03{
	width: 96%;
}

.submit {
 width: 100px;
 height: 35px;
 font-size: 120%;
}

#copy {
 font-size: 80%;
}

}

