@charset "UTF-8";
@import "/css/common.css";

/*==================================================================*/

#products{
	margin:0 auto;
	width:600px;
}

#products h1{margin:12px 0;}

/* TOP css */
table{
	font-size:14px;
	line-height:130%;
	empty-cells: show;
}

/* -----商品紹介---- */

table.products{
	font-size:12px;
	border:1px;
	border-style: solid;
	border-color:#66CC99;
	}

table.products td.head{
	background-color:#DAFCEB;
	text-align:center;
	color:#349464;
	width:60px;
	border:1px;
	border-style: solid;
	border-color:#66CC99;
	}
	
table.products td.contents-name{
	font-size:14px;
	font-weight:bold;
	border:1px;
	border-style: solid;
	border-color:#F69832;
	background-color:#FCECD0;
	text-align:left;
	}

table.products td.photo{
	border:1px;
	border-style: solid;
	border-color:#66CC99;
	padding:0px;
	width:205px;
	text-align:center;
	}
table.products td.photo img{margin-bottom:3px;}

table.products td.contents{
	border:1px;
	border-style: solid;
	border-color:#66CC99;
	text-align:left;
	}

table.products span{
	letter-spacing:0;
}
	

/*==================================================================*/


/* ---------------------------------------------------------------- */
