@charset "UTF-8";
/* CSS Document */
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ///////////////////////////////////////////////////////////////////

[container]

/////////////////////////////////////////////////////////////////// */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

body {
  font-size: 12px;
  color: #333333;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

p {
  line-height: 25px;
  padding-bottom: 15px;
  -webkit-text-size-adjust: 100%;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

a img:hover {
  opacity: 0.8;
}

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

em {
  font-style: normal;
}

/* =========================================================
link
========================================================= */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

/* =========================================================
container
========================================================= */
#container {
  width: 100%;
  min-width: 1180px;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  background: url("../img/page_top.png") repeat-x left top;
}

.subpage #container {
  background-color: #FCFCFC;
  padding-top: 30px;
  background: none;
}

/* =========================================================
header
========================================================= */
#header {
  width: 100%;
  min-width: 1180px;
}
#header #heder_in {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#header #heder_in #tenshindou_img_1 {
  width: 610px;
  height: 577px;
  position: absolute !important;
  top: 550px;
  right: 0;
  border: none;
}

/* =========================================================
maincontens
========================================================= */
#maincontens {
  width: 100%;
  margin: 0 auto;
  text-align:center;
}

.section {
  margin: 0 auto;
  margin-top: 40px;
}

#footer_link {
  list-style: none;
  text-align: center;
  background-color: #482A63;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer_link li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
#footer_link li a {
  color: #FFF;
}

.subpage #maincontens {
  width: 960px;
  padding-bottom: 150px;
}
.subpage #maincontens h2 {
  margin-bottom: 30px;
}
.subpage #side_nav {
  float: right;
  background-color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.subpage #side_nav li {
  list-style: none;
  background-color: #FFF;
}
.subpage #side_nav li a {
  display: block;
  color: #999;
  padding: 15px;
}
.subpage #main_left {
  width: 765px;
  background-color: #FFF;
  padding: 10px;
}
.subpage #footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  padding-top: 20px;
}
.subpage #footer_nav {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.subpage #footer_nav li {
  display: inline-block;
}
.subpage #footer_nav li a {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
  border-right: 1px solid #666;
  padding: 0 10px;
}
.subpage #copy {
  min-width: 960px;
  text-align: center;
  padding: 20px 0;
  background: #222222;
  font-size:9px;
  color:#FFFFFF;
}
