@charset "utf-8";
/*////////////////////////////////////////////////////

  ZeroMail SKIN [monotone]
  @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;
	text-align:center;/* xml宣言対策(IE6) */
}

#container {
    width:630px;
	margin:0 auto;
	text-align:left;
}

h1,
h2{
    margin:1em auto;
    padding:0.5em 0;
    text-align:center;
}

h1 {
    background-color:#000;
    color:#fff;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}

h2 {
	margin-bottom:20px;
	font-weight:bold;
	text-shadow:0 1px 0 #efefef;
}

p { margin:0 0 10px 0; }


/* 必須 */
.require {color: #CC0000;}


/* １段階小さい文字 */
.small {font-size:90%;}


/* ボタンの親 */
.button {
	text-align:center;
}


/* Table
--------------------------------------------------*/
.zeromail table,
.zeromail th,
.zeromail td {
	background-color:#fff;
	border:1px solid #666666;
	border-collapse:collapse;
}
.zeromail table {
	width:100%;
    margin-bottom:10px;
}

.zeromail caption {
    margin:10px 0;
    padding:0.5em;
    background-color:#d1d1d1;
    color:#666666;
    font-weight:bold;
}

.zeromail thead th,
.zeromail tfoot th {
	background-color:#efefef;
    text-align:center;
}
.zeromail thead td,
.zeromail tfoot td {
	background-color:#efefef;
    text-align:center;
}

.zeromail tbody th {
    width:25%;
    padding:0.5em;
	background-color:#F7F7F7;
	font-weight:normal;
    text-align:center;
}

.zeromail td {
    padding:0.5em;
	text-align:left;
}

.wsc tbody th{
	background-color:hsl(188, 100%, 91%);
}
.wss tbody th{
	background-color:hsl(39, 100%, 91%);
}
/* 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:1px;
}

.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: 1px;
	background-color:#ffffff;
	background-image:linear-gradient(top,
	                 rgba(100,100,100, 0.1),
	                 rgba(100,100,100, 0));
	background-image:-moz-linear-gradient(top,
	                 rgba(100,100,100, 0.1),
	                 rgba(100,100,100, 0));
	background-image:-webkit-gradient(linear, left top, left bottom,
	                 from(rgba(100,100,100, 0.1)),
	                 to(rgba(100,100,100, 0)));
	border:1px solid;
	border-color:#BDBFBF;
	border-radius    :  3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow        : inset 0px 1px 3px rgba(100,100,100, 0.25);
	-moz-box-shadow   : inset 0px 1px 3px rgba(100,100,100, 0.25);
	-webkit-box-shadow: inset 0px 1px 3px rgba(100,100,100, 0.25);
	transition        : background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition     : background 0.5s;
}

.zeromail input[type=text]:hover,
.zeromail textarea:hover,
.zeromail input[type=text]:focus,
.zeromail textarea:focus {
	background-color: #F5F5F5;
}

/* Button
--------------------------------------------------*/
.zeromail .button {
    text-align:center;
    margin-top:20px;
}

.zeromail .button button {
	min-width:100px;
	_width:100px;
	height:30px;
	margin:0 5px;
	padding:0 5px;
	cursor:pointer;
	line-height:30px;
}

.zeromail button[type],
.zeromail button[id]{
    background:none;
	
	border-radius        : 4px;
	-moz-border-radius   : 4px;
	-webkit-border-radius: 4px;
	
	border:1px solid #BDBFBF;
	
	background-color:#efefef;
	background-image:-moz-linear-gradient(0% 100% 90deg, #afafaf, #cfcfcf 50%, #d9d9d9 50%, #f7f7f7);
	background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, from(#afafaf), color-stop(50%, #cfcfcf), color-stop(50%, #d9d9d9), to(#f7f7f7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c6c6c6', EndColorStr='#f7f7f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f7f7', EndColorStr='#a6a6a6')";

	transition        : background 0.5s, border 0.5s;
	-webkit-transition: background 0.5s, border 0.5s; 
	-o-transition     : background 0.5s, border 0.5s; 
    cursor:pointer;
}

.gradient > button {
	*background-color:#CDD6CB;
	*border:outset 2px #ccc;
	*line-height:1.3;
}

* html .gradient button {
	padding:0.3em 0;
	width:7em;
}

.zeromail button[type]:hover,
.zeromail button[id]:hover{
	background-color:#333;
	color:#fff;
	background-image:linear-gradient(top,
	                 rgba(255, 255, 255, 0.85),
	                 rgba(255, 255, 255, 0.4) 49%,
	                 rgba(255, 255, 255, 0.25) 50%,
	                 rgba(255, 255, 255, 0)
					);
	background-image:-moz-linear-gradient(top,
	                 rgba(255, 255, 255, 0.85),
	                 rgba(255, 255, 255, 0.4) 49%,
	                 rgba(255, 255, 255, 0.25) 50%,
	                 rgba(255, 255, 255, 0)
					);
	background-image:-webkit-gradient(linear, left top, left bottom,
	                 from(rgba(255, 255, 255, 0.85)),
	                 color-stop(49%, rgba(255, 255, 255, 0.4)),
	                 color-stop(50%, rgba(255, 255, 255, 0.25)),
	                 to(rgba(255, 255, 255, 0))
					);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9a9a9a', EndColorStr='#363636');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9a9a9a', EndColorStr='#363636')";
	border:solid 1px #aaa;
}

.zeromail button[type]:active {
	background-color:#000;
	
	background-image:linear-gradient(top,
	                 rgba(255, 255, 255, 0.85),
	                 rgba(255, 255, 255, 0.4) 49%,
	                 rgba(255, 255, 255, 0.25) 50%,
	                 rgba(255, 255, 255, 0)
					);
	background-image:-moz-linear-gradient(top,
	                 rgba(255, 255, 255, 0.85),
	                 rgba(255, 255, 255, 0.4) 49%,
	                 rgba(255, 255, 255, 0.25) 50%,
	                 rgba(255, 255, 255, 0)
					);
	background-image:-webkit-gradient(linear, left top, left bottom,
	                 from(rgba(255, 255, 255, 0.85)),
	                 color-stop(49%, rgba(255, 255, 255, 0.4)),
	                 color-stop(50%, rgba(255, 255, 255, 0.25)),
	                 to(rgba(255, 255, 255, 0))
					);
					 
	border:solid 1px #111;
	
	box-shadow        : inset 1px 1px 4px rgba(0,0,0, 1);
 	-moz-box-shadow   : inset 1px 1px 4px rgba(0,0,0, 1);
 	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0, 1);
}

.zeromail button[id=myreset],
.zeromail button[id=close]{
}


/* 確認・エラー画面(check,error)
--------------------------------------------------*/
.zeromail #confirm td  {
    padding:1em;
}

/*入力エラー*/
.zeromail strong.error {
	display:inline;
	padding:0;
	margin:0;
	border:0;
	background:none;
    color:#A82B2B;
}

/* Message()のメッセージ */
.message {
	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 .success {
	margin:1.5em 50px;
	padding:1.5em 0;
	background-color:#e8f198;
	border:solid 1px #c6e148;
	text-align:center;
	color:#4e4c35;
}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	clear:both;
    margin-top:30px;
    font-size:10px;
	text-align:center;
}
.wtn_copyright a{
	color:#CCC;
	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:left;
}

#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:160px;
	float:right;
}

#admin #navi li {
	list-style:none;
	margin:0 0 0.5em 0;
}
#admin #navi a {
	display:block;
	text-decoration:none;
	background-color:#efefef;
	border-left:solid 6px #999;
	padding:5px;
	font-size:93%;
	color:#000;
}
#admin #navi a:hover {
	background-color:#F7F7F7;


	border-left-color:#000;
}

/* [ADMIN] Copyright
--------------------------------------------------*/
#admin .wtn_copyright {
	clear:both;
	margin:0 auto;
	padding-top:10px;
	border-top:solid 1px;
	font-size:85%;
}

/* button */
.bt{
    text-align:center;
	margin:10px auto;
}
.bt a {
	font-size:20px;
    background: #EEE;
    padding: 2px 10px;
    border: 2px solid #CCC;
    text-decoration: none;
    color: #000!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
}
.bt a:hover {        
    border: 2px solid #06c;
    background: #06c;
    color: #fff!important;
}

li{list-style-type:disc;list-style-position:outside;margin-left:20px;font-size:14px;line-height:1.5em;margin-top:20px;}