@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------
商品のご案内
----------------------------------------------------------------*/

#box_item{
	margin-bottom:130px;
}

h3.title_item01{
	background:url(../item/images/title_01.png) no-repeat;
	width:720px;
	height:65px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
}


div.box_itemlist{
	width:200px;
div.box_itemlist: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	margin-right:55px;
	margin-bottom:16px;
	vertical-align:top;
}


div.box_itemlist:nth-child(3n) {
	width:200px;
div.box_itemlist: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	margin-right:0;
	vertical-align:top;
	margin-bottom:16px;
}


.txt_item_blue{
	color:#0092cc;
	margin-top:3px;
	}

.txt_itemcopy{
	margin:0 0 20px 0;
	font-size:108%;
}