@charset "Shift_JIS";

/*LEDセール用*/
#other_page h4{
	background: initial;;/*無効化*/
	text-indent: initial;
	font-size: initial;
	color: initial;
	margin: initial;
	line-height: initial;
	clear: initial;
	}

h4.sale{
	color: #010101;/*文字色*/
	background: #eaf3ff!important;/*背景色*/
	border-bottom: solid 3px #516ab6;/*下線*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.sale-table{
	border:#333333 solid 1px;
	border-collapse:collapse;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
	}
.sale-table th{
	border:#333333 solid 1px;
	padding:6px;
	color:#333333;
	text-align:center;
	background-color: #CCC;
	}
.sale-table td{
	border:#333333 solid 1px;
	padding:6px;
	text-align: center;
	}
