@charset "shift_jis";

/***********************************************
　毛穴一掃アイテム大図鑑
　CSS
　					      --- create 2011/04/25
************************************************/


/*=============================================
　オリジナルコンテンツ　大枠
===============================================*/
#keana_cts {
	width: 635px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0;
}
#keana_cts ul li a {
	font-size: 13px;
}
#keana_cts p {
	font-size: 13px;
	line-height: 1.6;
}

/*=============================================
　clearfix
===============================================*/
.cmn_clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.cmn_clearfix { display:inline-block; }
/*\*/
* html .cmn_clearfix { height:1%; }
.cmn_clearfix { display:block; }
/**/

.clear{
	clear: both;
}

/*=============================================
　font　色
===============================================*/
h1,h2,h3,h4,h5,h6{
	color: #333333;
}
#keana_cts a {
	color: #333333;
	text-decoration: underline;
}
#keana_cts a:hover {
	color: #999999;
	text-decoration: underline;
}
#keana_cts a.pink {
	color: #FF469C;
	text-decoration: underline;
}
#keana_cts a.pink:hover {
	color: #FF6600;
	text-decoration: underline;
}
#keana_cts a.white {
	color: #FFFFFF;
	text-decoration: underline;
}
#keana_cts a.white:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#keana_cts a.orange {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
#keana_cts a.orange:hover {
	color: #FF469C;
	text-decoration: underline;
	font-weight: bold;
}
#keana_cts .orange {
	color: #FF6600;
	font-weight: bold;
}
#keana_cts .yellow {
	color: #FFCC00;
	font-weight: bold;
}


/*=============================================
　font　位置、サイズ
===============================================*/

.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.bld{
	font-weight: bold;
}
.fco {
	color: #FF6600;
}
.fco2 {
	color: #FFCC00;
}
.fcg {
	color: #666666;
}
.fs_17{
	font-size: 17px;
	line-height: 1.4;
}
.fs_18{
	font-size: 18px;
	line-height: 1.4;
}
.fs_15{
	font-size: 15px;
	line-height: 1.4;
}
.fs_12{
	font-size: 12px;
	line-height: 1.6;
}
.fs_10{
	font-size: 10px;
	line-height: 1;
	float:right;
	margin-right:15px;
}
.ltx {
letter-spacing:-0.4pt;
}

/*=============================================
　margin
===============================================*/
.mg4 {
	margin-right: 3px;
}
.mg
.mgt5 {
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}

.mgt15 {
	margin-top: 15px;
}
.mgb5 {
	margin-bottom: 5px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}