/* *****************
　　商品詳細
***************** */


table.detailed {
    width: 650px;
    border: none;
    border: solid 1px #D0C4B8;
    border-collapse: collapse;
    border-spacing: 20px;
	background-color: #FFF;
	margin-top:20px;
}
 
table.detailed th {
    vertical-align: middle;
    height: 34px;
    width: 125px;
    border-right: solid 1px #D0C4B8;
    border-top: solid 1px #D0C4B8;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
	background-color:#E3DAD3;
}
 
table.detailed td.data {
    vertical-align: middle;
    padding:3px 20px;
    margin: 0;
    height: 34px;
    width: 525px;
    border-top: solid 1px #D0C4B8;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
	background-color: #FFF;
    overflow: hidden;
}
 
 
table.detailed td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #D0C4B8;
}

.cat_title {
	width: 715px;
	padding-bottom: 25px;
}


.cat_about_img {
	margin:10px 0;
}


/*　この商品を買った人は　*/

#otherItem  {
	overflow:hidden;
	/* border: 1px solid #CCC; */
	margin-bottom: 25px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#otherItem h1 {
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #FFF;
	margin-right: 60px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FF8E43;
}
#otherItem .otherItemBox {
	margin-right: 40px;
	float: left;
	width: 160px;
}

#otherItem img {
		display: block;
		margin-bottom: 0.5em;
}
#otherItem .otherName {
		font-size: 1em;
		line-height: 1.2;
}
/*　この商品を買った人は-ここまで　*/



