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

/* =========================================================
mainContainer
========================================================= */
#mainImgWrap {
	margin-bottom:10px;
}
#mainImgWrap .Inner {
	height:200px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	background-image:url(../img/img_main.jpg);
}

#mainContainer {
	margin-bottom:30px;
}

/* =========================================================
pankz
========================================================= */

#pankz {
	width:980px;
	margin:0 auto;
	text-align:left;
}
#pankz a {
	text-decoration:underline;
	color:#333;
}
#pankz a:hover {
	text-decoration:none;
	color:#333;
}

/* =========================================================
contents01
========================================================= */

#contents01 {
	width:960px;
	margin:50px auto 0;
	padding:0 0 60px;
}
#contents01 h2 {
	text-align:left;
	padding-bottom:10px;
}
#contents01 #flow {
	margin-bottom:50px;
}
#formArea .notice {
	line-height: 20px;
	margin-bottom:30px;
}
/* =========================================================
formArea
========================================================= */
#formArea {
	overflow:hidden;
	zoom:1;
	margin: 0;
}

#formid{
	padding: 10px 0 30px;
	margin: 0 auto;
	overflow:hidden;
	zoom:1;
}

#formArea .bline {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
}

#formArea .mailform {
	line-height: 20px;
}

#formArea .ctsarea_no {
	display: none;
}

input.w10,
input.w20,
input.w30,
input.w40,
input.w50,
input.w60,
input.w70,
input.w80,
input.w90,
select,
textarea {
	padding: 5px;
}

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }

#formArea .mailform {
	width:100%;
}
#formArea .mailform tr {
	border-bottom:1px dotted #333;
}
#formArea .mailform tr.noLine {
	border-bottom:none;
}

#formArea .mailform th {
	width: 13%;
	text-align:left;
	vertical-align:top;
	padding-top:13px;
}
#formArea .mailform td.Dtl {
	width: 15%;
}
#formArea .mailform td {
	padding:10px 0;
}

#formArea .mailform th label,
#formArea .mailform td.Dtl label,
#formArea .mailform td input {
	cursor:pointer;
}

#formArea .mailform dt.txtCener {
	width: 100%;
	text-align: center;
}

#formArea .mailform dd.txtCener {
	width: 100%;
	margin: 0 0 30px;
	padding-left: 0;
	text-align: center;
}

#formArea .mailform dd.txtCener input {
	margin-left: 15px;
}

#formArea .mailform dt span.fcolor_01,
#formArea .mailform dd span.fcolor_01 {
	color: #B8601D;
}

#cautions {
	clear:both;
	width:690px;
	height:40px;
	line-height:40px;
	background:#FFF;
	text-align:center;
	color:#FF6868;
	font-size:14px;
	margin:30px 0;
}

#privacyArea {
	width: 925px;
	margin: 0 auto;
	line-height: 20px;
	padding-left: 35px;
}
#privacyArea {
	margin-top:20px;
	text-align:center;
}
#privacyArea a,
#formArea .notice a {
	color: #1D3992;
}

#privacyArea a:hover,
#formArea .notice a:hover {
	color: #2EB2CE;
}

#formArea .mailform dd.txtArea,
#formArea .mailform dd.shuArea02 {
	margin: -20px 0 10px 0;
}

#formArea .mailform dd.shuArea {
	margin: -40px 0 10px 0;
}

#formArea .mailform dd.cldArea {
	margin: -20px 0 10px 0;
	overflow: hidden;
	zoom: 1;
}

#formArea .mailform dd.diaArea {
	margin: -60px 0 10px 0;
}
.style01 {
	color:#F00;
	font-size:12px;
	vertical-align:top;
}


/* =========================================================
contact
========================================================= */
#submitArea {
	width: 402px;
	margin: 20px auto;
}

#submitArea ul {
	width: 402px;
	height: 52px;
	margin-right: -7px;
}

#submitArea ul li {
	float: left;
	margin-right: 7px;
	display: inline;
}

#submitArea ul li.submit {
	width: 480px;
}

#submitArea ul li .btnSubmit {
	width: 480px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	background: url(../img/btn_send.png) no-repeat;
}

#submitArea ul li .btnSubmit:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* =========================================================
thanks
========================================================= */
#thanks p {
	text-align:center;
}
#thanks p.txt {
	margin:180px 0 50px;
}
#backBtn {
	padding-bottom:150px;
}
