@charset "utf-8";
/* CSS Document */

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #313131;
}

img {
  outline: none;
  border-style: none;
}

a {
  color: #036eb7;
  /*
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
  */
}

a:visited {
  color: #036eb7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #ff6d00;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


/***** HEADER *****/
header {
  width: 100%;
  margin: 0;
  /*	display: flow-root;*/
}

header #hd-ttl {
  width: 980px;
  margin: 0 auto;
}

header h1 {
  float: left;
  height: 59px;
  margin: 15px;
}

/***** LANGAGE *****/
nav#language-nav {
  float: left;
  margin-top: 22px;
  margin-left: 28px;
  width: 200px;
}

nav#language-nav ul {
  width: 100%;
  /*	display: flow-root;*/
}

nav#language-nav ul li {
  /*	cursor: pointer;*/
  float: left;
}

nav#language-nav ul li a {
  color: #333;
  text-decoration: none;
}

nav#language-nav ul li.link-non span {
  color: #c9c9c9;
  cursor: auto;
}

nav#language-nav ul li.link-act span:hover {
  background-color: #c9c9c9;
  transition: background-color 0.2s ease-out;
}

nav#language-nav ul li.link-atm,
nav#language-nav ul li.link-atm a {
  color: #ff6d00;
}

nav#language-nav ul li.link-atm span:hover {
  background-color: #ffe5ba;
  transition: background-color 0.2s ease-out;
}

/***** LANGAGE *****/
nav#sns-nav {
  float: left;
  margin-left: 28px;
  width: 200px;
  height: 32px;
}

nav#sns-nav a {
  display: grid;
  height: 32px;
  grid-template-columns: 30px 1fr;
  align-items: center;
  text-decoration: none;
}

nav#sns-nav span {
  text-decoration: none;
  margin-top: 5px;
}

/***** MENU *****/
nav#grobal-nav {
  border-top: 1px solid #00a0e8;
  /*	border-bottom: 5px solid #00a0e8;*/
  width: 100%;
}

nav#grobal-nav ul {
  height: 40px;
  /*	display: flow-root;*/
  margin: 0 auto;
  width: 960px;
}

nav#grobal-nav ul li {
  cursor: pointer;
  float: left;
  border-left: 1px solid #00a0e8;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 159px;
}

nav#grobal-nav ul li:first-child {
  margin-left: 0;
}

nav#grobal-nav ul li:last-child {
  width: 158px;
  border-right: 1px solid #00a0e8;
}

nav#grobal-nav ul li:hover {
  background-color: #daf4ff;
}

nav#grobal-nav ul li a {
  display: block;
  width: 100%;
  color: #036eb8;
  text-decoration: none;

  transition: color 0.5s linear;
}

nav#grobal-nav ul li a:hover {
  color: #00a0e8;
  transition: color 0.2s ease-out;
}

nav#grobal-nav-uline {
  background: url("../image/common/menu_uline.png") no-repeat;
  background-size: 100% 5px;
  height: 5px;
  width: 100%;
}


/*****ARTICLE*****/
main {
  margin: 0 auto;
  width: 960px;
}

article {
  display: block;
  /*	display: flow-root;*/
  margin: 0 auto;
  padding: 30px 0 50px;
  overflow: hidden;
  width: 100%;
}

article section {
  /*	display: flow-root;*/
  width: 100%;
}


section .btn {
  color: #fff;
  border: 1px solid orange;
  background-color: orange;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  letter-spacing: 5px;
  text-decoration: none;
  overflow: hidden;
  float: right;
}

section .btn:hover {
  background-color: #fff;
  border: 1px solid orange;
  transition: background-color 0.5s ease-out;
  transition: color 0.5s ease-out;
  transition: border 0.5s ease-out;
  color: orange;
  overflow: hidden;
}

footer {
  background: url("../image/common/bg_footer.png") repeat-y;
  background-size: 100% auto;
  /*	display: flow-root;*/
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100%;
}

footer small {
  font-size: 150%;
  letter-spacing: 2px;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
