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

@import "format.css";

/* =========================================================
   レイアウト
========================================================= */
body {
	font-family:'メイリオ', 'Hiragino Kaku Goshic Pro', sans-serif;
	background-color: #ffffff;
	background: url(../../img/form_header.jpg) top repeat-x;
	text-align: center;
	margin: 0px auto;
	color: #444444;
	}
	
#wrap{
	width: 100%;
	margin: 0 auto;
	}
	
#container {
	width: 604px;
	margin: 60px auto 0;
	padding-bottom: 50px;
	text-align:left
	}

header#pageheader {
	width: 100%;
	text-align: left;
	background: none;
	margin: 0;
	padding: 0
	}

header#pageheader h1 {
	margin-top: 17px;
	margin-left: 12px;
	}

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

#formmail {
}

#formmail h1 {
	height: 88px;
	width: 604px;
	margin-top: -20px;
	margin-bottom: 15px;
	padding: 0;
}

#formmail h1#inquiry {
	background: url(../../formmail01/img/main_ti.gif) no-repeat;
}


#formmail h1#order {
	background: url(../../formmail02/img/main_ti.gif) no-repeat;
}

#formmail h1 span {
 display: none;
}

#formmail p {
	font-size: 12px;
	margin-bottom: 40px;
	line-height: 180%;
}

#formmail p.btm0 {
	margin-bottom: 0;
}

#formmail .freedial {
	display: block;
	font-size: 24px;
	background: url(../../formmail01/img/freedial.gif) no-repeat center left;
	text-indent: 34px;
	margin:15px 10px;
}

#formmail .privacy {
	border: 1px solid #eee;
	background-color: #eee;
	margin-bottom: 50px;
	padding: 10px;
	font-size: 10px;
	line-height: 140%;
}

#formmail .privacy em {
	display: block;
	font-weight: bold;
}

#formmail table {
	border-collapse: collapse;
	width:100%;
	border-top:#bdbdbd dotted 1px;
	margin:10px auto;
	font-size: 13px;
	font-weight: normal;
}

#formmail table th,
#formmail table td {
	padding:15px;
	border-bottom:#bdbdbd dotted 1px;
}

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

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


#formmail table td dl{
	width: 100%;
	margin: 0;
	padding: 0;
}

#formmail table td dt{
	float:left;
	width:55px;
	margin-right:5px;
}

#formmail table td dd {
	margin-left:60px;
}


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

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

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

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

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

#formmail #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));
}
