@charset "utf-8";
@import "base.css";

/*======================================================================================*/
/*===== ↓ お支払い・配送についての設定 ↓ =============================================*/

div#main table
	{
	 border-collapse: collapse;
	 width: 850px;
	 margin: 0px 0px 10px 13px;
	}

div#main table tr th
	{
	 font-weight: bold;
	 background-color: #e6f9ff;
	 border: 1px #3399aa solid;
	 border-right: none;
	 width: 160px;
	 padding: 3px 3px 3px 5px;
	}

div#main table tr td
	{
	 background-color: #f6ffff;
	 border: 1px #3399aa solid;
	 border-left: none;
	 width: 610px;
	 padding: 3px 3px 3px 5px;
	}

div#main table tr td ol,
div#main table tr td ol li
	{
	 list-style: disc outside;
	 margin: 0px 0px 0px 8px;
	 padding: 0px;
	}

div#main table tr td dl
	{
	 margin: 0px;
	 padding: 5px 0px 0px 5px;
	}

div#main table tr td dl dt
	{
	 padding: 3px 0px 0px 0px;
	}

div#main table tr td dl dd
	{
	 margin-top: -23px;
	 padding: 0px 0px 3px 90px;
	}



