@charset "utf-8";
body {
	margin: 0;
	touch-action: manipulation; /*iPad iOSなどのダブルタップ抑止のため*/
}
.container {
	margin: 0 auto 0 auto;
	max-width: 1200px;
	padding: 0% !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

body a{
	color: #0073bc;
	text-decoration: none;
    padding: 8px;
	
}
a:hover {
	/* color: #b7dbf2; */
	color:skyblue;
	text-decoration: underline;
}

/* 
各パートにパディング、背景、テキスト色などを指定する
パディングは上、右、下、左
*/
.header-inner {
	font-size: 20px;
  	font-weight: 600;
    color: #fff; 
    line-height: 1.3;
	padding: 8px 8px 8px 10px;
	background: #000000;
}
.nav-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.0;
	padding: 5px 10px 5px 10px;
	background: #e3e3e3;

}


main {
	padding: 0px;
/*	background: #fffde3;  */
    /* font-family: "sans-serif", Helvetica, Arial,Helvetica Neue ; */
    font-size: 14px;
    line-height: 1.0;

}
/* .sidebar {

    font-size: 20px;
    line-height: 1.0;
	padding: 0px 0px 0px 0px;
} */

.footer-inner {
	padding: 8px 10px 8px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff; 
    line-height: 1.3;
	background: rgb(0, 48, 157);
}

/* @media only screen and (min-width: 1200px) {
	section .container {
		flex-flow: row;
	}
	main {
		flex: 1 1 auto;
	}
	.sidebar {
		flex: 0 0 600px;
	}
} */

/* わかりやすくするために適用しているCSS */
body {
	color: #444;
}
main p:last-child {
	margin-bottom: 0;
}
.main-title {
	margin: 0;
}
.copyright {
	margin: 0;
}


/**yadanar css*/
.cus-img-styl{
	width: 100%; 
	height: auto;
	border: 2px solid #f8fafb;
	/* border: 2px solid lightgray; */
	/* padding: 5px; */
}

input[type="datetime-local"] {
	vertical-align: middle;
	padding:4px;
}

.cus-svg{
	height: 12px;
	fill:#fff;
}

button.active{
	font-weight: bolder;
}

#btn-back-to-top {
	position: fixed;
	bottom: 30px;
	left: 75%;
	margin: auto;
	display: none;
  }

#mySVG g[id^="layer"] polygon:hover{
	fill: #8abf6f;
	cursor: pointer;
	}