
/* common */
@charset "utf-8";

body{
  font-family:"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix:after { content: ""; display: block; clear: both; }

.monaca-top a img:hover {
  opacity: 0.75;
}

/* top-header */

.top-header-wrap {
  width: 100%;
  height: 454px;
  background: url(/img/top/new/top_bg_header.png) repeat-x;
}

.top-header {
  margin: 0 auto;
  width: 960px;
  position: relative;
  z-index: 1;
}

.top-header .browser {
  position: absolute;
  z-index: 12;
  top: 20px;
  left: 49px;
  width: 862px;
  height: 24px;
  background: url(/img/top/new/top_bg_browser.png) no-repeat;
  padding: 20px 30px 0;
  font-size: 12px;
  color: #fff;
}

.top-header h1 {
  position: absolute;
  z-index: 11;
  top: 90px;
  left: 50px;
  width: 347px;
  height: 67px;
  background: url(/img/top/new/top_logo.png) no-repeat;
}

.top-header h1 a {
  width: 347px;
  height: 67px;
  display: block;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
}

.change-lang {
  position: absolute;
  z-index: 10;
  top: 70px;
  right: 60px;
  width: 95px;
}

.change-lang a {
  display: block;
  width: 95px;
  height: 22px;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.change-lang a.btn-en {
  background: url(/img/language/btn-en.png);
}

.change-lang a.btn-ja {
  background: url(/img/language/btn-ja.png);
}

.change-lang a.btn-en:hover {
  opacity: 0.75;
}

.change-lang a.btn-ja:hover {
  opacity: 0.75;
}

.login-form {
  position: absolute;
  z-index: 10;
  top: 100px;
  right: 50px;
  width: 380px;
}

.login-form input {
  border-radius: 3px;
  color: #8e8f8f;
}

.login-form .login-id, .login-form .login-pw {
  width: 124px;
  height: 14px;
  padding: 6px;
  background: #d8dce2;
}

.login-form .login-btn {
  cursor: pointer;
  width: 80px;
  height: 30px;
  border: none;
  background: url(/img/top/new/top_btn_login.png);
}


.login-form .login-btn:hover {
  opacity: 0.75;
}

.login-form p {
  font-size: 12px;
  color: #fff;
  margin: 10px 0 0 0;
}

.login-form a {
  color: #fff;
}

.login-form .nowlogin p {
  text-align: right;
}

.login-form .nowlogin a {
  text-decoration: none;
}

.login-form .nowlogin a:hover {
  text-decoration: underline;
}

.main-img {
  width: 960px;
  height: 454px;
  list-style: none;
  margin-top: -60px;  /* IE以外 */
}

/* top-menu */

.top-menu-wrap {
  width: 100%;
  height: 45px;
  background: #22262e;
  box-shadow: 0 3px 3px #666;
}

.top-menu {
  margin: 0 auto;
  width: 860px;
}

.top-menu ul {
  float: left;
}

.top-menu ul li {
  float: left;
  display: inline;
}

.top-menu ul li a {
  display: block;
  color: #888;
  padding: 0 20px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.top-menu ul li a:hover {
  background: #183d89;
  color: #eee;
}

.top-menu a.acc-btn {
  display: block;
  width: 120px;
  height: 35px;
  text-indent: -9999px;
  background: url(/img/top/new/top_btn_register.en.png);
  float: right;
  margin: 5px 0;
}

.top-menu a.acc-btn:hover {
  opacity: 0.75;
}

/* top-about */

.top-about-wrap {
  width: 100%;
  height: 235px;
  background: #d8dce2;
  box-shadow: 0 1px 35px #666;
}

.top-about {
  margin: 0 auto;
  width: 860px;
}

.top-about ul li {
  margin: 30px 0 0 0;
  width: 258px;
  height: 205px;
  text-align: center;
  list-style: none;
  float: left;
  position: relative;
  z-index: 1;
}

.top-about ul li:nth-child(2) {
  margin: 30px 43px 0;
}

.top-about h3 {
  width: 258px;
  height: 40px;
  margin: 0 0 25px;
  text-indent: -9999px;
}

.top-about h3.en {
  height: 44px;
}

.top-about h3.first  {background: url(/img/top/new/top_txt_about1.en.png) no-repeat center;}
.top-about h3.second {background: url(/img/top/new/top_txt_about2.en.png) no-repeat center;}
.top-about h3.third  {background: url(/img/top/new/top_txt_about3.en.png) no-repeat center;}

.top-about p {
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  text-align: justify;
}

.top-about a {
  font-size: 12px;
  font-weight: bold;
  color: #315da1;
  text-align: right;
  width: 258px;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  bottom: 35px;
  right: 0;
}

.top-about a:hover {
  text-decoration: underline;
}

/* top-cnt */

.top-cnt-wrap {
  width: 100%;
  padding: 45px 0;
  background:
  url(/img/top/new/top_bg_cnt2.png) no-repeat center top,
  url(/img/top/new/top_bg_cnt1.png) repeat-x top,
  #d8dce2;
}

.top-cnt-all {
  margin: 0 auto;
  width: 860px;
}

/* top-cnt-left */

.top-cnt-left {
  width: 560px;
  float: left;
}

.top-cnt-showcase ul {
  list-style: none;
}

.top-cnt-showcase ul li {
  width: 170px;
  height: 220px;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top-cnt-showcase ul li:nth-child(2) {
  margin: 0 25px;
}

.top-cnt-showcase ul li a {
  width: 150px;
  height: 14px;
  display: block;
  background: url(/img/top/new/top_bg_showcase.png) no-repeat left top;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 10px 12px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
}

.top-cnt-showcase ul li a span {
  font-size: 12px;
  padding: 12px 0;
}

.top-cnt-display {
  /* margin: 30px 0 0 0; */ /* top-cnt-showcaseの場合 */
  margin: 0;
  width: 560px;
}

.top-cnt-news div {
  width: 560px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #4a6aa5;
  margin: 22px 0 0 0;
}

.top-cnt-news div h3 {
  width: 80px;
  height: 16px;
  background: url(/img/top/new/top_txt_news.png) no-repeat;
  text-indent: -9999px;
  margin: 13px 0 0 25px;
  float: left;
}

.top-cnt-news div a {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 1px #ccc;
  padding: 0 25px 0 0;
  float: right;
  text-decoration: none;
}

.top-cnt-news div a:hover {
  text-decoration: underline;
}

.top-cnt-news ul {
  background:
  url(/img/top/new/top_bg_arrow1.png) no-repeat 27px top,
  #faf8f5;
  width: 510px;
  border-radius: 5px;
  padding: 15px 25px;
  list-style: none;
}

.top-cnt-news ul li {
  padding: 10px 0 10px 95px;
  text-indent: -71px;
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  border-bottom: 1px dotted #ccc;
  background: url(/img/top/new/top_bg_mark1.png) no-repeat left 10px;
}

.top-cnt-news ul li:last-child {
  border-bottom: none;
}

.top-cnt-news ul li span{
  font-weight: bold;
  padding: 0 10px 0 0;
}

.top-cnt-blog div {
  width: 560px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #4a6aa5;
  margin: 30px 0 0 0;
}

.top-cnt-blog div h3 {
  width: 80px;
  height: 16px;
  background: url(/img/top/new/top_txt_blog.en.png) no-repeat;
  text-indent: -9999px;
  margin: 13px 0 0 25px;
  float: left;
}

.top-cnt-blog div a {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 1px #ccc;
  padding: 0 25px 0 0;
  float: right;
  text-decoration: none;
}

.top-cnt-blog div a:hover {
  text-decoration: underline;
}

.top-cnt-blog ul {
  background:
  url(/img/top/new/top_bg_arrow1.png) no-repeat 27px top,
  #faf8f5;
  width: 560px;
  border-radius: 5px;
  list-style: none;
  padding: 15px 0;
}

.top-cnt-blog ul li {
  margin: 15px 25px;
  font-size: 12px;
  color: #333;
  line-height: 1.2;
}

.top-cnt-blog ul li:last-child {
  border-bottom: none;
}

.top-cnt-blog ul li h4 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 7px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px dotted #ccc;
}

.top-cnt-blog ul li a {
  color: #315da1;
}

.top-cnt-blog ul li p {
  font-size: 10px;
  padding: 0 0 10px 0;
  color: #666;
}

.top-cnt-blog ul li img {
  height: 70px;
}

/* top_cnt_right */

.top-cnt-right {
  width: 250px;
  float: right;
}

.top-cnt-banner {
}

.top-cnt-techinfo {
  width: 250px;
  margin: 7px 0 13px 0;
}

.top-cnt-techinfo h3 {
  width: 250px;
  height: 85px;
  background: url(/img/top/new/top_bg_techinfo.en.png) no-repeat 0 0;
  text-indent: -9999px;
}

.top-cnt-techinfo ul {
  width: 190px;
  height: 157px;
  background: url(/img/top/new/top_bg_techinfo.en.png) no-repeat 0 -85px;
  list-style: none;
  padding: 0 30px;
}

.top-cnt-techinfo ul li a {
  line-height: 31px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background: url(/img/top/new/top_bg_mark2.png) no-repeat 175px 11px;
  width: 185px;
  display: block;
  opacity: 0.7;
  padding: 0 0 0 5px;
}

.top-cnt-techinfo ul li a:hover {
  color: #fff;
  background:
  url(/img/top/new/top_bg_mark2.png) no-repeat 175px 11px,
  rgba(0,0,0,0.1);
  opacity: 1.0;
}

.top-cnt-techinfo p {
  width: 250px;
  height: 65px;
  background: url(/img/top/new/top_bg_techinfo.en.png) no-repeat 0 -242px;
}

.top-cnt-techinfo p a {
  line-height: 65px;
  font-size: 12px;
  color: #cee0f7;
  text-decoration: none;
  padding: 0 0 0 110px;
}

.top-cnt-techinfo p a:hover {
  color: #fff;
}

.top-cnt-release {
  width: 250px;
  margin: 20px 0 1px 0;
  padding: 0 0 30px 0;
  background: #4e4e4e;
  border-radius: 5px;
}

.top-cnt-release h3 {
  width: 250px;
  height: 84px;
  background: url(/img/top/new/top_bg_release.png) no-repeat;
  text-indent: -9999px;
  border-radius: 5px;
}

.top-cnt-release div {
  padding: 0 22px;
  clear: both;
}

.top-cnt-release h4 {
  font-size: 18px;
  color: #fff;
}

.top-cnt-release h4 span {
  font-size: 10px;
}

.top-cnt-release img {
  margin:10px 0 16px;
  border-radius: 3px;
}

.top-cnt-release p {
  font-size: 10px;
  color: #aaa;
  line-height: 1.4;
  padding: 0 0 13px 0;
  border-bottom: 1px dotted #aaa;
  position: relative;
  z-index: 1;
}

.top-cnt-release a {
  font-size: 10px;
  margin: -5px 0 30px 0;
  padding: 0 0 0 10px;
  color: #fff;
  background: #4e4e4e;
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  text-decoration: none;
}
.top-cnt-release a:hover {
  color: #0d93ed;
}

.top-cnt-media {
  width: 250px;
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
  background: #666;
  border-radius: 5px;
}

.top-cnt-media h3 {
  width: 250px;
  height: 84px;
  background: url(/img/top/new/top_bg_media.png) no-repeat;
  text-indent: -9999px;
  border-radius: 5px;
}

.top-cnt-media div {
  padding: 0 22px;
  clear: both;
}

.top-cnt-media h4 {
  font-size: 18px;
  color: #fff;
}

.top-cnt-media img {
  margin:10px 0 16px;
  border-radius: 3px;
}

.top-cnt-media p {
  font-size: 10px;
  color: #aaa;
  line-height: 1.4;
  padding: 0 0 13px 0;
  border-bottom: 1px dotted #aaa;
  position: relative;
  z-index: 1;
}

.top-cnt-media a {
  font-size: 10px;
  margin: -5px 0 30px 0;
  padding: 0 0 0 10px;
  color: #fff;
  background: #666;
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  text-decoration: none;
}
.top-cnt-media a:hover {
  color: #0d93ed;
}
