@charset "utf-8";
@import url('reset.css');

/* Layout
---------------------------------------------------- */

html,body {
  width: 100%;
  height: 100%;
  color: #555;
  background-color: #fff;
  font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}

#container {
  width: 100%;
  min-height: 100%;
  position: relative;
}

#header {
  margin: 0 auto;
  padding: 20px 0;
  width: 950px;
  position: relative;
  text-align: left;
}

#navigation,
#footer {
  width: 100%;
}

#wrapper {
  margin: 0 0 70px 0
}

#content {
  margin: 0 auto;
  width: 950px;
  overflow: hidden;
  text-align: left;
}

#content .left-navi,
#content .main {
  float: left;
}

#container #footer {
  bottom: 0;
  text-align: center;
}


/* Common Style
------------------------------------------ */

ul,li {
  list-style-type: none;
}

a:link {
  color: #448aca;
  text-decoration: none;
  outline: none;
}

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

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

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

input {
  font-family: "Lucida Grande", "Verdana", "Osaka", "MS UI Gothic", serif;
  outline: none;
}

/* button */
a.button-m {
  width: 350px;
}

a.button-l {
  width: 500px;
}

a.button-orange,
a.button-green {
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 2px;
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}

a.button-orange {
  background-color: #f79256;
}

a.button-green {
  background-color: #87c209;
  box-shadow: 0 3px 0 0 #6c9b07;
}

a.button-orange:hover {
  background-color: #ffa666;
  text-decoration: none;
}

a.button-green:hover {
  background-color: #99c737;
  text-decoration: none;
}

a.button-orange:active,
a.button-green:active {
  position: relative;
  top: 2px;
}

a.button-orange:active {
  box-shadow: 0 1px 0 0 #c67545;
}

a.button-green:active {
  box-shadow: 0 1px 0 0 #6c9b07;
}

/* BreadCrumb */
#container #breadCrumb {
  margin: -5px auto 5px;
  width: 950px;
}

#container #breadCrumb li {
  display: inline;
  font-weight: bold;
}

#container #breadCrumb li span.part {
  margin: 0 2px 0 5px;
  color: #999;
  font-family: monospace;
}

#container #breadCrumb li a,
#container #breadCrumb li span {
  font-weight: normal;
}

/* header */
#header {
  margin: 0 auto;
  padding: 20px 0;
  width: 950px;
  min-height: 58px;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #546ad9;
}

#header a:link,
#header a:visited,
#footer a:link,
#footer a:visited {
  color: white;
}

#header h1 {
  padding: 10px 0 0 190px;
  font-weight: normal;
}

#header h1 a {
  position: absolute;
  top: 20px;
  left: 0;
}

#header h1 span {
  margin-top: 8px;
  display: block;
  color: #87c209;
  font-weight: bold;
  font-size: 1.35em;
}

#header ul.utilities {
  display: inline-flex;
  /* top: 20px; */
  /* right: 0; */
  /* position: absolute; */
}

#header ul.utilities li {
  text-align: center;
  position: relative;
}

#header ul.utilities li:first-child {
  /* margin-right: 20px; */
  display: flex;
  gap: 5px;
}

#header ul.utilities li a {
  font-size: 13px;
  color: #333;
}

#header ul.utilities li a {
  font-size: 13px;
}

#header ul.utilities li a.login {
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  width: 150px;
  margin-bottom: 7px;
  border-radius: 3px
}

#header ul.utilities li:first-child a.login {
  background: #448aca;
}

#header ul.utilities li:first-child a.login:hover {
  background-color: #5897e0;
}

#header ul.utilities li:first-child a.login:active {
  box-shadow: 0 1px 0 0 #2b5882;
  position: relative;
  top: 1px;
}

#header ul.utilities li:last-child a.login {
  background: #536ad9;
}

#header ul.utilities li:last-child a.login:hover {
  background-color: #0020c2;
}

#header ul.utilities li:last-child a.login:active {
  box-shadow: 0 1px 0 0 #6c9b07;
  position: relative;
  top: 1px;
}

#header ul.utilities li a.register {
  color: #448aca;
}

header ul.utilities li a.register:hover,
header ul.utilities li a.register:active {
  text-decoration: underline;
}

/* navigation */
#navigation {
  margin-bottom: 15px;
  background-color: #000;
  text-align: center;
}

#navigation ul {
  margin: 0 auto;
  width: 950px;
}

#navigation ul li {
  padding: 15px;
  display: inline-block;
}

#navigation ul li a {
  color: #fff;
  font-size: 1.2em;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

/* footer */
#footer {
  background-color: #fff;
  z-index: 20;
}

#footer-copy {
  color: #fff;
  background-color: #536ad9;
}

.footer-inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 950px;
  position: relative;
  text-align: left;
}

#footer-copy .footer-inner p {
  padding: 10px 0 0 190px;
  min-height: 48px;
}

#footer-copy .footer-inner p img {
  position: absolute;
  top: 20px;
  left: 0;
}

#footer-copy .footer-inner p span {
  margin-top: 8px;
  display: block;
  font-weight: bold;
  font-size: 1.35em;
}

#footer-copy a#totop {
  padding: 18px 0 17px;
  border-radius: 50px;
  display: block;
  width: 50px;
  position: absolute;
  top: -25px;
  right: 0;
  background-color: #536ad9;
  text-align: center;
  box-shadow: 0 2px 4px rgba(80, 80, 80, .9);
  transition: 0.3s ease-in-out;
}

#footer-copy a#totop:hover {
  background-color: #002cff;
  box-shadow: 0 4px 8px rgba(80, 80, 80, .9);
  text-decoration: none;
}

#footer-copy a#totop:active {
  box-shadow: 0 2px 2px rgba(80, 80, 80, .9);
  text-decoration: none;
}

#footer-contents {
  background-color: #546ad9;
  color: white;
}

#footer-contents .footer-inner {
  padding: 30px 0;
  overflow: hidden;
  display: flex;
}

#footer-contents div.footer-menu {
  margin-right: 10px;
  width: 310px;
  float: left;
}

#footer-contents div.footer-menu dl dt {
  font-weight: bold;
  font-size: 1.35em;
}

#footer-contents div.footer-menu dl dd {
  margin-top: 15px;
  font-size: 1.2em;
}

#footer-contents div.footer-menu dl:first-child dd:last-child {
  margin-bottom: 15px;
}

#facebook {
  width: 310px;
  float: right;
}

#facebook > div {
  margin: 0 auto;
}

#footer-psc .footer-inner {
  min-height: 42px;
}

#footer-psc .footer-inner p.jao {
  position: absolute;
  top: 20px;
  right: 0;
}

/*clearfix */
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

*:first-child+html .clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE6/IE Mac */


/* for SmartPhone
--------------------------------------------------------- */

#forsp {
  display: none;
}
