@charset "utf-8";
/*////////////////////////////////////////////////////

  ZeroMail SKIN [pureblue]
  @copyright:(c)Tenderfeel(http://webtecnote.com/)
  @license: MIT-style license.
  
////////////////////////////////////////////////////*/
/* YUI CSS */
@import url("https://www.plus-vision.com/jp/shop/template-form/reset.css");
html {
  font-size: 62.5%;
}
p, ul li, ol li, dl dt, dl dd, table tr th, table tr td {
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}
body {
  color: #000;
  min-width: 980px;
  font: 1.0rem 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
  line-height: 1.8;
}
header {
  padding: 20px 0 10px;
  background: #fff;
  position: relative;
  z-index: 12;
  border-bottom: 1px solid #e6e6e6;
}
header .inner {
  max-width: 890px;
  padding: 0 20px;
  margin: 0 auto;
}
header .head_l {
  float: left;
}
header .head_l .logo {
  float: left;
}
header .head_l .txt {
  float: left;
  padding: 1px 0 0;
  margin: 0 0 0 15px;
}
h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 17px;
  border-bottom: 1px solid #e6e6e6;
}
#container {
  max-width: 890px;
  min-height: 600px;
  margin: 15px auto 0;
  text-align: left;
  border-radius: 5px;
  background: #FFF;
  padding: 10px;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  margin: 0 0 35px;
  padding: 0 0 0 15px;
  border-left: 3px solid #ccc;
  line-height: 1.3;
}
h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  margin: 0 0 20px;
  width: 96%;
  padding: 8px 2% 8px 2%;
  background: #f6f6f6;
  line-height: 1.4;
}
h4 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px;
}
p {
  color: #000000;
}
ul.textList {
  margin-top: 10px;
}
.textList li {
  margin-left: 5px;
  margin-bottom: 10px;
}
span.mark {
  padding-right: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
/* 必須 */
.require {
  color: #CC0000;
}
/* １段階小さい文字 */
.small {
  font-size: 95%;
}
/* ボタンの親 */
.button {
  text-align: center;
}
/* Table
--------------------------------------------------*/
.zeromail table, .zeromail th, .zeromail td {
  background-color: #fff;
  border: solid 1px #cdd8eb;
  border-collapse: collapse;
}
.zeromail table {
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.zeromail caption {
  margin: 10px 0;
  padding: 0.5em;
  background-color: #c9d9f0;
  color: #3762a8;
  font-weight: bold;
}
.zeromail thead th, .zeromail tfoot th {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  width: 30%;
}
.zeromail thead td, .zeromail tfoot td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.zeromail tbody th {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  width: 30%;
}
.zeromail td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* 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 {
  padding: 1px;
  border: 1px solid #cccccc;
}
.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: #ECFBFF;
}
/* Button
--------------------------------------------------*/
.zeromail .button {
  text-align: center;
  margin-top: 20px;
}
.zeromail .button button {
  min-width: 100px;
  _width: 100px;
}
.zeromail button[type], .zeromail button[id] {
  margin: 0 5px;
  padding: 5px 20px;
  border: solid 2px;
  border-color: #ddd #aaa #aaa #ddd;
  border-radius: 8px;
  background-color: #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  line-height: 1.4;
  cursor: pointer;
}
.zeromail button[type]:hover, .zeromail button[id]:hover {
  background-color: #efefef;
}
.zeromail button[id=submit] {
  border-color: #CAD6F0 #7C99DC #889FD7 #CAD6F0;
  background-color: #AABCE8;
}
.zeromail button[id=submit]:hover {
  border-color: #C4E0F0 #8DC5E2 #8FBEE0 #C4E0F0;
  background-color: #A9D2E9;
}
.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.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 {
  clear: both;
  margin-top: 0;
  font-size: 1px;
  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 #Acontainer {
  margin: 5px 10px 0 10px;
  text-align: left;
  border-radius: 5px;
  background: #FFF;
  padding: 10px;
}
#admin h1 {
  margin: 5px 10px 0 10px;
  font-size: 100%;
  line-height: 150%;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 0 5px 25px;
  background-color: #4e4131;
  background: url(https://www.plus-vision.com/jp/shop/template-form/images/h2-bg.gif) left bottom;
}
#admin h2 {
  font-size: 100%;
  line-height: 150%;
  color: #003e6a;
  background: url(https://www.plus-vision.com/jp/shop/template-form/images/h3-bg-w.gif) 5px 8px no-repeat #fff;
  padding: 5px 0 5px 20px;
  border-bottom: 1px dotted #CCC;
}
#content {
  margin: 0 10px;
}
/* Contents Area */
#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 {}
/* [ADMIN] Logout Button
--------------------------------------------------*/
.logout {}
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 {}
#admin #content .button {}
#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 {}
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: 1%;
  display: none;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}
.clearfix {
  display: block; /* for IE8 */
}
.clear {
  clear: both;
}
.w800 {
  width: 800px;
  margin: 5px auto 0;
}
#footer {
  margin-top: 10px;
	background: #f6f6f6;
  padding: 30px;
	text-align: right;

}
#footer p {
    font-size: 12px;
    font-size: 1.2rem;
}