@charset "utf-8";

/* ======================
 * Parts CSS
======================= */

/* heading
=========================================*/	
.heading01 {
	font-size: 34px;
	font-size: 3.4rem;
	color: #003366;
	font-weight: bold;
}
.heading01 + * {
	margin-top: 35px !important;
}
.heading02 {
	clear: both;
	margin-top: 40px;
	padding-top: 10px;
	background: url(/english/common/img/com_bg03.gif) no-repeat 0 0;
	color: #003366;
	font-size: 26px;
	font-size: 2.6rem;
}
.heading02 a {
	display: inline-block;
	padding-right: 25px;
	background: url(/english/common/img/com_ic01.png) no-repeat 100% 50%;
	color: #1b71d3;
	text-decoration: none;
}
.heading02 a:hover {
	text-decoration: underline;
}
.heading03 {
	clear: both;
	margin-top: 30px;
	padding-left: 18px;
	background: url(/english/common/img/com_ic02.gif) no-repeat 0 50%;
	color: #003366;
	font-size: 20px;
	font-size: 2.0rem;
}
.heading03 a {
	color: #1b71d3;
	text-decoration: none;
}
.heading03 a:hover {
	text-decoration: underline;
}
.heading04 {
	clear: both;
	margin-top: 30px;
	line-height: 1.1;
	padding-left: 18px;
	background: url(/english/common/img/com_ic03.gif) no-repeat 0 50%;
	font-size: 16px;
	font-size: 1.6rem;
}
.heading04 a {
	color: #1b71d3;
	text-decoration: none;
}
.heading04 a:hover {
	text-decoration: underline;
}

/* section
=========================================*/	
section {
	clear: both;
}


/* Text
=========================================*/	
.normalText {
	margin-top: 15px;
}
.laedText {
	margin-top: 30px;
	color: #003366;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.bold {
	font-weight: bold !important;
}
.line01 {
	display: block;
	width: 100%;
	height: 1px;
	margin: 40px 0;
	border-bottom: solid 1px #999999;
}
.smallText {
	font-size: 13px;
	font-size: 1.3rem;
}

/* List
=========================================*/	

/* iconList */
ul.iconList {
	margin-top: 15px;
}
ul.iconList > li {
	padding-left: 15px;
	background: url(/english/common/img/com_ic04.gif) no-repeat 0 0.5em;
	font-weight: bold;
}
ul.iconList > li + li {
	margin-top: 5px;
}
ul.iconList > li > ul {
}
ul.iconList > li > ul > li {
	padding-left: 10px;
	margin-top: 5px;
	background: url(/english/common/img/com_ic05.gif) no-repeat 0 0.5em;
	font-weight: normal;
}
dl.iconList {
	margin-top: 15px;
}

dl.iconList dt {
	padding-left: 15px;
	margin-top: 15px;
	background: url(/english/common/img/com_ic04.gif) no-repeat 0 0.5em;
	font-weight: bold;
}
dl.iconList dt:first-child {
	margin-top: 0;
}
dl.iconList dd {
	margin-top: 5px;
	padding-left: 15px;
}

/* numList */
ol.numList {
	margin-top: 15px;
}
ol.numList > li {
	counter-increment: number;
	padding-left: 1.4em;
	margin-top: 5px;
	text-indent: -1.4em;
	font-weight: bold;
}
ol.numList > li:before {
	content: counter(number) ".";
	margin-right: 0.4em;
	font-weight: bold;
	color: #003366;
}
ol.numList > li > ol {
	margin-left: -0.5em;
}
ol.numList > li > ol > li {
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-top: 5px;
	counter-increment: number02;
	font-weight: normal;
}
ol.numList > li > ol > li:before {
	content: counter(number02) "）";
}
dl.numList {
	margin-top: 15px;
}

dl.numList dt {
	counter-increment: number;
	margin-top: 15px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}
dl.numList dt:first-child {
	margin-top: 0;
}
dl.numList dt:before {
	content: counter(number) ".";
	margin-right: 0.4em;
	font-weight: bold;
	color: #003366;
}
dl.numList dd {
	margin-top: 5px;
	padding-left: 1.5em;
}

/* notesList */
.notesList01 {
	margin-top: 15px;
}
.notesList01 > li {
	margin-top: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 12px;
	font-size: 1.2rem;
}
.notesList01 > li:before {
	content: "※";
	margin-right: 0.5em;
}

.notesList02 {
	margin-top: 15px;
}
.notesList02 > li {
	counter-increment: noteNum;
	margin-top: 5px;
	padding-left: 2.2em;
	text-indent: -2.2em;
	font-size: 12px;
	font-size: 1.2rem;
}
.notesList02 > li:before {
	content: "※"counter(noteNum);
	margin-right: 0.5em;
}


/* listFloat */
.listFloat {
	overflow: hidden;
	width: 102%;
	margin-right: -2%;
}
.listFloat li {
	float: left;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	width: 32%;
	margin: 0 2% 0 0;
}
.listFloat li:nth-child(3n) {
	margin-right: 0;
}




/* Link
=========================================*/
/* iconLink */
.iconLink {
	margin-top: 15px;
}
.iconLink > li {
	margin-top: 5px;
	padding-left: 20px;
	background: url(/english/common/img/com_ic01.png) no-repeat 5px 0.3em;
}
.iconLink > li > a {
	color: #1b71d3;
	padding-right: 15px;
}
.iconLink > li > a[target="_blank"]{
	background: url(/english/common/img/com_ic06.png) no-repeat 100% 50%;
}
.iconLink > li > a[href$="pdf"],
.iconLink > li > .pdfLink,
.iconLink > li > .pdfLink[target="_blank"] {
	padding-right: 20px;
	background: url(/english/common/img/com_ic07.png) no-repeat 100% 50%;
}


/* anchorLink */
.anchorLink {
	overflow: hidden;
	margin-top: 15px;
	padding: 7px 40px;
	background: #f0f0f0;
}
.anchorLink li {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	width: 22%;
	float: left;
	display: table;
	margin: 10px 4% 0 0;
	padding-left: 15px;
	background: url(/english/common/img/com_ic08.png) no-repeat 0 50%;
}
.anchorLink li:nth-child(-n+4) {
	margin-top: 0;
}
.anchorLink li:nth-child(4n) {
	margin-right: 0;
}
.anchorLink li a {
	display: table-cell;
	vertical-align: middle;
}

/* anchorLink02 */
.anchorLink02 {
	overflow: hidden;
	margin-top: 15px;
	padding: 7px 40px;
	background: #f0f0f0;
}
.anchorLink02 li {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	float: left;
	display: table;
	margin: 5px 4% 5px 0;
	padding-left: 15px;
	background: url(/english/common/img/com_ic08.png) no-repeat 0 50%;
}
.anchorLink02 li a {
	display: table-cell;
	vertical-align: middle;
}


/* button */
.button01 {
	margin-top: 20px;
}

.button01 a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	padding: 17px 25px; 
	background: url(/english/common/img/com_ic01.png) no-repeat 9px 50% #ffffff;
	border: solid 1px #003366;
	color: #003366;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
}
.button01 a:hover {
	background-color: #bdd9f5;
}
.button01 a[target="_blank"] span,
.button02 a[target="_blank"] span {
	display: inline-block;
	padding-right: 20px;
	background: url(/english/common/img/com_ic06.png) no-repeat 100% 45%;
}
.button01 a[href$="pdf"] span,
.button02 a[href$="pdf"] span {
	display: inline-block;
	padding-right: 15px;
	background: url(/english/common/img/com_ic07.png) no-repeat 100% 50%;
}

.button02 {
	margin-top: 20px;
}
.button02 a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	padding: 18px 25px; 
	background: url(/english/common/img/com_ic09.png) no-repeat 9px 50% #003366;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
}

.button02 a:hover {
	background-color: #2264a5;
}
.button01.wFix a,
.button02.wFix a  {
	width: 300px;
}


ul.button01,
ul.button02 {
	margin-top: 15px;
	overflow: hidden;
}
ul.button01 li,
ul.button02 li {
	display: table;
	float: left;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	width: 32%;
	margin: 10px 2% 0 0;
}
ul.button01.buttonCol4 li,
ul.button02.buttonCol4 li {
	width: 260px;
	margin: 10px 19px 0 0;
}
ul.button01 li:nth-child(3n),
ul.button02 li:nth-child(3n) {
	margin-right: 0;
}

ul.button01 li:nth-child(-n+3),
ul.button02 li:nth-child(-n+3) {
	margin-top: 0;
}
ul.button01.buttonCol4 li:nth-child(3n),
ul.button02.buttonCol4 li:nth-child(3n) {
	margin-right: 20px;
}
ul.button01.buttonCol4 li:nth-child(4n),
ul.button02.buttonCol4 li:nth-child(4n) {
	margin-right: 0;
}

ul.button01.buttonCol4 li:nth-child(-n+4),
ul.button02.buttonCol4 li:nth-child(-n+4) {
	margin-top: 0;
}
ul.button01 li a,
ul.button02 li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* buttonFroat */
ul.buttonFroat {
	letter-spacing: -0.4em;
	text-align: center;
}
ul.buttonFroat li {
	float: none;
	display: inline-block;
	letter-spacing: normal;
}
ul.buttonFroat li a {
	display: table;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	width: 100%;
}
ul.buttonFroat li a span {
	display: table-cell;
	vertical-align: middle;
}


/* Table
=========================================*/

.tableCap {
	margin: 15px 0 -15px 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}


.tableType01 {
	width: 100%;
	margin-top: 15px;
	border: solid 1px #e1e1e1;
}
.tableType01 th,
.tableType01 td {
	line-height: 1.4;
	vertical-align: top;
	padding: 10px 15px;
	border: solid 1px #cccccc;
}
.tableType01 .lv01 {
	background: url(/english/common/img/com_bg04.gif) repeat 0 0;
	color: #ffffff;
}
.tableType01 .lv02 {
	background: #f7f7f7;
}




/* Column
=========================================*/
/* singleCol */
.singleCol {
	clear: both;
	margin-top: 30px;
}
/* equalCol2 */
.equalCol2 {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}
.equalCol2 .col {
	float: left;
	width: 420px;
}
.equalCol2 .col > *:first-child {
	margin-top: 0 !important;
}
.noNav .equalCol2 .col {
	float: left;
	width: 540px;
}
.equalCol2 .col:first-child {
	margin-right: 20px;
}
.equalCol2 .col > *:first-child {
	margin-top: 0;
}
.equalCol2 .imgColL {
	float: left;
	width: 420px;
	margin: 0 20px 10px 0;
}
.noNav .equalCol2 .imgColL {
	float: left;
	width: 540px;
}
.equalCol2 .imgColR {
	float: right;
	width: 420px;
	margin: 0 0 10px 20px;
}
.noNav .equalCol2 .imgColR {
	float: right;
	width: 540px;
}

/* equalCol3 */
.equalCol3 {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}
.equalCol3 .col {
	float: left;
	width: 272px;
	margin-right: 19px;
}
.noNav .equalCol3 .col {
	float: left;
	width: 354px;
	margin-right: 19px;
}
.equalCol3 .col:nth-child(3n) {
	margin-right: 0;
}

/* equalCol4 */
.equalCol4 {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}
.equalCol4 .col {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.noNav .equalCol4 .col {
	width: 260px;
	margin-right: 20px;
}
.equalCol4 .col:nth-child(4n) {
	margin-right: 0;
}

/* equalCol5 */
.equalCol5 {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}
.equalCol5 .col {
	float: left;
	width: 156px;
	margin-right: 20px;
}
.noNav .equalCol5 .col {
	float: left;
	width: 204px;
	margin-right: 19px;
}
.equalCol5 .col:last-child {
	margin-right: 0;
}



/* variableCol2 */
.variableCol2 {
	overflow: hidden;
	margin-top: 30px;
}
.variableCol2 .variableLeft {
	float: left;
	margin: 0 20px 10px 0;
}
.variableCol2 .variableRight {
	float: right;
	margin: 0 0 10px 20px;
}
.variableCol2.noRoll .textCol {
	overflow: hidden;
}

/* Img
=========================================*/
.opRollover {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opRollover:hover {
	opacity: 0.8;
}

/* Other
=========================================*/
/* profileBox */
.profileBoxCol2 {
	overflow: hidden;
	margin-top: 19px;
}
.profileBoxCol2 .col {
	float: left;
	width: 420px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	margin-right: 20px;
}
.profileBoxCol2 .col:nth-child(even) {
	margin-right: 0;
}
.profileBoxCol2 .col:nth-child(n+3) {
	margin-top: 19px;
}
.profileCol2 {
	overflow: hidden;
	padding: 19px;
	margin-top: 19px;
	border: solid 1px #003366;
}
.profileBoxCol2 .profileCol2 {
	margin-top: 0;
}
.profileCol2 .figureCol {
	float: left;
	width: 158px;
	margin-right: 20px;
}
.profileCol2.smallType .figureCol {
	float: left;
	width: 110px;
	margin-right: 20px;
}
.profileCol2 .textCol {
	overflow: hidden;
}
.profileCol2 .profileName {
	padding-bottom: 8px;
	color: #012347;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	background: url(/english/common/img/com_bg05.gif) no-repeat 0 100%;
}


/* localNav */
.localNav {
	overflow: hidden;
	margin-top: 20px;
}
.localNav li {
	float: left;
	width: 200px;
	margin-right: 20px;
	display: table;
}
.localNav li:nth-child(4n) {
	margin-right: 0;
}
.localNav li:nth-child(n+5) {
	margin-top: 20px;
}
.localNav li a {
	display: table-cell;
	height: 72px;
	vertical-align: middle;
	padding: 0 10px;
	background: url(/english/common/img/com_ic10.png) no-repeat 100% 100% #012347;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.localNav li a:hover,
.localNav li.current a {
	background: url(/english/common/img/com_ic10.png) no-repeat 100% 100% #2264a5;
}

/* adobeCol2 */
.adobeCol2 {
	overflow: hidden;
	margin-top: 30px;
	padding: 15px 100px;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	background: #f1f1f1;
}
.adobeCol2 .adobeCol {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.adobeCol2 .adobeCol a {
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}
.adobeCol2 .textCol {
	display: table-cell;
	vertical-align: middle;
}


/* qaArea */
.qaArea {
	clear: both;
	margin-top: 30px;
	border-top: solid 3px #003366;
}
.qaArea .qaContents {
}
.qaArea .qaContents .question {
	padding: 18px 15px 18px 58px;
	background: url(/english/common/img/com_ic11.png) no-repeat 18px 12px;
	cursor: pointer;
}
.qaArea .qaContents .question span {
	display: block;
	padding-right: 25px;
	background: url(/english/common/img/com_ic13.gif) no-repeat 100% 50%;
}
.qaArea .qaContents .question.open span {
	display: block;
	background: url(/english/common/img/com_ic13on.gif) no-repeat 100% 50%;
}
.qaArea .qaContents .answer {
	padding: 18px 15px 18px 58px;
	background: url(/english/common/img/com_ic12.png) no-repeat 18px 12px #eff7ff;
}
.qaArea .qaContents .answer > span {
	display: block;
}

/* tabArea */
.tabArea {
	clear: both;
	margin-top: 30px;
}
.tabArea .tabCol4 {
	border-bottom: solid 3px #003366;
	overflow: hidden;
}
.tabArea .tabCol4 li {
	float: left;
	display: table;
	width: 206px;
	min-height: 38px;
	line-height: 1.2;
	margin-right: 12px;
	padding-bottom: 8px;
	background: #ffffff;
	cursor: pointer;
}
.tabArea .tabCol4 li:last-child {
	margin-right: 0;
}
.tabArea .tabCol4 li.current,
.tabArea .tabCol4 li:hover  {
	background: #003366;
}
.tabArea .tabCol4 li span {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 5px;
	background: #dddddd;
	color: #003366;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.tabArea .tabCol4 li.current span,
.tabArea .tabCol4 li:hover span {
	background: #003366;
	color: #ffffff;
}

.tabArea .tabBox + .tabBox {
	display: none;
}

/* companyIndexCol3 */
.companyIndexCol3 {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}
.companyIndexCol3 .col {
	float: left;
	width: 350px;
	display: table;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	margin-right: 25px;
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100% #ffffff;
	border: solid 1px #003366;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.companyIndexCol3 .col:hover {
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100% #eff7ff
}
.companyIndexCol3 .col:nth-child(3n) {
	margin-right: 0;
}
.companyIndexCol3 .col:nth-child(n+4) {
	margin-top: 25px;
}
.companyIndexCol3 .col .figureCol {
	display: table-cell;
	width: 98px;
	vertical-align: top;
}
.companyIndexCol3 .col .figureCol img {
}
.companyIndexCol3 .col .textCol {
	display: table-cell;
	vertical-align: middle;
	height: 98px;
	padding: 0 15px;
}
.companyIndexCol3 .col .textCol .LowerLinks {
}
.companyIndexCol3 .col .textCol .LowerLinks a {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}
.companyIndexCol3 .col:hover .textCol .LowerLinks a {
	text-decoration: underline;
}
.companyIndexCol3 .col .textCol .detail {
	margin-top: 5px;
}

/* irIndexCol4 */
.irIndexCol4 {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}
.irIndexCol4 .col {
	float: left;
	width: 256px;
	display: table;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	margin-right: 25px;
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100% #ffffff;
	border: solid 1px #003366;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.irIndexCol4 .col:hover {
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100% #eff7ff
}
.irIndexCol4 .col:nth-child(4n) {
	margin-right: 0;
}
.irIndexCol4 .col:nth-child(n+5) {
	margin-top: 25px;
}
.irIndexCol4 .col .figureCol {
	display: table-cell;
	width: 98px;
	vertical-align: top;
}
.irIndexCol4 .col .figureCol img {
}
.irIndexCol4 .col .textCol {
	display: table-cell;
	vertical-align: middle;
	height: 98px;
	padding: 0 15px;
}
.irIndexCol4 .col .textCol .LowerLinks {
}
.irIndexCol4 .col .textCol .LowerLinks a {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}
.irIndexCol4 .col:hover .textCol .LowerLinks a {
	text-decoration: underline;
}
.irIndexCol4 .col .textCol .detail {
	margin-top: 5px;
}


/* companyAnchorBox */
.companyAnchorBox {
	clear: both;
	padding: 13px 19px;
	margin-top: 30px;
	border: solid 1px #003366;
}
.companyAnchorBox .companyAnchor {
	overflow: hidden;
	padding-bottom: 15px;
}
.companyAnchorBox .companyAnchor + .companyAnchor {
	padding-top: 15px;
	background: url(/english/common/img/com_bg06.gif) repeat-x 0 0;
}
.companyAnchorBox .companyAnchor:last-child {
	padding-bottom: 0;
}
.companyAnchorBox .companyAnchor li {
	float: left;
	width: 250px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	margin-right: 20px;
	padding-left: 20px;
	background: url(/english/common/img/com_ic08.png) no-repeat 0 7px;
}
.companyAnchorBox .companyAnchor li:last-child {
	margin-right: 0;
}
.companyAnchorBox .companyAnchor li .ancTitle {
}
.companyAnchorBox .companyAnchor li .ancTitle a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
}
.companyAnchorBox .companyAnchor li .ancTitle a:hover {
	text-decoration: underline;
}


/* newsHeadAea */
.newsHeadAea {
	position: relative;
	clear: both;
	margin-top: 30px;
}
.newsHeadAea .newsHeading {
	padding-left: 20px;
	background: url(/english/common/img/com_ic02.gif) no-repeat 0 50%;
	color: #003366;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.newsHeadAea .allNews {
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 15px;
	background: url(/english/common/img/com_ic01.png) no-repeat 0 45%;
}

/* newsList */
.newsList {
	clear: both;
	margin-top: 12px;
	background: url(/english/common/img/com_bg06.gif) repeat-x 0 0;
}
.newsList dl {
	padding: 10px 0;
	background: url(/english/common/img/com_bg06.gif) repeat-x 0 100%;
}

.newsList dl dt {
	float: left;
	margin-right: 10px;
}
.newsList dl dt img {
	vertical-align: middle;
	line-height: 0;
	margin-left: 10px;
}
.newsList dl dd {
	overflow: hidden;
}
.newsList dl dd a {
	display: inline-block;
	text-decoration: none;
}
.newsList dl dd a[target="_blank"] {
	background: url(/english/common/img/com_ic06.png) no-repeat 100% 50%;
}
.newsList dl dd a[href$="pdf"] {
	background: url(/english/common/img/com_ic07.png) no-repeat 100% 50%;
}
.newsList dl dd a:hover {
	text-decoration: underline;
}

/* recruitCol3 */
.recruitCol3 {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}
.recruitCol3.col2 {
	width: 750px;
	margin: 30px auto 0;
}
.recruitCol3 .col {
	float: left;
	width: 350px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	margin-right: 25px;
	border: solid 1px #003366;
}
.recruitCol3 .col:nth-child(3n) {
	margin-right: 0;
}
.recruitCol3 .col:nth-child(n+4) {
	margin-top: 25px;
}
.recruitCol3 .col.linkEx {
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recruitCol3 .col.linkEx:hover {
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100% #eff7ff;
}
.recruitCol3 .col figure {
	margin: 0;
}
.recruitCol3 .col > * {
	margin: 0 13px;
}
.recruitCol3 .col .colTitle {
	margin: 10px 13px 7px;
	color: #012347;
	font-size: 17px;
	font-size: 1.7rem;
}
.recruitCol3 .col.linkEx:hover .colTitle a {
	text-decoration: underline;
}

.recruitCol3 .col .innerLink {
	letter-spacing: -0.4em;
	margin-top: 10px;
}
.recruitCol3 .col .innerLink li {
	display: inline-block;
	padding-left: 15px;
	margin-right: 30px;
	background: url(/english/common/img/com_ic01.png) no-repeat 0 40%;
	letter-spacing: normal;
}
.recruitCol3 .col .innerLink li:last-child {
	margin-right: 0;
}

/* recruitCol3 */
.recruitCol4 {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}
.recruitCol4 .col {
	float: left;
	width: 200px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	margin-right: 25px;
	border: solid 1px #003366;
}
.noNav .recruitCol4 .col {
	width: 260px;
	margin-right: 20px;
}
.recruitCol4 .col:nth-child(4n) {
	margin-right: 0;
}
.recruitCol4 .col.linkEx {
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recruitCol4 .col.linkEx:hover {
	background: url(/english/common/img/com_ic16.png) no-repeat 100% 100% #eff7ff;
}
.recruitCol4 .col .colTitle {
	margin: 10px 13px 7px;
	color: #012347;
	font-size: 17px;
	font-size: 1.7rem;
}
.recruitCol4 .col.linkEx:hover .colTitle a {
	text-decoration: underline;
}
.recruitCol4 .col figure {
	margin: 0;
}
.recruitCol4 .col figure img {
	max-width: 100%;
	height: auto;
}

.recruitCol4 .col.linkEx:hover .colTitle a {
	text-decoration: underline;
}


/* productCol4 */
.productCol4 {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}
.productCol4 .col {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.noNav .productCol4 .col {
	width: 260px;
	margin-right: 20px;
}
.productCol4 .col:nth-child(4n) {
	margin-right: 0;
}

.productCol4 .col .colTitle {
	margin-top: 10px;
	color: #012347;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}

.productCol4 .col.linkEx figure {
	cursor: pointer;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.productCol4 .col.linkEx:hover figure {
	opacity: 0.7;
}
.productCol4 .col.linkEx:hover .colTitle a {
	text-decoration: underline;
}

/* videoArea */
.videoArea{
	text-align: center;
}
.videoArea video{
	width: 800px;
}




/* ClearFix
=========================================*/
.listFloat:after,
ul.button01:after,
ul.button02:after,
.imgBanner:after,
.equalCol2:after,
.equalCol3:after,
.equalCol4:after,
.equalCol5:after,
.serviceLayout:after,
.serviceLayout .rightCol .col2:after,
.tabArea .tabCol4:after,
.recruitCol3:after,
.anchorLink:after,
.variableCol2:after,
.profileBoxCol2:after,
.localNav:after,
.adobeCol2:after,
.companyIndexCol3:after,
.companyAnchorBox .companyAnchor:after,
.newsList dl:after,
.recruitCol3:after {
	content: "";
	display: block;
	clear: both;
}
.listFloat,
ul.button01,
ul.button02,
.imgBanner,
.equalCol2,
.equalCol3,
.equalCol4,
.equalCol5,
.serviceLayout,
.serviceLayout .rightCol .col2,
.tabArea .tabCol4,
.recruitCol3,
.anchorLink,
.variableCol2,
.profileBoxCol2,
.localNav,
.adobeCol2,
.companyIndexCol3,
.companyAnchorBox .companyAnchor,
.newsList dl,
.recruitCol3 {
	min-height: 1%;
	zoom: 1;
}