@charset "UTF-8";
article, aside, figure, footer, header, nav, section, main {
  display: block;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, pre, form, input, img,
article, aside, figure, footer, header, nav, section, main {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  font-size: 100%;
}

img, object {
  border: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
}

caption, th {
  text-align: left;
}

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

em, address, i {
  font-style: normal;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

/* ====== utility ====== */
.fz12, .hd_about, .ft, .terms {
  font-size: 12px;
  font-size: .75rem;
}

body, .ft_menu {
  font-size: 14px;
  font-size: .875rem;
}

th, .home_tab a, caption, .simple {
  font-size: 16px;
  font-size: 1rem;
}

.showcase h3, .home_term h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

.price {
  font-size: 20px;
  font-size: 1.25rem;
}

.home_group h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.emph,
.alert,
.bold {
  font-weight: bold;
}

.attention,
.alert {
  color: #c1272d;
}

.disc {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

/* micro clearfix */
.cf:before, .inner:before, .home_shortcut:before, .home_nav:before, .home_tab:before, .item_list:before, .cf:after, .inner:after, .home_shortcut:after, .home_nav:after, .home_tab:after, .item_list:after {
  content: '';
  display: table;
}

.cf:after, .inner:after, .home_shortcut:after, .home_nav:after, .home_tab:after, .item_list:after {
  clear: both;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

table {
  border-collapse: collapse;
}

td, th {
  padding: 10px;
  border: 1px solid #999;
}

th {
  background-color: #c1272d;
  color: #fff;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

input[type="text"],
select {
  padding: 6px;
  border: solid 1px;
  border-radius: 2px;
}

input.long {
  width: 500px;
}

section {
  margin-bottom: 20px;
}

.hide {
  display: none;
}

html, body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  border-top: 8px solid #c1272d;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.hd {
  background-color: #f2eee6;
}

body:not(.home) .hd {
  margin-bottom: 100px;
  padding: 30px 0;
}

.hd_about {
  float: right;
  margin-top: 20px;
  color: #000;
}

.ft {
  padding-top: 40px;
  background-color: #c1272d;
  color: #fff;
}

.ft_menu {
  margin-bottom: 70px;
  text-align: center;
}

.ft_menu a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}

.ft_menu a:hover {
  text-decoration: underline;
}

.refresh {
    text-align: right;
}
#goto_top {
    text-align: right;
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: none;
}

.btn_conf, .btn_buy,
.btn_check,
.btn_checkout,
.btn_over {
  display: inline-block;
  background-image: url(../images/common/btn_conf_bg.png);
  background-repeat: no-repeat;
}

.btn_conf:hover input, .btn_buy:hover input,
.btn_check:hover input,
.btn_checkout:hover input,
.btn_over:hover input {
  opacity: 0;
}

.home_shortcut {
  margin: 40px 0 20px 0;
  text-align: center;
}

.home_shortcut li {
 xfloat: left;
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
}

.home_shortcut li img.mask {
  position: absolute;
  top: 0;
  left: 0;
}

.home_shortcut li.reserve img.icon {
  opacity: 0.3;
}

.home_shortcut li:nth-child(odd) {
  margin-left: 18px;
}

.home_shortcut li:nth-child(even) {
  margin-left: 19px;
}

.home_shortcut li:first-child {
  margin-left: 0;
}

.home_shortcut a:hover img {
  opacity: .5;
}

.home_info {
  margin-bottom: 40px;
  padding-top: 80px;
  border-bottom: 1px solid #000;
}

.home_info h2 {
  margin-bottom: 20px;
  text-align: center;
}

.home_info_list {
  border-top: 1px solid #000;
}

.home_info_list .date {
  float: left;
  width: 8em;
  margin-left: -8em;
}

.home_info_list li {
  padding: 10px 0 10px 8em;
}

a.alert {
  text-decoration: none;
}

a.alert:hover {
  text-decoration: underline;
}

.home_body {
  padding-top: 26px;
  background-color: #f2eee6;
}

.home_nav_base {
  width: 100%;
  height: 72px;
 xbackground-color: #fcc;
}
.home_nav_wrap {
  width: 100%;
  height: 72px;
 xbackground-color: #fcc;
}

.home_nav_wrap._fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.home_nav {
  width: 940px;
  margin: 0 auto;
  padding: 6px 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.7);
}

.home_nav li {
  float: left;
  margin-left: 9px;
}

.home_nav li.reserve img {
  opacity: 0.3;
}

.home_nav li:first-child {
  margin-left: 0;
}

.home_nav a:hover img {
  opacity: .5;
}


.home_nav table {
   xtable-layout: fixed;
    border-collapse: separate;
    border-spacing: 6px;
    width:100%;
}
.home_nav table td {
    border: 0;
    height: 46px;
    min-width: 60px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}
.home_nav table td.reserve,
.home_nav table td:hover {
    opacity: 0.6;
}
.home_nav table td .link {
    color: #000;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    padding: 8px 0 0 0;
    font-size: 12pt;
    line-height: 1.2em;
}
.home_nav table td .link .one_line {
    display: inline-block;
    margin-top: 10px;
}

.home_group {
  width: 920px;
  margin: 0 auto 10px;
  padding-top: 90px;
}

.home_group h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
}

.boki h2 {
  color: #73c62f;
}
.boki a.on,
.boki a:hover {
  background-color: #81d751;
}
.boki .showcase {
  border-color: #73c62f;
}
td.str_boki a,
.boki .showcase h3 {
  background-color: #81d751;
}

.keisan h2 {
  color: #ff8299;
}
.keisan a.on,
.keisan a:hover {
  background-color: #ffa2b0;
}
.keisan .showcase {
  border-color: #ff8299;
}
td.str_keisan a,
.keisan .showcase h3 {
  background-color: #ffa2b0;
}

.shotoku h2 {
  color: #5489bc;
}
.shotoku a.on,
.shotoku a:hover {
  background-color: #629ed9;
}
.shotoku .showcase {
  border-color: #5489bc;
}
td.str_shotoku a,
.shotoku .showcase h3 {
  background-color: #629ed9;
}

.houjin h2 {
  color: #00abe2;
}
.houjin a.on,
.houjin a:hover {
  background-color: #00c1ea;
}
.houjin .showcase {
  border-color: #00abe2;
}
td.str_houjin a,
.houjin .showcase h3 {
  background-color: #00c1ea;
}

.shouhi h2 {
  color: #9361b3;
}
.shouhi a.on,
.shouhi a:hover {
  background-color: #b27ed0;
}
.shouhi .showcase {
  border-color: #9361b3;
}
td.str_shouhi a,
.shouhi .showcase h3 {
  background-color: #b27ed0;
}

.joushiki h2 {
  color: #e48829;
}
.joushiki a.on,
.joushiki a:hover {
  background-color: #fbae5f;
}
.joushiki .showcase {
  border-color: #e48829;
}
td.str_joushiki a,
.joushiki .showcase h3 {
  background-color: #fbae5f;
}

.bunsho h2 {
  color: #22b573;
}
.bunsho a.on,
.bunsho a:hover {
  background-color: #49d68b;
}
.bunsho .showcase {
  border-color: #22b573;
}
td.str_bunsho a,
.bunsho .showcase h3 {
  background-color: #49d68b;
}

.dentaku h2 {
  color: #fcbb00;
}
.dentaku a.on,
.dentaku a:hover {
  background-color: #fce621;
}
.dentaku .showcase {
  border-color: #fcbb00;
}
td.str_dentaku a,
.dentaku .showcase h3 {
  background-color: #fce621;
}

.computer h2 {
  color: #bd6225;
}
.computer a.on,
.computer a:hover {
  background-color: #d49c68;
}
.computer .showcase {
  border-color: #bd6225;
}
td.str_computer .link,
.computer .showcase h3 {
  background-color: #d49c68;
}

.souzoku h2 {
  color: #8c8bbc;
}
.souzoku a.on,
.souzoku a:hover {
  background-color: #b9b8d2;
}
.souzoku .showcase {
  border-color: #8c8bbc;
}
td.str_souzoku a,
.souzoku .showcase h3 {
  background-color: #b9b8d2;
}

.banto h2 {
  color: #e27555;
}
.banto a.on,
.banto a:hover {
  background-color: #e9a692;
}
.banto .showcase {
  border-color: #e27555;
}
td.str_banto a,
.banto .showcase h3 {
  background-color: #e9a692;
}

.home_tab {
  margin-bottom: 30px;
}

.home_tab li {
  position: relative;
  float: left;
  width: 297px;
  height: 45px;
  line-height: 3.5em;
  margin-left: 14px;
  text-align: center;
  overflow: hidden;
}

.home_tab li.reserve {
  cursor: pointer;
}

.home_tab li.two_line {
  line-height: 1.2em;
}

.home_tab li.two_line a,
.home_tab li.two_line span {
  font-size: 10pt;
  padding-top: 6px;
}

.home_tab li:first-child {
  margin-left: 0;
}

.home_tab li:before {
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
}

.home_tab li a {
  font-size: 11pt;
  cursor: pointer;
}

.home_tab.tab8 li {
  width: 219px;
  margin-bottom: 10px;
}
.home_tab.tab8 li:nth-child(5) {
  margin-left: 0;
}
.home_tab.tab8 li a {
  font-size: 10.6pt;
}
.home_tab.tab7 li {
  width: 119px;
}

.home_tab.tab6 li {
  width: 141px;
}

.home_tab.tab5 li {
  width: 173px;
  margin-left: 13px;
}

.home_tab.tab5 li:first-child {
  margin-left: 0;
}

.home_tab.tab4 li {
  width: 219px;
}

.home_tab.tab2 li {
  width: 452px;
}
.home_tab.tab1 li {
  width: 920px;
}

.home_tab a {
  display: block;
  background-color: #dbceb8;
  color: #000;
  text-decoration: none;
  height: 45px;
}

.home_tab a.two_line {
  padding: 4px 0;
}

.home_tab li.reserve span {
  display: block;
  background-color: #e4e0e0;
  color: #999;
  height: 45px;
}

.showcase {
  padding: 38px;
  border: 2px solid #73c62f;
  background-color: #fff;
}

.showcase h3 {
  width: 420px;
  padding: 5px 0;
  margin: 0 auto 30px;
  background-color: #81d751;
  text-align: center;
  font-weight: normal;
}

.showcase .notice {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
}

.item_list li {
  float: left;
  width: 30%;
  margin-bottom: 20px;
  margin-left: 5%;
}

.item_list li h4 {
  font-size: 112%;
  font-weight: bold;
  margin-left: 5px;
}

.item_list li p {
  margin-left: 95px;
}

.item_list li:nth-child(3n+1) {
  margin-left: 0;
}

.item_list .tn {
  float: left;
  max-width: 85px;
  margin-bottom: 10px;
}

.item_list .check {
  display: block;
  clear: left;
  text-align: center;
}

.item_list .check input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
}

.item_list .check span {
  display: inline-block;
  height: 31px;
  overflow: hidden;
}

.item_list .check span:hover img {
  margin-top: -62px;
}

.item_list .check input:checked + span img {
  margin-top: -31px;
}

.price {
  color: #c1272d;
}

.sbmt {
  clear: both;
  text-align: center;
}

.home_term {
  padding-top: 70px;
}

.home_term section {
  margin-bottom: 70px;
}

.home_term h2 {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
}

.home_term .sbmt,
.home_term .sbmt + p {
  margin-bottom: 70px;
}

.terms {
  height: 150px;
  padding: 15px;
  border: 1px solid #000;
  overflow: auto;
}

.cart_title {
  margin-bottom: 80px;
  text-align: center;
}

.cart_conf {
  margin-bottom: 40px;
}

.cart_conf td:last-child {
  text-align: center;
}

.cart_conf .del {
  float: right;
}

.gray {
  background-color: #e6e6e6;
}

.price {
  color: #c1272d;
  font-weight: bold;
}

.cart .sbmt {
  margin-bottom: 60px;
}

.cart .sbmt > input,
.cart .sbmt > a,
.cart .sbmt > span {
  margin: 0 15px;
}

.del {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #ccc;
  color: #000;
  font-size: 11px;
  text-decoration: none;
}

.cart_enter {
  margin-bottom: 30px;
}

.cart_enter label {
  display: inline-block;
  margin-right: 2em;
}

.cart_enter label select {
  margin-right: .5em;
}

.cart_enter label img {
  vertical-align: middle;
}

.cart_enter th {
  width: 25%;
}

.caution {
  width: 700px;
  padding: 10px 0;
  margin: 40px auto 60px;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
}

.caution .attention {
  line-height: 2.5;
}

caption {
  margin-bottom: 10px;
  color: #c1272d;
}

.over > p {
  margin-bottom: 2em;
}

.btn_buy,
.btn_check,
.btn_checkout,
.btn_over {
  width: 250px;
  height: 50px;
}

.btn_buy {
  background-image: url(../images/cart/btn_buy_bg.png);
}

.btn_check {
  background-image: url(../images/cart/btn_conf_bg.png);
}

.btn_checkout {
  background-image: url(../images/cart/btn_checkout_bg.png);
}

.btn_over {
  background-image: url(../images/cart/btn_over_bg.png);
}

.misc_title {
  margin-bottom: 40px;
  text-align: center;
}

.misc {
  margin-bottom: 50px;
}

.misc > p {
  padding-right: 20px;
  padding-left: 20px;
}

.simple {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #c1272d;
  font-weight: normal;
}

.btn_back {
  display: inline-block;
  width: 250px;
  height: 50px;
  overflow: hidden;
}

.btn_back:hover img {
  margin-top: -50px;
}

.digest {
  margin-bottom: 60px;
}

.privacy {
  margin-bottom: 60px;
}

.privacy th {
  text-align: left;
}

.privacy th, .privacy td {
  padding: 20px;
}

.privacy p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=maps/style.css.map */

.reader {
    margin: 0 auto 60px auto;
    width: 800px;
    text-align: center;
}

