@charset "UTF-8";
/*--新規スタイルシート--*/
/*--基本設定--*/
.dis_pc {display:none;}
.dis_sp {display:block;}

/*--並列表記用--*/
.productDetail.hongkong h4 {
  text-align:center;
  margin-bottom:10px;
}
.productDetail.hongkong h4 img {
  display:inline;
  width:100%;
}
.productDetail.hongkong .fl,
.productDetail.hongkong .fr {
  width:100%;
  text-align:left;
}
/*--中国語表記装飾--*/
.productDetail .fl {
	padding: 12px 15px;
	width: 100%;
	background: #ffffff;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.productDetail .fl dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 120%;
	font-size: 13px;
	color: #003ca6;
	border-bottom: 1px solid #003ca6;
}

.productDetail .fl dd {
	margin-bottom: 20px;
	line-height: 130%;
	font-size: 11px;
}

.productDetail .fl dd .data {
	margin: 0;
	padding: 0;
	width: 90%;
	background: url("../img/ten.png") repeat-x 0 7px;
	overflow: hidden;
}

.productDetail .fl dd .data dt {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	line-height: 130%;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	border-bottom: none;
	float: left;
}

.productDetail .fl dd .data dd {
	margin-bottom: 0px;
	padding-left: 5px;
	line-height: 130%;
	background: #ffffff;
	float: right;
}