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

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

/* 必須 */
.require {color: #CC0000; font-size:60%;font-weight:normal;}

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

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

.button button{
	margin:10px;
}

/* 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=password],
.zeromail textarea {

}

.zeromail .validate-zipcode-btn button {
	font-size:92%;
	padding: 4px;
    border: 1px solid #ddd;
	background:#ccc;
}





/* 確認・エラー画面(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:10px 0 15px;
	padding:20px 0;
	background-color:#ffdcd7;
	//border:solid 1px #e16c48;
	text-align:center;
}

/*エラーなし*/
.zeromail span.confirm{
	display:block;
	color:#339933;
	background-color:#D9F4C4;
	margin:10px 0 15px;
	padding:20px 0;
}


/* 送信完了(completion.html)
--------------------------------------------------*/
#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 {
	display:none;
}
.wtn_copyright a{
    color:#AABCE8;
	text-decoration:none;
}






/*　テーブル基本　*/


table.tbl1{
	border:1px solid #f5f5f5;
	margin:3% 0 0 0;
	width:100%;
}

table.tbl1 tr{
	border-bottom:1px solid #f5f5f5;
}

table.tbl1 th{
	padding:3%;
	width:30%;
	background:#f5f5f5;
	vertical-align:top;
}

table.tbl1 td{
	padding:3%;
	vertical-align:top;
	background:#fff;
}



.button button#submit{
	padding:15px 40px;
	background:#d80c18;
	color:#fff;
	border:none;
	font-size:16px;
	cursor: pointer;
}

.button button#submit:hover{
	webkit-filter: brightness(1.1);
     -moz-filter: brightness(1.1);
     -o-filter: brightness(1.1);
     -ms-filter: brightness(1.1);
     filter: brightness(1.1);
}

button#myreset{
	padding:5px 20px;
	background:#efefef;
	color:#444;
	border:none;
	font-size:16px;
	cursor: pointer;
	
}






