@charset "UTF-8";

@import url("../content.css");
@import url("../jquery.fancybox.css");


/* Content */
/* Section Tecnical-data */
#tech-data {
	padding-top: 0;
	padding-bottom: 70px;
}

/* Technical Data Table Basic */
table th, table tr, table td {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

table th, table td {
	font-size: 14px;
	text-align: center;
	padding: 1em;
}

table th {
	border-right: none;
}

#tech-data table {
	width: 100%;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
}

#tech-data table thead th {
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: calc(100%/6);
	background-color: #003d68;
	border-left: 1px solid rgba(255, 255, 255, .3);
	padding-right: .3em;
	padding-left: .3em;
}

#tech-data table thead th:first-child {
	width: ; /* 12% */
	border-left: none;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

#tech-data table thead th:last-child {
	border-right: none;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-ms-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

#tech-data table tr td {
	border-left: 1px solid #e4e8e9;
	padding-bottom: 0;
}

#tech-data table tr:last-child td, #tech-data table tr:nth-of-type(6) td {
	padding-bottom: 1em;
}

#tech-data table tr td[rowspan*="6"] {
	font-weight: 600;
}

#tech-data table tr:nth-last-of-type(-n + 3) {
	background-color: #f4f7f8;
}

#tech-data table tr td:last-child {
	border-right: 1px solid #e4e8e9;
}

#tech-data table tr:last-child td, #tech-data table tr:nth-last-of-type(3) td:first-child {
	border-bottom: 1px solid #e4e8e9;
}

#tech-data table tr:nth-last-of-type(3) td {
	border-top: 1px solid #ebeeef;
}

#tech-data table tr:nth-last-of-type(3) td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-ms-border-radius: 0 0 0 4px;
	-o-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

#tech-data table tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-ms-border-radius: 0 0 4px 0;
	-o-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}

#tech-data table tr td a {
	color: #383a3b;
	text-decoration: none;
	padding: .7em 1em;
	display: block;
	background-color: #f5f6f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#tech-data table tr:nth-last-of-type(-n + 3) td a {
	background-color: #fff;
}

#tech-data table tr td a:hover {
	color: #fff;
	background-color: #056cb4;
}














#tech-data02 {
	padding-top: 0;
	padding-bottom: 70px;
}

/* Technical Data Table Basic */
table th, table tr, table td {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

table th, table td {
	font-size: 14px;
	text-align: center;
	padding: 1em;
}

table th {
	border-right: none;
}

#tech-data02 table {
	width: 100%;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	border-collapse: collapse;
}

#tech-data02 table thead th {
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: calc(100%/6);
	background-color: #003d68;
	border-left: 1px solid rgba(255, 255, 255, .3);
	padding-right: .3em;
	padding-left: .3em;
}

#tech-data02 table thead th:first-child {
	width: 50%; /* 12% */
	border-left: none;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

#tech-data02 table thead th:last-child {
	border-right: none;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-ms-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

#tech-data02 table td {
	border: 1px solid #e4e8e9;
}

#tech-data02 table tr.odd {
	background-color: #f4f7f8;
}

/*
#tech-data02 table tr td {
	border-left: 1px solid #e4e8e9;
	padding-bottom: 0;
}

#tech-data02 table tr:last-child td, #tech-data02 table tr:nth-of-type(6) td {
	padding-bottom: 1em;
}

#tech-data02 table tr td[rowspan*="6"] {
	font-weight: 600;
}

#tech-data02 table tr:nth-last-of-type(-n + 3) {
	background-color: #f4f7f8;
}

#tech-data02 table tr td:last-child {
	border-right: 1px solid #e4e8e9;
}

#tech-data02 table tr:last-child td, #tech-data02 table tr:nth-last-of-type(3) td:first-child {
	border-bottom: 1px solid #e4e8e9;
}

#tech-data02 table tr:nth-last-of-type(3) td {
	border-top: 1px solid #ebeeef;
}

#tech-data02 table tr:nth-last-of-type(3) td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-ms-border-radius: 0 0 0 4px;
	-o-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

#tech-data02 table tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-ms-border-radius: 0 0 4px 0;
	-o-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}

#tech-data02 table tr td a {
	color: #383a3b;
	text-decoration: none;
	padding: .7em 1em;
	display: block;
	background-color: #f5f6f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#tech-data02 table tr:nth-last-of-type(-n + 3) td a {
	background-color: #fff;
}

#tech-data02 table tr td a:hover {
	color: #fff;
	background-color: #056cb4;
}
*/


















/* Section Product Sample Images */
#sample_prd {
	padding-top: 0;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sample_prd a {
	width: 165px;
	height: 165px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#sample_prd a:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 6px solid rgba(255, 255, 255, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#sample_prd a:after {
	content:"\f00e";
	font: 0px "FontAwesome";
	color: rgba(255, 255, 255, 0);
	text-align: center;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: calc(50% - 0px);
	right: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

#sample_prd a:hover:before {
	border: 82.5px solid rgba(0, 0, 0, .3);
}

#sample_prd a:hover:after {
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	top: calc(50% - 16px);
}

#sample_prd img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#sample_prd a:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.fancybox-skin {
	border: 1px solid rgba(255, 255, 255, .75);
}

.fancybox-image {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/* 追加 */
.box_characteristic {
width: 202px;
border: solid #999999 1px;
float: left;
margin: 0 8px 10px 0;
padding: 0;
border-radius: 4px;
}

.box_characteristic_end {
width: 202px;
border: solid #999999 1px;
float: left;
margin: 0 0 10px 0;
padding: 0;
border-radius: 4px;
}

.area_title {
padding: 10px;
margin: 0 auto 0;
background: #003d68;
color:#FFFFFF;
text-align: center;
font-weight: 600;
}

.area_txt {
padding: 10px 10px 0;
margin: 0 auto 10px;
line-height: 150%;
height: 80px;
}

.box_characteristic02_l {
width: 412px;
border: solid #999999 1px;
float: left;
margin: 0 0 10px 0;
padding: 0;
border-radius: 4px;
}

#detail p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.box_characteristic02_r {
width: 412px;
border: solid #999999 1px;
float: right;
margin: 0 0 10px 0;
padding: 0;
border-radius: 4px;
}

.area_txt02 {
padding: 0 10px 0;
margin: 0 auto 10px;
line-height: 150%;
height: 50px;
}

.flow_title {
font-weight: bold;
padding: 10px 0;
border-bottom: 1px solid #999999;
margin: 20px auto 10px;
text-align: center;
font-size: 18px;
width: 60%;
}



