@charset "UTF-8";

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
li { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; vertical-align: bottom; }

/* clearfix */
.clearfix,
#nav,
.box .eligible,
.items .general,
.items .consumable,
.notes ul {
	width: 100%;
}
.clearfix:after,
#nav:after,
.box .eligible:after,
.items .general:after,
.items .consumable:after,
.notes ul:after {
	content: ""; 
	display: block;
	clear: both;
}

/* anchor */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

/* styles */
html {}
body {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

/* header */
#header {}
h1 {}
#nav {
	background:#fff;
	margin: 0 auto;
	margin-left: 0;
	padding-left:30px;
	padding-right:30px;
	width: 690px;
	_width: 770px;
	position: absolute;
	z-index: 99;
	/*clearfix*/
	padding-bottom: 10px;
}
#nav.fixed {
	position: fixed;
	top: 0;
	box-shadow: rgba(0,0,0,0.2) 0 3px 3px;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	justify-content: center;
}
#nav li {
	/* float: left; */
	margin-bottom:10px;
	width: 40%;
}
#nav img{
	width: 100%;
}
#service {
	background: #fff no-repeat 0 0;
	padding-top: 60px;
	clear: both;
	position: relative;
	z-index: 80;
}

/* btn */
.btn_print {
	background: #fff;
	margin: 0 0 20px;
	padding-top: 20px;
	position: relative;
	z-index: 60;
	text-align: center;
}
.btn_print li {
	margin: 0 0;
	display: inline;
}
.btn {
	background: #fff;
	padding: 10px 0 30px;
	text-align: center;
	position: relative;
	z-index: 70;
}

/*movie*/
.movie{
	width:750px;
	background:#fff;
	margin-top:10px;
	text-align:center;
}
.movie a img{
	margin-right:20px;
	border:1px solid #fff;
}
.movie .line{
	padding:10px 0 20px;
	background:#ECF2FF;
	border:2px solid #2A7CB6;
}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}