@charset "utf-8";
/*************************************************
CSS
/share/v3/css/global.css

*************************************************/
/* setting
-------------------------------------------------- */
body {
  background: #ffffff;
  color: #445566;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
	line-height: 1.75;/*1.8->1.75*/
}

a {
  color: #0099cc;
  text-decoration: none;
}
a:visited {
  color: #006699;
}
a:hover {
  color: #0099cc;
  text-decoration: underline;
}
a:active {
  color: #0099cc;
  text-decoration: underline;
}

a:hover.imageOver {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

/* ============================== clearfix */
/* For modern browsers */
.clr:before,
.mc:before,
.ms:before,
.clr:after,
.mc:after,
.ms:after {
  display: table;
  content: "";
}

.clr:after,
.mc:after,
.ms:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clr {
  zoom: 1;
}

/* wrapper
-------------------------------------------------- */
/* header
-------------------------------------------------- */
#globalHeader {
  border-bottom: 1px solid #dddddd;
}

.globalHeaderInner, #mainContents, #subContents {
  width: 980px;/*960->980*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.globalHeaderInner #hd_logo {
  float: left;
  margin: 33px 0;
  width: 144px;
}

.globalHeaderInner .headerNavArea {
  float: right;
  margin-top: 10px;
  text-align: right;
}

.globalHeaderInner .headerNavArea a {
  color: inherit;
}

.globalHeaderInner .headerNavArea a:hover {
  color: #0099cc;
  text-decoration: none;
}

.globalHeaderInner .headerNavArea .funcNav {
  display: table;
  float: right;
  font-size: 75%;
}

.globalHeaderInner .headerNavArea .funcNav li {
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #dddddd;
  line-height: 1.3;
}

.globalHeaderInner .headerNavArea .funcNav li.funcNavGlobalsite {
  color: #778899;
}
.globalHeaderInner .headerNavArea .funcNav li.funcNavCountry {
  padding-right: 0;
  border-right: 0;
}
.globalHeaderInner .headerNavArea .funcNav li.funcNavLanguage span {
  margin-left: 10px;
  color: #778899;
}
.globalHeaderInner .headerNavArea .funcNav li.funcNavLanguage span:first-child {
  margin-left: 0.2em;
}
.globalHeaderInner .headerNavArea .funcNav li.funcNavLanguage span.current {
  font-weight: bold;
}

.globalHeaderInner .headerNavArea .funcNav li:last-child {
  padding-right: 0;
  border-right: none;
}

.globalHeaderInner #headerNavList {
  display: table;
  font-size: 93.8%;
}

.globalHeaderInner #headerNavList li {
  display: table-cell;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

.globalHeaderInner #headerNavList li:last-child a {
  padding-right: 0;
}

.globalHeaderInner #headerNavList li a {
  display: block;
  padding: 30px 20px 10px;
  font-weight: bold;
}

#globalHeader .NavSmartphonesite {
  background-color: #445566;
  text-align: center;
}

#globalHeader .NavSmartphonesite a {
  display: block;
  padding: 25px;
  text-decoration: none;
  font-size: 300%;
}

#globalHeader .NavSmartphonesite a .icon {
  padding-right: 44px;
  background: url(/share/v3/img/icon_smartphone.png) 100% 50% no-repeat;
  color: #ffffff;
  -webkit-background-size: 30px 55px;
  background-size: 30px 55px;
}


/* contents
-------------------------------------------------- */
#contents {
  margin-top: 20px;
}

/* main contents
-------------------------------------------------- */
/* local navigation */
.localNavArea .subHead {
  font-size: 125%;/*20px*//*137.5->125*/
  font-weight: bold;
}
.localNavArea .subHead a {
  color: inherit;
}
.localNavArea .subHead a:hover {
  color: #778899;
  text-decoration: none;
}
.localNavArea .localNav .localNavList:first-child {
  margin-top: 15px;
}
.localNavArea .localNav .localNavList {
  margin-top: 30px;
}
.localNavArea .localNav .localNavList li {
  position: relative;
  display: inline-block;
  width: 162px;/*159->162*/
  border-right: 1px solid #dddddd;
  font-size: 87.5%;
  vertical-align: middle;
  text-align: center;
}
.localNavArea .localNav .localNavList li:first-child,
.localNavArea .localNav .localNavList li:nth-child(7) {
  /* width: 163px; */
  border-left: 1px solid #dddddd;
}
.localNavArea .localNav .localNavList li:nth-child(1),
.localNavArea .localNav .localNavList li:nth-child(2),
.localNavArea .localNav .localNavList li:nth-child(3),
.localNavArea .localNav .localNavList li:nth-child(4),
.localNavArea .localNav .localNavList li:nth-child(5),
.localNavArea .localNav .localNavList li:nth-child(6) {
	margin-bottom: 30px;
}
.localNavArea .localNav .localNavList li a {
  display: table-cell;
  width: 129px;
  padding: 6px 15px;
  color: inherit;
  line-height: 1.2;
  vertical-align: middle;
}
.localNavArea .localNav .localNavList li:first-child a {
  width: 128px;
}
.localNavArea .localNav .localNavList li a:hover {
  color: #0099cc;
  text-decoration: none;
}
.localNavArea .localNav .localNavList .has-submenu > a:after {
  margin-left: 8px;
  content: url("/share/v3/img/bullet_open@x2.png");
}
.localNavArea .localNav .localNavList .has-submenu ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  opacity: .9;
  z-index: 1000;
}
.localNavArea .localNav .localNavList li.open > ul {
  display:block;
}
.localNavArea .localNav .localNavList .has-submenu li {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
}
.localNavArea .localNav .localNavList .has-submenu li a {
  display: block;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 130px;
}
.localNavArea .localNav .localNavList .has-submenu li a:hover {
  background-color: #dddddd;
}

.localNavArea .subHead .categoryTop {
	margin-right: 30px;
}
.localNavArea .subHead .categoryTop + span {
	color: #b8b9ba;
	font-weight: bold;
}

.contentsBody p, .contentsBody ul, .contentsBody ol, .contentsBody dl {
  margin-top: 40px;
}
.contentsBody ul ul,
.contentsBody ol ol {
  margin-top: 0;
}


/* relatedGamesLink */
.relatedGamesLink {
  margin-top: 0;
}
.relatedGamesLink h2 {
  margin-bottom: 0;
}
.relatedGamesLink .multiColumn2 {
  margin-top: 45px;
}
.relatedGamesLink a {
  display: table;
  width: 470px;
  height: 168px;
  color: #445566;
  border: 1px solid #dddddd;
  background-position: right top;
  background-repeat: no-repeat;
}
.relatedGamesLink a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
.relatedGamesLink a .inner {
  display: table-cell;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: middle;
  background: url(/share/v3/img/bg_bullet_blank_01.png) 451px 3px no-repeat;
}
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .relatedGamesLink a .inner {
      background-image: url(/share/v3/img/bg_bullet_blank_01@x2.png);
      -webkit-background-size: 15px 14px;
      background-size: 15px 14px;
    }
  }

.relatedGamesLink a .inner p {
  margin-top: 0;
  width: 250px;
  font-size: 124%;
  line-height: 1.6;
  color: #445566;
  font-weight: bold;
}
.relatedGamesLink a .inner p span {
  font-size: 85.7%;
  color: #778899;
}

.relatedGamesLink .pokelabo a {
  background-image: url(/share/v3/img/bg_pokelabo.png);
}
.relatedGamesLink .gvr a {
  background-image: url(/share/v3/img/bg_gvr.png);
}
.relatedGamesLink .funplex a {
  background-image: url(/share/v3/img/bg_funplex.png);
}
.relatedGamesLink .explay a {
  background-image: url(/share/v3/img/bg_explay.png);
}
.relatedGamesLink .glossom a {
  background-image: url(/share/v3/img/bg_glossom.png);
}
.relatedGamesLink .gbo a {
  background-image: url(/share/v3/img/bg_gbo.png);
}
.relatedGamesLink .vrworks a {
  background-image: url(/share/v3/img/bg_vrworks.png);
}
.relatedGamesLink .threeMinute a {
  background-image: url(/share/v3/img/bg_3minute.png);
}


/* sub contents
-------------------------------------------------- */
#subContents {/*add*/
	margin-top: 100px;
}

#snsButtonArea {
  overflow: hidden;
  margin-top: 60px;
  text-align: right;
}

.snsButtonList,
.snsButtonList li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.snsButtonList {
  height: 20px;
}

.snsButtonList li {
  margin-right: 4px;
}

.snsButtonList li:last-child {
  margin-right: 0;
}

.snsButtonList li#snsFacebook {
  vertical-align: baseline;
}

/* footer
-------------------------------------------------- */
#directoryLinkWrapper {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
#directoryLinkWrapperInner {
  width: 978px;/*958->978*/
  margin: 0 auto;
  font-size: 87.5%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
#directoryLink {
  float: left;
  width: 900px;
}
#directoryLink ul {
  padding: 11px 19px;
}
#directoryLink li {
  display: inline-block;
  padding-left: 32px;
  background: url(/share/v3/img/bg_directorylink.png) no-repeat 14px 55%;
}
#directoryLink li:first-child {
  background: none;
  padding-left: 0;
}
#directoryLink a {
  color: #0099cc;
}
#directoryLinkWrapper .pageTop {
  float: right;
}
#directoryLinkWrapper .pageTop a {
  border-left: 1px solid #dddddd;
  display: block;
  background: url(/share/v3/img/bt_pagetop.png) no-repeat 0 50%;
  width: 48px;
  height: 48px;
}

#footerSitemap {
  padding-left: 20px;
  padding-right: 20px;
}
#footerSitemapInner {
  width: 940px;/*920->940*/
  padding: 27px 19px 13px;
  margin: 0 auto;
  font-size: 75%;/*12px*/
  border: 1px solid #dddddd;
}
#footerSitemap .category {
  float: left;
  margin-right: 20px;
  width: 172px;/*168->172*/
  line-height: 1.3;
}
#footerSitemap .category:last-child {
  margin-right: 0;
}
#footerSitemap .category:nth-child(5n) {/*add*/
	margin-right: 0;
}
#footerSitemap .category:nth-child(5n+1) {/*add*/
	clear: left;
}
#footerSitemap dt {
  color: #778899;
}
#footerSitemap dt a {
  font-weight: bold;
}
#footerSitemap dd {
  margin-top: 20px;
}
#footerSitemap dd + dt {
	margin-top: 40px;
}
#footerSitemap li {
  margin-bottom: 14px;
}
#footerSitemap li ul {
  margin-top: 14px;
}
#footerSitemap li li {
  background: url(/share/v3/img/bg_footersitemap.png) no-repeat 0 0.6em;
  padding-left: 14px;
}
#footerSitemap a {
  color: #445566;
}

#footerSitemap .relatedLink {
  -webkit-text-size-adjust: 100%;
  margin-top: 23px;
  padding: 24px 4px 0;
  border-top: 1px solid #dddddd;
}
#footerSitemap .relatedLink li {
  float: left;
  margin-right: 20px;
}
#footerSitemap .relatedLink li .icon01 {
	vertical-align: middle;
	padding-left: 10px;
}
#footerSitemap .relatedLink li dt,
#footerSitemap .relatedLink li dd {
	float: left;
	margin: 0;
}
#footerSitemap .relatedLink li dt {
	margin-right: 5px;
}
#footerSitemap .relatedLink li dd {
	margin-right: 20px;
}
#footerSitemap .relatedLink li dd:last-child {
	margin-right: 0;
}

#globalFooter {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #dddddd;
  padding: 22px 0;
  font-size: 87.5%;
}
.globalFooterInner {
  width: 980px;/*960->980*/
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#globalFooter li {
  display: inline-block;
  margin-right: 39px;
}
#globalFooter a {
  color: #445566;
}
#globalFooter .footerNavArea {
  float: left;
  width: 800px;/*550->800*/
}
#globalFooter #copyright {
  float: right;
  color: #778899;
}

/* component
-------------------------------------------------- */
/* Headings
------------------------- */
h1 {
  margin-top: 90px;/*60->90*/
  margin-bottom: 50px;/*60->50*/
  font-weight: bold;
  font-size: 262.5%;/*42px*/
  line-height: 1.2;/*1.2->1.3*/
}

h2 {
  margin-top: 90px;/*60->90*/
  margin-bottom: 40px;/*60->40*/
  color: #778899;
  font-size: 212.5%;/*34px*/
  line-height: 1.3;/*1.2->1.3*/
}

h3 {
  margin-top: 45px;/*40->45*/
  margin-bottom: 30px;/*40->30*/
  font-size: 150%;/*24px*/
  line-height: 1.3;/*1.2->1.3*/
}
h4 {/*add*/
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 112.5%;/*18px*/
  line-height: 1.3;
}

.hasViHeading {
  display: table;
  margin-top: 40px;
  width: 100%;
}
.hasViHeading .viHeading01, .hasViHeading .viHeading02 {
  display: table-cell;
  padding-right: 40px;
  padding-left: 40px;
  height: 260px;
  background: no-repeat 0 0;
  vertical-align: middle;
}
.hasViHeading .viHeading02 {
  color: #ffffff;
}

/* Section
------------------------- */
.sectionInnerLv2 + .sectionInnerLv2 {
  margin-top: 90px;/*80->90*/
}

.sectionInnerLv3 + .sectionInnerLv3 {
  margin-top: 45px;/*60->45*/
}

.sectionInnerLv4 + .sectionInnerLv4 {/*add*/
  margin-top: 35px;
}

/* text
------------------------- */
/* hide text */
.hidetxt, .hd {
  overflow: hidden;
  text-indent: -9999px;
}

.hidetxt a, .hd a {
  overflow: hidden;
}

/* align */
.leftAlign {
  text-align: left !important;
}

.centerAlign {
  text-align: center !important;
}

.rightAlign {
  text-align: right !important;
}

.justifyAlign {
  text-align: justify !important;
}

/* font */
.emphasisText {
  font-weight: bold;
}

.strongText {
  color: #ff4444;
}

.italicText {
  font-style: italic;
}

.codicil {
  margin-top: 60px;
}
.codicil .captionText,
.codicil .contentsBody .captionText,
.codicil .notesText,
.codicil .contentsBody .notesText {
  margin-top: 30px;
}
.codicil *:first-child {
  margin-top: 0;
}

.captionText,
.contentsBody .captionText {
  margin-top: 20px;
  font-size: 87.5%;
  line-height: 1.4;
}
.captionImage .captionText {
	text-align: left;
}
.captionImage ul .captionText {
	text-align: center;
}

.notesText,
.contentsBody .notesText {
  color: #778899;
  font-size: 87.5%;
  line-height: 1.4;
}


/* multi column
------------------------- */
.lc,
.ls {
  float: left;
}

.rc,
.rs {
  float: right;
}

.textImage {
  overflow: hidden;
  margin-top: 40px;
  _zoom: 1;
}
.textImage .imgLeft {
  float: left;
  margin-right: 40px;/*60->40*/
}
.textImage .imgRight {
  float: right;
  margin-left: 40px;/*60->40*/
}
.textImage .text {
  overflow: hidden;
}
.textImage .text p:first-child {
  margin-top: 0;
}

.imageWrap470 {
  width: 470px;/*add*/
}
.imageWrap450 {
  width: 450px;
}
.imageWrap300 {
  width: 300px;/*add*/
}
.imageWrap290 {
  width: 290px;
}
.imageWrap215 {
	width: 215px;/*add*/
}
.imageWrap210 {
  width: 210px;
}

.multiColumn2 {
  margin-top: 0;/*40->0*/
}
.multiColumn2 h3,
.multiColumn2 h4 {/*add*/
	margin-top: 0;
}
.multiColumn2 .lc {
  width: 470px;/*450->470*/
}
.multiColumn2 .rc {
  width: 470px;/*450->470*/
}
.multiColumn2 .lc h3,
.multiColumn2 .rc h3 {
  margin-top: 0;
}
.multiColumn2 .lc .image,
.multiColumn2 .rc .image {
  margin-top: 0;
}
.multiColumn2 + .multiColumn2 h3 {/*add*/
	margin-top: 60px;
}
.multiColumn2 + .multiColumn2 h4 {/*add*/
	margin-top: 45px;
}

.multiColumn3 {
  margin-top: 0;/*40->0*/
}
.multiColumn3 h3,
.multiColumn3 h4 {/*add*/
	margin-top: 0;
}
.multiColumn3 .columnItem {
  float: left;
  margin-right: 40px;/*60->40*/
  width: 300px;/*280->300*/
}
.multiColumn3 .columnItem .image {
  margin-top: 0;
}
.multiColumn3 .columnItem p, .multiColumn3 .columnItem ul, .multiColumn3 .columnItem ol, .multiColumn3 .columnItem dl {
  margin-top: 30px;
}
.multiColumn3 .columnItem:last-child {
  margin-right: 0;
}
.multiColumn3 + .multiColumn3 h3 {/*add*/
	margin-top: 60px;
}
.multiColumn3 + .multiColumn3 h4 {/*add*/
	margin-top: 45px;
}
.multiColumn3 .columnItem .captionText {
  margin-top: 20px;
}

/*
.multiColumn4 {
  margin-top: 40px;
}
.multiColumn4 .columnItem {
  float: left;
  margin-right: 40px;
  width: 215px;
}
.multiColumn4 .columnItem .image {
  margin-top: 0;
}
.multiColumn4 .columnItem p, .multiColumn4 .columnItem ul, .multiColumn4 .columnItem ol, .multiColumn4 .columnItem dl {
  margin-top: 30px;
}
.multiColumn4 .columnItem:last-child {
  margin-right: 0;
}
.multiColumn4 .columnItem .captionText {
  margin-top: 20px;
}
*/


/* list
------------------------- */
.defaultList li + li {
  margin-top: 20px;
}

.squareList {
  padding-left: 20px;
  list-style-type: square;
}

.squareList li + li {
  margin-top: 20px;
}

/* bulletLink
------------------------- */
.indexLinkArea {
  margin-top: 80px;
  position: relative;
}
.indexLinkArea h3 {
  margin-bottom: 20px;
}
.indexLinkArea .bulletLink01 {
  margin-top: 0;
}
.indexLinkArea .bulletLink01 li {
  display: table;
  float: left;
  margin-right: 19px;/*20->19*/
  padding-top: 19px;/*20->19*/
  width: 314px;/*307->314*/
  vertical-align: middle;
}
.indexLinkArea .bulletLink01 li a {
  display: table-cell;
  padding: 10px 44px 10px 15px;
  width: inherit;
  height: inherit;
  border: 1px solid #dddddd;
  background: url(/share/v3/img/bullet_link_01.png) 100% 50% no-repeat;
  vertical-align: middle;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1;
  color: inherit;
}
.indexLinkArea .bulletLink01 li a:hover {
  background-color: #f7f8f9;
  text-decoration: none;
}
.indexLinkArea .bulletLink01 li a .categoryTitle {
  display: block;
  margin-bottom: 6px;
  color: #778899;
  font-weight: normal;
  font-size: 78%;
}
.indexLinkArea .bulletLink01 li:nth-child(1),
.indexLinkArea .bulletLink01 li:nth-child(2),
.indexLinkArea .bulletLink01 li:nth-child(3) {
  padding-top: 0;
}
.indexLinkArea .bulletLink01 li:nth-child(2n) {
  margin-right: 19px;
}
.indexLinkArea .bulletLink01 li:nth-child(3n) {
  margin-right: 0;
}

.otherLinkArea {
  margin-top: 90px;/*80->90*/
  position: relative;
}
.otherLinkArea h3 {
  margin-bottom: 20px;
}
.otherLinkArea .bulletLink01 {
  margin-top: 0;
  padding: 10px;
  background-color: #e7e8e9;
}
.otherLinkArea .bulletLink01 li {
  display: table;
  float: left;
  margin-right: 1px;
  padding-top: 1px;
  width: 319px;/*313->319*/
  vertical-align: middle;
}
.otherLinkArea .bulletLink01 li a {
  display: table-cell;
  padding: 10px 44px 10px 15px;
  width: inherit;
  height: inherit;
  background: #ffffff url(/share/v3/img/bullet_link_01.png) 100% 50% no-repeat;
  vertical-align: middle;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1;
  color: inherit;
}
.otherLinkArea .bulletLink01 li a:hover {
  background-color: #f7f8f9;
  text-decoration: none;
}
.otherLinkArea .bulletLink01 li a .categoryTitle {
  display: block;
  margin-bottom: 6px;
  color: #778899;
  font-weight: normal;
  font-size: 78%;
}
.otherLinkArea .bulletLink01 li:nth-child(1),
.otherLinkArea .bulletLink01 li:nth-child(2),
.otherLinkArea .bulletLink01 li:nth-child(3) {
  padding-top: 0;
}
.otherLinkArea .bulletLink01 li:nth-child(2n) {
  margin-right: 1px;
}
.otherLinkArea .bulletLink01 li:nth-child(3n) {
  margin-right: 0;
  width: 320px;/*312->320*/
}

/* banner
------------------------- */
#bannerArea {
  margin-top: 60px;
}

#bannerArea ul li {
  float: left;
  width: 215px;/*add*/
  margin-top: 19px;
  margin-right: 40px;
}
#bannerArea ul li:nth-child(1),
#bannerArea ul li:nth-child(2),
#bannerArea ul li:nth-child(3),
#bannerArea ul li:nth-child(4) {
  margin-top: 0;
}
#bannerArea ul li:nth-child(4n) {
  margin-right: 0;
}

#bannerArea ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

/* iconList
------------------------- */
/* button
------------------------- */
.buttonMore {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.actionButtonArea {
  margin-top: 40px;
  line-height: 1.2;
  /* primary button */
  /* secondary button */
}
.actionButtonArea .notesText {
  display: block;
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}
.actionButtonArea .actionButton01, .actionButtonArea .disableButton01 {
  display: inline-block;
  margin-top: 0;
  max-width: 280px;
  vertical-align: bottom;
  text-align: center;
}
.actionButtonArea .actionButton01 .buttonTitle, .actionButtonArea .disableButton01 .buttonTitle {
  display: table-cell;
  padding: 15px 30px;
  width: 218px;
  background: #00a0dc url(/share/v3/img/arrow_right_02.png) 100% 50% no-repeat;
  color: #ffffff;
  font-weight: bold;
}
.actionButtonArea .actionButton01 .buttonTitle.externalLink {
  background-image: url(/share/v3/img/bullet_blank_link_02.png) !important;
}
.actionButtonArea .actionButton01 a:hover {
  background-color: #76d1f0;
  text-decoration: none;
}
.actionButtonArea .disableButton01 .buttonTitle {
  background-color: #b8b9ba;
}
.actionButtonArea .actionSecondaryButton01, .actionButtonArea .disableSecondaryButton01 {
  display: inline-block;
  margin-top: 0;
  vertical-align: bottom;
  text-align: center;
}
.actionButtonArea .actionSecondaryButton01 .buttonTitle, .actionButtonArea .disableSecondaryButton01 .buttonTitle {
  display: table-cell;
  padding: 15px 30px;
  max-width: 280px;
  width: 218px;
  border: 1px solid #00a0dc;
  background: #ffffff url(/share/v3/img/arrow_right_03.png) 100% 50% no-repeat;
  color: #0099cc;
}
.actionButtonArea .actionSecondaryButton01 a:hover {
  background-color: #f7f8f9;
  text-decoration: none;
}
.actionButtonArea .disableSecondaryButton01 .buttonTitle {
  border-color: #b8b9ba;
  background-image: url(/share/v3/img/arrow_right_04.png);
  color: #b8b9ba;
}

.actionButtonArea .justWidth .buttonTitle {
  width: auto;
}

/* icon
------------------------- */
a.externalLink {
  background-image: url(/share/v3/img/bullet_blank_link_01.png) !important;
}

a.downloadLink {
  background-image: url(/share/v3/img/bullet_download_link_01.png) !important;
}

/* image
------------------------- */
.captionImage {
  margin-top: 40px;
  text-align: center;
}

.captionImage ul {
  margin-top: 0;
  display: inline-block;
}

.captionImage ul li {
  float: left;
  margin-right: 40px;/*30 -> 40*/
}

.captionImage ul li .image {
  margin-top: 0;
}

.captionImage ul li:last-child {
  margin-right: 0;
}

/* tabs
------------------------- */
#mdTabs {
	width: 980px;
	margin-bottom: 50px;
}
#mdTabs section {
	margin:0;
}
#mdTabs h2 {
	display: none;
}
#mdTabs #tabs04 .sectionInner {
	margin-bottom: 0;
}
#mdTabs ul {
	display: block;
	width: 980px;
	height: 59px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
#mdTabs ul li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#mdTabs ul li a {
	float: left;
	display: block;
	width: 245px;
	height: 47px;
	margin: 0;
	padding: 13px 0 0 0 ;
	text-align: center;
	border-bottom: none;
	font-size: 125%;/*20px*/
	font-weight: bold;
	color: #09c;
	outline: none;
}
#mdTabs ul li.tabBox02,
#mdTabs ul li.tabBox03,
#mdTabs ul li.tabBox04 {
	background: url(/share/v3/img/mdTabs_bgline.gif) no-repeat 0 0;
	margin-left:-1px;
}
#mdTabs ul li.tabBox01 a,
#mdTabs ul li.tabBox02 a,
#mdTabs ul li.tabBox03 a,
#mdTabs ul li.tabBox04 a {
	text-decoration: none;
}
#mdTabs ul li.tabBox02 a,
#mdTabs ul li.tabBox03 a,
#mdTabs ul li.tabBox04 a {
	width: 246px;
}

.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;
	padding: .2em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
}
.ui-state-active,
.ui-widget-content
.ui-state-active,
.ui-widget-header
.ui-state-active {
	background: #fff;
}
.ui-tabs .ui-tabs-nav li.tabBox02,
.ui-tabs .ui-tabs-nav li.tabBox03,
.ui-tabs .ui-tabs-nav li.tabBox04 {
	background: url(/share/v3/img/mdTabs_bgline.gif) no-repeat 0 0;
	margin-left:-1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a#ui-id-1 {
	background: url(/share/v3/img/mdTabs_bgline_01_on.gif) no-repeat 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a#ui-id-2,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a#ui-id-3,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a#ui-id-4 {
	background: url(/share/v3/img/mdTabs_bgline_02_on.gif) no-repeat 0 0;
}
#mdTabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#mdTabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#mdTabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
	color: #456;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs-panel,
.ui-widget-content,
.ui-corner-bottom {
	margin: 0;
	padding: 0;
}
/* label */
.newsTable01 .categoryLabel span {
  width: 60px;
  display: block;
  margin-top: 6px;
  padding: 2px 10px;
  background-color: #778899;
  color: #ffffff;
  font-size: 75%;/*12px*/
  line-height: 1.4;
  text-align: center;
}

/* @media
------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* button link */
  .indexLinkArea .bulletLink01 li a {
    background-image: url(/share/v3/img/bullet_link_01@x2.png);
    -webkit-background-size: 34px 20px;
    background-size: 34px 20px;
  }

  .otherLinkArea .bulletLink01 li a {
    background-image: url(/share/v3/img/bullet_link_01@x2.png);
    -webkit-background-size: 34px 20px;
    background-size: 34px 20px;
  }

  .actionButtonArea .actionButton01 .buttonTitle,
  .actionButtonArea .disableButton01 .buttonTitle {
    background-image: url(/share/v3/img/arrow_right_02@x2.png);
    -webkit-background-size: 28px 12px;
    background-size: 28px 12px;
  }

  .actionButtonArea .actionSecondaryButton01 .buttonTitle,
  .actionButtonArea .disableSecondaryButton01 .buttonTitle {
    background-image: url(/share/v3/img/arrow_right_03@x2.png);
    -webkit-background-size: 22px 12px;
    background-size: 22px 12px;
  }

  .actionButtonArea .disableSecondaryButton01 .buttonTitle {
    background-image: url(/share/v3/img/arrow_right_04@x2.png);
    -webkit-background-size: 22px 12px;
    background-size: 22px 12px;
  }

  /* icon */
  a.externalLink.retina {
    background-image: url(/share/v3/img/bullet_blank_link_01@x2.png) !important;
    -webkit-background-size: 29px 14px !important;
    background-size: 29px 14px !important;
  }
  .actionButtonArea .actionButton01 .buttonTitle.externalLink.retina {
    background-image: url(/share/v3/img/bullet_blank_link_02@x2.png) !important;
    -webkit-background-size: 29px 14px !important;
    background-size: 29px 14px !important;
  }

  a.downloadlLink.retina {
    background-image: url(/share/v3/img/bullet_download_link_01@x2.png) !important;
    -webkit-background-size: 23px 14px !important;
    background-size: 23px 14px !important;
  }

  img.retina[src*="arrow_right_01.png"] {
    content: url(/share/v3/img/arrow_right_01@x2.png);
    width: 7px;
    height: 14px;
  }

  img.retina[src*="icon_blank.png"] {
    content: url(/share/v3/img/icon_blank@x2.png);
    width: 15px;
    height: 14px;
  }

  img.retina[src*="icon_blank_02.png"] {
    content: url(/share/v3/img/icon_blank_02@x2.png);
    width: 12px;
    height: 9px;
  }

  img.retina[src*="icon_mail.png"] {
    content: url(/share/v3/img/icon_mail@x2.png);
    width: 13px;
    height: 14px;
  }

  img.retina[src*="icon_map.png"] {
    content: url(/share/v3/img/icon_map@x2.png);
    width: 9px;
    height: 14px;
  }

  img.retina[src*="icon_download.png"] {
    content: url(/share/v3/img/icon_download@x2.png);
    width: 14px;
    height: 14px;
  }

  img.retina[src*="icon_internallink_down.png"] {
    content: url(/share/v3/img/icon_internallink_down@x2.png);
    width: 13px;
    height: 14px;
  }
  img.retina[src*="arrow_left_01.png"] {
    content: url(/share/v3/img/arrow_left_01@x2.png);
    width: 7px;
    height: 14px;
  }
  img.retina[src*="icon_rss.png"] {
    content: url(/share/v3/img/icon_rss@x2.png);
    width: 15px;
    height: 15px;
  }

  /* footer */
  #directoryLink li {
    background-image: url(/share/v3/img/bg_directorylink@x2.png);
    -webkit-background-size: 5px 9px;
    background-size: 5px 9px;
  }

  #directoryLinkWrapper .pageTop a {
    background-image: url(/share/v3/img/bt_pagetop@x2.png);
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
  }
}
/* margin
-------------------------------------------------- */
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

/* table01
-------------------------------------------------- */
.table01 {
  width: 100%;
}

.table01,
.table01 th,
.table01 td {
  border: solid 1px #b8b9ba;
  padding: 20px 18px;
}

.table01 th {
  width: 283px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.table01 td ul:first-child,
.table01 td ol:first-child,
.table01 td dl:first-child,
.table01 td p:first-child {
  margin-top: 0;
}

/* table02
-------------------------------------------------- */
.table02 {
  width: 100%;
}

.table02,
.table02 th,
.table02 td {
  border: solid 1px #b8b9ba;
  padding: 20px 18px;
}

.table02 th {
  text-align: left;
  vertical-align: top;
}

.table02 td ul:first-child,
.table02 td ol:first-child,
.table02 td dl:first-child,
.table02 td p:first-child {
  margin-top: 0;
}

/* newsTable01
-------------------------------------------------- */
.newsTable01 {
  width: 100%;
}

.newsTable01 tr th,
.newsTable01 tr td {
  padding-top: 30px;
  vertical-align: top;
}

.newsTable01 tr:first-child th,
.newsTable01 tr:first-child td {
  padding-top: 0;
}

.newsTable01 tr th {
  width: 110px;
  text-align: left;
  font-weight: normal;
}

.newsTable01 tr td {
  padding-left: 21px;
}

.newsTable01 tr td strong {
  padding-right: 15px;
}

.newsTable01 .countryLabel {
  width: 56px;
}

.newsTable01 .countryLabel .countryCode {
  display: block;
  margin-top: 6px;
  padding: 0 21px;
  background-color: #778899;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 62.5%;
  line-height: 1.4;
}

.listBullet01 {
  margin-left: 2em;
  list-style: square outside;
}

.listBullet01 li {
  margin-top: 3px;
}

.listBullet01 li:first-child {
  margin-top: 0;
}

.listDecimal01 {
  margin-left: 2em;
  list-style: decimal outside;
}

.listDecimal01 li {
  margin-top: 3px;
}

.listDecimal01 li:first-child {
  margin-top: 0;
}

.icon01 {
  padding-left: 12px;
  vertical-align: baseline;
}

.icon02 {
  padding-left: 12px;
  padding-right: 9px;
  vertical-align: baseline;
}

.icon03 {
  padding-right: 12px;
  vertical-align: baseline;
}

/* newsContents */
#mainContents.newsContents .contentsHeader {
	margin-bottom: 40px;
}
#mainContents.newsContents .contentsHeader h1,
#mainContents.newsContents .contentsHeader time,
#mainContents.newsContents .contentsHeader .companyName,
#mainContents.newsContents .contentsBody .newsEntry {
  margin-right: auto;
  margin-left: auto;
  width: 810px;/*720 -> 810*/
}
#mainContents.newsContents .contentsBody .newsEntry > section h2:first-of-type {
  margin-top: 0;
}
.newsContents .contentsHeader h1 {
  margin-bottom: 30px;
  font-size: 200%;
}
.newsContents .contentsHeader h1 .subHead {
  display: block;
  margin-top: 30px;
  font-size: 56.25%;
  line-height: 1.2;
}
.newsContents .contentsHeader time,
.newsContents .contentsHeader .companyName {
  line-height: 1.2;
}
.newsContents .contentsHeader time {
  display: block;
  text-align: right;
}
.newsContents .contentsHeader .companyName {
  margin-top: 0;
  text-align: right;
}
.newsContents .contentsBody article h2 {
  margin-bottom: 30px;
  font-size: 162.5%;
  color: #445566;
}
.newsContents .contentsBody article h3 {
  font-size: 112.5%;
}
.newsContents .contentsBody p {
  margin-top: 20px;
}
.newsContents .contentsBody .captionImage {
  margin-top: 30px;
}
.newsContents .contentsBody article .additionalArea {
	margin-top: 90px;
	padding-top: 39px;
  border-top: 1px solid #dddddd;
  color: #778899;
}
.newsContents .contentsBody article .additionalArea p:first-child {
	margin-top: 0;
}
.newsContents .contentsBody article .contactArea {
  margin-top: 60px;
  padding: 39px;
  border: 1px solid #dddddd;
}
.newsContents .contentsBody article .contactArea h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.newsContents .contentsBody article .contactArea ul {
  margin-top: 15px;
}
.newsContents .contentsBody article .textImage .imgLeft {
  margin-right: 40px;/*30 -> 40*/
}
.newsContents .contentsBody article .textImage .imgRight {
  margin-left: 40px;/*30 -> 40*/
}

.newsContents .contentsBody article .table01 th {
  width: 203px;
}
.newsContents .contentsBody hr {
	margin: 60px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #dddddd;
}

/* pagination */
.newsContents .pagination {
  margin-top: 60px;
}

.newsContents .pagination ul {
  text-align: center;
}

.newsContents .pagination ul li {
  float: left;
  width: 240px;
}

.newsContents .pagination ul li.backTop {
  width: 238px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.newsContents .pagination ul li a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}

.newsContents .contentsHeader .pagination {
  margin-right: auto;
  margin-left: auto;
  width: 720px;
}

.newsContents .contentsHeader .pagination ul {
  text-align: left;
}

.newsContents .contentsHeader .pagination ul li.backTop {
  border: none;
}


/* emergency
------------------------- */
.emergencyInfo {
  color: #445566;
  padding: 30px 30px 15px;
}
.emergencyInfo h2 {
  margin: 0;
  color: #445566;
  font-size: 150%;/* 24px */
}
.emergencyInfo p {
	margin-top: 20px;
}
.emergencyInfo .newsTable01 {
	margin-top: 40px;
}
.emergencyInfo .buttonMore {
  padding-bottom: 0;
  border-bottom: none;
}

/* level01 */
.emergencyInfo#level01 {
  border: 1px solid #dddddd;
}
.emergencyInfo#level01 .buttonMore {
  border-top: 1px solid #dddddd;
}

/* level02 */
.emergencyInfo#level02 {
  background-color: #e7e8e9;
}
.emergencyInfo#level02 .buttonMore {
  border-top: 1px solid #b8b9ba;
}

/* level03 */
.emergencyInfo#level03 {
  color: #ff5b5b;
  background-color: #ffdfdf;
}
.emergencyInfo#level03 h2 {
  color: #ff5b5b;
}
.emergencyInfo#level03 .buttonMore {
  border-top: 1px solid #ffaaaa;
}
