
.m-001 {
	position: fixed;
	width: 100%;
	z-index: 200
}

/* add 2019/06/03 EU style */
.m-001__inner {
	margin: 0 auto;
	background-color: #ffffff
}

.m-001__topbar {
	overflow: hidden;
	background-color: #fff;
	padding-top: 6px;
	height: 60px;
	left: 0;
	line-height: 60px;
	right: 0;
	top: 0;
	z-index: 97;
	border-bottom: 1px solid #e5e5e6
}


/* add 2019/06/03 EU style */
@media print, screen and (min-width: 1010px) {
	.m-001__topbar {
		max-width: 1000px;
		margin: 0 auto;
	}
}


.m-001__logo {
	margin: 0;
	padding-right: 5px;
	display: block;
	text-align: right
}

.m-001__logo a {
	display: inline-block;
	text-align: right
}

.m-001__logo img {
	width: 120px;
	display: inline-block;
	text-align: right
}

.m-001__global {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 60px;
	top: 15px;
	text-align: center
}

.m-001__global a {
	width: 30px;
	height: 30px;
	display: block;
	text-decoration: none
}

.m-001__global i {
	display: block;
	vertical-align: middle;
	line-height: 30px;
	font-size: 2.8rem
}

.m-001__search {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 110px;
	top: 15px
}

.m-001__search a {
	width: 30px;
	height: 30px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/jp/common/img/Icon-Search-Header.jpg) no-repeat center center;
	cursor: pointer;
}

.m-001__search a.open {
	background: url(/jp/common/img/CloseIcon-Gray.png) no-repeat center center
}

/* ----------------------------------------- */
/* mars finder add 202002/06 */
.mf_finder_searchBox {
	margin-left: 0px;
	margin-right: 0px;
}

.mf_finder_searchBox_submit {
	background-color: #e40229  !important;
	padding-left: 25px;
	padding-right: 25px;
}

.mf_finder_searchBox_query_wrap {
	z-index:500;
}

.mf_finder_searchBox_items {
	padding:0px;
}

.mf_finder_searchBox_query_input {
	min-height:0px;
	height: 26px !important;
}

.mf_finder_container {
	z-index:500;
}

/* ----------------------------------------- */


.m-001__menu-button {
	background: url(/jp/common/img/Icon-MobileMenu.png) no-repeat left center;
	display: inline-block;
	display: none;
	overflow: hidden;
	text-indent: -999em;
	float: left;
	width: 27px
}

.m-001__search-icon {
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/jp/p/images/layout/Icon-Search-Header.jpg);
	background-position: center center;
	width: 30px
}

.m-001 .DesktopNav {
	display: none
}

#MobileNav {
	background-color: #fff;
	border-bottom: 4px solid #e5e5e6;
	border-top: 1px solid #e5e5e6;
	display: none;
	left: 0;
	padding-bottom: 10px;
	position: absolute;
	width: 100%;
	z-index: 1999
}

.MenuIcon {
	background: url(/jp/common/img/Icon-MobileMenu.png) no-repeat left center;
	display: inline-block;
	position: absolute;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 20px;
	cursor: pointer
}

#MobileNav .SubMenu {
	display: none
}

#MobileNav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#MobileNav ul li {
	background: 0;
	margin-bottom: auto;
	padding-left: 0
}

#MobileNav ul li {
	display: block;
	padding: 12px 15px
}

#MobileNav ul li:before,
#MobileNav ul li:after {
	content: " ";
	display: table
}

#MobileNav ul li:after {
	clear: both
}

#MobileNav ul li:before,
#MobileNav ul li:after {
	content: " ";
	display: table
}

#MobileNav ul li:after {
	clear: both
}

#MobileNav ul li a {
	color: #737272;
	float: left;
	display: block
}

#MobileNav ul li a.Expand {
	display: inline-block;
	height: 110%;
	float: right;
	padding-left: 30px;
	position: relative;
	text-indent: -999em;
	width: 16px
}

#MobileNav ul li a.Expand:after {
	bottom: -10px;
	content: ' ';
	left: -10px;
	position: absolute;
	right: -10px;
	top: -10px
}

#MobileNav ul li .Contract {
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	height: 100%;
	margin-right: 15px;
	position: relative;
	width: 16px
}

#MobileNav ul li .Contract:after {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px
}

#MobileNav ul li ul {
	display: none
}

#MobileNav {
	-webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	background-color: #fff;
	border-bottom: 0;
	display: block;
	left: -320px;
	max-height: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	padding-top: 45px;
	top: 0;
	width: 300px;
	z-index: 1500
}

#MobileNav.Active {
	left: 0;
	opacity: 1
}

#MobileNav .Inner {
	padding: 25px
}

#MobileNav .Close {
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px
}

#MobileNav .Home {
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	left: 25px;
	height: 30px;
	position: absolute;
	top: 15px;
	width: 21px
}

#MobileNav ul {
	border-top: 1px solid #e5e5e5
}

#MobileNav ul li {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 0
}

#MobileNav ul li a {
	padding: 12px 0
}

#MobileNav ul li a:hover {
	color: #e4032e
}

#MobileNav .Home {
	background: url(/jp/common/img/TopBar_Home.png) no-repeat center
}

#MobileNav .Close {
	background-image: url(/jp/common/img/Icon-MobileMenu-Close.png)
}

#MobileNav ul li a.Expand {
	background: url(/jp/common/img/Top-Expand.png) no-repeat right center
}

#MobileNav ul li .Contract {
	background: url(/jp/common/img/Top-Contract.png) no-repeat left center
}

/*--SecondaryCategoryの追加 210112--*/

#MobileNav .SecondaryCategoryContainer li{
	padding-left: 15px;
}

#MobileNav .SecondaryCategoryContainer li:first-child{
	padding-left: 0px;
}

#MobileNav .SecondaryCategoryContainer .SecondaryCategory{
	padding: 3px 5px;
	background-color: #efefef;
}

.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #FFFFFF;
	background-color: #FFFFFF
}

.gsc-control-cse .gsc-table-result {
	font-family: Arial, sans-serif
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	border-color: #D9D9D9
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
	border-color: #CCCCCC;
	background-color: #999999;
	background-image: none;
	filter: none
}

.gsc-tabHeader.gsc-tabhInactive {
	border-color: #CCCCCC;
	background-color: #FFFFFF
}

.gsc-tabHeader.gsc-tabhActive {
	border-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF
}

.gsc-tabsArea {
	border-color: #CCCCCC
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
	border-color: #EEEEEE;
	background-color: #FFFFFF
}

.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
	border-color: #EEEEEE;
	background-color: #F3F3F3
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
	color: #1155CC
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
	color: #1155CC
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
	color: #1155CC
}

.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
	color: #1155CC
}

.gsc-cursor-page {
	color: #1155CC
}

a.gsc-trailing-more-results:link {
	color: #1155CC
}

.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
	color: #333333
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
	color: #009933
}

.gs-webResult div.gs-visibleUrl-short {
	color: #009933
}

.gs-webResult div.gs-visibleUrl-short {
	display: none
}

.gs-webResult div.gs-visibleUrl-long {
	display: block
}

.gs-promotion div.gs-visibleUrl-short {
	display: none
}

.gs-promotion div.gs-visibleUrl-long {
	display: block
}

.gsc-cursor-box {
	border-color: #EEEEEE
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #1155CC
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #1155CC
}

.gsc-webResult.gsc-result.gsc-promotion {
	border-color: #F6F6F6;
	background-color: #F6F6F6
}

.gsc-completion-title {
	color: #1155CC
}

.gsc-completion-snippet {
	color: #333333
}

.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
	color: #1155CC
}

.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
	color: #1155CC
}

.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
	color: #1155CC
}

.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
	color: #1155CC
}

.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
	color: #333333
}

.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
	color: #009933
}

.gsc-control {
	width: 300px
}

.gsc-control div {
	position: static
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px
}

.gsc-control-cse div {
	position: static
}

form.gsc-search-box {
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	width: 100%
}

table.gsc-search-box {
	border-style: none;
	border-width: 0;
	border-spacing: 0 0;
	width: 100%;
	margin-bottom: 2px
}

table.gsc-search-box td {
	vertical-align: middle
}

table.gsc-search-box td.gsc-input {
	padding-right: 12px
}

td.gsc-search-button {
	width: 1%
}

td.gsc-clear-button {
	width: 14px
}

.gsc-branding,
.gcsc-branding {
	display: flex
}

.gsc-branding-text,
.gcsc-branding-text {
	vertical-align: top;
	padding-bottom: 2px;
	text-align: right;
	font-size: 11px;
	margin-right: 2px;
	color: #666
}

.gsc-branding-text:first-child,
.gcsc-branding-text:first-child {
	flex-grow: 1
}

.gsc-branding-img-noclear,
.gcsc-branding-img-noclear {
	width: 51px;
	vertical-align: bottom
}

.gsc-branding-img,
.gcsc-branding-img {
	width: 65px;
	vertical-align: bottom
}

div.gsc-branding-youtube td.gsc-branding-img-noclear {
	width: 55px
}

div.gsc-branding-youtube td.gsc-branding-img {
	width: 69px
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
	margin-right: 0;
	text-align: center
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
	text-align: center
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear,
div.gcsc-branding-img,
div.gcsc-branding-img-noclear,
img.gcsc-branding-img,
img.gcsc-branding-img-noclear {
	position: relative;
	top: -1px;
	padding-left: 2px;
	padding-right: 2px
}

img.gsc-branding-img,
img.gsc-branding-img-noclear,
img.gcsc-branding-img,
img.gcsc-branding-img-noclear {
	margin: 0 0 0 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	display: inline
}

.gcsc-branding-text {
	white-space: nowrap
}

.gcsc-branding-text {
	margin: 0 2px
}

.gcsc-branding-img-noclear {
	width: auto
}

a.gsc-branding-clickable {
	cursor: pointer
}

input.gsc-search-button {
	margin-left: 2px
}

div.gsc-clear-button {
	display: inline;
	text-align: right;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("//www.google.com/uds/css/clear.gif");
	cursor: pointer
}

.gsc-search-box-tools .gsc-clear-button {
	display: none
}

.gsc-results-close-btn {
	background-image: url("//www.google.com/images/nav_logo114.png");
	background-repeat: no-repeat;
	background-position: -140px -230px;
	float: right;
	display: none;
	opacity: 0;
	height: 12px;
	width: 12px;
	position: absolute !important;
	top: 20px;
	right: 20px;
	cursor: pointer
}

.gsc-results-close-btn-visible {
	display: block;
	opacity: 1
}

.gsc-results-wrapper-overlay {
	border: none;
	margin: auto;
	border-radius: 1px;
	overflow: auto;
	height: 80%;
	-webkit-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-moz-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-ms-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-o-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	border-collapse: separate;
	background: white;
	padding: 30px;
	width: 70%;
	position: fixed !important;
	top: 5%;
	left: 12%;
	opacity: 0;
	z-index: 100002;
	visibility: hidden;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')
}

.gsc-results-wrapper-visible {
	opacity: 1 !important;
	visibility: visible !important
}

.gsc-modal-background-image {
	position: fixed !important;
	top: 0px;
	left: 0px;
	height: 130%;
	width: 100%;
	z-index: 100001;
	background-color: white;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	display: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear
}

.gsc-modal-background-image-visible {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	display: block
}

.gsc-overflow-hidden {
	overflow: hidden
}

input.gsc-input {
	padding: 1px 6px;
	border: 1px solid #DDD;
	width: 99%
}

.gsc-keeper {
	color: #3366cc;
	text-decoration: underline;
	font-size: 13px;
	cursor: pointer;
	font-weight: normal;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 1px 3px;
	background-image: url("//www.google.com/uds/css/blue_check.gif")
}

.gsc-resultsHeader {
	width: 100%;
	clear: both
}

.gsc-resultsHeader td.gsc-twiddleRegionCell {
	width: 75%
}

.gsc-resultsHeader td.gsc-configLabelCell {
	text-align: right;
	width: 75%
}

.gsc-resultsHeader .gsc-twiddle {
	margin-top: 4px;
	display: inline;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 2px
}

.gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle {
	background-image: url("//www.google.com/uds/css/arrow_close.gif")
}

.gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle {
	background-image: url("//www.google.com/uds/css/arrow_open.gif")
}

.gsc-resultsHeader .gsc-title {
	color: #676767;
	margin-right: 10px;
	padding-left: 14px;
	display: inline
}

.gsc-resultsHeader .gsc-stats {
	color: #676767;
	font-size: 11px;
	font-weight: normal;
	display: inline
}

.gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
	display: none
}

.gsc-results-selector {
	display: inline
}

.gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
	display: none
}

.gsc-result-selector {
	cursor: pointer;
	display: inline;
	font-size: 13px;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: center left
}

.gsc-one-result {
	background-image: url("//www.google.com/uds/css/one-complex-dark.gif")
}

.gsc-more-results {
	background-image: url("//www.google.com/uds/css/more-complex-dark.gif")
}

.gsc-all-results {
	background-image: url("//www.google.com/uds/css/all-complex-dark.gif");
	padding-right: 1px
}

.gsc-one-result-active .gsc-one-result {
	background-image: url("//www.google.com/uds/css/one-complex-light-blue.gif")
}

.gsc-more-results-active .gsc-more-results {
	background-image: url("//www.google.com/uds/css/more-complex-light-blue.gif")
}

.gsc-all-results-active .gsc-all-results {
	background-image: url("//www.google.com/uds/css/all-complex-light-blue.gif")
}

.gsc-resultsHeader .gsc-configLabel {
	color: #676767;
	display: inline;
	font-size: 11px;
	cursor: pointer
}

.gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("//www.google.com/uds/css/settings.gif")
}

.gsc-tabsArea {
	clear: both;
	margin-top: 6px;
	margin-bottom: 8px
}

.gsc-tabsArea .gs-spacer {
	font-size: 1px;
	margin-right: 0;
	overflow: hidden
}

.gsc-tabsArea .gs-spacer-opera {
	margin-right: 0
}

.gsc-tabsAreaInvisible,
.gsc-refinementsAreaInvisible,
.gsc-refinementBlockInvisible {
	display: none
}

.gsc-tabHeader {
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 2px;
	margin-top: 2px
}

.gsc-tabHeader.gsc-tabhActive {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: 2px solid #ff9900;
	color: black
}

.gsc-tabHeader.gsc-tabhInactive {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: 2px solid #e9e9e9;
	background: #e9e9e9;
	color: #676767;
	cursor: pointer
}

.gsc-tabData.gsc-tabdActive {
	display: block
}

.gsc-tabData.gsc-tabdInactive {
	display: none
}

.gsc-tabData.gsc-tabdActive.gsc-resultsbox-invisible {
	display: none
}

.gsc-refinementsArea {
	clear: both;
	margin-bottom: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 5px
}

.gsc-refinementHeader {
	margin-right: 2px;
	padding: 2px 8px 0 8px
}

.gsc-refinementHeader.gsc-refinementhActive {
	font-weight: bold
}

.gsc-refinementHeader.gsc-refinementhInactive {
	text-decoration: underline;
	cursor: pointer
}

.gsc-tabData .gsc-resultsHeader .gsc-title {
	display: none
}

.gsc-tabData .gsc-resultsHeader .gsc-stats {
	display: none
}

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
	display: none
}

.gsc-completion-selected {
	background: #EEEEEE;
	cursor: default
}

.gsc-completion-selected .gsc-completion-promotion-table {
	cursor: pointer
}

.gsc-completion-container {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background: white;
	border: 1px solid #DDD;
	border-top-color: #D9D9D9;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	margin: 0
}

.gsc-completion-title {
	color: #0000cc;
	line-height: normal;
	white-space: normal
}

.gsc-completion-snippet {
	line-height: normal;
	white-space: normal
}

.gsc-completion-container .gsc-completion-icon-cell {
	width: 42px;
	height: 42px;
	padding-right: 10px
}

.gsc-completion-icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #dddddd
}

.gsc-completion-container .gsc-completion-promotion-table {
	font-size: inherit;
	background: inherit;
	margin: 5px 0;
	width: 100%
}

.gsc-resultsbox-visible {
	display: block
}

.gsc-resultsbox-invisible {
	display: none
}

.gsc-results {
	padding-bottom: 2px;
	width: 99%
}

.gsc-result {
	margin-bottom: 10px
}

.gsc-result .gs-title {
	height: 1.4em;
	overflow: hidden
}

.gsc-result div.gs-watermark {
	display: none
}

.gsc-results .gsc-result img.gs-ad-marker {
	display: none
}

.gsc-wrapper {
	position: relative;
	display: block
}

.gsc-adBlock {
	position: relative;
	display: block;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 4px
}

.gsc-adBlock h2 {
	float: right;
	margin: 3px 5px 0;
	font-weight: normal;
	font-size: .9em;
	color: #676767
}

.gsc-adBlock .gsc-ad {
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 3px
}

.gsc-adBlock .gsc-ad a {
	font-weight: bolder;
	color: #0000CC;
	line-height: 1.4em
}

.gsc-adBlock .gsc-ad cite {
	font-style: normal;
	color: green
}

.gsc-adBlock .gsc-ad span {
	padding-left: 8px
}

.gsc-adBlockNoHeight {
	height: 0
}

.gsc-adBlockInvisible {
	display: none
}

.gsc-adBlockVertical {
	position: relative;
	display: block;
	float: right;
	clear: right;
	width: 30%
}

.gsc-adBlockBottom {
	position: relative;
	display: block;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	margin-bottom: 4px
}

.gsc-thinWrapper {
	width: 69%;
	float: left;
	overflow: hidden
}

.gsc-adBlockVertical h2 {
	text-align: center;
	font-weight: normal;
	font-size: .9em;
	color: #676767;
	margin-top: 6px
}

.gsc-adBlockVertical .gsc-ad {
	padding-left: 8px;
	padding-top: 5px
}

.gsc-adBlockVertical .gsc-ad a {
	font-weight: bolder;
	color: #0000CC;
	line-height: 1.4em
}

.gsc-adBlockVertical .gsc-ad cite {
	font-style: normal;
	color: green;
	display: block
}

div.gsc-config {
	border: 1px solid #e9e9e9;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px
}

form.gsc-config {
	margin-bottom: 0
}

.gsc-configSetting {
	margin-top: 6px
}

.gsc-configSetting_Label {
	color: #676767
}

.gsc-configSettingInput {
	color: #676767;
	border: 1px solid #e9e9e9;
	width: 75%
}

.gsc-configSettingCheckbox {
	color: #676767;
	margin-right: 6px
}

.gsc-configSettingCheckboxLabel {
	display: inline;
	color: #676767
}

div.gsc-configSettingSubmit {
	margin-top: 8px;
	text-align: right
}

input.gsc-configSettingSubmit {
	display: inline;
	font-size: 11px;
	cursor: pointer
}

.gsc-webResult:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.gsc-webResult {
	zoom: 1
}

.gsc-webResult .gsc-result {
	margin: 0;
	padding: .5em 0;
	border-bottom: 1px solid #ebebeb
}

.gsc-above-wrapper-area {
	border-bottom: 1px solid #E9E9E9;
	padding: 5px 0 5px 0
}

.gsc-above-wrapper-area-invisible {
	display: none
}

.gsc-above-wrapper-area-container {
	width: 100%
}

.gsc-result-info {
	text-align: left;
	color: #676767;
	font-size: 13px;
	padding-left: 8px;
	margin: 10px 0 10px 0
}

.gsc-result-info-container {
	text-align: left
}

.gsc-result-info-invisible {
	display: none
}

.gsc-orderby-container {
	text-align: right;
	background: transparent
}

.gsc-orderby-invisible {
	display: none
}

.gsc-orderby-label {
	color: #676767;
	padding: 5px 5px 6px 0
}

.gsc-getlink-container {
	padding-left: 5px;
	padding-top: 1px;
	width: 45px
}

.gsc-getlink-invisible {
	display: none
}

.gsc-getlink {
	width: 5px
}

.gsc-getlink-box {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	box-shadow: 0 1px 1px #eee;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	color: #444;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	max-width: 90%;
	min-width: 10px;
	outline: 0;
	padding: 0 28px 0 6px;
	position: relative;
	text-align: center
}

.gsc-control-cse .gsc-getlink-textbox {
	background: #fff;
	border: 1px solid #eee;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px #eee;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	cursor: default;
	margin: 0;
	max-height: 360px;
	outline: none;
	padding: 10px;
	position: absolute;
	right: 20px;
	z-index: 7;
	width: auto
}

.gsc-getlink-inputbox {
	width: 300px;
	margin-top: 5px
}

.gsc-getlink-label {
	width: 100%;
	font-size: 14px
}

.gsc-getlink-image {
	height: 29px
}

.gsc-getlink-text-invisible {
	display: none
}

.gsc-selected-option-container {
	background-color: transparent;
	border: 1px solid #eee;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	box-shadow: 0 1px 1px #eee;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	color: #444;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	max-width: 90%;
	min-width: 54px;
	outline: 0;
	padding: 0 28px 0 6px;
	position: relative;
	text-align: center
}

.gsc-selected-option {
	position: relative;
	width: 100%
}

.gsc-control-cse .gsc-option-selector {
	border: none;
	height: 11px;
	margin-top: -4px;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 7px;
	padding: 0 5px 0 5px;
	background: url(//ssl.gstatic.com/ui/v1/disclosure/small-grey-disclosure-arrow-down.png) center no-repeat
}

.gsc-option-menu-invisible {
	display: none
}

.gsc-control-cse .gsc-option-menu-container {
	color: #000;
	font-size: 80%;
	position: relative
}

.gsc-control-cse .gsc-option-menu {
	background: #fff;
	border: 1px solid #eee;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px #eee;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	cursor: default;
	font-size: 13px;
	margin: 0;
	max-height: 360px;
	outline: none;
	padding: 6px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7
}

.gsc-option-menu-item {
	color: #777;
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 30px;
	white-space: nowrap
}

.gsc-option-menu-item-highlighted {
	background-color: #EEE;
	border-color: #EEE;
	border-width: 1px 0;
	color: #333
}

.gsc-option {
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
	line-height: 27px;
	text-align: left
}

.gs-web-image-box,
.gs-promotion-image-box {
	float: left;
	padding: 2px 8px 2px 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	width: 62px
}

.gs-web-image-box img.gs-image,
.gs-promotion-image-box img.gs-promotion-image {
	border: 1px solid #e2e2e2;
	max-width: 60px;
	max-height: 120px;
 width: expression(this.width > 64 ? '64px': true);
 height: expression(this.height > 120 ? '120px': true)
}

div.gs-action {
	display: inline;
	margin-right: 0.6em
}

div.gs-action a.gs-action {
	color: #7777CC
}

div.gs-action.cart a.gs-action,
div.gs-action.star a.gs-action,
div.gs-action.rss a.gs-action,
div.gs-action.download a.gs-action,
div.gs-action.email a.gs-action,
div.gs-action.mobile a.gs-action,
div.gs-action.share a.gs-action,
div.gs-action.fullscreen a.gs-action,
div.gs-action.generic a.gs-action,
div.gs-action.link a.gs-action {
	padding-left: 18px;
	background: transparent url("//www.google.com/cse/images/action_icons_sprite.gif") no-repeat
}

div.gs-action.cart a.gs-action {
	background-position: 0 0
}

div.gs-action.star a.gs-action {
	background-position: -16px -34px
}

div.gs-action.rss a.gs-action {
	background-position: -48px -98px
}

div.gs-action.download a.gs-action {
	background-position: -64px -128px
}

div.gs-action.email a.gs-action {
	background-position: -112px -224px
}

div.gs-action.mobile a.gs-action {
	background-position: -131px -257px
}

div.gs-action.share a.gs-action {
	background-position: -32px -64px
}

div.gs-action.fullscreen a.gs-action {
	background-position: -79px -162px
}

div.gs-action.generic a.gs-action {
	background-position: -144px -290px
}

div.gs-action.link a.gs-action {
	background-position: -159px -321px
}

.gsc-imageResult .gs-imageResult .gs-text-box .gs-ellipsis {
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap
}

.gsc-imageResult {
	float: left;
	margin-bottom: 1em;
	margin-right: 20px
}

.gsc-imageResult-column {
	margin-right: 70px
}

.gs-imageResult {
	overflow: hidden
}

.gs-imageResult .gs-image-box {
	height: 86px;
	position: relative
}

.gs-imageResult .gs-text-box {
	text-align: center;
	overflow: hidden;
	height: 4em
}

.gs-imageResult div.gs-title,
.gs-imageResult .gs-snippet,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short,
.gs-imageResult .gs-spelling {
	padding: 0
}

.gs-imageResult .gs-snippet {
	overflow: hidden;
	line-height: 1em;
	white-space: nowrap
}

.gs-imageResult .gs-visibleUrl {
	overflow: hidden;
	line-height: 1.3em;
	height: 1.3em
}

.gs-imageResult .gs-size {
	color: #6f6f6f
}

.gs-imageResult .gs-image-box {
	text-align: center
}

.gs-imageResult .gs-image-box img.gs-image {
	border: none
}

.gs-imageResult-classic .gs-text-box .gs-title {
	display: none
}

.gs-imageResult-column {
	width: 474px;
	height: 84px
}

.gs-imageResult-column .gs-image-box {
	float: left;
	margin-right: 10px;
	text-align: left
}

.gs-imageResult-column .gs-text-box {
	float: left;
	width: 350px;
	height: 86px
}

.gsc-imageResult-column .gs-imageResult-column .gs-text-box .gs-title {
	height: auto;
	text-align: left;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis
}

.gs-imageResult-column .gs-text-box .gs-size {
	display: none
}

.gsc-imageResult.gsc-imageResult-popup,
.gsc-results .gsc-imageResult-popup:hover {
	margin: 0;
	padding: 0;
	border: 0
}

.gsc-imageResult .gs-imageResult-popup {
	width: auto;
	overflow: visible;
	position: relative
}

.gs-imageResult-popup .gs-image-thumbnail-box {
	padding: 5px
}

.gs-imageResult-popup .gs-image-box {
	width: auto
}

.gs-imageResult-popup .gs-image-popup-box {
	width: auto;
	position: absolute;
	padding: 10px;
	background: white;
	left: 0;
	top: 0;
	border: 1px solid #dddddd;
	-webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
	-webkit-outline: 1px solid rgba(0,0,0,0.2);
	display: none
}

.gs-imageResult-popup .gs-image-popup-box .gs-image-box {
	height: auto;
	width: auto;
	margin-bottom: 10px
}

.gs-imageResult-popup .gs-image-popup-box .gs-text-box {
	height: auto;
	width: auto
}

.gs-imageResult-popup .gs-text-box .gs-title {
	display: none
}

.gsc-videoResult .gs-videoResult .gs-title {
	line-height: 1.3em;
	height: 1.3em;
	overflow: hidden
}

.gsc-videoResult .gs-videoResult .gs-snippet {
	line-height: 1.3em;
	max-height: 2.6em;
	overflow: hidden
}

.gsc-imageResult .gsc-trailing-more-results {
	clear: both
}

.gsc-results .gsc-trailing-more-results {
	margin-bottom: 10px
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
	color: #0000cc;
	text-decoration: underline
}

.gsc-imageResult .gsc-cursor-box {
	clear: both
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
	margin-bottom: 0;
	display: inline
}

.gsc-results .gsc-cursor {
	display: inline
}

.gsc-results .gsc-cursor-box {
	margin-bottom: 10px
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	cursor: pointer;
	color: #000000;
	text-decoration: underline;
	margin-right: 8px;
	display: inline
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	cursor: default;
	color: #A90A08;
	font-weight: bold;
	text-decoration: none
}

.gs-result .gs-title,
.gs-result .gs-title * {
	color: #0000cc;
	text-decoration: underline
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
	font-size: 16px
}

.gsc-control-cse .gs-result .gs-spelling-original {
	font-size: 13px
}

.gs-divider {
	padding-bottom: 8px;
	text-align: center;
	color: #676767
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
	color: #008000;
	text-decoration: none
}

.gs-relativePublishedDate,
.gs-publishedDate {
	color: #6f6f6f;
	text-decoration: none
}

.gs-result a.gs-clusterUrl,
.gs-result .gs-clusterUrl {
	color: #008000;
	text-decoration: underline;
	cursor: pointer
}

.gs-newsResult .gs-publisher {
	color: #6f6f6f;
	display: inline;
	text-decoration: none
}

.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
	display: inline;
	margin-left: 4px
}

.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
	display: none
}

.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
	display: none
}

.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
	display: inline
}

.gs-newsResult .gs-location {
	color: #6f6f6f;
	display: inline;
	text-decoration: none
}

.gs-promotion .gs-title,
.gs-promotion .gs-title * {
	text-decoration: none
}

.gs-promotion a.gs-title,
.gs-promotion a.gs-title * {
	text-decoration: underline
}

.gs-title .gs-promotion-title-right {
	color: #000000
}

.gsc-webResult.gsc-result.gsc-promotion {
	background-color: #fff
}

span.gs-fileFormat {
	color: #666666;
	font-size: 12px
}

span.gs-fileFormatType {
	font-size: 12px
}

.gs-promotion table {
	border: none;
	border-style: none;
	border-width: 0;
	border-spacing: 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0
}

.gs-promotion table .gs-snippet a span.gs-title,
.gs-promotion table .gs-snippet a span.gs-title * {
	font-size: 13px
}

.gs-promotion em {
	font-style: normal;
	font-weight: bold
}

.gs-promotion .gs-title em {
	color: inherit;
	text-decoration: inherit
}

.gs-result img.gs-image,
.gs-result img.gs-promotion-image {
	vertical-align: middle;
	border: 1px solid #e2e2e2
}

.gs-result .gs-directions,
.gs-result .gs-directions * {
	color: #7777cc;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer
}

.gs-secondary-link,
.gs-secondary-link * {
	color: #7777cc;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer
}

.gs-result .gs-directions-to-from {
	display: none;
	margin-top: 4px
}

.gs-result .gs-directions-to-from .gs-label {
	display: inline;
	margin-right: 4px
}

.gs-result .gs-directions-to-from div.gs-secondary-link {
	display: inline
}

.gs-result .gs-directions-to-from .gs-spacer {
	display: inline;
	margin-right: 3px;
	margin-left: 3px
}

.gs-videoResult a.gs-publisher,
.gs-videoResult .gs-publisher {
	color: #008000;
	text-decoration: none
}

.gs-result a {
	cursor: pointer
}

.gsc-loading-fade .gsc-result-info,
.gsc-loading-fade .gsc-loading-resultsRoot,
.gsc-loading-resultsRoot,
.gsc-loading-fade .gsc-loading-refinementsArea,
.gsc-loading-fade .gsc-adBlock,
.gsc-loading-fade .gsc-adBlockVertical,
.gsc-loading-fade .gsc-adBlockNoHeight {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33.3)";
	filter: alpha(opacity=33.3);
	opacity: 0.333
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
	padding: 5px;
	margin: 5px;
	border: 1px solid #fc3;
	background-color: #fff4c2
}

.gs-result .gs-watermark {
	font-size: 10px;
	color: #7777cc
}

div.gs-results-attribution {
	text-align: center;
	margin-bottom: 4px
}

div.gs-results-attribution,
div.gs-results-attribution * {
	font-size: 10px;
	color: #676767;
	text-decoration: none
}

div.gs-results-attribution a {
	color: #0000cc;
	cursor: pointer
}

div.gs-results-attribution a:hover {
	text-decoration: underline
}

.gs-result .gs-metadata {
	color: #676767
}

.gs-localAd img.gs-ad-marker,
.gs-webAd img.gs-ad-marker {
	padding-left: 4px
}

.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
	overflow: hidden;
	display: none
}

.gs-webResult div.gs-per-result-labels a.gs-label {
	text-decoration: underline;
	cursor: pointer;
	padding: 3px;
	color: black
}

.gs-webResult div.gs-per-result-labels a.gs-label.gs-labelActive {
	cursor: default;
	text-decoration: none
}

.gs-localAd div.gs-address * {
	color: #676767
}

.gs-localAd div.gs-street {
	display: inline
}

div.gs-city {
	display: inline
}

div.gs-region {
	display: inline
}

div.gs-country {
	display: none
}

div.gs-infoWindow * {
	font-size: 11px
}

.gs-videoResult * {
	font-size: 13px
}

.gs-videoResult td div.gs-image-box {
	width: 110px;
	height: 78px
}

.gs-videoResult td div.gs-text-box {
	vertical-align: top;
	margin-left: 4px
}

div.gs-book-image-box td,
.gs-bookResult td {
	vertical-align: top
}

div.gs-book-image-box,
div.gs-book-image-box div {
	position: static;
	text-align: start
}

div.gs-book-image-box {
	width: 75px;
	height: 90px
}

.gs-bookResult td div.gs-text-box {
	vertical-align: top;
	margin-left: 4px
}

div.gs-book-image-box img {
	border-spacing: 0 0;
	border: none
}

div.gs-book-image-box div.gs-row-1 {
	line-height: 7px
}

div.gs-book-image-box img.gs-pages {
	height: 7px;
	width: 45px
}

div.gs-book-image-box img.gs-page-edge {
	height: 7px;
	width: 11px
}

div.gs-book-image-box img.gs-image {
	height: 80px;
	border: 1px solid #a0a0a0
}

.gs-bookResult .gs-author {
	display: inline;
	color: #6f6f6f
}

.gs-bookResult .gs-publishedDate {
	display: inline
}

.gs-bookResult .gs-pageCount {
	display: inline;
	color: #6f6f6f;
	margin-left: 4px
}

.gs-patentResult td {
	vertical-align: top
}

.gs-patentResult .gs-patent-number,
.gs-patentResult .gs-publishedDate,
.gs-patentResult .gs-author {
	display: inline
}

.gs-patentResult .gs-image-box {
	padding-right: 8px
}

.gs-patentResult img.gs-image {
	border: 1px solid #7777cc
}

.gs-spelling a {
	color: #0000cc;
	cursor: pointer;
	text-decoration: underline
}

.gsc-control-cse:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.gs-bidi-start-align {
	text-align: left
}

.gs-bidi-end-align {
	text-align: right
}

.gsc-control-cse-zh_CN .gs-snippet b,
.gsc-control-cse-zh_CN .gs-promotion em,
.gsc-control-cse-zh_TW .gs-snippet b,
.gsc-control-cse-zh_TW .gs-promotion em {
	color: #C03;
	font-style: normal;
	font-weight: normal
}

.gsc-snippet-metadata {
	color: #767676;
	vertical-align: top
}

.gsc-role {
	color: #767676
}

.gsc-tel {
	color: #767676
}

.gsc-org {
	color: #767676
}

.gsc-location {
	color: #767676
}

.gsc-rating-bar {
	vertical-align: top;
	display: inline-block;
	width: 64px;
	height: 12px;
	background: transparent url(/uds/css/cse_snippets_stars.png) -65px 0 no-repeat;
	overflow: hidden;
	margin: 2px 0 0 0
}

.gsc-rating-bar span {
	vertical-align: top;
	display: inline-block;
	height: 12px;
	background: transparent url(/uds/css/cse_snippets_stars.png) 0 0 no-repeat;
	padding: 2px 0 0 0
}

.gsc-review-agregate-first-line {
	margin: 0 40px 0 0;
	padding: 6px 0
}

.gsc-review-agregate-odd-lines,
.gsc-review-agregate-even-lines {
	margin: 0 40px 0 0;
	padding: 6px 0;
	border-top: 1px solid #EBEBEB
}

.gsc-reviewer {
	color: #00c
}

.gsc-author {
	color: #00c
}

.gsc-table-result,
.gs-promotion-table {
	border-spacing: 0px
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
	vertical-align: top
}

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell {
	vertical-align: top;
	width: 100%
}

.gsc-table-cell-snippet-open {
	vertical-align: top;
	width: 100%
}

.gsc-preview-reviews li {
	list-style: none;
	width: 90%
}

.gsc-zippy {
	margin: 2px 8px 0px 0px;
	float: right;
	outline: none;
	overflow: hidden;
	height: 14px;
	width: 14px;
	background-position: -19px -5px;
	position: relative;
	top: -6px
}

.gsc-table-cell-snippet-close .gsc-preview-reviews {
	display: none
}

.gsc-table-cell-snippet-close .gsc-zippy {
	background: transparent url(/uds/css/plus_icons.png) -19px -5px no-repeat
}

.gsc-table-cell-snippet-open .gsc-zippy {
	background: transparent url(/uds/css/minus_icons.png) -19px -5px no-repeat
}

.gsc-collapsable {
	cursor: pointer
}

html>body .gsc-inline-block {
	display: -moz-inline-box;
	display: inline-block
}

.gsc-inline-block {
	position: relative;
	display: inline-block
}

* html .gsc-inline-block {
	display: inline
}

*:first-child+html .gsc-inline-block {
	display: inline
}

.gsc-url-top {
	display: none
}

.gsc-url-bottom {
	display: block
}

.gsc-thumbnail-left {
	display: block
}

.gsc-thumbnail-inside {
	display: none
}

.gsc-label-result-main-box-visible {
	position: fixed !important;
	z-index: 100003;
	background-color: #fff;
	width: 400px;
	box-shadow: rgba(0,0,0,0.2) 0px 4px 16px 0px;
	opacity: 1;
	display: block;
	border: none;
	margin: auto;
	-webkit-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-moz-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-ms-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-o-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	border-collapse: separate;
	background: white;
	padding: 30px;
	width: 28%;
	top: 30%;
	left: 35%;
	border: 1px solid rgba(0,0,0,0.333)
}

.gsc-label-result-main-box-invisible {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')
}

.gsc-label-result-url {
	padding-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	color: #008000;
	margin-top: 5px;
	font-size: 13px
}

.gsc-label-result-url-title {
	white-space: nowrap;
	margin-top: 10px;
	font-size: 15px;
	color: #0000CC;
	text-decoration: underline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}

.gsc-label-result-url-heading {
	margin-bottom: 15px
}

.gsc-label-result-labels {
	vertical-align: text-top;
	font-size: 13px;
	color: #000
}

.gsc-label-box {
	margin-top: 5px
}

.gsc-labels-box {
	margin-top: 15px
}

.gsc-label-result-buttons {
	margin-top: 20px
}

.gsc-labels-no-label-div-visible {
	margin-top: 20px
}

.gsc-labels-no-label-div-invisible {
	display: none
}

.gsc-labels-label-div-visible {
	margin-top: 10px
}

.gsc-labels-label-div-invisible {
	display: none
}

.gsc-label-result-form-label {
	margin-right: 20px;
	margin-left: 2px;
	font-size: 13px;
	color: #000;
	vertical-align: text-top
}

.gsc-label-result-form-div {
	margin-top: 5px
}

input.gsc-label-result-label-prefix-visible {
	width: 90%;
	height: 20px;
	margin-top: 10px
}

input.gsc-label-result-label-prefix-invisible {
	display: none
}

.gsc-label-result-label-prefix-error {
	color: red;
	margin-top: 10px
}

.gsc-label-result-label-prefix-error-invisible {
	display: none
}

.gsc-label-result-heading {
	font-size: 17px;
	color: black
}

.gsc-result-label-button {
	background-color: #f5f5f5;
	font-weight: bold;
	border-radius: 2px;
	text-align: center;
	padding: 0 8px;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	height: 29px;
	border: 1px solid #dcdcdc;
	border-color: rgba(0,0,0,0.1);
	color: #444;
	margin-right: 10px;
	width: 72px
}

.gsc-result-label-save-button {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8)
}

.gsc-add-label-error {
	color: red;
	padding-top: 20px
}

.gsc-add-label-error-invisible {
	display: none
}

.gsc-label-results-close-btn-visible {
	display: block;
	opacity: 0.7
}

.gsc-label-result-saving-popup {
	font-size: 13px;
	-webkit-transition: opacity 218ms;
	-moz-transition: opacity 218ms;
	-o-transition: opacity 218ms;
	transition: opacity 218ms;
	border-width: 1px;
	height: 14px;
	opacity: 1;
	padding: 6px 16px;
	background-color: #f9edbe;
	border-color: #f0c36d;
	color: #333;
	position: fixed !important;
	top: 10%;
	left: 45%;
	border-style: solid;
	border-radius: 2px
}

.gsc-label-result-saving-popup-invisible {
	display: none
}

.gsc-richsnippet-popup-box {
	position: fixed !important;
	z-index: 100003;
	background-color: #fff;
	width: 400px;
	box-shadow: rgba(0,0,0,0.2) 0px 4px 16px 0px;
	opacity: 1;
	display: block;
	border: none;
	margin: auto;
	-webkit-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-moz-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-ms-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	-o-box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	box-shadow: 0px 3px 10px rgba(34,25,25,0.4);
	border-collapse: separate;
	background: white;
	padding: 30px;
	width: 25%;
	top: 15%;
	left: 25%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 65%;
	width: 50%;
	padding: 30px;
	padding-bottom: 10px
}

.gsc-richsnippet-popup-box-invisible {
	display: none
}

.gsc-richsnippet-showsnippet-label {
	color: #000099;
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px
}

.gsc-richsnippet-individual-snippet-box {
	border: 1px solid #ebebeb;
	padding: 15px;
	margin-bottom: 20px
}

.gsc-richsnippet-individual-snippet-key {
	font-size: 14px;
	padding: 1px 0 6px;
	color: #000099
}

.gsc-richsnippet-popup-box-title {
	padding-bottom: 20px;
	font-size: 15px
}

.gsc-richsnippet-popup-box-title-text {
	color: #404040;
	display: inline
}

.gsc-richsnippet-popup-box-title-url {
	font-weight: bold;
	color: black;
	display: inline
}

.gsc-richsnippet-individual-snippet-keyelem {
	display: inline;
	font-weight: bold
}

.gsc-richsnippet-individual-snippet-valueelem {
	display: inline-block;
	height: 1.1em;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden
}

.gsc-richsnippet-popup-close-button {
	background-image: url("//www.google.com/images/nav_logo114.png");
	background-repeat: no-repeat;
	background-position: -140px -230px;
	float: right;
	height: 12px;
	width: 12px;
	top: 20px;
	right: 20px;
	cursor: pointer
}

.gsc-richsnippet-popup-box-contents {
	overflow-x: hidden;
	overflow-y: auto;
	height: 88%
}

.searchBlock {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	line-height: 1;
	position: absolute;
	display: none
}

#headerArea input {
	margin: 0;
	padding: 0;
	border: 0px solid #ffffff;
	outline: 0px solid #ffffff
}

.wrap_serch {
	margin: 0;
	padding: 0
}

.wrap_serch img {
	padding: 3px 0 0 0
}

.wrap_serch .globalLink img {
	padding: 3px 7px 0 0
}

.gsib_a {
	padding: 0 !important
}

.gsc-input-box {
	width: calc(100% - 70px);
	border: 1px solid #d9d9d9;
	height: 30px !important;
}

header .gsc-input-box {
	height: 26px !important
}

#gs_id50 {
	margin-top: 2px
}

header #gs_id50 {
	margin-top: 0px
}

.gsc-input {
	width: 90% !important
}

.gsc-search-button-v2 {
	position: absolute;
	top: -2px;
	right: -1px;
	width: 71px !important;
	height: 30px !important;
	padding: 6px 27px;
	min-width: 13px;
	margin-top: 2px;
}

header .gsc-search-button-v2 {
	height: 26px !important
}

header input.gsc-search-button-v2 {
	padding: 5px 27px !important;
}

.gsc-search-button input {
	background: #e4022e !important;
	border: 1px solid #e40229 !important
}

.print_logo {
	display: none
}

@media print, screen and (min-width: 769px) {

.l-hero {
	min-height: 150px
}

.m-001__topbar {
	height: 50px;
	line-height: 50px
}

.m-001__logo {
	padding-right: 20px;
	margin: 0;
	display: inline-block;
	float: right;
	text-align: right
}

.m-001__logo a {
	padding-top: 1px;
	display: block
}

.m-001__logo img {
	/* width: 40%*/
	width: auto;
	height: 36px;
}

.m-001__global {
	display: none
}

.m-001__search {
	display: none
}

.m-001 .DesktopNav {
	width: 100%;
	margin: 0 auto 0;
	background: #fff;
	display: block
}

.m-001 .Inner {
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	background: #fff
}

.m-001 .DesktopNav li {
	padding-left: 0;
	background: none
}

.m-001 .FirstLevel {
	background: #fff;
	padding-left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
	position: relative;
	z-index: 400
}

.m-001 .FirstLevel>li {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	margin-bottom: 0;
	font-feature-settings: "palt"
}

.m-001 .FirstLevel>li.icon {
	float: right
}

.m-001 .FirstLevel>li>a {
	position: relative;
	display: block;
	height: 100%;
	padding-left: 10.8px;
	padding-right: 10.8px;
	line-height: 45px;
	background: #fff;
	color: #737272;
	font-size: 1.6rem;
	text-decoration: none;
	z-index: 400;
	cursor: pointer;
	white-space: nowrap;
}

.m-001 .FirstLevel>li.icon>a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2.4rem
}

.m-001 .FirstLevel>li:hover>a {
	background: #f6f6f6;
	color: #737272
}

.m-001 .FirstLevel>li>ul.SecondLevel {
	visibility: hidden;
	position: absolute;
	top: 45px;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	z-index: 150
}

.m-001 .FirstLevel>li:hover>ul.SecondLevel {
	visibility: visible;
	transition: all .3s
}

.m-001 .FirstLevel>li>ul.SecondLevel>li {
	text-align: left;
	width: 300px;
	height: 35px;
	margin-bottom: 0;
	font-feature-settings: "palt"
}

.m-001 .FirstLevel>li>ul.SecondLevel>li>a {
	position: relative;
	z-index: 150;
	display: block;
	padding: 0 20px;
	line-height: 35px;
	background: #f6f6f6;
	color: #737272;
	font-size: 1.4rem;
	text-decoration: none
}

.m-001 .FirstLevel>li>ul.SecondLevel>li>a:hover {
	background: #efefef;
	color: #737272
}

.m-001 .FirstLevel>li>ul.SecondLevel2Grid {
	visibility: hidden;
	position: absolute;
	top: 45px;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	z-index: 150;
	width: 600px;
}

.m-001 .FirstLevel>li:hover>ul.SecondLevel2Grid {
	visibility: visible;
	transition: all .3s
}

.m-001 .FirstLevel>li>ul.SecondLevel2Grid>li {
	text-align: left;
	width: 300px;
	height: 35px;
	margin-bottom: 0;
	font-feature-settings: "palt";
	float: left;
}

.m-001 .FirstLevel>li>ul.SecondLevel2Grid>li.wide {
	text-align: left;
	width: 600px;
	height: 35px;
	margin-bottom: 0;
	font-feature-settings: "palt";
	float: left;
}

.m-001 .FirstLevel>li>ul.SecondLevel2Grid>li>a {
	position: relative;
	z-index: 150;
	display: block;
	padding: 0 20px;
	line-height: 35px;
	background: #f6f6f6;
	color: #737272;
	font-size: 1.4rem;
	text-decoration: none
}

.m-001 .FirstLevel>li>ul.SecondLevel2Grid>li>a:hover {
	background: #efefef;
	color: #737272
}
	
/*--ThirdLevelの追加 210106--*/
	
.m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left:300px;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	z-index: 150
}

.m-001 .FirstLevel>li:hover>ul.SecondLevel>li:hover>ul.ThirdLevel{
	visibility: visible;
	transition: all .3s
}

.m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel>li{
	text-align: left;
	width: 300px;
	height: 35px;
	margin-bottom: 0;
	font-feature-settings: "palt"
}

.m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel>li>a{
	position: relative;
	z-index: 150;
	display: block;
	padding: 0 20px;
	line-height: 35px;
	background: #f6f6f6;
	color: #737272;
	font-size: 1.4rem;
	text-decoration: none
}

.m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel>li>a:hover {
	background: #efefef;
	color: #737272
}

.m-001 .MenuIcon {
	display: none
}

.searchBlock {
	width: 270px;
	display: block;
	margin-left: 30px;
	margin-top: 5px
}

.searchBlock .gsc-input {
	width: 200px !important;
	margin: 0 !important;
}
}

@media print {

#IncludePageSidebar,
 .l-hero,
 .m-001__navbar,
 .wrap_serch,
 footer {
	display: none
}

.m-001__logo {
	display: block;
	float: left
}

.m-001 {
	position: relative
}

.print_logo {
	display: block;
	padding-bottom: 100px
}
}

.m-003 {
	display: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	left: 50%;
	line-height: 50px;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 60px;
	transform: translate(-50%, 0);
	z-index: 100
}
 .m-003::-webkit-scrollbar {
 -webkit-appearance: none
}
 .m-003::-webkit-scrollbar:vertical {
 width: 12px
}
 .m-003::-webkit-scrollbar:horizontal {
 height: 12px
}
 .m-003::-webkit-scrollbar-thumb {
 background-color: rgba(0,0,0,0.5);
 border-radius: 10px;
 border: 2px solid #ffffff
}
 .m-003::-webkit-scrollbar-track {
 background-color: #ffffff
}

.m-003__inner {
	width: 100%;
	position: relative;
	margin: auto;
	padding: 35px 15px 0;
	background-color: #fff
}

.m-003__row {
	margin-left: -15px;
	margin-right: -15px
}

.m-003__row:after {
	content: " ";
	display: table;
	clear: both
}

.m-003__row:before {
	content: " ";
	display: table
}

.m-003__box {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left
}

.m-003__heading {
	border-bottom: 1px solid #e5e5e6;
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: 2rem
}

.m-003__col {
	position: relative;
	min-height: 1px;
	padding: 0 15px;
	float: left
}

.m-003__link {
	color: #737272;
	display: block;
	text-decoration: none;
	white-space: nowrap
}

.m-003__link:hover,
.m-003__link:focus {
	text-decoration: none;
	color: #e4032e
}

.m-003__image {
	margin-right: 5px;
	vertical-align: middle
}

.m-003__image:hover {
	color: #e4032e
}

.Blackout#RegionBlackout {
	z-index: 95
}

.Blackout {
	cursor: pointer;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 98
}

@media print, screen and (min-width: 769px) {

.m-003 {
	top: 95px;
	position: fixed
}

.m-003__inner {
	max-width: 1000px
}

.m-003__col--1 {
	width: 100%
}

.m-003__col--2 {
	width: 50%
}

.m-003__col--3 {
	width: 33.33333333%;
	line-height: 60px
}

.m-003__box--left {
	width: 66.66666667%
}

.m-003__box--right {
	width: 33.33333333%;
	line-height: 60px
}
}


/* add 2019/06/03 EU style */
.m-004 {
    border-top: 1px solid #e5e5e6;
	margin: auto;
    margin-bottom: 0
}


/* add 2019/06/03 EU style */
@media print, screen and (min-width: 1010px) {
	.m-004 {
		max-width: 1000px;
	}
}


.m-004__body ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.m-004__body li {
	margin-bottom: auto;
	padding-left: 0;
	background: 0
}

.m-004__body--space {
	border-bottom: 1px solid #e5e5e6;
	height: 30px
}

.m-004__body--share {
	padding-top: 30px
}

.m-004__body--connect {
	margin-bottom: 40px;
	padding-top: 30px;
	list-style: none
}

.m-004__body--connect:after {
	content: " ";
	display: table;
	clear: both
}

.m-004__body--connect:before {
	content: " ";
	display: table
}

.m-004__body--connect li {
	padding-left: 0;
	float: left
}

.m-004__body--connect a {
	display: block;
	background: left top no-repeat;
	overflow: hidden;
	width: 23px;
	height: 23px;
	margin-right: 18px;
	text-indent: -999em
}

.m-004__body--connect a.rss {
	background-image: url(/jp/common/img/module/m004/Icon-RSS.png)
}

.m-004__body--connect a.facebook {
	background-image: url(/jp/common/img/module/m004/Icon-Facebook.png)
}

.m-004__body--connect a.linkedIn {
	background-image: url(/jp/common/img/module/m004/Icon-LinkedIn.png)
}

.m-004__body--connect a.email {
	width: 25px;
	background-image: url(/jp/common/img/module/m004/Icon-Email.png)
}

.m-004__body--connect a.youTube {
	width: 25px;
	background-image: url(/jp/common/img/module/m004/Icon-YouTube.png)
}

.m-004__body--connect a.xing {
	width: 23px;
	background-image: url(/jp/common/img/module/m004/Icon-Xing.png)
}

.m-004__body--copy {
	line-height: 26px
}

.m-004__body--sitemap {
	padding: 20px 15px;
	line-height: 30px;
	border-top: 1px solid #e5e5e6
}

.m-004__body--sitemap li {
	display: inline-block;
	padding-right: 20px
}

.m-004__body--sitemap a {
	color: #737272
}

.m-004__body--backtop a {
	display: inline-block;
	overflow: hidden;
	color: #737272;
	line-height: 32px;
	text-indent: -999em;
	background: url(/jp/common/img/module/m004/Icon-ToTop.png) no-repeat left center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000
}

.m-004__heading {
	margin: 0 0 10px
}

@media print, screen and (min-width: 640px) {

.m-004__body--share,
 .m-004__body--space,
 .m-004__body--connect {
	padding-bottom: 45px
}

.m-004__body--copy {
	padding-top: 20px
}

.m-004__body--sitemap {
	padding-left: 45px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: none
}

.m-004__body--sitemap ul {
	line-height: 64px
}

.m-004__body--space {
	border-bottom: none
}

.m-004__body--backtop a {
	display: inline-block;
	padding-left: 32px;
	text-indent: 0;
	position: inherit;
	margin-top: 15px
}
}

.m-006 {
	margin: 0 -15px;
	padding: 15px 0;
	background-color: #e7e7e7
}

.m-006__inner {
	position: relative;
	border-bottom: none
}

.m-006__inner:after {
	content: " ";
	display: table;
	clear: both
}

.m-006__inner:before {
	content: " ";
	display: table
}

.m-006__column {
	display: block;
	width: auto;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px
}

.m-006__column:nth-child(3n+1) {
	clear: both;
	border-left: 0
}

.m-006__overlay {
	position: relative;
	bottom: auto;
	height: auto;
	line-height: 21px;
	padding-top: 12px;
	font-size: 14px;
	background-color: #fff
}

.m-006__body {
	position: relative;
	margin-bottom: 0;
	overflow: visible;
	cursor: pointer
}

.m-006__heading {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px
}

.m-006__content {
	height: auto
}

.m-006__description {
	margin-bottom: 20px
}

.m-006__text {
	margin: 0 0 10px
}

.m-006__text a {
	display: block
}

.m-006__text a strong {
	position: relative;
	top: -0.1em
}

.m-006 img {
	display: none
}

@media print, screen and (min-width: 640px) {

.m-006 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e7e7e7
}

.m-006__inner {
	padding: 15px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	border-bottom: none
}

.m-006__column {
	float: left;
	padding: 12px;
	font-size: 16px;
	margin: 0
}

.m-006__column:nth-child(3n+1) {
	clear: both;
	border-left: 0
}

.m-006__column--3 {
	width: 33.33333333%;
	margin-bottom: 10px;
	border-left: 1px solid #e7e7e7
}

.m-006 img {
	display: block;
	max-width: 100%;
	width: 100%
}

.m-006__body {
	margin-bottom: 64px
}

.m-006__body:hover .m-006__overlay {
	bottom: -64px;
	height: auto
}

.m-006__body:hover .m-006__content {
	height: auto
}

.m-006__none--wrap {
	margin-bottom: 64px
}

.m-006__none {
	margin-top: 10px
}

.m-006__overlay {
	position: absolute;
	bottom: -64px;
	left: 0;
	right: 0;
	height: 64px;
	padding-top: 12px;
	line-height: 19px
}

.m-006__content {
	height: 0;
	overflow: hidden
}
}

.m-007 .TabSet {
	background-color: #e5e5e6;
	margin-bottom: 20px;
	position: relative
}

.m-007 .TabSet .Container {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #cecece;
	padding: 0
}

.m-007 .TabSet .Header {
	overflow: hidden;
	position: relative;
	width: 100%
}

.m-007 .TabSet .Header:before,
.m-007 .TabSet .Header:after {
	content: " ";
	display: table
}

.m-007 .TabSet .Header:after {
	clear: both
}

.m-007 .TabSet .Header:before,
.m-007 .TabSet .Header:after {
	content: " ";
	display: table
}

.m-007 .TabSet .Header:after {
	clear: both
}

.m-007 .TabSet.SingleTab .Header {
	display: none
}

.m-007 .TabSet .Controls {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	float: left;
	line-height: 50px;
	padding: 0 20px
}

.m-007 .TabSet .Controls a {
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	background-position: center center;
	display: block;
	float: left;
	line-height: 0;
	height: 0;
	padding-top: 50px;
	width: 27px
}

.m-007 .TabSet .Controls a.Disabled {
	cursor: default;
	opacity: .2
}

.m-007 .TabSet .Controls a.Previous {
	margin-right: 7px
}

.m-007 .TabSet .TabContainer {
	background-color: #e7e7e7;
	display: inline-block;
	float: left;
	height: 50px;
	position: relative
}

.m-007 .TabSet .TabContainer.Activated {
	overflow: hidden
}

.m-007 .TabSet .TabContainer .Tabs {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap
}

.m-007 .TabSet .TabContainer .Tabs:before,
.m-007 .TabSet .TabContainer .Tabs:after {
	content: " ";
	display: table
}

.m-007 .TabSet .TabContainer .Tabs:after {
	clear: both
}

.m-007 .TabSet .TabContainer .Tabs:before,
.m-007 .TabSet .TabContainer .Tabs:after {
	content: " ";
	display: table
}

.m-007 .TabSet .TabContainer .Tabs:after {
	clear: both
}

.m-007 .TabSet .TabContainer .Tabs>li {
	background: 0;
	margin-bottom: auto;
	padding-left: 0
}

.m-007 .TabSet .TabContainer .Tabs>li {
	background-color: #e7e7e7;
	border-right: 1px solid #d6d5d5;
	cursor: pointer;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 0 18px
}

.m-007 .TabSet .TabContainer .Tabs li.Active {
	background-color: #fff
}

.m-007 .TabSet .TabContainer .Tabs>li.MobilePage {
	background: 0;
	display: none;
	padding: 15px;
	font-size: 1.4rem
}

.m-007 .TabSet .Pages>div {
	display: none;
	padding: 15px
}

.m-007 .TabSet .Pages>div.Active {
	display: block
}

.m-007 .TabSet.TwoTabs .Controls {
	display: none
}

.m-007 .TabSet.TwoTabs .TabContainer {
	display: block;
	float: none;
	width: 100%
}

.m-007 .TabSet.FlipBackground {
	background: url(/jp/common/img/TabBackground-Left.jpg) repeat-y bottom left
}

.m-007 .TabSet.FlipBackground.BackgroundRight {
	background-image: url(/jp/common/img/TabBackground-Right.jpg)
}

.m-007 .TabSet .Controls a.Previous {
	background-image: url(/jp/common/img/Nav_Left.png)
}

.m-007 .TabSet .Controls a.Next {
	background-image: url(/jp/common/img/Nav_Right.png)
}

@media screen and (max-width: 640px) {

.m-007 .TabSet {
	border-bottom: 0
}

.m-007 .TabSet .Header .Controls {
	display: none
}

.m-007 .TabSet .TabContainer {
	background-color: #fff;
	height: auto
}

.m-007 .TabSet .TabContainer .Tabs {
	overflow: visible;
	position: relative;
	white-space: normal;
	left: 0 !important;
}

.m-007 .TabSet .TabContainer .Tabs>li {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left 15px center;
	border-right: 0;
	display: block;
	line-height: 1.5em;
	padding: 10px 0 10px 52px;
	padding-left: 52px;
	width: 100%
}

.m-007 .TabSet .Pages>div {
	background-color: #e7e7e7;
	padding: 15px 0
}

.m-007 .TabSet.TwoTabs .TabContainer .Tabs li {
	width: 100%
}

.m-007 .TabSet .TabContainer .Tabs>li,
 .m-007 .TabSet .TabContainer .Tabs>li {
	background-image: url(/jp/common/img/NavArrow-Down.png)
}

.m-007 .TabSet .TabContainer .Tabs>li.Active,
 .m-007 .TabSet .TabContainer .Tabs>li.Active {
	background-image: url(/jp/common/img/NavArrow-Up.png)
}

.m-007 .TabSet.FlipBackground {
	background-image: none
}

.m-007 .TabSet.FlipBackground.BackgroundRight {
	background-image: none
}

.m-007 .TabSet .Pages>div {
	padding-left: 0;
	padding-right: 0
}

.m-007 .TabSet .TabContainer .Tabs>li th,
 .m-007 .TabSet .TabContainer .Tabs>li td {
	font-size: 1.4rem;
	line-height: 1.38
}
}

@media print {

.m-007 .TabSet .Container {
	border: 0
}

.m-007 .TabSet .Pages>div {
	display: none;
}

.m-007 .TabSet .Pages>div.Active {
 display: block padding: 0
}

.m-007 .Header {
	display: none;
}
}

.m-008 {
	background: #e7e7e7;
	margin: 0 -15px
}

.m-008__inner {
	padding: 30px 20px
}

.m-008 .g-row>div {
	border-bottom: 1px solid #e7e7e7
}

.m-008 .g-row>div:last-child {
	border-bottom: 0
}

.m-008__link {
	width: 100%;
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #fff no-repeat center right 10px;
	background-size: 20px
}

.m-008__link--search {
	background-image: url(/jp/common/img/icon-search.png)
}

.m-008__link--catalog {
	background-image: url(/jp/common/img/icon-catalog.png)
}

.m-008__link--network {
	background-image: url(/jp/common/img/icon-network.png)
}

.l-page-footer .l-section:last-child {
	margin-bottom: 0
}

.nsk_down {
	background-image: url(/jp/common/img/icon-catalog.png);
	width: 13px;
	height: 14px;
	background-size: 13px 14px;
	background-repeat: no-repeat
}

.HomeSearch form {
	margin-top: 0;
	padding: 40px 0;
	overflow: hidden
}

.HomeSearch form span {
	display: block;
	overflow: hidden
}

.HomeSearch form input[type=submit] {
	background: #e4032e url(/jp/common/img/icon_home_search.png) no-repeat center center;
	float: right;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 61px
}

.HomeSearch form input[type=text] {
	background-image: url(/jp/common/img/Icon-Search-InField.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	border: 1px solid #d6d5d5;
	padding: 11px 0 11px 55px;
	width: 100%
}

.wrap_serch_bottom {
	width: 100%;
	padding: 25px 20px
}

.searchBlockBottom {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	position: relative
}

.searchBlockBottom .gsc-input {
	margin-top: 2px !important
}
 .searchBlockBottom .gsc-input:focus::-webkit-input-placeholder {
 color: transparent
}
 .searchBlockBottom .gsc-input:focus:-moz-placeholder {
 color: transparent
}
 .searchBlockBottom .gsc-input:focus::-moz-placeholder {
 color: transparent
}
 .searchBlockBottom .gsc-input:focus:-ms-input-placeholder {
 color: transparent
}

@media print, screen and (min-width: 640px) {

.m-008 {
	margin: 0
}

.m-008 .g-row>div {
	border-right: 1px solid #e7e7e7;
	border-bottom: none;
	display: table
}

.m-008 .g-row>div:last-child {
	border-right: 0
}

.m-008__link {
	line-height: inherit;
	display: table-cell;
	vertical-align: middle
}

.l-page-footer .l-section:last-child {
	margin-bottom: 30px
}
}

.m-009 {
	display: none;
	border-top: 1px solid #e5e5e6;
	margin-bottom: 0
}

.m-009__heading {
	font-size: 2rem;
	line-height: 26px
}

.m-009__heading:first-child {
	margin-top: 1px
}

.m-009__menu {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.m-009__menu ul {
	list-style: none
}

.m-009__menu li {
	background-image: none;
	padding-bottom: 20px;
	padding-left: 0
}

.m-009__menu li.has-children {
	cursor: pointer;
	background: url(/jp/common/img/NavArrow-Down.png) no-repeat left top
}

.m-009__menu li.open {
	cursor: pointer;
	background-image: url(/jp/common/img/NavArrow-Up.png)
}

.m-009__menu li.has-children.active {
	cursor: pointer;
	background-image: url(/jp/common/img/Icon-Up-Form.png)
}

.m-009__menu li a {
	background-position: left top;
	background-repeat: no-repeat;
	color: #737272;
	display: block;
	margin-left: 40px
}

.m-009__menu li a.is-active {
	color: #e4032e
}

.m-009__menu li a.desc {
	background-image: url(/jp/common/img/NavArrow-Down.png)
}

.m-009__menu li a.asc {
	background-image: url(/jp/common/img/NavArrow-Up.png)
}

.m-009__menu li a span {
	color: #e4032e
}

.m-009__menu li ul {
	display: none;
	margin-top: 20px;
	margin-bottom: 0
}

.m-009__menu li ul li {
	background: 0;
	padding-left: 15px;
	padding-bottom: 10px
}

.m-009__menu li ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.m-009__menu li ul li a.active {
	color: #e4032e
}

.m-009__menu li.open ul {
	display: block
}

@media print, screen and (min-width: 640px) {

.m-009 {
	display: block;
	border-top: none
}
}

.m-010 form {
	margin-top: 0;
	overflow: hidden
}

.m-010 form>span {
	display: block;
	overflow: hidden
}

.m-010__search {
	position: relative;
	margin-bottom: 20px
}

.m-010__search button {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto
}

.m-010__input {
	width: 100%;
	margin-bottom: 20px;
	padding: 11px 0 11px 11px;
	border: 1px solid #d6d5d5
}

.m-010__order ul {
	font-size: 0
}

.m-010__order li {
	display: inline-block;
	width: 50%;
	border-right: 1px solid #ffffff
}

.m-010__order li:last-child {
	border-right: none
}

.m-010__order button {
	font-size: 1.4rem;
	width: 100%
}

@media print, screen and (min-width: 640px) {

.m-010__input {
	position: relative;
	margin-bottom: 0
}

.m-010__search button {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 120px
}

.m-010__order li {
	margin-right: 15px;
	display: inline-block;
	width: 120px;
	border-right: 1px solid #ffffff
}

.m-010__order li:last-child {
	border-right: none
}
}

.m-011__header {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5
}

.m-011__company {
	margin-top: 15px;
	margin-bottom: 0
}

.m-011__link {
	margin-top: 10px;
	margin-bottom: 15px
}

.m-011__facility {
	margin-bottom: 10px
}

.m-007 .TabSet .Pages>div .m-011:first-child .m-011__header {
	border-top: none
}

.m-012 {
	margin-bottom: 15px
}

.m-012__item {
	margin-bottom: 15px
}

.m-012__item:last-child {
	margin-bottom: 0
}

.m-012__link {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 0;/*margin-bottom: 3px*/
}

.m-012__text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 4px 0
}

.m-012__footer:after {
	content: " ";
	display: table;
	clear: both
}

.m-012__footer:before {
	content: " ";
	display: table
}

.m-012__date {
	font-size: 1.4rem;
	float: left;
	margin-right: 8px
}

.m-012__inner {
	overflow: hidden
}

.m-012__category {
	font-size: 1.4rem;
	float: left;
	word-break: break-all
}

.m-012__category a {
	display: inline
}

.m-012__category span {
	font-weight: bold
}

@media print, screen and (min-width: 640px) {

[id^="IncludeNews"] .m-012 {
	display: block;
}

.m-012__link {
	font-size: 1.6rem;
	line-height: 1.307692307692308;/*margin-bottom: 8px;*/
}

.m-012__text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 0 15px
}
}

.m-015 {
	margin-bottom: 15px
}

.m-015__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300
}

.m-015__body .m-015__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.m-015__image {
	margin: 2px 0 15px
}

.m-015__image img {
	display: block;
	width: 100%
}

.m-015__text {
	margin-top: 0
}

.m-015__caption {
	padding-top: 5px;
	font-size: 1.2rem
}

@media print, screen and (min-width: 640px) {

.m-015__heading {
	font-size: 1.8rem;
	line-height: 1.333333333333333
}
}

.m-016 {
	margin-bottom: 15px
}

.m-016__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300
}

.m-016__body {
	position: relative
}

.m-016__body .m-016__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.m-016__image {
	margin: 2px 0 15px
}

.m-016__image img {
	display: none;
	width: 100%
}

.m-016__text {
	margin-top: 0
}

.m-016__link a {
	display: block;
	padding-top: 10px;
	text-align: right;
	font-size: 1.4rem
}

@media print, screen and (min-width: 640px) {

.m-016__heading {
	font-size: 1.8rem;
	line-height: 1.333333333333333
}

.m-016__image img {
	display: block
}

.m-016__link a {
	display: block;
	padding-top: 0;
	text-align: right
}
}

.m-017 {
	margin-bottom: 15px
}

.m-017__inner:after {
	content: " ";
	display: table;
	clear: both
}

.m-017__inner:before {
	content: " ";
	display: table
}

.m-017__item {
	margin-bottom: 15px
}

.m-017__item:after {
	content: " ";
	display: table;
	clear: both
}

.m-017__item:before {
	content: " ";
	display: table
}

.m-017__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: none
}

.m-017__image {
	float: left;
	display: none;
	width: 100px;
	height: auto;
	margin: 0 15px 15px
}

.m-017__image img {
	display: none;
	width: 100%;
	height: auto
}

.m-017__text {
	margin-top: 0;
	margin-bottom: 5px
}

.m-017__text a {
	display: inline-block
}

.m-017 label {
	margin-left: 28px;
	font-size: 1.4rem
}

.m-017 input {
	margin-left: 5px;
	vertical-align: -0.2rem
}

@media print, screen and (min-width: 640px) {
	
	.m-017__heading {
		display: block;
		font-size: 1.8rem;
		line-height: 1.333333333333333
	}
	
	.m-017__image {
		display: block
	}
	
	.m-017__image img {
		display: block
	}
	
	.m-017__body {
		margin-left: 130px
	}
}

.m-017B{
	display: flex;
	flex-wrap: wrap;
}

.m-017B .m-017:nth-child(1){
	margin-right: 30px;
}

.m-017B .m-017__item{
	display: flex;
}

.m-017B .m-017__image{
	display: block;
	margin: 0 20px 0 0;
}

.m-017B .m-017__image img{
	display: block;
	min-width: 100px;
}

@media print, screen and (min-width: 880px) {
	.m-017B{
		flex-wrap: nowrap;
	}
}


@media print, screen and (min-width: 640px) {
	.m-017B .m-017__body{
		margin-left: 0px;
	}
}


.m-019 table {
	width: 100%
}

.m-019 caption {
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 15px
}

.m-019 tr {
	display: block;
	padding-bottom: 0
}

.m-019 th {
	display: none;
	vertical-align: middle
}

.m-019 td {
	display: block;
	padding: 5px 0;
	width: 100%;
	border-left-width: 0
}

.m-019 td:before {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom:1;
*display: inline;
	margin-right: 5px;
	color: #888;
	font-weight: normal
}

.m-019 td:before {
	display: inline-block;
 *zoom:1;
*display: inline;
	content: attr(data-th) ":"
}

.m-019 .title {
	margin-top: 15px;
	padding: 10px;
	margin-bottom: 9px;
	border: 1px #e5e5e5 solid;
	text-align: center
}

.m-019 tr:first-child .title {
	margin-top: 0
}

.m-019 .title:before,
.m-019 .empty:before {
	display: none
}

@media print, screen and (min-width: 640px) {

.m-019 {
	display: block
}

.m-019 thead {
	background-color: #5cc;
	color: #fff
}

.m-019 tr {
	display: table-row
}

.m-019 th {
	display: table-cell;
	margin-bottom: 9px;
	padding: 9px 9px;
	background-color: #eeeeee;
	border-left: 1px #e5e5e5 solid;
	font-weight: normal
}

.m-019 th:first-child {
	border-left-width: 0
}

.m-019 tbody {
	vertical-align: top;
	border: 1px #ddd solid
}

.m-019 td {
	display: table-cell;
	width: auto;
	padding: 9px 15px;
	border-left: 1px #ddd solid;
	border-bottom: 1px #ddd solid
}

.m-019 tbody td:first-child {
	border-left-width: 0
}

.m-019 td:before {
	content: none
}

.m-019 .title {
	text-align: left;
	background: none
}
}

.m-020__list {
	font-size: 0
}

.m-020__list:after {
	content: " ";
	display: table;
	clear: both
}

.m-020__list:before {
	content: " ";
	display: table
}

.m-020__item {
	width: 100%;
	padding: 0;
	background: 0;
	display: table;
	vertical-align: middle;
	position: relative;
}

.m-020__link {
	padding: 10px 25px 10px 10px;
	height: 50px;
	border: 1px #e5e5e5 solid;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.4rem;
}

.m-020__link:after {
	font-family: 'FontAwesome';
	content: '\f0da';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px
}

@media print, screen and (min-width: 640px) {
	.m-020__list {
		margin: 0 -5px 15px
	}

	.m-020__item {
		width: 33.3333%;
		padding: 0 5px;
		display: table;
		float: left
	}

	.m-020__link {
		padding: 0 25px 0 10px;
		display: table-cell;
		word-break: break-all;
		max-height: 50px;
		width: 100%;
		vertical-align: middle
	}
}

.m-020b{
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #e4032e;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	width: 50px;
	height: 50px;
	background-color:rgba(231,231,231,0.80);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.m-020b::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #e4032e;
	border-right: solid 2px #e4032e;
	transform: rotate(-45deg);
}

.m-021 .btn{
	white-space: normal;
	}

.m-021__menu{
	display: flex;
	flex-wrap: wrap;
	}

.m-021__menu a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-023 {
	margin-bottom: 15px
}

.m-023__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300
}

.m-023__body:after {
	content: " ";
	display: table;
	clear: both
}

.m-023__body:before {
	content: " ";
	display: table
}

.m-023__body .m-023__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.m-023__image {
	margin: 2px 0 15px
}

.m-023__image img {
	display: block;
	width: 100%
}

.m-023__text {
	margin: 0 0 10px;
	font-size: 1.4rem
}

@media print, screen and (min-width: 640px) {

.m-023__heading {
	font-size: 1.8rem;
	line-height: 1.333333333333333
}

.m-023__image {
	width: 215px;
	margin-bottom: 0;
	overflow: hidden;
	float: left;
	padding: 0 15px 15px 0
}
}

@media print, screen and (min-width: 640px) {

.m-007.show-all .TabSet .Container {
	border: 0 none;
}

.m-007.show-all .TabSet .Controls {
	display: none;
}

.m-007.show-all .TabSet .Header {
	overflow: visible;
}

.m-007.show-all .TabSet .Pages {
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #cecece;
}

.m-007.show-all .TabSet .TabContainer {
	width: 100% !important;
	background: #fff;
}

.m-007.show-all .TabSet .TabContainer {
	height: auto;
}

.m-007.show-all .TabSet .TabContainer .Activated {
	overflow: visible;
}

.m-007.show-all .TabSet .TabContainer .Tabs {
	white-space: normal;
	position: static;
	left: 0 !important;
}

.m-007.show-all .TabSet .TabContainer .Tabs > li {
	margin-right: 5px;
	border: 1px solid #d6d5d5;
	padding: 0 18px 0 28px;
	background-image: url(/jp/common/img/NavArrow-Down02.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
}

.m-007.show-all .TabSet .TabContainer .Tabs > li.Active {
	background-image: url(/jp/common/img/NavArrow-Down02-on.png);
}
}
.m-024__inner {
	margin-bottom: 15px;
    font-size: 0
}

.m-024__inner:after {
    content: " ";
    display: table;
    clear: both
}

.m-024__inner:before {
    content: " ";
    display: table
}

.m-024__button {
    width: 100%;
    padding: 0;
    background: 0;
    display: table;
	text-align: center;
    vertical-align: middle;
    position: relative;
}

.m-024__link {
    padding: 10px 25px 10px 10px;
    height: 50px;
    border: 1px #e5e5e5 solid;
	background-color: #dddddd;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
	text-decoration: none;
}

.m-024__link:hover,.m-024__link:focus,a.m-024__link:hover,a.m-024__link:focus {
    background-color: #cccccc;
	text-decoration: none;
}

.m-024__link:after {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -12px
}

@media print,screen and (min-width: 640px) {
    .m-024__inner {
        margin: 0 -5px 15px
    }
    .m-024__button {
        width: 33.3333%;
        padding: 0 5px;
        display: table;
        float: right;
    }
    .m-024__link {
        padding: 0 25px 0 10px;
        display: table-cell;
        word-break: break-word;
        max-height: 50px;
        width: 100%;
        vertical-align: middle
    }
}

.m-025__inner {
	margin-bottom: 15px;
    font-size: 0
}

.m-025__inner:after {
    content: " ";
    display: table;
    clear: both
}

.m-025__inner:before {
    content: " ";
    display: table
}

.m-025__button {
	margin-top: 0;
    padding: 0;
    background: 0;
    display: table;
    vertical-align: middle;
    position: relative;
}

.m-025__link {
	color: #ffffff;
    padding: 10px 25px 10px 20px;
    height: 50px;
    border: 1px #e4032e solid;
	background-color: #e4032e;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
	text-decoration: none;
}

.m-025__link:hover,.m-025__link:focus,a.m-025__link:hover,a.m-025__link:focus {
    color: #ffffff;
}

.m-025__link:after {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px
}

@media print,screen and (min-width: 640px) {
	.m-025__button {
        display: table;
        float: left;
    }
	
    .m-025__link {
        padding: 0 25px 0 20px;
        display: table-cell;
        word-break: break-word;
        max-height: 50px;
        width: 100%;
        vertical-align: middle
    }
}

.m-026__list {
	display: flex;
	flex-wrap: wrap;
}

.m-026__item {
	padding-left: 0;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: 0;
	margin-left: -1px;
}

.m-026__link {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	text-align: center;
}

.m-026__anchor {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m-026__anchor::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #E4032E;
	border-bottom: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: 0 0 4px 10px;
}

@media print, screen and (min-width: 640px) {
	
}

.m-027 {
	margin-bottom: 15px
}

.m-027__body:after {
	content: " ";
	display: table;
	clear: both
}

.m-027__body:before {
	content: " ";
	display: table
}

.m-027__body .m-027__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.m-027__inner .heading_h3{
	margin-bottom: 20px;
}

.m-027__text {
	margin: 0 0 10px;
	font-size: 1.4rem
}

.m-027__image {
	margin:  0 0 20px 0;
}

.m-027__image img {
	width: 100%;
}

.m-027 .textBox_right{
	padding: 0 0 0 20px;
}

.m-027 .imgBox_left{
	width: 130px;
}

.m-027 .imgBox_CAD{
	width: 130px;
}

.m-027__button {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: 0;
	text-align: left;
	line-height: 20px;
	position: relative;
}

.m-027__link {
	display: inline-block;
	padding-right: 40px;
	background-color: #ffffff;
	color: #e4032e;
	font-size: 1.4rem;
	vertical-align: middle;
	text-decoration: none;
}

.m-027__link:hover,.m-027__link:focus,a.m-027__link:hover,a.m-027__link:focus {
	color: #98021f;
}

.m-027__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 100px;
}

@media print, screen and (max-width: 414px) {
	
	.m-027__inner .box_flex{
		align-items: center;
	}
	
	.m-027__inner .box_flex.mb40 .textBox_right{
		margin-top: 0;
	}
	
	.m-027 .textBox_right{
	padding: 0;
}
	
	.m-027 .imgBox_CAD{
		width: 100%;
	}
}

.m-028__inner {
	margin: 15px 0 15px 0;
	font-size: 0
}

.m-028__inner:after {
	content: " ";
	display: table;
	clear: both
}

.m-028__inner:before {
	content: " ";
	display: table
}

.m-028__button {
	width: 100%;
	padding: 0;
	background: 0;
	display: table;
	vertical-align: middle;
	position: relative;
}

.m-028__link {
	color: #e4032e;
	padding: 10px 25px 10px 20px;
	height: 50px;
	border: 1px #e5e5e6 solid;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.4rem;
	text-decoration: none;
}

.m-028b__link {
	color: #e4032e;
	padding: 10px 25px 10px 20px;
	height: 50px;
	border: 1px #e5e5e6 solid;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.4rem;
	text-decoration: none;
}

.m-028__link:hover,.m-028__link:focus,a.m-028__link:hover,a.m-028__link:focus {
	color: #98021f;
}

.m-028b__link:hover,.m-028b__link:focus,a.m-028b__link:hover,a.m-028b__link:focus {
	color: #98021f;
}

.m-028__link:after {
	font-family: 'FontAwesome';
	content: '\f08e';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px
}

.m-028b__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
}

@media print,screen and (min-width: 640px) {
	.m-028__inner {
	    margin: 15px 0px
	}
	
	.m-028__button {
	    display: table;
	    float: left;
	}
	
	.m-028__link {
	    padding: 0 25px 0 20px;
	    display: table-cell;
	    word-break: break-word;
	    max-height: 50px;
	    width: 100%;
	    vertical-align: middle
	}
	
	.m-028b__link {
	    padding: 0 25px 0 20px;
	    display: table-cell;
	    word-break: break-word;
	    max-height: 50px;
	    width: 100%;
	    vertical-align: middle
	}
}

.m-029 {
	margin: 0 -15px;
	padding: 15px 0;
}

.m-029__inner {
	position: relative;
	border-bottom: none
}

.m-029__inner:after {
	content: " ";
	display: table;
	clear: both
}

.m-029__inner:before {
	content: " ";
	display: table
}

.m-029__column {
	display: block;
	width: auto;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px
}

.m-029__column:nth-child(3n+1) {
	clear: both;
	border-left: 0
}

.m-029__overlay {
	position: relative;
	bottom: auto;
	height: auto;
	line-height: 21px;
	padding-top: 12px;
	font-size: 14px;
	background-color: #fff
}

.m-029__body {
	position: relative;
	margin-bottom: 0;
	overflow: visible;
	cursor: pointer
}

.m-029__heading {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px
}

.m-029__content {
	height: auto
}

.m-029__description {
	margin-bottom: 20px
}

.m-029__text {
	margin: 0 0 10px
}

.m-029__text a {
	display: block
}

.m-029__text a strong {
	position: relative;
	top: -0.1em
}

.m-029 img {
	display: none
}

.m-029__column-sp:nth-child(4n-2) {
	padding-right: 5px;
}

.m-029__column-sp:nth-child(4n) {
	padding-left: 5px;
}

.m-029__column-sp p{
	line-height: 1.4rem;
	margin: 0 0 10px;
}

.m-029__button {
	width: 100%;
	padding: 0;
	background: 0;
	display: table;
	vertical-align: middle;
	position: relative;
}

.m-029__link {
	color: #e4032e;
	padding: 10px 25px 10px 20px;
	height: 50px;
	border: 1px #e5e5e6 solid;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.4rem;
	text-decoration: none;
}

.m-029__link:hover,.m-029__link:focus,a.m-029__link:hover,a.m-029__link:focus {
	color: #98021f;
}

.m-029__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 18px;
}

@media print, screen and (min-width: 415px) {

	.m-029 {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #e7e7e7
	}

	.m-029__inner {
		padding: 15px;
		border: 1px solid #e7e7e7;
		background-color: #fff;
		border-bottom: none
	}

	.m-029__column {
		float: left;
		padding: 12px;
		font-size: 16px;
		margin: 0
	}

	.m-029__column:nth-child(3n+1) {
		clear: both;
		border-left: 0
	}

	.m-029__column--3 {
		width: 33.33333333%;
		margin-bottom: 10px;
		border-left: 1px solid #e7e7e7
	}

	.m-029 img {
		display: block;
		max-width: 100%;
		width: 100%
	}

	.m-029__body {
		margin-bottom: 64px
	}

	.m-029__body:hover .m-029__overlay {
		bottom: -64px;
		height: auto
	}

	.m-029__body:hover .m-029__content {
		height: auto
	}

	.m-029__none--wrap {
		margin-bottom: 64px
	}

	.m-029__none {
		margin-top: 10px
	}

	.m-029__overlay {
		position: absolute;
		bottom: -64px;
		left: 0;
		right: 0;
		height: 64px;
		padding-top: 12px;
		line-height: 19px
	}

	.m-029__content {
		height: 0;
		overflow: hidden
	}
	
	.m-029__button {
	    display: table;
	    float: left;
	}
	
	.m-029__link {
	    padding: 0 25px 0 20px;
	    display: table-cell;
	    word-break: break-word;
	    max-height: 50px;
	    width: 100%;
	    vertical-align: middle
	}
}

.m-030{
	
}

.m-030__inner{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m-030__item{
	flex-basis: calc((100% - 60px)/ 3);
	max-width: calc((100% - 60px)/ 3);
	margin-bottom: 30px;
}

.m-030__item:nth-of-type(1),
.m-030__item:nth-of-type(2),
.m-030__item:nth-of-type(3){
	margin-top: 0;
}

.m-030__item:nth-of-type(3n-1):nth-last-of-type(1){
	margin-right: auto;
	margin-left: 30px;
}

.m-030__item__inner{
	flex-direction: column;
}

.m-030__contents{
	flex-direction: column;
}

.m-030__contents h3{
	margin-top: 10px;
}


.m-030__button {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: 0;
	line-height: 50px;
	position: relative;
}

.m-030__link {
	display: inline-block;
	padding-right: 40px;
	background-color: #ffffff;
	color: #e4032e;
	font-size: 1.4rem;
	vertical-align: middle;
	text-decoration: none;
}

.m-030__link:hover,.m-030__link:focus,a.m-030__link:hover,a.m-030__link:focus {
	color: #98021f;
}

.m-030__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 100px;
}

@media print, screen and (max-width: 414px) {
	.m-030__inner{
		flex-direction: column;
	}
	
	.m-030__item{
		flex-direction: column;
		margin-left: 0px;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.m-030__item:nth-of-type(3n-1):nth-last-of-type(1){
		margin-left: 0px;
	}
	
	.m-030__item__inner{
		flex-direction: row;
	}
	
	.m-030__contents{
		
	}
	
	.m-030__image{
		margin-top: 2px;
		margin-right: 20px;
	}
	
	.m-030__image img{
		max-width: 157px;
	}
	
	.m-030__button {
	
	}
	
	.m-030__link {
	   
	}
}

.m-031{
	
}

.m-031__inner{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m-031__item{
	flex-basis: calc((100% - 90px)/ 4);
	max-width: calc((100% - 90px)/ 4);
	margin-bottom: 30px;
}

.m-031__item:nth-of-type(1),
.m-031__item:nth-of-type(2),
.m-031__item:nth-of-type(3),
.m-031__item:nth-of-type(4){
	margin-top: 0;
}

.m-031__item:nth-of-type(4n-1):nth-last-of-type(1),
.m-031__item:nth-of-type(4n-2):nth-last-of-type(1){
	margin-right: auto;
	margin-left: 30px;
}

.m-031__item:nth-of-type(4n-2):nth-last-of-type(2){
	margin-right: 0;
	margin-left: 30px;
}

.m-031__contents{
	flex-direction: column;
}

.m-031__contents h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.m-031__button {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: 0;
	line-height: 20px;
	position: relative;
}

.m-031__link {
	display: inline-block;
	padding-right: 40px;
	background-color: #ffffff;
	color: #e4032e;
	font-size: 1.4rem;
	vertical-align: middle;
	text-decoration: none;
}

.m-031__link:hover,.m-031__link:focus,a.m-031__link:hover,a.m-031__link:focus {
	color: #98021f;
}

.m-031__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 100px;
}

@media print, screen and (max-width: 414px) {
	.m-031__inner{
		flex-direction: column;
	}
	
	.m-031__item{
		flex-direction: column;
		margin-bottom: 10px;
		margin-left: 0;
		flex-basis: 100%;
		max-width: 100%;;
	}
	
	.m-031__item:nth-of-type(4n-1):nth-last-of-type(1),
	.m-031__item:nth-of-type(4n-2):nth-last-of-type(1){
		margin-right: 0;
		margin-left: 0;
	}

	.m-031__item:nth-of-type(4n-2):nth-last-of-type(2){
		margin-right: 0;
		margin-left: 0;
	}
	
	.m-031__contents{
		
	}
	
	.m-031__button {
		height: 50px;
		line-height: 50px;
	}
	
	.m-031__link {
		width: 100%;
		padding-right: 0;
		padding-left: 20px;
		border: 1px #e5e5e6 solid;
	}
	
	.m-031__link:hover,.m-031__link:focus,a.m-031__link:hover,a.m-031__link:focus {
		color: #98021f;
	}

	.m-031__link:after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #E4032E;
		border-right: 2px solid #E4032E;
		transform: rotate(45deg);
		margin: auto;
		top: 0;
		bottom: 0;
		right: 18px;
		left: auto;
	}
}


/* TCI作業分 */
/* 共通エリア */
.m-008__innertab {
	background: #fff;
}


.m-021 {
	position: relative;
}

.m-021 .btn {
	white-space: normal;
}

.m-021__menu.pull-contents {
	position: absolute;
	display: block;
	width: 160px;
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	top: 49px;
	left: -2px;
	opacity: 0;
	z-index: -10;
}

.m-021__menu.pull-contents.is-active {
	opacity: 1;
	z-index: 10;
}

.m-021__menu.pull-contents .btn-year {
	display: block;
	width: 160px;
	padding: 5px 15px;
	background: #F6F6F6;
	color: #737272;
	text-decoration: none;
	cursor: pointer;
}

.m-021__menu.pull-contents .btn-year:hover {
	background: #e5e5e5;
}

.m-021__menu.pull-contents .btn-year:not(:last-of-type) {
	border-bottom: 1px solid #E5E5E6;
}

.m-021__menu--pulldown {
	position: relative;
	padding: 14px;
	border: 1px solid #E4032E;
	color: #E4032E;
	font-size: 14px;
	font-weight: 400;
	width: 160px;
	height: 50px;
	cursor: pointer;
}

.m-021__menu--pulldown:hover {
	color: #98021f;
  text-decoration: underline;
}

.m-021__menu--pulldown.is-active .pulldown__close {
	display: none;
}

.m-021__menu--pulldown.is-active .pulldown__open {
	display: flex;
}

.m-021__menu--pulldown .pulldown__close {
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 1;
}

.m-021__menu--pulldown .pulldown__close::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #E4032E;
	border-bottom: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: 0 0 4px 0;
}

.m-021__menu--pulldown .pulldown__open {
	display: none;
	justify-content: space-between;
	align-items: center;
	display: none;
}

.m-021__menu--pulldown .pulldown__open::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #E4032E;
	border-top: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: 4px 0 0 0;
}

.m-018__inner a.tech_j-download {
	position: relative;
	display: inline-block;
	width: 130px;
	padding: 7px 0 7px 30px;
	border: 1px solid #E4032E;
	letter-spacing: 1px;
}
.m-018__inner a.tech_j-download::before {
	content: '';
	position: absolute;
	display: inline-block;
	background: url(/jp/common/img/Icon-Download.png) no-repeat left center;
	margin: 0 10px 0 0;
	width: 14px;
	height: 14px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}

.m-021__menu--pulldown.tech {
	margin: 5px 0 40px 0;
}

.tab-content.newslist .tab-pane.panel-body {
	padding: 40px 0 15px 0;
}

.heading.heading--02.heading--border.noBorder {
	font-weight: bold;
}

.heading.heading--02.heading--border.noBorder:after {
	border-bottom: none;
	width: 0px;
}

.category__radio {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.category__radio li {
	background: none;
	padding: 0;
	margin: 0 20px 10px 0;
}

.category__radio li input[type=radio] {
	position: relative;
	left: 0;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	cursor: pointer;
	outline: none;
	background: #fff;
	border: 1px solid #cfd8dc;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
	cursor: pointer;
}

.category__radio li input[type=radio]:checked::before {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: "";
	background: #E4032E;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.category__radio li label {
	font-weight: 400;
	cursor: pointer;
	margin: 0;
}

.category__radio li input[type=radio]#company:checked .m-012__item {
	display: none;
}

.category__radio li input[type=radio]#company:checked .m-012__item.company {
	display: block;
}

.m-012__footer {
	margin: 0 0 5px 0;
}

.m-012__item.flex {
	display: flex;
	flex-direction: column-reverse;
	margin: 0 0 30px 0;
}

.is-sp {
	display: none;
}

/* topのボタンエリア */
.m-008__inner.m-topbutton__inner {
	padding: 10px 15px 15px;
}
.m-link__iconArea.topbutton-products {
	padding: 8px 8px 8px 2px;
}
.m-link__iconArea.topbutton-products img {
	width: 38px;
	height: 38px;
}

/* footerの共通ボタン */
.g-bg-footNav {
	background: #fff;
}
.iconConts {
	width: calc((99.99% - 10px) / 3);
	border: 1px solid #E5E5E6 !important;
}
.iconConts:not(:last-of-type) {
	margin: 0 5px 0 0;
}

.m-008__link.icon-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
}

.m-008__link.icon-link:hover {
	color: #737272;
  text-decoration: underline;
}

.m-008__link.icon-link::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 18px;
}
.m-link__iconArea {
	display: flex;
	align-items: center;
	background: #E4022E;
	width: 60px;
	height: 60px;
	padding: 8px;
}
.m-link__iconArea img {
	margin: auto;
}
.icon-link span {
	padding: 0 15px;
	text-align: left;
	color: #737272;
}
.m-012__link.news {
	margin: 0;
}


@media print, screen and (max-width: 768px) {
	.g-bg-footNav {
		background: #E7E7E7;
	}
	.category__radio {
		flex-wrap: wrap;
		margin: 0 0 25px 0;
	}

	.category__radio li {
		padding: 15px 20px 15px 10px;
		border: 1px solid #E5E5E6;
		margin: 0 5px 5px 0 !important;
	}

	.category__radio li[active="true"] {
		background: rgba(255,0,0,0.1);
		border: 1px solid #E4032E;
	}

	.iconConts {
		display: block;
    width: 100%;
	}

	.iconConts:not(:last-of-type) {
		margin: 0 0 10px 0;
	}

	.m-008__innertab {
		padding: 20px 15px;
		background: #E7E7E7;
	}
	.icon-link span {
		font-size: 16px;
	}
}

@media print, screen and (max-width: 414px) {
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}
	.m-021__menu--pulldown.tech {
		margin: 15px 0 40px 0;
	}
	.m-021__menu--pulldown {
		width: 100%;
	}
	.tr_tech_pdfConts {
		display: flex;
		width: 100%;
	}
	.m-021__menu.pull-contents.techJournal, .m-021__menu.newslist {
		width: 100%;
	}
	.m-021__menu.pull-contents .btn-year {
		width: 100%;
		text-align: center;
		padding: 10px 15px;
	}
}