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

body {
	background: url(../img/take.png) no-repeat center center/cover;
	background-attachment: fixed;
}
.g_nav li.bu.current a {
	background: url(../img/nav.svg) no-repeat right -120px;
}
.mokuji li {
	line-height: 30px;
	text-shadow: 1px 1px 3px #FFF;
}
.mokuji li a:hover {
	border-bottom: 1px dotted #000;
}
.container h3 {
position: relative;
padding: 0.25em 0;
	font-size: 24px;
	padding: 30px 0 10px;
	font-weight: bold;
	line-height: 1.5;
}
.container h3:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.container h4 {
position: relative;
padding: 0.25em 0;
	font-size: 22px;
	padding: 30px 0 10px;
	font-weight: bold;
	line-height: 1.5;
}
table {
	max-width: 550px;
	margin: 20px auto;
	border-collapse: collapse;
}
caption {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: bold;
}
th {
	background: rgba(0,0,0,0.5);
		text-shadow: 1px 1px 3px #000;
		color: #FFF;
}
th,td {
	width: auto;
	height: 40px;
	line-height: 40px;
	border: solid 1px #000;
		text-shadow: 1px 1px 3px #FFF;
		font-weight: bold;
}
td {
	text-align: center;
	padding-right: 5px;
		text-shadow: 1px 1px 3px #FFF;
}
.photo {
	margin: 20px 0;
}
@media screen and (max-width:999px){
.g_nav li.bu.current a {
	background: url(../img/nav2.png) no-repeat left bottom;
}
}