﻿@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
font-size: 62.5%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.4;
color:#333;
background:#fff;
}


a.link2:link{color:#069;}
a.link2:visited{color:#069;}
a.link2:active{color:#069;}
a.link2:hover{color:#28B;border-bottom: dotted 2px orange;}


a:link,
a:visited,
a:active{
color:#333;
text-decoration:none;
}

a:hover{
color:#069;
text-decoration:none;
}

ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



.image-text {
  position: relative;
  }


.image-text img {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border: 0px solid #fff;
}

.image-text:hover img {
  opacity: .5;
  border: 0px solid #000;
}


.image-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-size: 2.5em;/*サイズ2倍*/
  white-space: nowrap;/*改行防止*/
  text-shadow:
        2px 2px 2px #000,
        2px -2px 2px #000,
        -2px 2px 2px #000,
        -2px -2px 2px #000,
        0 0 22px #000;
  text-align:center;
    z-index: 3;
  }

.image-text img {
  width: 100%;
  }


/* Circle behind */
div.circleBehind a:before, div.circleBehind a:after
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid rgba(2,119,189,0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

div.circleBehind a:after
{
    border-width: 6px;
    transition: all 0.4s;
}

div.circleBehind a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

div.circleBehind a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}



.boxnews {
  width: 100%;                /* 横幅を200pxに指定 */
  height: 400px;               /* 横幅を200pxに指定 */
  border: 0px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}



p,dd{
font-size:1.2em;
}

/*footerの背景指定*/
html{
background:#dedede;
}

.nonpc{
display: none;
}

.pc{
display:block;
}

/*==================
header
====================*/


#header{
width:100%;
background:url(../images/header_bg.gif) repeat-x left bottom;
}

#header_top{
padding:0px 0;
margin:0 ;
} 

/*header左側の設定*/

#logogroup{
width:700px;
float:left;
}

.banner {
  position: relative;
  width: 100%;
  }

.banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.banner img {
  width: 100%;
  }





/*header右側の設定*/

#subnav{
width:20%;
float:right;
}

#subnav li{
float:left;
font-size:1.1em;
}

#subnav li.sitemap{
background:url(../images/icon_sitemap.gif) no-repeat 0 2px;
padding:0 0 0 15px;
margin:0 24px 0 0;
}

#subnav li.rss{
background:url(../images/icon_rss.gif) no-repeat 0 1px;
padding:0 0 0 16px;
}

/*グローバルナビゲーション*/

#nav{
width:960px;
margin:0 auto;
}


#nav li{
  float: left;
}


/*==================
slidebackground
====================*/

#slidebackground{
margin:0 auto;
background:url(../images/slidebackground.gif) repeat-x;
}


/*==================
contents
====================*/
#contents{
width:920px;
margin:0 auto;
}


#info{
width:685px; 
float:left;
}

div#sidebar{
width:235px;
float:right;
}


/*イベント情報*/

#info h2{
padding:0 0 3px 13px;
line-height:29px;
border-bottom:1px solid #CCC;
margin:25px 26px 0 0;
}

#info h3{
font-size:1.3em;
padding-left:0px;
margin:20px 0 10px 0;
}

.section{
width:160px;
height:200px;
float:left;
margin-right:0px;
}


#info p{
line-height:1.8;
padding-left:15px;
}



/*更新情報*/


#event img{
float:left;
margin-right:10px;
border:1px solid #ccc;
padding:1px;
}


#news dt{
font-size:1.3em;
font-weight:bold;
background:url(../images/icon_02.gif) no-repeat 0 2px;
background-size:16px;
padding-left:18px;
margin:20px 0 10px 0;
}

#news dt span{
font-weight:normal;
padding-left:20px;
}


#news dd{
padding-bottom:12px;
border-bottom:1px dashed #ccc;
margin-right:26px;
}




.SideBySide p{
 width:300px;
 margin: 0 auto;
 display:inline-block;
 vertical-align:middle; /*縦方向の揃え位置を指定*/
 padding:5px;
 font-size:1.4em;
}

/*==================
sidebar
====================*/

#sideber,
#sidebox{
	width:100%;
	float:left;
margin-top:25px;
}


#sidebar h2{
margin-top:25px;
background: url(../images/bg_title_01.gif) repeat-x;
}

#sidebar p{
border:1px solid #ccc;
border-top:none;
padding:10px 7px 10px 10px;
}

#bnrarea{
margin-top:20px;
}

#bnrarea li{
margin-bottom:10px;
border:1px solid #ccc;
padding:1px;
}

/*==================
footer
====================*/

#footer{
width:100%;
margin:0 auto;
background:#dedede url(../images/header_bg.gif) repeat-x;
margin-top:40px;
text-align:center;
}

#footer_inner{
width:960px;
margin:0 auto;
}

#footer_inner p{
font-size: 1;
color:#FFF;
}
