@charset "UTF-8";
/*!
	Site Name: KAPLA
	Description: layout settings
	Version: 1.0.0
	Author: Keita Mori
*/
/*ローカルナビ部分など*/
/*グロナビ部分など*/
/*下部ユーティリティ部分など*/
/*濃紺*/
/*紺*/
/*$hover_color01:#e5f3ff;
$hover_color02:#fff6e7;*/
/*黄色*/
/*オレンジ*/
/*くすんだ赤*/
/*明るい赤*/
/*グリーン*/
/*水色*/
/*薄紫*/
@import url(https://fonts.googleapis.com/css?family=Roboto:500,700,400);
@font-face {
  font-family: 'kapla-icon';
  src: url("../fonts/kapla-icon.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/kapla-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/kapla-icon.woff") format("woff"), url("../fonts/kapla-icon.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* ----------------------------------------------------------------------------
    RESET
---------------------------------------------------------------------------- */
/* HTML5 display definitions */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* The root element */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Sections */
body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* Text-level semantics */
a:focus {
  outline: 0;
}

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

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

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

acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

em {
  /*bringing italics back to the em element*/
  font-style: italic;
}

/* Embedded content */
img {
  border: 0;
  vertical-align: middle;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
}

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

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

caption {
  padding: 0;
  text-align: left;
  /*coordinated marking to match cell's padding*/
  margin-bottom: .5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: center;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
  outline: none;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

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

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

input[type="search"]:focus {
  outline-offset: -2px;
}

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

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

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

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ----------------------------------------------------------------------------
    BASE
---------------------------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 14px;
  color: #444;
  font-family: 'Roboto','Droid Sans' ,Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* IE footer space */
/* link setting */
a {
  color: #0179ff;
  outline: none;
  text-decoration: underline;
}
a:visited {
  color: #0179ff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #0179ff;
}
a img {
  opacity: 1;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
a img:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
  /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

/* ----------------------------------------------------------------------------
    ASSETS
---------------------------------------------------------------------------- */
/* clearfix */
.clearfix:after {
  /*for modern browser*/
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-table;
  /*\*/
  display: block;
  /**/
}

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

/* ----------------------------------------------------------------------------
    Frame
---------------------------------------------------------------------------- */
/* =Responsive
-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
    Column Modules
---------------------------------------------------------------------------- */
.one_col, .two_col, .three_col, .four_col, .five_col, .seven_col {
  width: 1012px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0;
}
.one_col:after, .two_col:after, .three_col:after, .four_col:after, .five_col:after, .seven_col:after {
  content: "";
  clear: both;
  display: block;
}
.one_col .col_item, .two_col .col_item, .three_col .col_item, .four_col .col_item, .five_col .col_item, .seven_col .col_item {
  font-size: 14px;
}

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

.full_col .inner {
  width: 1012px;
  margin: 0 auto;
}

.one_col .col_item {
  width: 1012px;
  float: none;
}

.two_col .col_item {
  width: 496px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.two_col .col_item:nth-child(2n) {
  margin-right: 0;
}

.three_col .col_item {
  width: 324px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.three_col .col_item:nth-child(3n) {
  margin-right: 0;
}

.four_col .col_item {
  width: 238px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.four_col .col_item:nth-child(4n) {
  margin-right: 0;
}

.five_col .col_item {
  width: 186px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.five_col .col_item:nth-child(5n) {
  margin-right: 0;
}

.six_col .col_item {
  width: 152px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.six_col .col_item:nth-child(6n) {
  margin-right: 0;
}

.seven_col .col_item {
  width: 127px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.seven_col .col_item:nth-child(7n) {
  margin-right: 0;
}

.fill_col {
  width: 100%;
}

.side_col {
  width: 1012px;
  margin: 0 auto 120px auto;
}
.side_col:after {
  content: "";
  clear: both;
  display: block;
}
.side_col .left_col {
  float: left;
  width: 750px;
}
.side_col .right_col {
  float: right;
  width: 200px;
}

/* ----------------------------------------------------------------------------
    Common
---------------------------------------------------------------------------- */
body {
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  -ms-animation-duration: 0.5s;
  -ms-animation-name: fade-in;
  opacity: 1;
  position: relative;
  min-width: 1012px;
}
body.no_scroll {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}
body.no_scroll #all_wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
}

#all_wrapper {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 15px;
}

.sp {
  display: none;
}

.fade_in {
  opacity: 0;
}
.fade_in.show {
  opacity: 1;
  animation-duration: 0.6s;
  animation-name: fade-in;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fade-in;
  -ms-animation-duration: 0.6s;
  -ms-animation-name: fade-in;
}

.contents {
  position: relative;
  overflow: hidden;
  animation-duration: 0.9s;
  animation-name: fade-in;
  -moz-animation-duration: 0.9s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-name: fade-in;
  -ms-animation-duration: 0.9s;
  -ms-animation-name: fade-in;
  z-index: 99;
}

.modal_layer {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}
.modal_layer .modal_wrap {
  z-index: 10;
  position: relative;
  width: auto;
  margin: 20px auto 50px;
}
.modal_layer .modal_wrap .modal_cont {
  display: none;
  width: 640px;
}
.modal_layer .bg {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

/*  arrow --------------------------------------------------------*/
.arrow {
  position: relative;
  padding-left: 24px;
}
.arrow:before {
  font-family: 'kapla-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: '\e600';
  font-size: 20px;
  color: #000033;
  top: 50%;
  left: 0;
  margin-top: -12px;
  line-height: 1;
  text-decoration: none !important;
}
.arrow.arw0101:before {
  content: '\e600';
}
.arrow.arw0102:before {
  content: '\e601';
}
.arrow.arw0103:before {
  content: '\e602';
}
.arrow.arw0104:before {
  content: '\e603';
}
.arrow.arw0201:before {
  content: '\e604';
}
.arrow.arw0202:before {
  content: '\e605';
}
.arrow.arw0203:before {
  content: '\e606';
}
.arrow.arw0204:before {
  content: '\e607';
}
.arrow.arw0301:before {
  content: '\e608';
}
.arrow.arw0302:before {
  content: '\e609';
}
.arrow.arw0303:before {
  content: '\e60a';
}
.arrow.arw0304:before {
  content: '\e60b';
}

/*  btn --------------------------------------------------------*/
.btn {
  position: relative;
  padding: 0 8px 0 28px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  background: #0179ff;
  border: 2px solid #0179ff;
  color: #fff;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: "color,background";
  -ms-transition-property: "color,background";
  transition-property: "color,background";
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  font-weight: bold;
}
.btn:before {
  font-family: 'kapla-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: '\e600';
  font-size: 18px;
  color: #fff !important;
  top: 50%;
  left: 12px;
  margin-top: -10px;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.btn a {
  padding: 8px;
}
.btn a, .btn a:visited {
  text-decoration: none;
  display: block;
  color: #fff !important;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.btn a:hover, .btn a:visited:hover {
  color: #0179ff !important;
  text-decoration: none;
}
.btn input[type="submit"] {
  font-size: 14px;
  font-weight: bold;
  border-style: none;
  background: none;
  padding: 8px 16px;
  color: #fff !important;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.btn:hover {
  background: #fff;
  color: #0179ff !important;
}
.btn:hover a {
  color: #0179ff !important;
}
.btn:hover:before {
  color: #0179ff !important;
}
.btn:hover input[type="submit"] {
  color: #0179ff !important;
}
.btn.type02 {
  background: #fff;
  color: #0179ff !important;
}
.btn.type02 a, .btn.type02 input[type="submit"] {
  color: #0179ff !important;
}
.btn.type02:before {
  color: #0179ff !important;
}
.btn.type02:hover, .btn.type02.cr {
  background: #0179ff !important;
  color: #fff !important;
}
.btn.type02:hover a, .btn.type02.cr a {
  color: #fff !important;
}
.btn.type02:hover input[type="submit"], .btn.type02.cr input[type="submit"] {
  color: #fff !important;
}
.btn.type02:hover:before, .btn.type02.cr:before {
  color: #fff !important;
}
.btn.arw0101:before {
  content: '\e600';
}
.btn.arw0102:before {
  content: '\e601';
}
.btn.arw0103:before {
  content: '\e602';
}
.btn.arw0104:before {
  content: '\e603';
}
.btn.arw0201:before {
  content: '\e604';
}
.btn.arw0202:before {
  content: '\e605';
}
.btn.arw0203:before {
  content: '\e606';
}
.btn.arw0204:before {
  content: '\e607';
}
.btn.arw0301:before {
  content: '\e608';
}
.btn.arw0302:before {
  content: '\e609';
}
.btn.arw0303:before {
  content: '\e60a';
}
.btn.arw0304:before {
  content: '\e60b';
}
.btn.cart {
  background: #c50050;
  border-color: #c50050;
  font-size: 13px;
}
.btn.cart a {
  padding: 4px 8px;
}
.btn.cart:before {
  content: '\e60c';
  font-size: 36px;
  margin-top: -19px;
  left: 3px;
}
.btn.cart:hover {
  background: #fff;
}
.btn.cart:hover:before, .btn.cart:hover a {
  color: #c50050 !important;
}

/*  file ico --------------------------------------------------------*/
.file_ico {
  padding-left: 30px;
  display: inline-block;
  line-height: 24px;
}
.file_ico.ico_word {
  background: url("../img/modules/ico_word.png") no-repeat 0 50%;
}
.file_ico.ico_pdf {
  padding-left: 33px;
  background: url("../img/modules/ico_pdf.png") no-repeat 0 50%;
}
.file_ico.ico_alert {
  padding-left: 40px;
  line-height: 28px;
  background: url("../img/modules/ico_alert.png") no-repeat 0 50%;
}

/*  text --------------------------------------------------------*/
.text {
  font-size: 14px;
  line-height: 1.7;
  color: #444444;
}

.small {
  font-size: 12px;
}

/* ----------------------------------------------------------------------------
    header
---------------------------------------------------------------------------- */
#header {
  animation-duration: 0.6s;
  animation-name: fade-in;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fade-in;
  -ms-animation-duration: 0.6s;
  -ms-animation-name: fade-in;
  height: 140px;
  padding: 10px 0 0 0;
  margin: 0;
  color: #0179ff;
  background: url("../img/header/colorful_line.png") #000033 repeat-x 0 44px;
  position: relative;
  /*  #header_upper --------------------------------------------------------*/
  /*  #header_bottom --------------------------------------------------------*/
}
#header #logo {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 8px;
}
#header #logo a:hover img {
  opacity: 1;
}
#header #header_upper {
  width: 1012px;
  margin: 0 auto;
  height: 45px;
}
#header #header_upper .btn {
  font-size: 11px;
  line-height: 1;
  padding: 0;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: none;
  background: #242450;
  font-weight: bold;
}
#header #header_upper .btn a {
  padding: 7px 16px;
}
#header #header_upper .btn a, #header #header_upper .btn a:visited {
  color: #fff;
  display: block;
}
#header #header_upper .btn:hover, #header #header_upper .btn.cr {
  background: #fff;
  color: #000033 !important;
}
#header #header_upper .btn:hover a, #header #header_upper .btn.cr a {
  color: #000033 !important;
}
#header #header_upper .btn:before {
  content: none;
}
#header .utility li {
  margin-left: 10px;
}
#header #header_bottom {
  background: #fff;
  height: 95px;
  position: relative;
  margin: 0;
  padding: 0;
}
#header #header_bottom:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #ffce22;
}
#header #header_bottom #global_navigation {
  width: 1012px;
  margin: 0 auto;
  padding: 0;
}
#header #header_bottom #global_navigation li {
  position: relative;
  width: 200px;
  height: 90px;
  border-left: 2px solid #f3f3f3;
  float: left;
  text-align: center;
  z-index: 1;
}
#header #header_bottom #global_navigation li:last-child {
  border-right: 2px solid #f3f3f3;
}
#header #header_bottom #global_navigation li a, #header #header_bottom #global_navigation li a:visited {
  text-decoration: none;
  display: block;
}
#header #header_bottom #global_navigation li a img, #header #header_bottom #global_navigation li a:visited img {
  padding: 14px 0 5px;
}
#header #header_bottom #global_navigation li a .name, #header #header_bottom #global_navigation li a:visited .name {
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #373f6e;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#header #header_bottom #global_navigation li.cr a .name, #header #header_bottom #global_navigation li a:hover .name {
  color: #ed7000;
}
#header #header_bottom #global_navigation li.cr a img, #header #header_bottom #global_navigation li a:hover img {
  opacity: 1;
}
#header #header_bottom #global_current {
  background: #ed7000;
  position: absolute;
  width: 204px;
  height: 4px;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

/* ----------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------- */
#footer {
  border-top: 1px solid #ebebeb;
}
#footer #footer_inner {
  position: relative;
  margin: 15px auto 30px auto;
  width: 1012px;
}
#footer #to_pagetop {
  position: absolute;
  top: -37px;
  right: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: 2px solid #0179ff;
  background: #0179ff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-decoration: none;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#footer #to_pagetop:after {
  font-family: 'kapla-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: '\e605';
  position: absolute;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  width: 100%;
  margin-top: -13px;
  top: 50%;
  left: 0;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#footer #to_pagetop:hover {
  background: #fff;
}
#footer #to_pagetop:hover:after {
  color: #0179ff;
}
#footer #footer_navigation {
  margin-bottom: 30px;
}
#footer #footer_navigation a {
  font-size: 12px;
  text-decoration: none;
  padding-right: 15px;
  color: #373f6e;
}
#footer #footer_navigation a:hover {
  text-decoration: underline;
}
#footer .text {
  font-size: 11px;
  line-height: 16px;
  color: #444444;
}
#footer .text .arrow {
  padding-left: 12px;
}
#footer .text .arrow:before {
  color: #444444;
  left: -4px;
  margin-top: -11px;
}
#footer .text .arrow a {
  color: #444444;
}
#footer #copyright {
  color: #373f6e;
  text-align: right;
  margin-top: 5px;
}

/* ----------------------------------------------------------------------------
   sub_navigation
---------------------------------------------------------------------------- */
#sub_navigation {
  background: #f7f7f7;
  margin: 0;
}
#sub_navigation .navigation {
  width: 1012px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#sub_navigation .navigation a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  color: #373f6e;
  margin: 0 0 0 15px;
  padding: 14px 0;
  -webkit-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#sub_navigation .navigation a span {
  padding: 0 5px;
  letter-spacing: 0;
  /*&:after {
  	content: " ";
  	position: absolute;
  	width: 100%;
  	height: 2px;				
  	background: $key_color02;
  	opacity: 0;
  	bottom: 0;
  	left: 0;
  	@include transition(250ms ,opacity);
  }*/
}
#sub_navigation .navigation a:first-child {
  margin-left: 0;
}
#sub_navigation .navigation a:hover, #sub_navigation .navigation a.cr {
  color: #ed7000;
  font-weight: bold;
}
#sub_navigation .navigation a:hover span:after, #sub_navigation .navigation a.cr span:after {
  opacity: 1;
}
#sub_navigation .navigation a.off:hover {
  color: #444444;
  font-weight: normal;
}
#sub_navigation .navigation a.user {
  font-weight: bold;
}
#sub_navigation .navigation a.user:hover {
  font-weight: bold;
}
#sub_navigation .navigation #sub_current {
  background: #ed7000;
  position: absolute;
  width: 204px;
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#sub_navigation .navigation .cart {
  position: absolute;
  top: 22px;
  right: 0;
}
#sub_navigation .navigation .cart a {
  font-size: 13px;
  line-height: 22px;
  padding: 4px 8px;
  margin: 0;
}

/* ----------------------------------------------------------------------------
　　　footer_local_navigation
---------------------------------------------------------------------------- */
#footer_local_navigation {
  background: #f7f7f7;
  margin: 0;
}
#footer_local_navigation .navigation {
  width: 1012px;
  margin: 0 auto;
  position: relative;
}
#footer_local_navigation .navigation a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  color: #373f6e;
  margin: 0 8px;
  padding: 14px 0;
}
#footer_local_navigation .navigation a span {
  padding: 0 5px;
}
#footer_local_navigation .navigation a:first-child {
  margin-left: 0;
}
#footer_local_navigation .navigation a:hover, #footer_local_navigation .navigation a.cr {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
    page_title
---------------------------------------------------------------------------- */
#page_title {
  width: 1012px;
  margin: 0 auto;
}
#page_title h2 {
  margin: 10px 0 30px;
  padding: 18px 12px 25px 72px;
  border-bottom: 1px solid #f3f3f3;
  background: url("../img/modules/page_title_ico.jpg") no-repeat 0 46%;
  font-size: 30px;
  line-height: 1;
  color: #ed7000;
}
#page_title h2 .num {
  font-size: 33px;
}
#page_title.with_img h2 {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom: none;
}
#page_title.with_img h3 {
  margin-bottom: 30px;
}
#page_title.with_img h3 img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}

/* ----------------------------------------------------------------------------
    sec content
---------------------------------------------------------------------------- */
.sec {
  margin: 0;
  padding: 0;
}

.simple_cont {
  margin-bottom: 270px;
}

.cont h1, .cont h2, .cont h3, .cont h4, .cont h5, .cont h6 {
  color: #373f6e;
}
.cont .text, .cont td, .cont th {
  color: #444444;
}
.cont .text .arw0301, .cont .text .arw0302, .cont .text .arw0303, .cont .text .arw0304, .cont td .arw0301, .cont td .arw0302, .cont td .arw0303, .cont td .arw0304, .cont th .arw0301, .cont th .arw0302, .cont th .arw0303, .cont th .arw0304 {
  padding-left: 18px;
}
.cont .text .arw0301:before, .cont .text .arw0302:before, .cont .text .arw0303:before, .cont .text .arw0304:before, .cont td .arw0301:before, .cont td .arw0302:before, .cont td .arw0303:before, .cont td .arw0304:before, .cont th .arw0301:before, .cont th .arw0302:before, .cont th .arw0303:before, .cont th .arw0304:before {
  color: #0179ff;
  margin-top: -10px;
}
.cont ul li, .cont ol li {
  margin-left: 1.4em;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
.cont ul.num li, .cont ul.dot .num li, .cont ol.num li, .cont ol.dot .num li {
  list-style: decimal outside;
}
.cont ul.dot li, .cont ul.num .dot li, .cont ol.dot li, .cont ol.num .dot li {
  list-style: disc outside;
}
.cont a {
  color: #0179ff;
}
.cont a:hover {
  text-decoration: none;
}
.cont.lv1 .sub_title.lv1 {
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  padding: 9px 14px;
  margin-bottom: 20px;
  background: #ffce22;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}
.cont.lv1 .sub_title.lv1 .num {
  font-size: 19px;
}
.cont.lv1 .sub_title.lv1 .small {
  font-size: 14px;
}
.cont.lv1 .sub_title.lv1 a, .cont.lv1 .sub_title.lv1 a:visited {
  color: #000;
}
.cont.lv1 .sub_title.lv1:after {
  content: "";
  clear: both;
  display: block;
}
.cont.lv1 .sub_title.lv1 span.before, .cont.lv1 .sub_title.lv1 span.after {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 2px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.cont.lv1 .sub_title.lv1 span.before {
  color: #fff;
  font-weight: normal;
  background: #ed7000;
  margin-right: 5px;
}
.cont.lv1 .sub_title.lv1 span.after {
  float: right;
  color: #ed7000;
  background: #fff;
}
.cont.lv1 .catch.lv1 {
  color: #46a0b7;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.cont.lv1 .catch.lv1 a, .cont.lv1 .catch.lv1 a:visited {
  color: #46a0b7;
}
.cont.lv1 .catch.lv1 .num {
  font-size: 22px;
}
.cont.lv1 .text {
  margin-bottom: 30px;
}
.cont.lv2 {
  margin-bottom: 30px;
}
.cont.lv2 .sub_title.lv2 {
  position: relative;
  color: #373f6e;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.cont.lv2 .sub_title.lv2 a, .cont.lv2 .sub_title.lv2 a:visited {
  color: #373f6e;
}
.cont.lv2 .sub_title.lv2 .small {
  font-size: 14px;
}
.cont.lv2 .sub_title.lv2 .num {
  font-size: 19px;
}
.cont.lv2 .sub_title.lv2:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 3px;
  background: #ffce22;
}
.cont.lv2 .catch.lv2 {
  color: #373f6e;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.cont.lv2 .catch.lv2 a, .cont.lv2 .catch.lv2 a:visited {
  color: #373f6e;
}
.cont.lv2 .catch.lv2 .num {
  font-size: 19px;
}
.cont.lv2 .text {
  margin-bottom: 15px;
}
.cont.lv3 {
  margin-bottom: 30px;
}
.cont.lv3 .sub_title.lv3 {
  color: #373f6e;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
.cont.lv3 .sub_title.lv3 .num {
  font-size: 15px;
}
.cont.lv3 .text {
  font-size: 12px;
  margin-bottom: 15px;
}
.cont.lv4 {
  margin-bottom: 30px;
  margin-left: 20px;
}
.cont.lv4 .sub_title.lv4 {
  color: #373f6e;
  font-size: 14px;
  line-height: 25px;
}
.cont.lv4 .sub_title.lv4 .num {
  font-size: 16px;
}
.cont.lv4 .text {
  font-size: 12px;
  margin-bottom: 15px;
}
.cont .sub_title.no_ul {
  border-bottom: none !important;
}
.cont .sub_title.no_ul:after {
  content: none !important;
}
.cont table {
  border-top: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.cont table th, .cont table td {
  padding: 10px 25px 10px 10px;
  text-align: left;
  vertical-align: baseline;
  border-bottom: 1px solid #ebebeb;
}
.cont table th.text, .cont table td.text {
  margin-bottom: none;
}
.cont table th {
  font-weight: normal;
  white-space: nowrap;
  padding-left: 0;
  border-right: 1px solid #ebebeb;
}
.cont table.type01 {
  border-top-style: dotted;
}
.cont table.type01 td {
  position: relative;
  padding: 18px 10px;
  border-bottom-style: dotted;
}
.cont table.type01 td .title {
  color: #373f6e;
}
.cont table.type01 td .arw0301:before, .cont table.type01 td .arw0302:before, .cont table.type01 td .arw0303:before, .cont table.type01 td .arw0304:before {
  margin-top: -21px;
}
.cont table.type02 {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.cont table.type02 th {
  padding-left: 10px;
  font-weight: bold;
}
.cont table.type03 {
  border-left: 1px solid #ebebeb;
}
.cont table.type03 th, .cont table.type03 td {
  border-right: 1px solid #ebebeb;
}
.cont table.type03 th {
  padding-left: 10px;
  font-weight: bold;
  text-align: center;
}
.cont .datalist {
  margin-bottom: 24px;
}
.cont .datalist li {
  margin-bottom: 4px;
  margin-left: 0;
}
.cont .datalist li:after {
  content: "";
  clear: both;
  display: block;
}
.cont .datalist li p {
  line-height: 20px;
}
.cont .datalist li p.title {
  float: left;
  width: 5.2em;
}
.cont .datalist li p.title:after {
  content: "：";
  float: right;
}
.cont .datalist li p.description {
  margin-left: 5.4em;
}
.cont#safety {
  padding-left: 80px;
  padding-right: 60px;
  margin-bottom: 10px;
}
.cont#safety h4 {
  color: #373f6e;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.cont#safety .text_area {
  width: 312px;
}
.cont#safety .text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: -0.3px;
}
.cont#caution {
  background: #fffae8;
  border-color: #ffce22;
  text-align: center;
  opacity: 1;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.cont.forms_wrap {
  width: 810px;
  margin-bottom: 30px;
}
.cont table.forms {
  width: 810px;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.cont table.forms th {
  width: 25%;
  text-align: left;
  vertical-align: top;
  background: #eee;
  background: #fff;
  font-size: 14px;
  padding: 0 12px;
  height: 60px;
  line-height: 1.3;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  color: #333;
}
.cont table.forms td {
  padding: 18px 16px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}
.cont table.forms td span {
  font-size: 13px;
  color: #444444;
}
.cont table.forms td span.required {
  font-size: 16px;
  color: #be0000;
}
.cont table.forms td.name {
  font-weight: bold;
  font-size: 14px;
  color: #373f6e;
}
.cont .btn_wrap {
  text-align: center;
}
.cont.forms_wrap form .btn {
  font-size: 16px;
  display: inline-block;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  margin: 0 auto;
}
.cont.forms_wrap form .btn input {
  padding: 10px 24px;
}

.side_col .cont.forms_wrap, .side_col table.forms {
  width: 100%;
}

a:hover #caution {
  opacity: 0.8;
}
a:hover #caution img {
  opacity: 1;
}

/* ----------------------------------------------------------------------------
    box content
---------------------------------------------------------------------------- */
.radius_box {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #f3f3f3;
  padding: 20px;
}

/* ----------------------------------------------------------------------------
    local_navigation
---------------------------------------------------------------------------- */
#local_navigation .btn {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------
    banner
---------------------------------------------------------------------------- */
.banner_list {
  margin-bottom: 20px;
}
.banner_list li {
  margin-bottom: 10px;
}

.banner_block_bg {
  background: url("../img/top/block_orange.jpg") no-repeat 0 0;
  font-size: 16px;
  font-weight: bold;
  width: 310px;
  height: 65px;
}
.banner_block_bg a, .banner_block_bg a:visited {
  display: block;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.banner_block_bg a:hover, .banner_block_bg a:visited:hover {
  text-decoration: underline;
}
.banner_block_bg.green {
  background: url("../img/top/block_green.jpg") no-repeat 0 0;
}
.banner_block_bg.pink {
  background: url("../img/top/block_pink.jpg") no-repeat 0 0;
}

/* ----------------------------------------------------------------------------
    gmap_balloon
---------------------------------------------------------------------------- */
#map_area .infoBox img {
  z-index: 10;
}
#map_area #gmap_balloon {
  background: #fff;
  padding: 10px 0 10px 20px;
  font-size: 13px;
  width: 220px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  position: relative;
}
#map_area #gmap_balloon:after {
  content: " ";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 220px;
  padding: 10px 0 10px 20px;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  color: transparent;
}
#map_area #gmap_balloon:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 25px;
  right: 25px;
  top: -10px;
  background-color: #fff;
  -webkit-transform: rotate(67deg) skew(45deg);
  -moz-transform: rotate(67deg) skew(45deg);
  transform: rotate(67deg) skew(45deg);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: -1;
}

/* =Forms
-----------------------------------------------------------------------------*/
button,
input,
select,
textarea {
  margin: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}

/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
}

/* Normalize search fields */
input[type="search"] {
  -webkit-appearance: textfield;
}

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

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -1px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"],
textarea {
  -webkit-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: "border,background";
  -ms-transition-property: "border,background";
  transition-property: "border,background";
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}

input[type="range"] {
  position: relative;
  top: 3px;
}

textarea {
  line-height: 1.4em;
}

select {
  height: 2.5em;
  position: relative;
  top: -0.2em;
}

/* States */
.error,
.success {
  font-size: 14px;
  color: #be0000;
  margin-top: 10px;
  font-weight: bold;
}

.error_bg {
  background: #fff6d4;
}

.error_box {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px;
  border: 2px solid #be0000;
}

input.input-error,
textarea.input-error,
select.input-error,
.input-error {
  border-color: #be0000;
  box-shadow: 0 0 0 2px rgba(190, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-success,
textarea.input-success,
select.input-success,
.input-success {
  border-color: #46a0b7;
  box-shadow: 0 0 0 2px rgba(70, 160, 183, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-gray,
textarea.input-gray,
select.input-gray,
.input-gray {
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-search,
input[type="search"] {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  border-radius: 15px;
}

button:active,
button:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"],
textarea,
select[multiple="multiple"] {
  font-family: 'Roboto','Droid Sans' ,Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1;
  font-size: 14px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  border: 1px solid #bbbcc0;
  outline: none;
  padding: 7px 5px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"] {
  height: 1.2em;
}

input[type="range"] {
  position: relative;
  top: 3px;
}

select[multiple="multiple"],
textarea {
  line-height: 1.35em;
}

fieldset {
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #dbdada;
}

legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}

input:not([type="submit"]):active, input:not([type="submit"]):focus, textarea:active, textarea:focus {
  background: #fffbee;
}

/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .forms-list label {
    display: inline-block;
  }
}
/* #form
-----------------------------------------------------------------------------*/
#form td.name {
  width: 150px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
}

#cboxTopRight {
  width: 21px;
}

#cboxBottomLeft {
  width: 21px;
}

#cboxBottomRight {
  width: 21px;
}

#cboxMiddleLeft {
  width: 21px;
}

#cboxMiddleRight {
  width: 21px;
}

#cboxTopCenter {
  height: 21px;
}

#cboxBottomCenter {
  height: 21px;
}

#cboxContent {
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}

#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  position: absolute;
  top: 48%;
  left: -75px;
  background: url(../img/colorbox/prev.png) no-repeat 0 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  opacity: 0.8;
}

#cboxNext {
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  position: absolute;
  top: 48%;
  right: -75px;
  background: url(../img/colorbox/next.png) no-repeat 0 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
}

#cboxNext:hover {
  opacity: 0.8;
}

#cboxClose {
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  position: absolute;
  top: -26px;
  right: -26px;
  background: url(../img/colorbox/close.png) no-repeat 0 0;
  width: 52px;
  height: 52px;
  text-decoration: none;
  text-indent: -9999px;
}

#cboxClose:hover {
  opacity: 0.8;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* ----------------------------------------------------------------------------
    トップページ
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
    main_visual
---------------------------------------------------------------------------- */
#main_visual {
  position: relative;
  animation-duration: 1.1s;
  animation-name: fade-in;
  -moz-animation-duration: 1.1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-name: fade-in;
  -ms-animation-duration: 1.1s;
  -ms-animation-name: fade-in;
}
#main_visual #main_slide_wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#main_visual #main_slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  min-width: 1012px;
  width: auto;
}
#main_visual #main_slide img {
  max-width: inherit;
  width: auto;
}
#main_visual #main_slide .item {
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
#main_visual #main_slide .item.active {
  display: block;
  opacity: 1;
  z-index: 3;
}
#main_visual #main_slide .item.next {
  z-index: 2;
  opacity: 1;
}
#main_visual #main_slide .item.is_bg {
  background: #00456e;
}
#main_visual #main_slide .bg {
  width: 100%;
  position: relative;
  z-index: 0;
}
#main_visual .top_banner {
  background: #ffce22;
  padding: 12px 0 6px;
  position: relative;
  z-index: 1;
}
#main_visual .top_banner .inner {
  width: 1012px;
  margin: 0 auto;
}
#main_visual .top_banner .banner {
  position: relative;
  display: inline-block;
  width: 782px;
  height: 50px;
  margin-right: 10px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#main_visual .top_banner .banner .title {
  width: 396px;
  height: 34px;
  margin: 8px 0 8px 164px;
  line-height: 1;
  float: left;
}
#main_visual .top_banner .banner .title h3 {
  font-size: 14px;
  font-weight: bold;
  color: #ed7000;
  line-height: 16px;
  margin-top: 3px;
  letter-spacing: -1px;
}
#main_visual .top_banner .banner .title p {
  font-size: 10px;
  line-height: 16px;
  color: #444444;
}
#main_visual .top_banner .banner .arrow {
  float: left;
  font-size: 17px;
  font-weight: bold;
  padding: 11px 0 0 40px;
  color: #373f6e;
}
#main_visual .top_banner .banner .arrow:before {
  color: #0179ff;
  margin-top: -6px;
  font-size: 20px;
  left: 21px;
}
#main_visual .top_banner .banner.banner02 {
  width: 213px;
  margin: 0;
  float: right;
}
#main_visual .top_banner .banner.banner02 .arrow {
  padding-left: 34px;
}
#main_visual .top_banner .banner.banner02 .arrow:before {
  left: 14px;
}
#main_visual .top_banner .banner .img02 {
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  vertical-align: bottom;
  float: right;
  height: 50px;
}
#main_visual .top_banner .banner .img01 {
  position: absolute;
  left: 20px;
  bottom: -9px;
}
#main_visual .top_banner a {
  display: block;
  text-decoration: none;
}
#main_visual .top_banner a:after {
  content: "";
  clear: both;
  display: block;
}
#main_visual .top_banner a .title, #main_visual .top_banner a .arrow {
  opacity: 1;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#main_visual .top_banner a:hover .title, #main_visual .top_banner a:hover .arrow {
  opacity: 0.6;
}

/* ----------------------------------------------------------------------------
    top_index
---------------------------------------------------------------------------- */
#top_index {
  width: 950px;
  margin: 0 auto;
}
#top_index li {
  width: 280px;
  margin-right: 55px;
}
#top_index h3 {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #373f6e;
  text-align: center;
  margin-bottom: 14px;
}
#top_index h3:before {
  content: " ";
  position: absolute;
  bottom: 12px;
  left: 0;
  border-bottom: 1px solid #e5e5ea;
  z-index: -1;
  width: 100%;
}
#top_index h3 .small {
  font-size: 18px;
}
#top_index h3 .en {
  font-family: "Georgia" ,serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  z-index: 1;
}
#top_index .img {
  width: 80px;
}
#top_index .img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#top_index .description {
  margin-left: 15px;
  width: 185px;
}
#top_index .description .text {
  font-size: 12px;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 4px;
}
#top_index .description .arrow {
  color: #0179ff;
  font-size: 14px;
  padding-left: 17px;
  font-weight: bold;
}
#top_index .description .arrow:before {
  color: #0179ff;
  left: -4px;
  font-size: 22px;
  font-weight: normal;
}
#top_index .description .arrow a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
    top_topics
---------------------------------------------------------------------------- */
#top_topics {
  position: relative;
}
#top_topics .col_title {
  position: absolute;
  top: -12px;
  width: 56px;
  border-bottom: 32px solid #ffce22;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  line-height: 32px;
  text-align: center;
  color: #373f6e;
}
#top_topics .four_col {
  padding: 20px 0;
}
#top_topics .col_item {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
}
#top_topics .col_item a {
  display: block;
  opacity: 1;
  overflow: hidden;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#top_topics .col_item a:hover {
  opacity: 0.6;
}
#top_topics .col_item .img {
  width: 100px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
}
#top_topics .col_item .img img {
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  height: 100%;
}
#top_topics .col_item .text {
  width: 120px;
  height: 60px;
  overflow: hidden;
  padding: 10px 8px 10px 10px;
  font-weight: normal;
  font-size: 12px;
  color: #444444;
}

/* ----------------------------------------------------------------------------
    top_bottom_area
---------------------------------------------------------------------------- */
#top_bottom_area {
  margin-top: 30px;
  margin-bottom: 150px;
}
#top_bottom_area .left_col {
  width: 645px;
}
#top_bottom_area .right_col {
  width: 310px;
}

/* ----------------------------------------------------------------------------
    top_news
---------------------------------------------------------------------------- */
#top_news h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #373f6e;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ebebeb;
}
#top_news h3 span {
  position: relative;
}
#top_news h3 span:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -8px;
  border-bottom: 1px solid #373f6e;
}
#top_news li {
  display: table;
  width: 100%;
  padding: 8px 0;
  line-height: 14px;
  border-bottom: 1px dotted #ebebeb;
}
#top_news li .date {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #444444;
  width: 105px;
  padding-left: 2px;
}
#top_news li .category {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
#top_news li .category span {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  color: #637494;
  width: 50px;
  padding: 6px 4px;
  text-align: center;
  border: 1px solid #637494;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
}
#top_news li .title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
}
#top_news li .title a {
  color: #0179ff;
  text-decoration: none;
}
#top_news li .title a:hover {
  text-decoration: underline;
}
#top_news .more {
  margin-top: 12px;
  padding-left: 12px;
  float: right;
}
#top_news .more.arrow:before {
  color: #444444;
  left: -7px;
  margin-top: -11px;
}
#top_news .more a, #top_news .more a:visited {
  color: #444444;
  font-size: 13px;
}

/* ----------------------------------------------------------------------------
    about
---------------------------------------------------------------------------- */
#about #page_title h2 {
  background-image: url("../img/about/page_title_ico.png");
  padding-left: 92px;
}
#about #index #page_title h2 {
  margin-bottom: 25px;
}
#about #index .cont.lv1 {
  padding: 60px 0 60px;
}
#about #index .cont.lv1 .two_col, #about #index .cont.lv1 .three_col, #about #index .cont.lv1 .four_col {
  padding: 0;
}
#about #index .cont.lv1 .two_col .img img, #about #index .cont.lv1 .three_col .img img, #about #index .cont.lv1 .four_col .img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#about #index .sub_title_img {
  display: inline-block;
  background: url("../img/about/sub_title_ico.png") no-repeat 0 0;
  font-size: 20px;
  line-height: 25px;
  color: #373f6e;
  font-weight: bold;
  border-bottom: 3px solid #ffce22;
  padding: 0 0 7px 55px;
  margin-bottom: 15px;
}
#about #index .description {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
#about #index .catch.lv2 {
  font-size: 34px;
  line-height: 1;
  color: #46a0b7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#about #index #feature {
  padding-top: 0;
}
#about #index #feature .three_col {
  margin-bottom: 20px;
}
#about #index #feature .three_col .col_item {
  width: 324px;
  margin-right: 20px;
  margin-bottom: 0;
}
#about #index #feature .three_col .col_item .movie {
  height: 186px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 1px solid #f3f3f3;
}
#about #index #feature .three_col .col_item .caption {
  text-align: center;
  margin-bottom: 10px;
}
#about #index #parts .sub_title_img {
  position: absolute;
}
#about #index #parts .description {
  font-size: 16px;
  line-height: 26px;
}
#about #index #parts img, #about #index #parts h5 {
  position: absolute;
}
#about #index #parts .inner {
  position: relative;
  padding-bottom: 282px;
}
#about #index #parts .wrap {
  position: relative;
}
#about #index #parts h5 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-align: left;
  z-index: 1;
}
#about #index #parts h5 span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
#about #index #parts h5:before {
  display: block;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  content: " ";
  background: #f9ebb7;
  width: 140px;
  height: 140px;
  top: -22px;
  left: -32px;
  z-index: -1;
}
#about #index #parts #parts_feature01 {
  top: 122px;
  left: 25px;
}
#about #index #parts #parts_feature02 {
  top: 0px;
  left: 303px;
}
#about #index #parts #parts_feature03 {
  top: 192px;
  left: 652px;
  font-size: 52px;
  line-height: 56px;
}
#about #index #parts #parts_feature03 span {
  font-size: 18px;
  text-indent: 3px;
}
#about #index #parts #parts_feature03:before {
  top: -50px;
  left: 100px;
}
#about #index #parts #parts_img01 {
  top: -16px;
  left: 262px;
  z-index: 3;
}
#about #index #parts #parts_img02 {
  top: 86px;
  left: 796px;
  z-index: 3;
}
#about #index #parts .cont.lv2 {
  margin-bottom: 50px;
}
#about #index #parts .cont.lv2 .catch.lv2 {
  margin-bottom: 10px;
}
#about #index #parts .cont.lv2 .description {
  margin-bottom: 0;
}
#about #index #secret .four_col {
  margin-bottom: 0;
}
#about #index #secret .four_col .col_item {
  position: relative;
  width: 220px;
  margin-right: 30px;
  margin-bottom: 0;
}
#about #index #secret .four_col .col_item .catch.lv2 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
#about #index #secret .four_col .col_item .catch.lv2 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #444444;
  margin-bottom: 4px;
}
#about #index #secret .four_col .col_item .catch.lv2.nospan {
  padding-top: 16px;
}
#about #index #secret .four_col .col_item .catch.lv2.num {
  font-size: 28px;
}
#about #index #secret .four_col .col_item .img {
  margin-bottom: 10px;
}
#about #index #secret .four_col .col_item .sub_title.lv3 {
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 20px;
}
#about #index #secret .four_col .col_item.plus:after, #about #index #secret .four_col .col_item.equal:after {
  position: absolute;
  display: block;
  content: "+";
  width: 30px;
  font-size: 26px;
  color: #444444;
  text-align: center;
  right: -30px;
  top: 7px;
}
#about #index #secret .four_col .col_item.equal:after {
  content: "=";
}
#about #index #education {
  padding-bottom: 0;
}
#about #index #quality {
  margin-bottom: 20px;
}
#about #index #quality .marks {
  margin-left: 8px;
}
#about #index #quality .marks img {
  margin-right: 20px;
}
#about #index #shoplink {
  margin-bottom: 135px;
}
#about #history #page_title {
  border-bottom: 0;
}
#about #history #page_title h2 {
  margin-bottom: 0;
}
#about #history #wood {
  padding: 40px 0;
  background: url("../img/about/history_bg.jpg") repeat 0 0;
}
#about #history #book {
  margin: 0 auto;
  background: url("../img/about/history_book.png") no-repeat 0 0;
  padding: 100px 72px;
  width: 756px;
  height: 396px;
}
#about #history #book .col_item {
  width: 340px;
  margin-right: 70px;
}
#about #history #book .col_item h3 {
  font-size: 28px;
  color: #373f6e;
  line-height: 1;
  margin-bottom: 30px;
}
#about #history #book .col_item h3 span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: normal;
}
#about #history #book .col_item .text {
  color: #373f6e !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}
#about #history #chronology {
  margin-top: 30px;
  margin-bottom: 120px;
}
#about #history #chronology .item {
  margin-bottom: 60px;
}
#about #history #chronology .year {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #373f6e;
  padding: 11px;
  width: 96px;
  margin-right: 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
#about #history #chronology .img {
  float: left;
}
#about #history #chronology .img img {
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 5px solid #373f6e;
  margin-bottom: 8px;
}
#about #history #chronology .img .caption {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #444444;
}
#about #history #chronology .text_area {
  margin-left: 600px;
}
#about #history #chronology .text_area h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
#about #history #chronology .text_area .marks {
  margin-bottom: 15px;
  text-align: center;
}
#about #history #chronology .text_area .marks img {
  margin-right: 6px;
}
#about #attraction .one_col {
  margin-bottom: 180px;
}
#about #attraction .catch {
  font-size: 18px;
  color: #373f6e;
  margin-bottom: 40px;
}
#about #attraction .two_col .col_item {
  margin-bottom: 60px;
}
#about #attraction .two_col .col_item .img {
  margin-bottom: 15px;
}
#about #attraction .two_col .col_item .img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#about #attraction .two_col .col_item .illust {
  float: left;
}
#about #attraction .two_col .col_item h4 {
  margin-left: 80px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}
#about #attraction .two_col .col_item .text {
  margin-left: 80px;
}
#about #attraction #relationship {
  width: 720px;
  padding: 30px 30px 0 30px;
  border: 5px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
#about #attraction #relationship h3 {
  padding: 0 16px;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: -45px;
}
#about #attraction #relationship .img {
  margin-top: -20px;
  margin-bottom: 30px;
}
#about #attraction #relationship .text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
#about #education #page_title h2 {
  margin-bottom: 20px;
}
#about #education #introduction {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 30px;
}
#about #education #introduction .img {
  float: left;
  margin-right: 70px;
}
#about #education #introduction .text_area {
  padding-top: 72px;
}
#about #education #introduction .text_area h3 {
  color: #373f6e;
  font-weight: bold;
}
#about #education #introduction .text_area .text {
  font-size: 12px;
  line-height: 22px;
}
#about #education .cont.lv2 {
  margin-bottom: 60px;
}
#about #education .two_col .col_item {
  width: 486px;
  margin-right: 40px;
}
#about #gallery {
  background: #000;
}
#about #gallery #page_title h2 {
  color: #fff;
  border-bottom-color: #373737;
}
#about #gallery #gallery_area {
  position: relative;
  margin-top: 5px;
  margin-bottom: 120px;
  height: 960px;
  background: url("../img/about/gallery_bg.jpg") no-repeat 383px 289px;
}
#about #gallery #gallery_area h3 {
  position: absolute;
  left: 343px;
  top: 404px;
}
#about #gallery #gallery_area .gallery_item {
  position: absolute;
}
#about #gallery #gallery_area .gallery_item a {
  position: relative;
  display: block;
  position: relative;
  top: -4px;
  left: -4px;
}
#about #gallery #gallery_area .gallery_item a img {
  position: relative;
  border: 2px solid #242450;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: border-color;
  -ms-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#about #gallery #gallery_area .gallery_item a:hover img, #about #gallery #gallery_area .gallery_item a.cr img {
  border-color: #ed7000;
  opacity: 1;
}
#about #gallery #gallery_area #item01 {
  left: 464px;
  top: 22px;
}
#about #gallery #gallery_area #item02 {
  left: 580px;
  top: 35px;
}
#about #gallery #gallery_area #item03 {
  left: 698px;
  top: 63px;
}
#about #gallery #gallery_area #item04 {
  left: 787px;
  top: 156px;
}
#about #gallery #gallery_area #item05 {
  left: 852px;
  top: 244px;
}
#about #gallery #gallery_area #item06 {
  left: 886px;
  top: 359px;
}
#about #gallery #gallery_area #item07 {
  left: 892px;
  top: 459px;
}
#about #gallery #gallery_area #item08 {
  left: 877px;
  top: 559px;
}
#about #gallery #gallery_area #item09 {
  left: 838px;
  top: 650px;
}
#about #gallery #gallery_area #item10 {
  left: 741px;
  top: 749px;
}
#about #gallery #gallery_area #item11 {
  left: 641px;
  top: 800px;
}
#about #gallery #gallery_area #item12 {
  left: 533px;
  top: 851px;
}
#about #gallery #gallery_area #item13 {
  left: 419px;
  top: 847px;
}
#about #gallery #gallery_area #item14 {
  left: 311px;
  top: 827px;
}
#about #gallery #gallery_area #item15 {
  left: 214px;
  top: 753px;
}
#about #gallery #gallery_area #item16 {
  left: 134px;
  top: 674px;
}
#about #gallery #gallery_area #item17 {
  left: 81px;
  top: 596px;
}
#about #gallery #gallery_area #item18 {
  left: 44px;
  top: 512px;
}
#about #gallery #gallery_area #item19 {
  left: 44px;
  top: 419px;
}
#about #gallery #gallery_area #item20 {
  left: 62px;
  top: 311px;
}
#about #gallery #gallery_area #item21 {
  left: 103px;
  top: 226px;
}
#about #gallery #gallery_area #item22 {
  left: 165px;
  top: 145px;
}
#about #gallery #gallery_area #item23 {
  left: 270px;
  top: 72px;
}
#about #gallery #gallery_area #item24 {
  left: 365px;
  top: 32px;
}
#about #gallery #gallery_area #item25 {
  left: 451px;
  top: 142px;
}
#about #gallery #gallery_area #item26 {
  left: 566px;
  top: 162px;
}
#about #gallery #gallery_area #item27 {
  left: 676px;
  top: 216px;
}
#about #gallery #gallery_area #item28 {
  left: 736px;
  top: 325px;
}
#about #gallery #gallery_area #item29 {
  left: 757px;
  top: 419px;
}
#about #gallery #gallery_area #item30 {
  left: 752px;
  top: 509px;
}
#about #gallery #gallery_area #item31 {
  left: 707px;
  top: 600px;
}
#about #gallery #gallery_area #item32 {
  left: 599px;
  top: 683px;
}
#about #gallery #gallery_area #item33 {
  left: 490px;
  top: 707px;
}
#about #gallery #gallery_area #item34 {
  left: 364px;
  top: 699px;
}
#about #gallery #gallery_area #item35 {
  left: 266px;
  top: 633px;
}
#about #gallery #gallery_area #item36 {
  left: 203px;
  top: 528px;
}
#about #gallery #gallery_area #item37 {
  left: 172px;
  top: 428px;
}
#about #gallery #gallery_area #item38 {
  left: 188px;
  top: 328px;
}
#about #gallery #gallery_area #item39 {
  left: 253px;
  top: 229px;
}
#about #gallery #gallery_area #item40 {
  left: 341px;
  top: 175px;
}
#about #gallery .group01, #about #gallery .group02, #about #gallery #gallery_area {
  opacity: 0;
}
#about #gallery #gallery_area {
  -webkit-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}
#about #gallery .group01 {
  -webkit-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  transition-delay: 900ms;
}
#about #gallery .group02 {
  -webkit-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 850ms;
  -ms-transition-delay: 850ms;
  transition-delay: 850ms;
}
#about #gallery.show .group01, #about #gallery.show .group02, #about #gallery.show #gallery_area {
  opacity: 1;
}
#about #modal_layer .text {
  display: inline-block;
  text-align: left;
  clear: both;
  color: #fff;
  font-weight: bold;
  margin: 10px auto 0 auto;
  width: 640px;
}
#about #modal_layer .modal_cont {
  text-align: center;
  position: relative;
}
#about #modal_layer .modal_cont.vertical {
  width: 380px;
}
#about #modal_layer .modal_cont.vertical .text {
  width: 380px;
}

/* ----------------------------------------------------------------------------
    KAPLAブロックで遊ぼう！
---------------------------------------------------------------------------- */
#fun {
  /* ----------------------------------------------------------------------------
      common
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      index
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      challenge
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      record
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      #first
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      #works
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      place
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      works_post challenge_post
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      record_post
  ---------------------------------------------------------------------------- */
}
#fun #page_title h2 {
  background-image: url("../img/fun/page_title_ico.jpg");
  padding-left: 90px;
}
#fun #index .one_col {
  padding-top: 0;
  height: 660px;
  position: relative;
  background: url("../img/fun/index_bg.png") no-repeat 10px 115px;
}
#fun #index .one_col .catch {
  margin-left: 30px;
}
#fun #index .family_illust {
  position: absolute;
  bottom: 60px;
  left: 220px;
}
#fun #index #menu {
  position: relative;
}
#fun #index #menu .balloon {
  position: absolute;
  width: 160px;
  height: 135px;
}
#fun #index #menu li {
  position: absolute;
  overflow: visible;
}
#fun #index #menu li a {
  display: block;
  position: absolute;
  width: 117px;
  height: 230px;
  z-index: 0;
}
#fun #index #menu li .close {
  position: absolute;
  width: 100%;
  height: 100%;
}
#fun #index #menu li .open {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}
#fun #index #menu li .open div {
  position: absolute;
}
#fun #index #menu li .open div.back {
  opacity: 0;
}
#fun #index #menu li .open div.item {
  width: 80px;
  height: 110px;
  z-index: 9;
}
#fun #index #menu li .open div.item p {
  width: 100%;
  height: 100%;
  position: absolute;
}
#fun #index #menu li .open div.item p img {
  opacity: 0;
}
#fun #index #menu li .open div.item p.img {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  rotation: -5deg;
}
#fun #index #menu li .open div.item p.img img {
  -moz-transition: all 250ms ease 10ms;
  -webkit-transition: all 250ms ease 10ms;
  -o-transition: all 250ms ease 10ms;
  transition: all 250ms ease 10ms;
}
#fun #index #menu li .open div.item p.ck {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  rotation: -10deg;
}
#fun #index #menu li .open div.item p.ck img {
  left: -30px;
  top: -30px;
  -moz-transition: all 100ms ease 200ms;
  -webkit-transition: all 100ms ease 200ms;
  -o-transition: all 100ms ease 200ms;
  transition: all 100ms ease 200ms;
}
#fun #index #menu li .open div.item .img {
  bottom: 0;
  left: 0;
}
#fun #index #menu li .open div.back {
  opacity: 0;
  top: -4px;
  left: -7px;
  -webkit-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#fun #index #menu li .open div.text {
  opacity: 0;
  font-size: 13.5px;
  line-height: 24.5px;
  color: #333;
  font-weight: bold;
  -webkit-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
  z-index: 11;
  visibility: hidden;
}
#fun #index #menu li .open div.text p {
  position: relative;
  top: 5px;
  -webkit-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  transition-delay: 50ms;
  background: url("../img/fun/index_over_bln.png") no-repeat 0 0;
  padding: 48px 36px 45px 42px;
  width: 128px;
}
#fun #index #menu li#menu01 {
  top: 52px;
  left: 42px;
}
#fun #index #menu li#menu01 .balloon {
  top: -118px;
  left: -23px;
}
#fun #index #menu li#menu01 div.item {
  top: -35px;
  left: 111px;
}
#fun #index #menu li#menu01 div.item .img {
  top: 50px;
  left: 0;
}
#fun #index #menu li#menu01 div.item .ck {
  top: 26px;
  left: 34px;
}
#fun #index #menu li#menu01 div.text {
  top: 136px;
  left: -36px;
}
#fun #index #menu li#menu01 div.text p {
  padding-top: 55px;
  padding-bottom: 60px;
}
#fun #index #menu li#menu02 {
  top: 106px;
  left: 219px;
}
#fun #index #menu li#menu02 .balloon {
  top: -124px;
  left: 2px;
}
#fun #index #menu li#menu02 div.item {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  rotation: -5deg;
  top: -44px;
  left: 102px;
}
#fun #index #menu li#menu02 div.item .img {
  top: 50px;
  left: 0;
}
#fun #index #menu li#menu02 div.item .ck {
  top: 29px;
  left: 38px;
}
#fun #index #menu li#menu02 div.text {
  top: 92px;
  left: -112px;
}
#fun #index #menu li#menu02 div.text p {
  padding-top: 45px;
}
#fun #index #menu li#menu03 {
  top: -5px;
  left: 395px;
}
#fun #index #menu li#menu03 .balloon {
  top: 246px;
  left: -6px;
}
#fun #index #menu li#menu03 div.item {
  top: -42px;
  left: 107px;
}
#fun #index #menu li#menu03 div.item .img {
  top: 50px;
  left: 0;
}
#fun #index #menu li#menu03 div.item .ck {
  top: 26px;
  left: 34px;
}
#fun #index #menu li#menu03 div.text {
  font-size: 11.5px;
  line-height: 21px;
  top: 80px;
  left: -120px;
}
#fun #index #menu li#menu03 div.text p {
  padding-top: 45px;
}
#fun #index #menu li#menu04 {
  top: -73px;
  left: 558px;
}
#fun #index #menu li#menu04 .balloon {
  top: 254px;
  left: -9px;
}
#fun #index #menu li#menu04 div.item {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  rotation: -5deg;
  top: -54px;
  left: 100px;
}
#fun #index #menu li#menu04 div.item .img {
  top: 50px;
  left: 0;
}
#fun #index #menu li#menu04 div.item .ck {
  top: 23px;
  left: 38px;
}
#fun #index #menu li#menu04 div.text {
  top: 29px;
  left: -126px;
}
#fun #index #menu li#menu04 div.text p {
  padding-top: 45px;
}
#fun #index #menu li#menu05 {
  top: 66px;
  left: 713px;
}
#fun #index #menu li#menu05 .balloon {
  top: -117px;
  left: 6px;
}
#fun #index #menu li#menu05 div.item {
  top: -52px;
  left: 106px;
}
#fun #index #menu li#menu05 div.item .img {
  top: 50px;
  left: 0;
}
#fun #index #menu li#menu05 div.item .ck {
  top: 15px;
  left: 44px;
}
#fun #index #menu li#menu05 div.text {
  top: 95px;
  left: -114px;
}
#fun #index #menu li#menu05 div.text p {
  padding-top: 45px;
}
#fun #index #menu li#menu06 {
  top: 30px;
  left: 881px;
}
#fun #index #menu li#menu06 .balloon {
  top: 252px;
  left: -52px;
}
#fun #index #menu li#menu06 div.item {
  top: -56px;
  left: 101px;
}
#fun #index #menu li#menu06 div.item .img {
  top: 50px;
  left: 0;
}
#fun #index #menu li#menu06 div.item .ck {
  top: 30px;
  left: 40px;
}
#fun #index #menu li#menu06 div.text {
  top: 75px;
  left: -119px;
}
#fun #index #menu li#menu06 div.text p {
  padding: 48px 34px 45px 34px;
  width: 140px;
}
#fun #index #menu li a:hover, #fun #index #menu li a.cr {
  z-index: 20;
}
#fun #index #menu li a:hover img, #fun #index #menu li a.cr img {
  opacity: 1;
}
#fun #index #menu li a:hover div.back, #fun #index #menu li a.cr div.back {
  opacity: 1;
}
#fun #index #menu li a:hover div.item img, #fun #index #menu li a.cr div.item img {
  opacity: 1;
}
#fun #index #menu li a:hover div.item .img img, #fun #index #menu li a.cr div.item .img img {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  rotation: 5deg;
  left: 0px;
  top: 0px;
}
#fun #index #menu li a:hover div.item .ck img, #fun #index #menu li a.cr div.item .ck img {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  rotation: 10deg;
  left: 0px;
  top: 0px;
}
#fun #index #menu li a:hover div.text, #fun #index #menu li a.cr div.text {
  visibility: visible;
  opacity: 1;
}
#fun #index #menu li a:hover div.text p, #fun #index #menu li a.cr div.text p {
  top: 0;
}
#fun #challenge .one_col {
  margin-bottom: 120px;
}
#fun #challenge .cont {
  position: relative;
}
#fun #challenge .block {
  border-top: 2px solid #f3f3f3;
  padding: 12px 0 8px 41px;
  margin: 0;
  overflow: 0;
  position: relative;
}
#fun #challenge .block:before {
  position: absolute;
  content: " ";
  width: 30px;
  height: 130px;
  top: -1px;
  left: 0;
  background: url("../img/fun/challenge_block10.png") no-repeat 0 0;
}
#fun #challenge .block#block10:before {
  background: url("../img/fun/challenge_block10.png") no-repeat 0 0;
}
#fun #challenge .block#block09:before {
  background: url("../img/fun/challenge_block09.png") no-repeat 0 0;
}
#fun #challenge .block#block08:before {
  background: url("../img/fun/challenge_block08.png") no-repeat 0 0;
}
#fun #challenge .block#block07:before {
  background: url("../img/fun/challenge_block07.png") no-repeat 0 0;
}
#fun #challenge .block#block06:before {
  background: url("../img/fun/challenge_block06.png") no-repeat 0 0;
}
#fun #challenge .block#block06 {
  border-bottom: 2px solid #f3f3f3;
}
#fun #challenge .block h4 {
  float: left;
  padding-bottom: 14px;
  padding-left: 12px;
  margin-right: 19px;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 13px;
  color: #999;
}
#fun #challenge .block h4 img {
  position: relative;
  top: 12px;
}
#fun #challenge .block:after {
  content: "";
  clear: both;
  display: block;
}
#fun #challenge .block .no_challenger {
  float: left;
  font-weight: bold;
  margin-top: 38px;
}
#fun #challenge .block ul.challenger {
  float: left;
}
#fun #challenge .block ul.challenger:after {
  content: "";
  clear: both;
  display: block;
}
#fun #challenge .block ul.challenger li {
  float: left;
  width: 84px;
  margin: 0;
  text-align: center;
}
#fun #challenge .block ul.challenger li img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#fun #challenge .block ul.challenger li .name {
  font-size: 10px;
  line-height: 14px;
  color: #444;
  margin: 4px 0 0 0;
}
#fun #challenge .block ul.challenger li .name a {
  color: #444444;
  text-decoration: none;
}
#fun #challenge .block ul.challenger li .name a:hover {
  text-decoration: underline;
}
#fun #challenge .rule {
  padding: 60px 157px 35px 60px;
  margin-right: 84px;
  position: relative;
  background: url("../img/fun/challenge_hand_illust.png") no-repeat 100% 100%;
  position: relative;
}
#fun #challenge .rule:before {
  position: absolute;
  content: " ";
  width: 30px;
  height: 215px;
  top: -1px;
  left: -20px;
  background: url("../img/fun/challenge_block00.png") no-repeat 0 0;
}
#fun #challenge .rule h4 {
  font-size: 14px;
  background: #ffce22;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 10px 12px;
  position: absolute;
  left: 70px;
  top: 30px;
}
#fun #challenge .rule .rule_box {
  border: 5px solid #ffce22;
  line-height: 24px;
}
#fun #challenge .rule .rule_box h5 {
  float: left;
  color: #373f6e;
}
#fun #challenge .rule .rule_box p {
  display: block;
}
#fun #challenge .tom {
  position: absolute;
  top: -18px;
  right: 18px;
  z-index: 1;
}
#fun #challenge .tom .balloon {
  position: absolute;
  top: -20px;
  left: -230px;
  padding-top: 40px;
  width: 260px;
  height: 160px;
  text-align: center;
  background: url("../img/fun/challenge_balloon.png") no-repeat 0 0;
}
#fun #challenge .tom .balloon .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #373f6e;
}
#fun #challenge .tom .balloon .btn {
  margin-top: 10px;
  display: inline-block;
}
#fun #challenge .tom img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#fun #challenge .tom .caption {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  text-align: center;
}
#fun #modal_layer.challenge_modal .modal_cont {
  width: 710px;
  padding: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 6px solid #46a0b7;
  background: #fff;
}
#fun #modal_layer.challenge_modal .img {
  width: 340px;
  margin-right: 30px;
}
#fun #modal_layer.challenge_modal .text_area {
  width: 340px;
  height: 480px;
  position: relative;
}
#fun #modal_layer.challenge_modal .text_area .date {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  background: #46a0b7;
  padding: 6px 8px 4px;
  margin-bottom: 10px;
}
#fun #modal_layer.challenge_modal .text_area .date span {
  font-size: 11px;
}
#fun #modal_layer.challenge_modal .text_area h4 {
  font-size: 24px;
  line-height: 28px;
  color: #46a0b7;
}
#fun #modal_layer.challenge_modal .text_area .text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 28px;
}
#fun #modal_layer.challenge_modal .text_area .text h5 {
  color: #46a0b7;
  font-weight: normal;
  font-size: 16px;
}
#fun #modal_layer.challenge_modal .text_area .text p {
  margin-bottom: 0;
}
#fun #modal_layer.challenge_modal .modal_btn {
  position: absolute;
  top: -28px;
  right: -30px;
  cursor: pointer;
}
#fun #modal_layer.challenge_modal .bg {
  background: rgba(255, 255, 255, 0.9);
}
#fun #record .one_col {
  margin-bottom: 120px;
}
#fun #record .img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  width: 506px;
}
#fun #record .text_area {
  margin-left: 15px;
  width: 475px;
}
#fun #record .record_report {
  margin-bottom: 60px;
}
#fun #record .record_report .sub_title.lv1 {
  margin-bottom: 30px;
}
#fun #record #aim {
  margin-bottom: 60px;
}
#fun #record #aim .img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  width: auto;
}
#fun #record #aim .img img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#fun #record #aim .img00 {
  width: 340px;
  margin-right: 30px;
  margin-left: 0;
}
#fun #record #aim .img00 img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-bottom: 10px;
}
#fun #record #aim .cont.lv4 .sub_title.lv4 {
  font-size: 12px;
  line-height: 20px;
  color: #444444;
}
#fun #record #aim #aim_world {
  width: 642px;
}
#fun #record #aim #children {
  margin-top: 80px;
  margin-left: 24px;
}
#fun #record #aim #children .img {
  margin-right: 0;
  text-align: right;
}
#fun #record #aim #children img {
  margin-bottom: 6px;
}
#fun #record #aim #children .text {
  margin-bottom: 15px;
}
#fun #record #aim #children .img01 {
  width: 180px;
  margin-top: 42px;
  margin-right: 6px;
}
#fun #record #aim #children .img02 {
  width: 120px;
  margin-top: 20px;
  margin-right: 6px;
}
#fun #record #aim #children .img03 {
  width: 120px;
  margin-top: 42px;
  margin-right: 6px;
}
#fun #record #aim #children .img04 {
  width: 180px;
}
#fun #record #track {
  margin-bottom: 60px;
}
#fun #record #track #track_inner {
  position: relative;
  height: 642px;
  padding: 30px 30px 60px 110px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 5px solid #ffce22;
  background: url("../img/fun/record_scale.png") no-repeat 45px 30px;
}
#fun #record #track .catch_area p {
  margin: 12px 0 0 15px;
}
#fun #record #track .fl_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
#fun #record #track #world_record {
  position: absolute;
  top: 94px;
  left: -18px;
}
#fun #record #track .balloon {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 115px;
  padding-top: 60px;
  padding-left: 40px;
  width: 260px;
  height: 190px;
  text-align: center;
  background: url("../img/fun/record_balloon.png") no-repeat 0 0;
}
#fun #record #track .balloon .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #373f6e;
}
#fun #record #track .balloon .btn {
  display: inline-block;
}
#fun #record #track .record_list_wrap {
  position: absolute;
  width: 845px;
  height: 663px;
  overflow: auto;
  bottom: 20px;
}
#fun #record #track .record_list {
  position: absolute;
  width: 845px;
  height: 623px;
}
#fun #record #track .record_list li {
  float: left;
  text-align: center;
  position: relative;
  height: 623px;
  width: 50px;
  margin: 0 9px;
}
#fun #record #track .record_list li div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
#fun #record #track .record_list li p {
  margin: auto;
}
#fun #record #track .record_list li .data {
  font-size: 12px;
  line-height: 16px;
  color: #777777;
}
#fun #record #track .record_list li .photo img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-bottom: 10px;
}
#fun #record #track .record_list li .graph {
  width: 30px;
  margin-bottom: 5px;
  background: #5493a0;
  position: relative;
  height: 0;
}
#fun #record #track .record_list li .graph img {
  position: absolute;
  bottom: 9px;
  left: 9px;
}
#fun #record #track .record_list li .graph span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  bottom: 28px;
  left: -15px;
  height: 16px;
  width: 65px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  rotation: -90deg;
}
#fun #record #track .record_list li.no1 .graph {
  background: #ffb93c;
}
#fun #record #track .record_list li .champion {
  position: relative;
  width: 76px;
  left: -16px;
  top: 9px;
  z-index: 1;
}
#fun #record #track .record_list.fade_in li .graph {
  height: 0;
  opacity: 1;
}
#fun #record #track .record_list.fade_in li .graph img {
  opacity: 0;
  bottom: 4px;
}
#fun #record #track .record_list.fade_in li .data img, #fun #record #track .record_list.fade_in li .photo img, #fun #record #track .record_list.fade_in li .champion img {
  opacity: 0;
  position: relative;
  top: 5px;
}
#fun #record #track .record_list.fade_in li .graph {
  -webkit-transition-duration: 2000ms;
  -ms-transition-duration: 2000ms;
  transition-duration: 2000ms;
  -webkit-transition-property: "height";
  -ms-transition-property: "height";
  transition-property: "height";
  -webkit-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
#fun #record #track .record_list.fade_in li .graph img {
  -webkit-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: "opacity , top";
  -ms-transition-property: "opacity , top";
  transition-property: "opacity , top";
  -webkit-transition-delay: 1650ms;
  -ms-transition-delay: 1650ms;
  transition-delay: 1650ms;
}
#fun #record #track .record_list.fade_in li .data img {
  -webkit-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: "opacity , top";
  -ms-transition-property: "opacity , top";
  transition-property: "opacity , top";
  -webkit-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
#fun #record #track .record_list.fade_in li .photo img {
  -webkit-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: "opacity , top";
  -ms-transition-property: "opacity , top";
  transition-property: "opacity , top";
  -webkit-transition-delay: 1650ms;
  -ms-transition-delay: 1650ms;
  transition-delay: 1650ms;
}
#fun #record #track .record_list.fade_in li .champion img {
  -webkit-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: "opacity , top";
  -ms-transition-property: "opacity , top";
  transition-property: "opacity , top";
  -webkit-transition-delay: 1900ms;
  -ms-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
#fun #record #track .record_list.show li .graph img {
  opacity: 1;
  bottom: 9px;
}
#fun #record #track .record_list.show li .data img, #fun #record #track .record_list.show li .photo img, #fun #record #track .record_list.show li .champion img {
  opacity: 1;
  top: 0;
}
#fun #record #track .record_list.show li#record_track01 .graph {
  height: 137px;
}
#fun #record #track .record_list.show li#record_track02 .graph {
  height: 169px;
}
#fun #record #track .record_list.show li#record_track03 .graph {
  height: 211px;
}
#fun #record #track .record_list.show li#record_track04 .graph {
  height: 233px;
}
#fun #record #track .record_list.show li#record_track05 .graph {
  height: 236px;
}
#fun #record #track .record_list.show li#record_track06 .graph {
  height: 266px;
}
#fun #record #track .record_list.show li#record_track07 .graph {
  height: 287px;
}
#fun #record #track .record_list.show li#record_track08 .graph {
  height: 315px;
}
#fun #record #track .record_list.show li#record_track09 .graph {
  height: 327px;
}
#fun #record #track .record_list.show li#record_track10 .graph {
  height: 341px;
}
#fun #record #track .record_list.show li#record_track11 .graph {
  height: 350px;
}
#fun #record #track .record_list.show li#record_track12 .graph {
  height: 374px;
}
#fun #record #track .record_list.show li#record_track13 .graph {
  height: 380px;
}
#fun #record #record091018 .img {
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  height: 360px;
}
#fun #record #record091018 .img img {
  position: absolute;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#fun #record #record091018 .img img.img01 {
  top: 0;
  left: 0;
}
#fun #record #record091018 .img img.img02 {
  top: 0;
  left: 269px;
}
#fun #record #record091018 .img img.img03 {
  top: 105px;
  left: 300px;
}
#fun #record #record091018 .img img.img04 {
  top: 204px;
  left: 272px;
}
#fun #record #record091018 .img img.img05 {
  top: 0;
  left: 400px;
}
#fun #first .one_col {
  margin-bottom: 120px;
}
#fun #first .sec {
  position: relative;
}
#fun #first .mark {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}
#fun #first .catch {
  position: absolute;
  top: -6px;
  left: 26px;
  z-index: 3;
}
#fun #first .cont {
  z-index: 1;
  position: relative;
  height: 260px;
}
#fun #first .cont .img {
  position: absolute;
}
#fun #first .cont .text_area {
  position: absolute;
}
#fun #first .cont h4 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 10px;
}
#fun #first .cont h4 img {
  vertical-align: bottom;
  padding-right: 10px;
}
#fun #first #cont01 {
  margin-top: 48px;
  margin-left: 58px;
  margin-bottom: 4px;
  background: url("../img/fun/first_bg01.png") no-repeat 0 0;
}
#fun #first #cont01 .img {
  top: 56px;
  left: -13px;
}
#fun #first #cont01 .text_area {
  width: 460px;
  left: 384px;
  top: 35px;
}
#fun #first #cont02 {
  margin-left: 20px;
  margin-bottom: 4px;
  background: url("../img/fun/first_bg02.png") no-repeat 0 0;
}
#fun #first #cont02 .img {
  top: -5px;
  right: 41px;
}
#fun #first #cont02 .text_area {
  width: 460px;
  left: 103px;
  top: 31px;
}
#fun #first #cont03 {
  margin-top: -12px;
  margin-left: 58px;
  background: url("../img/fun/first_bg03.png") no-repeat 0 0;
}
#fun #first #cont03 .img {
  top: -16px;
  left: -27px;
}
#fun #first #cont03 .text_area {
  width: 460px;
  left: 376px;
  top: 26px;
}
#fun #first #cont04 {
  margin-top: -36px;
  margin-left: 14px;
  background: url("../img/fun/first_bg04.png") no-repeat 0 0;
}
#fun #first #cont04 .img {
  top: -23px;
  right: 6px;
}
#fun #first #cont04 .text_area {
  width: 460px;
  left: 101px;
  top: -1px;
}
#fun #first #cont05 {
  margin-top: -18px;
  margin-left: 22px;
  background: url("../img/fun/first_bg05.png") no-repeat 0 0;
}
#fun #first #cont05 .img {
  top: -20px;
  left: 158px;
}
#fun #first #cont05 .text_area {
  width: 460px;
  left: 399px;
  top: 26px;
}
#fun #first #guidebook {
  padding: 35px 45px;
  background: #ffce22;
  height: auto;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#fun #first #guidebook .online_shop {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
#fun #first #guidebook .balloon {
  position: absolute;
  top: -54px;
  left: 15px;
  z-index: 1;
}
#fun #first #guidebook .img, #fun #first #guidebook .text_area, #fun #first #guidebook .catch {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
#fun #first #guidebook .text_area {
  margin-left: 30px;
  width: 638px;
}
#fun #first #guidebook .text_area h4, #fun #first #guidebook .text_area h5, #fun #first #guidebook .text_area p {
  padding: 0 15px;
}
#fun #first #guidebook h5.catch {
  font-size: 18px;
  line-height: 30px;
  color: #2b4a5b;
  margin-bottom: 15px;
}
#fun #first #guidebook p.text {
  font-weight: bold;
  padding-bottom: 16px;
}
#fun #first #guidebook p.notice {
  border-top: 2px solid #fbde77;
  padding-top: 18px;
  font-size: 12px;
  line-height: 22px;
}
#fun #first #guidebook p.notice a, #fun #first #guidebook p.notice a:visited {
  color: #444444;
}
#fun #first #guidebook p.notice .arrow {
  padding-left: 12px;
}
#fun #first #guidebook p.notice .arrow a, #fun #first #guidebook p.notice .arrow a:visited {
  color: #444444;
}
#fun #first #guidebook p.notice .arrow:before {
  left: -4px;
  margin-top: -10px;
  color: #444444;
}
#fun #works .cont.lv1 .catch.lv1 {
  font-size: 18px;
  line-height: 26px;
}
#fun #works .cont.lv1#thumb .sub_title.lv1 {
  line-height: 36px;
  padding: 4px 5px 2px 14px;
}
#fun #works .cont.lv1#thumb .sub_title.lv1 span.after {
  color: #444444;
  font-size: 13px;
  padding: 0;
}
#fun #works .cont.lv1#thumb .sub_title.lv1 span.after .btn a {
  padding: 5px 8px;
}
#fun #works .one_col {
  margin-bottom: 120px;
}
#fun #works .sec {
  position: relative;
}
#fun #works #boy {
  position: absolute;
  top: -89px;
  right: 10px;
  background: url("../img/fun/works_shoulder.png") no-repeat 0 0;
  padding: 24px 40px;
  width: 163px;
  height: 265px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #373f6e;
  z-index: 1;
}
#fun #works #bg01 {
  position: absolute;
  top: 350px;
  left: -2px;
  z-index: 1;
}
#fun #works #bg02 {
  position: absolute;
  top: 430px;
  right: 5px;
  z-index: 1;
}
#fun #works #works_box {
  position: relative;
  margin-top: 15px;
}
#fun #works #works_box .img_box {
  position: relative;
  border: 5px solid #ffce22;
  background: #000033;
  width: 640px;
  height: 400px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#fun #works #works_box .text_area {
  background: url("../img/fun/works_paper.png") repeat-y 0 0;
  padding: 20px 30px;
  width: 494px;
  margin: 0 auto 15px auto;
  position: relative;
  line-height: 30px;
}
#fun #works #works_box .text_area:after {
  content: " ";
  background: url("../img/fun/works_paper_btm.png") no-repeat left bottom;
  width: 554px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -15px;
}
#fun #works #works_box .text_area h4 {
  font-weight: bold;
  color: #373f6e;
}
#fun #works #works_box .text_area .text {
  margin-bottom: 0;
}
#fun #works #works_box #works_list {
  overflow: hidden;
  height: 564px;
}
#fun #works #works_box #works_list ul {
  position: relative;
  width: 3096px;
}
#fun #works #works_box #works_list li {
  width: 640px;
  padding-left: 186px;
  padding-right: 186px;
  float: left;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: "opacity";
  -ms-transition-property: "opacity";
  transition-property: "opacity";
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#fun #works #works_box #works_list li .img_box {
  position: relative;
  overflow: hidden;
}
#fun #works #works_box #works_list li .img_box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: "opacity,left";
  -ms-transition-property: "opacity,left";
  transition-property: "opacity,left";
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#fun #works #works_box #works_list li.cr {
  opacity: 1;
}
#fun #works #works_box #works_list li.cr .img_box .img {
  opacity: 1;
  left: 0;
}
#fun #works #works_box #works_list li.prev {
  opacity: 0;
}
#fun #works #works_box #works_list li.prev .img_box .img {
  opacity: 0;
  left: -1012px;
}
#fun #works #works_box #works_list li.next {
  opacity: 0;
}
#fun #works #works_box #works_list li.next .img_box .img {
  opacity: 0;
  left: 1012px;
}
#fun #works #works_box #box_navigation {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
#fun #works #works_box #box_navigation .prev {
  position: absolute;
  left: 100px;
  top: 186px;
  display: block;
  width: 51px;
}
#fun #works #works_box #box_navigation .next {
  position: absolute;
  right: 100px;
  top: 186px;
  display: block;
  width: 51px;
}
#fun #works .post {
  width: 660px;
  margin: 20px auto 60px auto;
}
#fun #works .post .catch {
  margin-top: 6px;
}
#fun #works #thumb .thumb_list {
  margin: 5px;
}
#fun #works #thumb .thumb_list li {
  float: left;
  margin: 5px;
  width: 90px;
  height: 90px;
  position: relative;
}
#fun #works #thumb .thumb_list li.cr:after {
  content: " ";
  width: 86px;
  height: 86px;
  position: absolute;
  left: 0;
  right: 0;
  border: 4px solid #0179ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#fun #works #thumb .thumb_list li img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#fun #place .one_col {
  margin-bottom: 120px;
}
#fun #place .cont {
  position: relative;
}
#fun #place .img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  width: 506px;
}
#fun #place .sub {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  width: 130px;
}
#fun #place .text_area {
  margin-left: 10px;
  width: 480px;
}
#fun #place .datalist {
  width: 330px;
  color: #373f6e;
}
#fun #place .datalist a, #fun #place .datalist a:visited {
  color: #373f6e;
}
#fun #place .datalist .title {
  width: 5.1em;
}
#fun #place .datalist .description {
  margin-left: 5.3em;
}
#fun #place .datalist .long .title {
  width: 10.2em;
}
#fun #place .datalist .long .description {
  margin-left: 10.4em;
}
#fun #place .place_detail {
  margin-bottom: 60px;
}
#fun #place .place_detail .sub_title.lv1 {
  margin-bottom: 30px;
}
#fun #works_post .one_col, #fun #challenge_post .one_col {
  margin-bottom: 120px;
}
#fun #works_post .datalist .title, #fun #challenge_post .datalist .title {
  width: 130px;
}
#fun #works_post .datalist .description, #fun #challenge_post .datalist .description {
  margin-left: 136px;
}
#fun #record_post .side_col {
  margin-bottom: 120px;
}
#fun #record_post .cont {
  margin-bottom: 60px;
}

/* ----------------------------------------------------------------------------
    atelier
---------------------------------------------------------------------------- */
#atelier #page_title h2 {
  background-image: url("../img/atelier/page_title_ico.jpg");
}
#atelier #index .one_col {
  margin-bottom: 120px;
}
#atelier #index .side_col {
  margin-bottom: 60px;
}
#atelier #index .side_col .left_col {
  width: 620px;
}
#atelier #index .side_col .right_col {
  width: 372px;
}
#atelier #index #animacion {
  margin-bottom: 80px;
}
#atelier #index #animacion .img {
  margin-bottom: 20px;
}
#atelier #index #animacion .img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#atelier #index #visit {
  margin-bottom: 90px;
}
#atelier #index #visit .two_col .col_item {
  width: 480px;
  margin-right: 50px;
}
#atelier #index #visit .two_col .col_item:nth-child(2n) {
  margin-right: 0;
}
#atelier #index #visit .three_col .col_item, #atelier #index #centre .three_col .col_item {
  width: 324px;
  margin-right: 20px;
}
#atelier #index #visit .three_col .col_item .img img, #atelier #index #centre .three_col .col_item .img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-bottom: 10px;
}
#atelier #index #visit .three_col .col_item .sub_title.lv3, #atelier #index #centre .three_col .col_item .sub_title.lv3 {
  padding-bottom: 0;
  line-height: 20px;
  border-bottom: none;
}
#atelier #index #visit .three_col .col_item .text, #atelier #index #centre .three_col .col_item .text {
  margin-bottom: 10px;
}
#atelier #index #visit .three_col .col_item .text.description, #atelier #index #centre .three_col .col_item .text.description {
  margin-bottom: 0;
}
#atelier #index #visit .three_col .col_item .text.example, #atelier #index #centre .three_col .col_item .text.example {
  color: #373f6e;
}
#atelier #index #kids .img {
  margin-bottom: 30px;
}
#atelier #index #kids .img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#atelier #index #kids .side_col .right_col {
  width: 352px;
}
#atelier #index #kids #map_area {
  width: 352px;
  height: 400px;
}
#atelier #index #schedule {
  margin-bottom: 90px;
}
#atelier #index #schedule .date {
  width: 100px;
}
#atelier #index #schedule .place {
  width: 250px;
}
#atelier #index #schedule td .text {
  margin-bottom: 20px;
}
#atelier #index #schedule .datalist {
  margin-bottom: 0;
}
#atelier #index #schedule .datalist li p.title {
  width: 100px;
}
#atelier #index #schedule .datalist li p.description {
  margin-left: 102px;
}
#atelier #index #schedule .datalist li .arrow {
  padding-left: 12px;
}
#atelier #index #schedule .datalist li .arrow:before {
  left: -6px;
}
#atelier #index #instructor .col_item {
  margin-bottom: 0;
}
#atelier #index #instructor .col_item.person .img {
  text-align: center;
}
#atelier #index #instructor .col_item.person .img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
#atelier #index #instructor .col_item.person .sub_title {
  text-align: center;
}

/* ----------------------------------------------------------------------------
    school
---------------------------------------------------------------------------- */
#school #page_title h2 {
  background-image: url("../img/school/page_title_ico.jpg");
  padding-left: 122px;
}
#school #top #page_title .support {
  position: relative;
  margin-bottom: 60px;
}
#school #top #page_title .support h3 {
  color: #373f6e;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
}
#school #top #page_title .support h3 span {
  font-size: 18px;
}
#school #top #page_title .support .text {
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  text-align: center;
  margin-bottom: 15px;
}
#school #top #page_title .support .support_icon {
  text-align: center;
  margin-bottom: 10px;
}
#school #top #page_title .support .support_icon img {
  padding: 0 20px;
}
#school #top .two_col {
  margin-bottom: 120px;
}
#school #top .two_col .col_item {
  width: 476px;
  margin-right: 40px;
}
#school #top .two_col .col_item:nth-child(2n) {
  margin-right: 0;
}
#school #top .two_col .col_item .cont {
  margin-bottom: 60px;
}

/* ----------------------------------------------------------------------------
    オンラインショップ
---------------------------------------------------------------------------- */
#cartpage {
  /* ----------------------------------------------------------------------------
      common
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      top
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      index
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      item
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      store
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      guidebook
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      service
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      law
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      alert
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
      usces
  ---------------------------------------------------------------------------- */
}
#cartpage #page_title h2 {
  background: url("../img/cart/page_title_ico.jpg") no-repeat 0 5%;
}
#cartpage #top .cont.lv1 {
  margin-top: 12px;
  margin-bottom: 130px;
}
#cartpage #top .cont.lv1 .img {
  margin-right: 32px;
}
#cartpage #top .cont.lv1 .text_area .catch {
  color: #46a0b7;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 12px;
}
#cartpage #top .cont.lv1 .text_area .text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
#cartpage #top .cont.lv1 .text_area .btn {
  font-size: 18px;
  line-height: 36px;
  padding-left: 60px;
  padding-right: 40px;
  margin-right: 20px;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -ms-border-radius: 28px;
}
#cartpage #top .cont.lv1 .text_area .btn:before {
  left: 36px;
}
#cartpage #index .one_col {
  margin-bottom: 120px;
}
#cartpage #index #page_title h2 {
  margin-bottom: 0;
  border-bottom: 0;
}
#cartpage #index #page_title h3.home {
  height: 320px;
  background: url("../img/cart/home_title_img.jpg") no-repeat 0 -3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: right;
  margin-bottom: 20px;
}
#cartpage #index #page_title h3.home img {
  margin: 132px 48px 0 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

#cartpage #index #page_title h3.home2 {
  height: 430px;
  background: none;
}
#cartpage #index #page_title h3.home2 img {
  margin:0;
}



#cartpage #index #page_title .ico_alert {
  font-weight: bold;
  font-size: 16px;
  margin-right: 5px;
}
#cartpage #index #page_title a.support_wrap {
  text-decoration: none;
  opacity: 1;
  display: block;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#cartpage #index #page_title a.support_wrap:hover {
  opacity: 0.8;
}
#cartpage #index #page_title a.support_wrap:hover img {
  opacity: 1;
}
#cartpage #index #page_title .support {
  border: 5px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
#cartpage #index #page_title .support h3 {
  color: #373f6e;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}
#cartpage #index #page_title .support h3 span {
  font-size: 18px;
}
#cartpage #index #page_title .support .support_icon {
  text-align: center;
  margin-bottom: 10px;
}
#cartpage #index #page_title .support .support_icon img {
  padding: 0 20px;
}
#cartpage #index #page_title .support .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
}
#cartpage #index #page_title .support .btn a {
  padding-top: 6px;
  padding-bottom: 6px;
}
#cartpage #index .shop_item_wrap {
  padding-bottom: 0;
}
#cartpage #index .shop_item_wrap .sub_title.lv1 {
  margin-bottom: 10px;
}
#cartpage #index .shop_item {
  border: 2px solid #f3f3f3;
  padding: 11px 11px 11px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#cartpage #index .shop_item h4 a {
  color: #373f6e;
  text-decoration: none;
}
#cartpage #index .shop_item h4 a:hover {
  border-bottom: 1px solid #373f6e;
}
#cartpage #index .shop_item .btn {
  font-size: 13px;
  text-align: left;
  display: inline-block;
}
#cartpage #index .shop_item .btn a {
  padding-top: 6px;
  padding-bottom: 6px;
}
#cartpage #index .shop_item .price {
  font-size: 12px;
}
#cartpage #index .shop_item .price span {
  font-size: 22px;
  font-weight: bold;
  color: #be0000;
}
#cartpage #index .shop_item .text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}
#cartpage #index .two_col {
  padding-bottom: 0;
}
#cartpage #index .two_col .shop_item {
  width: 478px;
  min-height:200px;  
}
#cartpage #index .two_col .shop_item:after {
  content: "";
  clear: both;
  display: block;
}
#cartpage #index .two_col .shop_item .img {
  width: 150px;
  float: left;
}
#cartpage #index .two_col .shop_item .text_area {
  width: 320px;
  margin-right: 3px;
  float: right;
}
#cartpage #index .two_col .shop_item h4 {
  width: 310px;
  font-size: 20px;
  line-height: 24px;
  margin: 8px 3px 8px 0;
  padding-left:0;
  float: right;
  border:0px solid;
}
#cartpage #index .two_col .shop_item h4 span.small {
  font-size: 18px;
}
#cartpage #index .two_col .shop_item h4 span.small.num {
  font-size: 20px;
}
#cartpage #index .two_col .shop_item h4 span.num {
  font-size: 22px;
}
#cartpage #index .two_col .shop_item .btns:after {
  content: "";
  clear: both;
  display: block;
}
#cartpage #index .two_col .shop_item .btns .btn {
  float: left;
}
#cartpage #index .two_col .shop_item .btns .price {
  padding-top: 7px;
  float: right;
}
#cartpage #index .five_col .shop_item {
  width: 150px;
  padding: 20px 16px;
}
#cartpage #index .five_col .shop_item h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
}
#cartpage #index .five_col .shop_item h4.long {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 13px;
}
#cartpage #index .five_col .shop_item h4.long span.num {
  font-size: 15px;
}
#cartpage #index .five_col .shop_item h4 span.num {
  font-size: 20px;
}
/*2017/08/09追記*/
#cartpage #index .five_col .shop_item h4.longtx { 
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 13px;
  height:2.4em;
  white-space:nowrap;
  padding:0;
}
#cartpage #index .five_col .shop_item h4.longtx span.num {
  font-size: 15px;
}
/*2017/08/09追記*/
#cartpage #index .five_col .shop_item .img {
  margin-bottom: 14px;
  text-align: center;
}
#cartpage #index .five_col .shop_item .text {
  height: 120px;
}
#cartpage #index .five_col .shop_item .btns {
  text-align: center;
}
#cartpage #index .five_col .shop_item .btns .btn {
  margin: 0  auto;
}
#cartpage #index .five_col .shop_item .btns .price {
  margin: 0 auto 10px auto;
}
#cartpage #index #block_book {
  width: 392px;
  margin-right: 20px;
  float: left;
}
#cartpage #index #block_book .five_col {
  width: auto;
}
#cartpage #index #information {
  float: left;
  width: 600px;
  padding-top: 30px;
  margin-bottom: 0;
}
#cartpage #index #information .sub_title.lv1 {
  margin-bottom: 20px;
}
#cartpage #index #information h4 {
  color: #373f6e;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
}
#cartpage #index #information h4 a {
  color: #373f6e;
  text-decoration: none;
}
#cartpage #index #information h4 a:hover {
  border-bottom: 1px solid #373f6e;
}
#cartpage #index #information .text_area {
  width: 305px;
}
#cartpage #index #information .text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
#cartpage #index #real_store {
  margin-bottom: 20px;
}
#cartpage #index #real_store .text_area {
  margin-right: 20px;
  letter-spacing: -0.3px;
}
#cartpage #index #real_store .text {
  margin-bottom: 14px;
}
#cartpage #index #real_store .btn {
  display: inline-block;
  font-size: 13px;
}
#cartpage #index #real_store .btn a {
  padding-top: 6px;
  padding-bottom: 6px;
}
#cartpage #item .one_col:before {
  content: "&nbsp;";
}
#cartpage #item .two_col {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 60px;
}
#cartpage #item .two_col .col_item {
  margin-top: 0;
  padding-top: 0;
  width: 476px;
  margin-right: 40px;
}
#cartpage #item .two_col .col_item:nth-child(2n) {
  margin-right: 0;
  width: 496px;
}
#cartpage #item .gallery {
  margin-bottom: 30px;
}
#cartpage #item .gallery .btn {
  display: inline-block;
}
#cartpage #item .gallery_item {
  width: 476px;
  height: 540px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
#cartpage #item .gallery_item li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#cartpage #item .gallery_item li img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
#cartpage #item .gallery_item li.cr {
  opacity: 1;
}
#cartpage #item .gallery_thumb {
  margin-bottom: 10px;
}
#cartpage #item .gallery_thumb:after {
  content: "";
  clear: both;
  display: block;
}
#cartpage #item .gallery_thumb li {
  overflow: hidden;
  float: left;
  margin: 0 9px 9px 0;
}
#cartpage #item .gallery_thumb li:nth-child(5n) {
  margin-right: 0;
}
#cartpage #item .gallery_thumb li img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#cartpage #item #modal_gallery {
  position: relative;
  z-index: 9;
  width: 720px;
}
#cartpage #item #modal_gallery ul {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 540px;
}
#cartpage #item #modal_gallery ul li {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: "opacity,left";
  -ms-transition-property: "opacity,left";
  transition-property: "opacity,left";
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#cartpage #item #modal_gallery ul li.cr {
  opacity: 1;
  left: 0;
}
#cartpage #item #modal_gallery ul li.prev {
  opacity: 0;
  left: -600px;
}
#cartpage #item #modal_gallery ul li.next {
  opacity: 0;
  left: 600px;
}
#cartpage #item #gallery_navigation {
  position: relative;
  z-index: 11;
}
#cartpage #item #gallery_navigation .prev_btn {
  position: absolute;
  left: 45px;
  top: 250px;
}
#cartpage #item #gallery_navigation .next_btn {
  position: absolute;
  right: 45px;
  top: 250px;
}
#cartpage #item .modal_btn.close {
  position: absolute;
  z-index: 11;
  right: 90px;
  top: -20px;
}
#cartpage #item .data {
  margin-bottom: 30px;
}
#cartpage #item .data li {
  border-bottom: 1px dotted #ebebeb;
  padding: 9px 4px;
  margin: 0;
  line-height: 1.7;
}
#cartpage #item .data li:first-child {
  border-top: 1px dotted #ebebeb;
}
#cartpage #item .data li:after {
  content: "";
  clear: both;
  display: block;
}
#cartpage #item .data li p {
  font-size: 12px;
  line-height: 18px;
}
#cartpage #item .data li p.title {
  float: left;
  width: 80px;
}
#cartpage #item .data li p.description {
  margin-left: 86px;
}
#cartpage #item .data .target {
  margin-top: 10px;
}
#cartpage #item .qa {
  border: 5px solid #dfdfdf;
  background: #f7f7f7;
  padding: 20px 20px 0 20px;
}
#cartpage #item .qa .cont.lv2 .sub_title.lv2 {
  color: #000;
}
#cartpage #item .qa .cont.lv2 .sub_title.lv2:after {
  background: #373f6e;
}
#cartpage #item .price {
  margin-bottom: 10px;
  line-height: 28px;
  text-align: right;
}
#cartpage #item .price span {
  font-size: 26px;
  font-weight: bold;
  color: #be0000;
}
#cartpage #item .fl_content .price {
  margin-bottom: 0;
  line-height: 36px;
}
#cartpage #item .fl_content .target {
  margin-bottom: 10px;
  margin-left: 5px;
}
#cartpage #item .buy {
  padding: 10px;
  border-width: 2px;
  margin-bottom: 30px;
}
#cartpage #item .buy .color_list {
  margin-bottom: 20px;
}
#cartpage #item .buy .color_list li {
  float: left;
  margin: 0 3px 0 3px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
#cartpage #item .buy .color_list li:last-child {
  margin-right: 0;
}
#cartpage #item .buy .color_list li img {
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 5px;
}
#cartpage #item .buy .color_list li a {
  color: #444444;
  text-decoration: none;
}
#cartpage #item .buy .color_list li a:hover {
  text-decoration: underline;
}
#cartpage #item .buy .select_wrap {
  width: 282px;
  text-align: right;
  line-height: 40px;
  float: left;
}
#cartpage #item .buy .select_wrap .select {
  display: inline-block;
  margin: 0 10px 0 0;
}
#cartpage #item .buy .select_wrap .select select {
  top: 0;
  max-width: 110px;
}
#cartpage #item .marks {
  text-align: center;
  margin-bottom: 10px;
}
#cartpage #item .marks img {
  padding: 0 10px;
}
#cartpage #item .privilege {
  padding-top: 20px;
}
#cartpage #item .privilege .text {
  width: 330px;
}
#cartpage #item .privilege .arrow {
  margin-top: 10px;
  padding-left: 12px;
}
#cartpage #item .privilege .arrow:before {
  left: -6px;
  color: #0179ff;
}
#cartpage #item .privilege .file_ico.ico_alert {
  background-position: 0 10px;
  line-height: 1.7;
}
#cartpage #item #item_list {
  margin-bottom: 120px;
}
#cartpage #item #item_list:after {
  content: "";
  clear: both;
  display: block;
}
#cartpage #item #item_list .cont {
  float: left;
  margin-left: 20px;
}
#cartpage #item #item_list .cont:first-child {
  margin-left: 0;
}
#cartpage #item #item_list .cont .sub_title.lv1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#cartpage #item #item_list ul:after {
  content: "";
  clear: both;
  display: block;
}
#cartpage #item #item_list li {
  float: left;
  width: 80px;
  margin-left: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
}
#cartpage #item #item_list li img {
  margin-bottom: 8px;
}
#cartpage #item #item_list li a {
  text-decoration: none;
  color: #444444;
}
#cartpage #item #item_list li a:hover {
  text-decoration: underline;
}
#cartpage #store .two_col {
  margin-bottom: 120px;
}
#cartpage #store .left_col {
  width: 620px;
  margin-right: 40px;
}
#cartpage #store .right_col {
  width: 352px;
  margin-right: 0;
}
#cartpage #store #map_area {
  width: 352px;
  height: 400px;
}
#cartpage #guidebook .left_col {
  width: 360px;
  margin-right: 40px;
}
#cartpage #guidebook .left_col .datalist li {
  margin-bottom: 4px;
}
#cartpage #guidebook .left_col .datalist li p {
  font-size: 12px;
  line-height: 18px;
}
#cartpage #guidebook .left_col #book_content li {
  margin-bottom: 12px;
  line-height: 20px;
}
#cartpage #guidebook .right_col {
  width: 612px;
  margin-bottom: 150px;
  position: relative;
}
#cartpage #guidebook .right_col h3.main_title {
  font-size: 24px;
  line-height: 36px;
  color: #373f6e;
  margin-bottom: 30px;
}
#cartpage #guidebook .right_col .balloon {
  position: absolute;
  top: 2px;
  right: 14px;
}
#cartpage #guidebook .right_col .mark {
  position: absolute;
  top: 0;
  right: 16px;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  background-color: #ffce22;
  color: #000;
  width: 96px;
  height: 36px;
  padding: 42px 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  rotation: -12deg;
  text-indent: 2px;
  white-space: nowrap;
}
#cartpage #guidebook .right_col .item_list {
  margin-bottom: 30px;
}
#cartpage #guidebook .right_col .item_list:after {
  content: "";
  clear: both;
  display: block;
}
#cartpage #guidebook .right_col .item_list li {
  float: left;
  width: 90px;
  margin: 0 10px 10px 0;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
#cartpage #guidebook .right_col .item_list li img {
  margin-bottom: 5px;
}
#cartpage #guidebook .right_col .item_list li a {
  text-decoration: none;
  color: #444444;
}
#cartpage #guidebook .right_col .item_list li a:hover {
  text-decoration: underline;
}
#cartpage #service .two_col {
  margin-bottom: 120px;
}
#cartpage #service .two_col .col_item {
  width: 476px;
}
#cartpage #service .two_col .col_item:first-child {
  margin-right: 40px;
}
#cartpage #service .catch {
  width: 1012px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #46a0b7;
  margin-bottom: 30px;
}
#cartpage #service .datalist {
  width: 242px;
  margin: 6px 0 0 0;
}
#cartpage #service .datalist li p.title {
  width: 90px;
}
#cartpage #service .datalist li p.description {
  margin-left: 96px;
}
#cartpage #law .datalist li p.title {
  width: 144px;
}
#cartpage #law .datalist li p.description {
  margin-left: 150px;
}
#cartpage #alert #safety {
  padding-left: 125px;
  padding-right: 145px;
}
#cartpage #alert .catch.lv1 {
  font-size: 24px;
  line-height: 36px;
}
#cartpage .customer_form input {
  margin-right: 6px;
}
#cartpage .customer_form input#name1, #cartpage .customer_form input#name2, #cartpage .customer_form input#name3, #cartpage .customer_form input#name4, #cartpage .customer_form input #zipcode {
  margin-left: 3px;
}
#cartpage .header_explanation li {
  margin-left: 0;
}
#cartpage #customer-info .send {
  margin-bottom: 30px;
}
#cartpage #wc_ordercompletion .send .arrow {
  padding-left: 12px;
}
#cartpage #wc_ordercompletion .send .arrow:before {
  left: -6px;
  margin-top: -11px;
  color: #0179ff;
}

/* ----------------------------------------------------------------------------
    usces_cart.css
---------------------------------------------------------------------------- */
#cart {
  width: 100%;
}

#cart div.error_message {
  font-weight: bold;
  color: #FF0000;
  margin-top: 10px;
}

#cart .upbutton {
  text-align: right;
  padding-right: 20px;
}

#cart table {
  width: 99%;
  border: 1px solid #CCCCCC;
}

#cart th,
#cart td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #FFFFFF;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  word-break: break-all;
}

#cart td.signal_red {
  font-weight: bold;
  color: #FF0000;
}

#cart th {
  color: #FFFFFF;
  background-color: #999999;
  white-space: nowrap;
  line-height: 1.3em;
}

#cart th.aright,
#cart td.aright {
  text-align: right;
  white-space: nowrap;
}

#cart th.aleft,
#cart td.aleft {
  text-align: left;
}

#cart input.quantity {
  width: 40px;
  text-align: center;
  font-size: 13px;
}

#cart .num {
  white-space: nowrap;
  width: 3%;
  text-align: center;
}

#cart .thumbnail {
  white-space: nowrap;
  width: 5%;
  text-align: center;
}

#cart .price {
  white-space: nowrap;
  width: 10%;
  text-align: right;
}

#cart .quantity {
  white-space: nowrap;
  width: 5%;
  text-align: center;
}

#cart .subtotal {
  white-space: nowrap;
  width: 10%;
  text-align: right;
}

#cart .action {
  white-space: nowrap;
  width: 10%;
  text-align: center;
}

#cart #point_table {
  width: 350px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

#cart #point_table td {
  height: 30px;
}

#cart #point_table .point {
  font-size: 1.5em;
  font-weight: bold;
}

#cart #point_table input.used_point {
  width: 100px;
  text-align: right;
  padding-right: 5px;
}

#content #wc_cart img,
#content #wc_confirm img {
  max-width: none;
}

/*********************************************************************/
/* USCES Item single page style */
span.price {
  font-size: 140%;
  font-weight: bold;
  color: #ED5B14;
  margin: 0px;
  padding: 0px;
}

span.cprice {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}

em.tax {
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: inherit;
  letter-spacing: 0em;
}

dl.itemGpExp {
  margin: 0px;
  padding: 0px;
}

dl.itemGpExp dt {
  margin: 0px;
  background-image: url(../images/gp.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #FF3333;
  height: 16px;
}

dl.itemGpExp dd {
  margin: 0px;
  padding: 0px;
}

dl.itemGpExp ul {
  margin: 0px;
  padding: 0px;
}

dl.itemGpExp li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 13px;
  letter-spacing: 1px;
}

#itempage {
  width: 100%;
}

#itempage .field {
  height: auto;
  width: auto;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  margin-left: 210px;
}

#itempage .field .field_name {
  text-align: left;
}

#itempage .field .field_price {
  font-size: 140%;
  font-weight: bold;
  color: #ED5B14;
  margin: 0px;
  padding: 0px;
  text-align: right;
  width: auto;
}

#itempage .field .field_cprice {
  font-size: 100%;
  color: #333333;
  margin: 0px;
  padding: 0px;
  text-align: right;
  width: auto;
}

#itempage h3 {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #999999;
  line-height: 18px;
  margin-bottom: 10px;
  height: 18px;
  margin-left: 210px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}

#itempage .exp {
  margin-bottom: 10px;
  min-height: 220px;
}

*:first-child + html #itempage .exp {
  display: inline;
}

#itempage form {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
}

#itempage .itemimg {
  float: left;
  margin-right: 10px;
  width: 200px;
}

#itempage .itemimg img {
  margin: 0px;
  padding: 0px;
}

#itempage .itemsubimg {
  margin-bottom: 10px;
}

#itempage .skuform {
  width: 100%;
}

#itempage .skuform .skuquantity {
  text-align: right;
  width: 50px;
  padding-right: 4px;
  padding-left: 4px;
}

#itempage table.skusingle {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#itempage table.skusingle td {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  margin: 0px;
}

#itempage table.skumulti {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  width: 100%;
  border: 2px solid #CCCCCC;
  border-collapse: collapse;
}

#itempage table.skumulti th {
  background-color: #E6E6E6;
  text-align: center;
  padding: 3px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
}

#itempage table.skumulti th.thborder {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

#itempage table.skumulti td {
  padding: 3px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #D9D9D9;
  border-bottom-color: #CCCCCC;
  margin: 0px;
}

#itempage table.skumulti td.subborder {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
}

#itempage table.skumulti td.price {
  text-align: right;
}

#itempage table.skumulti td.quant {
  text-align: right;
}

#itempage table.skumulti td.unit {
  text-align: center;
}

#itempage table.skumulti td.button {
  text-align: center;
}

#itempage table.skumulti td.skudisp {
  font-weight: bold;
}

#itempage .assistance_item {
  width: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#itempage .assistance_item h3 {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #999999;
  line-height: 18px;
  margin-bottom: 10px;
  height: 18px;
  margin-left: 0px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}

#itempage .assistance_item ul {
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
}

#itempage .assistance_item li {
  margin: 0px;
  float: left;
  width: 312px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#itempage .assistance_item .listbox {
  background-color: #f9f9f9;
  width: auto;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
}

#itempage .assistance_item .slit {
  height: 100px;
  width: 100px;
  overflow: hidden;
  background-image: url(image/no_img.gif);
  background-repeat: no-repeat;
  float: left;
}

#itempage .assistance_item .detail {
  width: auto;
  padding-top: 5px;
  margin-left: 0px;
  padding-left: 115px;
}

#itempage .assistance_item h4 {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #660000;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

#itempage .assistance_item .detail p {
  font-size: 11px;
  line-height: 150%;
  color: #333333;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
}

#itempage table.item_option {
  border: 1px solid #CCCCCC;
}

#itempage table.item_option caption {
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#itempage table.item_option th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  text-align: left;
  background-color: #F0F0F0;
  padding-right: 10px;
  padding-left: 10px;
}

#itempage table.item_option td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  text-align: left;
}

/* End USCES Item single page style */
/*********************************************************************/
/* USCES cart page style */
div.usccart_navi ol.ucart {
  list-style-image: none;
  list-style-type: none;
  display: block;
  height: 31px;
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0px;
}

div.usccart_navi li.ucart {
  background-color: #B3B3B3;
  float: left;
  margin: 0px;
  height: 29px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  width: 24%;
}

div.usccart_navi li.usccart_cart {
  background-image: url(../images/cart_navi_bg1.jpg);
  background-repeat: repeat-x;
}

div.usccart_navi li.usccart_customer {
  background-image: url(../images/cart_navi_bg2.jpg);
  background-repeat: repeat-x;
}

div.usccart_navi li.usccart_delivery {
  background-image: url(../images/cart_navi_bg3.jpg);
  background-repeat: repeat-x;
}

div.usccart_navi li.usccart_confirm {
  background-image: url(../images/cart_navi_bg4.jpg);
  background-repeat: repeat-x;
}

#inside-cart .post {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
}

#inside-cart h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffcc00;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffe679;
}

#inside-cart p {
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#inside-cart .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffcc00;
}

#inside-cart .no_cart {
  text-align: center;
  width: auto;
  margin-top: 60px;
  font-size: 1.4em;
  font-weight: bold;
  color: #FF9900;
  margin-bottom: 60px;
}

#customer-info h5 {
  color: #FFFFFF;
  background-color: #669999;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

#customer-info .post {
  width: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}

#customer-info .error_message {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #ff0000;
}

#customer-info h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff9900;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffc56a;
}

#customer-info form {
  margin: 0px;
  padding: 0px;
}

#customer-info table {
  margin-top: 10px;
  border-collapse: collapse;
}

#customer-info th {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4c4d25;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 25%;
}

#customer-info td {
  font-size: 11px;
  line-height: 150%;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

#customer-info .customer_form input {
  width: 50%;
  margin-right: 3px;
}

#customer-info .customer_form input[type="checkbox"],
#customer-info .customer_form input[type="radio"] {
  width: auto;
  margin-right: 3px;
}

#customer-info .customer_form label.iopt_label {
  display: block;
}

#customer-info .customer_form tr.inp1 input {
  width: 82%;
  margin-left: 3px;
}

#customer-info .customer_form tr.inp2 input {
  width: 75%;
  margin-left: 0px;
  margin-right: 3px;
}

#delivery-info .customer_form em,
#customer-info .customer_form em {
  font-style: normal;
  color: #ff0000;
}

#customer-info .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ff9900;
}

#delivery-info .post {
  width: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}

#delivery-info h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff6600;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffaa68;
}

#delivery-info form {
  margin: 0px;
  padding: 0px;
}

#delivery-info table.customer_form {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}

#delivery-info th {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4c4d25;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 25%;
}

#delivery-info td {
  font-size: 11px;
  line-height: 150%;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

#delivery-info .error_message {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #ff0000;
}

#delivery-info .customer_form dl {
  margin: 0px;
  padding: 0px;
  width: auto;
}

#delivery-info .customer_form dt {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  width: auto;
  padding-top: 5px;
}

#delivery-info .customer_form dd {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#delivery-info #delivery_table input {
  width: 50%;
  margin-right: 3px;
}

#delivery-info #delivery_table tr.inp1 input {
  width: 83%;
  margin-right: 0px;
  margin-left: 3px;
}

#delivery-info #delivery_table tr.inp2 input {
  width: 76%;
  margin-right: 3px;
  margin-left: 0px;
}

#delivery-info .customer_form .btn {
  width: 24px;
}

#delivery-info #time {
  margin-top: 10px;
}

#delivery-info #time textarea,
#delivery-info .notes {
  height: 100px;
  width: 94%;
}

#delivery-info .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ff6600;
}

#info-confirm .error_message {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #ff0000;
}

#info-confirm .post {
  background-color: #ffffff;
  width: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}

#info-confirm h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff3300;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff8f71;
}

#info-confirm form {
  margin: 0px;
  padding: 0px;
}

#info-confirm #confirm_table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}

#confirm_table h3 {
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #ff3300;
  margin: 0px;
  padding: 0px;
}

#confirm_table th {
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  color: #50511d;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  width: 25%;
}

#confirm_table td {
  font-size: 12px;
  line-height: normal;
  color: #333333;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
}

#confirm_table .ttl {
  background-color: #ffffef;
}

#confirm_table .bdc {
  background-color: #FFFFFF;
}

#info-confirm .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FF3300;
}

#coml-page h2, #error-page h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #666600;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #b2b165;
}

#coml-page p, #error-page p {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#coml-page form, #error-page form {
  margin: 0px;
  padding: 0px;
}

#coml-page .send, #error-page .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b2b165;
}

#coml-page .post, #error-page .post {
  background-color: #ffffff;
  padding: 15px;
  width: auto;
  margin-top: 10px;
}

#status_table table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
}

#status_table th {
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  background-color: #CCCCCC;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}

#status_table td {
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}

/* End USCES cart page style */
/*********************************************************************/
/* USCES Member page style */
#memberpages #memberinfo ul {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 20px;
  list-style-position: outside;
}

#memberpages #memberinfo li {
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin: 0px;
  padding: 0px;
}

#memberpages #memberinfo li strong {
  color: #cc0000;
}

#memberpages div.loginbox {
  margin-top: 50px;
  width: 220px;
  background-color: #F6F6F6;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #CCCCCC;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

#memberpages input.loginmail {
  line-height: 20px;
  width: 200px;
  padding-right: 5px;
  padding-left: 5px;
}

#memberpages input.loginpass {
  line-height: 20px;
  width: 200px;
  padding-right: 5px;
  padding-left: 5px;
}

#memberpages form {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

#memberpages .loginbox p {
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#memberpages .loginbox p#nav {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
}

#memberinfo table {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-collapse: collapse;
  width: 100%;
}

#memberinfo table .num {
  font-size: 14px;
}

#memberinfo table .date {
  white-space: nowrap;
}

#memberinfo table .rightnum {
  font-size: 14px;
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
}

#memberinfo th {
  text-align: center;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4e5020;
}

#memberinfo th.historyrow {
  color: #FFFFFF;
  background-color: #999999;
}

#memberinfo td {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
}

#memberinfo td.retail {
  margin: 0px;
  padding: 0px;
}

#memberinfo h3 {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #ffffff;
  background-color: #990000;
  text-indent: 10px;
  padding: 0px;
  height: 26px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #660000;
  float: none;
}

#memberinfo .send {
  text-align: center;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

#memberinfo .customer_form input {
  width: 150px;
}

#memberinfo .customer_form input#zipcode {
  width: 100px;
}

#memberinfo .customer_form input#address1, #memberinfo .customer_form input#address2, #memberinfo .customer_form input#address3 {
  width: 250px;
}

#memberinfo .customer_form em {
  font-style: normal;
  color: #ff0000;
}

#newmember table {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-collapse: collapse;
  width: 100%;
}

#newmember table .num {
  font-size: 14px;
}

#newmember table .rightnum {
  font-size: 14px;
  text-align: right;
  padding-right: 5px;
}

#newmember th {
  text-align: left;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4e5020;
  width: 100px;
}

#newmember td {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
}

#newmember .send {
  text-align: center;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

#newmember .customer_form input {
  width: 120px;
}

#newmember .customer_form input#zipcode {
  width: 100px;
}

#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
  width: 200px;
}

#newmember .customer_form em {
  font-style: normal;
  color: #ff0000;
}

table.retail td,
#retail_table td {
  white-space: normal;
  word-break: break-all;
}

/* End USCES Member page style */
/*********************************************************************/
/* USCES Search page style */
#searchbox {
  margin: 0px;
  padding: 0px;
}

#searchbox div.field {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

#searchbox label.outlabel {
  padding: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: bold;
}

#searchbox fieldset {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  clear: both;
}

#searchbox legend {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  color: #333333;
}

#searchbox fieldset ul {
  margin: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#searchbox fieldset li {
  margin: 0px;
  float: left;
  height: 40px;
  width: 200px;
  list-style-type: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#searchbox .title {
  font-size: 1.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: #666666;
  line-height: 26px;
  display: block;
  height: 26px;
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999999;
  border-left-color: #999999;
  margin-top: 40px;
}

#searchbox .itemtitle {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

#searchbox .itemlist {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

/* End USCES Search page style */
/************************************************************************************/
/* widget */
ul.ucart_featured_body li,
ul.ucart_calendar_body li,
ul.ucart_search_body li,
.widget_ucart_calendar ul.ucart_widget_body li,
.sidebar .widget_ucart_calendar ul.ucart_widget_body li,
#sidebar .widget_ucart_calendar ul.ucart_widget_body li,
.widget_ucart_search ul.ucart_widget_body li,
.sidebar .widget_ucart_search ul.ucart_widget_body li,
#sidebar .widget_ucart_search ul.ucart_widget_body li,
.widget_ucart_featured ul.ucart_widget_body li,
.sidebar .widget_ucart_featured ul.ucart_widget_body li,
#sidebar .widget_ucart_featured ul.ucart_widget_body li {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  margin-left: 0px;
  list-style-image: none;
  background-image: none;
  text-indent: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}

ul.ucart_featured_body,
.widget_ucart_featured ul.ucart_widget_body,
.sidebar .widget_ucart_featured ul.ucart_widget_body,
#sidebar .widget_ucart_featured ul.ucart_widget_body {
  padding: 18px 10px 10px 10px;
  text-align: center;
}

ul.ucart_featured_body .thumimg,
.widget_ucart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg,
#sidebar .widget_ucart_featured .thumimg {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

ul.ucart_featured_body .thumtitle a,
.widget_ucart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a,
#sidebar .widget_ucart_featured .thumtitle a {
  white-space: normal;
  word-break: break-all;
}

.widget_ucart_calendar ul.ucart_widget_body table,
.sidebar .widget_ucart_calendar ul.ucart_widget_body table,
#sidebar .widget_ucart_calendar ul.ucart_widget_body table {
  width: 100%;
}

.widget_welcart_post p {
  margin-top: 0px;
  margin-bottom: 3px;
  line-height: 1.1em;
}

/* End widget style */
/************************************************************************************/
/* catbox */
.catbox .post .itemlist {
  border-bottom: 1px dashed #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.catbox .post .entry {
  border-bottom: 1px dashed #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.businessday {
  background-color: #FFECCE;
  color: #ff0000;
}

.businesstoday {
  color: #000000;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------
    company
---------------------------------------------------------------------------- */
#company #index .one_col {
  margin-bottom: 120px;
}
#company #index .catch {
  margin-bottom: 20px;
}
#company #index table {
  width: 700px;
}
#company #index table td.name {
  width: 150px;
}
#company #index table td img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 20px;
}
#company #index table td .right_img {
  position: absolute;
  top: -1px;
  right: -312px;
  width: 282px;
}

/* ----------------------------------------------------------------------------
    company
---------------------------------------------------------------------------- */
#news #index .cont.lv1 {
  position: relative;
  margin-left: 100px;
  margin-bottom: 90px;
}
#news #index .cont.lv1 .category_img {
  position: absolute;
  left: -100px;
  top: 0;
}
#news #index .cont.lv1 .sub_title {
  margin-bottom: 10px;
}
#news #index .cont.lv1 .meta {
  font-size: 12px;
  margin-bottom: 30px;
}
#news #index .cont.lv1 .meta .date {
  color: #888;
  margin-right: 10px;
}
#news #index .cont.lv1 .meta .category a, #news #index .cont.lv1 .meta .category a:visited {
  color: #444444;
  margin-right: 5px;
}
#news #index .cont.lv1 .text img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#news #index .cont.lv1 .text p {
  display: block;
  margin: 1em 0;
}
#news #index .cont.lv1 .text strong {
  font-weight: bold;
}
#news #index .cont.lv1 .text em {
  font-style: italic;
}
#news #index .cont.lv1 .text blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
#news #index .cont.lv1 .text img[class*="wp-image-"],
#news #index .cont.lv1 .text img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#news #index .cont.lv1 .text .aligncenter {
  display: block;
  margin: 0 auto;
}
#news #index .cont.lv1 .text .alignright {
  float: right;
}
#news #index .cont.lv1 .text .alignleft {
  float: left;
}
#news #index .pager {
  margin-left: 100px;
}
#news #index .pager .btn {
  font-size: 18px;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
#news #index .pager .btn:before {
  content: none;
}
#news #index .pager .btn a {
  padding: 10px 4px;
  width: 30px;
}
#news #index .pager .btn.next a {
  background: url("../img/news/arw_pr.png") no-repeat 54% 50%;
  height: 18px;
}
#news #index .pager .btn.next a:hover {
  background: url("../img/news/arw_pr_cr.png") no-repeat 54% 50%;
}
#news #index .pager .btn.prev a {
  background: url("../img/news/arw_nx.png") no-repeat 46% 50%;
  height: 18px;
}
#news #index .pager .btn.prev a:hover {
  background: url("../img/news/arw_nx_cr.png") no-repeat 46% 50%;
}

/* ----------------------------------------------------------------------------
    Modules
---------------------------------------------------------------------------- */
.icon {
  font-family: 'kapla-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

.num {
  font-family: 'Roboto', sans-serif;
}

.text_color_navy {
  color: #000033 !important;
}

.text_color_blue {
  color: #242450 !important;
}

.text_color_lightblue {
  color: #0179ff !important;
}

.text_color_green {
  color: #46a0b7 !important;
}

.text_color_orange {
  color: #ffce22 !important;
}

.text_color_white {
  color: #fff !important;
}

.text_color_red {
  color: #be0000 !important;
}

.text_color_purple {
  color: #373f6e !important;
}

.text_bold {
  font-weight: bold !important;
}

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

.text_size_small {
  font-size: 12px !important;
}

.text_size_normal {
  font-size: 14px !important;
}

.text_size_middle {
  font-size: 16px !important;
}

.text_size_large {
  font-size: 18px !important;
}

.text_height_normal {
  line-height: 1.7 !important;
}

.text_height_20 {
  line-height: 2 !important;
}

.text_height_22 {
  line-height: 2.2 !important;
}

.text_height_25 {
  line-height: 2.5 !important;
}

.pos_rel {
  position: relative !important;
}

.pos_abs {
  position: absolute !important;
}

.pos_fix {
  position: fixed !important;
}

.pos_inh {
  position: inherit !important;
}

.v_align_top {
  vertical-align: top !important;
}

.v_align_mdl {
  vertical-align: middle !important;
}

.v_align_btm {
  vertical-align: bottom !important;
}

.overflow_visble {
  overflow: visible !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_scroll {
  overflow: scroll !important;
}

.inline {
  display: inline;
}

.inline_block {
  display: inline-block;
}

.block {
  display: block;
}

.table {
  display: table;
}

.table_cell {
  display: table-cell;
}

.none {
  display: none;
}

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

.fl_left {
  float: left !important;
}

.fl_right {
  float: right !important;
}

.clear {
  clear: both;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.mb_none {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.mt_none {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr_none {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml_none {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.va_top {
  vertical-align: top;
}

.va_mid {
  vertical-align: middle;
}

.va_btm {
  vertical-align: bottom;
}

.box_bd {
  border: 1px solid #f3f3f3;
}

.bd_dotted {
  border-style: dotted;
}

.bd_dashed {
  border-style: dashed;
}

.bd_double {
  border-style: double;
}

.bd_none {
  border: none !important;
}

.box_bd_top {
  border-top: 1px solid #f3f3f3;
}

.bd_top_dotted {
  border-top-style: dotted;
}

.bd_top_dashed {
  border-top-style: dashed;
}

.bd_top_double {
  border-top-style: double;
}

.bd_top_none {
  border-top: none !important;
}

.box_bd_btm {
  border-bottom: 1px solid #f3f3f3;
}

.bd_btm_dotted {
  border-bottom-style: dotted;
}

.bd_btm_dashed {
  border-bottom-style: dashed;
}

.bd_btm_double {
  border-bottom-style: double;
}

.bd_btm_none {
  border-bottom: none !important;
}

.bd1 {
  border-width: 1px;
}

.bd2 {
  border-width: 2px;
}

.bd3 {
  border-width: 3px;
}

.bd4 {
  border-width: 4px;
}

.bd5 {
  border-width: 5px;
}

.pb_none {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt_none {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr_none {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl_none {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w1000 {
  width: 1000px !important;
}

.w950 {
  width: 950px !important;
}

.w900 {
  width: 900px !important;
}

.w850 {
  width: 850px !important;
}

.w800 {
  width: 800px !important;
}

.w750 {
  width: 750px !important;
}

.w700 {
  width: 700px !important;
}

.w650 {
  width: 650px !important;
}

.w600 {
  width: 600px !important;
}

.w550 {
  width: 550px !important;
}

.w500 {
  width: 500px !important;
}

.w450 {
  width: 450px !important;
}

.w400 {
  width: 400px !important;
}

.w350 {
  width: 350px !important;
}

.w300 {
  width: 300px !important;
}

.w250 {
  width: 250px !important;
}

.w200 {
  width: 200px !important;
}

.w150 {
  width: 150px !important;
}

.w100 {
  width: 100px !important;
}

.w50 {
  width: 50px !important;
}

@media screen and (max-width: 768px) {
  .w1000,
  .w950, .w900,
  .w850, .w800,
  .w750, .w700,
  .w650, .w600,
  .w550, .w500,
  .w450, .w400,
  .w350, .w300,
  .w250, .w200,
  .w150, .w100,
  .w50 {
    width: auto !important;
  }
}
.h200 {
  height: 200px !important;
}

.h150 {
  height: 150px !important;
}

.h100 {
  height: 100px !important;
}

.h50 {
  height: 50px !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #dfdfdf !important;
}

.bg_lightgray {
  background-color: #f7f7f7 !important;
}

.bg_yellow {
  background-color: #ffce22 !important;
}

.bg_orange {
  background-color: #ed7000 !important;
}

.bg_green {
  background-color: #46a0b7 !important;
}

.bg_lightblue {
  background-color: #0179ff !important;
}

.bg_red {
  background-color: #ff5b28 !important;
}

.bg_darkred {
  background-color: #be0000 !important;
}

.bg_purple {
  background-color: #637494 !important;
}

.bg_none {
  background: none  !important;
}

.radius {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
}

.radius_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
}

.radius_none {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.shadow {
  box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -ms-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
}

.shadow_inset {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 76, 76, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 76, 76, 0.1);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 76, 76, 0.1);
  -ms-box-shadow: inset 0px 0px 5px 0px rgba(0, 76, 76, 0.1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#fun #challenge .block .challenger.slick_items, #fun #challenge .block .challenger.slick_items_thin {
  margin-left: 36px;
  margin-right: 36px;
  width: 756px;
  position: relative;
}
#fun #challenge .block .challenger.slick_items .slick-arrow, #fun #challenge .block .challenger.slick_items_thin .slick-arrow {
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -36px;
  border: none;
  font-size: 0;
  background: url("../img/fun/challenge_prev.png") no-repeat left 33%;
}
#fun #challenge .block .challenger.slick_items .slick-arrow.slick-next, #fun #challenge .block .challenger.slick_items_thin .slick-arrow.slick-next {
  left: inherit;
  right: -36px;
  background-image: url("../img/fun/challenge_next.png");
}
#fun #challenge .block .challenger.slick_items .slick-arrow.slick-disabled, #fun #challenge .block .challenger.slick_items_thin .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  background-image: url("../img/fun/challenge_prev_disable.png");
}
#fun #challenge .block .challenger.slick_items .slick-arrow.slick-disabled.slick-next, #fun #challenge .block .challenger.slick_items_thin .slick-arrow.slick-disabled.slick-next {
  background-image: url("../img/fun/challenge_next_disable.png");
}
#fun #challenge .block .challenger.slick_items .slick-slide img, #fun #challenge .block .challenger.slick_items_thin .slick-slide img {
  margin: 0 6px;
}
#fun #challenge .block .challenger.slick_items_thin {
  width: 420px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes btn-fade-in {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes btn-fade-in {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes btn-fade-in {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btn-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@-moz-keyframes btn-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@-webkit-keyframes btn-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes btn-fade-in2 {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes btn-fade-in2 {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes btn-fade-in2 {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btn-fade-out2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}

@-moz-keyframes btn-fade-out2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}

@-webkit-keyframes btn-fade-out2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}

@media print {
  img {
    visibility: hidden;
  }

  #cartpage #index img {
    visibility: visible;
  }
}


/* 追加20170131 */
#bottom_link {
	margin:0 auto;
	padding:0;
	width:1020px;
	border:0px solid;
	position:relative;
	top:-80px;
}
#bottom_link ul {
	display:table;
	text-align:center;
	margin:0 auto;
}
#bottom_link ul li {
	display:table-cell;
	padding:20px;
}
#bottom_link ul li a {
	color:#373F6E;
	font-size:1.0em;
	text-decoration:none;
}
#bottom_link ul li p {
	text-align:right;	
}
