@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------
	デフォルトスタイル #FECBCD
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

body{
	overflow-x:hidden;
	line-height:1.8em;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	-webkit-text-size-adjust:100%;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

section{
	margin:0 auto;
	width:96%;
}

/*------------------------------------------------------------
	新型コロナ対策
------------------------------------------------------------*/
#information{
	clear:left;
	margin:0 auto;
	padding-bottom:50px;
	width:100%;
	height:auto;
	font-size:14px;
	line-height:2.3em;
	background:none;
}

#information h1{
	margin-top:30px;
	margin-bottom:30px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	color:#FFF;
	background:#C03;
}

#information ul{
	margin:0 auto;
	width:95%;
}

#information1 li{
	margin-left:0;
}

.close{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:80px;
	width:100%;
	text-align:center;
}

.button{
	clear:left;
	color:#FFF;
	width:200px;
	height:40px;
	text-align:center;
	line-height:40px;
	background:#9d74c7;
	border:0;
}


/*------------------------------------------------------------
	height
------------------------------------------------------------*/
.height5{
	margin:0;
	padding:0;
	width:auto;
	height:5px;
}

.height10{
	margin:0;
	padding:0;
	width:auto;
	height:10px;
}

.height15{
	margin:0;
	padding:0;
	width:auto;
	height:15px;
}

.height20{
	margin:0;
	padding:0;
	width:auto;
	height:20px;
}

.height30{
	margin:0;
	padding:0;
	width:auto;
	height:30px;
}

.height50{
	margin:0;
	padding:0;
	width:auto;
	height:50px;
}
