@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  header.css
 style info :  馬刺しの達人：ヘッダースタイル
=================================================================== */

/* -------------------------------
 ヘッダー
------------------------------- */
#header {
	width: 1000px;
	margin: 0 auto;
	border-bottom: #000000 solid 5px;
	background-color: #ffffff;
}
#inner-header {
	width: 960px;
	min-height: 145px;
	margin: 0 auto;
	position:relative;
}
/* サイトID */
#header h1 {
	position: absolute;
	top: 34px;
	left: 0px;
}
/* タグライン */
#header p#tag_line {
	padding-top: 12px;
	font-size: 1.2rem;
}
/* 送料無料 */
#header p#free_shipping {
	position: absolute;
	top: 75px;
	left: 306px;
}
#header p#free_shipping.cart {
	position: absolute;
	top: 75px;
	left: 550px;
}
/* フリーダイヤル */
#header p#free_dial {
	position: absolute;
	top: 75px;
	left: 520px;
}
#header p#free_dial.cart {
	position: absolute;
	top: 75px;
	left: 764px;
}
/* カートボタン */
#header p#cart_button {
	position: absolute;
	top: 68px;
	right: 0px;
}
/* 詳細ナビ */
#header ul {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 31px;
}
#header ul li {
	float: left;
	margin-top: 10px;
	margin-left: 17px;
}
#header ul li {
	border-left: #aaaaaa solid 1px;
	margin-left: 17px;
	padding-left: 17px;
}
#header ul li:first-child,
#header ul li:last-child {
	border-left: none;
}
#header ul li:last-child, #header ul li.cart {
	padding-left: 0px;
}
#header ul li:last-child {
	margin-top: 0px;
}
/* ソーシャルボタン */
#header #social_button {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 197px;
	text-align:right;
}

/* -------------------------------
 スライドショー
------------------------------- */
#slideshow_area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #262626;
}
#slideshow {
	width: 100%;
}
#slideshow img {
	width: 100%;
	height: auto;
}
#static_kv {
	width: 1000px;
	margin: 0 auto;
}
#static_kv img {
	width: 100%;
	height: auto;
}

/* prev / next */
#slideshow .slick-prev
{
    left: 50px;
	width: 40px;
	height: 40px;
}
#slideshow .slick-prev:before
{
    content: url(https://secure1.future-shop.jp/~basashi/common/img/carousel/btn_prev.png)!important;
}

#slideshow .slick-next
{
    right: 50px;
	width: 40px;
	height: 40px;
}
#slideshow .slick-next:before
{
    content: url(https://secure1.future-shop.jp/~basashi/common/img/carousel/btn_next.png)!important;
}

/* dots */
#slideshow .slick-dots
{
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
#slideshow .slick-dots li
{
    width: 13px;
    height: 13px;
}
#slideshow .slick-dots li button:before
{
    font-size: 13px;
    width: 13px;
    height: 13px;
    content: url(https://secure1.future-shop.jp/~basashi/common/img/carousel/indicator.png)!important;
    opacity: .5;
}
#slideshow .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: black;
}

/* -------------------------------
 グローバルナビ
------------------------------- */
#gNav_area {
	width: 1000px;
	margin: 0 auto;
	background-color: #000000;
}
#gNav_area ul {
	width: 960px;
	margin: 0 auto;
	padding: 16px 100px 20px;
	text-align: center;
	display: table;
	box-sizing:border-box;
}
#gNav_area ul li {
	display:table-cell;
	padding: 0 30px;
	border-left: #fff solid 1px;
}
#gNav_area ul li:last-child {
	border-right: #fff solid 1px;
}
