@charset "SJIS";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
/* リセット -----------------------------------------------*/
body, div, p, ul, li, a, h1 {
		margin: 0;
		padding: 0;
}
ul {
  list-style:none;		
}

body{
	font-family: 'Sawarabi Gothic', sans-serif;
	color:black;
	background-color:whitesomke;
	margin: 0px auto;
 	width: 100%;
	max-width: 600px;
	}
@media all and (max-width: 600px) {
	.embeddedmovie {
		display: inline-block;
		max-width: 100%;	/* はみ出ないようにする */
		width: auto;
		height: auto;
		}
	}
br{
 letter-spacing:0;
}

.title{	
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size:20px;
	text-align:center;
	margin:0px auto;
	width:100%;
	border-bottom:1px solid;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;}

.text{
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size:13px;
	margin:0px auto;
	width:80%;
	padding-top:5px;
	padding-bottom:5px;
	white-space: pre-line;
}

a:link{
	text-decoration:none;
	color:black;}

a:visited{
	color:litegray;}

a:hover{
	color:litegray;}


img{
	border:1px solid black;
}

.top{ 
	border:none;
}
		
}

}



