@charset "UTF-8";
/*! ===========================================
    /fa/solutions/psm/asean/en/ style
=========================================== */
a:hover {text-decoration: none;}

.company .company-logo {
	float: left;
	margin-right: 40px;
	position: relative;
	width: 250px;
	height: 220px;
	padding: 20px 19px;
	border: 1px #d9d9d9 solid;
	box-sizing: border-box;
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.company .company-logo img {
	width: 100%;
}
.company .company-logo img.square {
	width: 70%;
	height: auto;
}

a.single_tab{pointer-events:none;}

.modal_img{
	width: auto;
	height:auto;
	min-height:450px;
	text-align: center;
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.modal_img.modal_img_s{
	width: 50%;
    margin: auto;
}

.modal_img img{
	display: block;
	width: 100%;
}
.modal_img img.small{
	width: auto;
	max-height: 700px;
}
.modal_img img.small_adj{
	width: auto;
	max-height: 450px;
}
.thumb {
	position: relative;
	width: 290px;
	min-height: 180px;
	height: auto;
	padding: 20px 0;
	border: 1px #d9d9d9 solid;
	box-sizing:border-box;
	text-align: center;
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}

.thumb.thumb_s {
	width: 200px;
    margin-left: auto;
}
.thumb img {
	width: 90%;
	height:auto;
	vertical-align: bottom;
}
.zoom_box {
	width: 290px;
}
.zoom {
	display: inline-block;
	height: 20px;
	background: url(/fa/solutions/psm/asean/img/icon_zoom.png) no-repeat left center;
	margin-top: 10px;
	padding-left: 25px;
	font-size: 0.875em;
}
