@charset "Shift_JIS";

/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
body {
	margin: 0;
	color: #232323;
	text-align:center;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 1.5;
	background: #FFF;
	min-width:1280px;
}
ol li {
	margin-left: 2em;
	list-style: decimal;
}
img {
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
a{
	color: #e21836;
	text-decoration: none;
}
a:hover{
	color: #e21836;
}
input {
	vertical-align: middle;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
input, textarea, select, button{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
	font-size: 1em;
	padding: 1px;
	border:1px solid #999;
	border-radius:5px;
	zoom: 1;
	position:relative;
	width: 100%;
}
input[type="text"],
input[type="search"],
input[type="password"],
select{
	border-radius: 2px;
	padding: 10px 7px;
	border:1px solid #cccccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="search"],
input[type="password"]{
	width: 100%;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus {
	border:solid 1px #EEA34A;
}
select {
	background: url(../img/usr/common/bg_select.png) no-repeat right center;
	padding: 10px 47px 10px 7px;
}
select::-ms-expand{
	display: none;
}

/* ラジオボタンデザイン */
input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 16px;
    height: 16px;
    margin-right: 1em;
    border: 1px solid #ddd;
    border-radius: 13px;
    background: #fff;
    line-height: 1.4em;
}
input[type="radio"]:focus {
	outline: none;
}
/* チェックの印を:before疑似要素を使って作成 */
input[type="radio"]:checked {
	border-color: #000;
}
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
}

/* チェックボックスデザイン */
input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 16px;
    height: 16px;
    background:#fff;
    -webkit-box-shadow: #ccc 0 0 0 1px inset;
    box-shadow: #ccc 0 0 0 1px inset;
    position: relative;
    margin-bottom: .2em;
	margin-right: 1.4em;
}
input[type="checkbox"]:hover {
	background: #fafafa;
}
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
	background: #efefef;
	outline: none;
}
/* タップ後のデザイン */
input[type="checkbox"]:checked {
	-webkit-box-shadow: #000 0 0 0 1px inset;
    box-shadow: #000 0 0 0 1px inset;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    width: 50%;
    height: 50%;
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    -transform: translate(-50%, -50%);
}

/* --------------------------------------------------------------------
	common　汎用クラス
-------------------------------------------------------------------- */
/* 文字サイズ */
.large_ {
	font-size: 120%;
}
.xlarge_ {
	font-size: 144%;
}
.small_ {
	font-size: 80%;
}
.xsmall_ {
	font-size: 64%;
}
/**/

/* フロート */
.leftfloat_ {
	float: left;
	display: inline;
}
.rightfloat_ {
	float: right;
	display: inline;
}
img.leftfloat_ {
	margin: 0 10px 10px 0;
}
img.rightfloat_ {
	margin: 0 0 10px 10px;
}
.clear_ {
	clear:both;
}
/**/

/* 文整列 */
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}
/**/

/* 特定メッセージ（インライン） */
.error_ {
	color:#CC0000;
	font-weight:bold;
}
.notice_ {
	font-weight:bold;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#efefef;
	border:solid 1px #FF0099;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 560px;
}
div.notice_, table.notice_ {
	border:solid 1px #e21836;
	padding:20px;
	margin:20px auto;
	text-align:center;
	width: 960px;
	line-height:1.7;
}
div.info_, table.info_ {
	border: solid 1px #e21836;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
	width: 960px;
	line-height: 1.7;
}
ul.error_ {
	margin: 20px 0 0;
}
/**/

/* 共通クラス(ブロック) */
.top_comment_ {
	margin: 0 auto 10px;
	width: 960px;
}
.submit_ {
	margin: 20px auto;
	text-align: center;
}
.submit_ .button_ {
	margin:0 0 10px 0;
}
.submit_ .button_ a {
	text-decoration:underline;
}
.submit_ input,
.submit_ img {
	margin: 0px 16px;
	vertical-align: middle;
}
p.message_ {
	margin-bottom: 10px;
	text-align: center;
}
/* 共通クラス(その他) */
.hidden_ {
	visibility: hidden;
}
.nocell_ {
	border:none!important;
	background-color:transparent!important;
}
.hiddenEnter_ {
	width:0;
	height:0;
}
.disp_none_ {
	display: none;
}
.disp_block_ {
	display: block;
}
.txt_linethrough_ {
	text-decoration: line-through;
}
.valign_m_ {
	vertical-align: middle;
}
.left_column_ {
	float: left;
}
.pointer_ {
	cursor: pointer;
}
.fontsize_small_ {
	font-size: small;
}
.whitespace_nowrap_ {
	white-space: nowrap;
}

/* 絞り込み項目の上下開閉*/
#block_of_filter div.Box {
	padding: 9px 19px;
	border-bottom: 1px dotted #ccc;
}
#block_of_filter div.Accordion.Box h3 span.Label {
	padding-left: 16px;
	background: url(../img/usr/bt_sub_accodion_opened.png) no-repeat 0 2px;
}
#block_of_filter div.Accordion.Box h3 span.Label:hover {
	padding-left: 16px;
	background: url(../img/usr/bt_sub_accodion_opened_hover.png) no-repeat 0 2px;
	cursor: pointer;
	color: #0fbefa;
}
#block_of_filter div.Close.Accordion.Box h3 span.Label {
	padding-left: 16px;
	background:url(../img/usr/bt_sub_accodion.png) no-repeat 0 2px;
	cursor: pointer;
}
#block_of_filter div.Close.Accordion.Box h3 span.Label:hover {
	padding-left: 16px;
	background:url(../img/usr/bt_sub_accodion_hover.png) no-repeat 0 2px;
	cursor: pointer;
}
#block_of_filter div.Box.Accordion.Close div.AccordionContents {
    display: none;
}

/* 絞り込み要素の画像*/
.filter_image_ {
	position: relative;
	display: inline-block;
}
.filter_image_ a {
	text-decoration: none;
}
.filter_image_ a img {
	padding: 0px 3px 3px 0px;
}
.filter_image_ a img.filter_element_check_ {
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

.coupon_bonus_ {
	color:#CC3300;
	font-weight:bold;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1 {
	width:960px;
	margin:0 auto;
	font-size:10px;
}
h2.goods_name_ {
	margin:0 0 15px 0;
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
h2.category_name_ {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	color: #555555;
	font-size: 24px;
	font-weight: normal;
	line-height: 140%;
}
h2.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.topic_head_ {
	margin:20px 0 20px 0;
	padding:0 0 10px 0;
	color: #555555;
	font-size: 24px;
	font-weight: normal;
	line-height: 140%;
  text-align: center;
}

/* 汎用ヘッドライン */
.common_headline2_ { /* h2相当 */
	padding:10px 0;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #232323;
	border-bottom: #232323 1px solid;
	background:#fff;
}
.design_headline2_ { /* h2相当 */
	padding:12px 10px;
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	background:#efefef url(../img/usr/common/h2_bg.png) left top repeat-x;
}
.common_headline3_ { /* h3相当 */
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.img_headline_ { /* 画像ヘッドラインの場合 */
	margin-bottom: 10px;
}
/* --------------------------------------------------------------------
	common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
	width: 100%;
	overflow: hidden;
}
.event_banner_ {
	margin: 0 5px 10px 5px;
	float: left;
	display: inline;
}
.event_title_img_ {
	margin: 0 0 10px 0;
}
.event_title_ {
	margin-bottom: 10px;
	padding: 8px 8px 8px 10px;
	font-size: 18px;
	font-weight: normal;
	color:#ffffff;
	border-bottom: 1px solid #e5e5e5;
	background:#3fbf0d;
	clear: both!important;
}
.event_title_ a {
	color:#ffffff;
	display:block;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
	color: #232323;
}
.navitopicpath_ a {
	font-size: 117%;	/* 14px */
	color: #232323;
	margin: 0 1em;
}
.navitopicpath_ a:hover{
  color: #e21836;
}
.navitopicpath_ ul li:first-child a {
	font-size: 117%;	/* 14px */
}
.navitopicpath_ ul li + li {
	padding: 0 0 0 12px;
}
.navitopicpath_ ul li + li a{
	margin: 0 0 0 12px;
}
.navitopicpath_ a strong{
	font-weight: normal;
	color: #999999;
}

#bread-crumb-list {
	width: 100%;
}
#bread-crumb-list li {
	display: inline;
}

/* ページジャンプ */
.navipage_ {
	text-align: center;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin-bottom: 10px;
}
.navipage_.bottom_ {
	margin: 40px 0;
}
.navipage_now_,
.navipage_ a{
	display: inline-block;
	margin: 0 3px;
	padding: 7px 0 0;
	width: 28px;
	height: 36px;
}
.navipage_now_ {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background: #e21836;
	border: 1px solid #e21836;
}
.navipage_ a{
	background-color: #f7f7f7;
	border: 1px solid #808080;
	color: #232323;
}
/* 並び替え */
.navisort_ {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.navistyle_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navistyle_ dd {
	margin-left: 8em;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navistyle_ a {
	margin:2px 5px;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	common　フォーム
-------------------------------------------------------------------- */
.formlist_ {
	margin: 0 auto;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
	background-color: #f1f1f1;
	border: 1px solid #CCC;
}
.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.formlist_ .line0_ {
	background-color:#F8F8F8;
}
.formlist_ .line1_ {
	background-color:#FCFCFC;
}
.formdetail_ {
	border-collapse:collapse;
	margin:0 auto;
	table-layout: fixed;
  text-align: left;
}
.formdetail_ th {
	padding:8px;
	text-align: left;
	font-weight:bold;
	background-color: #f1f1f1;
	width: 205px;
	border: 1px solid #CCC;
}
.formdetail_ td {
	padding:10px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border: 1px solid #CCC;
}
table.formdetail_ input[type="text"]{
  width: auto;
}
.formdetail_ .checktype_name input[type="text"],
.formdetail_ .checktype_kana input[type="text"]{
  width: 35%;
}
.formdetailcard_ {
	margin:0 auto;
	float:none;
	border-collapse:collapse;
}
.formdetailcard_ th {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	font-weight:bold;
	line-height:15px;
	padding:8px;
	background-color:#F8F8F8;
	white-space:nowrap;
	text-align: left;
}
.formdetailcard_ td {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	font-weight:normal;
	line-height:15px;
	padding:8px;
	background-color:#FFF;
}
.formdetailcard_ input[type="text"]{
  width: auto;
}

.formsublist_ {
	border-collapse: collapse;
}
.formsublist_ th {
	border:1px dotted #CCC;
	background-color:#FFF;
	font-weight:bold;
	white-space: nowrap;
}
.formsublist_ td {
	border:1px dotted #CCC;
	background-color:#FFF;
	font-weight:normal;
}
.formsublist_ input[type="text"]{
  width: auto;
}

.must_ {
	margin-left: 10px;
	float: right;
	display: inline;
	width: 30px;
}

.classrequired {
	background-color: #ffeeee;
}
.classerror {
	background-color: #ffeeee;
}

/* --------------------------------------------------------------------
	common　Trace
-------------------------------------------------------------------- */
/* for Trace */
.tracecontent {
	text-align:left;
	background-color:#FFCCFF;
}
#__asptrace {
	text-align:left;
	background-color:#FFF;
}
span.tracecontent tr.subhead {
	background-color:#CCC;
}
span.tracecontent tr.alt {
	background-color:#eeeeee
}

/* ---------------------------------------------------------------
	width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
	width: auto!important;
}
.width_full_ {
	width: 100%!important;
}
.width25per_ {
	width: 25%!important;
}
.width00_ {
	width: 0px!important;
}
.width01_ {
	width: 1px!important;
}
.width02_ {
	width: 2px!important;
}
.width03_ {
	width: 3px!important;
}
.width04_ {
	width: 4px!important;
}
.width05_ {
	width: 5px!important;
}
.width06_ {
	width: 6px!important;
}
.width07_ {
	width: 7px!important;
}
.width08_ {
	width: 8px!important;
}
.width09_ {
	width: 9px!important;
}
.width10_ {
	width: 10px!important;
}
.width11_ {
	width: 11px!important;
}
.width12_ {
	width: 12px!important;
}
.width13_ {
	width: 13px!important;
}
.width14_ {
	width: 14px!important;
}
.width15_ {
	width: 15px!important;
}
.width16_ {
	width: 16px!important;
}
.width17_ {
	width: 17px!important;
}
.width18_ {
	width: 18px!important;
}
.width19_ {
	width: 19px!important;
}
.width20_ {
	width: 20px!important;
}
.width25_ {
	width: 25px!important;
}
.width30_ {
	width: 30px!important;
}
.width35_ {
	width: 35px!important;
}
.width40_ {
	width: 40px!important;
}
.width45_ {
	width: 45px!important;
}
.width50_ {
	width: 50px!important;
}
.width90_ {
	width: 90px!important;
}
.width100_ {
	width: 100px!important;
}
.width150_ {
	width: 150px!important;
}
.width200_ {
	width: 200px!important;
}
.width250_ {
	width: 250px!important;
}
.width300_ {
	width: 300px!important;
}
.width350_ {
	width: 350px!important;
}
.width400_ {
	width: 400px!important;
}
.width450_ {
	width: 450px!important;
}
.width500_ {
	width: 500px!important;
}
.width550_ {
	width: 550px!important;
}
.width590_ {
	width: 590px!important;
}
.width600_ {
	width: 600px!important;
}
.width650_ {
	width: 650px!important;
}
.width700_ {
	width: 700px!important;
}
.width720_ {
	width: 720px!important;
}
.width750_ {
	width: 750px!important;
}
.width800_ {
	width: 800px!important;
}
.width850_ {
	width: 850px!important;
}
.width900_ {
	width: 900px!important;
}
.width950_ {
	width: 950px!important;
}
.width960_ {
	width: 960px!important;
}
.width1000_ {
	width: 1000px!important;
}
/*height*/
.height_auto_ {
	height: auto!important;
}
.height_full_ {
	height: 100%!important;
}
.height00_ {
	height: 0px!important;
}
.height01_ {
	height: 1px!important;
}
.height02_ {
	height: 2px!important;
}
.height03_ {
	height: 3px!important;
}
.height04_ {
	height: 4px!important;
}
.height05_ {
	height: 5px!important;
}
.height06_ {
	height: 6px!important;
}
.height07_ {
	height: 7px!important;
}
.height08_ {
	height: 8px!important;
}
.height09_ {
	height: 9px!important;
}
.height10_ {
	height: 10px!important;
}
.height11_ {
	height: 11px!important;
}
.height12_ {
	height: 12px!important;
}
.height13_ {
	height: 13px!important;
}
.height14_ {
	height: 14px!important;
}
.height15_ {
	height: 15px!important;
}
.height16_ {
	height: 16px!important;
}
.height17_ {
	height: 17px!important;
}
.height18_ {
	height: 18px!important;
}
.height19_ {
	height: 19px!important;
}
.height20_ {
	height: 20px!important;
}
.height25_ {
	height: 25px!important;
}
.height30_ {
	height: 30px!important;
}
.height35_ {
	height: 35px!important;
}
.height40_ {
	height: 40px!important;
}
.height45_ {
	height: 45px!important;
}
.height50_ {
	height: 50px!important;
}
.height100_ {
	height: 100px!important;
}
.height120_ {
	height: 120px!important;
}
.height150_ {
	height: 150px!important;
}
.height200_ {
	height: 200px!important;
}
.height250_ {
	height: 250px!important;
}
.height300_ {
	height: 300px!important;
}
.height350_ {
	height: 350px!important;
}
.height400_ {
	height: 400px!important;
}
.height450_ {
	height: 450px!important;
}
.height500_ {
	height: 500px!important;
}
.height550_ {
	height: 550px!important;
}
.height600_ {
	height: 600px!important;
}
.height650_ {
	height: 650px!important;
}
.height700_ {
	height: 700px!important;
}
.height750_ {
	height: 750px!important;
}
.height800_ {
	height: 800px!important;
}
.height850_ {
	height: 850px!important;
}
.height900_ {
	height: 900px!important;
}
.height950_ {
	height: 950px!important;
}
.height1000_ {
	height: 1000px!important;
}

/* --------------------------------------------------------------------
	common　タイトル
-------------------------------------------------------------------- */
.title01{
	font-size: 208.5%;
	text-align: center;
	letter-spacing: -0.05em;
	font-weight: 800;
}
.title01 small {
    display: block;
    font-weight: normal;
    font-size: 64.0%;
}

/* --------------------------------------------------------------------
	common　ボタン
-------------------------------------------------------------------- */
.btn01{
	display: block;
	border: 1px solid #232323;
	border-radius: 2px;
	margin: 30px auto;
	padding: 10px;
	width: 240px;
	font-size: 117%;	/* 14px */
	text-align: center;
	color: #232323;
}
.btn01:hover{
	border: 1px solid #e21836;
	background-color: #e21836;
	text-decoration: none;
	color: #ffffff;
}
.btn01:after{
	content: url(../img/usr/common/icon_menu-blk-right.png);
	margin: 0 0 0 7px;
}
.btn01:hover:after{
	content: url(../img/usr/common/icon_menu-right-s.png);
}

/* --------------------------------------------------------------------
	common　アイコン
-------------------------------------------------------------------- */
.icon{
	margin: 0 -3px 0 0;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.icon ul{
	overflow: hidden;
}
.icon ul li{
	float: left;
	margin: 0 3px 3px 0;
	width: 58px;
	line-height: 0;
}
.icon ul li.new{
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 1px 7px 1px 20px;
	overflow: hidden;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
}
.icon ul li.new:before{
	position: absolute;
	left: 0;
	top: 0;
	background: #1e5799;
	background: -moz-linear-gradient(left, #f08c1e 0%, #fb28c0 100%);
	background: -webkit-linear-gradient(left, #f08c1e 0%,#fb28c0 100%);
	background: linear-gradient(to right, #f08c1e 0%,#fb28c0 100%);
	-o-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	content: 'NEW';
	display: block;
	margin: 0 0 0 -10px;
	padding: 1px 10px 1px 20px;
}
.icon ul li img{
	width: 100%;
}

/* --------------------------------------------------------------------
	common　商品一覧
-------------------------------------------------------------------- */
.goodslist01 .quickview{
	position: absolute;
	left: 14px;
	top: 151px;
	display: none;
	padding: 10px 0;
	width: 180px;
	background-color: rgba(0,0,0,.5);
	color: #ffffff;
	text-align: center;
	font-size: 133%;	/* 16px */
	font-weight: bold;
	cursor: pointer;
}
.goodslist02 .customizable {
	position: absolute;
	left: 0;
	bottom: 0;
}
.goodslist02 .customizable img {
	width: 97px;
}
.goodslist01 .row,
.goodslist02 .row{
	position: relative;
}
.goodslist01 .row:after,
.goodslist02 .row:after{
  content: '';
  display: block;
  clear: both;
}
.goodslist01 .row + .row,
.goodslist02 .row + .row{
	margin: 10px 0 0;
}
.goodslist01 .item_wrap:after,
.goodslist02 .item_wrap:after{
  content: '';
  display: block;
  clear: both;
}
.single_mainframe_ .goodslist01 .item_wrap,
.single_mainframe_ .goodslist02 .item_wrap{
	width: 873px;
	margin: 0 auto;
}
.goodslist01 .item,
.goodslist02 .item{
	position: relative;
	float: left;
	border: 1px solid #ffffff;
	padding: 14px;
	width: 210px;
}
.goodslist01 .item:hover,
.goodslist02 .item:hover{
	border: 1px solid #cccccc;
}
.goodslist01 .item:hover .quickview{
	display: block;
}
.goodslist01 .item + .item,
.goodslist02 .item + .item{
	margin: 0 0 0 11px;
}
.goodslist01 .item > a,
.goodslist02 .item .item_Img_{
	position: relative;
	display: table-cell;
	height: 180px;
	vertical-align: middle;
}
.goodslist01 .item > a > img,
.goodslist02 .item > a > img{
	width: 100%;
}
.goodslist01 .info{
	margin: 10px 0 0;
}
.goodslist02 .info{
	padding: 10px 0 0;
}
.goodslist01 .name,
.goodslist02 .name{
	margin: 3px 0;
	font-size: 117%;	/* 14px */
}
.goodslist01 .name a,
.goodslist02 .info{
	color: #232323;
}
.goodslist01 .name a:hover{
  color: #e21836;
}
.goodslist01 .price,
.goodslist02 .price{
	margin: 3px 0;
	font-size: 108.5%;	/* 13px */
}
.price.sale,
.price_.sale,
.goodslist01 .price.sale,
.goodslist02 .price.sale{
	color: #e21836;
}

#top .goodslist01 .row,
#top .goodslist02 .row{
	padding: 0 0 0 25px;
}
#top .goodslist01 .item,
#top .goodslist02 .item{
	width: 180px;
	padding: 0;
}
#top .goodslist01 .item + .item,
#top .goodslist02 .item + .item{
	margin: 0;
}
#top .goodslist01 .item:hover,
#top .goodslist02 .item:hover{
	border: 1px solid #ffffff;
}
#top .goodslist01 .item:hover .quickview{
	display: none;
}
#top .goodslist01 .name,
#top .goodslist02 .name{
	display: none;
}
#top .goodslist01 .price,
#top .goodslist02 .price{
	margin: 20px;
	font-size: 100%;
}
#top .goodslist01 .quickviewarea_wrap{
	display: none;
}


th.nb1_goods_ {
	width: 40%;
}
img.nb1_img {
	width: 100%;
}
div.customer_ .history_ td.status_ {
	font-weight: bold;
	font-size: 14px;
}
form#widget_form .agreelist_ div.info_ {
	color: #CC0000;
	font-weight: bold;
}
.goodslist01 .customizable{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
}

th.nb1_promotion_ {
	width: 40%;
}
table.promotionlist_ {
	margin-top: 10px;
}

iframe[class^="widget-analytics-widget-"] {
	display: none;
}

#block_of_goodslist .item {
  position: relative;
}
#block_of_goodslist .bookmark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 18px;
  height: 15px;
  background: url(../img/usr/common/icon_bookmark.png) no-repeat center / contain;
  cursor: pointer;
}
#block_of_goodslist .bookmark.active {
  background: url(../img/usr/common/icon_bookmark_on.png) no-repeat center / contain;
}