@charset "UTF-8";
/*
Theme Name: reiwa2020
*/

body
{
   padding: 0;
   margin:0;
   color: #696969;
   background-color: #FFFFFF;
   background-image: url('images/Bottom_texture.jpg');
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: top center;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
a:hover{
	opacity:0.5;
}
#suma-btn{
	display:none;
}

#top-nav{
	width:100%;
	max-width:1920px;
	background-image: url('images/nav.png');
	background-position:top center;
	height:28px;
	position:fixed;
	top:0;
	left:0;
}
#top-nav ul{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:0;
	display:flex;
	flex-wrap:nowrap;
	justify-content: center;
}
#top-nav ul li{
	width:112px;
	text-align:center;
	margin:0;
	padding:0;
}
#top-nav ul li a{
	display:block;
}
#top-nav ul li a:hover{
	background:#2ca9e1;
	color:#fff;
}

.page-id-1063 div#top-nav ul li:nth-child(9),
.page-id-1204 div#top-nav ul li:nth-child(8),
.page-id-1218 div#top-nav ul li:nth-child(7),
.page-id-1061 div#top-nav ul li:nth-child(6),
.page-id-1059 div#top-nav ul li:nth-child(5),
.page-id-1057 div#top-nav ul li:nth-child(4),
.page-id-1055 div#top-nav ul li:nth-child(3),
.page-id-1053 div#top-nav ul li:nth-child(2),
.home div#top-nav ul li:nth-child(1){
	background:#2ca9e1;
	color:#fff;
}

@media screen and (max-width: 479px) {
	body{
	   background-position: top 90%;
	}
	#suma-btn{
		display:block;
		background:#777;
		color:#fff;
		font-weight:bold;
		text-align:center;
		cursor:pointer;
		margin:0;
		padding:10px 0;
	}
	#top-nav{
		width:100%;
		background-image:none;
		height:auto;
		position:relative;
		top:0;
		left:0;
		display:none;
	}
	#top-nav ul{
		width:100%;
		margin:0 auto;
		padding:0;
		display:block;
	}
	#top-nav ul li{
		width:100%;
	}
	#top-nav ul li a{
		padding:10px 0;
		background:#ddd;
		border-bottom:1px solid #eee;
	}
	#top-nav ul li a:hover{
		background:#ccc;
		color:#222;
	}

}

#wrapper{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#art-logo{
	padding-top:30px;
}
#art-logo h1{
	font-size:1.2em;
	margin-top:20px;
	font-weight:bold;
}

@media screen and (max-width: 479px) {
	#wrapper{
		width:100%;
	}
	#art-logo{
		padding-top:15px;
		text-align:center;
	}
	#art-logo h1{
		font-size:1.0em;
		margin-top:0px;
		text-align:center;
	}
}


#content{
	margin:0;
	padding:0;
	display:flex;
}
#main{
	width:663px;
	margin:0;
	padding:0;
}
.breadcrumb-area{
	text-align:center;
	margin:10px;
}
h1{
	font-size:1.3em;
	font-weight:normal;
}

.post{
}
.post h2{
	border-bottom:3px double lightblue;
	text-indent:0.5em;
}
.post h2 span{
	font-size:0.7em;
	font-weight:normal;
}

.post div{
	width:95%;
	margin:10px auto;
}


@media screen and (max-width: 479px) {
	#content{
		width:95%;
		margin:0 auto;
		padding:0;
		display:block;
	}
	#main{
		width:100%;
		margin:0;
		padding:0;
	}
}

.noLine-tb{
	margin-bottom:30px;
}
.noLine-tb caption{
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-bottom:20px;
}

.noLine-tb caption:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}





.noLine-tb td{
	vertical-align:top;
}



.noLine-tb dl{
	margin:10px;
	padding:0;
}
.noLine-tb dl dt{
	font-weight:bold;
}
.noLine-tb dl dd{
	margin:10px;
	padding:0;
}

#coro-h1{
	font-size:1.6em;
	font-style:italic;
	font-weight:bold;
    background: -moz-linear-gradient(#ffb03c, #ff708d);
    background: -webkit-linear-gradient(#ffb03c, #ff708d);
    background: linear-gradient(to right, #ffb03c, #ff708d);
    color: #FFF;
	text-align:center;
	padding:5px 0;
}


.box21{
    padding: 0.5em 1em;
    background: -moz-linear-gradient(#fff03c, #ffa08d);
    background: -webkit-linear-gradient(#fff03c, #ffa08d);
    background: linear-gradient(to right, #fff03c, #ffa08d);
    color: #FFF;
    margin-bottom:10px;
}
.box21 p {
    margin: 0; 
    padding: 0;
    line-height:1.5em;
	font-size:1.6em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color:#f00;
}

.blink {
  animation: blinkAnime 3s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #ffffff }
   20% { color: #ffffff }


 100% { color: #ff0000 }
}


.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box16 p {
    margin: 0; 
    padding: 0;
    font-weight:bold;
    line-height:1.5em;
    font-size:1.2em;

}

#coro-img{
}


@media only screen and (max-width:480px){
	.noLine-tb th{
		display:block;
		width:100%;
	}
	.noLine-tb td{
		display:block;
		width:100%;
	}
	#coro-img img{
		width:100%;
	}
	#coro-h1{
		font-size:1.2em;
	}
	.box21 p {
	    font-size:1.0em;
	}

}

table.res2020{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
table.res2020 th,
table.res2020 td{
  border: 1px solid #999;
  padding: 1em 1em;
  text-align:left;
}
table.res2020 th{
  background: #eee;
}

input[type="text"] {height: 50px; }

.span-red{
	color:red;
	font-weight:bold;
}

@media only screen and (max-width:480px){
	table.res2020 th,
	table.res2020 td{
	  display: block;
	}

	input[type="text"],
	textarea {
		padding: 0.3em;
		outline: none;
		border: 1px solid #DDD;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 16px;
	    	width: 90%;

	}


}


#main-img {
	width:100%;
	height:213px;
	box-sizing:border-box;
}
#main-img img {
	width:100%;
	vertical-align:bottom;
	border:1px solid #1B517E;

}
#title-box{
	display:flex;
	margin-top:30px;
}
#title-box p{
	width:50%;
	margin:0;
	padding:0;
}

#title-box p:nth-child(1){
	text-align:left;
	font-size:1.2em;
	font-weight:normal;
	margin-left:10px;
}
#title-box p:nth-child(2){
	text-align:right;
	margin-right:10px;
}

#info-box{
	width:100%;
	height:213px;
	border:0px solid #1B517E;
	box-sizing:border-box;
	overflow:auto;
	margin-bottom:40px;
}
#info-box ul{
	margin:10px;
	padding:0;
}

#info-box2{
	width:100%;
	height:213px;
	border:1px solid #1B517E;
	box-sizing:border-box;
	background:url("./images/bg2.jpg");
}
#info-box2 p{
	margin:10px;
	line-height:2.5;
}

@media screen and (max-width: 479px) {
	#main-img {
		height:auto;
	}
	#info-box{
		width:100%;
		height:auto;
	}
	#info-box2{
		width:100%;
		height:auto;
	}


}


#sidebar{
	width:225px;
	margin:0 12px 0 0;
	padding:0;
}

@media screen and (max-width: 479px) {
	#sidebar{
		display:none;
	}
}

#art-vmenublock
{
   width: 225px;
}
#art-vmenublock p{
   text-align: center;
   margin-bottom:20px;
}


ul#art-vmenu, ul#art-vmenu ul
{
   list-style: none;
   display: block;

}

ul#art-vmenu, ul#art-vmenu li
{
   display: block;
   margin: 0;
   padding: 0;
   width: auto;
   line-height: 0;
}

ul#art-vmenu
{
   margin-top: 0;
   margin-bottom: 0;
}

ul#art-vmenu ul
{
   display: none;
   margin: 0;
   padding: 0;
   position:relative;
   margin-left: 0;
   margin-right: 0;
}

ul#art-vmenu ul.active
{
   display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul#art-vmenu a 
{
   display: block;
   cursor: pointer;
   z-index:0;
   text-decoration: none;
   font-family: "Gill Sans",Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   text-transform: none;
   margin-left:0;
   margin-right:0;
   position:relative;
}





ul#art-vmenu a{
   display: block;
   cursor: pointer;
   z-index:0;
   text-decoration: none;
   font-family: "Gill Sans",Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   text-transform: none;
   margin-left:0;
   margin-right:0;
   position:relative;
}
ul#art-vmenu li{
   position:relative;
}

ul#art-vmenu>li>a 
{
   color: #1C1C1C;
   padding: 0 10px 0 23px;
   height: 45px;
   line-height: 45px;
   white-space: nowrap;
}

ul#art-vmenu>li>a.active {
   color: #1A1A1A;
}
ul#art-vmenu a:hover, ul#art-vmenu a.active:hover {
   color: #FFFFFF;
}

ul#art-vmenu>li>a:before, ul#art-vmenu>li>a:after 
{
   position: absolute;
   display: block;
   content: ' ';
   z-index:-1;
   background-image: url('images/vmenuitem.png');
   top:0;
   height:45px;
}

ul#art-vmenu>li>a:before{
   left: 0;
   right: 18px;
   background-position: top left;
}
ul#art-vmenu>li>a:after{
   width: 18px;
   right: 0;
   background-position: top right;
}
ul#art-vmenu>li>a.active:before {
   background-position: bottom left;
}
ul#art-vmenu>li>a.active:after {
   background-position: bottom right;
}
ul#art-vmenu>li>a:hover {
   background-color: transparent;
}
ul#art-vmenu>li>a:hover:before  {
   background-position: center left;
}
ul#art-vmenu>li>a:hover:after {
   background-position: center right;
}

ul#art-vmenu>li{
   margin-top:1px;
}
ul#art-vmenu>li>ul{
   margin-top:1px;
   padding-bottom: 0;
}
ul#art-vmenu>li:first-child{
   margin-top:0;
}                                                     

ul#art-vmenu>li:before, ul#art-vmenu>li>ul:before{
   display: block;
   position:absolute;
   content: ' ';
   height: 0;
   top:-1px;
   left:0;
   right:0;
   z-index:1;
   border-bottom: dotted 1px #B7D6F0;
}

ul#art-vmenu>li:first-child:before,ul#art-vmenu>li:first-child:after{
   display:none;
}



.page-id-1088 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(10),
.page-id-1063 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(9),
.page-id-1204 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(8),
.page-id-1218 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(7),
.page-id-1061 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(6),
.page-id-1059 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(5),
.page-id-1057 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(4),
.page-id-1055 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(3),
.page-id-1053 div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(2),
.home div#sidebar div#art-vmenublock ul#art-vmenu li:nth-child(1){
	background:#c1daef;
}



#suma-foot{
	display:none;
}
@media screen and (max-width: 479px) {
	#suma-foot{
		display:block;
		margin:30px 0;
		border-top:1px dashed #ccc;
		border-bottom:1px dashed #ccc;

	}
	#suma-foot p {
		width:100%;
		text-align:center;
	}


}


footer{
	width:95%;
	margin:0 auto;

}
footer p:nth-child(1){
	border-bottom:1px solid #eee;

}



#footer-inner{
	background:url("./images/footer_b.png");
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
}
