﻿@charset "UTF-8";


.block-goods-comment5 p {
	margin-bottom: 20px;
}


.block-goods-comment5 table tr td {
	padding: 10px;
}




table.itemtable {
	width:100%;
}


.itemtable tr {
	vertical-align:top;
}

.itemtable th,
.itemtable td { 
	border:solid 1px #ccc;/*グレーの枠線の指定*/
	padding: 4px;/*セルの内側に上下左右に4px余白をあける*/


}

tr.backgray { 
	background-color: #e7e7e7;
}


table.tablenoborder {
	width:100%;
}

.tablenoborder tr {
	vertical-align:top;
}

.tablenoborder td {
	border:none;
	padding: 4px;/*セルの内側に上下左右に4px余白をあける*/
	vertical-align:top;
}

.tdfifty {
	width:50%;
}


.fontbold {
	font-weight: bold;
}




div.itemheader {
	color:#FFF;
	font-weight:bold;
	background-color:#666;
	padding:10px;
	border-radius:5px;
	margin-bottom:10px;
}

div.itemheader-baby {
	color:#FFF;
	font-weight:bold;
	background-color:#39C;
	padding:10px;
	border-radius:5px;
	margin-bottom:10px;
}


div.brandlist {
	display:inline-block;
	width:30%;
	padding:20px;
	vertical-align: middle;

}

