
/*==================== 3：main_image  ====================
*/

figure{
	margin: 0 auto !important;
}

.figureImage_wrap{
    margin: 0px auto;
    width: 100%;
    /*max-height: 500px;*/
	/*overflow: hidden;*/
}


figure {
	/*position: relative;*/
}
#mainImg{
	/*overflow:hidden;*/
	position:relative;
}
#mainImg ul {
	margin:0;
	padding:0;
}
#mainImg li {
	position:absolute;
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
	width: 100%;
}
.main_img:after{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.main_img img{
	max-width: 100% !important;
	z-index: 0;
}
/**/
.main_pc{display: block;}
.main_tb{display: none;}
.main_sp{display: none;}
/*
/*
===== response ======
*/
@media only screen and (max-width: 768px){
.main_pc{display: none;}
.main_tb{display: block; width: 100%;}
.main_sp{display: none;}
/**/
.main_img{
	z-index: 0;
	background-size: 100% auto;
	max-height: 600px;
}
}
@media only screen and (max-width: 480px){
.main_pc{display: none;}
.main_tb{display: none;}
.main_sp{display: block; width: 100%;}
/**/
.main_img{
	z-index: 0;
    background-size: 100% auto;
	max-height: 500px;
}
}

/*==========top スライドショー====================*/


#stage {

position: relative;
max-width: 100%;
height: 100%; /*auto;*/
margin: 0 auto;
background:#fff;
}
.pic {

position: absolute;
}
.pic img {

text-align:center;
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 40s infinite;
-webkit-animation: imgTrans 40s ease-in infinite;
animation: imgTrans 40s infinite;
}
#photo1 img {

-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo3 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
#photo4 img{
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
#photo5 img {
-moz-animation-delay: 32s;
-webkit-animation-delay: 32s;
animation-delay: 32s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }

}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}


/*==========top スライドショー====================*/












.bottom{
margin-bottom: 50px;
}




@media screen and (max-width:480px){
.alliance_number span{
	padding: 0 20px;font-size: 2.0em;}
}



.main-content #wel-container{
	padding: 6px 1px 6px 6px;}

@media screen and (min-width:737px) and (max-width:768px) {
#ud .main-content {
	width: 70% !important; float: left;
	}
}

.main-content {
  text-align: center;
  width: 685px;
}
.main-content {
margin-bottom: 100px;
}
.single-column .main-content {
  float: none;
  width: 100%;
}
}
@media screen and (min-width:481px) and (max-width:768px) {
  .main-content {
    float: none;
    width: 100% !important;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 480px) {
  .main-content {
    float: none;
    width: 100% !important;
    margin-bottom: 27px;
  }
}
/* ==========================================================================
   Common information
   ========================================================================== */
.common-information .mod-h2 {
  margin-bottom: 0;
}
.common-information .section-title-container {
  overflow: hidden;
  zoom: 1;
  padding: 8px 9px 7px;
  border-left: 5px solid #659ad2;
  background-color: #efefef;
}
.common-information .section-title-container .mod-h2 {
  float: left;
  margin: 0 0 -7px 15px;
  _display: inline;
}
.common-information .section-title-container .more {
  float: right;
  margin-top: -8px;
  padding-top: 1em;
  text-align: right;
  zoom: 1;
}
.common-information .section-title-container .more li {
  display: inline;
  margin-right: 9px;
  padding-right: 9px;
  border-right: 1px solid #cbcbcb;
  line-height: 1.2;
  font-size: 1.2em;
}
.common-information .section-title-container .more .rss {
  margin-right: 0;
  padding-right: 22px;
  border-right: none;
  background: url(../common/img/parts/icon_rss.png) no-repeat right center;
}
@media screen and (max-width: 480px) {
  .common-information .section-title-container .more {
    padding-top: 1.2em;
  }
  .common-information .section-title-container .more li {
    font-size: 1em;
  }
}
/* News list
   ========================================================================== */
.mod-news-list .mod-news-list_item {
  overflow: hidden;
  zoom: 1;
  padding: 13px 0 14px;
  line-height: 1.4;
  background: url(../img/parts/dot_gray_x.png) repeat-x left bottom;
}
.mod-news-list .date,
.mod-news-list .category {
  float: left;
}
.mod-news-list .date,
.mod-news-list .category {
  width: 160px;
}
.mod-news-list .date {
  padding: 2px 0 0;
  color: #777;
  font-size: 0.857em;
  font-weight: bold;
}
.mod-news-list .title {
  margin-left: 236px;
}
@media screen and (max-width: 480px) {
  .mod-news-list .title {
    clear: both;
    margin-left: 0;
    padding-top: 5px;
  }
}

/* Label
   ========================================================================== */
.mod-label {
  display: block;
  width: 96px;
  padding: 4px 3px 3px;
  line-height: 1.15;
  font-size: 0.714em;
  color: #fff;
  text-align: center;
}
.mod-label_color01 {
  background-color: #969696;
}
.mod-label_color02 {
  background-color: #9B003F;
}
.mod-label_color03 {
  background-color: #6b80b1;
}
.mod-label_color04 {
  background-color: #04a8c2;
}








/*=============レスポンシブメニュー===========================*/
.inner1 {
    width: 980px;
    margin: 0 auto;
}
.inner1:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
/*#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}*/
/*#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}*/
/*#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}*/
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*=============レスポンシブメニュー===========================*/
.f15{font-size:15px!important;}
/*=============レスポンシブメニュー===========================*/






/*=============レスポンシブメニュー===========================*/
/*=============レスポンシブメニュー===========================*/
/*=============レスポンシブメニュークリエ===========================*/
@media screen and (max-width: 640px) {
    #top-head,
    .inner1 {
        width: 98%;  /*横メニューバー位置*/
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {  
        background: #fff; /*横メニューバー位置 白にしないと目立つ*/
        width: 100%;     /*横メニューバー位置*/
        height: 10px;   /*白色横メニューバー立て位置初回*/
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 100px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*=============レスポンシブメニュークリエ===========================*/
