@charset "utf-8";

/* #cont ************* */
/************************************************/
/* index */
/************************************************/


/* 通信販売法に基づく表記リスト */
#cont .mail_order_law_table {
	width: 590px;
	font-size: 1.3em;
	line-height: 1.4em;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 10px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
#cont .mail_order_law_table th {
	width: 15%;
	padding: 4px 10px 4px 10px;
	background: #E3E3E3;
	text-align: center;
	white-space: nowrap;
	border: 1px #999999 solid;
	}

#cont .mail_order_law_table td {
	padding: 4px 10px 4px 10px;
	border: 1px #999999 solid;

	}

#cont .mail_order_law_table td.graybox {
	width: 15%;
	text-align: center;
	white-space: nowrap;
	background: #E3E3E3;
	}

#cont .mail_order_law_table ul {
	padding: 0px 0px 0px 3px;
}

#cont .mail_order_law_table li {
	background: url(../../common/img/listmark_blue.gif) no-repeat 0 8px;
	padding: 4px 0px 4px 13px;
}

