@charset 'utf-8';
/*=============================================================================*/
/* Index  : common.css                                                         */
/* Author : Gimmick' Code Corp.                                                */
/*=============================================================================*/
/* General */
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  height: auto !important;
  background: #ffffff;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
textarea {
  resize: none;
}
input[type='text'], input[type='password'], select {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  outline: none;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
  -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
a, a:visited {
  text-decoration: none;
  color: #e20a66;
}
a img {
  border: none;
}
a:hover {
  -moz-animation-duration: 1.0s;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -moz-animation-name: flash;
  -webkit-animation-name: flash;
  animation-name: flash;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  filter: alpha( opacity=75 );
  -ms-filter: 'alpha(opacity=75)';
}
hr {
  margin: 5px 0;
  width: 100%;
  border: none;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
table {
  border-collapse: collapse;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Fonts */
body, input, textarea, button, select {
  font-size: 12px;
  font-family: Verdana, '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.5em;
}

/* Header */
header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 74px;
  position: relative;
  border-bottom: 1px solid #a8a8a8;
  background-color: #ffffff;
  z-index: 1;
}
div#header-logo-box {
  margin: 0 0 0 -512px;
  padding: 0;
  width: 1024px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}
div#header-logo-box h1 {
  margin: 0;
  width: 203px;
  height: 74px;
  text-align: center;
}
div#header-description {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 34px;
  background-color: #333333;
}
div#header-description p {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  height: 34px;
  line-height: 34px;
  font-size: 11px;
  color: #ffffff;
  vertical-align: middle;
  text-align: right;
}
div#header-description p img {
  vertical-align: middle;
}

/* Index Page Counter */
div#index-counter-box {
  margin: 0 0 0 -512px;
  padding: 0;
  width: 1024px;
  height: 40px;
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 3;
}
table#index-counter-table {
  margin: 0;
  padding: 0;
  height: 40px;
  list-style: none;
  float: right;
}
table#index-counter-table th,
table#index-counter-table td {
  padding: 5px;
  vertical-align: middle;
}
table#index-counter-table th {
  text-shadow: 0px 1px 1px #f1f1f1;
}
table#index-counter-table th span {
  padding-right: 10px;
  border-right: 3px solid #333333;
}
table#index-counter-table th img {
  vertical-align: middle;
}

/* Page Site Menu */
div#navi-menu-box {
  margin: 0 0 0 -512px;
  padding: 0;
  width: 1024px;
  height: 40px;
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 3;
}
ul#navi-menu {
  margin: 0;
  padding: 0;
  height: 40px;
  list-style: none;
  float: right;
}
ul#navi-menu li {
  width: 90px;
  height: 40px;
  float: left;
  border-right: 1px solid #a8a8a8;
}
ul#navi-menu li.mini {
  width: 45px;
}
ul#navi-menu li.start {
  border-left: 1px solid #a8a8a8;
}

/* Page Wrapper */
div#page-wrapper {
  margin: 0 auto;
  padding: 5px 0;
  width: 1024px;
  min-height: 100%;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  background-color: #ffffff;
  clear: both;
}

/* Bread Crumbs List */
div#breadcrumbs-box {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  height: 30px;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  background-color: #fbfbfb;
  clear: both;
  display: block;
}
ul#breadcrumb {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  background: transparent url('../images/bc_bg.png') repeat-x top left;
  color: #333333;
  overflow: hidden;
}
ul#breadcrumb li {
  padding-left: 10px;
  float: left;
}
ul#breadcrumb a {
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: transparent url('../images/bc_separator.png') no-repeat top right;
  color: #666666;
}
.home {
  margin: 7px 0;
  line-height: 30px;
  vertical-align: middle;
}

/* Base Article */
article.base-article {
  margin: 5px auto;
  padding: 0;
  width: 1004px;
  background-color: #e9eaed;
  border: 1px solid #d2d3d6;
  display: block;
}
article.result-article {
  margin: 5px auto;
  padding: 5px;
  width: 774px;
  border: 1px solid #d2d3d6;
  background-color: #ffffff;
  display: block;
}
article.base-article h2, article.result-article h2 {
  margin: 0 0 5px 0;
  border-bottom: 2px solid #333333;
}
article.base-article h2 img, article.result-article h2 img {
  width: 100%;
  height: 36px;
  vertical-align: bottom;
}

/* Footer */
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #304a6d;
  background-color: rgba(48, 74, 109, .8);
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  clear: both;
}
table#footer-contents {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
}
table#footer-contents th, table#footer-contents td {
  padding: 5px;
}
table#footer-contents th {
  width: 214px;
  vertical-align: top;
}
h2#footer-headline {
  font-size: 12px;
  color: #ffffff;
}
table#footer-contents td {
  width: 790px;
  vertical-align: top;
}
footer ul#footer-menu-nav {
  margin: 0;
  width: 100%;
}
footer ul#footer-menu-nav li {
  margin: 0;
  padding: 0;
  width: 112px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
}
footer ul#footer-menu-nav li span {
  padding-left: 6px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-left: 2px solid #ff7b0a;
}
footer ul#footer-company-nav {
  margin: 0;
  width: 100%;
}
footer ul#footer-company-nav li {
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
}
footer ul#footer-company-nav li.fm1 {
  width: 112px;
}
footer ul#footer-company-nav li.fm2 {
  width: 150px;
}
footer ul#footer-company-nav li span {
  padding-left: 6px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-left: 2px solid #000000;
}
footer ul#footer-company-nav:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
p#footer-img-caution {
  margin: 10px 0;
  width: 100%;
}
p#copyright {
  margin: 0;
  padding: 0;
  height: 34px;
  line-height: 34px;
  background-color: #333333;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}
footer a:visited {
  text-decoration: none;
  color: #ffffff;
}

/* Adsence */
div.ads300-200 {
  margin: 0 auto;
  padding: 0;
  width: 300px;
  height: 275px;
  position: relative;
}
div.ads240-60 {
  margin: 0 auto;
  padding: 0;
  width: 240px;
  height: 60px;
  position: relative;
}
div.ads-msg {
  padding: 5px 10px;
  width: 280px;
  height: 65px;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
  color: #ffffff;
  font-size: 10px;
}
span.ads-author {
  text-align: right;
  font-weight: bold;
  display: block;
}
div.ads-yacha {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 20px;
  background: #ffffff url('../images/info.png') no-repeat 2px center;
  background-color: rgba(255, 255, 255, .8);
  font-size: 10px;
  overflow: hidden;
}
div.ads-yacha:hover {
  width: 170px;
}

/* Page Top Button */
a#page-top-button {
  padding: 20px 10px;
  width: 80px;
  display: block;
  position: fixed;
  bottom: -60px;
  right: 10px;
  background: rgba(0, 0, 0, .7);
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  transition: .5s;
}
a#page-top-button:hover {
  background: rgba(0, 0, 0, .8);
}

/* Animation */
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
  }
  25% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
}
@-moz-keyframes flash {
  0%, 100% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
  }
  25% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
}
@-o-keyframes flash {
  0%, 100% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
  }
  25% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
  }
  25% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
}
