@charset "Shift_JIS";

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/*--------------------------------------------------------
  パーツデザイン設定
--------------------------------------------------------*/
#goods{
    width : 900px;
}

#goods-img{
    height: 380px;
    width:260px;
    text-align:center;
    margin-top: 50px;
    margin-left :20px;
    float: left;
}

#goods-text{
    width: 550px;
    margin-top: 10px;
    margin-left :90px;
    margin-bottom: 30px;
    float: left;
}

#goods-text h3{
    color: #348EFF;
    background-image : url(/img/sozai/goodsBg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-top: 1px;
}

#goods-text .name{
    font-size: 1.3em;
    margin-top:10px;
    margin-bottom:-10px;
}

#goods-text .cont{
    font-size: 1em;
    border-bottom: 1px dotted #999;
    margin-top:8px;
    margin-bottom:1px;
}

#goods-text h3 span.en{
	font-size: 1.3em;
	padding-right: 6px;
	text-transform: capitalize;
}

#goods-text h3 span.ja{
	font-weight: normal;
}
