body {
	line-height: 1.1;
	font-stretch: expanded;
	background-color: #FFF;
}
p {
	line-height: 1.7em;
	font-stretch: expanded;
	font-style: normal;
	text-align: left;
}
td {
	text-aline: left;
	line-height: 1.3;
	font-stretch: condensed;
	color: #000;
	
}
.news {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 560px;
	border: 3px double #3D8D96;
	display: block;
	box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	font-size: 90%;
	color: #666;
}
.newnews {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 560px;
	border: 3px double #FFBD9D;
	display: block;
	box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	font-size: 90%;
	color: #FFBD9D;}
.newscontents {
	width: 558px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(image/news_bg.gif);
	color: #FFF;
	background-color: #3D8D96;
	display: block;}
	.newnewscontents {
	width: 558px;
	background-position: center center;
	background-repeat: no-repeat;
	
	color: #FFF;
	background-color: #FFBD9D;
	display: block;}
.newscontents1 li {
	font-size: 90%;
	color: #666;
	text-align: left;
	padding-top: 5px;
}
.newscontents2 li {
	font-size: 90%;
	color: #666;
	text-align: left;
	margin-bottom: 10px;
	margin-top: -5px;
	list-style-type: none;
}
.newscontents1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.newscontents2 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.dropshadow {
	background-image:-moz-linear-gradient(top, #F3F4F5, #C8C9CA);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F4F5), to(#C8C9CA), color-stop(1, #C8C9CA));
	border:2px solid #F2F2F2;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}
.drop_shadow {
	background-image:-moz-linear-gradient(top, #3399cc, #99ccff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3399cc), to(#ffffff), color-stop(1, #3399cc));
	border:1px solid #999999;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}
.innershadow {
	background-image:-moz-linear-gradient(top, #E2E2E2, #CCCCCC);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E2E2E2), to(#CCCCCC), color-stop(1, #CCCCCC));
	border:2px solid #FEFEFE;
	box-shadow: inset 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 5px 5px 5px rgba(0,0,0,0.25);
}
.intenseshadow {
	background-color:#FFF;
	border:1px solid #F00;
	box-shadow: 5px 5px 0px #F00;
	-moz-box-shadow: 5px 5px 0px #F00;
	-webkit-box-shadow: 5px 5px 0px #F00;
}
.bevel {
	background-color:#CCC;
	box-shadow: 2px 2px 0px #F00;
	-moz-box-shadow:inset 0px 0px 120px rgba(0,0,0,.60);
	-webkit-box-shadow: 2px 2px 0px #F00;
}
.box {
	background-image:-moz-linear-gradient(top, #FAD502, #E89502);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAD502), to(#E89502), color-stop(1, #E89502));
}
.boxc {
	background-image:-moz-linear-gradient(top, #ccffff, #99ffff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccffff), to(#99ffff), color-stop(1, #99ffff));
}
.bevelred {
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius-topleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	border-color: #F00;
}
.bevelblue {
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius-topleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	border-color: #0FF;
}
.bevelkon {
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius-topleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	border-color: #00F;
}
.beveldgreen {
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius-topleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	border-color: #008000;
}
.bevelgreen {
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius-topleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	border-color: #00ff00;
}
.circle {
	width:170px;
	height:170px;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	float:left;
	background-image:-moz-linear-gradient(top, #FAD502, #E89502);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAD502), to(#E89502), color-stop(1, #E89502));
	-webkit-border-top-left-radius: 100px;
	-khtml-border-radius-topleft: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-khtml-border-radius-topright: 100px;
	-moz-border-radius-topright: 100px;
	border-top-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-khtml-border-radius-bottomleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-left-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-khtml-border-radius-bottomright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
}
.fourcorners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.fourcornersc {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.c-white {
	color: #FFF;
}
.c-red {
	color: #F00;
}
.c-blue {
	color: #00F;
}
.c-yellow {
	color: #FF0;
}
.c-orange {
	color: #FF8000;
}
.c-green {
	color: #0F0;
}
.c-dgreen {
	color: #008000;
}
.c-glay {
	color: #888;
}
.c-purple {
	color: #969;
}
.large {
	font-size: large;
	font-weight: bolder;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.middle {
	font-size: medium;
	font-weight: bolder;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.small {
	font-size: small;
}
.ularge {
	font-size: x-large;
	font-weight: bolder;
	color: #00F;
}
.r-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	background-color: #FFDFFF;
	font-size: large;
	color: #F00;
	text-align: center;
}
.g-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	background-color: #B4FEB1;
	font-size: large;
	color: #2A7F00;
	text-align: center;
}
.b-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	background-color: #A4D1FF;
	font-size: large;
	color: #00F;
	text-align: center;
}
.y-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	background-color: #EEFFBB;
	font-size: large;
	color: #FF5F00;
	text-align: center;
}
.ry-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	background-color: #EEFFBB;
	font-size: large;
	color: #F00;
	text-align: center;
}
.ky-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	background-color: #EEFFBB;
	font-size: large;
	color: #222;
	text-align: center;
}
#b-doted {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #2A3FAA;
	border-right-color: #2A3FAA;
	border-bottom-color: #2A3FAA;
	border-left-color: #2A3FAA;
}
#r-doted {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
#g-doted {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	background-color: #CFC;
	border-top-width: medium;
	border-left-width: medium;
	border-bottom-width: medium;
	border-right-width: medium;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.r-large {
	font-size: large;
	color: #F00;
}
.kk {
	background-color: #ccccff;
	text-align: center;
	vertical-align: middle;
}
.c-cha {
	color: #960;
}
.c-mizu {
	color: #09F;
}
.c-momo {
	color: #F9C;
}
.hover {
    background-color: #ffffff;
    background: -moz-linear-gradient(top, #3399cc, #ffffee); /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#3399cc), to(#ffffee)); /* Webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff3399cc', endColorstr='#FFffffee'); /* IE5.5以上 */
}
h3 {
	margin-bottom: 6px;
	margin-top: 20px;
}
.koshin-date{
	float:left;
	display: compact;}
.koshin-date2 {
	vertical-align: top;
	width: 100px;
	float: left;
	display: compact;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
	height: 1.8em;
	font-size: 80%;
	
}

.koshin-date2 object{
		margin:0px;
	padding:0px;
	border:none;}

.tokei-date{vertical-align: top;
	width: 200px;
	float: left;
	display: compact;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
	height: 1.8em;
	font-size: 80%;
}

.tokei-date object{
		margin:0px;
	padding:0px;
	border:none;}

.haz-date{
	width:100%;
	display:block;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 1.8em;
}

.haz-date object{
	margin:0px;
	padding:0px;
	border:none;}

.haz-hanre{
	-moz-box-sizing: border-box;
    box-sizing: border-box;

   
   
   width:100%;
	display:block;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 160px;
}

.haz-hanre object{
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
	margin:0px;
	padding:0px;
	border:none;}
width:660px;



*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sds {
width: 400px;
padding-top: 400px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.sds > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.sds input[name='switch'] {
display: none;
}
/* サムネイル */
.sds label {
margin: 50px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.sds label:hover {
opacity: 0.9;
}
.sds label img {
display: block;
width: 40px;
border-radius: 2px;
}
.sds input[name='switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.sds input[name='switch'] ~ img {
opacity: 0;
}
.sds input[name='switch']:checked + label + img {
opacity: 1;
}

 /* ユニバーサル全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup {
  background-color: #FFFFCC;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: -25%;
  left: 0;
  right: 0;
  bottom: -5em;
  margin: 10%;
  width: 80%;
  height: 80%;
  overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
	margin-top:100px;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: rihgt;
}

/* ポップアップの内容 */
.popup-content{
  margin: 100px auto 100px auto;
  width: 90%;
}

h1.uni{
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 12px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-bottom: 1px;
	font-weight: normal;
	border-top-color: #788DC5;
	border-right-color: #788DC5;
	border-bottom-color: #788DC5;
	border-left-color: #788DC5;
	display: inline-block;
	height: auto;
	width: 99%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;}

/*以下 ユニバーサル全体設定2 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup2 {
  background-color: #FFFFCC;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: -25%;
  left: 0;
  right: 0;
  bottom: -5em;
  margin: 20%;
  width: 60%;
  height: 80%;
  overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup2-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup2-on:checked + .pop2up{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
	margin-top:100px;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: rihgt;
}

/* ポップアップの内容 */
.popup2-content{
  margin: 100px auto 100px auto;
  width: 90%;
}

h1.uni{
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 12px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-bottom: 1px;
	font-weight: normal;
	border-top-color: #788DC5;
	border-right-color: #788DC5;
	border-bottom-color: #788DC5;
	border-left-color: #788DC5;
	display: inline-block;
	height: auto;
	width: 99%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;}

/*以上 ユニバーサル全体設定2 */

/*banner ps用*/
.slider{
    width: 700px;
    height: 66px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
 
.slider__content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
 
.slider__content:nth-child(1){
    animation: sliderAnime 6s ease-in-out infinite;
    z-index: 10;
}
 
.slider__content:nth-child(2){
    animation: sliderAnime2 6s ease-in-out 3s infinite;
    z-index: -1;
}
 
/*.slider__content:nth-child(3){
    animation: sliderAnime2 6s ease-in-out 3s infinite;
    z-index: -1;
}*/
 
@keyframes sliderAnime{
    0%{
        z-index: 10;
        transform: translateX(-100%);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        z-index: -1;
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(100%);
    }
    83.2%{
        z-index: 5;
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(0);
    }
}
 
@keyframes sliderAnime2{
    0%{
        z-index: 5;
        transform: translateX(100%);
    }
    50%{
        transform: translateX(-100%);
    }
    100%{
        z-index: 5;
        transform: translateX(100%);
    }
}
/*@keyframes sliderAnime2{
    0%{
        z-index: 5;
        transform: translateX(100%);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        z-index: -1;
        transform: translateX(-100%);
    }
    83.2%{
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(100%);
    }
}*/
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}
/*banner終わり*/

/*psbanner2:?
/*ベンダープレフィックスは省略しています。*/
.anime.loop .mask li {
position:absolute;
top:0;
left:100%; /*フレーム「イン」させたいので、left:100%で右側の外に待機*/
animation:slide 12s 0s infinite;	/*まず、各スライドに同じ@keyframesで動く様に指示*/
animation-play-state:running;		/*webkitの動作が怪しいので追加。*/
}
.anime.loop .mask li:nth-of-type(1) {
animation-delay:0s;/* 1番目のスライドはすぐにスタート */
}
.anime.loop .mask li:nth-of-type(2) {
animation-delay:4s;/* 2番目のスライドは4秒後にスタート */
}
.anime.loop .mask li:nth-of-type(3) {
animation-delay:8s;/* 3番目のスライドは8秒後にスタート */
}
/*以下が@keyframes*/
@keyframes slide {
0% {left:100%;opacity:0.5;z-index:10;}	/*フレームイン開始*/
10% {left:0%;opacity:1;}				/*(a)全体の1/10秒でフレームイン終了*/
33.3% {left:0%;opacity:1;z-index:-10;}	/*(b)ここまで停止して、フレームアウト開始（b = 100 / スライド数） */
43.3% {left:-100%;top:0%;opacity:0.5;}	/*(c)フレームアウト終了（c = a） */
50% {left:-100%;top:100%;}				/* 分かりやすい様に、見えないエリアで迂回させています */
70% {left:100%;top:100%;}
80% {left:100%;top:0%;}
}


/*bana*/
#bannerps {
   position: relative;
   width: 100%; 
   height: auto;
   display: inline-block;
   margin-bottom: 80px;
}

#bannerps p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white;
   height: auto; 
}

#bannerps p.active {
   z-index: 10;
   opacity: 1.0;
}

#bannerps p.last-active {
   z-index: 9;
}

#bannerps p img {
   width:  100%; 
   height: auto; 
   display: block;
   border: 0;
   margin-bottom: 10px;
}

/*警察署バナー*/
/*警察署メニュー*/
nav .ps-nav {
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
	margin-left: -7px;
	margin-right: -10px;
	margin-bottom: 30px;
	display: inline-block;
	height: auto;
	width: 100%;
	font-size: 95%;
	padding: 8px;
}
nav .ps-nav .here {
	float: left;
	color: #000000;
	background:linear-gradient(white,#33CCFF);
	border-right: 1px #CBCBCB solid;
	border-top: 1px #CBCBCB solid;
	margin-top: -2px;
	padding:0.1em 0.5em 0.1em 0.5em;
	width:16%;
	font-size:1em;
	font-weight: bold;
	height: 3em;

}
nav .ps-nav .here2 {
	float: left;
	width:16%;
	padding-top: 9px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	color: #000000;
	background-color: #ffffff;
	border-left: 1px #CBCBCB solid;
	border-right: 1px #CBCBCB solid;
	border-top: 1px #CBCBCB solid;
	margin-top: -2px;
	text-align: center;
	font-weight: bold;
	font-size:0.8em;
	
}
nav .ps-nav li a {
	float: left;
	background:linear-gradient(white,#C0C0C0);
	border-right: 1px #CBCBCB solid;
	border-top: 1px solid #CBCBCB;
	margin-top: -2px;
	padding:0.1em 0.5em 0.1em 0.5em;
	width:16%;
	font-size:1em;
	font-weight: bold;
	height: 3em;
	
}
nav .ps-nav .li2 a {
	float: left;
	border: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	display: compact;
	padding: 8px;
	background-image: url(../image/bannarbg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	color : #414141;
	height: 3em;
}
nav .ps-nav li a:hover {
	background-image: url(../image/bannarbg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
}

nav .ps-nav .here {
	margin-top: -2px;
	padding-top: 11px;
	padding-bottom: 11px;
}
nav .ps-nav .here2 {
	padding-top: 11px;
}
nav .ps-nav li a {
	padding-top : 12px;
}

nav .ps-nav {
	margin-bottom: 10px;
	display: inline-block;
	height: auto;
	font-size: 90%;
	margin-left: -9px;
}
nav .ps-nav .here {
	margin-top: -3px;
	padding-top: 10px;
	padding-bottom: 12px;
}
nav .ps-nav .here2 {
	margin-top: -3px;
	padding-top: 10px;
	padding-bottom: 12px;
	
}
nav .ps-nav li a {
	font-size: 0.8em;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	margin-top: -3px;
}
nav .ps-nav .li2 a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 1px;
}

nav .ps-nav .here {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2px;
}

.pssmenu li {
  display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: uppercase;
  padding: 1em;
  
}

/* 横幅が広いとき */
@media (min-width: 640px) {
  .pssmenu li {
    display: inline-block;  /* 横に並べる */
  }
}

nav .pssp-nav {
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
	margin-left: -7px;
	margin-right: -10px;
	margin-bottom: 30px;
	display: inline-block;
	height: auto;
	width: 100%;
	font-size: 95%;
	padding: 8px;
}
nav .pssp-nav .here {
	float: left;
	color: #000000;
	background-color: #ffffff;
	border-right: 1px #CBCBCB solid;
	border-top: 1px #CBCBCB solid;
	margin-top: -2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-right: 9px;
	height:8em;
	width:16%;
	
}
nav .pssp-nav .here2 {
	float: left;
	width:20%;
	padding-top: 9px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	color: #000000;
	background-color: #ffffff;
	border-left: 1px #CBCBCB solid;
	border-right: 1px #CBCBCB solid;
	border-top: 1px #CBCBCB solid;
	margin-top: -2px;
	text-align: center;
	font-weight: bold;
	
}
nav .pssp-nav li a {
	float: left;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px #CBCBCB solid;
	height:8em;
	width:16%;
	line-height: 2em;
	padding: 9px;
	background:linear-gradient(white,#C0C0C0);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	color : #414141;
	margin-top: -2px;
	text-align: center;
	font-weight: bold;

}
nav .pssp-nav .li2 a {
	float: left;
	border: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	display: compact;
	padding: 8px;
	background-image: url(../image/bannarbg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	color : #414141;
}
nav .pssp-nav li a:hover {
	background-image: url(../image/bannarbg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
}

nav .pssp-nav .here {
	margin-top: -2px;
	padding-top: 11px;
	padding-bottom: 11px;
}
nav .pssp-nav .here2 {
	padding-top: 11px;
}
nav .pssp-nav li a {
	padding-top : 12px;
}

nav .pssp-nav {
	margin-bottom: 10px;
	display: inline-block;
	height: auto;
	font-size: 90%;
	margin-left: -9px;
}
nav .pssp-nav .here {
	margin-top: -3px;
	padding-top: 10px;
	padding-bottom: 12px;
}
nav .pssp-nav .here2 {
	margin-top: -3px;
	padding-top: 10px;
	padding-bottom: 12px;
}
nav .pssp-nav li a {
	font-size: small;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	margin-top: -3px;
}
nav .pssp-nav .li2 a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 1px;
}

nav .pssp-nav .here {
	padding-top: 10px;
	padding-bottom: 13px;
	margin-bottom: 2px;
}


.pcps-none {
	display: none;
}
.spps-none {
	display: block;
}

@media screen and (max-width: 560px) {
	.pcps-none {
	display: block;
}
	.spps-none {
	display: none;
	width: 100%;
	margin-bottom: 0px;
	}}
