@charset "utf-8";

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.images-box {
	margin-bottom: 40px;
}

.images-box img {
	display: block;
	width: 100%;
}

/* Greeting Message */
.greeting-wrapper {
	margin: 0;
	padding: 0;
}

.greeting-wrapper > p {
	color: #666666;
	font-size: 1.154em;
	line-height: 1.600em;
	margin-bottom: 20px;
}


.greeting-wrapper .word-sign {
	text-align: right;
	color: #222222;
	font-weight: bold;
}

/* company history */
.history-wrapper {
	padding: 25px 0;
	background: url(../image/sub01/bg_line01.gif) repeat-y 120px 0;
}

.history-wrapper dl {
	position: relative;
	padding-bottom: 30px;
	padding-left: 150px;
}

.history-wrapper dl:last-child {
	padding-bottom: 0;
}

.history-wrapper dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 16px;
	font-size: 1.231em;
	line-height: 1em;
	color: #1c8497;
	font-weight: bold;
}


.history-wrapper dl dt .circle {
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #44b4bc;
	margin-top: -4px;
	margin-right: -4px;
}

.history-wrapper dl dd {
	color: #666666;
	font-size: 1.154em;
	line-height: 1.333em
}

.word-type01 {
	color: #666666;
	font-size: 1.154em;
	line-height: 1.600em;
	margin-bottom: 33px;
}

.certification-wrapper {
	margin: 0;
	padding: 0
}

.certification-wrapper > ul {
	overflow: hidden;
}

.certification-wrapper > ul > li {
	float: left;
	width: 182px;
	margin-right: 30px;
	text-align: center;
	color: #222222;
	font-size: 1.154em;
}


.certification-wrapper > ul > li:last-child {
	margin-right: 0;
}


.certification-wrapper > ul > li > img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.certification-wrapper > ul > li > strong {
	display: block;
	font-weight: bold;
}

/* location */
.map-wrapper {
	margin-bottom: 50px;
}

.map-wrapper:last-child {
	margin-bottom: 0;
}

.map-wrapper .map-area {
	height: 390px;
	background: #d0d0d0;
	margin-bottom: 25px;
}

.map-wrapper > h2 {
	color: #111111;
	font-size: 1.231em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.map-wrapper > address {
	display: block;
	color: #666666;
	font-size: 1.154em;
	line-height: 1.600em;
	margin-bottom: 30px;
}

.map-wrapper > ul {
	font-size: 1.154em;
	line-height: 1.600em;
}

.map-wrapper > ul > li {
	color: #666666;
}

/* product */
.product-information-wrapper {
	position: relative;
	padding-left: 200px;
	margin-bottom: 33px;
}

.product-information-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
}

.product-information-area {
	margin: 0;
	padding: 0;
}

.product-information-area h2 {
	color: #ffffff;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-top: 1px solid #778086;
	background: #97a3ab;
	font-weight: bold;
	font-size: 1.154em;
}

.table-type01 {
	border-top: 1px solid #889196;
}


.table-type01 table {
	font-size: 1em;
}

.table-type01 thead th,
.table-type01 tbody th {
	padding: 6px;
	background: #f1f3f4;
	border-right: 1px solid #d7d8d9;
	border-bottom: 1px solid #d7d8d9;
	color: #333333;
	font-size: 1.154em;
	font-weight: bold;
	letter-spacing: -1px;
}

.table-type01 tbody td {
	padding: 6px;
	font-size: 1.154em;
	line-height: 1.200em;
	letter-spacing: -1px;
	color: #333333;
	border-right: 1px solid #d7d8d9;
	border-bottom: 1px solid #d7d8d9;
	text-align: center;
	word-break: break-all;
}


.table-type01 thead th:last-child,
.table-type01 tbody td:last-child {
	border-right: 0;
}

.table-type01 tbody td .btn-pdf-download {
	display: inline-block;
	vertical-align: middle;
	margin-top: 28px;
	width: 50px;
}

.table-type01 tbody td .btn-pdf-download > img {
	display: block;
}

.ul-list-pme {
	margin: 0;
	padding: 0;
}

.ul-list-pme > li {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 5px;
}

.ul-list-pme > li > .icon {
	position: absolute;
	top: 2px;
	left: 0;	
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 100%;
	background: #8d98a0;
	color: #fff;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700
}

/* contact us */
.contact-us-wrapper {
	padding: 30px 0;
	margin-bottom: 50px;
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777
}



.contact-us-wrapper > dl {
	position: relative;
	padding-left: 170px;
	margin-bottom: 13px;
}

.contact-us-wrapper > dl > dt {
	float: left;
	margin-left: -170px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #444444;
	font-size: 1.154em;

	font-weight: bold;
}

.contact-us-wrapper > dl > dd {
	display: block;
}

.contact-us-wrapper > dl > dd input[type="text"],
.contact-us-wrapper > dl > dd input[type="password"],
.contact-us-wrapper > dl > dd select {
	display: block;
	width: 350px;
	height: 35px;
	border: 1px solid #a9a9ab;
	border-right: 1px solid #cccdce;
	border-bottom: 1px solid #cccdce;
	text-indent: 10px;
}

.contact-us-wrapper > dl > dd .w100 {
	width: 100% !important;
}

.contact-us-wrapper > dl > dd textarea {
	display: block;
	width: 100%;
	height: 270px;
	padding: 10px;
	border: 1px solid #a9a9ab;
	border-right: 1px solid #cccdce;
	border-bottom: 1px solid #cccdce;
}