@charset "utf-8";

/* 全体の設定 */
body {
	background-image: url(haikei_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
header {
	border-top: solid 18px #0000b1;
	max-width: 100%;
}

h2 {
 	color: #000000;
 	font-size: 40px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: '游ゴシック';
}


h3 {
	color: #0000ff;
	font-size: 25px;
}

p {
	color: #000000;
	font-size: 18px;
}

div {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* グローバルメニュー */
.global-nav {
 	font-size: 18px;
 	max-width: 100%;
	padding: 3px 10px 1px 10px;
 	background-color: #000000;
 	border-bottom: 5px solid #ff8c00;
}

.nav-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav-item {
	width: 120px;
	padding: 3px 30px;
	display: inline-block;
	margin: 8px 5px;
}

.nav-item a:hover {
	color: #ff8c00;
	text-decoration: underline;
	cursor: pointer;
}


/* リンクの文字部分 */
a:link {
	text-decoration: none;
}

a:hover {
	color: #ff8c00;
	text-decoration: underline;
}



/* 表 */
.admission {
width: 100%
}

tr {
	width: 90%;
	margin-bottom: 10%;
	color: #ffffff;
}
td {
	width: 30%;
	height: auto;
	padding: 5%;
	color: #ffffff;
}
td img {
	width: 100%;
	height: auto;
	border:4px solid #0000ff;
	border-radius: 8px;
}

/* フッター */
footer {
	text-align: center;
}	

a {
	color: #ffffff;
	text-decoration: none;
}

