@charset "UTF-8";
/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* Font
-------------------------------------------------------------------------------*/
body {
  font: -apple-system-body;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Basic
-------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-touch-callout: none;
}

a:link {
  color: #7070cb;
  text-decoration: underline;
}

a:visited {
  color: #535398;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

a img {
  vertical-align: top;
}

@media all and (min-width: 601px) {
  a {
    transition: all 0.25s;
  }
  a:hover {
    color: #ff8000;
    text-decoration: none;
  }

  .opc a:link, .opc a:visited {
    opacity: 1;
  }
  .opc a:hover {
    opacity: .5;
  }
  .opc .current > a:hover {
    opacity: 1;
  }
  .opc input[type="image"]:hover {
    opacity: .5;
  }
}
a.btn {
  font-weight: bold;
  line-height: 1;
  padding: .5em 1em;
  text-decoration: none;
  border-radius: 1em;
}
a.btn:link, a.btn:visited {
  color: #FFFFFF;
  background-color: #00b8d9;
}
a.btn[href="#continue"] {
  display: inline-block;
}

.sprite {
  position: relative;
  display: block;
  overflow: hidden;
}

.sprite img {
  position: absolute;
}

.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.clrml {
  margin-left: 0 !important;
}

.clrmr {
  margin-right: 0 !important;
}

.clrmb {
  margin-bottom: 0 !important;
}

.clrmt {
  margin-top: 0 !important;
}

.clrbt {
  clear: both !important;
}

.clrL {
  clear: left !important;
}

.clrR {
  clear: right !important;
}

.clrbd {
  border: none !important;
}

.alnR {
  text-align: right;
}

.block {
  display: block;
}

.whitespace {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

.clrfx:after {
  content: "";
  display: block;
  clear: both;
}

/* Layout
-------------------------------------------------------------------------------*/
html {
  background: #FFFFFF url(/store/cart/images/techo2014/bg_html.png);
}

body * {
  box-sizing: border-box;
}

#wrapper {
  max-width: 920px;
  margin: 0 auto;
}

#header {
  background-color: #00b8d9;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
#header h1 {
  float: left;
  padding: 18px;
}
#header > a {
  display: block;
  float: right;
  padding-top: 50px;
  margin-right: 20px;
  text-decoration: none;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
}
#header > a.store {
  background: url(/store/images/icon_home.png) no-repeat center 14px;
}
#header > a img {
  vertical-align: middle;
  display: inline-block;
}
#header > a span {
  display: block;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
}
#header > a + a {
  margin-right: 10px;
}
#header > p {
  clear: both;
  background-color: #FFFFFF;
  padding: 8px 16px;
  text-align: right;
  font-size: 81.25%;
}

@media only screen and (min-width: 600px) {
  #header > a {
    margin-right: 25px;
    transition: all 0.25s;
  }
}
/* Footer
-------------------------------------------------------------------------------*/
#footer {
  background-color: #00b8d9;
  margin-top: 20px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 10px 20px 10px 20px;
  position: relative;
  overflow: hidden;
}
#footer li {
  display: block;
  position: relative;
}
#footer li a {
  font-size: 75%;
  font-weight: bold;
  line-height: 1.66667;
  display: block;
  padding: 5px 5px 5px 25px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background: url(/sn/images/icon_arrow_footer.svg) no-repeat left center;
  transition: all 0.25s;
}
#footer li a:hover {
  color: #FFb600;
}

@media only screen and (min-width: 600px) {
  #footer {
    border-radius: 10px 10px 0 0;
  }
  #footer li {
    display: inline-block;
  }
  #footer li a:hover {
    background-image: url(/sn/images/icon_arrow_footer-over.svg);
  }
  #footer li:last-child {
    float: right;
  }
  #footer li:last-child a {
    display: inline-block;
  }
}



/* main
-------------------------------------------------------------------------------*/
#main {
  background-color: #FFFFFF;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
#main > ul {
  width: 390px;
  margin: 0 auto;
  padding: 61px 0 17px;
  overflow: hidden;
}
#main > ul li {
  float: left;
}
#main > ul li + li {
  float: right;
}

#main h2 {
  display: inline-block;
  margin-top: 25px;
  padding: 2px 16px 2px 23px;
  border-radius: 0px 16px 16px 0px;
  background-color: #00b8d9;
  color: #FFFFFF;
  font-weight: bold;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}

#main hr {
  border: none;
  border-top: dotted 2px #ccc;
  color: #FFFFFF;
  margin: 0 25px;
}


/* content
-------------------------------------------------------------------------------*/
.content {
  position: relative;
  display: block;
  padding: 25px 115px;;
}

.content h3 {
  color: #ff8300;
  font-weight: bold;
  padding-bottom: .8em;
}

.content .text {
  padding-bottom: 2em;
}
.content .text > p {
  font-size: 87.5%;
  padding-bottom: .5em;
}

@media all and (min-width: 601px) {
  .device-sp {
    display: none;
  }

  a.btn:hover {
    background-color: #FFb600;
  }
}
@media all and (max-width: 600px) {
  .device-pc {
    display: none;
  }

  a.btn:focus {
    outline-width: 5px;
  }

  .content {
    padding: 25px;
  }
}

.content-foot .content-foot-mail {
  float: left;
  width: 240px;
  padding-bottom: 1em;
}
.content-foot .content-foot-mail p {
  font-size: 87.5%;
  color: #666;
  font-weight: bold;
}

@media all and (max-width: 920px) {
  .content-foot .content-foot-mail {
    float: none;
  }
}
