@charset "utf-8";

/*基本レイアウトここから*/

header{
	width: 960px;
	height:600px;
	margin: 20px auto 0px auto;
	position: relative;
	overflow: hidden;
}

header h1{
	margin: 0;
	position: absolute;
}

nav{
	position: relative;
	right: 0;
	font-size: 150%;	
}

nav ul{
	list-style-type: none;
	overflow: hidden;
}


footer {
	margin-bottom: 0;
	padding: 14px 0 14px 0;
	text-align: center;
}

.breadcrumb{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
	content: "/";
	margin: 0.6em;
	color: #777;
}

#contents{
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#main{
	width: 530px;
	margin-bottom: 30px;
	float: left;
}

#sub{
	margin-left:20px;
	width: calc(960px - 530px - 20px);
	float: right;
}

span{
	color:#F00;
}

ul {
	margin:0px;
	padding:0px;
}
li {
	font-size:1rem;
	margin-bottom:0.2rem;
}
ul.kyoushitsu li {
	margin-bottom:0.7rem;
}

li a {
	text-decoration: none;
}

p {
	margin:0px;
}

h3 {
	font-size:1rem;
	margin-top:0px;
	margin-bottom:0px;
}
h4 {
	font-size:1.5rem;
	margin-top:10px;
	margin-bottom:10px;
}
h5 {
	margin-top:10px;
	margin-bottom:10px;
}

a:hover {
	color:#F00;
}

.not_crlf {
	display: inline-block; _display: inline;
}

.center {
	text-align:center;
}

/*基本レイアウトここまで*/