@charset "UTF-8";
/* CSS Document */
/* normalize
============================================================================*/
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-color: #c0c0c0;
}

/* base
============================================================================*/
body, input, select {
  color: #333;
}

a {
  color: #0066cc;
}

input {
  border-color: #dedede;
}

/* h1 ~ h6
-----------------------------------*/
h2 {
  border-bottom: #dedede;
}

h3 {
  border-left: #dedede;
}

/* テキスト
-----------------------------------*/
.txt_black {
  color: #333;
}

.txt_orange {
  color: #f60;
}

.txt_pink {
  color: #f39;
}

/* table
----------------------------------------------------------------------*/
table.table {
  border-color: #ddd;
}

table.table th,
table.table td {
  border-bottom: #ccc;
  border-right: #ccc;
}

table.table th {
  background: #f0f0f0;
}

input.btn,
a.btn {
  background-color: #666;
  border-color: #dedede;
  color: #fff;
}

input.btn:hover,
a.btn:hover {
  background-color: #333;
}

.actions > a.btn {
  background: #333;
  border-color: #999;
}

.actions > a.btn:hover {
  background: #666;
}

.actions > input[type=submit] {
  background: #333;
  border-color: #999;
}

.actions > input[type=submit]:hover {
  background: #666;
}

/* ページトップに戻る
-----------------------------------------------------------*/
#page-top a {
  background: #666;
  color: #fff;
}

#page-top a:hover {
  background: #999;
}

/* div(dl)によるtable
-----------------------------------------------------------*/
.table dl {
  border-color: #dedede;
  background: #eee;
}

.table dl dt,
.table dl dd {
  border-top: #dedede;
}

.table dl dd {
  background: #fff;
}

/*
-----------------------------------------------------------*/
.help-block {
  color: #777;
}

/*
-----------------------------------------------------------*/
.error input {
  background: #ffe3e3;
}

.errorMessage {
  color: #c00;
}

/* サンプル用背景
-----------------------------------------------------------*/
.samplebg {
  background: #f0f0f0;
  color: #959595;
}

/* head
============================================================================*/
#header .guide a {
  border-color: #999;
  background: #dedede;
  color: #333;
}

#header .guide a:hover {
  background: #999;
  color: #fff;
}

#header .gNav a {
  border-left-color: #999;
  color: #333;
}

#header .gNav a:hover {
  background: #dedede;
  border-color: #333;
}

/* 検索
-----------------------------------------------------------*/
#search {
  background: #dedede;
}

#search .inner .form input.txtarea:hover {
  background: #f9f9f9;
}

#search .inner .form input.submit:hover {
  background: #999;
  color: #fff;
}

#search .inner .cart {
  background: #fff;
}

#search .inner .cart .logedin {
  border-right-color: #dfdfdf;
}

#search .inner .cart .cart_btn a {
  border-color: #999;
  background: #dedede;
  color: #333;
}

#search .inner .cart .cart_btn a:hover {
  background: #999;
  color: #fff;
}

#search .h_keyword input.txtarea {
  border-color: #999;
}

#search .h_submit input.submit {
  border-color: #999;
  background: #ccc;
}

/* foot
============================================================================*/
#footer {
  background: #dedede;
}

#footer .article_l .title,
#footer .article_r .title {
  border-bottom-color: #999;
}

#footer .article_l *,
#footer .article_r * {
  color: #333;
}

#footer .article_l a:hover,
#footer .article_r a:hover {
  color: #06c;
}

/* nav
============================================================================*/
#cate_nav .title {
  border-bottom-color: #dedede;
}

#cate_nav .b_classify a,
#cate_nav .facet a {
  border-bottom-color: #dedede;
  color: #333;
}

#cate_nav .b_classify a:hover,
#cate_nav .facet a:hover {
  background: #F9F9F9;
}

#cate_nav .facet .current a {
  color: #f00;
}

#cate_nav .b_classify.selected {
  color: #FF0000;
  border-bottom-color: #dedede;
}

#cate_nav .s_classify a {
  background: #eee;
  border-bottom-color: #dedede;
  color: #333;
}

#cate_nav .s_classify a:hover {
  background: #fff;
}

#sidebar #cate_nav .title {
  background: #f0f0f0;
}

#sidebar #cate_nav input.btn {
  background: #aaa;
}

#sidebar #cate_nav input.btn:hover {
  background: #666;
}

/* category
============================================================================*/
#category .title {
  border-bottom-color: #dedede;
}

#category .freespace {
  background: #dedede;
}

#category .pager {
  border-top-color: #dedede;
  border-bottom-color: #dedede;
  background: #eee;
}

#category .itemlist .item {
  border-color: #ccc;
}

#category .itemlist .item:hover {
  border-color: #000;
}

#category .itemlist .item .name a {
  color: #333;
}

#category .itemlist .item .name a:hover {
  color: #000;
}

#category .itemlist .item .price {
  color: #c00;
}

#category .itemlist .item .stock,
#category .itemlist-list .item .stock {
  background: #FFFFFF;
  color: #999;
}

/* ページネーション
-----------------------------------------------------------*/
.pagination ul li {
  outline-color: #ccc;
}

.pagination ul li.active {
  background: #cce6ff;
}

.pagination ul li.first,
.pagination ul li.last {
  background: #f5f5f5;
}

.pagination ul li a {
  color: #333;
}

.pagination ul li a:hover {
  background: #dfdfdf;
}

/* 下位カテゴリ
-----------------------------------------------------------*/
.categorylist li {
  border-left-color: #ddd;
}

.categorylist li:hover {
  background: #f0f0f0;
}

/* 検索
-----------------------------------------------------------*/
fieldset {
  outline-color: #dfdfdf;
  background: #fafafa;
}

.search_detail:hover {
  color: #06c;
}

.search_andor {
  border-right-color: #ccc;
}

/* cart
============================================================================*/
/* ステップ
-----------------------------------------------------------*/
#step .title,
#deliverys .title {
  font-family: Ryumin Regular KL;
  border-bottom-color: #dedede;
}

/* 同時にいかがですか
-----------------------------------------------------------*/
#bundle .list {
  border-color: #dedede;
}

#bundle .list .item a:hover {
  background: #eee;
}

#bundle .list .item .picture {
  background: #333;
  border-color: #999;
}

#bundle .list .item a .name {
  color: #333;
}

#bundle .list .item a .price {
  color: #333;
}

/* hitoke
============================================================================*/
#hitoke.hitoke_l1 .title {
  border-color: #666;
}
#hitoke.hitoke_l1 .inner {
  border-color: #ddd;
}
#hitoke.hitoke_l1 ul li {
  border-color: #f0f0f0;
}
#hitoke.hitoke_l1 ul li .hitoke_info .hitoke_date {
  color: #888;
}
#hitoke.hitoke_l1 ul li .hitoke_info .hitoke_sales_price {
  color: #f55;
}
#hitoke.hitoke_l2 .title {
  border-color: #666;
}
#hitoke.hitoke_l2 .inner {
  border-color: #ddd;
}
#hitoke.hitoke_l2 ul li {
  border-color: #f0f0f0;
}
#hitoke.hitoke_l2 ul li .hitoke_info .red {
  color: #f55;
}
#hitoke.hitoke_l2 ul li .hitoke_info .hitoke_sales_price {
  color: #f55;
}
#hitoke.hitoke_l2 ul li .hitoke_description {
  background: #fafafa;
}
#hitoke.hitoke_m1 .title {
  border-color: #666;
  color: #333 !important;
}
#hitoke.hitoke_m1 .inner {
  border-color: #bbb;
}
#hitoke.hitoke_m1 ul li {
  border-color: #f0f0f0;
}
#hitoke.hitoke_m1 ul li .hitoke_info .hitoke_date {
  color: #888;
}
#hitoke.hitoke_m1 ul li .hitoke_info .hitoke_sales_price {
  color: #f55;
}
#hitoke.hitoke_m2 .title {
  border-color: #666;
  color: #333;
}
#hitoke.hitoke_m2 .inner {
  border-color: #bbb;
}
#hitoke.hitoke_m2 ul li {
  border-color: #f0f0f0;
}
#hitoke.hitoke_m2 ul li .hitoke_info .red {
  color: #f55;
}
#hitoke.hitoke_m2 ul li .hitoke_info .hitoke_sales_price {
  color: #f55;
}
#hitoke.hitoke_m2 ul li .hitoke_description {
  background: #fafafa;
}
#hitoke.hitoke_s1 .title {
  border-color: #666;
  color: #333;
}
#hitoke.hitoke_s1 .inner {
  border-color: #bbb;
}
#hitoke.hitoke_s1 ul li {
  border-color: #f0f0f0;
}
#hitoke.hitoke_s2 .title {
  border-color: #666;
  color: #333;
}
#hitoke.hitoke_s2 .inner {
  border-color: #bbb;
}
#hitoke.hitoke_s2 ul li {
  border-color: #f0f0f0;
}
#hitoke.hitoke_s2 ul li .hitoke_price .red {
  color: #f55;
}
#hitoke.hitoke_s2 ul li .hitoke_price .hitoke_sales_price {
  color: #f55;
}
#hitoke.hitoke_s2 ul li .hitoke_description {
  background: #fafafa;
}

/* ログインパーツ
============================================================================*/
#my_inline {
  background: #f0f0f0;
}
#my_inline a {
  background: #ddd;
  color: #333;
  border-color: #bbb;
}
#my_inline a:hover {
  background: #bbb;
  border-color: #aaa;
}
#my_inline .corekago-widget-signin.form-inline input {
  background: #fffff5;
}
#my_inline .corekago-widget-signin.form-inline input.corekago-widget-signin-submit-btn {
  background: #ddd;
  border-color: #aaa;
  color: #666;
}
#my_inline .corekago-widget-signin.form-inline input.corekago-widget-signin-submit-btn:hover {
  background: #bbb;
  border-color: #aaa;
}

#my_block {
  border-color: #ddd;
}
#my_block .form-group.form-actions input {
  background: #ddd;
  border-color: #aaa;
  color: #666;
}
#my_block .form-group.form-actions input:hover {
  background: #bbb;
  border-color: #aaa;
}
#my_block a {
  background: #EEEEEE;
  border-color: #ddd;
  color: #333333;
}
#my_block a:hover {
  background: #bbb;
  border-color: #aaa;
}

/* NEW ITEM
============================================================================*/
.items {
  border-color: #ddd;
}
.items ul li a .title {
  color: #333;
}
.items ul li a .description {
  color: #333;
}
.items ul li a .price {
  color: #c00;
}

.sly_wrap .scrollbar {
  background: #eee;
}
.sly_wrap .scrollbar .handle {
  background: #777;
}
.sly_wrap .pages li {
  background: #fff;
}
.sly_wrap .pages li:hover {
  background: #aaa;
}
.sly_wrap .pages li.active {
  background: #666;
}
.sly_wrap .basic.items ul li:hover {
  background: #f0f0f0;
}

.device_change {
  background: #ddd;
}
.device_change a {
  background: #333;
  color: #fff;
}
.device_change a:hover {
  background: #999;
}

/* CSS Document */
body,
input,
select {
  font-size: 14px;
  line-height: 22px;
  font-family: UDTypos512;
  margin: 0;
  padding: 0;
}

input,
select {
  height: 34px;
}

input.btn,
input.submit {
  -webkit-appearance: none;
}

#contents {
  min-height: 300px;
  height: auto !important;
  height: 500px;
  margin: 0 auto;
}

/* カラム共通
-----------------------------------*/
#container {
  padding: 55px 0 0;
}

#sidebar {
  float: left;
  width: 200px;
}

#main {
  width: 740px;
  margin-top: 10px;
  float: left;
}

.maincontents {
  width: 98%;
  margin: 0 auto;
}

#aside {
  float: right;
  width: 200px;
}

/* 3カラム
-----------------------------------*/
#main-wrapper #main {
  float: left;
  width: 520px;
  margin: 0 20px;
}

/*
-----------------------------------*/
@font-face {
  font-family: UDTypos512;
}

body {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

img {
  vertical-align: bottom;
}

caption,
th,
td {
  word-break: break-all;
  word-wrap: break-word;
}

input,
select {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  padding-bottom: 6px 4px;
}

/* IE 7 */
*:first-child + html select {
  height: 34px;
}

.f_type2 {
  margin-left: 32px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#content .fix {
  width: 780px;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
}

input {
  border-width: 1px;
  border-style: solid;
  padding: 5px 3px;
  height: 22px;
}
input .quantity {
  width: 3.2em;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=search] {
  cursor: pointer;
}

input[type=radio] {
  margin-right: 4px;
  vertical-align: middle;
  border: none;
  box-shadow: none;
}

input[type=checkbox] {
  box-shadow: none;
}

.w_10per {
  width: 10%;
}

.w_20per {
  width: 20%;
}

.w_30per {
  width: 30%;
}

.w_40per {
  width: 40%;
}

.w_50per {
  width: 50%;
}

.w_60per {
  width: 60%;
}

.w_70per {
  width: 70%;
}

.w_80per {
  width: 80%;
}

.w_90per {
  width: 90%;
}

.w_100px {
  width: 100px;
}

.w_200px {
  width: 200px;
}

.w_300px {
  width: 300px;
}

.w_400px {
  width: 400px;
}

.w_500px {
  width: 500px;
}

.w_600px {
  width: 600px;
}

.w_700px {
  width: 700px;
}

.w_800px {
  width: 800px;
}

.w_900px {
  width: 900px;
}

.wordwrap_break {
  word-break: break-all;
  word-wrap: break-word;
}

/* h1 ~ h6
-----------------------------------*/
h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1.4em;
  margin: 0 0 15px 0;
  padding: 5px 5px 10px;
  font-weight: normal;
}

h3 {
  border-left-width: 4px;
  border-left-style: solid;
  font-weight: normal;
  margin: 20px 0 8px;
  padding-left: 4px;
}

h5 {
  font-size: 2em;
}

/* テキスト
-----------------------------------*/
.bold {
  font-weight: bold;
}

.txt_10px {
  font-size: 10px;
}

.txt_12px {
  font-size: 12px;
}

pre {
  word-break: break-all;
  word-wrap: break-word;
}

/* スペース
-----------------------------------*/
/* ボトム */
.space_b10px {
  margin-bottom: 10px;
}

.space_b20px {
  margin-bottom: 20px;
}

.space_b30px {
  margin-bottom: 30px;
}

/* トップ */
.space_t10px {
  margin-top: 10px;
}

.space_t20px {
  margin-top: 20px;
}

.space_t30px {
  margin-top: 30px;
}

/* table
----------------------------------------------------------------------*/
table.table {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
  border-collapse: collapse;
}

table.table th,
table.table td {
  padding: 10px;
  line-height: 140%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  word-break: break-all;
  word-wrap: break-word;
}

table.table th {
  text-align: left;
  font-weight: normal;
  max-width: 22%;
}

input.btn,
a.btn {
  padding: 4px 10px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-weight: bold;
}

input.btn:hover,
a.btn:hover {
  text-decoration: none;
}

.actions {
  margin: 20px 0;
}

/* ページトップに戻る
-----------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
}

/* control-group
----------------------------------------------------------------------*/
.control-group {
  width: 100%;
  margin: 10px 0;
}

/* form
----------------------------------------------------------------------*/
.control-label dl {
  overflow: hidden;
}

.control-label dl dt {
  clear: left;
  width: 16%;
  padding: 18px 2%;
}

.control-label dl dt,
.control-label dl dd {
  float: left;
}

.control-label dl dd {
  margin: 0;
  border-left-width: 2px;
  border-left-style: solid;
  padding: 12px 2%;
  width: 75%;
}

.control-label {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  min-width: 30px;
  padding: 5px 5px;
  text-align: center;
  width: auto;
  margin-right: -6px;
  vertical-align: top;
  min-width: 110px;
  *display: inline;
  *zoom: 1;
}

/* IE 7 */
*:first-child + html .control-label .add_on {
  margin-top: 1px;
}

.control-label input {
  border-width: 1px;
  border-style: solid;
}

.control-label select {
  padding: 4px 2px 4px 2px;
  border-width: 1px;
  border-style: solid;
}

.control-label .annotation {
  font-size: 0.8em;
  margin-left: 4px;
}

.control-label .pluralform {
  margin-bottom: 6px;
}

.margin_l-6 {
  margin-left: -6px;
}

/* パンくず　breadcrumb
-----------------------------------------------------------*/
.breadcrumb {
  margin-top: 0;
  letter-spacing: 0.1em;
  line-height: 170%;
}

/* div(dl)によるtable
-----------------------------------------------------------*/
.table dl {
  margin: 0;
  padding: 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  overflow: hidden;
}

.table dl dt,
.table dl dd {
  float: left;
  margin: 0;
  border-top-width: 1px;
  border-top-style: solid;
  word-break: break-all;
  word-wrap: break-word;
}

.table dl dt {
  width: 20%;
  padding: 10px 2%;
  clear: left;
}

.table dl dd {
  width: 74%;
  padding: 10px 0 10px 2%;
}

/*
-----------------------------------------------------------*/
.help-block {
  font-size: 90%;
  display: block;
}

/* サンプル用背景
-----------------------------------------------------------*/
.samplebg {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  padding: 20px 0 0 0;
}

/* floatのクリア(clearfix)
-----------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
  /*IE6 IE7用*/
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}

/* ログインパーツ
-----------------------------------------------------------*/
#my_inline {
  padding: 4px;
  margin-bottom: 4px;
}
#my_inline a {
  font-size: 0.9em;
  margin: 0 4px;
  padding: 2px 8px;
  border-width: 1px;
  border-style: solid;
}
#my_inline a:hover {
  text-decoration: none;
}
#my_inline .corekago-widget-signin.form-inline, #my_inline .my_inline_parts {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}
#my_inline .corekago-widget-signin.form-inline input, #my_inline .my_inline_parts input {
  font-size: 0.8em;
  height: 14px;
  margin-right: 10px;
  padding: 3px;
}
#my_inline .corekago-widget-signin.form-inline input.corekago-widget-signin-submit-btn, #my_inline .my_inline_parts input.corekago-widget-signin-submit-btn {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  vertical-align: middle;
  padding: 0;
  height: 20px;
}
#my_inline .corekago-widget-signin.form-inline input.corekago-widget-signin-submit-btn:hover, #my_inline .my_inline_parts input.corekago-widget-signin-submit-btn:hover {
  text-decoration: none;
}

#my_inline + #header > .guide {
  margin-top: 10px;
}

#my_block {
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  margin-bottom: 10px;
}
#my_block .control-group.form-group {
  margin: 0 0 10px;
}
#my_block .control-group.form-group label {
  display: none;
}
#my_block .control-group.form-group input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 24px;
  padding: 2px 4px;
  font-size: 0.9em;
  width: 100%;
}
#my_block .form-group.form-actions input {
  font-size: 0.9em;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  vertical-align: middle;
  padding: 0 10px;
  height: 20px;
}
#my_block .form-group.form-actions input:hover {
  text-decoration: none;
}
#my_block a {
  border-width: 1px;
  border-style: solid;
  display: block;
  margin-bottom: 10px;
  padding: 2px 4px;
  text-align: center;
}
#my_block a:hover {
  text-decoration: none;
}
#my_block a:last-child {
  margin: 0;
}

/* ITEM PAGE
-----------------------------------------------------------*/
.items {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 20px 0;
  border-width: 1px;
  border-style: solid;
  padding: 10px  10px 0;
  white-space: nowrap;
  zoom: 1;
}
.items ul {
  min-height: 1px;
  display: box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-box;
  display: -ms-box;
  box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
}
.items ul li {
  white-space: normal;
  margin: 0 4px 10px 4px;
  width: 124px;
  font-size: 0.8em;
  line-height: 120%;
  display: inline-block;
}
.items ul li a {
  display: block;
}
.items ul li a .thumbnail {
  display: table-cell;
  height: 110px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}
.items ul li a .thumbnail img {
  display: inline-block;
  max-height: 110px;
  max-width: 110px;
  vertical-align: bottom;
}
.items ul li a .title {
  margin-top: 2px;
  height: 3.6em;
  overflow: hidden;
}
.items ul li a .description {
  font-size: 0.95em;
  height: 2.4em;
  letter-spacing: -0.08em;
}
.items ul li a .price {
  text-align: center;
}
.items.vertical {
  overflow: inherit;
  padding: 10px;
}
.items.vertical ul {
  display: block;
}
.items.vertical ul li {
  float: none;
  text-align: center;
  margin: 0 0 10px;
  width: 100%;
}

.sly_wrap {
  position: relative;
  margin: 0 0 10px;
}
.sly_wrap .scrollbar {
  margin: 0 0 10px 0;
  height: 4px;
  background: #eee;
  line-height: 0;
}
.sly_wrap .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #777;
  cursor: pointer;
}
.sly_wrap .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.sly_wrap .pages {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.sly_wrap .pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.sly_wrap .pages li:hover {
  background: #aaa;
}
.sly_wrap .pages li.active {
  background: #666;
}
.sly_wrap .basic.items {
  padding: 0;
  margin: 0 0 10px;
}
.sly_wrap .basic.items ul {
  margin: 0;
  padding: 0;
}
.sly_wrap .basic.items ul li {
  margin: 5px;
  padding: 5px;
}
.sly_wrap .basic.items ul li:hover {
  background: #f0f0f0;
}
.sly_wrap .basic.items ul li a:hover {
  text-decoration: none;
}

.guide {
  margin: 0;
  padding: 0;
  list-style: none;
}

.device_change {
  margin: 4px 0;
  padding: 8px 0;
}
.device_change a {
  text-align: center;
  display: block;
  width: 80%;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  line-height: 28px;
  height: 28px;
}
.device_change a:hover {
  text-decoration: none;
}

textarea {
  font-family: UDTypos512;
  font-size: 1em;
}

.pickup_ranking .items ul li {
  position: relative;
  padding-top: 20px;
}
.pickup_ranking .items ul li a {
  display: block;
}
.pickup_ranking .items ul li a .price {
  font-weight: bold;
  display: inline;
}
.pickup_ranking .items ul li a .tax_label {
  display: inline;
  color: #999;
  font-size: 0.9em;
  margin-left: 4px;
  white-space: nowrap;
}
.pickup_ranking .items ul li .tag a {
  display: inline-block;
}
.pickup_ranking .items ul li .tag a img {
  height: 18px;
  white-space: nowrap;
  display: inline-block;
  margin: 0 4px 4px 0;
}
.pickup_ranking .items ul li .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.items .price {
  display: inline-block;
  font-weight: bold;
}
.items .tax_label {
  display: inline-block;
  color: #999;
  font-size: 0.9em;
}
.items .tag {
  margin-top: 5px;
  height: 28px;
  overflow: hidden;
}
.items .tag a {
  text-decoration: none;
  margin: 4px 2px;
  display: inline-block;
}
.items .tag a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.items .tag a img {
  height: 18px;
}
.items .count {
  background: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  padding: 2px 4px;
}
.items .count .member-recommend {
  display: inline-block;
}
.items .count .member-recommend .member-recommend-icon {
  margin: 0 4px 0 0;
}
.items .count .member-recommend .member-recommend-icon img {
  max-height: 16px;
  vertical-align: sub;
}
.items .count .member-recommend .member-recommend-score {
  margin-right: 4px;
  font-weight: bold;
  color: #999;
}
.items .count .member-recommend .member-recommend-text {
  color: #999;
}
.items .count .review {
  margin-top: 2px;
}
.items .count .review .aggregate-rate .fa {
  vertical-align: middle;
  height: 1em;
}
.items .count .review .aggregate-rate .fa:before {
  display: block;
}
.items .count .review .aggregate-rate .aggregate-rate-number {
  color: #777;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px;
  line-height: 1.1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.items .count .review .aggregate-rate .aggregate-rate-number:hover {
  text-decoration: none;
  background: #aaa;
  color: #fff;
}
.items .count .review .aggregate-rate .aggregate-rate-number .review_unit {
  font-size: 0.8em;
  vertical-align: top;
}

/* CSS Document */
#contents {
  width: 960px;
}

#sidebar + #main {
  float: left;
  width: 740px;
  margin-left: 20px;
}

/*商品詳細*/
#item {
  width: 730px;
}

#item div.right {
  float: right;
  width: 360px;
}

/* CSS Document */
#header {
  width: 960px;
  margin: 0 auto;
}
#header .guide a {
  float: right;
  padding: 1px 10px;
  text-align: center;
  display: block;
  border-width: 1px;
  border-style: solid;
  margin-left: 15px;
}
#header .guide a:hover {
  text-decoration: none;
}
#header .shop_name {
  font-size: 39px;
  line-height: 160%;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}
#header .gNav {
  margin: 10 auto 5px auto;
}
#header .gNav a {
  width: 175px;
  float: left;
  border-left-width: 6px;
  border-left-style: solid;
  padding: 5px 0 5px 10px;
  display: block;
}
#header .gNav a:hover {
  text-decoration: none;
}

/* 検索
-----------------------------------------------------------*/
#search {
  width: auto;
  padding: 5px 10px;
  margin-top: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
#search .inner {
  width: 960px;
  margin: 0 auto;
}
#search .inner .form {
  padding: 0;
  width: 500px;
  float: left;
  margin-top: 3px;
}
#search .inner .cart {
  width: 430px;
  padding: 5px;
  float: right;
  font-size: 12px;
  line-height: 130%;
  position: relative;
}
#search .inner .cart .price {
  float: left;
  text-align: right;
  padding: 0 10px;
}
#search .inner .cart .logedin {
  float: left;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 0  10px;
  margin-right: 5px;
  max-width: 200px;
}
#search .inner .cart .logedin span {
  font-weight: bold;
  font-size: 110%;
}
#search .inner .cart .cart_btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
#search .inner .cart .cart_btn a {
  padding: 7px 10px;
  border-width: 1px;
  border-style: solid;
  float: right;
}
#search .inner .cart .cart_btn a:hover {
  text-decoration: none;
}
#search .h_keyword {
  float: left;
  margin: 0 -2px 0 0;
  padding: 0;
}
#search .h_submit {
  float: left;
  padding: 0;
  margin: 0;
  height: 34px;
}
#search .h_keyword input.txtarea {
  height: 22px;
  line-height: 22px;
  padding: 5px;
  width: 400px;
  border-width: 1px;
  border-style: solid;
}
#search .h_submit input.submit {
  height: 34px;
  line-height: 22px;
  width: 90px;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

/* CSS Document */
#footer {
  width: auto;
  margin: 15px 0;
}
#footer .innner {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
}
#footer .article_l {
  width: 27%;
  margin: 0 1%;
  float: left;
}
#footer .article_l ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .article_l ul li {
  margin: 0;
  padding: 0;
}
#footer .article_r {
  width: 18%;
  margin: 0 1%;
  float: left;
}
#footer .article_r ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .article_r ul li {
  margin: 0;
  padding: 0;
}
#footer .article_l .title, #footer .article_r .title {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 10px;
}
#footer .article_l ul, #footer .article_r ul {
  margin: 0;
  padding: 0;
}
#footer .article_l ul a:hover, #footer .article_r ul a:hover {
  text-decoration: none;
}
#footer .article_l li, #footer .article_r li {
  margin-left: 25px;
}

/* CSS Document */
/* カテゴリナビ
-----------------------------------------------------------*/
#cate_nav {
  width: 200px;
  float: left;
}
#cate_nav > div {
  margin-bottom: 20px;
}
#cate_nav input[type="text"] {
  width: 90%;
}
#cate_nav input[type="checkbox"] {
  vertical-align: middle;
}
#cate_nav .banner {
  margin-bottom: 20px;
}
#cate_nav .banner img {
  width: 200px;
}
#cate_nav .title {
  padding: 10px 10px 4px 2px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 5px;
  font-size: 18px;
}
#cate_nav .b_classify a, #cate_nav .facet a {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}
#cate_nav .b_classify a:hover, #cate_nav .facet a:hover {
  text-decoration: none;
}
#cate_nav .b_classify.selected, #cate_nav .facet.selected {
  display: block;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#cate_nav .s_classify a {
  padding: 10px 10px 10px 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
}
#cate_nav .s_classify a:hover {
  text-decoration: none;
}

.form.facet-price-form {
  font-size: 0.9em;
}
.form.facet-price-form .input-small {
  font-size: 0.9em;
  height: 1.2em;
  line-height: 1.2em;
  width: 55px !important;
  margin-right: 2px;
}
.form.facet-price-form .btn-facet-price-form {
  height: 25px;
  padding: 2px;
  font-weight: normal;
}

/* カテゴリ左ナビ検索
-----------------------------------------------------------*/
#sidebar #cate_nav .title {
  font-size: 14px;
  line-height: 14px;
  padding-left: 5px;
}
#sidebar #cate_nav .title:first-child {
  margin-top: 10px;
}
#sidebar #cate_nav label {
  font-size: 0.9em;
}
#sidebar #cate_nav input[type="text"], #sidebar #cate_nav input[type="radio"], #sidebar #cate_nav input[type="checkbox"] {
  margin-left: 5px;
}
#sidebar #cate_nav input[type="radio"], #sidebar #cate_nav input[type="checkbox"] {
  border: none;
  padding: 0;
}
#sidebar #cate_nav input.btn {
  border: none;
  margin-left: 5px;
  width: 94%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
}
#sidebar #cate_nav a.btn-reset-condition {
  font-size: 0.8em;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;
  border: 1px solid #bbb;
  background: #f0f0f0;
  color: #777;
  display: inline-block;
  line-height: 1em;
}
#sidebar #cate_nav a.btn-reset-condition:hover {
  background: #ddd;
}
#sidebar #cate_nav .facet {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dedede;
}
#sidebar #cate_nav .b_classify a, #sidebar #cate_nav .facet a {
  padding: 4px 10px;
}
#sidebar #cate_nav .title + .b_classify {
  margin-top: -5px;
  word-break: break-all;
  word-wrap: break-word;
}
#sidebar #cate_nav input#price_min, #sidebar #cate_nav input#price_max {
  width: 50px !important;
  height: 15px !important;
  margin: 4px;
  vertical-align: middle;
}
#sidebar #cate_nav span#conditions {
  display: block;
  overflow: hidden;
}

#cate_nav .facet .current a .facet-reset {
  float: right;
}

/* CSS Document */
#category fieldset {
  margin: 0 2px 0 1px;
  padding: 8px;
  border: none;
}

#category h2.title {
  padding: 5px 5px 10px 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}

#category .freespace {
  padding: 10px;
  margin: 10px 0 30px 0;
  word-wrap: break-word;
  word-break: break-all;
}

#category .pager {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px;
  height: 28px;
}

#category .pager:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

#category .pager {
  min-height: 1px;
  /*IE6 IE7用*/
}

* html #category .pager {
  height: 1px;
  /*\*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

#category .pager .search_number,
#category .pager .search_row {
  float: left;
  margin-right: 10px;
}

.search_number.mini > select {
  margin-right: 10px;
}

#category .pager .item {
  float: right;
  margin: 6px 4px 0 0;
}

#category .itemlist {
  margin: -1px 2px 0 2px;
  font-size: 12px;
  text-align: center;
  line-height: 150%;
}

#category .itemlist .item {
  float: left;
  width: 163px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  margin-left: -1px !important;
  margin-bottom: -1px;
  text-decoration: none;
  display: block;
  z-index: 1;
  position: relative;
  height: 275px;
}
#category .itemlist .item.icon_disp {
  height: 330px;
  *height: 370px;
}
#category .itemlist .item.review_star_disp {
  height: 305px;
  *height: 345px;
}
#category .itemlist .item.review_count_disp {
  height: 305px;
  *height: 345px;
}
#category .itemlist .item.kininaru_disp {
  height: 305px;
  *height: 345px;
}
#category .itemlist .item.icon_disp.review_star_disp {
  height: 360px;
  *height: 400px;
}
#category .itemlist .item.icon_disp.review_star_disp.review_count_disp {
  height: 360px;
  *height: 400px;
}
#category .itemlist .item.icon_disp.review_star_disp.kininaru_disp {
  height: 375px;
  *height: 415px;
}
#category .itemlist .item.icon_disp.review_star_disp.review_count_disp.kininaru_disp {
  height: 375px;
  *height: 415px;
}
#category .itemlist .item.icon_disp.review_count_disp {
  height: 360px;
  *height: 400px;
}
#category .itemlist .item.icon_disp.review_count_disp.kininaru_disp {
  height: 375px;
  *height: 415px;
}
#category .itemlist .item.icon_disp.kininaru_disp {
  height: 360px;
  *height: 400px;
}
#category .itemlist .item.review_star_disp.review_count_disp {
  height: 305px;
  *height: 345px;
}
#category .itemlist .item.review_star_disp.review_count_disp.kininaru_disp {
  height: 320px;
  *height: 360px;
}
#category .itemlist .item.review_star_disp.kininaru_disp {
  height: 320px;
  *height: 360px;
}
#category .itemlist .item.review_count_disp.kininaru_disp {
  height: 320px;
  height: 305px;
  *height: 350px;
}

#category .itemlist .item:hover {
  z-index: 5;
}

#category .itemlist .item:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#category .itemlist .item .count {
  background: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  padding: 4px 2px;
}
#category .itemlist .item .count .member-recommend {
  display: inline-block;
}
#category .itemlist .item .count .member-recommend .member-recommend-icon {
  margin: 0 4px 0 0;
}
#category .itemlist .item .count .member-recommend .member-recommend-icon img {
  max-height: 16px;
  vertical-align: sub;
}
#category .itemlist .item .count .member-recommend .member-recommend-score {
  margin-right: 4px;
  font-weight: bold;
  color: #999;
}
#category .itemlist .item .count .member-recommend .member-recommend-text {
  color: #999;
}
#category .itemlist .item .count .aggregate-rate {
  display: inline-block;
}
#category .itemlist .item .count .aggregate-rate .aggregate-rate-number {
  color: #777;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px;
  line-height: 1.1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#category .itemlist .item .count .aggregate-rate .aggregate-rate-number:hover {
  text-decoration: none;
  background: #aaa;
  color: #fff;
}
#category .itemlist .item .count .aggregate-rate .aggregate-rate-number .review_unit {
  font-size: 0.8em;
  vertical-align: top;
}

#category .itemlist .item > a {
  display: table-cell;
  display: block\9 !important;
  width: 162px !important;
  height: 162px;
  vertical-align: middle;
  line-height: 162px\9 !important;
}

* html #category .itemlist .item > a {
  /* IE 6 */
  display: inline;
  zoom: 1;
}

*:first-child + html #category .itemlist .item > a {
  /* IE 7 */
  display: inline;
  zoom: 1;
}

#category .itemlist .item img {
  width: auto;
  max-width: 158px;
  height: auto;
  max-height: 158px;
  vertical-align: middle;
}

#category .itemlist .item .name,
#category .itemlist .item .comment {
  text-align: left;
}

#category .itemlist .item .comment {
  letter-spacing: -0.5px;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 2px;
  line-height: 1.4em;
}

#category .itemlist .item .name {
  height: 3em;
  overflow: hidden;
}

#category .itemlist .item .name a {
  text-decoration: none;
}

#category .itemlist .item .name a:hover {
  text-decoration: underline;
}

#category .itemlist .item .price {
  font-weight: bold;
}

#category .itemlist .item .tag {
  height: 50px;
  margin-top: 5px;
  word-wrap: break-all;
  word-break: break-word;
  overflow: hidden;
}

#category .itemlist .item .tag a {
  text-decoration: none;
  margin: 0 3px;
  line-height: 200%;
}

#category .itemlist .item .tag a img {
  height: 20px;
}

#category .itemlist .item .tag a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/* 在庫ゼロ
-----------------------------------------------------------*/
#category .itemlist .item .stock {
  height: 162px;
  left: 10px;
  line-height: 162px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  width: 162px;
  font-size: 1.4em;
}

/* ページネーション
-----------------------------------------------------------*/
.pagination {
  margin: 10px 0;
}

.pagination-left {
  text-align: left;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pagination ul li {
  display: inline;
  float: left;
  margin: 0 4px;
  outline-width: 1px;
  outline-style: solid;
}

.pagination ul li a {
  text-decoration: underline;
  padding: 3px 6px;
  margin: 0;
  text-decoration: none;
  display: block;
}

/* 下位カテゴリ
-----------------------------------------------------------*/
.categorylist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.categorylist li {
  display: inline-block;
  width: 17%;
  padding: 4px;
  margin: 6px;
  vertical-align: top;
  line-height: 110%;
  border-left-width: 2px;
  border-left-style: solid;
  *display: inline;
  *zoom: 1;
}

.categorylist li h3 {
  font-size: 12px;
  font-weight: normal;
  word-break: break-all;
  margin: 0;
  border: none;
}

.categorylist li h3 a {
  display: block;
}

/*
-----------------------------------------------------------*/
#per_page {
  margin-right: 10px;
}

#category .itemlist .item .price {
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 5px;
  display: inline-block;
}

#category .itemlist .item .tax_label {
  display: inline-block;
  font-size: 0.9em;
  color: #999;
}

/* 表示件数などのform
-----------------------------------------------------------*/
#search-form-items:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
#search-form-items .search_row,
#search-form-items .search_number {
  float: left;
}
#search-form-items .item {
  float: right;
  margin: 6px 4px 0 0;
}

#search-form-items {
  min-height: 1px;
  /*IE6 IE7用*/
}

* html #search-form-items {
  height: 1px;
  /*\*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

/* リスト表示
-----------------------------------------------------------*/
#category .itemlist-list:first-child {
  border: none;
}
#category .itemlist-list .item {
  padding: 4px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ddd;
  position: relative;
}
#category .itemlist-list .item .img {
  float: left;
  width: 128px;
  height: 128px;
  text-align: center;
}
#category .itemlist-list .item .img a {
  width: 120px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
}
#category .itemlist-list .item .img a img {
  max-width: 120px;
  max-height: 120px;
}
#category .itemlist-list .item .info-area {
  margin: 0 0 0 134px;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#category .itemlist-list .item .info-area .name {
  color: #333;
  font-weight: bold;
}
#category .itemlist-list .item .info-area .name:hover {
  text-decoration: underline;
}
#category .itemlist-list .item .info-area .name a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#category .itemlist-list .item .info-area .price {
  display: inline-block;
  color: #c00;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
#category .itemlist-list .item .info-area .tax_label {
  display: inline-block;
  font-size: 0.9em;
  color: #999;
  margin-left: 4px;
}
#category .itemlist-list .item .info-area .aggregate-rate {
  display: inline-block;
  color: #673100;
}
#category .itemlist-list .item .info-area .aggregate-rate .aggregate-rate-number {
  color: #777;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px;
  line-height: 1.1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#category .itemlist-list .item .info-area .aggregate-rate .aggregate-rate-number:hover {
  text-decoration: none;
  background: #aaa;
  color: #fff;
}
#category .itemlist-list .item .info-area .aggregate-rate .aggregate-rate-number .review_unit {
  font-size: 0.8em;
  vertical-align: top;
}
#category .itemlist-list .item .info-area .review-link {
  display: inline-block;
}
#category .itemlist-list .item .info-area .comment {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#category .itemlist-list .item .info-area .count {
  background: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  padding: 2px 8px;
}
#category .itemlist-list .item .info-area .count .member-recommend {
  display: inline-block;
}
#category .itemlist-list .item .info-area .count .member-recommend .member-recommend-icon {
  margin: 0 4px 0 0;
}
#category .itemlist-list .item .info-area .count .member-recommend .member-recommend-icon img {
  max-height: 16px;
  vertical-align: sub;
}
#category .itemlist-list .item .info-area .count .member-recommend .member-recommend-score {
  margin-right: 4px;
  font-weight: bold;
  color: #999;
}
#category .itemlist-list .item .info-area .count .member-recommend .member-recommend-text {
  color: #999;
}
#category .itemlist-list .item .info-area .tag a {
  margin: 0 8px 0 0;
}
#category .itemlist-list .item .info-area .tag a img {
  height: 20px;
  vertical-align: baseline;
}
#category .itemlist-list .item .stock {
  height: 120px;
  left: 4px;
  line-height: 120px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  position: absolute;
  top: 8px;
  width: 120px;
  font-size: 1.4em;
  text-align: center;
}

/* カートボタン付きカテゴリ
-----------------------------------------------------------*/
#category .itemlist.with-cart .item {
  height: 350px;
}
#category .itemlist.with-cart .item .category-item-quantity input {
  width: 40px;
  padding: 0 0 0 4px;
  text-align: right;
  font-size: 12px;
}
#category .category-add-cart {
  margin: 12px 0;
}
#category .category-add-cart .category-add-cart-info p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#category .category-add-cart .category-add-cart-btn {
  text-align: center;
}
#category .category-add-cart .category-add-cart-btn input {
  width: 400px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#category .category-add-cart .category-add-cart-btn input:hover {
  background: #666;
}

/* 自動読み込みローディング画像
-----------------------------------------------------------*/
.autoload-pager-loading {
  text-align: center;
  margin: 8px 0;
}

.autoload-pager-nav {
  text-align: right;
  margin: 4px;
  font-size: 0.9em;
}

/* CSS Document */
#information_entry {
  margin: 0 auto 30px auto;
}
#information_entry .title {
  padding: 5px 5px 10px 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}
#information_entry .title_404 {
  padding: 20px 5px 10px 5px;
  font-size: 24px;
}
#information_entry .announce_404 {
  padding: 10px;
  font-size: 16px;
}
#information_entry .text_404 {
  margin: 20px;
}
#information_entry .required {
  margin: 10px 0;
}
#information_entry .form input, #information_entry .form select {
  padding: 2px 5px;
  margin-top: 3px;
  margin-bottom: 2px;
}
#information_entry .btn a {
  padding: 15px 0;
  width: 300px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 0 auto;
}
#information_entry .btn a:hover {
  text-decoration: none;
}
#information_entry .parts {
  margin: 0 8px 50px 8px;
}
#information_entry .bold {
  font-weight: bold;
}
#information_entry .attention {
  padding: 12px;
}
#information_entry .attention li {
  margin-left: 16px;
  font-size: 0.8em;
}
#information_entry dl.list dd div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 404 必須 ボタン 支払い方法
-----------------------------------------------------------*/
dl.list {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
dl.list dt {
  float: left;
  width: 16em;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 8px;
}
dl.list dd {
  margin-left: 16em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-top-width: 1px;
  border-top-style: solid;
}

/* FAQ
-----------------------------------------------------------*/
#information_entry h3 {
  margin: 10px 0 0;
  font-weight: normal;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.accordion_head {
  cursor: pointer;
}

.accordion_box {
  margin-top: -20px;
  padding: 10px 10px 20px 25px;
  margin: -1px 0 0 0;
  border-width: 1px;
  border-style: solid;
}

.accordion_block {
  padding: 0 10px;
  margin: 0;
}

.privacy li {
  line-height: 160%;
  margin-bottom: 16px;
}

/* 利用規約
-----------------------------------------------------------*/
#kiyaku p {
  margin-left: 16px;
}
#kiyaku li {
  margin-bottom: 10px;
  margin-left: 16px;
}
#kiyaku ul.parenthesis {
  padding-left: 2em;
  text-indent: -1.4em;
}
#kiyaku ul.parenthesis li {
  list-style: none;
}
#kiyaku h2 {
  margin-top: 40px;
}
#kiyaku h3 {
  margin: 24px 0 4px;
  background: none;
  font-weight: bold;
  padding: 4px 10px;
  border: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#kiyaku ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#Inquiry_question {
  width: 98%;
}

/* CSS Document */
.ranking {
  width: 140px;
}

.ranking .title {
  padding: 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 10px;
}

.ranking .item {
  margin-bottom: 10px;
}

.ranking .item .number {
  width: 40px;
  padding: 10px 0;
  height: 80px;
  font-size: 18px;
  text-align: center;
  float: left;
}

.ranking .item .img {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: left;
}

.ranking .item .img img {
  max-width: 100px;
  height: auto;
  width: auto;
  max-height: 100px;
}

.ranking .name {
  font-size: 12px;
  margin-top: 5px;
}

/* CSS Document */
/* 水平スクロールのみ表示
-----------------------------------------------------------*/
.dv_recommend {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 20px 0;
  border-width: 1px;
  border-style: solid;
  padding: 10px  10px 0;
  word-wrap: normal;
  white-space: nowrap;
  height: 200px;
}

/* 商品全体の幅を指定
-----------------------------------------------------------*/
/*
.dv_items_list {
  display: box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-box;
  display: -ms-box;
  box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
}
*/
/* アイテム単位の幅の指定
-----------------------------------------------------------*/
.dv_rc_img,
.dv_rc_name,
.dv_rc_description {
  width: 100px;
}

.dv_rc_img {
  height: 100px;
  width: 100px;
  display: table-cell;
  vertical-align: middle;
}

.dv_rc_img img {
  max-width: 100px;
  max-height: 100px;
  vertical-align: bottom;
}

/* 全体
-----------------------------------------------------------*/
.dv_rc_items {
  margin: 0 10px 10px 0;
  white-space: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#recommender_pc_top_bb,
#footprint_pc_top_fp,
#ranking_pc_top_rk {
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
}

/* ヘッダー　、　タイトル
-----------------------------------------------------------*/
.dv_rc_header {
  padding: 4px 4px 0;
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 120%;
  word-break: break-all;
  border-bottom-width: 2px;
  border-bottom-style: groove;
  visibility: hidden;
  display: none;
}

.dv_rc_title {
  padding: 4px 4px 0;
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 110%;
  word-break: break-all;
  border-bottom-width: 2px;
  border-bottom-style: groove;
  visibility: hidden;
  display: none;
}

.dv_rc_footer {
  visibility: hidden;
  display: none;
}

/* 画像
-----------------------------------------------------------*/
.dv_rc_img {
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.dv_rc_items a {
  display: block;
}

/* 商品名
-----------------------------------------------------------*/
.dv_rc_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100px;
}

.dv_rc_description {
  overflow: hidden;
  height: 3em;
  line-height: 1.5em;
  width: 100px;
}

.dv_rc_name {
  font-weight: bold;
}

.dv_rc_price {
  font-weight: bold;
}

/* CSS Document */
#hitoke.hitoke_l1 {
  margin: 20px 0;
}
#hitoke.hitoke_l1 .title {
  border-width: 0 0 0 4px;
  border-style: solid;
  padding-left: 4px;
  margin: 0 0 4px 0;
  font-size: 1.2em;
  color: #333 !important;
}
#hitoke.hitoke_l1 .inner {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}
#hitoke.hitoke_l1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#hitoke.hitoke_l1 ul li {
  margin: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 5px 0;
}
#hitoke.hitoke_l1 ul li:first-child {
  border: none;
  padding-top: 0;
}
#hitoke.hitoke_l1 ul li:last-child {
  padding-bottom: 0;
}
#hitoke.hitoke_l1 ul li .hitoke_img {
  display: table-cell;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}
#hitoke.hitoke_l1 ul li .hitoke_img img {
  border: none;
  max-width: 70px;
  max-height: 70px;
}
#hitoke.hitoke_l1 ul li .hitoke_info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
#hitoke.hitoke_l1 ul li .hitoke_info .hitoke_date {
  font-size: 0.9em;
}
#hitoke.hitoke_l2 {
  margin: 20px 0;
}
#hitoke.hitoke_l2 .title {
  border-width: 0 0 0 4px;
  border-style: solid;
  padding-left: 4px;
  margin: 0 0 4px 0;
  font-size: 1.2em;
}
#hitoke.hitoke_l2 .inner {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}
#hitoke.hitoke_l2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#hitoke.hitoke_l2 ul li {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 5px 0;
}
#hitoke.hitoke_l2 ul li:first-child {
  border: none;
  padding-top: 0;
}
#hitoke.hitoke_l2 ul li:last-child {
  padding-bottom: 0;
}
#hitoke.hitoke_l2 ul li .hitoke_date {
  font-weight: bold;
}
#hitoke.hitoke_l2 ul li .hitoke_img {
  display: table-cell;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}
#hitoke.hitoke_l2 ul li .hitoke_img img {
  border: none;
  max-width: 70px;
  max-height: 70px;
}
#hitoke.hitoke_l2 ul li .hitoke_info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
#hitoke.hitoke_l2 ul li .hitoke_description {
  padding: 5px;
  margin-top: 5px;
}
#hitoke.hitoke_m1 {
  margin: 20px 0;
}
#hitoke.hitoke_m1 .title {
  border-width: 0 0 0 4px;
  border-style: solid;
  padding-left: 4px;
  margin: 0 0 4px 4px;
  font-size: 1.2em;
  background: none;
}
#hitoke.hitoke_m1 .inner {
  border-width: 1px 0;
  border-style: solid;
  padding: 5px;
}
#hitoke.hitoke_m1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#hitoke.hitoke_m1 ul li {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 5px 0;
}
#hitoke.hitoke_m1 ul li:first-child {
  border: none;
  padding-top: 0;
}
#hitoke.hitoke_m1 ul li:last-child {
  padding-bottom: 0;
}
#hitoke.hitoke_m1 ul li .hitoke_img {
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
#hitoke.hitoke_m1 ul li .hitoke_img img {
  border: none;
  max-width: 60px;
  max-height: 60px;
}
#hitoke.hitoke_m1 ul li .hitoke_info {
  font-size: 0.9em;
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
#hitoke.hitoke_m1 ul li .hitoke_info p {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
#hitoke.hitoke_m1 ul li .hitoke_info .hitoke_date {
  font-size: 0.9em;
}
#hitoke.hitoke_m1 ul li .hitoke_info .hitoke_name a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 20em;
  display: block;
}
#hitoke.hitoke_m2 {
  margin: 20px 0;
}
#hitoke.hitoke_m2 .title {
  border-width: 0 0 0 4px;
  border-style: solid;
  padding-left: 4px;
  margin: 0 0 4px 4px;
  font-size: 1.2em;
  background: none;
}
#hitoke.hitoke_m2 .inner {
  border-width: 1px 0;
  border-style: solid;
  padding: 5px;
}
#hitoke.hitoke_m2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#hitoke.hitoke_m2 ul li {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 5px 0;
  font-size: 0.9em;
}
#hitoke.hitoke_m2 ul li p {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
#hitoke.hitoke_m2 ul li:first-child {
  border: none;
  padding-top: 0;
}
#hitoke.hitoke_m2 ul li:last-child {
  padding-bottom: 0;
}
#hitoke.hitoke_m2 ul li .hitoke_date {
  font-weight: bold;
}
#hitoke.hitoke_m2 ul li .hitoke_img {
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
#hitoke.hitoke_m2 ul li .hitoke_img img {
  border: none;
  max-width: 60px;
  max-height: 60px;
}
#hitoke.hitoke_m2 ul li .hitoke_info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
#hitoke.hitoke_m2 ul li .hitoke_description {
  padding: 5px;
  margin-top: 5px;
}
#hitoke.hitoke_s1 {
  margin: 20px 0;
}
#hitoke.hitoke_s1 .title {
  border-width: 0 0 0 4px;
  border-style: solid;
  padding-left: 4px;
  margin: 0 0 4px 4px;
  font-size: 1.2em;
  background: none;
}
#hitoke.hitoke_s1 .inner {
  border-width: 1px 0;
  border-style: solid;
  padding: 5px;
}
#hitoke.hitoke_s1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#hitoke.hitoke_s1 ul li {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 5px 0;
  font-size: 0.85em;
}
#hitoke.hitoke_s1 ul li:first-child {
  border: none;
  padding-top: 0;
}
#hitoke.hitoke_s1 ul li:last-child {
  padding-bottom: 0;
}
#hitoke.hitoke_s1 ul li .hitoke_img {
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
#hitoke.hitoke_s1 ul li .hitoke_img img {
  border: none;
  max-width: 60px;
  max-height: 60px;
}
#hitoke.hitoke_s1 ul li .hitoke_info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
#hitoke.hitoke_s1 ul li .hitoke_info p {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  height: 60px;
  overflow: hidden;
}
#hitoke.hitoke_s2 {
  margin: 20px 0;
}
#hitoke.hitoke_s2 .title {
  border-width: 0 0 0 4px;
  border-style: solid;
  padding-left: 4px;
  margin: 0 0 4px 4px;
  font-size: 1.2em;
  background: none;
}
#hitoke.hitoke_s2 .inner {
  border-width: 1px 0;
  border-style: solid;
  padding: 5px;
}
#hitoke.hitoke_s2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#hitoke.hitoke_s2 ul li {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 5px 0;
  font-size: 0.85em;
}
#hitoke.hitoke_s2 ul li p {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
#hitoke.hitoke_s2 ul li:first-child {
  border: none;
  padding-top: 0;
}
#hitoke.hitoke_s2 ul li:last-child {
  padding-bottom: 0;
}
#hitoke.hitoke_s2 ul li .hitoke_img {
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
#hitoke.hitoke_s2 ul li .hitoke_img img {
  border: none;
  max-width: 60px;
  max-height: 60px;
}
#hitoke.hitoke_s2 ul li .hitoke_info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
#hitoke.hitoke_s2 ul li .hitoke_price {
  margin-top: 5px;
}
#hitoke.hitoke_s2 ul li .hitoke_description {
  padding: 5px;
  margin-top: 5px;
}

/* CSS Document */
#topics > a {
  overflow: hidden;
  display: block;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #dedede;
}
#topics > a h1 {
  float: left;
  border: none;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
}
#topics > a p {
  float: right;
}
#topics > a p:after {
  content: "\f105";
  font-family: UDTypos512;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0 4px 0 8px;
  vertical-align: top;
  font-style: 18px;
}
#topics > a:hover p:after {
  margin: 0 0 0 12px;
}
#topics .list {
  margin: 0 0 30px 0;
}
#topics .list .item {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #ddd;
  margin: 4px;
}
#topics .list .item:first-child {
  border: none;
}
#topics .list .item a {
  padding: 4px;
  display: block;
}
#topics .list .item a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
#topics .list .item a .title {
  color: #555;
}
#topics .list .item a .title:hover {
  color: #06c;
}
#topics .list .item a .date {
  color: #aaa;
  font-size: 0.8em;
}

.form_toolbar {
  margin: 4px 0;
}
.form_toolbar .tags a.btn {
  font-size: 11px;
  font-weight: normal;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ccc;
  display: inline-block;
  line-height: 14px;
  margin-bottom: 4px;
}
.form_toolbar .tags a.btn:hover {
  background: #999;
}

.ckg_form_toolbar .topic_list .topic_pulldown {
  border-color: #ccc;
  height: 24px;
  width: 100%;
}

#topic .topic_head {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #eee;
  margin: 0 0 8px 0;
}
#topic .topic_head .title {
  font-size: 16px;
  font-weight: bold;
}
#topic .topic_head .date {
  font-size: 0.9em;
  color: #999;
}

.topic-list {
  margin: 0 0 30px 0;
  width: inherit;
}
.topic-list .item {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #ddd;
  margin: 4px;
}
.topic-list .item:first-child {
  border: none;
}
.topic-list .item a {
  padding: 4px;
  display: block;
}
.topic-list .item a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.topic-list .item a .title {
  color: #555;
}
.topic-list .item a .title:hover {
  color: #06c;
}
.topic-list .item a .date {
  color: #aaa;
  font-size: 0.8em;
}

.pager {
  margin: 20px 0;
  text-align: center;
}
.pager > div {
  display: inline-block;
  margin: 0 10px;
}
.pager a {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: gray;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  min-width: 15px;
  padding: 0 10px;
}
.pager a:hover {
  text-decoration: none;
  background: #eee;
}

/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** Responsive utilities */
@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

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

  table.visible-xs {
    display: table;
  }

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

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

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

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

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

  table.visible-print {
    display: table;
  }

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

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
