/* -------------------------------------
 	Base Settings
------------------------------------- */
body {
	min-width: 1200px;
	line-height: 1.5;
	font-size: 13px;
	font-family: "meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
sup,
sub {
	height: 0;
	font-size: 8px;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}
sup {
	bottom: 1ex;
}

/*  Image
------------------------------- */
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*  Link
------------------------------- */
a {
	color: #000961;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* -------------------------------------
 	Wrapper
------------------------------------- */
.wrapper {
	box-sizing: border-box;
	min-width: 1200px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

/* -------------------------------------
 	Container
------------------------------------- */
.container {
	box-sizing: border-box;
	padding: 0;
	border-top: 10px solid #000961;
	border-right: 10px solid #000961;
	border-left: 10px solid #000961;
	margin: 0;
	overflow: hidden;
}

/* -------------------------------------
	Header
------------------------------------- */
.header {
	box-sizing: border-box;
	width: 295px;
	padding-left: 113px;
	background: #e8f8ff url(../img/common/bg_main.png) 0 bottom no-repeat;
	float: left;
}

/*  Head
------------------------------- */
.header .head {
	box-sizing: border-box;
	height: 120px;
	background-color: #000961;
}
.header .head .heading {
	box-sizing: border-box;
	padding-top: 40px;
}
.header .head .heading .text_1,
.header .head .heading .text_2 {
	margin-right: auto;
	margin-left: auto;
}
.header .head .heading .text_1 {
	padding-top: 15px;
	margin-bottom: 8px;
}
.header .head .heading .text_2 {
	padding-top: 9px;
}

/*  Body
------------------------------- */
.header .body {
	box-sizing: border-box;
	padding-top: 20px;
	background-color: #fff;
	border-right: 1px solid #e7e8ef;
}

/*  Local Navigation */
.local_nav_list {
	margin-bottom: 20px;
}

/* Local Navigation List - List Item */
.local_nav_list .list_item {
	box-sizing: border-box;
	height: 40px;
	background: url(../img/common/arrow_side_green.png) 157px center no-repeat;
	border-bottom: 1px solid #e7e8ef;
}
.local_nav_list .list_item .item_link {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding-top: 14px;
}
.local_nav_list .list_item .inner {
	display: block;
	height: 0;
	padding-top: 13px;
	background-position: 15px 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Local Navigation List - List Item - Current / Hover */
.local_nav_list .list_item.current,
.local_nav_list .list_item:hover {
	background-color: #009ef8;
	background-image: url(../img/common/arrow_side_white.png);
	border-bottom: 1px solid #009ef8;
}
.local_nav_list .list_item.current .inner,
.local_nav_list .list_item:hover .inner {
	background-position: 15px -18px;
}

/* Privacy Navigation */
.privacy_nav_list {
	margin-bottom: 20px;
}

/* Privacy Navigation List - List Item */
.privacy_nav_list .list_item {
	box-sizing: border-box;
	height: 56px;
	background: url(../img/common/arrow_side_green.png) 157px center no-repeat;
	border-bottom: 1px solid #e7e8ef;
}
.privacy_nav_list .list_item .item_link {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding-top: 14px;
}
.privacy_nav_list .list_item .inner {
	display: block;
	height: 0;
	padding-top: 30px;
	background-position: 15px 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Privacy Navigation List - List Item - Hover */
.privacy_nav_list .list_item:hover {
	background-color: #009ef8;
	background-image: url(../img/common/arrow_side_white.png);
	border-bottom: 1px solid #009ef8;
}
.privacy_nav_list .list_item:hover .inner {
	background-position: 15px -36px;
}

/* Link Recruit */
.header .body .link_recruit {
	width: 140px;
	padding-top: 180px;
	background-image: url(../img/common/bnr_recruit.png);
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------------
	Main
------------------------------------- */
.main {
	box-sizing: border-box;
	width: 770px;
	padding-top: 82px;
	padding-left: 40px;
	float: left;
}

/*  Head
------------------------------- */
.main_head {
	overflow: hidden;
}
.main_head .heading {
	padding-top: 21px;
}

/*  Left */
.main_head .left {
	float: left;
}

/*  Right */
.main_head .right {
	padding-top: 4px;
	float: right;
}

/*  Right - Breadcrumbs */
.breadcrumbs {
	min-width: 300px;
	text-align: right;
	letter-spacing: -0.40em;
}
.breadcrumbs .list_item {
	display: inline-block;
	padding-left: 22px;
	letter-spacing: normal;
	position: relative;
}
.breadcrumbs .list_item:before {
	display: block;
	content: "＞";
	color: #009ef8;
	position: absolute;
	top: 0;
	left: 4px;
}
.breadcrumbs .list_item:first-child {
	padding-left: 0;
}
.breadcrumbs .list_item:first-child:before {
	display: none;
}
.breadcrumbs .item_link {
	font-size: 12px;
	color: #009ef8;
}

/*  Variation
------------------------------- */
.main.contents_650_center {
	width: 885px;
	padding-left: 0;
}

/*  Head */
.main.contents_650_center .main_head {
	box-sizing: border-box;
	width: 770px;
	padding-left: 41px;
}

/* Body */
.main.contents_650_center .main_body {
	width: 650px;
	padding-left: 78px;
}

/* -------------------------------------
	Global Navigation
------------------------------------- */
.gnav {
	box-sizing: border-box;
	height: 100px;
	padding-left: 113px;
	background-color: #000961;
	clear: both;
}

/*  Left / Right - Common
------------------------------- */
.gnav .left,
.gnav .right {
	box-sizing: border-box;
	height: 100%;
}
.gnav .list_item {
	box-sizing: border-box;
}
.gnav .list_item .item_link {
	box-sizing: border-box;
	display: block;
	height: 100%;
	background-color: #000961;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.gnav .list_item .item_link:hover {
	background-color: #001f89;
	text-decoration: none;
}

/*  Left
------------------------------- */
.gnav .left {
	width: 780px;
	letter-spacing: -0.40em;
	float: left;
}
.gnav .left .list_item {
	display: inline-block;
	width: 150px;
	height: 100%;
	border-left: 1px solid #3d4487;
	letter-spacing: normal;
	vertical-align: top;
}
.gnav .left .item_link {
	padding-top: 44px;
}

/* Variation */
.gnav .list_item.item_skr {
	width: 180px;
}
.gnav .list_item.item_skr .item_link {
	padding-top: 30px;
}

/* Item Link - Inner */
.gnav .list_item .inner {
	padding-top: 14px;
	margin-right: auto;
	margin-left: auto;
}

/* Item Link - Inner - Variation */
.gnav .list_item.item_skr .inner {
	height: 0;
	padding-top: 47px;
	background-position: center 0;
	background-image: url(../img/common/logo_skr.png);
}
.gnav .list_item.item_company .inner {
	width: 58px;
	background-image: url(../img/common/text_nav_company.png);
}
.gnav .list_item.item_business .inner {
	width: 58px;
	background-image: url(../img/common/text_nav_business.png);
}
.gnav .list_item.item_distribution .inner {
	width: 88px;
	background-image: url(../img/common/text_nav_distribution.png);
}
.gnav .list_item.item_ecology .inner {
	width: 88px;
	background-image: url(../img/common/text_nav_ecology.png);
}


/*  Right
------------------------------- */
.gnav .right {
	width: 170px;
	height: 100%;
	border-right: 1px solid #3d4487;
	border-left: 1px solid #3d4487;
	float: left;
}
.gnav .right .list_item {
	height: 50%;
}
.gnav .right .list_item:first-child {
	border-bottom: 1px solid #3d4487;
}
.gnav .right .item_link {
	padding-top: 16px;
	padding-left: 13px;
	font-size: 12px;
}
.gnav .list_item.item_contact .item_link {
	background-image: url(../img/common/icon_contact.png);
	background-position: 32px 21px;
	background-repeat: no-repeat;
}
.gnav .list_item.item_sitemap .item_link {
	background-image: url(../img/common/icon_sitemap.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}

/* -------------------------------------
	Footer
------------------------------------- */
.footer {
	width: 100%;
	height: 35px;
	background-color: #009ef8;
}
.footer .container {
	box-sizing: border-box;
	max-width: 1200px;
	height: 100%;
	padding-right: 127px;
	padding-left: 123px;
	border: 0;
}

/*  Link Privacy
------------------------------- */
.footer .link_privacy {
	box-sizing: border-box;
	display: block;
	width: 140px;
	height: 100%;
	padding-top: 11px;
	border-right: 1px solid #4abafa;
	border-left: 1px solid #4abafa;
	color: #fff;
	text-align: center;
	float: left;
}
.footer .link_privacy:hover {
	text-decoration: none;
}
.footer .link_privacy .inner {
	width: 102px;
	padding-top: 12px;
	background-image: url(../img/common/text_privacy.png);
	margin-right: auto;
	margin-left: auto;
}

/*  Link Accessibility
------------------------------- */
.footer .link_accessibility {
	box-sizing: border-box;
	display: block;
	width: 210px;
	height: 100%;
	padding-top: 11px;
	border-right: 1px solid #4abafa;
	color: #fff;
	text-align: center;
	float: left;
}
.footer .link_accessibility:hover {
	text-decoration: none;
}
.footer .link_accessibility .inner {
	width: 176px;
	padding-top: 12px;
	background-image: url(../img/common/text_accessibility.png);
	margin-right: auto;
	margin-left: auto;
}

/*  Link Act on specified commercial transactions
------------------------------- */
.footer .link_scta {
	box-sizing: border-box;
	display: block;
	width: 200px;
	height: 100%;
	padding-top: 11px;
	border-right: 1px solid #4abafa;
	color: #fff;
	text-align: center;
	float: left;
}
.footer .link_scta:hover {
	text-decoration: none;
}
.footer .link_scta .inner {
	width: 200px;
	padding-top: 12px;
	background-image: url(../img/common/text_scta.png);
	background-position: center center;
	background-size: auto 12px;
	margin-right: auto;
	margin-left: auto;
}

/*  Copyright
------------------------------- */
.footer .copyright {
	padding-top: 13px;
	float: right;
}
.footer .copyright .inner {
	width: 344px;
	padding-top: 11px;
	background-image: url(../img/common/text_copyright.png);
}