@charset "Shift_JIS";




.hr-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}





/*=====menu=====*/
.menu-box {
	color: #646464;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}


.menu-box li {
	list-style-type: none;
}






/*=====box=====*/

.box1 {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.brand-box {
	background-color: #3C643C;
	padding-right: 10px;
	padding-left: 10px;
	width: 480px;
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.seihin-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #646464;
}




/*=====text=====*/


.FF0000 {
	color: #FF0000;
}

.style1 {
	color: #3C643C;
	font-weight: bold;
}




/*=====img=====*/

.img-left {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}


.img-right {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}







/*=====table=====*/

.waku {
	background-color: #C6CDD9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.waku td {
	background-color: #FFFFFF;
	padding: 5px;
}

.waku th {
	background-color: #F4F5F7;
	padding: 5px;
	color: #555555;
	text-align: right;
	font-weight: normal;
}



/*=====shopEtable=====*/

.waku-2 {
	background-color: #C8C8C8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.waku-2 td {
	background-color: #FFFFFF;
	padding: 5px;
}

.waku-2 th {
	background-color: #FEFFDF;
	padding: 5px;
	color: #555555;
	font-weight: normal;
}






/*=====topEshop=====*/
.ul-disc {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ul-disc li {
	padding-top: 3px;
	padding-bottom: 3px;
}




.ol-decimal {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ol-decimal li {
	padding-top: 5px;
	padding-bottom: 5px;
}

