﻿@charset 'UTF-8';



#news .shubetsu,
#gallery .shubetsu,
/*#news h2,*/
#nyusatsu h2{
  background-image: url(../common_images/sprite.png);
  background-repeat: no-repeat;
  font-size: 1%;
  text-indent: -9999px;
}




#wrap{
}
.lt_ie6 #wrap{
  overflow: hidden;
  /* ie6 で #body の width が広げられるため */
}
#body{
}
.lt_ie6 #body{
  zoom: 1;
  width: 1200px;
  /*..item の行送りのためのはみだした margin-right 分で収まりきらなくなる ie6 のため */
}
#left{
  float: left;
  width: 230px;
}
#right{
  float: left;
  width: 716px;
  margin-left: 28px;
}

/******************************************************************************/

.title{
  
}
h2{
  font-weight: bold;
}

#news .title,
#nyusatsu .title{
  position: relative;
  height: 50px;
  background: #092333;
}
#news .title {
  background: #ffce08;
}
#news h2,
#nyusatsu h2{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 17px;
  margin-left: -37px;
  margin-top: -9px;
}
/*
#news h2{
  margin-bottom: 4px;
  background-position: -500px -150px;
}
*/
#news h2{
  display: block;
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px;
  color: #ff0000;
  text-align: center;
  font-size: 140%;
}
#nyusatsu h2{
  background-position: -500px -200px;
}


#feature .title,
#gallery .title{
  display: none;
}
#feature h2,
#gallery h2{
}







.name{
  font-weight: bold;
}
.text{
}
.date,
.eventDate,
.basho{
  font-size: 90%;
  color: #999;
}

/*******************************************************************************
* #news, #gallery 共通
*/



#news .shubetsu,
#gallery .shubetsu{
}
#news .shubetsu{
  width: 100px;
  height: 20px;
}
#gallery .shubetsu{
  width: 100px;
  height: 21px;
}
#news .shubetsu_e{background-position: -400px      0;}
#news .shubetsu_b{background-position: -400px  -50px;}
#news .shubetsu_s{background-position: -400px -100px;}
#gallery .shubetsu_e{background-position: -300px      0;}
#gallery .shubetsu_j{background-position: -300px  -50px;}
#gallery .shubetsu_s{background-position: -300px -100px;}

#news .date{
  color: #295068;
}
#news .name,
#feature .name,
#gallery .name{
  font-size: 110%;
  color: #295068;
}
#news .text,
#feature .text{
  font-size: 90%;
  color: #295068;
}
#gallery .text{
}
#news .empty{
  padding: 30px 0;
}

/*******************************************************************************
* #news
*/

#news{
  border: solid 5px #ff0000;
  border-radius: 5px;
  margin-bottom: 10px;
}

#news .item{
  position: relative;
/*  width: 230px;*/
  width: 220px;
  margin-bottom: 1px;
  background: #fff;
}
.lt_ie7 #news .item{
  margin-bottom: -5px;
}
#news .status{
  padding: 18px;
}
#news .hasNew .status{
}
#news .shubetsu{
  position: absolute;
  right: 18px;
  top: 19px;
}
#news .hasNew .shubetsu{
}
#news .date{
}
#news .hasNew .date{
  margin-left: 22px;
}
#news .new{
  left: 14px;
  top: 13px;
}
#news .name{
  margin-top: 8px;
}
#news .eventDate{
  margin-top: 4px;
}
#news .basho{
  margin-top: 4px;
}
#news .text{
  margin-top: 4px;
}

/*******************************************************************************
* #nyusatsu
*/

#nyusatsu{
  position: relative;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}
#pagePlugin{
  margin: 10px 0;
}

/*******************************************************************************
* #feature
*/

#feature{
}
.lt_ie7 #feature *{
  zoom:1;
}
#feature .list{
  width: 716px;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}
#feature .item{
  position: relative;
  margin-bottom: 1px;
  background: #fff;
}
#feature .photo img{
  display: block;
  width: 100%;
  height: 80px;
}
#feature .status{
  padding: 14px 18px;
}
#feature .text{
  margin-top: 2px;
}

/*******************************************************************************
* #gallery
*/

#gallery{
}
.lt_ie7 #gallery{
  margin-bottom: 12px;
}
.lt_ie6 #gallery{
  margin-bottom: 0;/* ie7 のみで再現、ie6 では再現しないため打ち消し */
}
#gallery .list{
  width: 744px;
  margin-right: -28px;
}
#gallery .item{
  position: relative;
  float: left;
  width: 220px;
  height: 360px;
  margin-right: 28px;
  margin-bottom: 12px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
#gallery .photo{
  height: 190px;
}
#gallery .photo img{
}
#gallery .status{
  padding: 30px 18px 0;
}
#gallery .shubetsu{
  position: absolute;
  right: 0;
  top: 0;
}
#gallery .name{
}
#gallery .hasNew .name{
  margin-left: 22px;
}
#gallery .new{
  left: 14px;
  top: 218px;
}
#gallery .date{
  margin-top: 8px;
}
#gallery .basho{
  margin-top: 4px;
}

/******************************************************************************/

#visual{
  /*display: none;*/
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background: #304656;
}
.lt_ie6 #visual{
  display: none;
}
#visual .caption{
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 125px;
  width: 975px;
  margin-left: -487px;
  font-size: 90%;
  text-align: left;
  color: #fff;
  cursor: default;
}
#visual .grad{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAHCCAYAAAAuHqMnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFlJREFUeNpi+P//PwMTAxCMEqPEKDFKjBKjxPAgnr18zQxiYSNY4AQrFi4awYaLy46Fi8ZiI5LAbyUrXjcjfMQE54JZjKhBwogqho3FQLIYdbRRbAcDQIABAFepCjnmZFnOAAAAAElFTkSuQmCC) left top repeat-x;
}
.lt_ie7 #visual .grad{
  background: url(../common_images/bg_index_grad.png) left top repeat-x;
}
#visual .imgs{
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 100%;
}
#visual img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: -50%;
}

















@media screen and (min-width:  0) and (max-width:  975px) {



#body{
}
#left{
  float: none;
  width: auto;
}
#right{
  float: none;
  width: auto;
  margin-left: 0;
}



/******************************************************************************/

#news .title,
#nyusatsu .title,
#feature .title,
#gallery .title{
  position: static;
  height: auto;
  border-top: 2px solid #fff;
  background: #092333;
}
#news .title {
  border-top: none;
  background: #ffce08;
}
#feature .title,
#gallery .title{
  display: block;
}
#news h2,
#nyusatsu h2,
#feature h2,
#gallery h2{
  display: block;
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  font-size: 100%;
  text-indent: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
}
#news h2{
  color: #ff0000;
  font-size: 140%;
}










/******************************************************************************/



#news{
  margin-bottom: -2px;
}
#news .item{
  width: auto;
  border-radius: 0;
}
#news .status{
  padding: 12px 35px 12px 12px;
}
#news .shubetsu{
  right: 35px;
  top: 15px;
}
#news .new{
  left: 6px;
  top: 6px;
}
#news .name{
  margin-top: 2px;
}
#news .eventDate{
  display: inline-block;
  margin-top: 2px;
}
#news .basho{
  display: inline-block;
  margin-left: 1em;
  margin-top: 2px;
}

/******************************************************************************/

#feature{
}
#feature .list{
  width: auto;
  margin-bottom: -2px;
  border-radius: 0;
}
#feature .item{
}
#feature .photo img{
  width: 100%;
  height: auto;
}
#feature .status{
  padding: 12px 35px 12px 12px;
}

/******************************************************************************/

#gallery .list{
  width: auto;
  margin-right: 0;
}
#gallery .item{
  float: left;
  height: 350px;
  margin-right: 0;
  margin-bottom: 4px;
  border-radius: 0;
}
#gallery .photo{
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 180px;
}
#gallery .status{
  padding: 12px 30px 0 12px;
}
#gallery .new{
  left: 8px;
  top: 190px;
}


/******************************************************************************/
#visua{
  height: 230px;/* 画像が幅640pxのときの縦の丁度良い高さ */
}
#visual .caption{
  left: 0;
  bottom: 10px;
  width: 100%;
  margin-left: 0;
  font-size: 80%;
}
#visual .grad{
  display: none;
}
#visual .imgs{
   width: 100%
}



}




@media screen and (min-width: 760px) and (max-width: 975px) {

#gallery .item{
  width: 24.7%;
  margin-right: 0.4%;
}
#gallery .item:nth-of-type(4n){
  margin-right: 0;
}

}

@media screen and (min-width: 540px) and (max-width: 760px) {

#gallery .item{
  width: 33%;
  margin-right: 0.5%;
}
#gallery .item:nth-of-type(3n){
  margin-right: 0;
}

}

@media screen and (min-width:  0) and (max-width: 540px) {

#gallery .item{
  width: 49.5%;
  margin-right: 0;
}
#gallery .item:nth-of-type(odd){
  margin-right: 1%;
}

}
