@charset "UTF-8";
/*! ===========================================
    /fa/sols/psm/asean/en/ style
=========================================== */
a:hover {text-decoration: none;}

/* add 200903 */
.txt_bold {font-weight: 700;}

/* -- #module_titleArea -- */
#module_titleArea #h1-wrap {margin: 15px 0 35px -6px;}

/* -- #melfa_main_area -- */
/* ef-alliance-title */
#melfa_main_area #ef-alliance-title {
	position: relative;
}
#melfa_main_area #ef-alliance-title h2.logo {
	background: none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#melfa_main_area #ef-alliance-title .back a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px #cccccc solid;
	background: #f3f3f3;
	padding: 15px 30px;
	transition: all  0.2s ease;
}
#melfa_main_area #ef-alliance-title .back a:hover {
	border: 1px #d50000 solid;
}
#melfa_main_area #ef-alliance-title .back span{
	background: url(/fa/sols/psm/asean/img/ef-alliance-back.png) no-repeat left center;
	padding-left: 20px;
}
#melfa_main_area #update { text-align: right; margin-bottom: 15px; }

/* company */
#melfa_main_area #company-wrap { margin-bottom: 45px;}
#melfa_main_area #company-wrap .company {
	padding-bottom: 35px;
	border-bottom: 1px #d9d9d9 solid;
}
#melfa_main_area #company-wrap .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;
}
#melfa_main_area #company-wrap .company .company-logo img {
	width: 100%;
}
#melfa_main_area #company-wrap .company .company-logo img.square {
	width: 70%;
	height: auto;
}
#melfa_main_area #company-wrap .company .company-info { float: left; width: 690px; }
#melfa_main_area #company-wrap .company .company-info h3.company-name {
	font-size: 1.875em;
	font-weight: 700;
	margin: 0 0 10px 0;
	background: none;
	padding: 0;
}
#melfa_main_area #company-wrap .company .company-info .company-category {
	display: inline-block;
	background: #bc232f;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 20px;
}
#melfa_main_area #company-wrap .company .company-info .company-category + .company-category {
	margin-left: 15px;
}
#melfa_main_area #company-wrap .company .company-info p { font-size: 100% !important; }
#melfa_main_area #company-wrap .company-addsite { padding-top: 25px; }
#melfa_main_area #company-wrap .company-addsite dl { font-size: 100% !important; }
#melfa_main_area #company-wrap .company-addsite dl:first-child { margin-bottom: 15px; }
#melfa_main_area #company-wrap .company-addsite dl dt { float: left; width: 5em; }
#melfa_main_area #company-wrap .company-addsite dl dd { float: left; background: none; }
#melfa_main_area #company-wrap .company-addsite dl dd a { color: #005e8c; }
#melfa_main_area #company-wrap .company-addsite dl dd a:hover { color: #d50000; }

/* tab */
#melfa_main_area .tab-wrap {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	position: relative;
	margin-bottom: 60px;
}
#melfa_main_area .tab-label {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	height: 64px;
	background: #666;
	color: White;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	order: -1;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}
#melfa_main_area .tab-label:not(:last-of-type) {
	margin-right: 4px;
}
#melfa_main_area .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
#melfa_main_area .tab-switch:checked+.tab-label { /* active tab */
	background: #fff;
	color: #e60012;
	height:69px;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	box-sizing:border-box;
	cursor:default;
}
#melfa_main_area .tab-switch:checked+.tab-label+.tab-content {
	position: relative;
	top:-5px;
	height: auto;
	overflow: auto;
	margin-top: 4px;
	padding: 15px 15px 60px 15px;
	opacity: 1;
	transition: .5s opacity;
	border: 1px #cccccc solid;
	box-sizing:border-box;
}
#melfa_main_area .tab-switch { /* radio button hidden */
  display: none;
}
#melfa_main_area .tab-single {cursor:default;}
#melfa_main_area .tab-wrap .tab-content .tab-section {
	margin-bottom: 15px;
	font-size: 100%;
}
#melfa_main_area .tab-wrap .tab-content .tab-section:last-child {
	margin-bottom: 0;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .txt {
	float: left;
	padding-left: 45px;
	margin: 45px 33px 0 0;
	width: 535px;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm {
	padding: 0 45px;
	margin: 45px 0 0 0;
	width: 858px;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .txt h4,
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm h4 {
	font-size: 1.250em;
	font-weight: 700;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .txt p,
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm p {
	font-size: 100%;
	margin: 10px 0 0 0;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .txt ul,
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm ul {
	margin-top: 10px;
	font-size: 100% !important;
	margin-left: 20px;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .txt ul li,
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm ul li {
	font-size: 100% !important;
	list-style-type: disc;
}

/* add 200903 */
#melfa_main_area .tab-wrap .tab-content .tab-section .txt ol,
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm ol {
	margin-top: 10px;
	font-size: 100% !important;
	margin-left: 20px;
}

/* add 200903 */
#melfa_main_area .tab-wrap .tab-content .tab-section .txt ol li,
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm ol li {
	font-size: 100% !important;
}

#melfa_main_area .tab-wrap .tab-content .tab-section .txt a.txtlink,
#melfa_main_area .tab-wrap .tab-content .tab-section .txt_1clm a.txtlink {
	text-decoration: underline;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap {
	float: right;
	padding-right: 45px;
	margin-top: 45px;
	width: 290px;
	text-align: right;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap a {
	display: block;
	cursor: pointer;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal_wrap + a {
	display: block;
	margin-top: 15px;
}

#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal_wrap{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left:0;
	z-index: 2;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal_bg{
	background: rgba(0,0,0,0.65);
	height: 100vh;
	position: absolute;
	width: 100%;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 720px;
	text-align: center;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal .modal_close {
	position: absolute;
	top: -40px;
	right: 0;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal .modal_img{
	width: 100%;
	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;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal .modal_img.modal_img_s{
	width: 50%;
    margin: auto;
}



#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal .modal_img img{
	display: block;
	width: 100%;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal .modal_img img.small{
	width: auto;
	max-height: 700px;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .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;
}

#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .thumb.thumb_s {
	width: 200px;
    margin-left: auto;
}
#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .thumb img {
	width: 90%;
	height:auto;
	vertical-align: bottom;
}
#melfa_main_area .tab-wrap .tab-content .thumb-wrap .zoom {
	display: inline-block;
	height: 20px;
	background: url(/fa/sols/psm/asean/img/icon_zoom.png) no-repeat left center;
	margin-top: 10px;
	padding-left: 25px;
	font-size: 0.875em;
}
@media only screen and (min-width: 1300px) {
	#melfa_main_area .tab-wrap .tab-content .tab-section .thumb-wrap .modal .modal_img img.small_adj{
		width: auto;
		max-height: 450px;
	}
}