@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  footer.css
 style info :  馬刺しの達人：フッター
=================================================================== */

#footer {
	width: 1000px;
	margin: 0 auto;
	background-color:#000000;
}

/* -------------------------------
 通販エリア
------------------------------- */
#tsuhan_area {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px;
	box-sizing:border-box;
	color: #fff;
	position: relative;
}
#tsuhan_area a {
	color: #fff;
	text-decoration:underline;
}
#tsuhan_area a:hover {
	text-decoration:none;
}
#tsuhan_area ul {
	width: 100%;
}
#tsuhan_area ul li {
	width: 306px;
	margin-right: 21px;
	float: left;
}
#tsuhan_area ul li:last-child {
	margin-right: 0px;
}
#tsuhan_area ul li h2 {
	width: 100%;
	margin-bottom: 20px;
}
#tsuhan_area ul li h3 {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight:normal;
}
#tsuhan_area ul li p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 20px;
	text-align:justify;
}
#tsuhan_area ul li p#furikomi {
	font-size: 1.1rem;
	line-height: 1.6rem;
	border: #ffffff solid 1px;
	padding: 10px;
	margin: 0 10px 20px;
	box-sizing: border-box;
}

/* フッターID */
#tsuhan_area #footer_id {
	position: absolute;
	left: 0px;
	bottom: 20px;
}

/* -------------------------------
 フッターナビ
------------------------------- */
#footer_nav {
	width: 100%;
	background-color: #2b2b2b;
	padding: 10px 0;
}
#footer_nav p {
	width: 960px;
	font-size: 1.4rem;
	color: #eeeeee;
	margin: 0 auto;
	text-align: center;
}
#footer_nav p a {
	color: #ffffff;
	text-decoration:underline;
}
#footer_nav p a:hover {
	text-decoration:none;
}

/* -------------------------------
 コピーライト
------------------------------- */
#copyright {
	width: 960px;
	margin: 0 auto;
	padding: 16px 0;
}
#copyright p {
	width: 960px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #ffffff;
	text-align: center;
}

/* -------------------------------
 ページスクロール
------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 80px;
    font-size: 1.4rem;
	line-height: 2.0rem;
}
#page-top:before {
	content: url(https://secure1.future-shop.jp/~basashi/common/img/footer/bg_pagetop.png)
}
#page-top a {
    /*background: #1f1f1f;*/
    background: #000000;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 2px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




