@charset "euc-jp";

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #444344;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color:#fff;
  font-size:12px;
}
a {
  color: #444344;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.layout_header,
.layout_container,
.layout_footer,
.top_container {
  margin: 0 auto;
  width: 1200px;
}
.layout_header {
  padding-top: 0px;
  height:40px;
}
.layout_footer {
  width:1080px;
  margin-top: 3em;
  padding:45px 60px 15px;
}
.header_btn {
  font-size: ;
  line-height:;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 50%;
  text-align:right;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
  .header_member_nav li {
    white-space: nowrap;
	text-align:right;
	display:inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
  }
  .member_login_name {
    float: left;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #888;
}

  .shop_name a {
    color: #444;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }

/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  display: inline-block;
  margin: 0 2em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 10000;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
    width:200px;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 31%;
}
  .footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
  border-top: 0px solid #d8d8d8;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: 1em;
    padding-left: 0px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
    padding: 1em 0;
    text-align:center;
    font-size: 14px;
	color:#fff;
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}


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

追記

**************************************************************/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* スライダーボーダーとctr削除 */
.bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 0px #ccc !important;
-webkit-box-shadow: 0 0 0px #ccc !important;
box-shadow: 0 0 0px #ccc !important;
border: solid #fff 0px !important;
left: 0px !important;
background: #fff !important;
text-align:right;
}

.bx-pager.bx-default-pager {
display:;
}
.bx-wrapper {
	margin-bottom:70px !important;
}

h1 {
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	width:50%;
	margin-top:12px;
}
#header1 {
	width:100%;
	background-color:#434343;
}
#header2 {
	width:1200px;
	margin:0 auto;
	padding:8px 0;
}
#header2 .logo {
	width:400px;
	float:left;
}
#header2 .header2nav {
	width:800px;
	float:left;
	list-style:none;
	text-align:right;
}
#header2 .header2nav li {
	display:inline-block;
    vertical-align: top;
	margin-top:7px;
	margin-right:6px;
}
#header2 .header2nav li:last-child {
	margin-right:0px;
}
#header2 .header2nav li img {
	vertical-align:middle;
}
#header2 .header2nav li.h_sns {
	margin-top:15px;
}
.header_global_nav {
  margin-top: 0px;
  margin-bottom: 0em;
  border-top: 0px solid #888;
  border-bottom: 0px solid #888;
  background:#444344;
}
.header_global_nav li a:link,
.header_global_nav li a:visited {
	color:#fff;
}
.header_global_nav li a:hover {
	color:#ccc;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.header_category_lst {
	background-color:none;
	width:500px;
}
.header_category_lst a {
    display: block !important;
    padding: 0.8em 1em;
    background-color: rgba(0,0,0,0.6);
}
.header_category_lst li {
  display: block;
  float: left;
  border-right: 0px solid #888;
  border-bottom: 0px solid #888;
  border-left: 0px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
  width:250px;
  font-size:12px;
  font-weight:normal;
}
.header_nav_menu_category img {
    position: relative;
    width: 5px;
    height: 10px;
	margin-right: 5px;
}
.header_nav_menu_group img {
    position: relative;
    width: 5px;
    height: 10px;
	margin-right: 5px;
}
.header_group_lst {
    position: absolute;
    left: 0;
    z-index: 10000;
    display: none;
    min-width: 100%;
    width: auto;
    border-top: 1px solid #aaa;
}
.header_group_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_group_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}
.header_group_lst {
	background-color:none;
	width:500px;
}
.header_group_lst a {
    display: block !important;
    padding: 0.8em 1em;
    background-color: rgba(0,0,0,0.6);
}
.header_group_lst li {
  display: block;
  float: left;
  border-right: 0px solid #888;
  border-bottom: 0px solid #888;
  border-left: 0px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
  width:250px;
  font-size:12px;
  font-weight:normal;
}
#footer {
	width:100%;
	background:#444344;
	color:#fff;
}
.f_logo {
	width:540px;
	float:left;
}
.f_sns {
	width:540px;
	float:right;
	text-align:right;
}
.f_sns img {
	margin-left:6px;
	vertical-align:top;
}
.footer_nav {
	margin:20px 45px 100px;
}
.footer_nav h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:40px;
}
.footer_nav ul li {
	font-size:14px;
}
.footer_nav ul li a:link,
.footer_nav ul li a:visited {
	color:#fff;
	text-decoration:none;
}
.footer_nav ul li a:hover {
	color:#ccc;
	text-decoration:none;
}
.footer_nav ul li p {
	margin-bottom:1em;
}
#box_recentlychecked {
	clear:both;
}
/* ************************************************
*  item_box
* ************************************************ */

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
.item_box2 {
  display:inline-block;
  float: left;
  margin: 0 50px 45px 0;
  width: 200px;
  vertical-align:top;
  text-align: center;
  /display:inline;
  /zoom:1;
}

.item_box2 .item_image {
  margin: 0px;
}
.item_box2 .item_image img.item {
  max-width: 200px;
  border: solid 0px #ddd;
  box-sizing: border-box;
}
.item_box2 .item_detail {
    padding: 15px 10px;
    border-left: solid 0px #ddd;
    color: #333;
}
.item_box2 .item_detail p{
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.item_box2 .item_detail a:link,
.item_box2 .item_detail a:visited {
	color:#333;
	text-decoration:none;
}
.item_box2 .item_detail a:hover {
	color:#ccc;
	text-decoration:none;
}

.item_box2 .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 13px;
  word-wrap: break-word;
}

.item_box2 .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
  font-size:11px;
  margin-top:15px;
}


p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
    display: inline-block;
    margin: 0 19px 45px 0;
    width: 130px;
    vertical-align: top;
    text-align: left;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail {
	margin-top:5px;
    font-size: 12px;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 12px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}
.prd_lst {
  position: relative;
  clear: both;
  margin-left: 0;
}

.prd_lst_unit_s {
    width: 240px;
}
.prd_lst_unit {
    float: left;
    margin-bottom: 15px;
    margin-left: 0px;
	margin-right:0px;
    word-break: break-all;
}
.prd_lst_unit:nth-child(4n){
	margin-right:0px;
}
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: inherit;
  }

/* ************************************************
*  TOP
* ************************************************ */
#top .topTitle1box {
	margin-bottom:20px;
}
.topTitle2 {
	margin-bottom:15px;
}
#top .topTitle1 {
	float:left;
}
#top .moreBtn {
	float:right;
}

#box_new_item {
	margin-bottom:75px;
}
#top1 {
	margin-bottom:75px;
}
#top1 ul {
	list-style:none;
}
#top1 ul li {
	width:600px;
	float:left;
	height:340px;
}
#top2 {
	margin-bottom:75px;
}
#top2 ul {
	list-style:none;
}
#top2 ul li {
	float:left;
	margin-right:20px;
	margin-bottom:25px;
}
#top2 ul.top2b li:nth-child(even) {
	margin-right:0;
}
#top2 ul li:last-child {
	margin-right:0;
}
#seller {
	margin-bottom:140px;
}
.p-runk-num {
	text-align:left;
	margin-bottom:10px;
}

.p-runk-num img {
    width: 41px;
    height: 24px;
}
#top3bg {
	margin-bottom:75px;
	padding:50px;
	background:#eeeeed;
}
#top3 .top3L {
	width:550px;
	float:left;
	background:url(https://img02.shop-pro.jp/PA01123/280/etc/ymrk36.jpg) no-repeat top left;
	padding:313px 5px 13px;
}
#top3 .top3L {
	height:60px;
}
#top3 .top3R {
    width: 485px;
    float: right;
    background: url(https://img02.shop-pro.jp/PA01123/280/etc/ymrk37.jpg) no-repeat top left;
    padding: 65px 5px 71px 70px;
}
#top3 .top3R .infoBox {
	height:250px;
	overflow:auto;
	overflow-y:scroll;
}
span.sold_out {
    color: red;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}
.item_image .item {
    max-width: 130px;
}
span.prd_lst_soldout.prd_lst_span {
    color: red;
}
/*カテゴリーフリースペースはこちらから*/
div#brand_info {
    display: inline-block;
    margin-bottom: 50px;
}
.brand-img {
    float: left;
}
.brand-text {
    display: inline-block;
    width: 40%;
    float: right;
    margin: 0px 0px 0px 0px;
}
p.item_price {
    color: #333;
    font-weight: bold;
}

span.prd_lst_name.prd_lst_span {
    text-align: center;
    padding-left: 15px;
}
span.prd_lst_exp.prd_lst_span {
    text-align: center;
    padding-left: 15px;
}
span.prd_lst_price.prd_lst_span {
    text-align: center;
    padding-left: 15px;
}
.item_box2 .item_detail {
    padding: 15px 10px;
    border-left: solid 0px #ddd;
    color: #fff;
    height: 50px;
}