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


/*リセット*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

/*--- clearfix ---*/
.cf:after {
	content:url(images/clear.gif);
	display:block;
	height:0;
	clear:both;
}

.cf { display:inline-block; }

.cf { overflow:hidden; }


/* clearfix */
.cf:before, .cf:after {
	content:"\0020";
	display:block;
	height:0;
	visibility:hidden;
}
.cf:after { clear:both; }
.cf { zoom:1; }

.coord2 li {
	float:left;
	padding:2px;
	margin-left:10px;
	margin-bottom:1px;
}

.coord3 li {
	float:left;
	padding:10px;
	margin-left:10px;
	margin-bottom:1px;
        color: #fff;
}

{
			box-sizing: border-box;
			margin: 0;
			padding: 0;
		}
		.content{
			margin: 0 auto;
			padding: 10px;
		}
		.modal{
			display: none;
			height: 100vh;
			position: fixed;
			top: 0;
			width: 100%;
		}
		.modal__bg{
			background: rgba(0,0,0,0.0);
			height: 100vh;
			position: absolute;
			width: 100%;
		}
		.modal__content{
			background: rgba(0,0,0,0.8);
			left: 20%;
			padding: 20px;
			position: absolute;
			top: 50%;
			transform: translate(-50%,-50%);
			width: 800px;
                        height: 690px;
		}
