@charset "UTF-8";
/* CSS Document */
@media all and (min-width:801px){
#fullSlideShow {
    width: calc(100vw - 80px);
	height:500px !important;
    text-align: left;
    position: relative;
    overflow: hidden;
	background:url(../img/loading-09.gif) center center no-repeat;
	background-color:#fff;
    top:0px;
    margin-left: 80px;
}
#fullSlideShow_text{
	width:800px;
	height:auto;
	position:absolute;
	top:55%;
	left:50%;
	margin-top:-225px;
	margin-left:-400px;
	background:rgba(255,255,255,0.7);
	z-index:201;
    padding: 20px;
}
#fullSlideShow_text h2{ font-size: 2.0rem; color: #000; font-weight: bold; text-align: center;
    line-height: 3.0rem;
    text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;}
#fullSlideShow_text h3{ font-size: 1.5rem; color: #000; font-weight: bold; text-align: left;
    line-height: 2.0rem;
    text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;}
#fullSlideShow_search{
	width:800px;
	height:50px;
	position:absolute;
	top:40vh;
	left:50%;
	margin-top:-25px;
	margin-left:-400px;
	background:rgba(255,255,255,0.0);
	z-index:201;
}
.search_container{ margin: 0px auto !important; width: 400px;}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.2em;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
  height: 2.0em;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.2em;
  border: none;
  background: #3879D9;
  border: 1px solid #3879D9;
  border-radius: 3px;
  color: #fff;
  outline : none;
  width: 3.5em;
  height: 1.9em;
  display: inline-block;
  vertical-align: middle;
}
#fullSlideShow p{
    width: 100%;
	height:100%;
    z-index:20;
    background-color:#f00;
    text-align:center;
	line-height:100%;
}
#fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
	height:100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
    margin: 0px; padding: 0px;
}
#fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
#fullSlideShow ul li a img {
    width: 100% !important;
}
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 9999;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}
 
 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute; /* absolute or fixed */
    z-index: 110; /* 非表示にする場合は「90」以下に */
    visibility: visible; /* 非表示にする場合は「hidden」に */
}
 
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
}
@media screen and (max-width:800px){
#fullSlideShow {
    width: 100vw;
	height:240px !important;
    text-align: left;
    position: relative;
    overflow: hidden;
	background:url(../img/loading-09.gif) center center no-repeat;
	background-color:#fff;
}

    #fullSlideShow_text{
	width:50%;
	height:160px;
	position:absolute;
	top:34%;
	left:2%;
	margin-top:0%;
        margin-left: 23%;
	background:rgba(255,255,255,0.7);
	z-index:9999;
        padding: 1%;
}
#fullSlideShow_text h2{ font-size: 1.0rem; color: #000; font-weight: bold; text-align: center;
    line-height: 1.5rem;
    text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;}
#fullSlideShow_text h3{ font-size: 0.7rem; color: #000; font-weight: bold; text-align: left;
    line-height: 1.0rem;
    text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;}
#fullSlideShow_search{
	width:94%;
	height:50px;
	position:absolute;
	top:40vh;
	left:50%;
	margin-top:-25px;
	margin-left:-47%;
	background:rgba(255,255,255,0.0);
	z-index:201;
}
    .search_container{ margin: 0px auto !important; width: 85%;}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.2em;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
  height: 2.0em;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.2em;
  border: none;
  background: #3879D9;
  border: 1px solid #3879D9;
  border-radius: 3px;
  color: #fff;
  outline : none;
  width: 3.5em;
  height: 1.9em;
  display: inline-block;
  vertical-align: middle;
}


#fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
	height:100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
    margin: 0px; padding: 0px;
}
#fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}

    #fullSlideShow ul li a img {
        width: 100%;
    overflow: hidden;

}
    /* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 9999;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}
 
 

}
