﻿@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2014-07-31
 * Editor:    contents
 * Modified:  by:contents yamamoto
 *
 * ***********************************************************
 */


/* font-size===========================================

11px -> 83.4%
12px -> 91.7%
13px -> 100%
14px -> 108.4%
15px -> 116.7%
16px -> 125%
17px -> 133.4%
18px -> 141.7%
19px -> 150%
20px -> 158.4%
21px -> 166.7%
22px -> 175%
23px -> 183.4%
24px -> 191.7%
25px -> 200%
26px -> 208.4%
27px -> 217% 

===================================================== */

/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  contact.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */
#main {
	position:relative;
}

#infoArea {
	padding-top:15px;
}


.note01 {
	font-weight:bold;
	color: #00103F;
}




/*
 common
----------------------------------------------------------------- */

.text01 {
	font-size: 116.7%;
	padding: 0px 10px 32px 0px;
	text-align:center;
}

.text02 {
	font-size: 116.7%;
	padding: 30px 10px 32px 0px;
}


.formWrap {
	padding-top:20px;
	padding-bottom:8px;
}

/*
 Form format
----------------------------------------------------------------- */


/*-- input ---*/

input[type="text"],
textarea,
select {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 0px 5px 7px 0px;
	background-color: #fff;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
}

input[type="text"] {
	width:200px;

}

input[type="text"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #317AC5;
	background-color: #FBFBFB;
}

.w130 {
	width: 130px;
}

.w150 {
	width: 150px;
}

.w210 {
	width: 210px;
}

.w410 {
	width: 410px;
}


/* form table */

table.formTbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top:1px dotted #CCCCCC;
	margin-bottom:30px;
}

	table.formTbl th {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 180px;
	text-align: left;
	/*vertical-align: top;*/
	padding: 15px 0px 15px 20px;
	background:#E8EEF4;
	color:#444;
	border-bottom:1px dotted #CCCCCC;
	font-weight:normal;
	}
			
	table.formTbl td {
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	padding: 15px 0px 15px 20px;
	border-bottom:1px dotted #CCCCCC;
	color:#666666;

	}
	
		table.formTbl td img {
			vertical-align: text-bottom;
			margin-left:10px;
		}


		.rqrd {
			color:#D80000;
			font-weight:bold;
		}
		
		span.fontS {
			font-size:83.4%;
			color:#666;
		}
		
		.ex {
			color:#317AC5;
			font-size:91.7%;
		}
		
		table.formTbl td.chk {
	color: #143F85;
		}
		
		
	td input.shrt {
    width: 10em;
}	
	
	.conf_txt {
		margin:15px 0 0;
	}
	
	#zip {
		width:8em;
	}
#address_1,
#address_2 {
	width:400px;
}

	#age {
		width:3em;
	}


.item dd {
	margin-bottom:10px;
}
	
	.btnArea,
	.btnArea02 {
		text-align:center;
	}
	

.btnArea02 li:first-child {
	float:left;
	margin-top:4px;
}

.btnArea02 li {
	display:inline-block;
}


/*-- error ---*/

.alert{
	color: #A90101;
	margin-bottom: 22px;
	font-size:108.4%;
	padding:6px 10px 4px;
	border:2px solid #A90101;
	text-align:center;
}


.err {
	color: #A90101;
	background: #FCC;
	padding:3px 10px 2px;
	font-size:91.7%;
	margin-bottom:10px;
	width:95%;
		}
		
/* ---- form btn ---- */

.formBtn {
	margin-top:12px;
	width:100%;
	background:#F2F8FD;
	padding: 20px 0px;
	text-align:center;
}
	
	.formBtn input{
		text-align:center;
		margin:0px auto;
		display:block;
	}
	
	.backBtn{
		margin-top:20px;
	}


/*common*/

.tits {
	background:url(../privacy/img/icon_01.gif) no-repeat 0px 4px;
	margin-bottom:10px;
	padding-left:18px;
	font-size:133.4%;
}


.requestList {
	border:2px solid #C5B9B2;
	padding:20px 20px 15px;
	margin-bottom:30px;
}


.requestList li {
	background:url(../request/img/icon_maru.gif) 0 7px no-repeat;
	padding-left:20px;
	width:47%;
	float:left;
	margin-bottom:8px;
	font-size:125%;
	
}


.formTbl li {
	display:inline-block;
	margin-right:10px;
}


.txtbox {
	width:430px;
}


/*---------------------------------------------------------
完了
---------------------------------------------------------*/ 

.thanksArea {
	text-align:center;
	width:600px;
	margin:0 auto 30px;
}

.thanksArea h4{
	margin:70px 0 0 0;
	font-size:116.7%;
	margin-bottom:30px;
	text-align:center;
	font-weight:normal;
	background:#E8EEF4;
	padding:15px;
	color:#00103F;
}

.thanksArea p {
	text-align:center;
	margin-bottom:10px;
	font-size:108.4%;
}

p.backhome {
	margin:0 auto 200px;
	text-align:center;
}


p.backhome a:link,
p.backhome a:visited {
	color:#00103F;
	font-size:108.4%;
	text-decoration:underline;
}

p.backhome a:hover,
p.backhome a:active {
	text-decoration:none;
}


