@charset "utf-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	margin:auto;
}
#copy {
	font-size:12px;
	color:#000;
	text-align:right;
}
h2 {
	margin:10px 10px 10px 10px;
	color:#000;
	margin-top:30px;
}
#container {
	width:700px;
	margin:auto;
}
#title {
	background-color:#6dc8c7;
	--height:60px;
}
#close {
	text-align:center;
	margin-top:20px;
}
#kiji {
	width:92%;
	overflow:auto;
	font-size:16px;
	line-height:20px;
	color:#000000;
	padding:5px 0px 20px 30px;
}
#date {
	font-size:12px;
	text-align:right;
	margin-right:30px;
}




@media screen and (max-device-width:480px) {

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	margin:auto;
}
#copy {
	font-size:12px;
	color:#000;
	text-align:right;
}
p {
	font-size:16px;
	line-height:18px;
	color:#000000;
	margin:10px 10px 10px 10px;
}
h2 {
	margin:10px 10px 10px 10px;
	color:#FFF;
}
#container {
	width:100%;
	margin:auto;
}
#title {
	background-color:#000;
	height:55px;
}

#close {
	text-align:center;
	margin-top:20px;
}
#kiji {
	overflow:auto;
	width:100%;
}
#date {
	font-size:12px;
	text-align:right;
}


}