@charset "UTF-8";
header {
	background-color: #E9DABF;
	position: relative;
	height: 208px;
}
header h1 {
	background-image: url(../images/title.svg);
	background-position: center 140px;
	background-repeat: no-repeat;
	background-size: 166px auto;
	width: 166px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-indent: -9999px;
	padding-top: 140px;
}
nav {
	position: absolute;
	top: 30px;
	width: 142px;
	left: 0px;
}

nav ul li.logo  {
	width: 75px;
	height: 101px;
	padding-left: 35px;
}
nav ul li.logo a img {
	width: 75px;
}
nav ul li.toTop {
	width: 142px;
	text-align: center;
	margin-top: 20px;
	
}
nav ul li.toTop a {
	width: 142px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #431406;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/arrow_back.svg);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 17px auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
nav ul li.toTop a:hover {
	color: #A18982;
	background-position: 5px center;
}
header #lang {
	width: 190px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
header #lang li {
	width: 50px;
	height: 30px;
	display: inline-block;
}
header #lang li a {
	background-color: #431406;
	display: block;
	max-height: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
header #lang li a:hover {
	background-color: #A18982;
}
section {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#form1 h5 {
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
}
#form1 dl  {
	position: relative;
	margin-top: 20px;
}
#form1 dl dt {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 34px;
	font-size: 15px;
}
#form1 dl dd {
	margin-left: 160px;
	font-size: 15px;
	line-height: 34px;
}
#form1 dl dd span{
	font-size: 12px;
}
#form1 dl dd input.inputText  {
	padding: 8px;
	border: thin solid #431406;
	font-size: 15px;
}
#form1 dl dd textarea {
	font-size: 15px;
	padding: 8px;
	border: thin solid #431406;
	height: 250px;
}
#form1 dl dd .widthFull {
	width: 520px;
}
#form1 dl dd .widthMuddle {
	width: 400px;
}
#form1 dl dd .widthShort {
	width: 100px;
}
.telInfo {
	width: 100%;
	height: 169px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #FCCF00;
	margin-top: 100px;
}
.telInfo img {
	width: 50%;
	position:absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.textRed {
	color: #C1272D;
}
.privacy {
	text-align: center;
	padding: 40px 20px 20px 20px;
	margin-top: 40px;
	background-color: #EEE;
}
.privacy p {
	
}
.privacy label {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	position:relative;
	padding-left:1em;
}
.privacy label input {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.submitArea  {
	margin-top: 50px;
	text-align: center;	
}
.submitArea a  {
	display: inline-block;
	width: 260px;
	height: 75px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	line-height: 75px;
	text-decoration: none;
	font-size: 16px;
	color: #431406;
}
.submitArea a.return {
	background-image:
	 url(../images/arrow_return.svg),
	 url(../../images/common/buttonBase_out.svg);
	background-size:
	 9px auto,
	 260px 75px;
	background-position:
	 234px center,
	 center top;
	background-repeat:
	 no-repeat,
	 no-repeat;
}
.submitArea a.return:hover {
	color: #A18982;
	background-image:
	 url(../images/arrow_return.svg),
	 url(../../images/common/buttonBase_over.svg);
}
.submitArea a.forward {
	background-image:
	 url(../images/arrow_forward.svg),
	 url(../../images/common/buttonBase_out.svg);
	background-size:
	 9px auto,
	 260px 75px;
	background-position:
	 15px center,
	 center top;
	background-repeat:
	 no-repeat,
	 no-repeat;
}
.submitArea a.forward:hover {
	color: #A18982;
	background-image:
	 url(../images/arrow_forward.svg),
	 url(../../images/common/buttonBase_over.svg);
}
h3.errerText {
	color: #431406;
	text-align: center;
	line-height: 28px;
	margin-top: 50px;
	font-size: 16px;
}
