@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	outline: 0;
	border: 0;
	padding: 0;
	color: #4c4c4c;
	font-style: inherit;
	font-weight: inherit;
	font-family: 'Apple TP', 'Helvetica Neue', 'Helvetica',
		'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo',
		'ＭＳ Ｐゴシック', 'Arial', 'Verdana', 'sans-serif';
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
legend {
	display: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a img,
iframe {
	border: none;
}
ul {
	list-style: none;
}
input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
}
input,
select {
	vertical-align: middle;
}
select {
	margin: inherit;
}
button {
	cursor: pointer;
	border: 0;
	background: transparent; /* IE6/7 */
	padding: 0;
}
a:focus {
	outline: none;
}

@font-face {
	src: url('../font/Lato-Light.ttf') format('truetype');
	font-family: 'Lato-Light';
}
@font-face {
	src: url('../font/Lato-Regular.ttf') format('truetype');
	font-family: 'Lato-Regular';
}
@font-face {
	src: url('../font/DIN Alternate Bold.ttf') format('truetype');
	font-family: 'Alternate-Bold';
}
@font-face {
	src: url('../font/Arial.ttf') format('truetype');
	font-family: 'Arial';
}
@font-face {
	src: url('../font/ADAM.CG PRO.otf') format('truetype');
	font-family: 'ADAM-CG-PRO';
}
@font-face {
	src: url('../font/PathwayGothicOne-Regular.ttf') format('truetype');
	font-family: 'PathwayGothicOne-Regular';
}
@font-face {
	src: url('../font/HelveticaNeueLTStd-UltLtCn.otf') format('truetype');
	font-family: 'HelveticaNeueLTStd-UltLtCn';
}
.webFont_PathwayGR {
	font-family: 'PathwayGothicOne-Regular';
}

/* clearfix */
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: '.';
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px; /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear_1px {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
html {
	background-color: #fff;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	position: relative;
	width: 100%;
	min-width: 1380px;
	font-size: 1.2em;
	text-align: center;
}
body * {
	font-size: 1em;
}
.positionSet1 {
	position: relative;
	overflow: hidden;
}
.positionSet2 {
	position: absolute;
	overflow: hidden;
}
.positionSet1 .positionHideImg,
.positionSet2 .positionHideImg {
	position: absolute;
	top: 0;
	left: 0;
}
.positionSet1 .positionText,
.positionSet2 .positionText {
	display: block;
	position: absolute;
	top: 0;
	left: 105%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
}
.positionSet1 .positionBlock,
.positionSet2 .positionBlock {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.noscriptComment01 {
	display: block;
	background: #c00;
	padding: 0.7em 0 0.6em;
	width: 100%;
	color: #fff;
	line-height: 1.1em;
}
a,
a:hover {
	text-decoration: none;
}
a img {
	background: url(../images/common/blank.gif) repeat left top; /* firefox */
}
.animation a,
.animationImg a img,
.animation a:hover,
.animationImg a:hover img {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.underlineDot a {
	border-bottom: 1px #fff dotted;
}
.underlineDot a:hover {
	border-bottom: 1px #333 dotted;
}
/*.animation a:hover { filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;}*/

.listFormat1,
.listFormat2 {
	width: 100%;
}
.listFormat1 li {
	margin-bottom: 0.3em;
	background-image: url(../images/common/ulListIcon01.gif);
	background-position: 4px 0.6em;
	background-repeat: no-repeat;
	padding-left: 16px;
}
.listFormat2 li {
	margin-bottom: 0.3em;
	margin-left: 2em;
	list-style-type: decimal;
	list-style-position: outside;
}
.listFormat1 li.last,
.listFormat2 li.last {
	margin-bottom: 0;
}

.dlList01 dt {
	width: 1.2em;
	line-height: 1.6em;
}
.dlList01 dd {
	margin-top: -1.6em;
	margin-bottom: 0.3em;
	margin-left: 1.2em;
	line-height: 1.6em;
}
.dlList01 dd.last {
	margin-bottom: 0;
}
.asteriskMark {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro',
		'ヒラギノ角ゴ Pro W3', 'Apple TP', 'Helvetica Neue', 'Helvetica',
		'ＭＳ Ｐゴシック', 'Arial', 'Verdana', 'sans-serif';
}

.tableFormat1 {
	width: 100%;
	font-size: 1.3em;
}
.tableFormat1 table {
	border-collapse: collapse;
}
.tableFormat1 th,
.tableFormat1 td {
	vertical-align: middle;
	border: 1px #d8d8d8 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tableFormat1 th {
	line-height: 1.4em;
	text-align: center;
}
.tableFormat1 td {
	line-height: 1.65em;
	text-align: left;
}
.tableFormat1 th p {
	margin-right: 10px;
	margin-left: 10px;
	color: #00aceb;
	font-weight: bold;
	font-size: 1.1em;
}
.tableFormat1 td .tdWrap {
	margin-right: 15px;
	margin-left: 20px;
}
.tableFormat1 td * {
	font-size: 1em;
}

.rakuten {
	position: absolute;
	top: 74px;
	right: 50%;
	margin: 0 -490px 0 0;
	width: 980px;
	text-align: right;
}
.rakuten a:hover img {
	-moz-opacity: 0.5;
	opacity: 0.7;
	filter: alpha(opacity = 50);
}

.globalHeader {
	position: relative;
	z-index: 2;
	background: url(../images/common/line01.gif) repeat-x left bottom;
	width: 100%;
	min-width: 980px;
	height: 175px;
	overflow: visible;
}
.globalHeader .logoArea {
	position: absolute;
	top: 55px;
	left: 50%;
	z-index: 4;
	margin-left: -490px;
	width: 980px;
}
.globalHeader .logoArea * {
	color: #6c6a6a;
	line-height: 1em;
}
.globalHeader .logo {
	float: left;
	width: 128px;
	height: 41px;
}
.globalHeader .logo a:hover img {
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.globalHeader .compName {
	float: left;
	margin-left: 15px;
	padding-top: 1.45em;
	letter-spacing: 0.03em;
	text-align: center;
}
.globalHeader .compName em {
	display: block;
	margin-top: 0.4em;
	font-size: 0.73em;
	font-family: Arial, Helvetica, sans-serif;
}

.globalHeader .langSwitchArea {
}
.globalHeader .langSwitchArea form {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.globalHeader .langSwitch {
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
}
.globalHeader .langSwitchArea .title {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	background-color: #00acec;
	width: 100%;
}
.globalHeader .langSwitchArea .title strong {
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	background: url(../images/common/langSwitch01.gif) no-repeat left top;
	width: 107px;
	height: 19px;
	overflow: hidden;
	text-indent: 110px;
	white-space: nowrap;
}
.globalHeader .langSwitchArea .open .title {
	border-radius: 4px 4px 0 0;
	height: 35px;
}
.globalHeader .langSwitchArea .switchArea {
	margin: auto;
	width: 980px;
	text-align: right;
}
.globalHeader .langSwitchArea .lang {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	display: inline-block;
	transition: 0.3s;
	cursor: pointer;
	text-align: left;
}
.globalHeader .langSwitchArea .lang.cn {
	padding-right: 0;
}
.globalHeader .langSwitchArea .lang.hover {
	background-color: #26b8ef;
}
.globalHeader .langSwitchArea .lang strong {
	margin-left: 15px;
	background: url(../images/common/langarrow.png) no-repeat left center;
	padding-top: 1em;
	padding-bottom: 0.9em;
	padding-left: 10px;
	font-size: 0.95em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
.globalHeader .langSwitchArea .lang.select strong {
	color: #00acec;
}
.globalHeader .langSwitchArea .lang:nth-last-child(1) strong {
	padding-bottom: 1em;
}

.globalMenu {
	display: block;
	position: absolute;
	top: 106px;
	left: 50%;
	z-index: 3;
	margin-left: -490px;
	width: 980px;
	text-align: left;
}
.globalMenu * {
	font-weight: bold;
	font-size: 1.06em;
	letter-spacing: 0.05em;
}
.globalMenu .menu {
	display: inline-block;
	padding-right: 20px;
	line-height: 0;
}
.globalMenu .menu br {
	display: none;
}
.globalMenu .menu a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	display: block;
	transition: 0.3s;
	box-sizing: border-box;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 12px 5px;
}
.globalMenu .menu.active a {
	background-image: url(../images/common/blueUnderline1.gif);
	color: #00acec;
}
.globalMenu .menu a:hover {
	color: #00acec;
}

.globalMenu .recruitBtn {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.97em;
}
.globalMenu .recruitBtn a {
	display: block;
	border-radius: 2px;
	background-image: url(../images/common/recruitIcon01.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #00acec;
	padding-right: 34px;
	padding-left: 24px;
	color: #fff;
	font-size: 1em;
	line-height: 37px;
	line-height: 37px;
	letter-spacing: 0.05em;
}
.globalMenu .recruitBtn a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media screen and (max-width: 1100px) {
	.globalMenu {
		top: 100px;
	}
	.globalMenu .menu a {
		height: 4em;
		line-height: 1.25em;
	}
	.globalMenu .menu:nth-of-type(1) a,
	.globalMenu .menu:nth-of-type(4) a,
	.globalMenu .menu:nth-of-type(5) a {
		line-height: 2.5em;
	}
	.globalMenu .menu br {
		display: block;
	}
}

.globalFooter {
	border-top: 1px #fff solid;
	background: url(../images/common/footerBack2.gif) repeat-x left bottom;
	width: 100%;
	min-width: 980px;
}
.globalFooter .headerContent {
	background: #00acec url(../images/common/footerBack1.gif) repeat-x left bottom;
	width: 100%;
}
.globalFooter .headerContent .logo {
	top: 10px;
	left: 0;
	width: 87px;
	height: 29px;
}
.globalFooter .headerContent .logo a:hover {
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.globalFooter .contentArea,
.globalFooter .headerContent .innerArea {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: left;
}
.globalFooter .headerContent .innerArea {
	padding-top: 19px;
	padding-bottom: 18px;
	overflow: hidden;
}
.globalFooter .headerContent * {
	color: #fff;
}
.globalFooter .headerContent .leftText {
	float: left;
	margin-left: 110px;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}
.globalFooter .headerContent .pageTopScroll {
	float: right;
	margin-right: 10px;
	padding-top: 1px;
}
.globalFooter .headerContent .pageTopScroll a {
	display: block;
	background: url(../images/common/pageTopIcon1.gif) no-repeat left 0.45em;
	padding-left: 19px;
}
.globalFooter .headerContent .pageTopScroll a span {
	font-size: 0.95em;
	letter-spacing: 0.05em;
}
.globalFooter .headerContent .pageTopScroll a:hover {
	-moz-opacity: 0.85;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.globalFooter .headerContent .pageTopScroll a:hover span {
	border-bottom: 1px #fff dotted;
}
.globalFooter .contentArea {
	padding-top: 50px;
	padding-bottom: 55px;
}
.globalFooter .contentArea .innerArea {
	width: 100%;
	overflow: hidden;
}
.globalFooter .contentArea .linkArea1 {
	position: relative;
	float: left;
	background: url(../images/common/linkAreaBack3.gif) repeat-y right top;
	width: 625px;
}
.globalFooter .contentArea .linkArea1 .decoration1,
.globalFooter .contentArea .linkArea1 .decoration2 {
	position: absolute;
	right: 0;
}
.globalFooter .contentArea .linkArea1 .decoration1 {
	top: 0;
}
.globalFooter .contentArea .linkArea1 .decoration2 {
	bottom: 0;
}
.globalFooter .contentArea .link1 {
	float: left;
	margin-right: 12px;
	width: 320px;
}
.globalFooter .contentArea .link1 .left {
	float: left;
	float: right;
	width: 140px;
}
.globalFooter .contentArea .link1 .right {
	width: 160px;
}
.globalFooter .contentArea .link2 {
	float: left;
	width: 140px;
}
.globalFooter .contentArea .link3 {
	float: right;
	width: 140px;
}
.globalFooter .contentArea .linkArea1 li {
	margin-bottom: 0.4em;
	background: url(../images/common/icon02.gif) no-repeat left 0.45em;
	padding-left: 11px;
	line-height: 1.3em;
}
.globalFooter .contentArea .linkArea1 li a {
	border-bottom: 1px #fff dotted;
	color: #999;
}
.globalFooter .contentArea .linkArea1 li a:hover {
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
	border-bottom: 1px #999 dotted;
}
.globalFooter .contentArea .parentName,
.globalFooter .contentArea .snsArea1 .title {
	display: block;
	width: 100%;
	color: #00acec;
	font-size: 1.05em;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
.globalFooter .contentArea .parentName {
	margin-bottom: 0.6em;
}
.globalFooter .contentArea .parentName a {
	border-bottom: 1px #fff dotted;
	color: #00acec;
}
.globalFooter .contentArea .parentName a:hover {
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
	border-bottom: 1px #00acec dotted;
}
.globalFooter .contentArea .parentName.mt01 {
	margin-top: 1.6em;
}

.globalFooter .contentArea .snsArea1 {
	float: right;
	width: 295px;
}
.globalFooter .contentArea .snsArea1 .title {
	display: none;
	margin-bottom: 1em;
	width: 100%;
}
.globalFooter .contentArea .snsArea1 .copyright {
	display: block;
	color: #999;
	font-size: 0.85em;
	line-height: 1.2em; /*padding-top:35px; margin-top:30px; background:url(../images/common/dot02.gif) repeat-x left top;*/
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

.globalFooter .contentArea .snsArea1 ul li {
	float: left;
	padding-right: 10px;
}

.mainContentWrap {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 980px;
}
