@charset "utf-8";

/* 2-01. Base Item
---------------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: none;
}
body a {
  -webkit-tap-highlight-color: rgba(76,192,191,0.3);
}
#Wrap {
    -webkit-box-shadow: 0 0 5px 5px #222;
    -moz-box-shadow: 0 0 5px 5px #222;
    box-shadow: 0 0 5px 5px #222;
}
#ContentsSection {
	background: #fff;
	position:relative;
	z-index:1;
}
#Header {
	margin-left: 10px;
	margin-right: 10px;
}
#breadCrumbs {
	display: none;
}
	#HeadUtility h1,
	#HeadUtility #siteLogo {
		margin-right: 100px;
	}
	#HeadUtility h1 img,
	#HeadUtility #siteLogo img {
		height: auto;
		width: 100%;
	}

/* @end */



/* 2-02. Header
---------------------------------------------------------------------- */

#HeaderWrap {
	border-top: 4px solid #1B1F22;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}
#HeaderWrap.FixNav {
	position: relative;
}
	#HeadBox {
		display: none;
	}
	#HeadUtility {
		padding: 10px;
	}
	#HeaderSection {
		position: static;
	}
html body #Header #navPC {
	background: url(/files/user/english/img/common/cmn-sprite.png) no-repeat 0 -106px;
	height: 41px;
	overflow: hidden;
	position: absolute;
	right: 50px;
	text-indent: 100%;
	top: 18px;
	white-space: nowrap;
	width: 33px;
}
#Header #navBtn {
	background-position: -40px -106px;
	display: block;
	width: 31px;
	height: 41px;
	position: absolute;
	right: 10px;
	top: 18px;
}


/* #nav
-------------------- */

#Header #navDoor,
#Header #nav {
	display: none;
}
#Header #navBtn {
	display: block;
	overflow: hidden;
}
	.fancybox-wrap.channelBox .fancybox-inner {
		width: 100% !important;
	}
			.modalYtCov .fancybox-inner,
			.channelBox .modalYtCov {
				padding-top: 56.25%;
				position: relative;
				width: 100%;
			}
				.channelBox .modalYtCov iframe,
				.modalYtCov .fancybox-inner iframe {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}

/* pageslide
---------------------------------------- */

body {
	background: #333;
}
#pageslide {
	background: #333;
	display: none;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 1;
	width: 250px;
    
    /* These styles are optional, and describe how the pageslide will look */
    color: #FFF;
}
	#pageslide .navMenu dt a,
	#pageslide .navMenu dd a {
		padding: 10px 0;
	}
	#pageslide .navMenu {
		display: none;
	}
#slideNav {
	border-top: 1px solid #333;
}
	#slideNav h2 {
		background: #010101;
		border-top: 1px solid #5B5B5B;
		color: #fff;
		padding: 10px 15px;
	}
		#slideNav #upNav {
			font-size: 85.7%;
			overflow: hidden;
			margin: 15px 15px 0;
			_zoom: 1;
		}
			#slideNav #upNav li {
				background: #16181a;
				background: -moz-linear-gradient(top,  #16181a 0%, #2e3031 4%, #16181a 8%, #07090a 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16181a), color-stop(4%,#2e3031), color-stop(8%,#16181a), color-stop(100%,#07090a));
				background: -webkit-linear-gradient(top,  #16181a 0%,#2e3031 4%,#16181a 8%,#07090a 100%);
				background: linear-gradient(to bottom,  #16181a 0%,#2e3031 4%,#16181a 8%,#07090a 100%);
				border: 1px solid #000;
				float: left;
				letter-spacing: -0.1em;
			}
			#slideNav #upNav li:first-child {
				margin-right: 4px;
				width: 92px;
			}
			#slideNav #upNav li:last-child {
				width: 119px;
			}
				#slideNav #upNav li a {
					display: block;
					padding: 10px 2px;
					text-align: center;
				}
	#slideNavList,
	#slideNavList2 {
		padding: 15px;
	}
	#slideNav h3 {
		background: #141618;
		border: 1px solid #444;
		border-bottom: none;
		color: #eee;
		cursor: pointer;
		font-size: 92.9%;
		font-weight: normal;
		padding: 15px 15px 15px 35px;
		position: relative;
	}
	#slideNav h3:before {
		background: url(/files/user/english/img/common/cmn-sprite.png) no-repeat -138px -106px;
		content: "";
		display: block;
		height: 11px;
		left: 13px;
		position: absolute;
		top: 20px;
		width: 11px;
	}
	#slideNav h3.slideNav:before {
		background: url(/files/user/english/img/common/cmn-sprite.png) no-repeat -20px -20px;
		height: 13px;
		left: 13px;
		top: 20px;
		width: 13px;
	}
	#slideNav h3.openAcc:before {
			background-position:-34px -20px;
	}
		#slideNav a {
			color: #eee;
			display: block;
			text-decoration: none;
		}
		#slideNav #slideNavList ul,
		#slideNav #slideNavList2 ul {
			background: #151618;
			border: 1px solid #444;
			border-bottom: none;
			font-size: 85.7%;
		}
			#slideNav .inner {
				display: none;
				padding: 10px 0;
			}
			#slideNav .inner a {
				padding: 10px 10px 10px 40px;
				position: relative;
			}
			#slideNav .inner a:before {
				content: "";
				background:url(/files/user/english/img/common/cmn-sprite.png) no-repeat 0 -15px;
				left: 30px;
				height: 5px;
				position: absolute;
				top: 18px;
				width: 3px;
			}
	#slideNav a:hover {
		text-decoration: none;
	}
		#slideNav #slideNavClose {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
		}
			#slideNav #slideNavClose a {
				display: block;
				height: 42px;
				overflow: hidden;
				text-indent: 100%;
				white-space: nowrap;
				width: 62px;
			}
			#slideNav #slideNavClose a:before {
				background:url(/files/user/english/img/common/cmn-sprite.png) no-repeat -68px -83px;
				content: "";
				display: block;
				height: 22px;
				left: 25px;
				position: absolute;
				top: 10px;
				width: 22px;
			}
#breadCrumbs {
	padding: 7px 0 5px;
	position: relative;
	z-index: 2;
}
#breadCrumbs #bCInner {
	line-height: 1.4;
	margin: 0 10px;
}


/* Megamenu
---------------------------------------- */

#Header .navMenu {
	display: none;
}

/* @end */



/* 2-03. Contents
---------------------------------------------------------------------- */

#Article {
	margin-bottom: 20px;
}
#headSection p {
	margin: 0 10px;
}
.section .section {
	margin-bottom: 0;
}
.sectionLower {
	margin-top: 20px;
}
.sectionLower .section {
	margin: 0 0 20px;
}
.sectionLower .section p {
	margin: 0 0 15px;
}
.sectionLower .imgBox {
	margin-bottom: 15px;
	text-align: center;
}
.sectionLower h2,
.sectionLower h3 {
	margin-bottom: 10px;
}
.sectionLower .block2List3 h2,
.sectionLower .block2List3 h3 {
	margin-bottom: 0;
}
	.blockList4 .imgBox .icon {
		line-height: 1;
		padding:1px 0 3px;
	}
		.blockList4 .imgBox .icon img {
			height: auto;
			vertical-align: middle;
			width: 90%;
		}
	.blockList4 .imgBox .icontxt {
		font-size: 57.1%;
		padding:3px 0;
	}
#relatedLinks {
	margin-bottom: 15px;
}
#relatedLinks ul {
	margin: 10px 0 0;
}
#relatedLinks ul li a {
	padding: 5px 0 5px 18px;
}
#relatedLinks li a:before {
	top: 11px;
}
.BranchNav2 a.outLink {
	padding-left: 0;
}
.BranchNav2 a.outLink:before {
	display: none;
}
.leadTxt {
	margin: 10px;
}
		.imgL100,
		.imgL168 {
			margin-bottom: 10px;
			text-align: center;
		}

/* Business 3clum
---------------------------------------- */

	.bisLower3box li {
		margin-left: 0.59701%;
		width: 31.34328%;
	}
		.bisLower3box li img {
			height: auto;
			width: 100%;
		}


/* 2-03. 2clum Layout
---------------------------------------------------------------------- */

#ArticleInner {
	margin: 15px 10px 0;
}


/* Heading Design
---------------------------------------- */

.h-LtoBlack {
	background: #333;
	background: -moz-linear-gradient(top,  #333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #333 0%,#000000 100%);
	background: linear-gradient(to bottom,  #333 0%,#000000 100%);
	color: #fff;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 !important;
	padding: 14px 10px 10px 20px;
	position: relative;
}
.h-LtoBlack:before {
	background: #93D2DA;
	content: "";
	display: block;
	height: 23px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 4px;
}
.h-MtoS a:before {
	display: none;
}


/* h3
---------------------------------------- */

	.h3LinkBox li {
		margin-bottom: 10px;
	}
			.boxWrapper .imgBox {
				margin: 0 10px 0 0;
			}


/* Table Layout
---------------------------------------- */

th,td {
	padding:10px 5px;
}


/* Special Contents
---------------------------------------- */

#spLink {
	margin: 0 0 10px;
	padding: 6px;
}
		#spLink h2 {
			padding: 3px 10px 8px 5px;
		}
		#spLinkIn ul {
			margin: 0 10px;
		}
			#spLinkIn ul li {
				margin-bottom: 10px;
				padding-top: 10px;
				width: 49%;
			}
			#spLinkIn li:nth-child(2n) {
				margin-left: 2%;
			}
				#spLinkIn .imgBox {
					margin-right: 2.34741%;
					width: 25%;
				}
					#spLinkIn .imgBox img {
						height: auto;
						width: 100%;
					}
					#spLinkIn .txtBox p {
						display: none;
					}


/* Tab style
---------------------------------------- */

.tabBox {
	font-size: 85.7%;
}
#topSection .tabBox span,
#topSection .tabBox a {
	padding: 10px 0 5px !important;
}


/* Glid System (920px)
---------------------------------------- */

.col-c1 { width: 100%; }
.col-c1.spGlid { margin-left: 2%; }
.Glid01-c1.spGlid { width: 3.1%; }
.Glid02-c1.spGlid { width: 8.2%; }
.Glid03-c1.spGlid { width: 13.3%; }
.Glid04-c1.spGlid { width: 18.4%; }
.Glid05-c1.spGlid { width: 23.5%; }
.Glid06-c1.spGlid { width: 28.6%; }
.Glid07-c1.spGlid { width: 33.7%; }
.Glid08-c1.spGlid { width: 38.8%; }
.Glid09-c1.spGlid { width: 43.9%; }
.Glid10-c1.spGlid { width: 49%; }
.Glid11-c1.spGlid { width: 54.1%; }
.Glid12-c1.spGlid { width: 59.2%; }
.Glid13-c1.spGlid { width: 64.3%; }
.Glid14-c1.spGlid { width: 69.4%; }
.Glid15-c1.spGlid { width: 74.5%; }
.Glid16-c1.spGlid { width: 79.6%; }
.Glid17-c1.spGlid { width: 84.7%; }
.Glid18-c1.spGlid { width: 89.8%; }
.Glid19-c1.spGlid { width: 94.9%; }

.col-c1of3.spGlid { margin-left: 2.75%; }
.Glid01-c1of3.spGlid { width: 31.5%; }

/* Glid System (670px)
---------------------------------------- */

.col-c2	 { width: 100%; }
.col-c2.spGlid	 { float: left;margin-left: 2%; }
.Glid01-c2.spGlid { width: 6.5%; }
.Glid02-c2.spGlid { width: 15%; }
.Glid03-c2.spGlid { width: 23.5%; }
.Glid04-c2.spGlid { width: 32%; }
.Glid05-c2.spGlid { width: 40.5%; }
.Glid06-c2.spGlid { width: 49%; }
.Glid07-c2.spGlid { width: 57.5%; }
.Glid08-c2.spGlid { width: 66%; }
.Glid09-c2.spGlid { width: 74.5%; }
.Glid10-c2.spGlid { width: 83%; }
.Glid11-c2.spGlid { width: 91.5%; }
.col-c1.spGlid .imgBox img,
.col-c1of3.spGlid .imgBox img,
.col-c2.spGlid .imgBox img {
	height: auto;
	width: 100%;
}
.imgBoxFull {
	margin: 0 10px;
}
.imgBoxFull img {
	height: auto;
	width: 100%;
}
.imgBoxFix img {
	height: auto;
	max-width: 100%;
}

/* blockList
---------------------------------------- */

.blockList2 > li,
.block2List2 > li,
.blockList3 > li,
.block2List3 > li,
.blockList4 > li,
#Contents .block2List4 > li {
	margin: 0 2% 20px 0;
	width: 49%;
}
#Contents .blockList2 > li:nth-child(2n),
#Contents .block2List2 > li:nth-child(2n),
#Contents .blockList3 > li:nth-child(2n),
#Contents .block2List3 > li:nth-child(2n),
#Contents .blockList4 > li:nth-child(2n),
#Contents .block2List4 > li:nth-child(2n) {
	margin-right: 0;
}
.blockList2 img,
.block2List2 img,
.blockList3 img,
.block2List3 img,
.blockList4 img,
.block2List4 img {
	height: auto;
	width: 100%;
}
#Contents .blockList5 {
	letter-spacing: 0;
}
#Contents .blockList5 > li {
	display: block;
}
#Contents .linkSection .blockList2 > li,
#Contents .linkSection .blockList3 > li,
#Contents .linkSection .blockList4 > li,
#Contents .linkSection .blockList5 > li,
#Contents .linkSection .block2List3 > li,
#Contents .linkSection .block2List4 > li  {
	margin-bottom: 10px;
}
.linkSection .imgBox {
	margin-bottom: 10px;
}
.iconAll {
	width: inherit !important;
}

.roundAboutL04 {
	margin: 0 2% 10px 0;
	width: 32%;
}
.roundAboutL04 img {
	height: auto;
	width: 100%;
}

/* Social Btn
---------------------------------------- */

#ShareBtn {
	margin: 0;
	padding:10px 0 0;
	text-align: center;
}
	#ShareBtn ul {
		margin: 0 auto;
		width: 220px;
	}
	#ShareBtn ul:after {
		content: "";
		clear: both;
		display: block;
		height: 0;
		margin-bottom:10px;
	}
	#ShareBtn li {
		float: left;
		text-align: center;
		width: 120px;
	}
		#ShareBtn .shareLead {
			display: none;
		}
	#ShareBtn .twitter {
		width: 100px;
	}
#Contents .button_pc {
	display: block;
	margin: 0 auto;
	width: 121px;
}
	#Contents .button_pc img {
		margin: 10px 0 20px;
	}


/* Related rinks
---------------------------------------- */

		.relatedBox .relatedBlock5 li {
			margin: 0 10px 15px;
			width: 110px;
		}



/* @end */



/* 2-04. Aside
---------------------------------------------------------------------- */

#Side {
	width: 100%;
}
#catTitle {
	background: #4CBFBF;
	text-align: center;
}
	#catTitle {
		height: 40px;
		overflow: hidden;
	}
	#catTitle a {
		display: block;
	}
	#catTitle img {
		margin-top: -27px;
	}
	#catTitle img {
		margin-top: -28px;
	}
	.catTop #catTitle img {
		margin-top: -108px;
	}

/* @end */



/* 2-05. Footer
---------------------------------------------------------------------- */

#pageTop {
	right: 10px;
}
	#Wrap #pageTop a {
		height: 30px;
		width: 40px;
	}
	#Wrap #pageTop a:before {
		background-position: 0 -155px;
		height: 10px;
		left: 15px;
		top: 11px;
		width: 9px;
	}
#groupLinkSection {
	display: none;
}
	#Footer li:before {
		display: none;
	}
	#searchBtm {
		border-top: 1px solid #2E3235;
		border-bottom: 1px solid #0F1012;
		padding: 10px;
	}
	#searchBtm form {
		background: #404446;
		border: 1px solid #000;
		display: block;
		overflow: hidden;
		position: relative;
		_zoom: 1;
	}
	#searchBtm .search_box {
		background: transparent;
		border: none;
		color: #ccc;
		float: left;
		line-height: 1.2;
		padding: 5px 5px 3px;
		width: 80%;
	}
	#searchBtm .search_btn {
		background: #000;
		border: none;
		color: #fff;
		cursor: pointer;
		height: 26px;
		padding: 2px 0 0;
		position: absolute;
		right: 0;
		width: 45px;
		vertical-align: top;
	}


	#Footer ul {
		border-top: 1px solid #2E3235;
		border-bottom: 1px solid #0F1012;
		padding: 10px 10px 0;
		position: relative;
	}
		#Footer ul li {
				margin: 0 0 8px;
		}
			#Footer ul li a {
				display: block;
			}
		#countryNavBtm #cN01 a {
				margin-right:5px;
				padding: 0 15px;
				position: relative;
			}
			#countryNavBtm #cN01 a:before {
				background-position: -47px 0;
				content: "";
				display: block;
				height: 12px;
				left: 0;
				position: absolute;
				top: 3px;
				width: 11px;
			}
			#countryNavBtm #cN01 a:after {
				background: #2F3235;
				content: "";
				display: block;
				height: 15px;
				right: 0;
				position: absolute;
				top: 3px;
				width: 1px;
			}
			#countryNavBtm #cN02 a,
			#countryNavBtm #cN03 a {
				padding: 0 10px;
				position: relative;
			}
			#countryNavBtm #cN02 a:before,
			#countryNavBtm #cN03 a:before {
				background-position: 0 -30px;
				content: "";
				display: block;
				height: 7px;
				position: absolute;
				left: 0;
				top: 6px;
				width: 4px;
			}
		#Footer #utilityLink {
			border-bottom: 1px solid #2E3235;
			padding: 10px 2px 0;
		}
			#Footer #utilityLink li {
					padding:0 8px;
					margin: 0 0 5px;
			}
			#Footer #utilityLink:after {
				background: #0F1012;
				content: "";
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				bottom: 0;
				width: 100%;
			}
			#Footer #utilityLink li:after {
				background: #717274;
				content: "";
				display: block;
				height: 10px;
				right: 0;
				position: absolute;
				top: 5px;
				width: 1px;
			}
		#Footer #copy {
			margin: 10px auto;
		}

/* @end */


/* 3-03. Template
---------------------------------------------------------------------- */

		.grayBox .grayBoxInner .grayBoxRimg {
			margin: 0 0 10px 1.59235%;
			width: 32.52279%;
		}
		.grayBox .grayBoxInner .grayBoxRimgS {
			margin: 0 0 10px 1.59235%;
			width: 25.15923%;
		}
			.grayBox .grayBoxInner .grayBoxRimgS img,
			.grayBox .grayBoxInner .grayBoxRimg img {
				height: auto;
				width: 100%;
			}
.fancybox-wrap {
	width: 90% !important;
}


/* News
---------------------------------------- */

.newsList {
	margin: 10px;
}
	.newsList li {
		border-bottom: 1px dotted #b9b9b9;
		margin: 3px 0 10px;
		padding-bottom: 10px;
	}
		.newsList .day {
			margin-bottom: 3px;
			margin-right: 10px;
		}

/* @end */
