
a:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #C89305;
}
a:hover { color: #ff3333; font-weight: bold; font-family: "ＭＳ Ｐゴシック", Osaka }
a:active { font-weight: bold; font-family: "ＭＳ Ｐゴシック", Osaka }
a:visited {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;

}
.txt-m-white {

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}
.txt-l-white {


	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	margin: 2em;
	}
	.txt-ll-white {


	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	}
.txt-m-darkblue {

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #000033;
	line-height: 150%;
}
.txt-l-darkblue {


	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #000033;
	line-height: 150%;
	margin: 2em;
	}
h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 24px;
	font-weight: bold;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;


}
h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
	margin: 0em;
}



/* 追加 */
.copyright{
	text-align:right;
	padding:0 20px 10px;
	font-size:12px;
}

.copyright a:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #C89305;
}
.copyright a:hover { color: #ff3333; font-weight: bold; font-family: "ＭＳ Ｐゴシック", Osaka }
.copyright a:active { font-weight: bold; font-family: "ＭＳ Ｐゴシック", Osaka }
.copyright a:visited {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color: #ffffff;
}

dl#demo {
  float: left;
  width: 200px;
  height: 35px;
 overflow: hidden !important;
}

.item {
   padding: 5px 10px;
	color: #FFFFFF;
   text-align: center;
	font-size: 12px;
	   width: calc(90% / 4);
}

.item a:link {
color: #ffffff;
text-decoration:none;
}

.item a:visited { 
color: #EC9600;
text-decoration:none;
}

.item+ .item {
  border-left: 1px solid #fff;
}

.new {
    display: none;
		padding: 3px;
	color: #f03;
	font-size: 12px;
}
.new.is-show {
    display: inline-block;
}

summary {
  cursor: pointer;
   background: #c3f6ff;
	padding: 7px;
	width: 85%;
	max-width: 600px;
}
summary::-webkit-details-marker {
  color: transparent;
	  background: #c3f6ff;
	padding: 10px;
}
summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #EFEFEF;
}

details {
  margin: 14px;
  padding: 10px;
  height: 10px;
  transition: .5s;
}
details[open] {
  height: auto;
  background: #ffffff;
	padding: 10px;
}

.pic img { width: 90vw;
	padding: 0 10% 0 0;
}


#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'Inizio Pagina';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}