@charset "utf-8";



/*デフォルト
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
*{
	padding:0px;
	margin:0px;
	}
body {
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	color:#333333;
	background:#ffffff;
	}
h1	{
	font-size:200%;
	color:#0078a5;
	margin:10px 0;
	}
h2	{
	font-size:120%;}
h3	{
	font-size:110%;}

/*--画像--*/
img{
	border:none;
	margin:0px;
	background-color:transparent;
	}

/*--リンク--*/
a:link,a:visited {
	color:#0096EB;
	text-decoration:none;
	-moz-outline-style:none;
	overflow:hidden;
	}
a:hover,a:active,a:after {
	color:#0096EB;
	text-decoration:underline;
	-moz-outline-style:none;
	overflow:hidden;
	}

/*--リスト--*/
ul,ol,dl,dt,dd,li{
	color:#333333;
	list-style:none;
	}

/*--clearfix--*/
.clearfix {width:100%;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	}

.header{
	width:1000px;
	margin:10px auto;
	}

.F11gray{
	font-size:80%;
	color:#666;
}



.form_table{
	margin:0px auto;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	}
.form_table tr td{
	padding:10px 0px;
	}
	.form_title{
		margin:20px auto;
		}
.form_wrap2{
	width:860px;
	background:#ffffff;
	border-radius:15px;
	padding:20px;
	}
.form{
	margin:0px auto;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background:#ffffff;
	}
	.required {
	font-size: 10px;
	color: #cc0000;
	margin-left:8px;
	}

.form td {padding: 8px 20px !important; border-bottom:1px solid #eeeeee;}
.form th { font-weight: normal; background-color: #efefef; white-space: nowrap; padding: 8px 20px; border-left: 2px solid #eeeeee; border-bottom:#ffffff 1px solid; text-align:left; }
.submit { text-align: center; background: #fff; width: auto; border-left: none; }
.submit input { width: 70px; }
.type-red { color: red; }
.border-red { border-left:2px solid #ff3300 !important; }
.ERR { color: red; }
.add{ color:#999999; font-size:12px;}

/* フォーム整形 */
.form input,
.form textarea{ padding:3px; margin:2px; border:1px solid #cccccc;}
#name{ width:100px;}
#kana, #address2, #address3 { width: 200px; }
#company, #dept { width: 300px; }
#address2, #address3, #email, #emailcheck, #subject { width: 350px; }
#address0 { margin-bottom: 3px; }
#zip0 { width: 30px; }
#zip1 { width: 40px; }
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { width: 50px; }
#message { width: 450px; height: 100px; }
#teltime { width: 450px; height: 50px; }

.back{
	width:820px;
	margin:20px auto 0px;
	text-align:center;
	}
.link_arrow{
	line-height:28px;
	background:url("img/link_arrow.gif") no-repeat 0px 0px;
	padding-left:20px;
	}
.link_pdf {
	background:url("img/link-pdf.gif") no-repeat right;
	padding-right:21px;
}

.terms{
	width:600px;
	margin:20px auto;
	}
.gs_wrap{
	width:700px;
	margin:20px auto;
	}
.seal{
	width:120px;
	float:left;
	margin-right:20px;
	}
.gs_text{
	font-size:12px;
	width:550px;
	float:right;
	}
input.send_btn{
	background:url("img/btn_send.png") no-repeat;
	width:280px;
	height:40px;
	color:#ffffff;
	font-size:20px;
	border:0px;
	cursor:pointer;
	}
input.back_btn{
	background:url("img/btn_back.png") no-repeat;
	width:280px;
	height:40px;
	color:#ffffff;
	font-size:20px;
	border:0px;
	cursor:pointer;
	}

#copyright {
	width: 680px;
	float: center;
	padding: 0px;
	margin: 0px auto;
	text-align:center;
	font-size:12px;
}

#copyright a {
	text-decoration: none;
}

#copyright a:link {
	color: #666666;
}
#copyright a:visited {
	color: #666666;
}
#copyright a:hover {
	color: #666666;
	text-decoration: underline;
}