@charset "utf-8";

/*===============================================
	base
===============================================*/

/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
  font-family:'ヒラギノ角ゴ Std W4',Hiragino Kaku Gothic Std, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W4','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #000;
  font-size: 16px;
  line-height:25px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}


/*---------------------------------------------
	link
  ---------------------------------------------*/

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a img {
  color: inherit;
  text-decoration: none;
  outline: none;
  -moz-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
}
a:link {
  text-decoration: none;
  font-weight: normal;
}
a:visited {
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color:#ff8127;
  text-decoration: underline;
  font-weight: normal;
}
a img:hover{
  opacity:0.7;
}
nav ul li a img:hover,
#page-top a img:hover {
  opacity:1;
}


/*---------------------------------------------
	Clearfix
  ---------------------------------------------*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



/*-----------------------------------------------------  */
/*	common						*/
/*-----------------------------------------------------	*/

html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

ol,ul{
  list-style-position:inside;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}
h2 {
  width:960px;
  position:relative;
  font-size:26px;
  font-weight:bold;
  margin:0 auto 45px;
  line-height: 100%;
}
h2:before {
  content:"";
  background:#316dbd;
  position:absolute;
  bottom:-17px;
  left:0;
  width:48px;
  height:2px;
}
h3 {
  font-size:18px;
  font-weight:bold;
  margin-bottom:5px;
}
section {
  width:1000px;
  margin:0 auto;
}
section > p {
  width:960px;
  margin:0 auto;
}
strong {
  font-weight:bold;
}
#wrapper {
  width:100%;
  margin:0 auto;
  height: 100%;
}
.left-area {
  float:left;
}
.right-area {
  float:right;
}
/*-----------------------------------------------------	*/
/*	header						*/
/*-----------------------------------------------------	*/
header {
  background:url(../images/main_img.jpg) no-repeat;
  background-size: cover;
  box-sizing:border-box;
  position: relative;
  width:100%;
  min-width:1000px;
  height: calc(100% - 66px);
  /*min-height:562px;*/
  margin:0 auto;
  /* padding-top:56.18%; */
  z-index:9999;
}
@media screen and (min-width:1590px) {
header {
  height:93vh;
  padding-top:0;
}	
}
header #logo {
  position:absolute;
  width:926px;
  height:516px;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin: auto;
}

/*-----------------------------------------------------	*/
/*	nav						*/
/*-----------------------------------------------------	*/
nav {
  background:#316dbd;
  width:100%;
  height:66px;
  position: relative;
  top: 0;
  left: 0;
  z-index:9999;
}
nav ul {
  width:675px;
  margin:0 auto;
}
nav ul li {
  float:left;
}
nav ul li:first-child a {
  display:block;
  background:url(../images/nav_home_off.png) no-repeat;
  width:86px;
  height:66px;
}
nav ul li:first-child a:hover,
nav ul li:first-child a.active {
  background:url(../images/nav_home_on.png) no-repeat;
}
nav ul li:nth-child(2) a {
  display:block;
  background:url(../images/nav_theme_off.png) no-repeat;
  width:89px;
  height:66px;
}
nav ul li:nth-child(2) a:hover,
nav ul li:nth-child(2) a.active {
  background:url(../images/nav_theme_on.png) no-repeat;
}
nav ul li:nth-child(3) a {
  display:block;
  background:url(../images/nav_message_off.png) no-repeat;
  width:107px;
  height:66px;
}
nav ul li:nth-child(3) a:hover,
nav ul li:nth-child(3) a.active {
  background:url(../images/nav_message_on.png) no-repeat;
}
nav ul li:nth-child(4) a {
  display:block;
  background:url(../images/nav_comittee_off.png) no-repeat;
  width:109px;
  height:66px;
}
nav ul li:nth-child(4) a:hover,
nav ul li:nth-child(4) a.active {
  background:url(../images/nav_comittee_on.png) no-repeat;
}
nav ul li:nth-child(5) a {
  display:block;
  background:url(../images/nav_program_off.png) no-repeat;
  width:106px;
  height:66px;
}
nav ul li:nth-child(5) a:hover,
nav ul li:nth-child(5) a.active {
  background:url(../images/nav_program_on.png) no-repeat;
}
nav ul li:nth-child(6) a {
  display:block;
  background:url(../images/nav_pre_off.png) no-repeat;
  width:165px;
  height:66px;
}
nav ul li:nth-child(6) a:hover,
nav ul li:nth-child(6) a.active {
  background:url(../images/nav_pre_on.png) no-repeat;
}

/*-----------------------------------------------------	*/
/*	main						*/
/*-----------------------------------------------------	*/

#main {
  position:relative;
  display:block;
  background:#fff;
  width:100%;
  margin:0 auto;
  padding-top:80px;
}
/*-----------------------------------------------------	*/
/*	footer						*/
/*-----------------------------------------------------	*/

footer {
  position:static;
  background:#f2f2f2;
  width:100%;
  margin:0 auto;
}
#footer-inner {
  width:1000px;
  padding:50px 0;
  margin:0 auto;
}
#footer-logo {
  margin-bottom:10px;
}
#footer-inner .mail img {
  vertical-align:middle;
  margin-right:5px;
}
#footer-inner ul li {
  float:left;
  margin-right:30px;
}
#footer-inner ul li:last-child {
  margin-right:0;
}

/*-----------------------------------------------------	*/
/*	page top						*/
/*-----------------------------------------------------	*/
#page-top {
  width:1000px;
  margin:0 auto;
  padding:40px 0 60px;
  text-align:center;
}