@charset "utf-8";



/*===================================================================================================================*/
/*===== productの詳細設定 =============================================================================================*/
/*===================================================================================================================*/


/*===== 商品一覧表 =======================================*/

div#vision div#main table
	{
	 border-collapse: separate;
	 margin: 0px auto 0px auto;
	}


div#vision div#main table tr td
	{
	 line-height: 18px;
	 text-align: left;
	 background-color: #eeeeee;
	 background-repeat: no-repeat;
	 background-position: 5px 5px;
	 border: 1px #cccccc solid;
	 width: 220px;
	 padding: 5px 5px 5px 5px;
	}


div#vision div#main table tr td img
	{
	 width: 220px;
	 height: 180px;
	 display: block;
	 margin: 0px 0px 10px 0px;
	}


div#vision div#main table tr td p
	{
	 font-weight: bold;
	 line-height: 14px;
	 text-align: left;
	 background-image: url("../_img/point_g.jpg");
	 background-position: 0px 1px;
	 background-repeat: no-repeat;
	 margin: 0px 0px 10px 5px;
	 padding: 0px 0px 0px 12px;
	}

/*========================================================*/


/*===================================================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/




