
/* 背景 */
body {
	background-image: url("https://www.hankoya.com/img/common/back_home.png");
}

/* ヘッダー */
.l-header {
    margin-bottom: 5px;
}

/* ヘッダー： ロゴ（位置調整） */
/*.l-header-logo {
    top: 16px;
}*/

/* ヘッダー： 背景（テーマ画像） */
.l-header-site-face {
	background-image: url("/_pkg/img/layout/header/bg.png");
}

/* 左メニュー： タイトル（色） */
.l-nav-menu__heading__text {
    background: linear-gradient(to bottom, #1884d6 0%, #1884d6 50%, #1571b8 51%, #1571b8 100%);
    color: #fff;
}

/* 左メニュー： サブタイトル（色） */
.l-nav-menu__sub-heading {
    background-color: #95caf3;
    color: #333;
}

/* セクションタイトル（色） */
.m-heading, .m-heading--t4::after {
    border-color: #1884d6;
    color: #444;
}

/* 詳細ページ: 商品タイトル（色） */
.m-heading--goods, .m-heading--t1 {
    border-bottom-color: #95caf3;
    background: linear-gradient(to bottom, #fff 0%, #d7e9f7 50%, #d7e9f7 100%);
}

/* 詳細ページ: 商品画像スライダー（ボタン色） */
.m-goods-image__btn-up, .m-goods-image__btn-down {
	background: #4ea5e8;
}

/* 詳細ページ: 商品画像スライダー（選択枠色） */
.m-goods-image--nav .m-goods-image__item.is-current {
	border-color: #95caf3;
}

/* 詳細ページ: ラベル（基本色） */
.m-goods-tag__item {
    background-color: #95caf3;
}


.l-header-shipments {
    left: 1px;
    top: 4px;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #007bff transparent transparent transparent;
}

.triangle2{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #007bff transparent transparent transparent;
}


.rotation_small{
    margin:65px 0 0 0;
    transform: rotate(-90deg);
}

.top_product_lineheight{line-height: 1.2;}

.u-fz-sn{font-size: 15px}

/* 最近見た商品ボタン矢印（背景色） */
.m-history .slick-prev, .m-history .slick-next {
background:#1884d6;
}

/* 検討リストに追加ボタン */
.m-keepList .m-keepList--button {
	display: block;
	min-width: 230px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	}
.m-keepList--link	{
	text-align: center;
	}

/* 戻るボタン */
.m-categoryBackBtn .m-categoryBackBtn--button {
	min-width: 248px;
	padding-top: 12px;
	padding-bottom: 12px;
	}


/* 一覧ページ: subtitleの見出し色 */
.m-goods-item-listview__title{
    color:#006699 !important;
}

.m-goods-item-listview__title:visited{
    color:#29017E !important;
}

.m-goods-item-listview__title:hover,.m-goods-item-listview__title:active{
    color:#f00 !important;
}
