﻿@charset "utf-8";
/*////////////////////////////////////////////////////

  ZeroMail SKIN [pureblue]
  @copyright:(c)Tenderfeel(http://webtecnote.com/)
  @license: MIT-style license.
  
////////////////////////////////////////////////////*/

select,input,button,textarea{font:120% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

.maincontent { float:none;
width: 1000px;}

fieldset {margin:0; padding:0; border:none;}
.note { 	width:765px;
	margin:10px auto;
	font-size:17px; }

h3 {
	font-size:130%;
	margin:15px 0;
}

/* 必須 */
.require {color: #fb4b00;}


/* １段階小さい文字 */
.small {font-size:100%;}


/* ボタンの親 */
.button {
	text-align:center;
}

/* Tableのかわりにdivを使った場合
--------------------------------------------------*/
.box_left {
float: left;
width: 200px;
height: 60px;

border: rgba(221,221,221,1.00) solid 1px;
border-right: none;

background-color: #F5F5F7;
font-size: 110%;
line-height: 140%;
padding: 10px 20px;
text-align:left;

font-weight:bold;

}

.box_right {
float: left;
width: 517px;
height: 60px;

border: rgba(221,221,221,1.00) solid 1px;

	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	font-size:110%;
}

.ipsize {
	width:90%;
	size:auto;
}

.box_non {
	clear: both;
}

.box_ht {
height: 260px;
}

.box_ht2 {
height: 80px;
}


dt {
float: left;
width: 200px;
height: 25px;
padding: 7px;
margin: 0 0 0.5em 0;
border: rgba(221,221,221,1.00) solid 1px;
background-color: #F5F5F7;
border-right: none;line-height:1.8em;
}

dd {
float: left;
width: 517px;
height: 25px;
padding: 7px;
margin: 0 0 0.5em 0;
border: rgba(221,221,221,1.00) solid 1px;
display:block;
}
dt:nth-of-type(8) {
height: 60px;
}
dd:nth-of-type(8) {
height: 60px;
}

/* Table
--------------------------------------------------*/
.zeromail table,
.zeromail th,
.zeromail td {
	border-top:solid 1px #333;
	border-collapse:collapse;
	border-spacing: 0;
}
.zeromail table {
	width:765px;
	margin:0 auto;
	margin-bottom:10px;
	border-bottom:solid 1px #333;
}

.zeromail caption {
	margin:10px 0;
	padding:0.5em;
	background-color:#c9d9f0;
	color:#3762a8;
	font-weight:bold;
}
.zeromail thead th,
.zeromail tfoot th {
	background-color:#dbe5f3;
}
.zeromail thead td,
.zeromail tfoot td {
	background-color:#dbe5f3;
}

.zeromail tbody th {
	width:230px;
	padding:10px 5px;
	font-weight:bold;
	text-align:left;
	font-size:120%;
	line-height:1.6em;
}

.zeromail td {
    padding:1em;
	text-align:left;
	line-height:1.6em;
}
/* ご注文フォーム */
.zeromail table.ordered,
.zeromail table.ordered th,
.zeromail table.ordered td {
	border-top:none;
}
.zeromail table.ordered {
	border-bottom:none;
	width:785px;
	margin-bottom:25px;
}
.zeromail table.ordered th {
	width:170px;
	padding:10px 5px;
	font-weight:bold;
	text-align:left;
	font-size:120%;line-height: 120%;
}
.zeromail table.ordered td {
	width:605px;
}

/* 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 [type=email],
.zeromail [type=tel],
.zeromail [type=number],
.zeromail [type=date],
.zeromail [type=password],
.zeromail textarea {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.zeromail input[type=text]:hover,
.zeromail [type=password]:hover,
.zeromail textarea:hover,
.zeromail input[type=text]:focus,
.zeromail [type=password]:focus,
.zeromail textarea:focus {
	background-color: #fffeee;
}

/* Button
--------------------------------------------------*/
.zeromail .button {
	clear:both;
    text-align:center;
    margin-top:40px;
	margin-bottom:40px;
}
.zeromail .button button {
    min-width:100px;
	_width:100px;
}

.zeromail button[type],
.zeromail button[id]{
    background: #fb4b00;
	border: 1px solid #fb4b00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	padding: 10px 50px;
	text-decoration: none;
	font-weight: normal;
    cursor:pointer;
	margin:0 4px;
}

.zeromail button[type]:hover,
.zeromail button[id]:hover{
    background-color:#fb4b00;
}
.zeromail button[id=submit] {
    background: #fb4b00;
	border: 1px solid #fb4b00;
}
.zeromail button[id=submit]:hover {
    background: #f67f4c;
	border: 1px solid #f67f4c;
}

.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:red;
}

/* Message()のメッセージ */
.message {
	text-align:center;
	margin:10px 0;
	padding:1.5em 0;
}

/*エラー*/
.zeromail span.error{ 
	display:block;
	margin:2em auto;
	background-color:#ffffff;
	border:solid 1px #333;
	text-align:center;
	width:765px;
	padding:25px 15px;
	line-height:1.6em;
	color:red;
	font-weight:bold;
}

/*エラーなし*/
.zeromail span.confirm{
	display:block;
	margin:2em auto;
	border:solid 1px;
	background-color:#ffffff;
	border:solid 1px #333;
	width:765px;
	padding:25px 15px;
	text-align:center;
	line-height:1.6em;
}


/* 送信完了(completion.html)
--------------------------------------------------*/
#completion .success {
	margin:2em auto;
	padding:70px 15px;
	background-color:#ffffff;
	border:solid 1px #333;
	text-align:center;
	width:765px;
	line-height:1.8em;
}
.moremore {
	text-align:center;
	margin:auto;
}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	clear:both;
    margin-top:30px;
    font-size:10px;
	text-align:center;
	display:none
}
.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;
}
.red{
	color:red;
}

/* [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%;
}