@charset "UTF-8";
/* MODE-1C */
/* 注意事項 ==================================================
本テンプレートを適用される場合は、プラグインの修正をおこなってください。
修正対象プラグイン：【 リンク 】
 ※未修正のままテンプレート適用されるとリンクバナー画像が見切れる場合がございます。
 ※修正方法は下記ページをご確認ください。
http://help.fc2.com/cart/qa/group177/1825
============================================================*/
/*============================================================
	=version 2.9=
Reset
common - element style
Common - Base layout
Common - headline & title style
Common - table style
Common - formparts style
Common - button style
Common - pager style
Common - items style


Section Style Setting
 - header
 - logo
 - multilingual
 - footer
 - category_tabs
 - topic_path
 - comment
 - shopinfo_top
 - plugin

Each page Setting
 - itemlist
 - itemdetail
 - review list (itemdetail・reviewlist 共通)
 - reviewlist
 - reviewform
 - custompage
 - shopinfo detail
 - checkcart
 - regi_login
 - stockout
 - regi_checkout
 - laws
 - member
 - historylist
 - history
 - login
 - signup
 - pwreissue
 - withdraw
 - inquiry
 - paymentoptions
 - maintenance_page
============================================================*/
/*============================================================
	reset
============================================================*/
html, body, div, nav, section, article,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
blockquote,
table, th, td,
p {
  margin: 0;
  padding: 0;
}

a {
  /*\*/
  overflow: hidden;
  /* for Fx */
  /**/
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

img,
table,
fieldset,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
}

/*============================================================
	common - element style
============================================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #2a2a2a;
  background-color: #151515;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%;
}

/*= IE11 游ゴシックなし =*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

/*= IE10 游ゴシックなし =*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

a {
  color: #0d4167;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #166cab;
}

th {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.required {
  color: #ff0000;
}

.number {
  text-align: right;
}

.error {
  color: #ffffff;
  background-color: #ff0000;
  text-align: center;
  margin-bottom: 24px;
  padding: 8px;
}

.message {
  margin-bottom: 8px;
}

.content_message {
  text-align: center;
  margin-bottom: 8px;
}

.content_header {
  margin-bottom: 8px;
}

.point_image,
.limited_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.limited_icon {
  color: #ffffff;
  background-color: #f9563a;
  font-size: 12px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px 0px;
}

.formbutton {
  text-align: center;
  margin-top: 24px;
}

/*============================================================
	Common - Base layout
============================================================*/
#wrap {
  background-color: #ffffff;
  width: 100%;
  position: relative;
}

.contents_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#container {
  text-align: left;
}

.contents {
  min-height: 300px;
}

.contents,
.plugin_contents {
  background-color: #f9f9f9;
  padding-top: 32px;
  padding-bottom: 32px;
}

.contents.top_contents_bgcolor {
  min-height: 0;
}

.top_contents_bgcolor {
  position: relative;
}

#container > .top_contents_bgcolor:nth-child(odd) {
  background-color: #ffffff;
}

/* =================================================
	Common - headline & title style
================================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 30px;
}

h2,
h3 {
  font-size: 16px;
}

h4,
h5,
h6 {
  font-size: 14px;
}

.contents_title,
.plg_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}

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

.contents_subtitle {
  background-color: #f0f0f0;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 8px;
}

/*============================================================
	Common - table style
============================================================*/
table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
}

th {
  background-color: #f0f0f0;
  text-align: center;
}

table.list th {
  width: 300px;
}

/* =================================================
	Common - formparts style
================================================= */
/*= 基本設定 =*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  border: none;
  font-size: 14px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
}

/*= 入力フィールド スタイル =*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  padding: 8px;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
textarea:disabled {
  color: #cccccc;
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  width: 70%;
}

textarea {
  width: 85%;
}

/*= セレクトボックス スタイル =*/
select {
  max-width: 100%;
}

/* =================================================
	Common -  button style
================================================= */
/*= input button style =*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  color: #ffffff;
  background-color: #0d4167;
  text-align: center;
  padding: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="image"]:hover {
  background-color: #135e94;
}

/*= button_style =*/
.button_style,
.sub_button_style {
  color: #ffffff;
  background-color: #0d4167;
  text-align: center;
  padding: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.button_style:hover,
.sub_button_style:hover {
  color: #ffffff;
  background-color: #135e94;
}

.sub_button_style,
input[type="submit"].sub_button_style {
  color: #0d4167;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
}

.button_style.next,
input[type="submit"].button_style.next {
  font-size: 18px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: block;
}

/* =================================================
	Common - pager style
================================================= */
.pager {
  text-align: center;
}

.pager a,
.pager span {
  margin: 0 4px 4px;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.pager a {
  color: #ffffff;
  background-color: #0d4167;
}

.pager a:hover {
  background-color: #135e94;
}

.pager span {
  color: #ffffff;
  background-color: #151515;
}

/* =================================================
	Common - items style
================================================= */
.items {
  position: relative;
}

.items:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.items img {
  max-width: none;
}

.items .item_inner {
  width: 12.1%;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.items .item_inner dl {
  position: relative;
}

.items .item_inner a:hover {
  color: #0d4167;
}

.items .item_inner a:hover * {
  opacity: 0.9;
}

.items .item_inner .name {
  font-size: 12px;
  overflow: hidden;
  max-height: 2.56em;
  margin-top: 8px;
}

.items .item_inner .price {
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.items .item_inner .item_image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 89px;
}

.items .item_inner .item_image span {
  width: 100%;
  height: 89px;
  position: relative;
  display: block;
}

.items .item_inner .item_image img {
  min-width: 89px;
  min-height: 89px;
}

.items .item_inner .item_image img.nophoto {
  width: auto;
  height: 89px;
}

.items .item_inner .icon {
  margin-top: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/**********************************************************

         Section Style Setting

***********************************************************/
/* =================================================
	Section - header navi
================================================= */
#header {
  background-color: #151515;
  font-size: 13px;
}

#header .header_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#header .header_inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#header ul {
  float: right;
}

#header li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 4px;
}

#header a,
#header input[type="submit"] {
  color: #d0d0d0;
}

#header a:hover,
#header input[type="submit"]:hover {
  color: #f6f6f6;
  text-decoration: none;
}

#header input[type="submit"] {
  background: none;
  padding: 0;
  margin: 0;
}

#header .header_search {
  text-align: left;
  float: right;
  width: 210px;
  margin-top: 5px;
  margin-left: 4px;
  position: relative;
}

#header .header_search input[type="search"],
#header .header_search input[type="text"] {
  font-size: 13px;
  padding: 2px;
  width: 180px;
}

#header .header_search input[type="submit"].search_icon {
  background-color: transparent;
  background-image: url("https://cart-imgs.fc2.com/template/MODE_1C/image/search_icon.png");
  width: 28px;
  height: 21px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#header .header_search input[type="submit"].search_icon:hover {
  background-image: url("https://cart-imgs.fc2.com/template/MODE_1C/image/search_icon_hover.png");
}

#header .cartcheck {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 9999;
}

.fc2paymentshop_head ~ #wrap #header .cartcheck {
  top: 75px;
}

#header .cartcheck a {
  background-color: #36a00b;
  background-image: url("https://cart-imgs.fc2.com/template/MODE_1C/image/cartimage.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 55px;
  height: 55px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  border-radius: 55px;
}

#header .cartcheck a:hover {
  background-color: #2e8809;
}

/*============================================================
	Section - logo
============================================================*/
#logo {
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}

#logo h1 a {
  color: #151515;
  word-break: normal;
  max-width: 1024px;
  margin-top: 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#logo h1 a.logo_image {
  max-width: none;
  margin-top: 8px;
}

/*============================================================
	Section - multilingual
============================================================*/
#multilingual {
  float: right;
  margin-left: 16px;
  margin-right: 16px;
}

#multilingual .multilingual_contents {
  color: #d0d0d0;
  position: relative;
  font-size: 0;
  /*下層inline-block隙間reset*/
}

#multilingual #earth_ic {
  display: inline-block;
  vertical-align: -0.15em;
  margin-right: 4px;
}

#multilingual .earth_ic_g {
  fill: #d0d0d0;
}

#multilingual .multilingual_name,
#multilingual .multilingual_code {
  display: inline-block;
  min-width: 3.8em;
  height: 30px;
  padding: 10px 8px 0px;
  cursor: pointer;
  line-height: 1;
  vertical-align: top;
  font-size: 11px;
}

#multilingual .multilingual_name::after,
#multilingual .multilingual_code::after {
  display: inline-block;
  content: "\025bc";
  margin-left: 4px;
  font-size: 10px;
}

#multilingual .multilingual_list_wrap {
  position: absolute;
  right: 0px;
  z-index: 10000;
}

#multilingual .multilingual_list {
  position: relative;
  display: none;
}

#multilingual .multilingual_list.panel_open {
  background-color: #f5f5f5;
  border: 1px solid #666666;
  box-shadow: 0px 1px 5px #cccccc;
  display: block;
  margin-top: 8px;
  padding: 16px 8px 8px;
  width: 300px;
  border-radius: 4px;
  text-align: left;
}

#multilingual .multilingual_list::before,
#multilingual .multilingual_list::after {
  border-bottom: 8px solid #666666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  right: 24px;
}

#multilingual .multilingual_list::after {
  border-bottom: 8px solid #f5f5f5;
  top: -6px;
}

#multilingual #multilingual_list_lang::before,
#multilingual #multilingual_list_lang::after {
  right: 76px;
}

#multilingual .multilingual_list li {
  background: #ffffff;
  border: 1px solid #666666;
  display: inline-block;
  box-sizing: border-box;
  width: 30.8%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 8px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}

#multilingual .multilingual_list li:not(.current):hover {
  background: #f8f8f8;
}

#multilingual .multilingual_list li:first-child:nth-last-child(2),
#multilingual .multilingual_list li:first-child:nth-last-child(2) ~ li {
  width: 47.8%;
}

#multilingual .multilingual_list span {
  display: table;
  width: 100%;
  height: 3em;
}

#multilingual .multilingual_list a {
  color: #333333;
  -webkit-tap-highlight-color: rgba(120, 141, 204, 0.5);
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0 2px;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  word-break: normal;
}

#multilingual .multilingual_list .current {
  background-color: #5e99fc;
}

#multilingual .multilingual_list .current a {
  color: #ffffff;
}

/*通貨が1つだけの時*/
#multilingual.single_currency .multilingual_code {
  color: #999999;
  -webkit-tap-highlight-color: transparent;
  cursor: auto;
  padding-left: 0px;
}

#multilingual.single_currency .multilingual_code::before {
  display: inline-block;
  content: "/";
  margin-right: 4px;
}

#multilingual.single_currency .multilingual_code::after {
  display: none;
}

#multilingual.single_currency #multilingual_list_currency.panel_open {
  display: none;
}

/*スマホでPC版表示した時*/
.smartphone_bar ~ #wrap #header .cartcheck {
  top: 40px;
  position: absolute;
}

/*============================================================
	Section - footer
============================================================*/
#footer {
  color: #d0d0d0;
  background-color: #151515;
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 32px 0 16px;
}

#footer a {
  color: #d0d0d0;
}

#footer a:hover {
  color: #f6f6f6;
  text-decoration: none;
}

#footer .footer_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#footer h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

#footer .footer_shopinfo {
  text-align: center;
  margin-bottom: 56px;
}

#footer .footer_shopinfo:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#footer .footer_shopinfo ul {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer_shopinfo li {
  margin: 4px 16px 0px 0px;
  display: inline-block;
}

/*=pagetop=*/
.pagetop {
  position: fixed;
  bottom: -5px;
  right: 18px;
}

.pagetop a {
  background-color: #36a00b;
  background-image: url("https://cart-imgs.fc2.com/template/MODE_1C/image/pagetop.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 35px;
  display: block;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

/*============================================================
	Section - category_tabs
============================================================*/
#category_tabs {
  margin-bottom: 16px;
}

#category_tabs a {
  color: #2a2a2a;
  border: 1px solid #e0e0e0;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#category_tabs a.category_sub {
  background-color: #f0f0f0;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 8px;
}

#category_tabs a:hover {
  background-color: #e0e0e0;
}

/*============================================================
	Section - topic_path (パンくず)
============================================================*/
#topic_path {
  margin-bottom: 8px;
  font-size: 12px;
}

#topic_path li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 8px;
}

#topic_path li span {
  margin-right: 8px;
}

#topic_path a:hover {
  text-decoration: underline;
}

/* =================================================
	Section - comment (コメント)
================================================= */
.comment_header,
.comment_footer {
  color: #999999;
  font-size: 12px;
}

.comment_header {
  padding-bottom: 8px;
}

.comment_footer {
  padding-top: 8px;
}

/*===============================================
	Section - shopinfo top（お知らせトップページ）
================================================= */
#shopinfo.info_top li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

#shopinfo.info_top .news_date,
#shopinfo.info_top .news_title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#shopinfo.info_top .news_date {
  width: 100px;
}

#shopinfo.info_top .news_title {
  width: 910px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*===============================================
	Section - top_custom
================================================= */
/*===============================================
	Section - recommend & hotitem
================================================= */
/*===============================================
	Section - plugin
================================================= */
.plugin_contents br {
  display: none;
}

.plugin_contents p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.plugin_contents .plg_title,
.plugin_contents .plg_section {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.plugin_contents .plg_top,
.plugin_contents .plg_bottom {
  color: #999999;
  font-size: 12px;
}

.plugin_contents .plg_top {
  margin-bottom: 8px;
}

.plugin_contents .plg_bottom {
  margin-top: 8px;
}

.plugin_contents .plugin-freearea a,
.plugin_contents .submit a {
  color: #ffffff;
  background-color: #0d4167;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.plugin_contents .plugin-freearea a:hover,
.plugin_contents .submit a:hover {
  background-color: #135e94;
}

.plugin_contents .signup {
  color: #0d4167;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  padding: 8px 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.plugin_contents .signup:hover {
  background-color: #fdfdfd;
}

.plugin_contents input {
  vertical-align: middle;
}

.plugin_contents input[type="text"],
.plugin_contents input[type="password"],
.plugin_contents input[type="email"],
.plugin_contents input[type="search"] {
  width: 28%;
}

/*= plugin -- category / menu =*/
.plugin_contents #menu a,
.plugin_contents #category a {
  border-bottom: 1px solid #e0e0e0;
  width: 49%;
  height: 2.5em;
  margin-right: 8px;
  padding: 8px 12px 8px 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*=  plugin -- list(売れ筋商品1 / おすすめ商品1 / 新着商品1 / リンク /お知らせ) =*/
.plugin_contents li {
  border-bottom: 1px solid #e0e0e0;
  width: 49.2%;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}

.plugin_contents li a {
  height: 2.5em;
  padding: 8px 12px 8px 8px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plugin_contents .plugin-link-list li a {
  height: auto;
  min-height: 2.5em;
  white-space: normal;
}

/*=  plugin -- plugin_item(売れ筋商品2 / おすすめ商品2 / 新着商品2 ) =*/
.plugin_contents .plugin_item li {
  padding-bottom: 8px;
  position: relative;
}

.plugin_contents .plugin_item a {
  font-size: 12px;
  height: 68px;
  padding-left: 98px;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
}

.plugin_contents .plugin_item img {
  max-width: 90px;
  max-height: 60px;
  position: absolute;
  top: 8px;
  left: 0;
}

/*=  plugin -- cartin =*/
.plugin_contents .cartin {
  text-align: center;
}

.plugin_contents .cartin .cartin_item {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.plugin_contents .cartin .cartin_item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.plugin_contents .cartin .name,
.plugin_contents .cartin .price,
.plugin_contents .cartin .subtotal {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
}

.plugin_contents .cartin .name {
  width: 50%;
}

.plugin_contents .cartin .price,
.plugin_contents .cartin .subtotal {
  text-align: right;
  width: 25%;
}

.plugin_contents .cartin .total {
  text-align: right;
  padding: 8px;
}

.plugin_contents .cartin .submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**********************************************************

         Each page Setting

***********************************************************/
/*===============================================
	Page - itemlist
================================================= */
#itemlist {
  background-color: #ffffff;
  padding-top: 16px;
}

#itemlist .contents_title span {
  font-size: 14px;
  margin: 0px 8px;
}

#itemlist .sort {
  text-align: center;
  margin-bottom: 8px;
}

#itemlist .sort li {
  display: inline;
}

#itemlist .number_event {
  text-align: right;
}

#itemlist .number_event fieldset {
  display: inline;
}

#itemlist .items {
  margin: 0;
}

#itemlist .item_inner {
  width: 32.55%;
  margin-right: 4px;
  margin-left: 4px;
}

#itemlist .item_inner .item_image,
#itemlist .item_inner .item_image span {
  width: 100%;
  height: 240px;
}

#itemlist .item_inner .item_image img,
#itemlist .item_inner .item_image img.nophoto {
  min-width: 240px;
  min-height: 240px;
}

#itemlist .item_inner .name {
  font-size: 13px;
}

#itemlist .item_inner .price {
  margin-right: 8px;
}

#itemlist .limited_icon {
  position: absolute;
  top: 218px;
  right: 4px;
}

#itemlist #category_tabs {
  text-align: center;
}

#itemlist #category_tabs a {
  margin-left: 4px;
}

/*===============================================
	Page - itemdetail
================================================= */
#itemdetail .content_section {
  margin-bottom: 24px;
}

#itemdetail .item {
  margin-bottom: 32px;
}

#itemdetail .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#itemdetail .itemdetail_info {
  float: right;
  width: 563px;
  overflow: hidden;
}

#itemdetail .itemdetail_image {
  float: left;
  width: 445px;
  overflow: hidden;
}

#itemdetail .itemdetail_image:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#itemdetail .itemdetail_image .thumb {
  text-align: center;
  float: left;
  width: 79px;
  margin: 10px 5px 0 5px;
  overflow: hidden;
}

#itemdetail .itemdetail_image .thumb img {
  height: 79px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

#itemdetail .itemdetail_image .thumb:first-child {
  float: none;
  width: 435px;
  height: auto;
  margin-top: 0;
}

#itemdetail .itemdetail_image .thumb:first-child img {
  width: auto;
  max-width: 435px;
  height: auto;
}

#itemdetail .item .item_name {
  font-weight: bold;
  margin-bottom: 16px;
}

#itemdetail .item .item_name .limited_icon {
  font-weight: normal;
}

#itemdetail .item_comment {
  margin-bottom: 24px;
}

#itemdetail .item_comment .comment1 {
  margin-bottom: 8px;
}

#itemdetail .item_price .item_price_priority {
  font-size: 16px;
}

#itemdetail .item_price_normal {
  font-size: 12px;
  margin-top: 4px;
}

#itemdetail .item_price,
#itemdetail .item .item_type,
#itemdetail .item .item_stock,
#itemdetail .item .item_count {
  margin-bottom: 16px;
}

#itemdetail .item .item_submit {
  margin-bottom: 24px;
}

#itemdetail .item .social {
  margin-bottom: 24px;
}

#itemdetail .item .social .social_buttons > div {
  display: inline-block !important;
  vertical-align: bottom;
}

#itemdetail .item .item_submit input[type="submit"] {
  width: 100%;
  margin: 0;
}

#itemdetail .point_image,
#itemdetail .limited_icon {
  margin-left: 4px;
}

#itemdetail .img-comment {
  color: #999999;
  font-size: 11px;
}

#itemdetail input[type="submit"] {
  background-color: #36a00b;
}

#itemdetail input[type="submit"]:hover {
  background-color: #2e8809;
}

#form_arrival_notice_request #soldout .soldout_form {
  left: -177px;
  width: 354px;
}

#form_arrival_notice_request #soldout .closer {
  top: 16px;
  right: 16px;
}

/*= limited_notlogin_notice =*/
#itemdetail .limited_notlogin_notice {
  text-align: center;
  margin-bottom: 32px;
}

#itemdetail .limited_notlogin_notice strong {
  font-size: 20px;
  line-height: 2;
}

/*= itemdetail_review =*/
#itemdetail .review_average {
  margin-bottom: 16px;
}

#itemdetail .review_average .average {
  font-size: 20px;
}

#itemdetail .review_average span {
  font-size: 16px;
  vertical-align: middle;
}

#itemdetail .review_link {
  text-align: right;
}

/*= arrival_notice_request_wrap =*/
#arrival_notice_request_wrap {
  display: none;
}

/*===============================================
	Page - review_list(itemdetail・reviewlist 共通)
================================================= */
.review_list li {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.review_list dl {
  position: relative;
}

.review_list dt {
  font-weight: bold;
  margin-left: 100px;
  min-height: 1em;
}

.review_list dt, .review_list dd {
  margin-bottom: 8px;
}

.review_list .evaluation {
  position: absolute;
  top: -2px;
  left: 0;
}

.review_list .info {
  color: #999999;
  font-size: 12px;
}

.review_list .info p {
  display: inline;
}

/*===============================================
	Page - reviewlist
================================================= */
#reviewlist .content_section {
  margin-bottom: 24px;
}

#reviewlist .item {
  margin-bottom: 8px;
}

#reviewlist .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#reviewlist .item_images {
  float: left;
  margin-right: 16px;
}

#reviewlist .item_images img {
  max-width: 240px;
  max-height: 180px;
}

#reviewlist .item_info {
  float: left;
  width: 764px;
}

#reviewlist .item_info > * {
  margin-bottom: 8px;
}

#reviewlist .tortalaverage span {
  font-size: 16px;
  vertical-align: middle;
}

#reviewlist .item_price p {
  display: inline-block;
}

/*===============================================
	Page- reviewform
================================================= */
#reviewform .item {
  margin-bottom: 24px;
}

#reviewform .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#reviewform .item_images,
#reviewform .item_name {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

#reviewform .item_images {
  width: 120px;
  margin-right: 8px;
}

#reviewform .item_name {
  width: 890px;
}

#reviewform .reviewform_header {
  margin-bottom: 16px;
}

#reviewform textarea {
  height: 7em;
}

/*===============================================
	Page - custompage
================================================= */
/*===============================================
	Page - shopinfo detail（お知らせ詳細）
================================================= */
#container > #shopinfo.info_detail {
  background-color: #f9f9f9;
}

#shopinfo.info_detail .shopinfo_title {
  margin-bottom: 16px;
}

#shopinfo.info_detail .news_date,
#shopinfo.info_detail .news_title {
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

#shopinfo.info_detail .news_date {
  width: 10%;
}

#shopinfo.info_detail .news_title {
  font-weight: bold;
  width: 88%;
}

#shopinfo.info_detail .shopinfo_comment {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

/*===============================================
	Page - checkcart
================================================= */
#checkcart .item_name .sub_button_style {
  vertical-align: middle;
}

#checkcart .item_count,
#checkcart .item_price,
#checkcart .total {
  width: 128px;
}

/*===============================================
	Page - regi_login
================================================= */
#regi_login .first {
  margin-top: 40px;
}

/*===============================================
	Page - stockout
================================================= */
/*===============================================
	Page - regi_checkout
================================================= */
#regi_checkout .regi_user,
#regi_checkout .regi_regist,
#regi_checkout .regi_ship,
#regi_checkout .regi_how,
#regi_checkout .regi_point,
#regi_checkout .regi_etc,
#regi_checkout .regi_cartin {
  margin-bottom: 24px;
}

#regi_checkout .postnum {
  width: 200px;
}

#regi_checkout .table .item_name {
  width: 60%;
}

/*===============================================
	Page - laws
================================================= */
#laws .content_laws_image {
  text-align: center;
}

/*===============================================
	Page - member
================================================= */
#member input[type="text"],
#member input[type="email"],
#member input[type="password"] {
  width: 50%;
}

#member input[type="submit"] {
  width: 30%;
}

/*===============================================
	Page - historylist
================================================= */
#historylist .search {
  text-align: center;
  margin-bottom: 16px;
}

#historylist .search select {
  margin-left: 4px;
  margin-right: 4px;
}

#historylist .info {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
}

#historylist .order {
  margin-bottom: 16px;
  position: relative;
}

#historylist .date,
#historylist .price_total {
  font-weight: bold;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#historylist .date span,
#historylist .price_total span {
  background-color: #f0f0f0;
  margin-right: 4px;
  padding: 8px;
}

#historylist .history_link {
  position: absolute;
  top: 0;
  right: 0;
}

#historylist .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#historylist .item dl {
  margin-bottom: 16px;
  padding-left: 136px;
  min-height: 120px;
  position: relative;
}

#historylist .item dt {
  margin-bottom: 8px;
}

#historylist .item .item_image {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

#historylist .item_comment p {
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*===============================================
	Page - history
================================================= */
#history .history_order,
#history .history_item,
#history .history_ship,
#history .history_how,
#history .history_etc {
  margin-bottom: 24px;
}

#history .history_order {
  text-align: center;
}

#history .price_total {
  font-size: 18px;
  font-weight: bold;
}

#history .item_image {
  width: 130px;
}

#history .item_count {
  text-align: center;
  width: 80px;
}

#history .item_price,
#history .total {
  width: 150px;
}

#history .history_item tfoot td {
  border: none;
}

/*===============================================
	Page - login
================================================= */
#login .content_section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#login input[type="submit"] {
  margin-bottom: 8px;
}

/*===============================================
	Page - signup
================================================= */
#signup .content_section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#signup #m_postnum {
  width: 200px;
}

#signup .form_signup input[type="submit"] {
  margin-bottom: 8px;
}

/*===============================================
	Page - pwreissue
================================================= */
#pwreissue .content_section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#pwreissue input[type="text"],
#pwreissue input[type="email"] {
  width: 400px;
}

/*===============================================
	Page - withdraw
================================================= */
#withdraw {
  text-align: center;
}

#withdraw input[type="submit"] {
  margin-right: 16px;
}

/*===============================================
	Page- inquiry
================================================= */
#inquiry input[type="text"],
#inquiry input[type="email"] {
  width: 50%;
}

#inquiry textarea {
  height: 7em;
}

/*===============================================
	Page - paymentoptions
================================================= */
/*===============================================
	Page - maintenance_page
================================================= */
#maintenance_page {
  text-align: center;
}
