@charset "utf-8";
/*////////////////////////////////////////////////////

  ZeroMail SKIN [pureblue]
  @copyright:(c)Tenderfeel(http://webtecnote.com/)
  @license: MIT-style license.
  
////////////////////////////////////////////////////*/

/* YUI CSS */
@import url("http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css");
@import url("http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts-min.css");

body {
	color:#424242;
	background-color:#FFFFFF;
}


.form_area {
	background: url("../img/bg_form.jpg")no-repeat bottom center #fff;
}

#container {
	color: #595757;
	font-size: 33px;
	font-family: '游ゴシック', 'Yu Gothic', sans-serif;
}
#container h3 {
	font-size: 40px;
	font-weight: bold;
	padding: 30px 0;
}

.check .tit {
	text-align: center;
}

form { background: url("../img/f_bg.png")no-repeat top center;}
.check form { background: url("../img/f_bg2.png")no-repeat top center;}

.comp { height: 100vh;}

.comp .tit {
	text-align: center;
}

.small {
	font-size: 24px;
	line-height: 1.3;
	font-feature-settings : "palt";
}
.button { text-align:center;} 

/* Table
--------------------------------------------------*/

.zeromail table {
	width: 610px;
	margin: 20px auto 0;
}
.check .zeromail table { margin-top: 50px;}
.zeromail tr:last-of-type th,
.zeromail tr:last-of-type td {
	padding: 27px 0;
	height: 270px;
	vertical-align: top;
}
.check .zeromail tr:last-of-type td { font-size: 22px;}
.zeromail th { padding-top: 40px;}
.check .zeromail th {
	width: 240px;
	border-bottom: dashed 1px #c9caca;
	vertical-align: top;
}
.zeromail th span {
	color: #fff;
	font-size: 27px;
	vertical-align: 4px;
	margin-left: 11px;
	padding: 2px 10px;
	box-shadow: 1px 1px rgba(0,0,0,.2);
	background-color: #d10000;
}
.zeromail td {
	padding: 20px 0 30px;
	border-bottom: dashed 1px #c9caca;
}



/* Form
--------------------------------------------------*/

.zeromail [type=submit] { cursor: pointer;}

.zeromail input:focus { outline: 1px solid #9d9e9e;}
.zeromail [type=text],
.zeromail textarea {
	width: 588px;
	height: 78px;
	font-size: 30px;
	padding: 0 10px;
	border: 1px solid #969696;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.zeromail textarea { height: 360px; padding: 10px;}

.zeromail #email { margin-bottom: 20px;}

/* Button
--------------------------------------------------*/
.zeromail .button {
	text-align:center;
	margin: 40px auto 0;
	padding-bottom: 170px;
	width: 750px;
}

#myreset { margin-bottom: 35px;}

.zeromail .button button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.zeromail .button button:hover { opacity: 0.7;}

/* 確認・エラー画面(check,error)
--------------------------------------------------*/
.zeromail #confirm td  {
    padding:1em;
}

/*入力エラー*/
.zeromail strong.error {
	display:inline;
	padding:0;
	margin:0;
	border:0;
	background:none;
    color:#A82B2B;
}

/* Message()のメッセージ */
.message {
	display: none;
	width: 610px;
	margin: 0 auto;
	padding-top: 60px;
	text-align:center;
}

/*エラー*/
.zeromail span.error{ 
	display:block;
	margin:1.5em 50px;
	padding:1.5em 0;
	background-color:#f7a499;
	border:solid 1px #e16c48;
	text-align:center;
	color:#181710;
}

/*エラーなし*/
.zeromail span.confirm{
	display:block;
	color:#339933;
	border:solid 1px;
	border-color:#D9F4C4;
	padding:10px;
}


/* 送信完了(completion.html)
--------------------------------------------------*/
#completion .success {

}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	display: none;
	clear:both;
    margin-top:30px;
    font-size:10px;
	text-align:center;
}
.wtn_copyright a{
    color:#AABCE8;
	text-decoration:none;
}

/*-----------------------------------------------------
  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;
}

form.login dl {
	width:18em;
	margin:0 auto;
	text-align:left;
}
form.login dt {
	float:left;
	clear:left;
	width:6em;
	text-align:right;
}
form.login dd {
	margin-bottom:5px;
}

form.login #formid {
	ime-mode: disabled;
}

#admin #content .login .button {
	position:static;
	margin:1em;
	
}

/* [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;
}

form.idSelect {
	margin-bottom:1em;
}

#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%;
}