@charset "utf-8";
article.beauty header,
article.cosmetic header {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 16px;
	background: #FAF4F2;
}
article.beauty header h2,
article.cosmetic header h2 {
	width: 119px;
	height: 15px;
	overflow: hidden;
}
article.cosmetic header h2 {
	width: 149px;
}
article.beauty header h2 span,
article.cosmetic header h2 span {
	width: 119px;
	padding-top: 15px;
	background: no-repeat url(../images/title-beauty.png);
	display: block;
}
article.cosmetic header h2 span {
	width: 149px;
	background: no-repeat url(../images/title-cosmetic.png);
}

article.beauty ul,
article.cosmetic ul {
	margin-left: -10px;
	padding: 0;
	list-style: none;
}

article.beauty ul li,
article.cosmetic ul li {
	width: 160px;
	margin-left: 10px;
	border: solid 1px #ccc;
	padding: 6px 5px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article.cosmetic ul li {
	width: 160px;
	padding: 9px;
}

.single article.beauty ul li,
.single article.cosmetic ul li {
	width: 130px;
	padding: 4px;
}
.single article.cosmetic ul li {
	width: 223px;
}
article.beauty ul li a,
article.cosmetic ul li a {
	color: #FB5D5C;
}
article.beauty ul li a:hover,
article.cosmetic ul li a:hover {
	color: #09F;
}

article.beauty .more-site,
article.cosmetic .more-site {
	text-align: right;
	clear: both;
}
article.beauty .more-site a,
article.cosmetic .more-site a {
	width: 79px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
}
article.beauty .more-site a span,
article.cosmetic .more-site a span {
	width: 79px;
	padding: 14px;
	background: no-repeat url(../images/button-more.png);
	display: block;
}

article.beauty:after,
article.beauty ul:after,
article.cosmetic:after,
article.cosmetic ul:after {
	content: "";
	display: table;
	clear: both;
}
