@charset "UTF-8";
/* CSS Document */

/*
==========================================================
取扱商品
==========================================================
*/
	#topImage {
	background-image: url(images/topImage.jpg);
}

@media print, screen and (min-width: 769px) {
	
.contebox h3 {
text-align: center;
margin-bottom: 40px;
font-size: 2.4rem;
}
table {
	width: 99%;
	border-collapse:collapse;
}
table th,
table td {
	padding: 14px;
	border: 1px solid #CCC;
	line-height: 1.8em;
}
table th {
	background-color: #eee;
	width: 23%;
}
table td {
	text-align: left;
}
table tr td ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
table tr td ul li {
	list-style-position: outside;
	list-style-type: disc;
}

}


@media screen and (max-width: 768px) {
	
.contebox h3 {
text-align: center;
margin-bottom: 40px;
font-size: 2.4rem;
}
table {
	width: 99%;
	border-collapse:collapse;
}
table th,
table td {
	padding: 14px;
	line-height: 1.8em;
	display: block;
}
table th {
	background-color: #eee;
}
table td {
	text-align: left;
}
table tr td ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
table tr td ul li {
	list-style-position: outside;
	list-style-type: disc;
}

	


}

