@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10;
  max-width: 1000px;
  
}

body {
  font-family: arial, sans-serif;
  font-size: 10pt;
  background: white;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
a, a:visited {
    color: inherit;
}
header {
  position: relative;
/*  border:double;*/
  background-image:url("images/gradation_blue.png");
  padding: 30px;
  top: 0;
  left: 0;
  width: 1000px;
  height: 250px;
  z-index: 1000;
}

h3 {
  margin-top: 15px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 100;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
  line-height: 0;
  letter-spacing: .1em;
}
h1 {
  text-align: center;
  margin-top: 10px;
  margin-left: .7em;
  color:#FFFFaa;
  font-size: 5em;
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
  letter-spacing: .85em;
}
h2 {
	padding-top: 0%;
  text-align: center;
	margin-top: -6px;
  color:#444
	font-size: 2em;
	font-weight: 100;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
  line-height: 2.2;
	letter-spacing: .2em;
}

.site-nav {
  position:relative;
/*  border: dashed;*/
  z-index: 600;
  top: 15px;
  left: 0px;
  display: block !important;
  width: 900px;
  opacity: .95;
  background: none;
}
.site-nav ul {
  list-style-type: none;
  margin: 0px;
  text-align: center;
}
.site-nav ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2.5em;
}
.site-nav ul li a {
  font-size: 1.5em;
  padding-bottom: .5em;
  text-decoration: none;
  color: #888;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.site-nav ul li a:hover {
  outline: none;
  border-bottom: 1px solid white;
}

.wrap {
  margin-top: 80px;
  width: 1000px;
}

.intro-left {
/*  border: dashed;*/
  margin: 2em;
  float: left;
  width: 900px;
  height: 300px;
  color:#555;
  background: #fff;

}

.intro-l-text {
  padding: 0em;
  
  font-size: 1.3em;
  text-align: left;
  letter-spacing: 0em;
}

footer {

  width: 1000px;
  height: 170px;
  padding: 1em;
/*  border: dashed;*/
  background-image: url("images/ gradation_blue2.png");
}
.footer-content {
  width: 1000px;
  margin: 0 auto;
}
.footer-social {
  display: block;
  width: 1000px;
  list-style-type: none;
  text-align: center;
}
.footer-social li {
  display: inline-block;
  margin: 1em 1.2em;
}
.footer-social li a {
  line-height: 3.5em;
  display: inline-block;
  width: 4em;
  height: 4em;
  text-align: center;
  border: 2px solid rgba(25,25,25,.2);
  border-radius: 50%;
}
.footer-social li a:hover {
  border-color: #fff;
  background: #fff;
}
.footer-social li a img {
  width: auto;
  height: 3em;
}
.footer-social li a .social-hover {
  display: none;
}
.footer-social li a:hover .social-default {
  display: none;
}
.footer-social li a:hover .social-hover {
  display: inline;
}
.footer-info {
  clear: both;
  padding-top: 3em;
}
.footer-info p {
  font-size: 1.0em;
  color:#fff;
  line-height: 1.55;
  max-width: 36em;
  margin-bottom: 1.0em;
}

.footer-credit {
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
}
.footer-legal {
  opacity: .8;
}
.footer-credit a:hover {
  text-decoration: none;
}

table.type02 {
  width: 850px;
  padding: 0em;
  
}
table.type02 td {
  font-size: 0.8em;
  text-align: left;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom:  1px solid #ccc;
}
img#type03{
  width:200px;
  height: auto;
}
