@charset "utf-8";
/* CSS Document */
/*
========================================
【変更履歴】
目次作成 (2021/2/15)
========================================
*/
/*
========================================
目次
1.base setting
========================================
*/

/*
========================================
1.base setting
========================================
*/
.int_box {
    font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	width: 780px;
}
.int_box > h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem
}
.shoplist h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.shoplist ul {
	letter-spacing: -0.5em;
	display: flex;
}
.shoplist li {
	letter-spacing: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
li.s_name_t {
	width: 40%;
	background: #DADADA;
	font-size: 13px;
}
li.s_addr_t {
	width: 45%;
	background: #DADADA;
	font-size: 13px;
}
li.s_tel_t {
	width: 15%;
	background: #DADADA;
	font-size: 13px;
}
li.s_name {
	width: 40%;
	font-size: .9em;
}
li.s_addr {
	width: 45%;
	font-size: .9em;
}
li.s_tel {
	width: 15%;
	font-size: .9em;
}
li.s_name::before {
	border: solid 6px transparent;
    border-left: 6px #009245 solid;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
}