@charset "utf-8";


/*
メールフォーム用CSS
Author: WebTecNote　http://tenderfeel.xsrv.jp/
Source: ZeroMail ver0.5
==========================================================

	1: Form
	2: Browzer
	3: Check
	4: Completion
	5: Copyright

==========================================================
*/

/*-----------------------------------------------
1: Form
-----------------------------------------------*/
fieldset {
	width:auto;
	margin:10px auto;
	text-align:left;}

legend {
	padding:0.3em;
}

.form li div {
	margin-left:165px;
}

.form li{
	padding:3px 0;
	list-style:none;
	display:inline-block;
}

.form li:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

label {
	padding:5px 5px 5px 0;
	border-right:solid 5px #ccc;
	margin:0 5px 0 0;
	width:130px;
	float:left;
	display: block;
	text-align:right;
	background-color:#efefef;
}

.form input,.form textarea {
	margin:0;
	border:solid 1px;
	border-color:#aaa #ddd #ddd #aaa;
	width:auto;
	padding:3px;
	font-size:100%;
}

.form input:focus,.form textarea:focus {
	background-color: #e2e8fe;
	border-color:#91a9fb #b4c4fc #d0dafd #9eb4fc;
}

.form input.check  {
	width:auto;
	margin:0 2px;
	border:none;
	float:none;
}

.form input.text {
	width:auto;
	margin:0 2px;
	color:#fa749c;
	float:none;
}

p.reply {
	text-align:center;
	margin:auto;
}

div.button {
	text-align:center;
	margin-top:20px;
}

div.button button#submit {
	border:solid 2px;
	border-color:#cad6f0 #7c99dc #889fd7 #cad6f0 ;
	width:100px;
	background-color:#aabce8;
	margin:0 10px 0 0;
	line-height:1.4;
	cursor:pointer;
}

div.button button#submit:hover {
	border-color:#c4e0f0 #8dc5e2 #8fbee0 #c4e0f0;
	background-color:#a9d2e9;
}

div.button button#reset {
	border:solid 2px;
	border-color:#ddd #aaa #aaa #ddd;
	width:100px;
	background-color:#ccc;
	line-height:1.4;
	margin:0 10px 0 0;
	cursor:pointer;
}

div.button button#reset:hover {
	background-color:#efefef;
}

/*-----------------------------------------------
2: Browzer
-----------------------------------------------*/
/*Safari&Opera\*/
@media all and (min-width:0px) {
	head~body .form input,head~body .form textarea{ float:right;padding:0.3em}
}

/*IE6*/
* html .form input {
	height:auto;
}
/**/

/*** fValidatorのエラーメッセージ*/
div.fValidator-msg {
	margin-left:165px;
	color: #FF0033;
	font-size:77%;
	line-height:1.4;
}

/*-----------------------------------------------
3: Check
-----------------------------------------------*/
/*　確認画面（check.php用）*/
table#confirm {
	border-collapse:collapse;
	border-color:#999999;
	width:100%;
}

table#confirm th {
	font-weight:normal;
	padding:0.5em;
	width:30%;
	background-color:#efefff;
}

table#confirm td {
	padding:0.5em;
}
/*
確認画面のエラー用
エラーメッセージには<strong>タグが付く
*/
table#confirm td strong {
	color:#a82b2b;
}
/*確認画面ボタン上のメッセージ*/
p.confmes {
	margin:1em 0;
}
/*エラー画面用　（init.php内）*/
/*body id="error"*/
div.err_message {
	padding:50px 0 0 0;
}

.err_message p {
	margin-bottom:50px;color:#a82b2b;
}

/*-----------------------------------------------
4: Completion
-----------------------------------------------*/
.success {
	padding:50px 0;
}

.success .button {
	margin-top:50px;
}

.success .button a {
	border:solid 2px;
	border-color:#cad6f0 #7c99dc #889fd7 #czd6f0 ;
	width:100px;
	background-color:#aabce8;
	margin:0 10px 0 0;
	line-height:1.4;
	color:#424242;
	padding:0.2em 1em ;
}

.success .button a:hover {
	border-color:#c4e0f0 #8dc5e2 #8fbee0 #c4e0f0;
	background-color:#a9d2e9;
}

/*-----------------------------------------------
5: Copyright
-----------------------------------------------*/
/*copyright*/
.zm_copyright {
	margin-top:30px;
	font-size:10px;
	display:none;
}

.zm_copyright a{
	color:#aabce8;
	display:none;
}


