@charset "UTF-8";
html, body {
  line-height: 1.5;
  font-size: 1.0em;
  color: #666;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

li {
  text-decoration: none;
}

img {
  border: 0;
}

strong {
  color: #1F4298;
  font-weight: bold;
}

.smp {
  display: none;
}

table {
  border: 1px #999 solid;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFFFFF;
  margin: 10px auto;
  width: 100%;
  font-size: 0.8em;
}
table th {
  padding: 5px 10px 5px 8px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  color: #ffffff;
  background-color: #666;
  font-weight: normal;
}
table td {
  padding: 10px 15px 10px 5px;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  color: #666666;
}

#outline {
  position: relative;
}

p.goform {
  position: fixed;
  right: 1%;
  bottom: 0;
  margin: 0;
}
p.goform a {
  width: 234px;
  height: 145px;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

header {
  width: 1000px;
  margin: 0 auto;
}
header h1 {
  font-size: 0.8em;
  color: #666;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}
header #header_left {
  float: left;
}
header #header_right {
  float: right;
  margin: 0;
  padding: 0;
}
header #header_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header #header_right li {
  float: left;
  padding: 0 5px;
  border-right: 1px solid #ccc;
  font-size: 0.8em;
  margin: 5px 0;
}
header #header_right li a {
  text-decoration: none;
}
header #header_right li:first-child {
  border-left: 1px solid #ccc;
}
header #header_right .pc_twitter {
  width: 100px;
  float: left;
  display: block;
}

nav {
  clear: both;
  padding: 0;
  height: 60px;
  width: 100%;
  background-image: url("../images/main_menu_bg.png");
  background-repeat: x-repeat;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 1000px;
  margin: 0 auto;
}
nav li {
  text-indent: -9999px;
  float: left;
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  width: 100%;
  height: 60px;
  background-image: url("../images/main_menu.png");
  background-repeat: no-repeat;
}
nav a:hover {
  background-image: url("../images/main_menu.png");
  background-repeat: no-repeat;
}
nav #menu1 {
  width: 166px;
}
nav #menu1 a {
  background-position: 0 0;
}
nav #menu1 a:hover {
  background-position: 0 -60px;
}
nav #menu2 {
  width: 166px;
}
nav #menu2 a {
  background-position: -166px 0;
}
nav #menu2 a:hover {
  background-position: -166px -60px;
}
nav #menu3 {
  width: 166px;
}
nav #menu3 a {
  background-position: -332px 0;
}
nav #menu3 a:hover {
  background-position: -332px -60px;
}
nav #menu4 {
  width: 166px;
}
nav #menu4 a {
  background-position: -500px 0;
}
nav #menu4 a:hover {
  background-position: -500px -60px;
}
nav #menu5 {
  width: 166px;
}
nav #menu5 a {
  background-position: -666px 0;
}
nav #menu5 a:hover {
  background-position: -666px -60px;
}
nav #menu6 {
  width: 168px;
}
nav #menu6 a {
  background-position: -832px 0;
}
nav #menu6 a:hover {
  background-position: -832px -60px;
}

article {
  width: 1000px;
  margin: 0 auto;
}

section {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.aisatu {
  border: 5px solid #1F4298;
  margin: 10px 0;
  padding: 10px;
  font-size: 0.8em;
}

article#main aside {
  margin: 10px 0;
  padding: 3px;
  width: 680px;
  float: left;
}
article#main aside img {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
article#main section {
  position: relative;
  background-color: #F9F8F7;
  width: 290px;
  height: 303px;
  margin: 12px 0 20px 20px;
  float: left;
}
article#main section img {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

article#menu section {
  position: relative;
  background-color: #F9F8F7;
  width: 230px;
  height: 320px;
  margin: 10px;
  float: left;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
article#menu section dt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 10px;
  background-repeat: no-repeat;
  background-image: url("../images/menu.jpg");
  height: 120px;
  width: 210px;
}
article#menu section dt.how_order {
  background-position: 0 0;
}
article#menu section dt.how_payment {
  background-position: 0 -120px;
}
article#menu section dt.how_delivery {
  background-position: 0 -240px;
}
article#menu section dt.sample {
  background-position: 0 -360px;
}
article#menu section dt.scan {
  background-position: 0 -480px;
}
article#menu section dt.option_service {
  background-position: -210px 0;
}
article#menu section dt.scan_charge {
  background-position: -210px -120px;
}
article#menu section dt.charge_delivery {
  background-position: -210px -240px;
}
article#menu section dt.info {
  background-position: -210px -360px;
}
article#menu section dt.faq {
  text-indent: 0%;
  white-space: normal;
  overflow: auto;
  margin: 5px 10px;
  background-image: none;
  font-size: 0.9em;
  font-weight: bold;
  width: 95%;
  height: 50px;
}
article#menu section dt.faq + dd, article#menu section dt.faq + dd + dd {
  padding: 0 5px;
  margin: 0 10px;
}
article#menu section dd {
  font-size: 0.9em;
  margin: 0;
  padding: 0 15px;
}
article#menu section .more {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  position: absolute;
  background-repeat: none;
  background-image: url("../images/menu.png");
  background-position: 0 -294px;
  height: 27px;
  width: 118px;
  top: 293px;
  left: 112px;
}
article#menu section .more a {
  display: block;
}
article#menu h2 {
  background-color: #1F4298;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
}
article#menu h2 a {
  text-decoration: none;
  color: #fff;
}
article#menu h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  background-repeat: none;
  background-image: url("../images/menu.png");
  height: 49px;
}
article#menu h3.service_how_order_bg {
  background-position: 0 0;
  width: 200px;
}
article#menu h3.service_how_payment_bg {
  background-position: 0 -49px;
  width: 200px;
}
article#menu h3.service_how_delivery_bg {
  background-position: 0 -98px;
  width: 200px;
}
article#menu h3.service_sample_bg {
  background-position: 0 -147px;
  width: 200px;
}
article#menu h3.service_scan_bg {
  background-position: 0 -196px;
  width: 200px;
}
article#menu h3.service_option_service_bg {
  background-position: 0 -245px;
  width: 200px;
}
article#menu h3.charge_delivery_date_bg {
  background-position: -202px 0px;
  width: 200px;
}
article#menu h3.charge_scan_charge_bg {
  background-position: -202px -49px;
  width: 200px;
}
article#menu h3.charge_delivery_bg {
  background-position: -202px -98px;
  width: 200px;
}
article#menu h3.charge_option_service_bg {
  background-position: -202px -147px;
  width: 200px;
}
article#menu h3.charge_how_order_bg {
  background-position: -202px -196px;
  width: 200px;
}
article#menu h3.charge_how_payment_bg {
  background-position: -202px -245px;
  width: 200px;
}
article#menu h3.faq_order_bg {
  background-position: -400px 0px;
  width: 200px;
}
article#menu h3.faq_send_bg {
  background-position: -400px -49px;
  width: 200px;
}
article#menu h3.faq_charge_bg {
  background-position: -400px -98px;
  width: 200px;
}
article#menu h3.faq_delivery_bg {
  background-position: -400px -147px;
  width: 200px;
}
article#menu h3.info_bg {
  background-position: -400px -196px;
  width: 200px;
}
article#menu #tabs2 ul {
  width: 960px;
  height: 45px;
  padding: 0 20px;
  margin: 0;
  list-style-type: none;
  background-color: #1F4298;
  border-radius: 10px;
}
article#menu #tabs2 li {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
article#menu #tabs2 li a {
  width: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 8px;
  padding: 5px 0 4px 0;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}
article#menu #tabs2 li a:hover {
  background: rgba(0, 0, 0, 0.3);
}

#under_page h3 {
  background-color: #1F4298;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
}
#under_page h4 {
  background-color: #999;
  border-radius: 10px;
  padding: 5px 15px;
  color: #fff;
}
#under_page h5 {
  border-bottom: 2px dotted #ccc;
  padding: 10px 0 3px 3px;
  margin: 0 0 10px 0;
  font-size: 1.0em;
}
#under_page #flow {
  background-color: #F9F8F7;
  width: 1000px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px 0;
}
#under_page #flow img {
  margin-top: 20px;
}
#under_page #flow div {
  float: left;
  width: 180px;
  margin: 0px 5px 0px 15px;
}
#under_page #flow div h4 {
  color: #c32c2c;
  text-align: center;
  font-size: 1.2em;
  background: none;
  padding: 0;
}
#under_page #flow div p {
  font-size: 0.9em;
}
#under_page #delivery_data {
  background-color: #F9F8F7;
  width: 1000px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px 0;
  margin-bottom: 15px;
}
#under_page #delivery_data div:first-child {
  border: 0;
}
#under_page #delivery_data div {
  float: left;
  width: 225px;
  margin: 0px 5px 0px 15px;
  border-left: 1px dotted #ccc;
}
#under_page #delivery_data div h4 {
  color: #c32c2c;
  text-align: center;
  font-size: 1.2em;
  margin: 5px 0;
  background: none;
  padding: 0;
}
#under_page #delivery_data div p {
  font-size: 1.0em;
  text-align: center;
  margin: 0;
}
#under_page #option {
  background-color: #F9F8F7;
  width: 1000px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px 0;
  margin-bottom: 15px;
}
#under_page #option div {
  float: left;
  width: 225px;
  margin: 0px 5px 0px 15px;
}
#under_page #option div h4 {
  color: #c32c2c;
  text-align: center;
  font-size: 1.2em;
  margin: 10px 0;
  height: 60px;
  background: none;
  padding: 0;
}
#under_page #option div p {
  font-size: 0.9em;
  margin-bottom: 20px;
}
#under_page .deli {
  margin-bottom: 10px;
}
#under_page .deli img {
  float: left;
  padding-left: 50px;
}
#under_page .deli p {
  margin: 0;
  float: right;
  width: 70%;
}
#under_page .deli p .d_price {
  background-color: #1F4298;
  width: 250px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 5px 10px;
  border-radius: 100px;
}
#under_page #faq {
  padding: 0;
}
#under_page #faq dl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #ccc;
}
#under_page #faq dt {
  margin: 0 10px 15px 10px;
  background-image: url("../images/qa.png");
  background-repeat: no-repeat;
  padding: 2px 0 0 30px;
  font-weight: bold;
}
#under_page #faq dd {
  background-image: url("../images/qa.png");
  background-repeat: no-repeat;
  background-position: 0 -28px;
  padding: 2px 0 0 30px;
  margin: 10px;
}

#info {
  text-align: center;
}
#info dl {
  margin: 20px auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  width: 700px;
}
#info dt {
  margin: 10px;
  padding: 2px 0 0 30px;
  font-weight: bold;
  float: left;
  width: 30%;
  text-align: left;
}
#info dd {
  padding: 2px 0 0 30px;
  margin: 10px;
  text-align: left;
}
#info dd input {
  padding: 5px;
  font-size: 1.0em;
}
#info dd select {
  padding: 10px;
  font-size: 1.0em;
}
#info textarea {
  width: 100%;
}
#info button {
  border: 0;
  background-color: #666;
  color: white;
  font-size: 15px;
  height: 50px;
  text-decoration: none;
  vertical-align: text-top;
  width: 300px;
  margin: 0 auto;
}

#form dl {
  margin: 20px auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  width: 900px;
}
#form dt {
  margin: 10px;
  padding: 2px 0 0 30px;
  font-weight: bold;
  float: left;
  width: 20%;
  text-align: left;
}
#form dd {
  padding: 2px 0 0 30px;
  margin: 10px;
  text-align: left;
  float: right;
  width: 65%;
}
#form dd input {
  padding: 5px;
  font-size: 1.0em;
}
#form dd select {
  padding: 10px;
  font-size: 1.0em;
}
#form button {
  border: 0;
  background-color: #666;
  color: white;
  font-size: 15px;
  height: 50px;
  text-decoration: none;
  vertical-align: text-top;
  width: 300px;
  margin: 0 auto;
}
#form .pankuzu {
  border: 1px solid #666666;
  background-color: #333333;
  color: #999999;
  padding: 5px 10px;
  margin: 20px auto;
  text-align: center;
  font-size: 0.9em;
}
#form .pankuzu .now {
  color: #FFFFFF;
}
#form .errer {
  width: 700px;
  margin: 0 auto;
  color: #FF3300;
  line-height: 150%;
}
#form .go {
  text-align: center;
}
#form .att {
  font-size: 0.8em;
  padding: 0 100px;
}
#form .total {
  margin-left: 550px;
  margin-bottom: 50px;
  width: 400px;
}
#form .total dl {
  width: 400px;
  padding: 0;
  margin: 0;
}
#form .total dt {
  width: 30%;
}
#form .total dd {
  width: 45%;
  text-align: right;
}
#form .total .total_price {
  font-size: 1.6em;
}
#form .back {
  text-align: right;
  margin-bottom: 50px;
  padding: 20px 30px;
}
#form .back a {
  border: 0;
  background-color: #66cc00;
  color: white;
  font-size: 15px;
  height: 50px;
  text-decoration: none;
  vertical-align: text-top;
  width: 300px;
  margin: 20px auto;
  padding: 20px 30px;
}

.form_ok {
  text-align: center;
}
.form_ok button {
  border: 0;
  background-color: #c00;
  color: white;
  font-size: 15px;
  height: 50px;
  text-decoration: none;
  vertical-align: text-top;
  width: 300px;
  margin: 20px auto 0;
}

#order_attention li {
  margin: 10px 0;
}
#order_attention .box {
  margin: 10px;
  padding: 20px;
  background-color: #FFFFCC;
}

#sitemap li a {
  color: #666666;
  display: inline-block;
  line-height: 32px;
  padding-left: 25px;
  text-decoration: none;
}
#sitemap li ul {
  margin-bottom: 10px;
}
#sitemap li li a {
  border: none;
  text-decoration: none;
  margin: 0;
}

footer {
  background-color: #46413E;
  padding: 20px 50px;
  color: #ffffff;
  margin-top: 80px;
}
footer h2 {
  padding: 5px 15px;
  margin: 0;
  background-color: #999;
  border-radius: 10px;
  font-size: 1.0em;
  color: #ffffff;
}
footer #kinds {
  float: left;
  width: 490px;
}
footer #kinds ul {
  padding: 10px 15px;
  margin: 10px;
  font-size: 0.8em;
}
footer #local {
  float: right;
  width: 490px;
}
footer #local div {
  margin: 10px 0;
  padding: 10px 15px;
  font-size: 0.8em;
}
footer #intro {
  color: #666;
  margin: 10px 0 50px;
  background-color: #F9F8F7;
  border-radius: 10px;
  font-size: 0.8em;
  padding: 10px 15px;
}
footer #copy {
  font-size: 0.8em;
  text-align: center;
  border-top: 1px dotted #fff;
  padding: 5px;
}
