@charset "utf-8";

/*---------------------------------------
    reset css
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

body {
  font-size: 76%;
  font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HiraKakuPro-W3', 'MS Pゴシック', 'MS PGothic',sans-serif;
  color: #636365;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}
.inner:after {
  content: '';display: table;clear: both;
}
a {
  color: #636365;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*----------------------------------------
  header
----------------------------------------*/
#header {
  position: relative;
  min-width: 960px;
  border-bottom: 2px solid #f3f3f3;
  padding: 0 60px;
}
#header #logo {
  margin: 15px 0;
	float: left;
  width: 35%;
}
#header #title_area {
	float: left;
  padding-top: 25px;
}
#header #title_area p {
  font-size: 117%;
  line-height: 1.6;
}
#header #title_area h1 {
	font-size: 134%;
  line-height: 1.4;
}
#header .date {
	position: absolute;
	top: 55px;
	right: 60px;
  line-height: 1;
}

/*----------------------------------------
  contents
----------------------------------------*/
#contents {
  min-width: 960px;
  padding: 13px 60px;
}

/*----------------------------------------
  footer
----------------------------------------*/
#footer {
	min-width: 960px;
  border-top: 2px solid #f3f3f3;
  padding: 0 60px;
}
#footer .green_logo {
  float: left;
  margin: 15px 0;
}
#footer .green_logo a {
  display: block;
  background: url(../../img/bnr-greenpower.png) no-repeat left top;
  width: 320px;
  height: 44px;
}
#footer .power_logo {
  float: right;
  margin-top: 23px;
}
#footer .power_logo a {
  display: block;
  background: url(../../img/bnr-powered.png) no-repeat left top;
  width: 262px;
  height: 26px;
}
#footer .green_logo img,
#footer .power_logo img {
  display: none;
}
@media screen and (max-device-width: 768px) and (min-device-width: 481px) {
  #header {
    padding: 0;
  }
  #header .date {
  	right: 0;
  }
  #contents {
    padding: 13px 0;
  }
  #footer {
    padding: 0;
  }
}
a.disable {
  cursor: default;
}
#slide_area .slide_button a.disable:hover {
  opacity: 1;
}
#slide_area .slide_button a.disable span{
  opacity: 0.5;
}