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

@import url("format.css");
@import url("layout.css");

/* =========================================================
   お問い合わせ
========================================================= */

article header#formhead {
	margin-bottom: 25px;
	padding: 0;
}


article header#formhead h1 {
	width: 570px;
	height: 37px;
	background: url(../../formmail01/img/form_ti.gif) no-repeat;
	margin-bottom: 15px;
	padding: 0;
}

article header#formhead h1 span {
	display: none;
}

section#formset {
	margin-bottom: 30px;
	padding: 0;
}

section#formset h1 {
	width: 570px;
	height: 41px;
	background: url(../../formmail01/img/form_sti.gif) no-repeat;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 0;
}

section#formset h2 {
	width: 570px;
	height: 41px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
}

section#formset h2#form_flow01 {
	background: url(../../formmail01/img/form_flow01.gif) no-repeat;
}

section#formset h2#form_flow02 {
	background: url(../../formmail01/img/form_flow02.gif) no-repeat;
}

section#formset h2#form_flow03 {
	background: url(../../formmail01/img/form_flow03.gif) no-repeat;
}

#formset h1 span, #formset h2 span {
 display: none;
}

#formset h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 1px;
}


#formset table{
	border-collapse: collapse;
	width:100%;
	border:#cecece solid 1px;
	margin: 15px auto;
	font-size: 13px;
	font-weight: normal;
}

#formset table th,
#formset table td {
	padding:15px;
	border:#cecece solid 1px;
}

#formset table th {
	text-align:left;
	background-color:#eee;
	width:160px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

#formset table td {
	text-align:left;
}

#formset table td span {
	display: block;
	font-size: 10px;
	color: #666666;
	margin-top: 5px;
}

#formset table td.btn {
	border: none;
	text-align:center;
}

#formset #btn {
	width: 100%;
	text-align: center;
}

#formset #return {
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	letter-spacing: 2px;
}

#formset #error {
	margin-top: 60px;
	margin-bottom: 70px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 180%;
}

#formset #complete {
	margin-top: 80px;
	margin-bottom: 70px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #b43f2f;
	line-height: 180%;
	letter-spacing: 2px;
}

/* =========================================================
   フォーム設定
========================================================= */

input, textarea {
	border: solid #bdbdbd 1px;
	padding:0.2em;
}

input.short {
	width: 180px;
}

input.short2 {
	width: 130px;
}

input.short3 {
	width: 35px;
}

input.long {
	width: 374px;
}

input.submit_button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #a3a3a3;  
	border-bottom: 1px solid #a3a3a3;  
	border-left: 1px solid #ccc;  
	padding: 5px 20px;  
	font-weight: bold;  
	cursor: pointer;  
	color: #555;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;  
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}

input.submit_button:hover {
	border-top: 1px solid #ccc;
	border-right: 1px solid #a3a3a3;  
	border-bottom: 1px solid #a3a3a3;  
	border-left: 1px solid #ccc;  
	padding: 5px 20px;  
	font-weight: bold;  
	cursor: pointer;  
	color: #888;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;  
	background: -moz-linear-gradient(top, #ccc, #DFDFDF 1%, #DFDFDF 50%, #F1F1F1 99%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(0.01, #DFDFDF), color-stop(0.5, #DFDFDF), color-stop(0.99, #F1F1F1), to(#fff));
}
