/*不語之草CSS*/

body{
	color: rgb(0, 0, 0);
	font-size: medium;
	background-color:rgb(0, 61, 102);
	font-family: "heisei-mincho-std", serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.1em;
}

header{
	margin: 0 auto;
	border: none;
	background-color:rgb(0, 61, 102);
  display: flex;
	flex-wrap: wrap;
  justify-content: center;

}

.box_sups{
	width: 100%;
	margin: 30px auto;
	padding: 0.5em 0px;
	background-color: rgb(146, 129, 55);
	color: rgb(255, 255, 255);
	text-align: center;
}

h1{
	color: rgb(116, 103, 48);
	font-size: large;
	border: none;
	margin: 20px auto;
	font-family: "heisei-mincho-std", serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.1em;
}

div.bg_w{
	background-color: #fff;
	border-radius: 10px;

}


img.ss{
	margin: 10px;
}

	/*  ------ PC ------  */
@media screen and (min-width: 768px){

	
}

	/*  ------ メディアアクエリ終了------  */

footer a{
		text-decoration: underline;
	}

footer{
	background-color: rgb(0, 61, 102);
	color: rgb(146, 129, 55);
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	border: none;

}