@charaset "utf-8";
body {
  background-color: #FFF4F4;
  font-family: Verdana, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a, a:link, a:visited {
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #333;
}

p.attention {
  color: #cc0000;
  margin: 10px 0;
}

header {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #ddd;
  background-color: #FFF;
}

.area_header {
  width: 960px;
  margin: auto;
  padding: 22px 30px;
  line-height: 30px;
}

.area_header h1.asp_logo {
  float: left;
  width: 140px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 140px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}

.area_header ul {
  float: right;
}

.area_header ul li {
  float: left;
  display: block;
  text-align: center;
  margin-left: 20px;
}

.area_header ul li.active {
  border-bottom: 2px solid #2673C0;
}

.main {
  background-color: #FFF;
  width: 890px;
  padding: 20px 25px;
  margin: 30px auto;
  border: 1px solid #CCCCCC;
  border-top: 5px solid #990000;
}

.service_header {
  margin: 10px 0;
}

.service_header h1 {
  float: left;
  background-image: url(../img/sm/info_smtop.gif);
  background-repeat: no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  width: 280px;
  height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.service_header ul {
  float: right;
}

.service_header ul li {
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 14px;
  margin-left: 10px;
  font-size: 15px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  cursor: pointer;
}

.service_header ul li.btn_product {
  border: 1px solid #CCC;
  background-color: #EEE;
  color: #666;
}

.service_header ul li.btn_entry:hover, .service_header ul li.btn_product:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.service_header ul li.btn_entry {
  border: 1px solid #EBB701;
  background-color: #FAC101;
  color: #444;
}

.service_body {
  margin: 15px 0;
}

.service_body .banner_main {
  width: 890px;
  height: 83px;
  margin: 0 auto 40px auto;
  background-image: url(../img/sm/demo_title.gif);
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.service_body .service_desc {
  width: 800px;
  margin: 25px auto;
  font-size: 15px;
}

.service_body p.attention {
  width: 800px;
  font-size: 15px;
  color: #cc0000;
  margin: 0 auto;
}

.demo_table {
  margin: 30px auto;
  width: 850px;
}

.demo_table .column {
  margin-left: 151px;
}

.demo_table .column .colum_label {
  float: left;
  background-color: #EEE;
  font-size: 15px;
  color: #333;
  width: 346px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 0 1px;
  border: 1px solid #E4E4E4;
}

.demo_table .line_area {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 2px;
  position: relative;
}

.demo_table .line.head {
  background-color: #FFEAEA;
  width: 150px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
}

.demo_table .line {
  float: left;
  width: 346px;
}

.demo_table .line.center {
  background-color: #F9F9F9;
  border-left: 1px solid #ddd;
}

.demo_table .line_area_manage .line {
  height: 150px;
  line-height: 150px;
}

.demo_table .line_area_cart .line {
  height: 200px;
  line-height: 200px;
  position: relative;
}

.demo_table .line_area_cart .line .line_attention {
  position: absolute;
  width: 200px;
  left: 80px;
  bottom: 30px;
}

.demo_table .line_area_cart .line .line_center {
  line-height: 200px;
  font-size: 15px;
  text-align: center;
}

.demo_table .line_area_cart .line img {
  display: block;
  margin: 40px auto 0 auto;
}

.demo_table .line_area_shop .line {
  height: 300px;
  line-height: 300px;
  position: relative;
}

.demo_table .line_area_shop .line img {
  display: block;
  width: 180px;
  height: 165px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -90px;
}

.demo_table .line_area_shop .line p {
  position: absolute;
  width: 200px;
  left: 80px;
  bottom: 40px;
}

.btn {
  color: #FFF;
  text-align: center;
  background-color: #2588C3;
  border: 1px solid #247EB5;
  -webkit-box-shadow: 0 4px 0 0 rgba(28, 102, 147, 0.4);
  box-shadow: 0 4px 0 0 rgba(28, 102, 147, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.btn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.btn_manage {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -190px;
  width: 500px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.btn_cart {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -90px;
}

.btn_shop {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -90px;
}


/* QRコードお持ちでない方へ */

.desc_qrcode {
  width: 850px;
  margin: 60px auto;
}

.desc_qrcode h1 {
  color: #333;
  padding: 8px 20px;
  background-color: #FFF0F0;
  border: 1px solid #CCC;
  margin: 10px auto;
}

.desc_qrcode p.normal {
  font-size: 15px;
  width: 770px;
  margin: 25px auto;
}

.desc_qrcode p.attention {
  color: #cc0000;
  margin: 25px auto;
  width: 780px;
}

.desc_qrcode_block {
  width: 780px;
  margin: 40px auto;
}

.desc_qrcode h2, .desc_qrcode .desc_url {
  float: left;
  min-height: 70px;
}

.desc_qrcode h2 {
  font-size: 15px;
  padding-left: 90px;
  background-repeat: no-repeat;
  line-height: 70px;
  width: 180px;
  font-weight: normal;
}

.desc_qrcode h2.icon_sumaho {
  background-image: url(../img/sm/icon_sumaho.png);
}

.desc_qrcode h2.icon_mobile {
  background-image: url(../img/sm/icon_mobile.png);
}

.desc_url {
  margin-left: 40px;
}

.desc_url p {
  font-size: 15px;
  height: 35px;
  line-height: 35px;
}

.desc_url p.desc_url_single {
  height: 70px;
  line-height: 70px;
}

.desc_url p span {
  float: left;
  display: block;
  width: 100px;
}

.desc_url p a {
  float: left;
  display: block;
  font-size: 15px;
  margin-left: 20px;
}


/* ボタンサンプル */

.desc_cartBtn {
  width: 850px;
  margin: 60px auto 20px auto;
}

.desc_cartBtn h1 {
  color: #333;
  padding: 8px 20px;
  background-color: #FFF0F0;
  border: 1px solid #CCC;
  margin: 20px auto;
}

.desc_cartBtn p.normal {
  font-size: 15px;
  width: 770px;
  margin: 5px auto;
  line-height: 1.6;
}

.desc_cartBtn p.attention {
  width: 770px;
  margin: 5px auto;
}

.btn_sample_area {
  margin-left: 25px;
  margin-top: 30px;
}

.btn_sample_area h2 {
  font-size: 15px;
  margin: 10px 0;
  color: #444;
}

.btn_sample_area2 {
  float: left;
  width: 380px;
  margin-top: 30px;
}

.btn_sample_area3 {
  float: left;
  width: 420px;
  margin-top: 30px;
}

.btn_sample {
  float: left;
  width: 180px;
  height: 140px;
  background-color: #EDF7FC;
  border: 2px solid #6FB8E3;
  padding: 2px;
  margin-right: 15px;
}

.btn_sample_a p {
  margin-top: 40px;
}

.btn_sample h3 {
  color: #FFF;
  background-color: #2588C3;
  font-size: 15px;
  text-align: center;
  padding: 4px 0;
  font-weight: normal;
}

.btn_sample p {
  text-align: center;
}

.btn_sample div {
  text-align: center;
  margin-top: 30px;
}

.btn_sample div select {
  margin-left: 10px;
}

.btn_sample input {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 4px;
  background-color: #f0f0f0;
}

.btn_sample div input {
  height: 25px;
  margin: 5px 0;
}

.btn_sample div input[type="submit"], .btn_sample img, {
  cursor: pointer;
}

.btn_sample div input[type="submit"]:hover {
  padding-top: 0.4px;
  margin: 6px 0;
}

.btn_sample img:hover {
  padding-top: 0.4px;
  margin-top: 0.4px;
}

.btn_sample .space, .btn_sample .layout {
  margin: 0;
  text-align: left;
}

.btn_sample_area2 table {
  margin-top: 25px;
}

.btn_sample_area2 img {
  margin: 5px 0;
  width: 137px;
  display: block;
  float: left;
  margin-right: 15px;
}

#nfield_1_btn_up, #nfield_1_btn_down {
  height: 7px;
}

.btn_page_top {
  width: 960px;
  margin: 15px auto;
  text-align: right;
  padding-right: 10px;
}

footer {
  width: 100%;
  background-color: #333333;
  padding: 20px 0 40px 0;
}

footer p {
  width: 960px;
  margin: 15px auto;
  text-align: center;
  color: #FFF;
}

footer p a, footer p a:visited, footer p a:link {
  color: #6282E0;
}