@charset "utf-8";

/*-----------------------------------------------
 th-d72a
-----------------------------------------------*/
/* 2015 5 add */
body{
	color: #626262;
}

.productTitle {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.1;
  color: #004473;
  font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,verdana,sans-serif;
  font-size: 32px;
  max-height: 999999px;
}

.w900 h2{
	color:#FFF;
	font-size:180%;
	background:#c4c4c4;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	padding:5px 15px;
	font-weight:normal;
	font-family: "Malgun Gothic",Arial,Helvetica,verdana,sans-serif;
}

.w900 h3{
	color:#1a1a1a;
	font-family: "Malgun Gothic",Arial,Helvetica,verdana,sans-serif;
}

.vitxt{
	float:left;
	text-align:center;
}

.p_infos {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.p_infos p {
	font-size: 16px!important;
	line-height: 1.8;
}

p.centering b.txt_navy {
	font-size: 23px;
}

.txt_navy {
	color: #004573;
}

.productDetail dl{
	padding-bottom:35px;
}

.centering{
	text-align:center;
}

.fl{
	float:left;
}


.fr{
	float:right;
}

.caution{
	font-size:90%;
}
/*----- features -----*/

.productDetail01 { padding-top:0px; }
.productDetail01 .inner .w900 { margin:0 auto; }

.txtBox { border-bottom:none; padding-top:20px; }



/*----- specs -----*/

 .tableType02 col.col01 { width:40%; }
 .tableType table th { text-align: left; width: 33%;}


/*----- accessories -----*/

/*----- support -----*/
.customerCareBox02 {
  padding: 20px 40px;
  font-size: 14px;
}

.roundCornerBox01 {
  position: relative;
  border: 1px solid #D0D0D0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  /*behavior: url('/usa/common/js/PIE.htc');*/
}

.promotionBox {
  padding: 30px;
}

/*-----------------------------------------------
 floating
-----------------------------------------------*/

#floating {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 500;
}

#floating .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#floating .movieIn {
  background-color: #000;
  width: 700px;
  height: 395px;
  padding: 35px 10px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -360px;
  margin-top: -214px;
}

#floating .movieIn .inr {
  position: relative;
}

#floating .movieIn .inr iframe {
  width: 700px;
  height: 395px;
}

#floating .movieIn .inr .closeBtn {
  position: absolute;
  top: -31px;
  right: -4px;
  display: block;
  background-image: url(/sg/common/images/bt_close.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  width: 29px;
  height: 28px;
  cursor: pointer;
}

.pt35 {
  padding-top: 35px !important;
}
.productDetail-hr {
  position: relative;
}
.productDetail-hr::before {
  content: "";
  width: 240px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3px;
  background-color: #E7E7E7;
}
p.note-txt {
  color: #8b8b8b;
  margin-top: 16px;
}
ul.disc-list li {
  list-style-type: disc;
}

#support td a.pdf-manual {
  background: transparent url(../images/icon_pdf.png) no-repeat 0 50%;
  padding-left: 30px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
#support h2 {
  margin-bottom: 16px;
}
#productDetailFeaturesBox .productDetail01 .w900 .tac {
  display: flex;
}
.brochure-sec {
  margin-top: 40px;
}