@charset "UTF-8";


/* メディアクエリ
------------------------------------------------------------------ */
/* タブレット縦 /スマートフォン横 */
@media screen and (min-width: 481px) {
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
}

/* ページ
------------------------------------------------------------------ */
#products
{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color:#4d4d4d;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	#products
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", Arial, sans-serif;
		font-size: 16px;
		line-height: 2em;
		color:#4d4d4d;
	}
}

/* タイトルエリア
------------------------------------------------------------------ */
.titleimg
{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #f5d3e2;
}
.titleimg img
{
	width: 100%;
	height: auto;
}
h1
{
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
	padding: 0px;
	font-size: 23px;
	line-height: 2em;
	color:#eb699f;
	text-align: center;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	.titleimg
	{
		width: 100%;
		height: 260px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		background: #f5d3e2;
	}
	.titleimg img
	{
		width: 980px;
		height: auto;
		margin: 0px auto;
		padding: 0px;
	}
	h1
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 50px auto 30px;
		padding: 0px;
		font-size: 28px;
		line-height: 2em;
		color:#eb699f;
		text-align: center;
	}
	
	.newitem{
    position: absolute;
    color: #fff;
    background-color: #f78da7;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    top: 10px;
    left: 80px;
}
  
	
}

/* メイン
------------------------------------------------------------------ */
#products .flexinner
{
	width: 90vw;
	margin: 20px auto;
	padding: 0px;
	display: block;
	font-size: 0;
	text-align: center;
}
#products .item
{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 20px;
	padding: 0px;
	border: 1px solid #d9d9d9;
	float: none;
	clear: both;
	overflow: hidden;
}
#products .item .daimg
{
	width: 42%;
	height: auto;
	margin: 0px auto;
	padding: 15px 15px 10px 10px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}
#products .item .daimg img
{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#products .item ul
{
	width: 45%;
	height: auto;
	display: block;
	float: left;
	margin: 0px auto;
	padding: 10px 10px 10px 0px;
}
#products .item ul li
{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
#products .item ul li.name h3	/* SP用商品名 */
{
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 20px;
	padding: 0px;
	color:#333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75em;
	text-align: left;
}
#products .item ul li.catch
{
	margin: 0px;
	padding: 0px 0px;
	color:#666;
	font-size: 13px;
	line-height: 1.65em;
	text-align: left;
}
#products .item ul li.category a
{
	width: 100%;
	height: auto;
	display: block;
	margin: 5px auto 10px;
	padding: 3px 0px;
	color:#fff;
	font-size: 14px;
	line-height: 1.65em;
	text-align: center;
	position: relative;
}
/* 右矢印 */
#products .item ul li.category a span {
	position: absolute;
	display: block;
	top: 27%;
	right: 25px;
}
#products .item ul li.category a span:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}
#products .item ul li.catlink {
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
	background-color: #e4919e;
}
#products .item ul.cart
{
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 0px;
	padding: 10px 0px 0px;
	background: #ededed;
	font-size: 0;
}
#products .item ul.cart li
{
	width: 28%;
	display: inline-block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

/*現在Amazonボタンのみの表示なのでwidth:20%→記載なしに修正中*/
#products .item ul li.mds
{
	color:#4d4d4d;
	font-size: 14px;
	line-height: 1.65em;
	text-align:  right;
	vertical-align: top;
	
}
#products .item ul.cart li a
{
	width: 100%;
	display: block;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	text-align: center;
}
#products .item ul.cart li a img
{
	width: 90%;
	max-width: 160px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

	.newitem{
    position: absolute;
    color: #fff;
    background-color: #f78da7;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}


/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	#products .flexinner {
		width: 980px;
		margin: 40px auto;
		padding: 0px;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		font-size: 0;
		text-align: center;
	}
	#products .item
	{
		width: 480px;
		height: auto;
		display: inline-block;
		margin: 0px 15px 20px 0px;
		padding: 0px;
		border: 1px solid #d9d9d9;
		float: none;
		clear: both;
		overflow: hidden;
	}
	#products .item:nth-child(2n)
	{
		width: 480px;
		height: auto;
		display: inline-block;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		border: 1px solid #d9d9d9;
		float: none;
		clear: both;
		overflow: hidden;
	}
	#products .item .daimg
	{
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding: 10px 0px;
		display: block;
		float: none;
		text-align: center;
		position: relative;
	}
	#products .item .daimg img
	{
		width: auto;
		height: 270px;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	#products .item ul
	{
		width: 90%;
		height: auto;
		display: block;
		float: none;
		margin: 0px auto;
		padding: 10px 10px 10px 0px;
	}
	#products .item ul li
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
	}
	#products h3	/* PC用商品名 */
	{
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8em;
		color:#333;
		text-align: center;
		padding: 20px 0px 10px;
		margin: 0px auto;
	}
	#products .item ul li.name h3	/* SP用商品名 */
	{
		display: none;
	}
	#products .item ul li.catch
	{
		margin: 0px;
		padding: 0px 0px;
		color:#666;
		font-size: 16px;
		line-height: 1.75em;
		text-align: center;
	}
	#products .item ul li.category {
		width: 200px;
		height: auto;
		display: block;
	}
	#products .item ul li.category a {
		width: 100%;
		height: auto;
		display: block;
		margin: 7px auto 15px;
		padding: 7px 0px;
		color:#fff;
		font-size: 16px;
		line-height: 1.4em;
		text-align: center;
		position: relative;
	}
	/* 右矢印 */
	#products .item ul li.category a span {
		position: absolute;
		display: block;
		top: 27%;
		right: 30px;
	}
	#products .item ul li.category a span:before {
		content: '';
		width: 12px;
		height: 12px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 0;
	}
/* 変更なし
	#products .item ul li.catlink {}
 */
	#products .item ul.cart
	{
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px;
		padding: 15px 0px 0px;
		background: #ededed;
		font-size: 0;
	}
	#products .item ul.cart li
	{
		width: 150px;
		display: inline-block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	
	/*現在Amazonボタンのみの表示なので118→200pxに修正中*/
	#products .item ul li.mds
	{
		
		color:#4d4d4d;
		font-size: 16px;
		line-height: 1.65em;
		text-align:  right;
		vertical-align: top;
		padding-top: 7px;
	}
	#products .item ul.cart li a
	{
		width: 100%;
		display: block;
		margin: 0px 0px 0px 7px;
		padding: 0px;
		text-align: center;
	}
	#products .item ul.cart li a img
	{
		width: 121px;
		max-width: auto;
		height: auto;
		margin: 0px auto;
		padding: 0px;
	}
	
	
		.newitem{
    left: 80px;
}

}



