.btn {
	white-space: normal;
}

a {
	color: rgb(255, 50, 50);
}

.under-line {
	border-bottom: 1px solid;
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.tel a {
	text-decoration: underline;
}

/* ------------------------------------------
　ナビゲーションバー
---------------------------------------------*/
.mod-navbar {
	position: relative;
	padding: 1rem 0;
}

/* ------------------------------------------
　カテゴリラベル位置
---------------------------------------------*/
.cate-label {
	top: 0.5em;
	left: 1em;
	background: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------
　フッター
---------------------------------------------*/
/* sns アイコン */
.sns-nav img {
	width: 36px;
}

/* トップへ戻る */
.totop {
	border: 2px solid #02A7C3;
	top: 1rem;
	right: 0;
}


/* ------------------------------------------
　商品閲覧の画像
---------------------------------------------*/
.productList_a {
	display: block;
	width: 100%;
	height: 250px;
	text-align: center;
}
.productList_img {
	max-width: 100%;
	max-height: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

/* ------------------------------------------
　商品閲覧の画像
---------------------------------------------*/
.allList_a {
	display: block;
	width: 250px;
	height: 100px;
}
.allList_img {
	max-width: 100%;
	max-height: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

