@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - 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{border:0;font-size:100%;font:inherit;
vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

img { vertical-align: bottom; }
em, strong { font-weight: bold; }


/**
 * Basic Elements
 */

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  min-width: 1000px;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
}

a {
  color: #0987c3;
}

a:hover,
a:focus {
  text-decoration: none;
}


/**
 * Layout
 */

.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  display: block;
  clear: both;
}

#wrapper {
  color: #000;
  background: #fff url(../img/bg.png) 50% 0;
}


/**
 * Header
 */

#header {
}

#header .siteTtl {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 999;
}

#header .siteTtl a {
  display: inline-block;
}


/**
 * Content
 */

#content {
}

.section {
  margin-top: 22px;
}

.section:first-child {
  margin-top: 0;
}

.panels {
  display: table;
  width: 100%;
}

.panels > * {
  display: table-cell;
  padding-right: 14px;
  vertical-align: bottom;
}

.panels > *:last-child {
  padding-right: 0;
}

.panels > * > * + * {
  margin-top: 10px;
}

.panels a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.panels a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  bottom: 0;
  display: block;
  background: rgba(0,255,244,0.25);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.panels a:hover:after {
  width: 100%;
  opacity: 1;
}

#topics {
  margin-top: 35px;
}

.topicsList {
  margin: -15px 0 30px 210px;
  padding: 15px 0;
  height: 14em;
  font-size: 12px;
  line-height: 1.25;
  overflow-y: scroll;
}

.topicsList a {
  display: inline-block;
}

.topicsList dt {
  font-weight: bold;
}

.topicsList dd + dt {
  margin-top: 1em;
}

/**
 * special
 */

p {
  padding-top: 5px;
  padding-bottom: 10px;
}

#sp1 {
  margin: 0 20px 0 20px;
  height: 600px;
  background-image: url("../../img/sp_pic1.jpg");
  background-repeat: no-repeat;
  padding-left: 470px;
  font-size: 17px;
}

#sp2 {
  margin: 0 20px 0 20px;
  height: 470px;
  background-image: url("../../img/sp_pic2.jpg");
  background-repeat: no-repeat;
  padding-left: 470px;
  margin-bottom: 35px;
  font-size: 17px;
}

#sp3 {
  margin: 30px;
  text-align: center;
}

.bar2 {
  margin-top: 29px;
}


.staff {
  margin-top: 20px;
  background-image: url("../../img/sp_staff.png");
  background-repeat: no-repeat;
  text-align: right;
  font-size: 15px;
}

.staff th {
  width: 200px;
  padding: 6px;
  text-align: right;
}

.staff td {
  padding: 6px;
  text-align: left;
  font-weight: bold;
}



/**
 * Footer
 */

#footer {
  color: #fff;
  background: #000;
  background: linear-gradient(to bottom, #303030, #000);
}

#footer .inner {
  position: relative;
  padding: 20px 0 40px;
}

#footer .copyright {
  float: left;
  margin-top: 3px;
  font-size: 11px;
}

#footer .copyright a {
  color: #fff;
}

#footer .logo {
  float: right;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}
