body{
background-color:#ffffff;
opacity: 0.8;
background-image: linear-gradient(0deg, #eee8aa 50%, #ffebcd 50%);
background-size: 20px 20px;
}
#content{
	padding:10px 30px;
	border-radius:8px;
	max-width:1000px;
	margin:auto;
	background-color:#fff;
	
}
h1{
	border-bottom:5px dotted #eee8aa;
	padding-bottom:10px;
}
h1 span{
	font-size:70%;
	display:block;
}
.tb_zukonohinto{
	border-spacing:10px;
	border-collapse:separate;
	width:100%;
}
.tb_zukonohinto tr{
	padding-bottom:10px;
}
.tb_zukonohinto td:first-child{
	background-color:#17A30C;
	color:#fff;
	text-align:center;
	border-radius:5px;
	padding:10px 5px;
}
.tb_zukonohinto td:nth-child(2){
	padding:10px 5px;
	border-bottom:1px dashed #ccc;
}
.tb_zukonohinto td:nth-child(3){
	border-bottom:1px dashed #ccc;
	text-align:center;
}
.tb_zukonohinto td a{
	padding:3px 30px;
	background-color:#AF2629;
	text-align:center;
	color:#fff;
	border-radius:10px;
	text-decoration: none;
}

.return{
	font-size:100%;

}
.return a{
	position:relative;
	display:inline-block;
	padding-left:30px;
}
.return a::before{
	content:"";
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0px;
	width:13px;
	height:13px;
	border-top:4px solid #808000;
	border-right:4px solid #808000;
	transform:rotate(45deg);
}
.return a::after{
	content:"";
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0px;
	width:15px;
	height:4px;
	background:#808000;
}
#footer{
	width:100%;
	margin-top:50px;
	padding-top:10px;
	border-top:5px dotted #eee8aa;

}
.right{
	text-align:right;
	font-size:90%;
}
.right a{
	color:#444;
}

.worksheet_data{
	margin-bottom:40px;
}

.worksheet_data p:first-child{
	background-color:#17A30C;
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	border-radius:7px;
}
.worksheet_data p:last-child{
	text-align:right;
}
.worksheet_data p:last-child a{
	background-color:#AF2629;
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	border-radius:7px;
	text-align:center;
	text-decoration: none;
}