@charset "UTF-8";
/************************************************
 共通設定
************************************************ */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a9d369556bb40157fe4b)
 * Config saved to config.json and https://gist.github.com/a9d369556bb40157fe4b
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px; }

@media (min-width: 768px) {
  .container {
    width: 724px; } }
@media (min-width: 992px) {
  .container {
    width: 944px; } }
@media (min-width: 1200px) {
  .container {
    width: 1144px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px; }

.row, .article_area .taidan_area {
  margin-left: -2px;
  margin-right: -2px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .article_area .taidan_area .taidan_thum, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .article_area .taidan_area .taidan_para, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px; }

.col-xs-1, .col-xs-2, .col-xs-3, .article_area .taidan_area .taidan_thum, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .article_area .taidan_area .taidan_para, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9, .article_area .taidan_area .taidan_para {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3, .article_area .taidan_area .taidan_thum {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before, .head_top_area:before, #footer .footer_menu:before, .foot_social_area:before, .new_top_area:before, .new_top_middle:before, .fathersday_area .f_cont_01:before, .fathersday_area .buy_btn_area:before, .dosukoi_material:before, .dosukoi_material li:before, .dosukoi_about:before, .kaihatsusha_interview:before, .media_intro:before, .media_intro li:before, .cont_wrap .cont_block:before, .product_detail_area:before, .pankuzu_list ul:before, .article_lists .aritcle_meta:before,
.clearfix:after,
.head_top_area:after,
#footer .footer_menu:after,
.foot_social_area:after,
.new_top_area:after,
.new_top_middle:after,
.fathersday_area .f_cont_01:after,
.fathersday_area .buy_btn_area:after,
.dosukoi_material:after,
.dosukoi_material li:after,
.dosukoi_about:after,
.kaihatsusha_interview:after,
.media_intro:after,
.media_intro li:after,
.cont_wrap .cont_block:after,
.product_detail_area:after,
.pankuzu_list ul:after,
.article_lists .aritcle_meta:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.article_area .taidan_area:before,
.row:after,
.article_area .taidan_area:after {
  content: " ";
  display: table; }

.clearfix:after, .head_top_area:after, #footer .footer_menu:after, .foot_social_area:after, .new_top_area:after, .new_top_middle:after, .fathersday_area .f_cont_01:after, .fathersday_area .buy_btn_area:after, .dosukoi_material:after, .dosukoi_material li:after, .dosukoi_about:after, .kaihatsusha_interview:after, .media_intro:after, .media_intro li:after, .cont_wrap .cont_block:after, .product_detail_area:after, .pankuzu_list ul:after, .article_lists .aritcle_meta:after,
.container:after,
.container-fluid:after,
.row:after,
.article_area .taidan_area:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
body {
  color: black;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
  background-color: #f7f7f7; }

img {
  max-width: 100%; }

.mb50 {
  margin-bottom: 50px; }

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

h1 {
  margin: 0; }

.red {
  color: red; }

#undercolumn_error {
  width: 960px;
  margin: auto; }

.kiyaku_text {
  width: 100%;
  height: 100%; }

.kuramoto_graph {
  width: 100%;
  height: auto; }

.current {
  box-shadow: 0px -3px 0px 0px black inset; }

.box60 {
  width: 50px; }

.box380 {
  width: 380px; }
  @media only screen and (max-width: 960px) {
    .box380 {
      width: 100%; } }

textarea.box380 {
  width: 99%; }

.left {
  float: left; }

.right {
  float: right; }

select {
  border: solid 1px #ccc; }

.fixed {
  position: fixed;
  top: 0;
  z-index: 10000; }

.relative {
  position: relative; }

.title {
  margin-bottom: 40px;
  font-size: 180%; }
  .title b {
    font-size: 120%; }

.hidden {
  display: none; }

.attention {
  color: red;
  font-size: 70%; }

.btn_area {
  text-align: center;
  padding: 15px; }
  .btn_area .skip_btn a {
    background-color: #18bc9c;
    padding: 12px;
    color: white;
    width: 201px;
    font-size: 14px;
    line-height: 1; }
  .btn_area .skip_btn span {
    background-color: #128f76;
    padding: 7px;
    color: #d5d5d5;
    width: 201px;
    font-size: 14px;
    display: inline-block; }
  .btn_area li, .btn_area a {
    display: inline-block;
    vertical-align: middle; }
  .btn_area input:hover, .btn_area a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    zoom: 1; }

.tfix {
  table-layout: fixed; }

.side_list li {
  margin-bottom: 10px; }

/*写真*/
#tpl_title {
  display: none; }

#window_area {
  width: 960px;
  margin: 60px auto; }

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
  margin: 0 auto;
  width: 100%;
  text-align: center; }

/* コンテンツ */
#container {
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  background-color: #f7f7f7; }
  @media only screen and (max-width: 960px) {
    #container {
      margin-top: 87px; } }

/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
/* 中央カラム */
/* サイドカラム */
#leftcolumn {
  float: left;
  width: 20%; }

#rightcolumn {
  float: right;
  width: 20%; }

/* 1カラム設定 */
/*#one_maincolumn {
margin: 0px auto 21px;
max-width: 1220px;
padding-top: 45px;
}*/
.main_column {
  margin: 4px auto 34px;
  width: 968px; }
  @media only screen and (max-width: 960px) {
    .main_column {
      width: 100%;
      margin: auto; } }

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
  padding-left: 1.5%;
  float: left;
  width: 78%; }

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
  padding-right: 1.5%;
  width: 78%;
  float: right; }

/* 3カラム設定 */
#three_maincolumn {
  padding-left: 0.5%;
  width: 59%;
  float: left; }

/* 下層コンテンツ */
#undercolumn {
  width: 100%;
  margin: 0 0 30px 0; }

#side {
  float: left;
  width: 235px;
  margin-right: 1%; }

#rightmain {
  float: right;
  width: 74.5%; }

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix, .head_top_area, #footer .footer_menu, .foot_social_area, .new_top_area, .new_top_middle, .fathersday_area .f_cont_01, .fathersday_area .buy_btn_area, .dosukoi_material, .dosukoi_material li, .dosukoi_about, .kaihatsusha_interview, .media_intro, .media_intro li, .cont_wrap .cont_block, .product_detail_area, .pankuzu_list ul, .article_lists .aritcle_meta {
  display: block;
  /* for IE8 */ }
  .clearfix:after, .head_top_area:after, #footer .footer_menu:after, .foot_social_area:after, .new_top_area:after, .new_top_middle:after, .fathersday_area .f_cont_01:after, .fathersday_area .buy_btn_area:after, .dosukoi_material:after, .dosukoi_material li:after, .dosukoi_about:after, .kaihatsusha_interview:after, .media_intro:after, .media_intro li:after, .cont_wrap .cont_block:after, .product_detail_area:after, .pankuzu_list ul:after, .article_lists .aritcle_meta:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: "."; }

.clear {
  clear: both; }

input {
  color: black;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a {
  color: black;
  text-decoration: none; }

p a:link {
  color: #00a0ea; }
p a:visited {
  color: #00a0ea; }

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  zoom: 1; }

.bx-controls-direction a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  zoom: 1; }

/*ヘッダーCSS*/
/*#header {
margin: 14px auto 50px;
max-width: 1220px;
}*/
#header_wrap {
  margin: auto;
  width: 960px;
  background-color: white;
  padding: 10px;
  border-radius: 0 0 3px 3px; }
  @media only screen and (max-width: 960px) {
    #header_wrap {
      max-width: 100%;
      margin: 0px auto 40px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9997;
      background-color: rgba(255, 255, 255, 0.62); } }

#header {
  position: relative; }

#logo_area {
  float: left; }
  @media only screen and (max-width: 960px) {
    #logo_area a {
      height: 53px;
      display: block; } }

#header_navi {
  text-align: right;
  font-size: 70%; }
  #header_navi li {
    display: inline-block;
    margin-left: 10px; }

.head_top_area .head_main_nav {
  float: right;
  padding-top: 20px; }
  .head_top_area .head_main_nav > li {
    float: left;
    margin-left: 20px;
    position: relative; }
    .head_top_area .head_main_nav > li a {
      display: block;
      font-size: 80%; }
      .head_top_area .head_main_nav > li a.head_subscript {
        opacity: 1;
        transition: none;
        z-index: -1; }
      .head_top_area .head_main_nav > li a.head_subscript span {
        background-color: white; }
    .head_top_area .head_main_nav > li span {
      padding: 10px;
      position: relative;
      display: block; }
.head_top_area .sub_nav {
  position: absolute;
  text-align: left;
  display: none;
  font-size: 80%;
  width: 160px;
  padding: 10px;
  box-shadow: 0px 0px 3px #858585;
  background-color: white;
  z-index: 1;
  top: 38px; }

@media only screen and (max-width: 960px) {
  .head_main_area {
    padding: 5px;
    height: 62px; } }

.globalnavi {
  clear: both; }
  .globalnavi li {
    float: left;
    border-left: 1px solid;
    width: 16.468%;
    height: 46px;
    text-align: center; }
    .globalnavi li a {
      display: block;
      text-indent: -9999px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50%; }
    .globalnavi li:last-child {
      border-right: 1px solid; }

#logo_area img {
  max-width: 236px;
  max-height: 100%; }

.social_ico {
  width: 34px;
  float: left; }

.g00 {
  background-image: url(../../../../images/home_h.png); }

.g01 {
  background-image: url(../../../../images/about_kurand_h.png); }

.g02 {
  background-image: url(../../../../images/recent_kuramoto_h.png); }

.g03 {
  background-image: url(../../../../images/kurand_order_h.png); }

.g04 {
  background-image: url(../../../../images/kura_list_h.png); }

.g05 {
  background-image: url(../../../../images/faq_h.png); }

.g06 {
  background-image: url(../../../../images/magazine_h.png); }

.g07 {
  background-image: url(../../../../images/shop_b.png); }

/*トップページ*/
.main_image_gentei {
  padding-right: 20px; }
  .main_image_gentei img {
    width: 120px;
    margin-bottom: 350px; }

.about_kurand {
  line-height: 230%;
  margin-bottom: 40px;
  /*padding-top: 50px;*/
  font-size: 85%;
  display: block;
  width: 250px; }

.touroku_button li {
  color: white;
  width: 240px;
  margin-bottom: 10px; }
  .touroku_button li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    zoom: 1; }

/*.main_image {
float: left;
width: 578px;
}*/
.main_image {
  float: left;
  width: 438px; }

.kurand_chatch {
  float: right;
  margin-right: 60px; }

.top_main_img {
  display: block;
  margin-bottom: 40px;
  width: 472px;
  text-align: center; }

/*.main_image a {
display: block;
background-image: url(../../../../images/kurand_under.png);
background-repeat: no-repeat;
text-indent: -9999px;
height: 120px;
}*/
.blog_h {
  font-size: 120%;
  border-bottom: 3px solid #ddd; }

.blog_box {
  max-height: 150px; }

.kuramoto_blog_title {
  font-size: 80%; }

.blog_date {
  display: block; }

.kuramoto_blog_title {
  font-size: 80%;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  color: #757575; }

.hover_change a {
  text-indent: -9999px;
  height: 45px;
  display: block; }

.change1 a {
  background-image: url(/images/new_kaiinn.png); }
  .change1 a:hover {
    background-image: url(/images/new_kaiinn_b.png); }

.change2 a {
  background-image: url(/images/login.png); }
  .change2 a:hover {
    background-image: url(/images/login_b.png); }

.top_middle {
  clear: both; }

a.past_link {
  color: white;
  font-size: 80%;
  display: block;
  text-align: center;
  background-color: #009fe8; }

.top_past_kuramoto {
  float: left;
  width: 700px; }

.top_past_kura {
  width: 220px;
  float: left;
  margin-right: 20px; }
  .top_past_kura:last-child {
    margin-right: 0px; }

.top_past_kuramoto img {
  max-width: 100%; }
.top_past_kuramoto h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid; }

.top_movie_area {
  margin-bottom: 30px; }

.top_past_kura dt {
  color: #7E7E7E;
  font-size: 80%; }
.top_past_kura dd, .top_past_kura img {
  margin-bottom: 7px; }

.top_bana_area {
  float: right;
  width: 240px; }

.bana {
  margin-bottom: 20px; }

.top_past_kuramoto_ticket {
  float: none;
  width: 100%;
  clear: both; }

/*スライダー*/
.slide_area {
  width: 575px;
  padding-left: 90px;
  margin-bottom: 30px; }
  .slide_area h2 b {
    font-size: 120%; }

.slide {
  height: 643px; }

.slide_area h2 {
  margin-bottom: 20px;
  font-size: 180%; }

.slide_h h3 {
  font-weight: bold;
  font-size: 140%;
  letter-spacing: 6px;
  margin-bottom: 10px; }

.slide01 {
  padding-top: 50px; }
  .slide01 h3 {
    font-weight: bold;
    font-size: 140%;
    letter-spacing: 6px;
    margin-bottom: 10px; }
  .slide01 li {
    margin-bottom: 60px;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-size: 44px; }

.slide_h p, .slide01 p {
  letter-spacing: 2px; }

.slide_h {
  margin-bottom: 40px;
  padding-left: 71px;
  background-repeat: no-repeat;
  background-size: 44px; }

.slide_text {
  line-height: 200%; }
  .slide_text li {
    list-style: circle;
    margin-left: 22px; }

.melit1 {
  background-image: url(../../../../images/melit1.png); }

.melit2 {
  background-image: url(../../../../images/melit2.png); }

.melit3 {
  background-image: url(../../../../images/melit3.png); }

.order_button_area {
  padding-left: 91px; }
  .order_button_area p {
    font-size: 90%; }
  .order_button_area a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    zoom: 1; }

.nokori_img {
  float: left;
  margin-right: 10px; }
  .nokori_img img {
    width: 125px; }

.nokori_area {
  background-color: #ff0310;
  max-width: 540px;
  margin: 0px auto;
  margin-bottom: 10px;
  color: white;
  padding: 9px 10px;
  font-size: 160%;
  text-align: center; }
  .nokori_area small {
    font-size: 15px;
    padding-top: 10px;
    display: block; }

/*フッター*/
#footer_wrap {
  clear: both;
  margin-top: 15px; }

#footer {
  margin: 0px auto 0px;
  width: 960px; }
  @media only screen and (max-width: 960px) {
    #footer {
      width: 100%; } }
  #footer .foot_menu_cont {
    float: left;
    border-right: 1px solid #fff;
    width: 25%;
    padding-left: 20px;
    height: 170px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      #footer .foot_menu_cont {
        width: 100%;
        height: auto;
        border-right: none;
        padding: 0;
        margin-bottom: 0; } }
    #footer .foot_menu_cont:first-child {
      padding-left: 0; }
    #footer .foot_menu_cont:last-of-type {
      border-right: none; }
    #footer .foot_menu_cont h3 {
      margin-bottom: 1em;
      font-weight: bold;
      font-size: 13px; }
      @media only screen and (max-width: 960px) {
        #footer .foot_menu_cont h3 {
          text-align: center;
          background-color: #CECECE;
          color: white;
          margin-bottom: 0;
          padding: 15px 0; } }
    #footer .foot_menu_cont li {
      margin-bottom: 5px; }
      @media only screen and (max-width: 960px) {
        #footer .foot_menu_cont li {
          border-bottom: 1px solid #f7f7f7;
          background-color: #fff;
          margin-bottom: 0; } }
      #footer .foot_menu_cont li a {
        font-size: 12px; }
        @media only screen and (max-width: 960px) {
          #footer .foot_menu_cont li a {
            display: block;
            padding: 15px; } }
  #footer .footer_menu {
    clear: both;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      #footer .footer_menu {
        padding: 15px 0; } }
    #footer .footer_menu li {
      float: left;
      border-right: 1px solid; }
      @media only screen and (max-width: 960px) {
        #footer .footer_menu li {
          float: none;
          display: inline-block; } }
      #footer .footer_menu li a {
        padding: 0 10px;
        font-size: 12px; }
      #footer .footer_menu li:last-child {
        border-right: none; }

@media only screen and (min-width: 960px) {
  .foot_menu {
    width: 200px;
    float: left;
    height: 180px;
    padding: 13px; }
    .foot_menu li {
      font-size: 70%; }
    .foot_menu h3 {
      margin-bottom: 10px;
      font-size: 100%;
      color: #636363;
      font-weight: bold; } }
@media only screen and (max-width: 960px) {
  .foot_menu {
    clear: both;
    background-color: white;
    overflow: hidden; }
    .foot_menu h3 {
      text-align: center;
      background-color: black;
      color: white;
      padding: 10px 0px; }
    .foot_menu li {
      border-bottom: 1px solid;
      width: 50%;
      box-sizing: border-box;
      float: left;
      text-align: center; }
      .foot_menu li:nth-child(2n) {
        border-right: 1px solid; }
      .foot_menu li a {
        display: block;
        padding: 10px 0;
        font-size: 10px; } }

.foot_comp {
  font-size: 70%;
  margin: 8px 0;
  display: block; }

#copyright {
  clear: both;
  text-align: center;
  font-size: 70%;
  padding-top: 20px; }

.alert_alc {
  font-size: 70%; }

.footright {
  float: right;
  width: 279px; }
  @media only screen and (max-width: 960px) {
    .footright {
      width: 100%;
      float: none;
      text-align: center; } }

/*蔵元一覧ページ*/
.kuramotolistarea {
  width: 56%;
  float: left;
  margin-bottom: 17px; }

.kuramoto_hidden {
  display: none; }

.kuramoto_list {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative; }
  .kuramoto_list img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.kuramotoface_image_area img {
  width: 78px; }

.kuramoto_detail {
  border-left: 1px solid;
  border-right: 1px solid;
  width: 32.7%;
  padding: 0 5%;
  height: 597px;
  float: right;
  overflow-y: scroll; }

.kura_num {
  margin-bottom: 10px;
  font-weight: bold; }

.kura_ken {
  padding-left: 12px; }

.kuramoto_catch_area h3 {
  font-weight: bold;
  margin-bottom: 11px; }

.detail_img {
  margin-bottom: 25px; }

.kura_detailin img {
  max-width: 100%; }

.kakosake_img {
  margin-bottom: 18px; }

.kakosake {
  margin-top: 20px; }
  .kakosake h4 {
    font-weight: bold;
    margin-bottom: 11px;
    border-bottom: 1px dotted black;
    font-size: 120%; }

.kakosake_name {
  font-weight: bold;
  margin-bottom: 6px;
  color: #8D8C8C; }
  .kakosake_name:before {
    content: "・"; }

.kakosake {
  margin-top: 20px;
  margin-bottom: 20px; }

.kuramoto_name_pop {
  display: none;
  position: absolute;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
  bottom: 60px;
  color: white;
  width: 120px;
  padding: 10px;
  left: 58px;
  z-index: 9999;
  text-align: center; }

.kuramotoface_image_area {
  position: relative; }

.sort_list {
  clear: left;
  margin-top: 20px;
  padding: 20px 0px;
  color: #726E6E;
  font-size: 80%; }
  .sort_list li {
    float: left;
    width: 117px;
    margin-bottom: 7px;
    margin-left: 20px;
    list-style: circle;
    cursor: pointer; }
  .sort_list h3 {
    clear: left;
    margin-bottom: 5px;
    font-weight: bold;
    border-left: 3px solid;
    padding-left: 6px;
    width: 95%; }
  .sort_list span {
    display: block; }

/*問い合わせページ*/
#undercolumn_contact, #undercolumn_login {
  width: 960px;
  margin: auto; }

/*ログインページ*/
.login_area {
  margin-bottom: 40px; }
  .login_area h3 {
    border-bottom: 1px dotted;
    margin-bottom: 20px;
    padding-bottom: 5px; }

.inputtext {
  margin-bottom: 20px; }

/*マイページ*/
#mycontents_area {
  float: right;
  width: 717px; }

#mynavi_area {
  float: left;
  width: 231px;
  margin-right: 12px; }

.point_announce {
  padding: 6px;
  border: 1px solid #dcdcdc;
  margin-bottom: 4px;
  background-color: #f0f0f0;
  color: #2d2d2d;
  font-size: 11px;
  font-weight: bold; }

.mynavi_list li {
  padding: 5px;
  border-bottom: 1px solid #EFEFEF; }
  .mynavi_list li a {
    display: block;
    color: #676767;
    padding: 10px;
    border-radius: 3px; }
    .mynavi_list li a.selected, .mynavi_list li a:hover {
      background-color: #2b2e33;
      color: white;
      text-decoration: none; }

#mycontents_area h3 {
  margin-bottom: 20px; }

.add_address {
  padding: 20px 0; }

.teiki_button {
  display: inline-block;
  margin-top: 15px; }

/*新規会員登録ページ*/
.kiyaku_agree {
  text-align: center;
  display: block; }
  .kiyaku_agree a {
    color: blue; }

.zipimg {
  margin-top: 10px;
  overflow: hidden; }
  .zipimg img {
    float: left; }

.mini {
  margin-top: 2px;
  display: inline-block; }

/*FAQ*/
.faq_link_list li {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 19px;
  float: left;
  width: 30%; }
  @media only screen and (max-width: 960px) {
    .faq_link_list li {
      width: 44%; } }

.faq_list h2 {
  background-color: #ddd;
  padding: 7px;
  margin-bottom: 30px;
  color: #6B6B6B;
  clear: right; }
.faq_list h3 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #585858;
  background-image: url(/images/faq_icon.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position-y: 4px; }
.faq_list p {
  margin-bottom: 30px;
  font-size: 90%; }

.faq_link_list h3 {
  background-color: #ddd;
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 20px; }

.faq_list img {
  border: 1px solid #ddd;
  max-width: 100%; }

.to_top {
  float: right;
  display: block;
  margin-bottom: 10px; }

/*カートページ*/
#undercolumn_cart th {
  width: 0px; }
#undercolumn_cart h3 {
  font-weight: bold;
  font-size: 25px; }

/*ショッピングページ*/
.pay_area02 {
  margin-bottom: 21px; }
  .pay_area02 input[type="radio"], .pay_area02 input[type="checkbox"] {
    margin-right: 5px; }
  .pay_area02 textarea {
    max-width: 100%; }

.flow_area {
  margin-bottom: 30px; }

/*今月の蔵元ページ*/
.recent_kuramoto_area img {
  max-width: 100%;
  height: auto; }

.recent_kuramoto_area li {
  background-color: white;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 14px;
  font-size: 110%; }

.recent_kuramoto_img {
  margin-bottom: 28px; }
  .recent_kuramoto_img img {
    max-width: 100%; }

.recent_kuramoto_detail {
  padding: 0 0px 13px;
  line-height: 170%; }
  .recent_kuramoto_detail h3 {
    margin-bottom: 20px;
    font-size: 130%;
    font-weight: bold;
    line-height: 160%; }

.kurand_sidelogo {
  text-align: center;
  padding: 5px 0; }
  .kurand_sidelogo img {
    width: 140px; }

.sideorder {
  margin-top: 13px;
  text-align: center; }
  .sideorder a {
    display: block; }

.past_kura {
  margin-top: 6px; }
  .past_kura li {
    text-align: left;
    width: 200px;
    text-align: center;
    margin-left: 18px;
    margin-bottom: 7px; }
  .past_kura a {
    color: white;
    display: block;
    background-color: #7f8c8d;
    padding: 5px 0; }

/*ストーリーページ*/
.story_img {
  margin-bottom: 40px; }
  .story_img img {
    width: 100%; }

.story_area p {
  font-size: 100%;
  line-height: 170%; }
.story_area h4 {
  font-weight: bold;
  font-size: 150%;
  margin: 60px 0; }
.story_area h5 {
  font-weight: bold;
  font-size: 120%;
  color: #333;
  margin: 32px 0;
  border-bottom: 1px solid #868686; }

.story_add {
  text-align: center; }

/*申し込みページ*/
.kurataku_order_cont a:hover {
  opacity: 1; }

.order_detail, .order_logo, .order_pop_area img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.kurataku_order_cont {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
  position: relative; }
  .kurataku_order_cont h3 {
    margin-bottom: 33px; }

.order_center {
  text-align: center; }
  .order_center h3 {
    margin-bottom: 30px; }

.order_logo {
  margin-bottom: 35px; }

.order_detail {
  display: inline-block;
  font-size: 240%;
  line-height: 160%; }

.order_button02 {
  display: block; }

.order_voice {
  margin-bottom: 70px; }
  .order_voice h2 {
    /* margin-bottom: 30px; */ }
  .order_voice ul {
    overflow-y: scroll;
    height: 300px; }
  .order_voice li {
    /*
    float: left;
    font-size: 70%;
    border: 2px solid rgb(0,176,241);
    border-radius: 15px;
    padding: 32px 6px;
    margin-right: 26px;
    background-image: url(/images/back_voice.png);
    background-repeat: no-repeat;
    background-size: 127px;
    background-position-x: 50%;
    width: 286px;
    height: 120px;
    margin-bottom: 30px;
    */
    font-size: 70%;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd; }
    .order_voice li:nth-child(3n) {
      margin-right: 0px; }

.order_pop_area {
  position: relative;
  margin: auto; }

.order_pop {
  position: absolute;
  border: 1px solid #ddd;
  background-color: white;
  padding: 10px;
  font-size: 70%;
  text-align: left;
  width: 308px;
  bottom: -177px;
  left: 34%;
  display: none; }
  .order_pop:before {
    top: -15px;
    left: 154px;
    border-bottom: 15px solid #ddd;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
    display: block; }
  .order_pop:after {
    content: '';
    position: absolute;
    display: block;
    top: -13px;
    left: 154px;
    border-bottom: 15px solid #FFF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent; }
  .order_pop li {
    list-style: circle;
    margin-left: 18px; }
  .order_pop h4 {
    color: red;
    text-align: center;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: bold; }
  .order_pop a {
    color: blue; }

.next_shipping {
  border: 5px solid red;
  color: red;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center; }

#navi li {
  width: 65px;
  display: inline-block;
  background: none;
  border: 1px solid #ddd; }
  #navi li a {
    display: block; }
#navi ul {
  margin: auto; }
#navi li a:hover, #navi li a:active {
  opacity: 0.8; }
#navi li a:hover img {
  filter: alpha(opacity=80); }

/* IE用 ↓*/
#photo {
  width: 400px;
  height: 400px;
  position: relative;
  margin: auto;
  margin-bottom: 10px; }
  #photo img {
    position: absolute;
    left: 0; }

/*
.order_left {
float: left;
width: 479.5px;
border-right: 1px solid;
}
.order_left_img {
text-align: center;
}
.order_melit {
font-size: 78%;
}
.order_right {
float: right;
width: 449.5px;
padding-left: 30px;
}
.order_area {
margin-bottom: 60px;
}
.order_area h3 {
font-weight: bold;
font-size: 140%;
margin-bottom: 26px;
}
.order_area h3 span {
color: red;
float: right;
}
.order_area ul {
float: left;
font-size: 90%;
}
.order_area li {
margin-left: 21px;
list-style: circle;
line-height: 190%;
}
.order_button {
float: right;
}
.order_button a {
display: block;
background-color: rgb(0, 204, 255);
padding: 22px;
margin-top: 29px;
color: white;
font-weight: bold;
font-size: 130%;
}
.order_hosoku {
font-size: 90%;
}*/
/*利用規約オーバーレイ*/
#overlay {
  display: none;
  width: 50%;
  text-align: center;
  position: fixed;
  top: 100px;
  margin: auto;
  z-index: 100;
  left: 24%; }

.kiyaku_area {
  display: block;
  margin: auto;
  height: 430px; }

#pop_close {
  background: #eeeeee url(images/ico.jpg) no-repeat 10px center;
  color: #717171;
  width: 70px;
  margin: auto;
  text-align: center;
  font-size: 140%;
  padding: 7px 35px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 20px; }

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  zoom: 1;
  display: none; }

/*完了ページ*/
.shop_information {
  margin-top: 30px;
  font-size: 90%; }

.card_pay {
  margin-bottom: 25px; }

/*404ページ*/
.notfound {
  text-align: center; }

.not_img {
  margin-bottom: 30px; }

.notfound h2 {
  font-size: 230%;
  margin-bottom: 30px;
  font-weight: bold; }

/*買い物カゴ*/
.form_area h3 {
  margin-bottom: 20px;
  font-size: 130%; }

.attentionSt {
  margin-bottom: 20px;
  display: block; }

/*支払い方法変更*/
.pay_area h3, .pay_area02 h3 {
  margin-bottom: 10px;
  font-weight: bold; }

/*ウィンドウエリア*/
#window_area h2 {
  margin-bottom: 30px; }
#window_area .information {
  margin-bottom: 20px; }

/*おすすめユーザー*/
.recommend_user {
  margin-bottom: 60px; }
  .recommend_user li:last-child {
    margin-right: 0; }
  .recommend_user h2 {
    margin-bottom: 15px; }
  .recommend_user h4 {
    margin-bottom: 10px; }
  .recommend_user p {
    display: block;
    height: 110px; }
  .recommend_user li {
    float: left;
    width: 300px;
    margin-right: 30px;
    font-size: 90%; }

.about_area {
  margin-bottom: 80px; }

.promise {
  text-align: center;
  margin-bottom: 40px; }
  .promise h2 {
    text-align: left;
    font-size: 260%;
    color: #009fe8; }
    .promise h2 b {
      font-size: 123%; }
  .promise P {
    margin-bottom: 30px;
    text-align: left;
    display: block;
    padding-top: 26px;
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 15px; }

/*友達紹介キャンペーン*/
.invite_area h3 {
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 30px; }
.invite_area table {
  border: none; }
.invite_area th {
  background-color: #ef8200;
  border: none;
  width: 110px;
  text-align: center; }
.invite_area td {
  background-color: #f3f3f3;
  border: none;
  color: #818080; }
.invite_area tr {
  margin-bottom: 30px;
  display: block; }

.owabi_h {
  text-align: center;
  margin-bottom: 40px;
  background-color: pink;
  padding: 10px 0; }

.rest_sake {
  font-weight: bold;
  display: block;
  font-size: 160%;
  padding: 17px 0;
  color: red; }
  .rest_sake b {
    font-size: 170%; }

.kuramaga_h b {
  font-size: 150%; }

/*商品一覧ページ*/
.item_list_area {
  margin-right: -22px; }
  .item_list_area > li {
    width: 200px;
    float: left;
    padding: 10px;
    margin-right: 22px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    position: relative; }

.status_icon {
  position: absolute;
  top: 0;
  left: 0; }

.listrightbloc h3 a {
  color: #009fe8;
  font-size: 14px;
  padding: 10px 0;
  display: block;
  height: 48px; }

.price_area th {
  width: 45%;
  text-align: center; }

table.price_area {
  font-size: 80%;
  margin: 0;
  margin-bottom: 20px; }

.cartin .cartin_btn input[type="button"] {
  width: 100%;
  padding: 5px 0;
  display: block;
  background-color: #009fe8;
  color: white;
  border: none;
  font-size: 80%;
  cursor: pointer; }
  .cartin .cartin_btn input[type="button"]:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    zoom: 1; }

.listphoto {
  position: relative; }

.list_price {
  padding: 6px 0;
  color: #454545;
  text-align: center; }

.kurand_customer {
  color: white;
  background-color: #009fe8;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  padding-left: 3px;
  font-size: 12px;
  padding-right: 2px;
  position: relative;
  cursor: pointer; }

.tool_chip {
  position: fixed;
  background-color: #9C9C9C;
  padding: 20px 10px;
  font-size: 80%;
  z-index: 20;
  width: 570px;
  margin-left: -290px;
  top: 40%;
  left: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-top: -50px;
  border-radius: 5px;
  border: 1px solid #919191;
  color: #FFFFFF;
  text-shadow: -1px -1px 0px #616161; }

.tool_chip_inner {
  margin-top: 20px;
  margin-bottom: 20px; }
  .tool_chip_inner h3, .tool_chip_inner li {
    margin-bottom: 10px; }

.tool_chip_close {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  border: 1px solid;
  color: white;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  background-color: black; }

.tool_chip a.tool_chip_go {
  background-color: #c9c9c9;
  display: block;
  margin: auto;
  width: 200px;
  padding: 10px 20px;
  border-radius: 2px;
  border: 2px solid #868686;
  color: white;
  text-shadow: -1px -1px 0px #afafaf; }

/*詳細ページ*/
.item_thum {
  text-align: center; }
  .item_thum img {
    width: 68px; }

#detailrightbloc {
  width: 500px;
  border-left: 1px dotted #ddd;
  padding-left: 37px; }

.item_thum {
  padding-top: 7px; }
  .item_thum li {
    display: inline-block;
    margin-right: 6px;
    border: 2px solid white; }

.main_comment {
  margin-bottom: 30px;
  height: 167px; }

#price03_default, #price03_dynamic {
  font-weight: bold;
  color: red; }

.classlist li {
  float: left;
  margin-bottom: 10px; }
.classlist select {
  font-size: 80%;
  margin: 0; }

.class_head {
  line-height: 190%; }

.status_icon_det img {
  height: 25px; }

.quantity {
  margin-right: 15px; }
  .quantity input {
    width: 40px;
    padding: 5px; }

.cartin_btn a {
  background-color: #009fe8;
  color: white;
  padding: 8px 30px;
  display: block;
  text-shadow: -1px -1px 0px #7a7a7a; }

.status_icon_det {
  position: absolute;
  right: 0;
  top: 0; }

.cart_area {
  margin-bottom: 20px; }

.p_tab_area ul {
  border-bottom: 1px solid #ddd; }
.p_tab_area a:focus {
  outline: none; }

.ui-tabs .ui-tabs-nav .ui-state-active {
  border-bottom: 2px solid #009fe8; }

.product_kuramoto h3 {
  margin-bottom: 20px; }

.item_table {
  width: 412px; }
  .item_table table {
    border: none;
    font-size: 80%; }
  .item_table th {
    background-color: white;
    color: black;
    border: none;
    width: 40%; }
  .item_table tr {
    border-bottom: 1px solid #ddd; }
  .item_table td {
    border: none; }

.customervoice {
  margin-top: 50px; }
  .customervoice h2 {
    margin-bottom: 30px; }
  .customervoice li {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px; }

.voicetitle {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 110%; }

.recommend_level {
  color: #009fe8;
  display: inline-block;
  width: 110px; }

.recomend_user {
  font-style: italic;
  padding-right: 20px; }

.voicedate {
  font-size: 75%; }

.voicehead {
  margin-bottom: 10px; }

#review_area {
  position: fixed;
  top: 100px;
  margin: auto;
  z-index: 99;
  margin-left: 128px; }

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0; }

.review_form td {
  background-color: white; }

.review_close {
  display: block;
  float: right;
  cursor: pointer;
  border: 1px solid;
  color: white;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  margin-bottom: -20px;
  background-color: black;
  margin-right: -10px; }

#review_pop {
  display: inline-block;
  float: right;
  background-color: #009fe8;
  color: white;
  font-size: 80%;
  padding: 10px; }

.customervoice ul {
  border-top: 1px solid #ddd; }

a.return_link {
  padding: 10px 0;
  display: block;
  margin-bottom: 4px;
  color: #009fe8;
  font-size: 13px; }

.voicecomment {
  font-size: 80%; }

.review_form {
  background-color: white; }

/*買い物カゴ*/
.alignC .expansion img {
  max-width: 120px; }

.medialist {
  margin-bottom: 70px; }
  .medialist h2 {
    margin-bottom: 40px; }
  .medialist li {
    float: left;
    text-align: center;
    width: 320px; }
  .medialist img {
    max-width: 100%; }

.kurand_movie {
  width: 781px;
  margin-left: auto;
  margin-right: auto; }
  .kurand_movie h2 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 200%; }

.normal_buy_attention {
  width: 600px;
  margin: auto;
  margin-bottom: 10px; }
  .normal_buy_attention table {
    font-size: 80%;
    margin: 0; }
  .normal_buy_attention span {
    text-align: center;
    display: block;
    border: 2px solid red;
    padding: 5px 0; }
  .normal_buy_attention th, .normal_buy_attention td {
    padding: 0;
    text-align: center; }

.list_top_bana, .gift_check {
  margin-bottom: 30px; }

.refuse_an h2 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.gift_area {
  /* background-image: url(/images/gift_bg.png); */
  background-color: #fdf5e8; }

.giftmain img {
  max-width: 960px;
  margin: auto;
  display: block; }

.g_voice_area {
  margin-bottom: 30px; }
  .g_voice_area ul {
    width: 880px;
    margin: auto;
    border: 1px solid #DDC1A2;
    background-image: url(/images/g_voiceback.png);
    background-repeat: repeat;
    height: 400px;
    overflow-y: scroll; }
  .g_voice_area li {
    padding: 10px;
    border-bottom: 1px solid #DDC1A2;
    width: 800px;
    margin: auto;
    margin-bottom: 10px; }

.hito_area {
  border: 1px solid #DDC1A2;
  background-color: white; }

.g_voice_detail {
  width: 680px; }

.g_voice_area h2 {
  margin-bottom: 20px; }

.hito_detail {
  font-size: 140%;
  font-weight: bold;
  color: #915700;
  display: block;
  margin-bottom: 10px; }

.g_voice_detail p {
  font-family: serif; }

.gift_movie_area {
  background-color: #9d4738;
  padding: 35px; }
  .gift_movie_area p {
    color: white;
    padding: 10px 0; }

.first_gift_order {
  width: 909px;
  height: 308px;
  margin: 30px auto;
  position: relative; }
  .first_gift_order a {
    position: absolute;
    bottom: 29px;
    right: 23px;
    display: block; }

.gift3month {
  background-image: url(/images/gift3month_bg.png); }

.gift6month {
  background-image: url(/images/gift6month_bg.png); }

.second_gift_order > div {
  width: 447px;
  height: 855px; }

.second_gift_3month {
  background-image: url(/images/second_gift_3month_bg.png); }

.second_gift_6month {
  background-image: url(/images/second_gift_6month_bg.png); }

.second_gift_order {
  background-image: url(/images/gift_bg.png);
  padding: 22px; }
  .second_gift_order > div {
    position: relative; }
    .second_gift_order > div a {
      position: absolute;
      bottom: 57px;
      left: 74px;
      display: block; }

.sake_graph {
  position: relative;
  width: 351px;
  height: 323px;
  background-image: url(/images/sake_graph.jpg); }

.sake_graph_inner {
  margin-left: 53px;
  padding-top: 43px;
  width: 291px;
  height: 272px;
  position: relative; }

#sake_g_point {
  position: absolute;
  width: 40px; }
  #sake_g_point img {
    max-width: 100%; }

.kuramoto_image {
  margin-bottom: 20px;
  text-align: center; }
  .kuramoto_image img {
    max-width: 100%; }

.stock_area {
  margin-bottom: 20px; }

.stock_num {
  font-size: 120%;
  font-family: Gulim; }

.top_bana_area_add {
  margin-bottom: 30px; }

.refuse_add {
  margin-bottom: 40px;
  background-color: #f2dede;
  padding: 20px;
  color: #a94442;
  border: 1px solid; }
  .refuse_add a {
    color: #009fe8; }
  .refuse_add h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold; }

.refuse_add_01 {
  margin-bottom: 20px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden; }
  .refuse_add_01 h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 110%;
    background-color: #a94442;
    color: white;
    padding: 10px; }
  .refuse_add_01 p {
    padding: 10px; }

a.list_go_btn {
  text-align: center;
  display: block;
  background-color: #009fe8;
  color: white;
  padding: 5px 0;
  margin: 15px 0; }

.kurand_orderplus_area {
  margin-bottom: 30px; }

.kurand_orderplus_credit, .kurand_orderplus_cource {
  width: 470px;
  text-align: center; }

.kurand_orderplus_credit {
  background-image: url(/images/kurand_orderplus_credit_bg.png);
  padding-top: 61px;
  height: 445px; }

.kurand_orderplus_cource {
  background-image: url(/images/kurand_orderplus_cource_bg.png);
  padding-top: 65px;
  height: 445px; }

.kurand_orderplus_btn02 {
  display: block;
  margin-bottom: 53px; }

.top_bana_area_add_banner01 {
  margin-bottom: 20px;
  display: block; }

.past_kura_side h2 {
  color: #705755;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
  width: 200px; }

.year_arcive {
  margin-bottom: 20px; }
  .year_arcive h3 {
    color: #da5a4c;
    cursor: pointer;
    font-size: 15px; }
    .year_arcive h3:before {
      content: '▶';
      padding-right: 10px; }
    .year_arcive h3:hover:before {
      content: '▼'; }
  .year_arcive ul {
    font-size: 11px;
    padding: 10px 40px;
    margin-bottom: 20px;
    display: none; }
    .year_arcive ul a {
      color: #664a49; }

.kurand_inshokuten_area h2 {
  margin-bottom: 20px; }
.kurand_inshokuten_area table th {
  width: 20%; }
.kurand_inshokuten_area table td a {
  color: #66c5f1; }

.kuramoto_slider img {
  max-width: 100%; }

.bx-default-pager {
  text-align: center;
  margin-top: 20px; }
  .bx-default-pager .bx-pager-item {
    display: inline-block; }
    .bx-default-pager .bx-pager-item a {
      text-indent: -9999px;
      background-color: #ddd;
      border-radius: 50%;
      display: block;
      width: 15px;
      margin: 0 4px;
      height: 15px; }
      .bx-default-pager .bx-pager-item a.active {
        background-color: #000; }

.foot_social_area {
  background-color: white;
  border-radius: 3px 3px 0 0;
  padding: 15px; }
  .foot_social_area li {
    display: inline-block;
    margin-right: 15px; }
    .foot_social_area li a {
      font-size: 25px;
      color: #b5d7d1; }

.new_top_area {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }
  .new_top_area img {
    display: block; }
  .new_top_area .new_top_catch {
    float: left;
    display: block; }
    .new_top_area .new_top_catch a {
      display: block; }
  .new_top_area .new_top_sidebana {
    float: right; }
    .new_top_area .new_top_sidebana a {
      display: block;
      margin-bottom: 33px; }
      .new_top_area .new_top_sidebana a:last-child {
        margin-bottom: 0; }

.new_top_middle {
  margin-bottom: 30px; }
  .new_top_middle a {
    float: left;
    display: block;
    margin-right: 30px; }
    .new_top_middle a:last-child {
      margin-right: 0; }

.fathersday_area {
  color: #3f3f3f; }
  .fathersday_area section {
    padding-bottom: 50px;
    border-bottom: 1px solid #3f3f3f; }
  .fathersday_area .main_catch {
    margin-bottom: 50px; }
  .fathersday_area h2 {
    line-height: 150%;
    font-weight: bold; }
    .fathersday_area h2.main_head {
      text-align: center;
      margin: 50px 0; }
    .fathersday_area h2.top_catch {
      text-align: center;
      margin-bottom: 50px; }
  .fathersday_area .top_catch_detail {
    padding: 0 110px; }
  .fathersday_area .f_cont_01 {
    width: 880px;
    margin: auto;
    padding-top: 50px; }
    .fathersday_area .f_cont_01 .left {
      width: 430px; }
      .fathersday_area .f_cont_01 .left ul li {
        margin-bottom: 50px; }
        .fathersday_area .f_cont_01 .left ul li h2 {
          margin-bottom: 50px; }
  .fathersday_area .buy_btn_area {
    margin-bottom: 50px; }
    .fathersday_area .buy_btn_area li {
      float: left;
      margin: 0 25px;
      width: 270px; }
      .fathersday_area .buy_btn_area li .kuramoto_thum {
        margin-bottom: 20px; }
      .fathersday_area .buy_btn_area li h3 {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 20px; }
      .fathersday_area .buy_btn_area li p {
        font-size: 12px;
        margin-bottom: 20px; }
      .fathersday_area .buy_btn_area li .gift_order_btn {
        background: #ff0000;
        /* Old browsers */
        background: -moz-linear-gradient(top, #ff0000 0%, #ff0509 17%, #b70000 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(17%, #ff0509), color-stop(100%, #b70000));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ff0000 0%, #ff0509 17%, #b70000 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ff0000 0%, #ff0509 17%, #b70000 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ff0000 0%, #ff0509 17%, #b70000 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ff0000 0%, #ff0509 17%, #b70000 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b70000',GradientType=0 );
        /* IE6-9 */
        display: block;
        text-align: center;
        width: 170px;
        margin: auto;
        padding: 10px 0;
        color: white;
        font-size: 14px;
        text-shadow: 1px 1px 1px black; }
  .fathersday_area .f_cont_03_detail {
    margin: auto;
    width: 800px;
    margin-bottom: 50px; }

.gift_kuramoto_catch {
  text-align: center;
  margin-bottom: 50px; }

.gift_kuramoto_detail .cart_area {
  height: 100px; }
  .gift_kuramoto_detail .cart_area a {
    margin: auto;
    text-align: center;
    background-color: #e74c3c;
    color: white;
    padding: 30px 0;
    display: block;
    width: 781px;
    font-size: 20px;
    border-radius: 5px;
    border-bottom: 8px solid #c0392b;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
    .gift_kuramoto_detail .cart_area a:hover {
      top: 4px;
      border-width: 4px;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      zoom: 1; }
    .gift_kuramoto_detail .cart_area a:active {
      top: 8px;
      border-width: 0px; }
.gift_kuramoto_detail .gift_attention {
  color: #e74c3c;
  border: 1px solid #e74c3c;
  padding: 20px 0;
  margin: 0 auto 20px;
  text-align: center;
  width: 775px;
  border-radius: 5px; }
.gift_kuramoto_detail .event_gift {
  margin-bottom: 30px; }
.gift_kuramoto_detail .gift_detail {
  background-color: #ddd;
  width: 761px;
  margin: 0 auto 20px;
  padding: 25px 10px;
  color: #525252;
  font-size: 13px;
  border-radius: 5px;
  text-align: center; }
.gift_kuramoto_detail .gift_rest {
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  border-bottom: 1px solid;
  width: 781px;
  margin: 0 auto 30px; }

.kuramoto_slider_date {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 5px;
  font-size: 17px; }

.slider_title {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.46);
  width: 100%;
  padding: 5px 0;
  text-align: center; }

.event_melit {
  margin-bottom: 50px; }
  .event_melit h2 {
    margin-bottom: 30px; }
  .event_melit p {
    text-align: center;
    padding-bottom: 30px; }
  .event_melit .go_event {
    color: #009fe8; }

.kurataku_order_area {
  margin-bottom: 30px; }

.mypage_event {
  clear: both;
  margin-bottom: 30px;
  color: #ff6666;
  border: 1px solid;
  float: right;
  padding: 10px; }

.henkin_area {
  margin-bottom: 70px; }
  .henkin_area a {
    color: #009fe8; }
  .henkin_area .henkin_bana {
    margin-bottom: 30px; }
  .henkin_area p {
    background-color: #ddd;
    display: block;
    padding: 20px;
    color: #524d4d;
    line-height: 180%;
    text-align: center;
    margin-bottom: 30px; }

.kurataku_order_area_fixed {
  position: fixed;
  margin-left: 976px;
  background-color: #ff3434;
  color: white;
  bottom: 100px;
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  line-height: 200%; }
  .kurataku_order_area_fixed:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: -14px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 19px 19px 0;
    border-color: transparent #ff3434 transparent transparent;
    z-index: 0; }

a.download_btn {
  background: #1d52c3;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d6bcb), to(#1d52c3));
  background: -moz-linear-gradient(#3d6bcb, #1d52c3);
  background: -ms-linear-gradient(#3d6bcb, #1d52c3);
  background: -o-linear-gradient(#3d6bcb, #1d52c3);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  color: white;
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: auto; }

.dosukoi_material {
  background-image: url("/images/dosukoi_material_bg.png");
  padding: 40px 20px;
  color: #fff;
  margin-bottom: 60px; }
  .dosukoi_material h2 {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center; }
  .dosukoi_material li {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .dosukoi_material li .left {
      width: 30%; }
      .dosukoi_material li .left img {
        width: 257px;
        height: 159px; }
    .dosukoi_material li .right {
      width: 70%; }
      .dosukoi_material li .right h3 {
        margin-bottom: 1em;
        font-weight: bold; }

.dosukoi_about {
  margin-bottom: 60px; }
  .dosukoi_about .left {
    width: 50%; }
    .dosukoi_about .left img {
      width: 480px;
      height: 293px; }
  .dosukoi_about .right {
    width: 45%; }
    .dosukoi_about .right h3 {
      font-weight: bold;
      font-size: 32px;
      line-height: 150%;
      margin-bottom: 1em; }

.kaihatsusha_interview {
  margin-bottom: 60px; }
  .kaihatsusha_interview h2 {
    text-align: center;
    background-image: url("/images/kaihatsusha_interview_bg.png");
    padding: 10px;
    margin-bottom: 20px; }
  .kaihatsusha_interview .catch {
    font-size: 38px;
    line-height: 150%;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    display: block; }
  .kaihatsusha_interview .left {
    width: 48%; }
    .kaihatsusha_interview .left h3 {
      background-color: #c69300;
      padding: 7px;
      margin-bottom: 15px;
      color: #fff; }
    .kaihatsusha_interview .left p {
      padding-bottom: 20px; }
  .kaihatsusha_interview .right {
    width: 48%; }
    .kaihatsusha_interview .right img {
      width: 461px;
      height: 509px; }

.media_intro {
  margin-bottom: 60px; }
  .media_intro h2 {
    text-align: center;
    background-image: url("/images/kaihatsusha_interview_bg.png");
    padding: 10px;
    margin-bottom: 20px; }
  .media_intro li {
    padding: 20px 0; }
    .media_intro li .left {
      width: 48%; }
      .media_intro li .left img {
        width: 461px;
        height: 177px; }
    .media_intro li .right {
      width: 48%; }

a.history_detail {
  background-color: #585858;
  padding: 0px 20px;
  color: white;
  border-radius: 5px;
  display: block;
  text-align: center; }

.not_download {
  display: block;
  text-align: center;
  border: 1px solid #f2dede;
  color: #a94442;
  padding: 20px 0; }

.customer_news {
  clear: both;
  padding: 20px;
  text-align: center;
  border: 2px solid #d9534f; }
  .customer_news a {
    color: #3498db; }

#load_img_area .loading {
  opacity: 0; }

.order_banned_attention {
  background-color: #eb6864;
  color: white;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 13px; }
  .order_banned_attention .order_banned_attention_btn {
    display: block;
    background-color: white;
    width: 230px;
    margin: 10px auto 0px;
    border-radius: 3px;
    padding: 5px 0; }

.add_subid_area {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px; }
  .add_subid_area p {
    margin-bottom: 10px;
    background-color: #ddd;
    padding: 9px;
    font-size: 13px; }

.kurand_about_area h2 {
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  font-size: 37px; }
.kurand_about_area p {
  font-size: 20px;
  width: 600px;
  max-width: 98%;
  margin: auto;
  margin-bottom: 30px;
  line-height: 180%;
  box-sizing: border-box; }
.kurand_about_area .kurand_about_area_catch {
  text-align: center;
  margin-bottom: 60px; }
.kurand_about_area .kurand_about_area_logo {
  text-align: center;
  margin-bottom: 60px; }
  .kurand_about_area .kurand_about_area_logo img {
    width: 200px; }
.kurand_about_area .kurand_about_area_para01 {
  border-top: 4px double;
  border-bottom: 4px double;
  padding: 20px;
  line-height: 200%;
  margin: auto;
  margin-bottom: 60px;
  text-align: center; }
.kurand_about_area .kurand_about_area_img {
  margin-bottom: 30px;
  text-align: center; }
  .kurand_about_area .kurand_about_area_img img {
    width: 600px; }
.kurand_about_area h3 {
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 1em;
  text-align: center; }
.kurand_about_area .kurand_about_area_para02 {
  background-color: #f9f9f9;
  font-weight: bold;
  padding: 30px;
  text-align: center; }
.kurand_about_area .kurand_about_btn_area a {
  display: block;
  background-color: #009fe8;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  color: white;
  width: 420px;
  max-width: 98%; }

.added_product_area {
  text-align: center; }

@media only screen and (max-width: 960px) {
  .sp-hidden {
    display: none; } }
.sp_menu_btn {
  display: none;
  position: absolute;
  cursor: pointer; }
  @media only screen and (max-width: 960px) {
    .sp_menu_btn {
      display: block;
      right: 0;
      color: #A3A3A3;
      top: 0;
      text-align: center;
      width: 62px;
      height: 62px;
      font-size: 36px;
      box-sizing: border-box;
      padding: 14px; } }

.sp_cart_btn {
  position: absolute;
  right: 69px;
  font-size: 38px;
  padding: 6px;
  color: #a3a3a3; }

.sp_menu {
  top: 0;
  right: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  background-color: #f7f7f7; }
  .sp_menu .sp_menu_cont {
    height: 100%;
    overflow: hidden;
    position: relative; }
    .sp_menu .sp_menu_cont .sp_menu_inner {
      position: relative; }
      .sp_menu .sp_menu_cont .sp_menu_inner a {
        transition-property: none; }

.sp_social_info {
  background-color: white;
  padding: 10px;
  border-radius: 3px;
  text-align: center; }
  .sp_social_info a {
    color: white;
    display: inline-block;
    padding: 12px 0;
    width: 40px;
    border-radius: 3px; }

.sp_bg {
  position: fixed;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 9998; }

.cont_wrap {
  margin-bottom: 4px;
  overflow: hidden;
  position: relative; }
  .cont_wrap .cont_block {
    background-color: white;
    border-radius: 3px;
    padding: 10px;
    position: relative; }
    .cont_wrap .cont_block > h2 {
      margin-bottom: 1em;
      margin-top: 0.5em;
      font-weight: bold;
      font-size: 26px;
      line-height: 150%; }
    .cont_wrap .cont_block > span {
      display: block;
      width: 100px;
      text-align: center;
      margin-bottom: 4px;
      color: white;
      background-color: #71bf42;
      font-size: 10px; }
    .cont_wrap .cont_block .top_new_icon {
      position: absolute;
      background-color: rgba(254, 239, 53, 0.83);
      padding: 4px 12px;
      font-weight: bold;
      height: 26px;
      right: 0px;
      top: 0;
      z-index: 1; }
    .cont_wrap .cont_block .title_wrap {
      min-height: 42px; }

.image_area {
  display: block;
  margin-bottom: 9px; }

.top_main_column .col-xs-6 .image_area {
  height: 116px; }

.column_title {
  font-size: 12px;
  word-break: break-all; }
  .column_title:hover {
    text-decoration: none; }

.main_sidebar h3 {
  background-color: #EDEDED;
  padding: 1.4em;
  border-radius: 3px 3px 0px 0px;
  font-weight: bold;
  font-size: 14px; }
.main_sidebar ul {
  background-color: white;
  border-radius: 0px 0px 3px 3px;
  margin-bottom: 4px; }
  .main_sidebar ul li a {
    display: block;
    padding: 1em;
    padding-left: 60px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 18px 50%;
    font-weight: bold; }
.main_sidebar .contact_info {
  background-color: white;
  border-radius: 3px;
  padding: 10px 0;
  margin-bottom: 4px; }
  .main_sidebar .contact_info h4 {
    padding: 0.6em 0;
    text-align: center;
    background-image: url("/images/side/info.png");
    background-repeat: no-repeat;
    background-position: 32px 50%;
    font-size: 25px;
    margin-bottom: 8px; }
  .main_sidebar .contact_info address {
    text-align: center;
    display: block;
    margin-bottom: 15px; }
  .main_sidebar .contact_info p {
    text-align: center; }

.side_about {
  background-image: url("/images/side/about.png"); }

.side_contact {
  background-image: url("/images/side/contact.png"); }

.side_event {
  background-image: url("/images/side/event.png"); }

.side_faq {
  background-image: url("/images/side/faq.png"); }

.side_login {
  background-image: url("/images/side/login.png"); }

.side_new {
  background-image: url("/images/side/new.png"); }

.side_order {
  background-image: url("/images/side/order.png"); }

.side_past {
  background-image: url("/images/side/past.png"); }

.side_report {
  background-image: url("/images/side/report.png"); }

.side_shop {
  background-image: url("/images/side/shop.png"); }

.side_stuff {
  background-image: url("/images/side/stuff.png"); }

.side_tenpo {
  background-image: url("/images/side/tenpo.png"); }

.header_top {
  float: right;
  width: 500px; }
  .header_top .call_info_area {
    float: right;
    text-align: center;
    color: #000;
    margin-left: 20px; }
    .header_top .call_info_area .call {
      font-weight: bold;
      display: block;
      margin-bottom: 10px;
      margin-top: 8px;
      text-align: right;
      font-size: 24px; }
    .header_top .call_info_area .call_detail {
      font-size: 12px;
      border-top: 1px solid;
      border-bottom: 1px solid;
      padding: 6px 0;
      display: block; }
  .header_top .header_btn_area {
    float: right;
    margin-left: -10px;
    overflow: hidden; }
    .header_top .header_btn_area .header_top_link {
      display: block;
      padding: 5px 0;
      text-align: center;
      margin-bottom: 5px;
      margin-right: -12px; }
      .header_top .header_btn_area .header_top_link a {
        color: white;
        padding: 6px 15px;
        font-size: 14px;
        border-radius: 3px;
        display: inline-block;
        margin-right: 11px; }
    .header_top .header_btn_area .header_cart_btn {
      background-color: #F0F0F0;
      padding: 6px 0;
      border-radius: 3px;
      font-size: 12px;
      font-weight: bold;
      border: 1px solid #DADADA;
      display: inline-block;
      text-align: center;
      width: 133px; }
      .header_top .header_btn_area .header_cart_btn:hover {
        text-decoration: none; }

.facebook_link {
  background-color: #3b5998; }

.twitter_link {
  background-color: #55acee; }

.instagram_link {
  background-color: #3f729b; }

.google_link {
  background-color: #dd4b39; }

.youtube_link {
  background-color: #cd201f; }

.facebook_area {
  background-color: white;
  text-align: center;
  padding: 10px;
  border-radius: 3px; }

.product_list_name {
  height: 60px;
  display: block; }

.product_detail_area .product_detail_photo {
  width: 600px;
  max-width: 100%;
  margin: auto; }
  .product_detail_area .product_detail_photo img {
    height: auto; }
.product_detail_area .photo {
  text-align: center; }
.product_detail_area .product_detail_cont {
  width: 600px;
  max-width: 100%;
  margin: auto; }
  .product_detail_area .product_detail_cont .product_name {
    font-size: 15px;
    padding: 1em 0;
    font-weight: bold; }
.product_detail_area .cart_detail_area {
  float: left;
  margin-bottom: 15px; }
  @media only screen and (max-width: 960px) {
    .product_detail_area .cart_detail_area {
      float: none; } }
  .product_detail_area .cart_detail_area table {
    border: none;
    margin: 0; }
    .product_detail_area .cart_detail_area table th {
      background-color: white;
      color: #989898;
      border: none;
      width: auto;
      padding: 10px 30px 10px 0;
      font-weight: bold; }
    .product_detail_area .cart_detail_area table td {
      border: none;
      padding: 0; }
.product_detail_area .cartin {
  float: right;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .product_detail_area .cartin {
      float: none; } }

.pankuzu_list {
  padding-bottom: 4px;
  font-size: 12px; }
  .pankuzu_list ul li {
    float: left; }
    .pankuzu_list ul li:after {
      content: "/"; }
    .pankuzu_list ul li:last-child:after {
      content: ""; }
    .pankuzu_list ul li a {
      padding: 0 10px; }

.product_list_area .image_area {
  min-height: 157px; }

.article_lists .image_area {
  float: left;
  width: 35%;
  margin-bottom: 0; }
  .article_lists .image_area img {
    height: auto; }
.article_lists .detail {
  float: right;
  width: 63%; }
.article_lists .aritcle_meta {
  margin-bottom: 5px; }
  .article_lists .aritcle_meta .category {
    background-color: #2c3e50;
    display: block;
    text-align: center;
    width: 100px;
    padding: 2px 0;
    color: white;
    font-size: 11px;
    border-radius: 3px;
    float: left; }
    .article_lists .aritcle_meta .category a {
      color: white; }
  .article_lists .aritcle_meta .date {
    display: block;
    float: right;
    font-weight: bold; }
.article_lists .summary {
  line-height: 2em; }
  .article_lists .summary a {
    color: #009fe8; }
  .article_lists .summary p {
    display: inline; }
  @media only screen and (max-width: 960px) {
    .article_lists .summary {
      display: none; } }
.article_lists .column_title {
  font-weight: bold;
  font-size: 25px;
  line-height: 150%;
  margin-bottom: 5px;
  display: block; }
  @media only screen and (max-width: 960px) {
    .article_lists .column_title {
      font-size: 13px; } }

.article_area span.pubdate {
  float: right;
  background-color: white;
  color: #9B9B9B;
  font-size: 14px;
  width: auto;
  padding: 3px 11px;
  border-bottom: 1px solid;
  border-left: 3px solid;
  display: block;
  margin-bottom: 10px;
  font-weight: bold; }
.article_area img {
  height: auto; }
.article_area h1 {
  font-weight: bold;
  font-size: 26px;
  clear: both;
  line-height: 180%; }
.article_area p {
  display: block;
  margin-bottom: 2em;
  font-size: 15px;
  line-height: 1.8em; }
.article_area h2 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: -10px;
  border-left: 1px solid #019fe8;
  padding: 1em 0.4em; }
.article_area h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f7f7f7;
  border-radius: 5px; }
.article_area .thum_area {
  clear: both;
  text-align: center; }
.article_area .taidan_area {
  margin-bottom: 20px; }

.social_button.clearfix, .social_button.head_top_area, #footer .social_button.footer_menu, .social_button.foot_social_area, .social_button.new_top_area, .social_button.new_top_middle, .fathersday_area .social_button.f_cont_01, .fathersday_area .social_button.buy_btn_area, .social_button.dosukoi_material, .dosukoi_material li.social_button, .social_button.dosukoi_about, .social_button.kaihatsusha_interview, .social_button.media_intro, .media_intro li.social_button, .cont_wrap .social_button.cont_block, .social_button.product_detail_area, .pankuzu_list ul.social_button, .article_lists .social_button.aritcle_meta {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px; }
  .social_button.clearfix li, .social_button.head_top_area li, #footer .social_button.footer_menu li, .social_button.foot_social_area li, .social_button.new_top_area li, .social_button.new_top_middle li, .fathersday_area .social_button.f_cont_01 li, .fathersday_area .social_button.buy_btn_area li, .social_button.dosukoi_material li, .dosukoi_material li.social_button li, .social_button.dosukoi_about li, .social_button.kaihatsusha_interview li, .social_button.media_intro li, .media_intro li.social_button li, .cont_wrap .social_button.cont_block li, .social_button.product_detail_area li, .pankuzu_list ul.social_button li, .article_lists .social_button.aritcle_meta li {
    display: inline-block;
    margin: 0 10px; }

.past_kurand_area img {
  height: auto; }

@media only screen and (max-width: 960px) {
  .restable th {
    display: block;
    width: auto; }
  .restable td {
    display: block; }
  .restable thead {
    float: left;
    display: block; }
  .restable tbody {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0px; }
    .restable tbody tr {
      display: inline-block;
      letter-spacing: normal;
      font-size: 14px; } }
.date_area {
  background-color: #F4F4F4;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold; }

.article_foot_link {
  text-align: center; }
  .article_foot_link a {
    display: block; }

.aligncenter {
  display: block;
  margin: auto;
  margin-bottom: 1em; }

.only_member {
  font-size: 12px;
  background-color: #d9edf7;
  color: #414141;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px; }

.side_top_catch_area {
  margin-bottom: 4px; }
  .side_top_catch_area a {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #e48d8d;
    color: white;
    border-radius: 5px; }
    .side_top_catch_area a:hover {
      text-decoration: none;
      opacity: 1;
      background-color: #eeb6b6; }

.mypage_btn_area {
  padding: 15px 0;
  overflow: hidden; }
  .mypage_btn_area li {
    text-align: center; }
    .mypage_btn_area li a, .mypage_btn_area li input[type="submit"] {
      border: none;
      display: block;
      color: white;
      padding: 10px 0;
      width: 100%; }
    .mypage_btn_area li .skip_btn {
      background-color: #377bb5; }
    .mypage_btn_area li .refusal_btn {
      background-color: #3d3d3d; }
    .mypage_btn_area li .update_btn {
      background-color: #f0ad4e; }

.custom_btn {
  background-color: #5fb760;
  color: white;
  padding: 15px 0;
  text-align: center;
  width: 240px; }

.mypage_top_cont01 h3 {
  border-left: 3px solid;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 9px;
  font-size: 19px; }
  .mypage_top_cont01 h3 a {
    float: right;
    font-size: 12px;
    background-color: #009fe8;
    padding: 2px 17px;
    color: white; }

.mypage_top_cont02 {
  margin-bottom: 15px; }
  .mypage_top_cont02 h3 {
    border-left: 3px solid;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 9px;
    margin-bottom: 15px; }
  .mypage_top_cont02 .mypage_more_link {
    background-color: #ddd;
    text-align: center;
    display: block;
    padding: 10px; }

.custom_order_h {
  display: block;
  background-color: #51b1cd;
  padding: 10px;
  color: white;
  text-align: center;
  margin-top: 20px; }

.custom_order_info {
  display: table;
  padding: 15px;
  width: 100%;
  border: 1px solid #51b1cd;
  margin-bottom: 20px;
  table-layout: fixed;
  text-align: center; }
  .custom_order_info .custom_order_row {
    display: table-row; }
    .custom_order_info .custom_order_row .custom_order_cell_h {
      display: table-cell;
      background-color: #F5F5F5;
      border-bottom: 1px solid #fff;
      padding: 6px;
      font-weight: bold; }
    .custom_order_info .custom_order_row .custom_order_cell {
      display: table-cell; }

.attention_area {
  border: 1px solid #eb6864;
  padding: 15px;
  color: #eb6864;
  text-align: center;
  border-radius: 3px; }

.unrefuse_area {
  background-color: #F4F2F2;
  font-size: 12px; }

.wp-pagenavi {
  clear: both;
  padding: 20px;
  text-align: center; }
  .wp-pagenavi .pages {
    display: block;
    margin: auto;
    margin-bottom: 18px;
    width: 200px;
    text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  background-color: #FFF;
  padding: 5px 15px;
  margin: 4px;
  border-radius: 5px; }

.wp-pagenavi span.current {
  border-color: #000;
  background-color: black;
  color: white; }

.wp-pagenavi span.current {
  font-weight: bold; }

.blog_article_area h4 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: -10px;
  border-left: 1px solid #019fe8;
  padding: 1em 0.4em; }
.blog_article_area h5 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f7f7f7;
  border-radius: 5px; }

.midashi_area li {
  margin-left: 20px;
  list-style-type: disc; }
  .midashi_area li a {
    color: #009fe8; }
