
/*itemGoodsはPC、div_inner_contentsはSP*/

#itemGoods p,#div_inner_contents p{
	font-size: 1.2em;
	color: #555!important;
}
#itemGoods th,#div_inner_contents th{
	background-color: #fafafa!important;
}
#itemGoods th span,#div_inner_contents th span{
	color: #555!important;
}
#itemGoods th font,#div_inner_contents th font{
	color: #555!important;
}
#itemGoods td,#div_inner_contents td{
	color: #666!important;
}
#itemGoods table,#div_inner_contents table{
	margin-bottom: 10px;
}

#itemGoods hr,#div_inner_contents hr{
	margin: 20px 0;
}

#itemGoods img,#div_inner_contents img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#itemGoods p,#itemGoods b,#div_inner_contents p,#div_inner_contents b{
	width: 100%;
}
#itemGoods p,#div_inner_contents p{
	margin-bottom: 20px;
}
#itemGoods b,#div_inner_contents b{
	font-size: 1.4em;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#itemGoods p:has(+img){
	width: calc(50% - 5px);
	float: left;
	margin-right: 5px;
}
#itemGoods p+img{
	width: 50%;
}

#itemGoods p:first-child+img{/*二木ゴルフ商品番号直後の画像が半分にならないように対策*/
	width: 100%;
}

#itemGoods p:has(+img) b{
	text-align: left;
	margin-bottom: 5px;
}
#itemGoods p b,#div_inner_contents p b{
	margin-bottom: 5px;
}	
#itemGoods br,#div_inner_contents br{
	height: 0;
	clear: both;
}

#itemGoods p:first-child,#div_inner_contents p:first-child{
	width: 100%;
	background: #fafafa;
    padding: 10px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    font-size: 1.4em;
    color: #c30029 !important;
}
#itemGoods p:first-child label,#div_inner_contents p:first-child label{
	font-weight: bold;
	margin-left: 10px;
}