  .wrapper {
	position: relative;
}
#print {
	display: none;
}
.box li {
	line-height: 1.8;
}
.box li {
	margin-bottom: 10px;
}
li h3,h4,h5,h6 {
	font-size: 1.3rem;
	font-weight: bold;
	border: none;
	color: #424242;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
li p {
	margin-bottom: 0;
}

/**/

@media print, screen and (min-width: 480px) {

}

/**/

@media print, screen and (min-width: 824px) {
	#print {
		display: inline-block;
		position: absolute;
		top: 8px;
		right: 0;
	}
	#print a:before {
		content:" ";
		display: inline-block;
		background-image: url(/images/icon-print.png);
		width: 26px;
		height: 25px;
		background-size:contain;
		vertical-align:middle;
		margin-right: 10px
	}
	#print a:hover:before {
		opacity: 0.6;
	}
}

/**/

@media only screen and (min-width: 1012px) {

#navi > li > a > span ,#navi > li:last-child > a > span{
	padding-top: 8px;
	padding-bottom: 8px;
}
#navi .head span {
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu #navi .bnr a span {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navi2 > li > span   {
	padding-top: 10px;
}
}

