﻿@charset "utf-8";

/* ****************************************************
index.css
***************************************************** */

@media print, screen and (min-width: 769px) {

/* common settings
=================================*/
#contentsContainer.dev-index {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 1200px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#contentsContainer.dev-index #contents {
	width: 100%;
	min-width: 1200px;
}
#contentsContainer.dev-index * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.isSp {
	display: none !important;
}

[class^="devSec"]>.devSecInner {
	width: 1200px;
	margin: 0 auto;
}
	
/* devHdg
---------------------------------*/


.devHdg .heading01 {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: center;
	justify-content: center;
	height: 200px;
	background: url(/en/dev/images/index_bg01.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding-left: 0;
	padding-right: 0;
}
.devHdg .heading01-inner {
	max-width: 1200px;
	text-align: center;
}
.devHdg .heading01 h1 .title-text {
	text-align: center;
	font-size: 240%;
}

/* -- heading-info -- */

.devHdg .heading01 .devSecInner {
	width: 1200px;
	margin: 0 auto;
}
  
.devHdg .heading01 .heading-info-wrap {
	width: 100%;
	padding: 10px 10px;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}
.devHdg .heading01 .heading-info a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
}
.devHdg .heading01 .heading-info .subtext {
	font-size: 83%;
	margin-left: 20px;
}
.devHdg .heading01 .heading-info a:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: 0.3em;
	background: url(/en/common/images/com_icn106.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.devHdg .heading01 .heading-info a:after {
	position: relative;
	display: inline-block;
	content: url(/en/common/images/com_icn40.png);
	top: 0.1em;
	margin-left: 10px;
}
  
/* devSec01
---------------------------------*/
.devSec01 {
	padding: 35px 10px;
	background: #f3eedc url(/en/dev/images/index_bg05.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.devHdg02 {
  font-size: 200%;
  font-weight: bold;
}
.devSubText {
  font-weight: normal;
  font-size: 81%;
}

/* devTopicsLink */
.devTopicsLink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.devTopicsLink > .leftCol {
	width: 602px;
}
	.devTopicsLink .devLeadText {
		margin-top: 10px;
		font-weight: bold;
		font-size: 118%;
	}
	.devTopicsLink .devLeadText + * {
		margin-top: 15px;
	}
	.devTopicsLink .devBtn {
		margin-top: 20px;
	}
	.devTopicsLink .devBtn a {
		min-width: 207px;
	}
	
.devTopicsLink > .rightCol {
	width: 562px;
	position: relative;
	margin-left: 36px;
	background: #fff;
}
.devTopicsLink > .rightCol:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #d7063b;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.devTopicsLink > .rightCol:hover:after {
	width: 100%;
}
.devTopicsLink > .rightCol > a {
	display: block;
	height: 100%;
	position: relative;
	padding: 30px;
	color: #333;
	text-decoration: none;
}
.devTopicsLink > .rightCol > a .colWrap {
}
.devTopicsLink > .rightCol > a .colImg {
	float: left;
	width: 110px;
	margin-right: 18px;
}
.devTopicsLink > .rightCol > a .colImg img {
	width: 100%;
	height: auto;
}
.devTopicsLink .devIcon {
	display: inline-block;
	line-height: 1;
	padding: 0.3em 0.5em;
	font-size: 86%;
	color: #ffffff;
	background-color: #777777;
}
	.devTopicsLink > .rightCol .colText {
		overflow: hidden;
	}
.devTopicsLink > .rightCol > a .colText .colTitle {
	margin-top: 10px;
	padding-left: 17px;
	background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
	font-size: 18px;
	font-weight: bold;
}
.devTopicsLink > .rightCol > a:hover .colText .colTitle {
	color: #d7063b;
	text-decoration: underline;
}
.devTopicsLink > .rightCol > a .colText .colDetail {
	position: absolute;
	left: 0;
	top: 150px;
	padding: 0 30px;
}


/* devSec05
---------------------------------*/
.devSec05 {
	padding: 45px 10px 60px;
	background: #ffffff;
}

/* devEngineerInfo */
.devEngineerInfo .devEngineerInfoLinks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 26px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 580px;
}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .linkDetail {
		margin-top: 0.5em;
	}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock + .linkBlock {
	margin-left: 40px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg {
	width: 290px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	background: #333;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockTitle {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink {
	margin-top: 25px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a {
	display: block;
	padding: 10px 35px;
	border: 1px solid  #333;
	background: #fff url(/en/common/images/com_icn01.png) 18px 50% no-repeat;
	text-align: center;
	color: #333;
	text-decoration: none;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a:hover {
	border: 1px solid  #d7083b;
	color: #fff;
	background: #d7083b url(/en/common/images/com_icn40.png) 18px 50% no-repeat;
}


/* devSec06
---------------------------------*/
	.devSec06 {
		padding: 35px 10px 55px;
		background: #e6e8f0 url(/en/dev/images/index_bg03.jpg) 100% 50% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
.devReportSecurity > .securityBlock .securityBlockCol2 {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:  space-between;
	justify-content:  space-between;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col {
	width: 580px;
	padding-right: 50px;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col + .col {
	margin-top: 20px;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row-reverse;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol {
	flex-basis: 170px;
	flex-shrink: 0;
	margin-left: 30px;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol img {
	max-width: 100%;
	height: auto;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol {
	flex-grow: 1;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink {}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a:hover {
	color: #d7063b;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a[target="_blank"]:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -3px;
	width: 12px;
	height: 11px;
	background: url(/en/common/images/com_icn05.png) 0 0 no-repeat;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colDetail {
	margin-top: 5px;
}
.devReportSecurity > .securityBlock .forAllList {
	margin-top: 15px;
	text-align: center;
}
.devReportSecurity > .securityBlock .forAllList > a {
	padding: 8px 35px;
	display: inline-block;
	width: 208px;
	background: #000000 url(/en/common/images/com_icn40.png) 18px 50% no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.devReportSecurity > .securityBlock .forAllList > a:hover {
	background: #d7083b url(/en/common/images/com_icn40.png) 18px 50% no-repeat;
}


/* devSec07
---------------------------------*/
.devSec07 {
	padding: 35px 10px 60px;
	background: #555;
}

/* devOtherLinks */
.devOtherLinks {}
.devOtherLinks + .devOtherLinks {
	margin-top: 45px;
}
.devOtherLinks .devOtherLinksHdg {
	line-height: 1;
	padding-left: 15px;
	border-left: 4px solid  #d7063b;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.devOtherLinks .devOtherLinkList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}
.devOtherLinks .devOtherLinkList > .linkBlock {
	display: block;
	width: calc((100% - 2px)/3);
	padding: 20px 20px 20px;
	background: #fff;
	margin: 0 1px 1px 0;
	color: #333;
	text-decoration: none;
}
.devOtherLinks .devOtherLinkList.grid4 > .linkBlock {
	width: calc((100% - 3px)/4);
	padding: 20px 15px 20px;
}
.devOtherLinks .devOtherLinkList > .linkBlock:nth-child(3n),
.devOtherLinks .devOtherLinkList.grid4 > .linkBlock:nth-child(4n){
	margin-right: 0;
}
.devOtherLinks .devOtherLinkList.grid4 > .linkBlock:nth-child(3n) {
	margin-right: 1px;
}
.devOtherLinks .devOtherLinkList > .linkBlock .blockTitleLink {
	padding-left: 20px;
	background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
	font-size: 18px;
	font-weight: bold;
}
.devOtherLinks .devOtherLinkList > a.linkBlock:hover .blockTitleLink {
	color: #d7063b;
}
.devOtherLinks .devOtherLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 11px;
	vertical-align: middle;
	margin: -3px 0 0 8px;
	background: url(/en/common/images/com_icn05.png) 0 0 no-repeat;
}
.devOtherLinks .devOtherLinkList > .linkBlock .blockTx {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}


/* devSec08
---------------------------------*/
.devSec08 {
	padding: 35px 10px 0;
	background: #fff;
}

/* devRelationLinks */
.devRelationLinks {}
.devRelationLinks .devRelationLinksHdg {
	font-size: 18px;
	font-weight: bold;
}
.devRelationLinks .devRelationLinkList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}
.devRelationLinks .devRelationLinkList > .linkBlock {
	display: block;
	width: calc((100% - 72px)/3);
	margin-right: 36px;
	padding: 16px 18px 16px;
	border: 1px solid  #cccccc;
	color: #333;
	text-decoration: none;
}
.devRelationLinks .devRelationLinkList > .linkBlock:nth-child(3n) {
	margin-right: 0;
}
.devRelationLinks .devRelationLinkList > .linkBlock:nth-child(n+4) {
	margin-top: 20px;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol {
	flex-basis: 150px;
	flex-shrink: 0;
	margin-left: 15px;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol img {
	max-width: 100%;
	height: auto;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .textCol {
	flex-grow: 1;
}

.devRelationLinks .devRelationLinkList > .linkBlock .blockTitleLink {
	display: inline-block;
	padding-left: 20px;
	background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
	color: #2b7bb2;
	font-size: 16px;
}
.devRelationLinks .devRelationLinkList > a.linkBlock:hover .blockTitleLink {
	color: #d7063b;
	text-decoration: underline;
}
.devRelationLinks .devRelationLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 11px;
	margin: -3px 0 0 8px;
	background: url(/en/common/images/com_icn05.png) 0 0 no-repeat;
}
.devRelationLinks .devRelationLinkList > .linkBlock .blockTx {
	margin-top: 5px;
	font-size: 14px;
}
	
/* clearFix
=================================*/
.colWrap:after {
	content: "";
	display: block;
	clear: both;
}

}/* end Media min-width: 769px*/


@media only screen and (max-width: 768px) {
	
	/* common settings
	=================================*/
	#contentsContainer.dev-index {
		-ms-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#contentsContainer.dev-index #contents {
		padding: 0;
		width: 100%;
	}
	#contentsContainer.dev-index * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.isPc {
		display: none !important;
	}

	[class^="devSec"]>.devSecInner {
		padding: 0 15px;
		margin: 0 auto;
	}

	/* devHdg
	---------------------------------*/

.devHdg .heading01,
.devHdg .heading01 h1 .title-text {
	background: none;
}

/* heading01
---------------------------------*/
.devHdg .heading01 h1 {
	display: block;
	text-align: center;
}
.devHdg .heading01-inner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	min-height: 90px;
	padding: 22px 42% 18px 18px;
	background: url(/en/dev/images/index_bg01.jpg) no-repeat 70% 0;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
.devHdg .heading01 h1 .title-text {
	padding: 0;
	text-align: center;
}
  
.devHdg .heading01 .devSecInner {
  padding: 0 18px;
  margin: 0 auto;
  line-height: 1.4;
}

/* -- heading-info -- */
.devHdg .heading01 .heading-info-wrap {
	background-color: #555555;
}
.devHdg .heading01 .heading-info a {
	display: block;
	position: relative;
	padding: 8px 20px 8px 25px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
}
.devHdg .heading01 .heading-info .subtext {
	font-size: 1.1rem;
}
.devHdg .heading01 .heading-info a:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	left: 0;
	top: 12px;
	background: url(/en/common/images/com_icn106.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.devHdg .heading01 .heading-info a:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 10px;
	top: 50%;
	right: 0;
	background: url(/en/common/images/com_icn85.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
  
	.devHdg02 {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.devHdg02 + * {
		margin-top: 20px;
	}
	.devSubText {
		font-weight: normal;
		font-size: 81%;
	}

	/* devSec01
	---------------------------------*/
	.devSec01 {
		padding: 20px 0;
		background: #e7e5d9 url(/en/dev/images/index_bg06.jpg) no-repeat 0 0;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

	/* devTopicsLink */
	.devTopicsLink {
	}
	.devTopicsLink .devLeadText {
		font-weight: bold;
		font-size: 1.5rem;
	}
	.devTopicsLink .devLeadText + * {
		margin-top: 12px;
	}
	.devTopicsLink .devBtn {
		margin-top: 15px;
	}
	.devTopicsLink .devBtn a {
		display: block;
	}

	.devTopicsLink > .rightCol {
		position: relative;
		margin-top: 20px;
		background: #fff;
	}
	.devTopicsLink > .rightCol:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		height: 3px;
		background: #d7063b;
		-webkit-transition: all 0.5s linear 0s;
		-moz-transition: all 0.5s linear 0s;
		transition: all 0.5s linear 0s;
	}
	.devTopicsLink > .rightCol:hover:after {
		width: 100%;
	}
	.devTopicsLink > .rightCol > a {
		display: block;
		height: 100%;
		position: relative;
		color: #333;
		text-decoration: none;
	}
	.devTopicsLink > .rightCol > a .colWrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 15px 15px 20px;
	}
	.devTopicsLink > .rightCol > a .colImg {
		flex-basis: 80px;
		flex-shrink: 0;
		line-height: 0;
		vertical-align: middle;
	}
	.devTopicsLink > .rightCol > a .colImg img {
		max-width: 100%;
		height: auto;
	}
	.devTopicsLink .devIcon {
		display: inline-block;
		line-height: 1;
		padding: 0.3em 0.5em;
		font-size: 1.2rem;
		color: #ffffff;
		background-color: #777777;
	}
	.devTopicsLink > .rightCol > a .colText {
		flex-grow: 1;
		margin-left: 20px;
	}
	.devTopicsLink > .rightCol > a .colText .colTitle {
		line-height: 1.4;
		margin-top: 8px;
		padding-left: 17px;
		background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
		font-size: 16px;
		font-weight: bold;
	}
	.devTopicsLink > .rightCol > a:hover .colText .colTitle {
		color: #d7063b;
		text-decoration: underline;
	}
	.devTopicsLink > .rightCol > a .colText .colDetail {
		margin-top: 10px;
	}

	/* devSec05
	---------------------------------*/
	.devSec05 {
		padding: 25px 0;
		background: #ffffff;
	}

	/* devEngineerInfo */
.devEngineerInfo .devEngineerInfoLinks > .linkBlock {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .linkDetail {
		margin-top: 0.5em;
	}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock + .linkBlock {
	margin-top: 20px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg {
	width: 50%;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	background: #333;
}

	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx {
		padding: 0 15px;
		background: #333;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockTitle {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink {
		margin-top: 10px;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a {
		display: block;
		padding: 10px 35px;
		border: 1px solid  #333;
		background: #fff url(/en/common/images/com_icn01.png) 18px 50% no-repeat;
		font-size: 14px;
		text-align: center;
		color: #333;
		text-decoration: none;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a:hover {
		border: 1px solid  #d7083b;
		background: #fff url(/en/common/images/com_icn79.png) 18px 50% no-repeat;
		color: #d7083b;
	}


	/* devSec06
	---------------------------------*/
	.devSec06 {}
	.devSec06 .devSecInner {
		padding: 0;
	}

	/* devReportSecurity */
	.devReportSecurity {
	}
	.devReportSecurity > .reportBlock {
		padding: 25px 15px 25px;
		background: #ece9de url(/en/dev/images/index_bg07.jpg) 50% 0 no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.devReportSecurity > .reportBlock .reportBlockHdg {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: relative;
		margin-top: 30px;
		padding-bottom: 60px;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .imgCol {
		flex-basis: 28%;
		flex-shrink: 0;
		margin-right: 5%;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .imgCol img {
		max-width: 100%;
		height: auto;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol {
		flex-grow: 1;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .colTitle {
		line-height: 1.4;
		margin-top: -8px;
		font-size: 16px;
		font-weight: bold;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .colDetail {
		margin-top: 10px;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-top: 15px;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList > a {
		padding: 10px 35px;
		display: block;
		background: #000000 url(/en/common/images/com_icn40.png) 18px 50% no-repeat;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList > a:hover {
		background: #d7083b url(/en/common/images/com_icn40.png) 18px 50% no-repeat;
	}



	.devReportSecurity > .securityBlock {
		padding: 25px 15px 25px;
		background: #d4d6de url(/en/dev/images/index_bg04.jpg) 50% 100% no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.devReportSecurity > .securityBlock .securityBlockHdg {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-top: 25px;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col {
		flex-basis: 48%;
		flex-shrink: 0;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col + .col {
		margin-left: 4%;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 {
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol {
		line-height: 0;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol img {
		max-width: 100%;
		height: auto;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol {
		flex-grow: 1;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink {
		margin-top: 10px;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
		color: #333;
		font-size: 16px;
		font-weight: bold;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a:hover {
		color: #d7063b;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a[target="_blank"]:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		margin-top: -3px;
		width: 12px;
		height: 11px;
		background: url(/en/common/images/com_icn05.png) 0 0 no-repeat;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colDetail {
		margin-top: 5px;
	}
	.devReportSecurity > .securityBlock .forAllList {
		margin-top: 15px;
		text-align: center;
	}
	.devReportSecurity > .securityBlock .forAllList > a {
		padding: 10px 35px;
		display: block;
		background: #000000 url(/en/common/images/com_icn40.png) 18px 50% no-repeat;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
	.devReportSecurity > .securityBlock .forAllList > a:hover {
		background: #d7083b url(/en/common/images/com_icn40.png) 18px 50% no-repeat;
	}


	/* devSec07
	---------------------------------*/
	.devSec07 {
		padding: 25px 0 30px;
		background: #555;
	}

	/* devOtherLinks */
	.devOtherLinks {}
	.devOtherLinks + .devOtherLinks {
		margin-top: 25px;
	}
	.devOtherLinks .devOtherLinksHdg {
		line-height: 1;
		padding-left: 15px;
		border-left: 4px solid  #d7063b;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
	}
	.devOtherLinks .devOtherLinkList {
		margin-top: 15px;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock {
		display: block;
		padding: 12px 15px 15px;
		background: #fff;
		margin: 0 1px 1px 0;
		color: #333;
		text-decoration: none;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock + .linkBlock {
		margin-top: 1px;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock .blockTitleLink {
		padding-left: 15px;
		background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
		font-size: 16px;
		font-weight: bold;
	}
	.devOtherLinks .devOtherLinkList > a.linkBlock:hover .blockTitleLink {
		color: #d7063b;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 11px;
		vertical-align: middle;
		margin: -3px 0 0 8px;
		background: url(/en/common/images/com_icn05.png) 0 0 no-repeat;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock .blockTx {
		margin-top: 5px;
		color: #666;
		font-size: 12px;
	}


	/* devSec08
	---------------------------------*/
	.devSec08 {
		padding: 30px 0 0;
		background: #fff;
	}

	/* devRelationLinks */
	.devRelationLinks {}
	.devRelationLinks .devRelationLinksHdg {
		font-size: 15px;
		font-weight: bold;
	}
	.devRelationLinks .devRelationLinkList {
		margin-top: 15px;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock {
		display: block;
		padding: 10px 15px 10px;
		border: 1px solid  #cccccc;
		color: #333;
		text-decoration: none;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock:nth-child(n+2) {
		margin-top: 15px;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol {
		flex-basis: 35%;
		flex-shrink: 0;
		margin-left: 5%;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol img {
		max-width: 100%;
		height: auto;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .textCol {
		flex-grow: 1;
	}

	.devRelationLinks .devRelationLinkList > .linkBlock .blockTitleLink {
		display: inline-block;
		padding-left: 15px;
		background: url(/en/common/images/com_icn01.png) 0 0.5em no-repeat;
		color: #2b7bb2;
		font-size: 12px;
	}
	.devRelationLinks .devRelationLinkList > a.linkBlock:hover .blockTitleLink {
		color: #d7063b;
		text-decoration: underline;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 11px;
		margin: -1px 0 0 8px;
		background: url(/en/common/images/com_icn05.png) 0 0 no-repeat;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock .blockTx {
		margin-top: 5px;
		font-size: 12px;
	}


	/* clearFix
	=================================*/
	DUMMY:after,
	DUMMY:after,
	DUMMY:after,
	DUMMY:after {
		content: "";
		display: block;
		clear: both;
	}
	
}/* end Media max-width: 768px*/
