@import"../../css/base.css";

/**********************/
/*** メイン情報 START */
/**********************/
#me_main01{
}
/* H2タグ  */

/* H3タグ  */

/* 情報エリア  */
#me_imgare01{
	width:497px;
	margin-bottom:30px;
	float:left;
}

#me_mainimg01{
	margin-bottom:15px;
}

ul#me_imglist01{
	width:512px;
	height:50px;
	margin-right:-15px;
}

#me_imglist01 li{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#me_itemdetail01{
	width:240px;
	float:right;
	padding-bottom:10px;
	margin-bottom:30px;
}

/* 
#me_itemdetail01 *{
	font-size:11px;
}
 */

#me_itemcate,
#me_itemname,
#me_itemprice,
#me_share h3,
#me_share p a{
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.1em;
}

#me_itemcate{
	font-size:11px;
	margin-bottom:25px;
}

#me_itemname{
	font-size:24px;
	margin-bottom:25px;
}

#me_itemprice{
	margin-bottom:15px;
}

#me_itemtext{
	border-bottom:1px solid #AAAAAA;
	padding-bottom:15px;
	margin-bottom:20px;
}
#me_itemtext,
#me_itemtext div,
#me_itemtext p{
	font-size:12px;
}

#me_cart01{
	border-bottom:1px solid #AAAAAA;
	margin-bottom:20px;
	padding-bottom:10px;
}

#me_share{
	border-bottom:1px solid #AAAAAA;
	margin-bottom:20px;
	padding-bottom:10px;
}

#me_share h3{
	font-size:14px;
}

#me_share p{
	margin-bottom:0px;
}

#me_share p a{
	font-size:12px;
	text-decoration:none;
}


#me_kosu01 span{
	margin-right:25px;
}

#me_recomend01{
	clear:both;
}

#me_recomend01 h3{
	margin-bottom:20px;
}

ul#me_recomendlist01{
	width:784px;
	margin-right:-24px;
}

#me_recomendlist01 li{
	float:left;
	width:172px;
	margin-right:24px;
}


a.thumb img{
	margin-top:15px;
}
a.thumb{
	margin-right:15px;
}

/* floatで並べたli要素の最後の画像の余白をなくす
a.thumb:last-child{
	margin:0px;
}
 */

/* 4列にfloatで並べたli要素の一番右だけマージンをなくす */
a.thumb:nth-child(4n){
	margin:0px;
}

/*** メイン情報 END */
