@charset "UTF-8";
/*--新規スタイルシート--*/
/*--基本設定--*/
.dis_pc {display:block;}
.dis_sp {display:none;}
.mt120 {margin-top:120px;}
.mt700 {margin-top:700px;}
.mt702 {margin-top:702px;}
/*--並列表記用--*/
.productDetail.hongkong h4 {
  text-align:center;
  margin-bottom:30px;
}
.productDetail.hongkong h4 img {
  display:inline;
}
.productDetail.hongkong .fl,
.productDetail.hongkong .fr {
  width:465px;
}
/*--中国語表記装飾--*/
.productDetail.hongkong .fl dt {
	margin-bottom: 18px;
	padding-bottom: 5px;
	line-height: 120%;
	font-size: 18px;
	color: #003ca6;
	border-bottom: 1px solid #003ca6;
}

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

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

.productDetail.hongkong .fl dd .data.w100p {
	width: 100%;
}

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

.productDetail.hongkong .fl dd .data dd {
	margin-bottom: 0px;
	padding-left: 5px;
	line-height: 130%;
	background: #f2f2f2;
	float: right;
}
.productDetail .fr dd .data {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url("../img/ten.png") repeat-x 0 7px;
	overflow: hidden;
}