@charset "utf-8";
/* CSS Document */
div.contact-waku{
	margin-bottom: 40px;
}


div.contact-waku .title{
	color:#323335;
	font-size:18px;
	margin-bottom: 10px;
}

div.contact-waku .title span{
	font-size:smaller;
	margin-left:5px;
	color:#ADADAE;
}

div.contact-waku .inputArea{
	margin-bottom: 25px;
}

div.contact-waku .inputArea input{
	border-radius:5px;
	box-sizing:border-box;
	padding:15px;
	border:1px solid #c6c6c6;
	color:#323335;
	font-size:16px;
	font-family: inherit;
	line-height:1.25;
	background-color:#fff;
	box-shadow: none;
	height:50px;
}

div.contact-waku .inputArea textarea{
	border-radius:5px;
	box-sizing:border-box;
	padding:15px;
	border:1px solid #c6c6c6;
	color:#323335;
	font-size:16px;
	font-family: inherit;
	line-height:1.25;
	background-color:#fff;
	box-shadow: none;
}

div.contact-waku p.privacypolicy{
	padding-bottom:20px;
}


div.formFoot input.mailWakuButton{
	background-color:#000;
	color:#fff;
	font-size:18px;
	border-radius: 5px;
	cursor: pointer;
	margin-top:10px;
	padding: 10px 30px;
}




div.contactWaku .txtArea .buttonMessage{
	text-align:center;
	margin:0 20px 40px 20px !important;
	font-size:140%;
	/*font-weight:bold;*/
	padding:0 0 2% !important;
	/*padding-bottom:40px;
	border-bottom:1px dotted 7F7F7F;*/
	
	background-color:#ffffff;
	
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	
	color: #600200;
	border:1px solid #600200;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.contactWaku .txtArea .buttonMessage:hover{
	background-color:#600200;

 background: -webkit-linear-gradient(top, #600200, #600200);
 background:    -moz-linear-gradient(top, #600200, #600200);       /* -moz-liner-gradient(to bottom, #000, #fff); */
 background:      -o-linear-gradient(top, #600200, #600200);       /*   -o-liner-gradient(to bottom, #000, #fff); */
 background:         linear-gradient(to bottom, #600200, #600200);
	
	color: #ffffff;
}

div.contactWaku .txtArea .buttonMessage:before{
	content:url(../../img/template/buttonMapImg.png);
	position: relative;
	bottom:-0.5em;
	margin-left:0.1em;
}


div.contactWaku strong.renraku{
	color:#ff0000;
}




.need {
	font-size: 10px;
	color: #CC0000;
	vertical-align: super;
}
.formHead , .formFoot {
	text-align:center;
}

.formHead{
	margin-bottom:10px;	
}

.formFoot{
	margin-top:10px;
}

.sysCaution{
	color:#ff0000;
	font-weight:bold;
}


table#toiawase{
	width:100%;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

table#toiawase th{
	vertical-align:top;
	text-align:left;
	width:25%;
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#E3DDD7;
}

table#toiawase td{
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:14px;
}

table#toiawase span.sysCaution{
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}

/*table#toiawase .furigana{
	text-justify:distribute-all-lines;
	font-size:18px;
	width:25%;
}*/


table#toiawase td label.res input, table#toiawase td label.res textarea{
	width:90%;
}

