@charset "euc-jp";
.container-section {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 60px;
	padding-top: 40px;
}

.shopkeeper-h2 {
	text-align: left;
	margin: 0 0 20px;
	padding: 0 15px;
}

.def-lst {
	margin: 0;
	padding: 0 15px;
}
	.def-lst-dd {
		margin: 0;
		padding: 0 0 20px;
	}

table.tb_tokusyou {
	width: 100%;
}

table.tb_tokusyou th {
	width: 25%;
	padding: 16px;
	background-color: #e5f1bc;
	border: 1px solid #CCCCCC;
	text-align: left;
}

table.tb_tokusyou td {
	width: 75%;
	padding: 16px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

table.tb_souryou {
	width:100%;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:center;
}

table.tb_souryou th {
	background-color: #e5f1bc;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 2px;
	text-align: center;
}

table.tb_souryou th.tb_souryou_left {
	width: 40%;
}

table.tb_souryou th.tb_souryou_center {
	width: 30%;
}

table.tb_souryou th.tb_souryou_right {
	width: 30%;
}

table.tb_souryou td {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 2px;
}

table.tb_daibiki {
	width: 100%;
}

table.tb_daibiki th {
	width: 45%;
	padding: 16px;
	background-color: #fcfef3;
	border: 1px solid #CCCCCC;
	text-align: center;
}

table.tb_daibiki td {
	width: 55%;
	padding: 16px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

@media (max-width: 768px) {
	.container-section {
		margin-bottom: 30px;
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
	.shopkeeper-h2 {
		padding: 0 4px;
	}
	.def-lst {
		padding: 0 4px;
	}
	
	table.tb_tokusyou {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		border-collapse: collapse;
	}
	
	table.tb_tokusyou th {
		display: block;
		width: 92%;
		padding: 4%;
		background-color: #e5f1bc;
		border: 1px solid #CCCCCC;
		text-align: left;
	}
	
	table.tb_tokusyou td {
		display: block;
		width: 92%;
		margin-bottom: -1px;
		padding: 4%;
		border-top: none;
		border-bottom: none;
		border-right: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		text-align: left;
	}	
	
	table.tb_daibiki {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		border-collapse: collapse;
	}
	
	table.tb_daibiki th {
		display: block;
		width: 92%;
		/*margin-bottom: -1px;*/
		padding: 4%;
		background-color: #fcfef3;
		border: 1px solid #CCCCCC;
		text-align: center;
	}
	
	table.tb_daibiki td {
		display: block;
		width: 92%;
		margin-bottom: -1px;
		padding: 4%;
		border-top: none;
		border-bottom: none;
		border-right: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		text-align: center;
	}
}