@charset "utf-8";

/*****プライバシーポリシー******/

html{
	font-family : Verdana,sans-serif;
	line-height: 1.5;	
	text-align:left;
	font-size:85%;
}

h1 {
	font-size:24px;
	font-size:1.5rem;
	text-align:center;
	padding:4px;
	color:#666;
	border-bottom:1px dotted #333;
}

h2 {
	font-size:24px;
	font-size:1.5rem;
	line-height: 1.5;
	color:#336600;
	margin:10px;
	padding-bottom:8px;
	padding-bottom:0.5rem;
}

oi li {
	margin-bottom:8px;
}

/******時間右表記用********/
.update-time {
	display:block;
	text-align:right;
	color:#333ccc;
}


@media print,screen and (min-width:768px) {
/****************************************ここに768〜1023まで*/
html {
	font-size:95%;

}

}

@media print,screen and (min-width:1024px) {
/*****************************************ここに1024以上*/
html{
	font-size:100%;
	overflow:auto;
}

}