@charset "utf-8";
form,fieldset{
	border:0;
}
/* 必須 */
.require {color: #C66;}
/* 小さい文字 */
.small {font-size:85%;}
/* ボタンの親 */
.button {
	text-align:center;
}

/* Form
--------------------------------------------------*/
.zeromail legend {
	display:none;
}
.zeromail label{
    margin:0 3px;
}
.zeromail input[type=radio],
.zeromail input[type=checkbox] {
    margin-right:0.3em;
}
.zeromail button,
.zeromail input[type=checkbox],
.zeromail input[type=radio],
.zeromail input[type=reset],
.zeromail input[type=submit] {
    padding:2px;
}
.zeromail [type=check],
.zeromail [type=radio],
.zeromail [type=submit] {
    cursor: pointer;
}
.zeromail [type=check] + label,
.zeromail [type=radio] + label {
    display: inline-block;
    cursor: pointer;
}
.zeromail [type=text],
.zeromail textarea {
    padding: 2px;
    border: 1px solid #f3cdc0;
}
.zeromail input[type=text]:hover,
.zeromail textarea:hover,
.zeromail input[type=text]:focus,
.zeromail textarea:focus {
	background-color: #faede8;
}
.zeromail input,.zeromail textarea{
	margin-bottom:2px;
}

/*確認ボタン*/
#check{
    background: url(../contact/images/check.gif) left top no-repeat;
	height:30px;
	width:130px;
	margin-top: 20px;
	}
	
/*送信ボタン*/
#submit{
	background: url(../contact/images/submit.gif) left top no-repeat;
	height:30px;
	width:130px;
	margin-top: 20px;
	}

/*戻るボタン*/
#back{
    background: url(../contact/images/back.gif) left top no-repeat;
	height:30px;
	width:130px;
	margin-top: 20px;
}

/*リセットボタン*/
#reset{
    background: url(../contact/images/back.gif) left top no-repeat;
	height:30px;
	width:130px;
	margin-top: 20px;
}







/* 確認・エラー画面(check,error)
--------------------------------------------------*/
.error{ 
	color:#C66;
	font-weight:bold;
}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	display:none;
}





/*UNTOUCHED*/
/*-----------------------------------------------------
  for Ajax
------------------------------------------------------*/
/*住所検索メッセージ*/
.zeromail .zipcode-message {
	font-size:85%;
	margin-left:0.5em;
}
/* Address Search */
.zeromail .zipcode-btn {
}
.zeromail .zipcode-message {
	color:#999;
}

/* Over Text Label */
.zeromail .overTxtLabel {
    color: #888888;
}

/* Validator Advice */
.zeromail input[type=text].validation-failed,
.zeromail textarea.validation-failed {
    border-color: #ff0000;
    background-color: #ffdddd;
}
.zeromail .validation-failed:hover,
.zeromail .validation-failed:focus {
	border-color: #FF6A6A;
	background-color: #FEE;
}
.zeromail .validation-advice {
    padding-bottom: 5px;
    font-weight: bold;
    color: #ff0000;
}

/* ローディング */
.spinner {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
}

/* [Ajax] Result
--------------------------------------------------*/
/* 結果 */
#result {
	margin:10px 0;
	background-color: #DFE6FD;
	text-align:center;
}

#result div {
	border: 1px solid;
	border-color:#5082EB;
	padding:10px;
}

#result:empty {
	margin:0;
    padding:0;
    border-width: 0;
}​

/* 完了メッセージ */
#result .success{
}


/*-----------------------------------------------------
  ZeroMail ADMIN CSS
------------------------------------------------------*/
#admin #container {
	width:800px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	/zoom:1;
}

#admin h1 {
	margin-bottom:30px;
}

#admin h2 {
	margin-top:0;
	padding:0.3em 0;
	background:#efefef;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	zoom:1
}

#content {
	margin-bottom:50px;
}

/* Contents Area */
.logon #content {
	position:relative;
	width:630px;
	float:right;
}

#admin .button button#submit {width:auto;}

/* [ADMIN] Login Form
--------------------------------------------------*/
#admin form.login {
	text-align:center;
	margin:50px 0;
}

form.login button#submit {
	width:auto;
}

/* [ADMIN] Logout Button
--------------------------------------------------*/
.logout {
	position:absolute;
	top:1.2em;
	right:0.2em;
}

button#logout{
    border:solid 2px;
    border-color:#aaa #777 #555 #999;
    background-color:#888;
    line-height:1.4;
    margin:0;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
button#logout:hover {
	background-color:#a00;
	border-color:#d00 #900 #700 #c00;
}

/* [ADMIN] $table content
--------------------------------------------------*/
#admin #content td {
	white-space:nowrap;
}

#admin #content .button {
	position:absolute;
	margin:0;
	padding:0;
	top:3em;
	right:0;
}

#admin form.loglist,
#admin form.directory {
	overflow:auto;
	min-width:520px;
	padding:50px 0;
}

td.nodata {
	text-align:center;
	padding:1em 0;
}

.download table dt {
	float:left;
	clear:left;
	margin:0 0 0.5em 0;
	padding:0.2em 0;
	width:30%;
	background-color:#efefef;
	text-align:center;
}

.download table dd {
	margin:0.5em 0 0.5em 35%;
	padding:0.2em 0;
	text-align:left;
}

.download td.action{
	text-align:center;
}

.download .option {
	margin:5px 0;
}

/* [ADMIN] Navigation
--------------------------------------------------*/
.logon #navi {
	width:170px;
	float:left;
}

#admin #navi li {
	list-style:inside disc;
	margin:0 0 0.5em 0;
}
#admin #navi a {
	text-decoration:none;
}


/* [ADMIN] Copyright
--------------------------------------------------*/
#admin .wtn_copyright {
	clear:both;
	margin:0 auto;
	padding-top:10px;
	border-top:solid 1px;
	font-size:85%;
}