@charset "utf-8";
/* CSS Document */
/*FFC Fashionのみ*/
/* フッター注意書き開始 */
#footer_str {
	width: 1080px;
	margin: auto;
	clear:both;
	overflow:hidden;
}
#footer_str .inner {
	width: 260px;
	margin:0 5px 0 5px;
	text-align: left;
	float: left;
}
#footer_str ul {
	margin:0 0 20px 0;
	padding: 0px;
	list-style-type:none;
}
#footer_str li {
	font-size:12px;
	line-height:18px;
	padding:0 5px 0 5px;
}
#footer_str .inner p {
	font-size:13px;
	line-height:29px;
	padding:0 5px 0 5px;
	color:#333;
	background-color: #3CF;
}
#footer_str a {
	text-decoration:none;
}
#footer_str a:hover {
	text-decoration:underline;
}
#footer_str table {
	width:100%;
	font-size:12px;
}
/* フッター注意書き終了 */
/* フッター開始 */
#foot {
	width: 1080px;
	clear:both;
}
#foot ul {
	width: 260px;
	margin:0 5px 0 5px;
	text-align: left;
	float: left;
}
#foot ul li {
	font-size:13px;
	line-height:29px;
	padding:0 5px 0 5px;
	color:#333;
}
/* フッター終了 */
/* コピーライト開始 */
#foot_bottom {
	width: 1080px;
	margin: auto;
	text-align: center;
}
#foot_bottom #presentedby {
	padding: 5px;
	font-size: 12px;
	clear: both;
}
#foot_bottom a {
	text-decoration:none;
}
#foot_bottom a:hover {
	text-decoration:underline;
}
/* コピーライト終了 */