@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: "Linotype Univers", Helvetica,  Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, ol {
	list-style: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

#header {
	width: 948px;
	margin: 0 auto;
	padding: 70px 30px 80px 30px;
}
.tablet #header {
	position: relative;
	width: calc(100% - 20px);
	padding: 20px 10px;
}

.header_left {
	float: left;
	width: 210px;
}
.tablet .header_left {
	width: 90px;
}
.tablet .header_left img {
	width: 90px;
	height: auto;
}

.header_right {
	float: right;
	width: 734px;
	text-align: right;
}
.tablet .header_right {
	width: calc(100% - 120px);
}

.poland_disp {
	display: none;
}

.header_right .poland_disp {
	display: none;
}

.header_right .search {
	display: inline-block;
	text-align: right;
	width: 200px;
	height: 30px;
}
.tablet .header_right .search {
	display: none;
}

.header_right .search .gsc-control-cse,
.header_right .search .gsc-control-cse-ja,
.header_right .search .gsib_a {
	margin: 0 !important;
	padding: 0 !important;
}

/* テキスト入力フォームとボタンの位置 */
.header_right .search table.gsc-search-box td,
.header_right .search table.gsc-search-box input {
	vertical-align: top !important;
}

/* テキスト入力フォーム */
.header_right .search input[type="text"] {
	border: 1px solid #a9a9a9 !important;
	height: 25px !important;
}

.header_right .search input[type="text"]:focus {
	border: 1px solid #a9a9a9 !important;
	outline: 0;
  /*safariの自動フォーカスを切る */
}

/* テキスト入力フォームの影を消す */
.header_right .search #gsc-iw-id1 {
	border: none !important;
}

/* ボタンの色 */
.header_right .search button.gsc-search-button {
	padding: 6px 10px 6px 10px !important;
	background: #828182 !important;
	background: -ms-linear-gradient(top, #828182 0%, #828182 100%);
  /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828182', endColorstr='#828182',GradientType=0 );
  /* IE6-9 */
	border: 1px solid #a9a9a9 !important;
	cursor: pointer;
}

/* ボタンの位置調整と角丸消し */
.header_right .search .gsc-search-button {
	margin: 0 0 0 -16px !important;
	border-radius: 0;
}

/* 入力時に出る「×」ボタンの位置調整 */
.header_right .search .gsib_b a {
	display: none;
}

.header_right .search form.gsc-search-box {
	margin: 0;
}
.header_right .search .gsib_b {
	display: none;
}

.header_right .select {
	display: inline-block;
	width: 230px;
	text-align: right;
}
.tablet .header_right .select {
	display: none;
}

.header_right .select select {
  /*
  	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
  	background: url(../img/select_arrow.jpg) right no-repeat;
  	text-indent: 0.01px;
  	text-overflow: '';
  	padding: 0 35px 0 0;
  */
	width: 200px;
	padding: 4px 15px 5px 0;
	margin: 10px 0 5px 0;
	color: #999;
}

/*
.header_right select::-ms-expand{
	display: none;
}
*/
.header_right .select option {
	margin-right: 200px;
	font-weight: bold;
}

.header_right .select option.title {
	padding-left: 100px;
}

p.base {
	margin-top: 4px;
}
.tablet p.base {
	position: absolute;
	right: 60px;
	top: 22px;
	margin-top: 0px;
	text-align: right;
}

ul.language {
	margin-top: 4px;
}
.tablet ul.language {
	position: absolute;
	right: 60px;
	top: 42px;
	margin-top: 0px;
	text-align: right;
}

ul.language li {
	border-left: 1px solid #999;
	padding-left: 6px;
	margin-left: 3px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1em;
	font-size: 0.8em;
}

ul.language li:first-child {
	border-left: none;
}

ul.language a:hover {
	color: #000;
}

ul.language .ac {
	font-weight: bold;
}

#sp_menubtn {
	display: none;
}
.tablet #sp_menubtn {
	position: absolute;
	display: block;
	right: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
	padding: 5px;
	cursor: pointer;
	background: #fff;
	z-index: 50;
}

#sp_menubtn span {
	position: absolute;
	width: 30px;
	height: 3px;
	left: 5px;
	background-color: #aaa;
	border-radius: 4px;
	transition: all .4s;
}

#sp_menubtn span:nth-of-type(1) {
	top: 6px;
}

#sp_menubtn span:nth-of-type(2) {
	top: 18px;
}

#sp_menubtn span:nth-of-type(3) {
	bottom: 6px;
}

#sp_menubtn.open span:nth-of-type(1) {
	-webkit-transform: translateY(11.5px) rotate(-45deg);
	-moz-transform: translateY(11.5px) rotate(-45deg);
	-ms-transform: translateY(11.5px) rotate(-45deg);
	transform: translateY(11.5px) rotate(-45deg);
}

#sp_menubtn.open span:nth-of-type(2) {
	opacity: 0;
}

#sp_menubtn.open span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	-moz-transform: translateY(-12px) rotate(45deg);
	-ms-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

#sp_menu {
	display: none;
}
.tablet #sp_menu {
	position: absolute;
	width: auto;
	right: 10px;
	top: 70px;
	padding: 10px;
	border: 2px solid #aaa;
	background: #fff;
	z-index: 100;
	text-align: left;
}
.tablet #sp_menu ul {
	position: relative;
}
.tablet #sp_menu ul li {
	margin-bottom: 5px;
}
.tablet #sp_menu ul li a {
	font-size: 16px;
}
.tablet #sp_menu ul li a.ac {
	font-weight: bold;
}
.tablet #sp_menu ul li ul {
	display: none;
}
.tablet #sp_menu ul li ul li {
	padding-left: 10px;
}
.tablet #sp_menu ul li ul li a {
	font-size: 14px;
}
.tablet #sp_menu .search {
	display: block;
	width: 220px;
	margin: 15px auto 0;
}
.tablet #sp_menu .select {
	display: block;
	width: 220px;
	margin: 5px auto 0;
}
.tablet #sp_menu .select select {
	width: 220px;
}

#mainvisual_content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.tablet #mainvisual_content {
	width: 100%;
}
.tablet #mainvisual_content .bx-wrapper .bx-pager {
	text-align: center;
	bottom: -35px;
}
.tablet #mainvisual_content .bx-wrapper .bx-pager a {
	width: 8px;
	height: 8px;
}
.tablet #mainvisual_content .bx-wrapper ul {
	max-width: 720px;
	margin: 0 auto;
}

#g_menu {
	float: left;
	width: 200px;
	padding-right: 20px;
}
.tablet #g_menu {
	display: none;
	float: none;
	width: 100%;
	padding-right: 0px;
}

.tablet #mainvisual + #g_menu {
	display: block;
}

#g_menu li {
	font-size: 16px;
	margin-bottom: 23px;
	letter-spacing: 1.5px;
	line-height: 1.2;
}
.tablet #g_menu li {
	float: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 0px;
	border-bottom: 1px solid #aaa;
}
.tablet #g_menu li:nth-of-type(1), .tablet #g_menu li:nth-of-type(2) {
	border-top: 1px solid #aaa;
}
.tablet #g_menu li:nth-of-type(2n-1) {
	border-right: 1px solid #aaa;
	width: calc(50% - 1px);
}

#g_menu li, #g_menu li a {
	color: #828182;
}
.tablet #g_menu li, .tablet #g_menu li a {
	display: block;
	text-align: center;
	padding: 10px 0;
}

#g_menu li a:hover, #g_menu li a.ac {
	color: #000;
	text-decoration: none;
}

#g_menu li ul {
	display: none;
	padding: 10px 0 0 15px;
}

#g_menu li ul li {
	font-size: 14px;
	margin-bottom: 15px;
}

#g_menu li ul li ul {
	display: none;
	padding: 5px 0 0 15px;
}

#g_menu li ul li ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

#g_menu li ul li ul li a {
	display: inline-block;
	padding-left: 7px;
	background: url(../jpg/dot01.jpg) no-repeat 0 5px;
}

#g_menu li ul li ul li a:hover, #g_menu li ul li ul li a.ac {
	background: url(../jpg/dot01_ac.jpg) no-repeat 0 5px;
}

#mainvisual {
	float: right;
	width: 720px;
}
.tablet #mainvisual {
	float: none;
	width: 100%;
}

#mainvisual ul li:nth-child(n+2) {
	display: none;
}

#top_content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.tablet #top_content {
	width: 100%;
}

.top_left {
	float: left;
	width: 665px;
	padding-right: 35px;
}
.tablet .top_left {
	float: none;
	width: 100%;
	padding-right: 0px;
}

.top_right {
	float: left;
	width: 240px;
	padding-top: 46px;
}
.tablet .top_right {
	float: none;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.top_left h2 {
	font-size: 26px;
	font-weight: normal;
	color: #999;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
}

.tablet .top_left h2.news {
	text-align: center;
	position: relative;
	cursor: pointer;
}
.tablet .top_left h2.news:after {
	content: "+";
	position: absolute;
	display: block;
	right: 20px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	line-height: 20px;
	font-size: 16px;
}
.tablet .top_left h2.news.open:after {
	content: "-";
}

.top_newsarea {
	border-top: 1px solid #969696;
}
.tablet .top_newsarea {
	display: none;
}

.top_newsarea div.box {
	width: 665px;
	padding: 10px 0;
	border-bottom: 1px solid #969696;
}
.tablet .top_newsarea div.box {
	width: calc(100% - 20px);
	padding: 10px;
}

.top_newsarea div.box p {
	display: table-cell;
	vertical-align: middle;
}
.tablet .top_newsarea div.box p {
	display: block;
}

.top_newsarea div.box p.tag {
	width: 60px;
	font-size: 10px;
	color: #999;
}
.tablet .top_newsarea div.box p.tag {
	float: left;
	width: auto;
}

.top_newsarea div.box p.tag span {
	display: block;
	width: 42px;
	padding: 1px 3px 0 3px;
	text-align: center;
	border: 1px solid #999;
}
.tablet .top_newsarea div.box p.tag span {
	float: left;
}

.top_newsarea div.box p.tag span.new {
	display: block;
	border: none;
	width: 44px;
	padding: 1px 3px 0 3px;
	text-align: center;
	background: #e6e6e6;
}
.tablet .top_newsarea div.box p.tag span.new {
	float: left;
}

.top_newsarea div.box p.date {
	width: 120px;
}
.tablet .top_newsarea div.box p.date {
	float: left;
	padding-left: 15px;
}

.top_newsarea div.box p.tx {
	width: 350px;
	padding-right: 5px;
}
.tablet .top_newsarea div.box p.tx {
	width: 100%;
	padding: 10px 0 0 0;
	margin-bottom: 0;
	clear: both;
}

.top_newsarea div.box p.tx_long {
	width: 485px;
}
.tablet .top_newsarea div.box p.tx_long {
	width: 100%;
	padding: 10px 0 0 0;
	margin-bottom: 0;
	clear: both;
}

.top_newsarea div.box p.img {
	width: 130px;
	text-align: center;
}
.tablet .top_newsarea div.box p.img {
	display: none;
}

p.right_more {
	padding-top: 15px;
	text-align: right;
}
.tablet p.right_more {
	text-align: center;
}

p.right_more a {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	background: #828182;
	text-decoration: none;
}
.tablet p.right_more a {
	padding: 0px 15px;
	font-size: 16px;
}

.sp .top_newsarea + .right_more, .sp .top_productarea + .right_more, .sp .top_recruitarea + .right_more, .sp .top_eventbox + .right_more {
	display: none;
}

p.right_more a:hover {
	color: #fff;
	background: #ccc;
}

.top_column {
	padding-top: 15px;
}
.tablet .top_column {
	display: none;
}

.top_recruitarea {
	float: left;
	width: 315px;
	padding-right: 30px;
}
.tablet .top_recruitarea {
	display: none;
}

.top_recruitbox {
	padding: 0px 10px 0px 10px;
	border: 1px solid #969696;
}

.top_recruitbox h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

.top_recruitbox .box {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #969696;
}

.top_recruitbox .box:last-child {
	border-bottom: none;
}

.top_recruitbox .box ul li {
	padding-left: 7px;
	font-size: 12px;
	background: url(../jpg/dot01_ac.jpg) no-repeat 0 7px;
}

.tablet .top_productarea {
	display: none;
}

.top_productarea .line {
	display: table;
	margin-bottom: 0px;
	position: relative;
}

.top_productarea .border {
	border-right: 10px solid #fff;
}

.top_productarea .line a {
	display: table-cell;
	width: 157px;
	text-decoration: none;
	border: 1px solid #969696;
	vertical-align: middle;
	position: relative;
}

.top_productarea .line a:hover {
	color: #333;
}

.top_productarea .line a.space {
	width: 10px;
	border: none;
}

.top_productarea .box {
	border-right: 10px solid #fff;
}

.top_productarea .line a .black_highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #bbb;
	transition: 0.3s;
	opacity: 0;
}

.top_productarea .line a:hover .black_highlight {
	opacity: 0.5;
}

.top_productarea .box p {
	display: table-cell;
	vertical-align: middle;
}

.top_productarea .box p.img {
	width: 65px;
	padding: 5px 0px 5px 5px;
	text-align: center;
}

.top_productarea .box p.tx {
	padding: 5px 0px 5px 5px;
}

.top_productarea .line.mini .box p.img {
	width: 50px;
}

.top_productarea .line.mini .box p.tx {
	font-size: 10px;
}

.top_eventarea {
	float: left;
	width: 320px;
}
.tablet .top_eventarea {
	display: none;
}

.top_eventbox {
	padding: 0px 10px 0px 10px;
	border: 1px solid #969696;
}

.top_eventbox .box {
	padding-top: 10px;
	border-bottom: 1px solid #969696;
}

.top_eventbox .box:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.top_movarea {
	margin-bottom: 15px;
}

.media_link a {
	display: block;
	width: 240px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #828182;
	font-size: 14px;
}
.tablet .media_link a {
	margin: 0 auto;
}

.media_link a:hover {
	color: #fff;
	background: #ccc;
	text-decoration: none;
}

.top_bnrarea p {
	margin-bottom: 15px;
}

#footer {
	width: 100%;
	min-width: 940px;
}
.tablet #footer {
	min-width: 0px;
}

.footer_link {
	background: #828182;
	text-align: center;
}

.footer_link ul {
	margin-top: 15px;
	padding: 5px 12px 5px 0;
}
.footer_link ul:after {
	content: "";
	clear: both;
	display: block;
}
.tablet .footer_link ul {
	padding: 0;
}

.footer_link ul li {
	border-left: 1px solid #fff;
	padding-left: 12px;
	margin-left: 9px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1em;
	font-size: 0.8em;
}
.tablet .footer_link ul li {
	float: left;
	width: 50%;
	display: block;
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
	border-bottom: 1px solid #fff;
	font-size: 1em;
}
.tablet .footer_link ul li:nth-of-type(2n) {
	width: calc(50% - 1px);
	border-left: 1px solid #fff;
}
.sp .footer_link ul li {
	font-size: 0.8em;
}

.footer_link ul li:first-child {
	border-left: none;
}

.footer_link ul li a {
	color: #fff;
}
.tablet .footer_link ul li a {
	display: block;
	padding: 10px 0;
}

.copyright {
	padding: 25px 0;
}
.tablet .copyright {
	padding: 15px 0;
}

.copyright p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#modal-content {
	display: none;
	width: 660px;
	padding: 30px 40px;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10000;
	background: url(../jpg/bg_map.jpg) no-repeat center center #fff;
}

#modal-content p.lead {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#modal-content div {
	width: 100%;
}

#modal-content div {
	display: table-cell;
	width: 220px;
	padding-top: 10px;
}

#modal-content ul + ul {
	padding-top: 20px;
}

#modal-content ul li {
	margin-bottom: 5px;
	padding-left: 22px;
}

#modal-content ul li.title {
	padding-left: 0px;
	background: none;
	font-weight: bold;
}

#modal-content ul li.Italy {
	background: url(../png/italy.png) 0 2px no-repeat;
}

#modal-content ul li.Spain {
	background: url(../png/spain.png) 0 2px no-repeat;
}

#modal-content ul li.Portugal {
	background: url(../png/portugal.png) 0 2px no-repeat;
}

#modal-content ul li.UnitedKingdomofGreatBritainandNorthernIreland {
	background: url(../png/unitedkingdomofgreatbritainandnorthernireland.png) 0 2px no-repeat;
}

#modal-content ul li.Belgium {
	background: url(../png/belgium.png) 0 2px no-repeat;
}

#modal-content ul li.Benelux {
	background: url(../png/benelux.png) 0 2px no-repeat;
}

#modal-content ul li.Netherlands {
	background: url(../png/netherlands.png) 0 2px no-repeat;
}

#modal-content ul li.Russia {
	background: url(../png/russianfederation.png) 0 2px no-repeat;
}

#modal-content ul li.Poland {
	background: url(../png/poland.png) 0 2px no-repeat;
}

#modal-content ul li.China {
	background: url(../png/china.png) 0 2px no-repeat;
}

#modal-content ul li.India {
	background: url(../png/india.png) 0 2px no-repeat;
}

#modal-content ul li.Indonesia {
	background: url(../png/indonesia.png) 0 2px no-repeat;
}

#modal-content ul li.Japan {
	background: url(../png/japan.png) 0 2px no-repeat;
}

#modal-content ul li.Korea {
	background: url(../png/korea.png) 0 2px no-repeat;
}

#modal-content ul li.Malaysia {
	background: url(../png/malaysia.png) 0 2px no-repeat;
}

#modal-content ul li.Philippines {
	background: url(../png/philippines.png) 0 2px no-repeat;
}

#modal-content ul li.Thailand {
	background: url(../png/thailand.png) 0 2px no-repeat;
}

#modal-content ul li.USA {
	background: url(../png/usa.png) 0 2px no-repeat;
}

#modal-content ul li.others {
	background: none;
}

#modal-content_sp {
	display: none;
	width: 90%;
	height: 100px;
	left: 5%;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 100;
	background: #fff;
	text-align: center;
}

#modal-content_sp p.lead {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#modal-overlay {
	display: none;
	width: 100%;
	height: 120%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	z-index: 90;
}

#pagetop {
	position: fixed;
	width: 35px;
	height: 35px;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
}
.tablet #pagetop {
	right: 10px;
	bottom: 10px;
}

#single_page {
	width: 670px;
	margin: 0 auto;
	padding: 0 20px;
}

.single_logo {
	padding: 60px 0 50px;
}

@media print {
  #pagetop {
		display: none;
  }
}
