@charset "Shift_JIS";

/* CSS目次
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[00]フッター共通設定

[00]ハック
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* フッター共通設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	clear: both;
	border-top: 1px solid #eee;
	text-align: left;
	font-size: 11px;
}

#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }

#footer .inr {
	width: 950px;
	margin: 0 auto;
}

#footer #footerTop {
	clear: both;
	padding: 20px 0;
	background: #f5f5f5;
	border-top: 1px solid #fff;
}

#footer #footerTop .inr #infoPrivacy {
	float: left;
	width: 630px;
	margin-bottom: 20px;
}

#footer #footerTop .inr #infoPrivacy dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

#footer #footerTop .inr #secureMarks {
	float: right;
	margin-bottom: 20px;
}
#footer #footerTop .inr #secureMarks li {
	float: left;
	margin-right: 20px;
}

#footer #footerTop .inr #infoLinks {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

#footer #footerTop .inr #infoLinks dl {
	float: left;
	width: 460px;
	margin-right: 15px;
}

#footer #footerTop .inr #infoLinks dl dt {
	font-weight: bold;
}

#footer #footerTop .inr #infoLinks dl dd {
	float: left;
	margin: 3px 10px 3px 0;
	padding-right: 10px;
	border-right: 1px solid #999;
	line-height: 1.2;
}

#footer #footerTop .inr #infoLinks dl dd a { white-space: nowrap; }


#footer #footerBottom {
	clear: both;
	padding: 15px 0;
	background: #5c99c3;
	color: #fff;
}

#footer #footerBottom .inr ul {
	float: left;
	width: 500px;
}

#footer #footerBottom .inr p {
	float: right;
	width: 450px;
	text-align: right;
}


/* ＳＥＯ用フッター
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer_box01 {
	float:left;
	width:180px;
}

#footer_box02 {
	float:left;
	width:180px;
}

#footer_box03 {
	float:left;
	width:180px;
}

.footer_seo li {
	text-align: left;
	list-style-type: none;
	font-size:10px;
	list-style-position: inside;
	margin:0px;
    padding:0px 0px 5px 12px;
	background:transparent url(http://www.lovecosmetic.jp/images/icon/en_blue.gif) no-repeat scroll left center;
}



/* ハック
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.clrfix:after,
#footer #footerTop:after,
#footer #footerBottom:after,
#footer #footerTop .inr #infoLinks:after,
#footer .inr:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


.clrfix,
#footer #footerTop,
#footer #footerBottom,
#footer #footerTop .inr #infoLinks,
#footer .inr {
	zoom:1;
	overflow: hidden;
}