.top {
	background-color:#f5f4ea;
	height:20px;
	line-height:20px;
	font-size:10px;
}

.top p {
	width:1000px;
	margin:0 auto;
}

.info {
	width:1000px;
	height:60px;
	margin:45px auto;
}

.info h1 {
	float:left;
}

.info .center {
	width:346px;
	margin:0 auto;
	padding-top:15px;
}

.info .center li {
	float:right;
	font-size:10px;
	padding:0 10px;
	border-left:1px solid #333;
}

.info .center li:first-child {
	padding-right:0;
}

.info .center li:last-child {
	padding-left:0;
	border-left:none;
}

.info .center li a {
	text-decoration:none;
	color:#333;
}

.info .shop {
	float:right;
	font-size:10px;
	text-align:right;
}

.navi {
	clear:both;
	background-color:#c9ecff;
}

.navi ul {
	height:60px;
	text-align:center;
}

.navi li {
	display:inline-block;
	padding:0 10px;
}

/* 検索フォーム ここから */
.search {
	margin-top:10px;
	height:80px;
	background-color:#f9f8f2;
}

.search .wrapper {
	width:1020px;
	height:80px;
	margin:0 auto;
}

.search .wrapper * {
	float:left;
}

.text_box {
	width:234px;
	height:30px;
	border:3px solid #ccc;
	line-height:25px;
	font-size:15px;
	text-indent:10px;
	margin-top:17px;
}

.searchBtn {
	margin-right:25px;
	margin-top:22px;
}

.search .wrapper dt {
	margin-right:15px;
}

.search .wrapper dd {
	height:30px;
	font-size:15px;
	margin-top:22px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ccc;
}

.search .wrapper dd:last-child {
	margin-right:none;
	padding-right:none;
	border-right:none;
}
/* 検索フォーム ここまで */

/* タイトルリボン ここから */
.subject_ribbon {
    width: 920px;
    text-align: center;
    margin: 10px auto;
    display: block;
    position: relative;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
}
.subject_ribbon::before {
    content: "";
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -35px;
    z-index: -2;
    border: 20px solid #56adf3;
    border-left-color: transparent;
}
.subject_ribbon::after {
    content: "";
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -35px;
    z-index: -2;
    border: 20px solid #56adf3;
    border-right-color: transparent;
}

.subject_ribbon h3 {
    width: 880px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 45px;
    font-size: 24px; font-weight: bold; color: #FFF;
    background: #2196F3;
}
.subject_ribbon h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #397eb5;
}
.subject_ribbon h3::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #397eb5;
}
/* タイトルリボン ここまで */

.header_body {
    width: 1060px;
    margin: 0 auto;
    text-align: center;
}

/* スライダー ここから */
.slide_show {
    margin: 20px auto;
    width: 100%;
    background: black;
}

.slide_show img {
    height: auto;
    width: 100%;
}

.slick-prev {
    width: 40px; height: 40px;
    left: 50px; z-index: 10;
    background: rgba(86, 173, 243, 0.5);
    border-radius: 50%;
}
.slick-next {
    width: 40px; height: 40px;
    right: 50px; z-index: 10;
    background: rgba(86, 173, 243, 0.5);
    border-radius: 50%;
}

.slick-prev::before,
.slick-next::before {
    color: #fff;
    font-size: 30px; font-weight: bold;
    opacity: 0.5;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #56adf3;
    opacity: 1;
}

.slick-slide { opacity: 0.5; }

.slick-active { opacity: 1; }


.slick-prev:before {
    width: 15px; height: 15px;
    position: absolute; top: 10px; left: 13px;
    content: '';
    display: block;
    border-top: solid 5px #fff;
    border-left: solid 5px #fff;
    transform: rotate(-45deg);
}
[dir='rtl'] .slick-prev:before {
    width: 15px; height: 15px;
    position: absolute; top: 10px; right: 13px;
    content: '';
    display: block;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    transform: rotate(45deg);
}
.slick-next:before { 
    width: 15px; height: 15px;
    position: absolute; top: 10px; right: 13px;
    content: '';
    display: block;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    transform: rotate(45deg);
}
[dir='rtl'] .slick-next:before{
    width: 15px; height: 15px;
    position: absolute; top: 10px; left: 13px;
    content: '';
    display: block;
    border-top: solid 5px #fff;
    border-left: solid 5px #fff;
    transform: rotate(-45deg);
}
/* スライダー ここまで */

/* バナー ここから */
img { width: 100%; }

.full_banner {
    width: 1060px;
    display: block;
}
/* バナー ここまで */

/* 売れ筋TOP3 ここから */
.store_top3_item {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.store_top3_item a {
    width: 330px;
    display: block;
    padding: 10px;
}

.store_top3_item img {
    width: 100%;
    border: solid 1px #ddd;
}
/* 売れ筋TOP3 ここまで */
