/**************************************************
reset
**************************************************/
html {
	font-size: 62.5%;/*=10px*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img {
	vertical-align: middle;
}
.line {
	display: none;
}
body {
	background: #fff;
	color: #000;
	font-size: 1.4rem;/*標準のフォントサイズを14pxとする*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
	text-align: center;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}
td, th {
	font-size: 1.4rem;
}
table {
	border-collapse: collapse;
}
pre {
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
}
input, button, textarea, select {/*ブラウザ固有の標準デザインをリセット*/
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cccccc;
}
button, select {
	cursor: pointer;
}
select {/*for Firefox*/
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
}
select::-ms-expand {/*for IE*/
 display: none;
}
/*end reset*/
/**************************************************
common
**************************************************/
input[name="brand_option"] {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}
input[name="brand_option"]:checked {
	background: #999;
	border: 4px solid #cccccc;
}
select {
	background: #fff url(//gigaplus.makeshop.jp/natalie/pc/images/ico-arrow-close.png) no-repeat 96% center;
	padding-right: 24px;
	padding-left: 1em;
	height: 40px;
	width: 100%;
}
#wrap, #makebanner {
	width: 100%;
}
.content {/*コンテンツ幅を指定*/
	width: 1020px;
	margin: 0 auto;
}
.list-total {
	float: left;
}
.list-sort {
	float: right;
}
.price, .item-list .lims table .woong:last-child td, .m_price {/*価格のカラー*/
	color: #e60012;
}
.item-list .lims table tr.woong td {/*一覧表示の価格と商品名の余白（トップ新商品・おすすめ商品、チェック履歴、カテゴリー、検索結果・・・【一律】*/
	padding-top: 10px;
}
.item-list p, #recent p {/*カテゴリー・検索結果・チェック履歴の商品名・価格左寄せ*/
	text-align: left !important;
}
/*▼商品一覧（トップ新商品・おすすめ商品、チェック履歴、カテゴリー・検索結果）の余白・・・【一律】*/
.item-list table, table#recent {
	table-layout: fixed;
}
.item-list td.lims, #recent td.itemBox {
	width: calc(1020px / 4 - 16px) !important;
	padding-left: 16px;
	padding-bottom: 34px;
	float: left;
}
#M_group td.itemImg img {
	width: 100%;
}
.item-list td.lims:first-child, #recent td.itemBox:first-child {
	padding-left: 0;
}
.item-list td.lims table {
	width: calc(1020px / 4 - 16px) !important;
	table-layout: fixed;
}
/*▲商品一覧（トップ新商品・おすすめ商品、チェック履歴、カテゴリー・検索結果）の余白・・・【一律】*/
/*▼商品一覧・検索結果の2段目以降の上段との余白*/
.item-list li:nth-child(n + 6), .item-list:nth-child(n + 3) {
/*margin-top: 20px;*/
}
/*▲商品一覧・検索結果の2段目以降の上段との余白*/
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear {/* IE6 */
	zoom: 1;
}
*:first-child+html .clear {/* IE7 */
	zoom: 1;
}
div.M_imageWrap a:hover img {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
a:hover, a:hover img, .btn:hover, #M_basketClosedBox a:hover, .soldout:not(:hover) {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn {
	display: inline-block;
	background: #4ab0b0;
	color: #fff !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.btn-gray {
	background: #999;
}
.btn-small {
	height: 40px;
	font-size: 1.2rem;
	display: inline-block;
	width: auto;
	padding: 10px;
	box-sizing: border-box;
}
.soldout {
	cursor: default;
	background: #999;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}
.main-contents {
	background: #f7f6f2;
	border-top: 5px solid #4ab0b0;
	padding-bottom: 120px;
}
.main-contents h1 {
	color: #4ab0b0;
	font-size: 24px;
	margin-top: 39px;
	margin-bottom: 12px;
	text-align: center;
}
.main-contents h2 {
	font-size: 3.0rem;
}
.main-contents h3 {
	font-size: 2.4rem;
}
.main-contents h4 {
	font-size: 2.2rem;
}
.main-contents h5 {
	font-size: 1.8rem;
}
.main-contents h6 {
	font-size: 1.4rem;
}
.item-list a img, .img-item-list img {
	width: 100%;
	height: auto;
}
.item-list .lims table td {
	height: auto !important;/*縮小画像登録のサイズ適用をリセット*/
	text-align: left;
}
#recent .line {
	display: none;/*チェック履歴レコメンド機能の仕切り線を非表示*/
}
.item-list .woong td a, .name a {
	height: 4.5em;/*新商品・おすすめ商品の商品名の高さを制御*/
	display: block;
	overflow: hidden;
}
#makebanner td[width="150"], #makebanner td[width="10"] {
	display: none;/*左側メニュー非表示*/
}
#makebanner td[width="640"], #makebanner td[width="640"] table {
	width: 100%;
}
#makebanner img[src$="helptitle.gif"], #makebanner img[src$="companytitle.gif"], #makebanner img[src$="baskettitle.gif"], #makebanner img[src$="membertitle.gif"], #makebanner img[src$="memberqtitle.gif"], #makebanner img[src$="pointtitle.gif"] {
	display: none;/*各種タイトルイメージ管理の画像を非表示*/
}
#recent p {
	text-align: left !important;
}
.tbl-style-01 th, .tbl-style-01 td {
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px dashed #e9e8e0;
	text-align: left;
}
.tbl-style-02 tr:nth-child(even) {
	background: #f7f6f2;
}
.tbl-style-02 td {
	padding: 10px;
	border: 1px solid #dcdbd2;
}
.sliderBannerWrap {
	display: none;
}
div#M_topicPathWrap {
	font-size: 1.2rem;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e8e0;
	margin-bottom: 40px;
}
/*end common*/
/**************************************************
common #category #seasrch
**************************************************/
.list-info {
	margin: 40px 0;
}
.list-sort {
	display: flex;
}
ul.list-sort li a {
	display: block;
	background: #4ab0b0;
	border-radius: 3px;
	padding: 5px 20px;
	margin-left: 10px;
	color: #fff;
}
ul.list-sort li a:hover {
	background: #fff;
	color: #4ab0b0;
}
p.list-total span {
	font-size: 2.0rem;
	padding: 0 5px;
	font-weight: bold;
}
/*end common #category #serch*/
/**************************************************
pager
**************************************************/
ul.pager {
	display: flex;
	justify-content: flex-end;
	margin: 40px 0;
	align-items: center;
}
ul.pager li {
	border: 1px solid #000;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
ul.pager li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}
ul.pager li a:hover {
	background: #000;
	color: #fff;
}
li.next a:hover {
	background: none;
	color: #000;
}
li.next {
	border: none !important;
	width: auto !important;
}
li.active {
	background: #000;
	color: #fff;
}
li.next a {
	width: auto !important;
}
li.next a:hover {
	background: none !important;
	color: #000 !important;
	text-decoration: underline;
}
/*end pager*/
/*▼既存サイトスタイル継承*/
.bold {
	font-weight: bold;
}
.blue {
	color: #67829d;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.img {
	margin: 0;
	float: left;
	width: 120px;
}
.img a img {
	border: 3px solid #fff;
}
div.blog h3, div.news h3, div.products h3 {
	margin-bottom: 8px;
	border-bottom: solid 1px #000;
	font-size: 110%!important;
}
.rankImgWrap img { 
height: auto; 
} 
/*▲既存サイトスタイル継承*/
/*▼既存サイトスタイル継承（独自ページ）*/
div#top {
	margin: 0 auto;
}
#top .btn {
	background: none;
}
/*▲既存サイトスタイル継承（独自ページ）*/
/*調整用2017/04/13*/
div.contents .contentsInner {
	margin: 0 auto;
}
.wrap-recent h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: solid 5px #f5f5f5;
	padding-bottom: 5px;
	line-height: 24px;
}

/*Amazon Pay用2018/05/16*/
.amazonButtonWrap {
    margin-top: 10px;
}
.amazonButton{
	width:205px;
}
