﻿@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;
  display: inline-block;
  width:40%;
  }

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

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

.image-text span {
  position: absolute;
  top: 52%;
  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:
        1px 1px 1px #000,
        1px -1px 1px #000,
        -1px 1px 1px #000,
        -1px -1px 1px #000,
        0 0 22px #000;
  text-align:center;
    z-index: 3;
  }











/* 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:block;
}
.pc{
display:none;
}



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

#header{
width:100%;
background:none;
}

#header_top{
padding:25px 0;
width:100%;
margin:0 auto;
} 

/*header左側の設定*/

#logogroup{
width:330px;
float:left;
padding-left:30px;
}



/*header右側の設定*/

#subnav{
width:200px;
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:100%;
  margin: 0 auto;
}

#nav li{
float:left;
padding: 0px;
}

/*==================
contents
====================*/
#contents{
width:100%;
margin:0 auto;
}

#info {
width:730px;
margin: 0 auto;
}

#sidebar {
width:730px;
margin: 0 auto;
}


/*イベント情報*/

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

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

.section{
width:23%;
height:200px;
float:left;
margin-right:10px;
}

#info p{
line-height:1.5;
}


/*更新情報*/


#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;
}

#news dd:last-child{
border-bottom:none;
}



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



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

#sideber,
#sidebox{
	width:100%;
	float:left;
}

#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:24px;
}

#bnrarea li{
margin:20px 30px 10px 0;
border:0spx solid #ccc;
padding:20px;
}


/*==================
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:100%;
min-width:100%;
margin:0 auto;
}

#footer_inner address{
padding:15px 15px 4px;
font-size:1.2em;
}

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


