/* 共通CSS */
body{
	background: linear-gradient(#99b6ff, #1241ae);
	background-repeat: no-repeat;
	background-color: #1241ae;
	color: #2f3330;
	font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
#body{
	overflow: hidden;
}
#contents{
	background-color: #fffffc; /* 胡粉色 */
	margin: 20px 20px 0 20px;
	padding: 10px;
	border-radius: 5px;
	background-image: url("./img/jojutsu.png");
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: right 10px bottom 10px;
}
h1{
	margin: 10px 10px 5px 10px;
	padding: 0 0 0 30px;
}
h1 a{
	color: #2f3330;
}
h1 img{
	width: 298px;
	height: 70px;
}
h2{
	font-size: 1.4em;
	color: #fffffc;
	margin: 0;
	padding: 0;
}
.title{
	margin: 15px 5px 0 5px;
	padding: 0;
	border-bottom: 2px solid #ffbe1a;
}
.title h2{
	padding: 5px 5px 5px 15px;
	color: #2f3330;
}
.yearselect{
	margin: 5px 40px;
	padding: 0;
	overflow:auto;
}
.yearselect p{
	padding: 10px 0 0;
	margin: 0;
	font-weight: bold;
}
.yearselect a{
	color: #7a92cc;
}
.yearselect .next{
	float:left;
}
.yearselect .previous{
	float:right;
}
.content{
	margin: 15px 10px;
	padding: 0;
	border: 3px solid #7a92cc;
	border-radius: 10px;
}
.eyecatch{
	margin: -10px 10px 0;
	padding: 0;
}
.eyecatch img{
	width: 100%;
	height: auto;
}
.content h2{
	padding: 18px 5px 5px 0px;
	margin: 0 25px;
	color: #2f3330;
	border-bottom: 2px solid #ffbe1a;
}
.content h2 a{
	color: #fffffc;
}
.content h3{
	padding: 5px 25px 0px;
	margin: 10px 0;
}
.content h3.note{
	font-weight: normal;
	font-size: 1em;
	margin: 10px 0 0;
}
.content p{
	padding: 5px 25px;
	margin: 10px 0;
}
.content p.noblankaw{
	padding-bottom: 0;
	margin-bottom: 0;
}
.content p.pic{
	max-width: 800px;
	text-align:center;
	margin: 10px auto;
}
.content p.pic img{
	width: 100%;
}
.content .parallel{
	max-width: 800px;
	text-align:center;
	padding: 5px 25px;
	margin: 10px auto;
}
.content .parallel p.pic{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 49%;
}
.content p.note{
	text-indent: -1em;
	margin-left: 1em;
}
.content ul{
	margin-left: 1em;
	padding: 0 25px 0 25px;
}
.content ul.noblankbh{
	padding-top: 0;
	margin-top: 0;
}
.content ul.tencommandments{
	margin-left: 2em;
	padding: 0 25px 0 25px;
	list-style: none;
	text-indent: -2em;
}
.content ol{
	padding-top: 0;
	margin-top: 0;
}
.content ol li{
	list-style-type: none;
	counter-increment: cnt;
	padding: 0;
}
.content ol li:before{
	content: counter(cnt) ") ";
	margin-left: -1em;
}
.content li{
	padding: 5px 0;
}

.content a{
	color: #7a92cc;
}
.content table{
	padding: 5px 25px;
	margin: 10px 0;
}
.content tr{
	vertical-align: top;
	margin: 5px 0;
}
.content tr.filler td{
	padding: 0.7em 0 0;
}
.content td.head{
	width: 4em;
	display: flex;
	justify-content: space-between;
}
.content hr{
	margin: 0px 25px 0px 25px;
	height: 2px;
	background-color: #ffbe1a;
	border: none;
}
.url{
		word-break: break-all;
}
.headline h2{
	padding: 5px 10px;
	background: #7a92cc;
	margin: 0;
	color: #fffffc;
	border-bottom: none;
	font-size: 22px;
}
.headline{
	width: 250px;
	height: 100px;
	display: inline-block;
	position: relative;
}
.headline a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.headline p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
.headline:hover {
	border: 3px solid #ffbe1a;
}
.headline:hover p{
	text-decoration: underline;
}
.headline:hover h2{
	text-decoration: underline;
	background: #ffbe1a;
	color: #2f3330;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #ffbe1a;
}
/* フッター関連 */
hr.footer{
	margin: 25px 0;
	padding: 0;
	height: 2px;
	background-color: #ffe299;
	border: none;
}
div.footer{
	margin: 0;
	padding: 0 30px;
	width: 100%;
	color: #fffffc;
}
div.footer a{
	color: #fffffc;
}
.footer ul li.layer1{
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 33%;
}
#copyright{
	margin: 0 20px 20px 20px;
	padding: 10px;
	text-align: right;
	color: #fffffc
}
/* メニューバーデザイン */
#menu{
	background-color: #7a92cc;
	margin: auto -10px 30px -10px;
}
#pcmenu, #spmenu{
	width: 560px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}
#pcmenu li, #spmenu li{
	position: relative;
	list-style: none;
}
#pcmenu li label, #pcmenu li a, #spmenu li label, #spmenu li a{
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	color: #fffffc;
	font-size: 14px;
	line-height: 2.8;
	background: #7a92cc;
	text-decoration: none;
	border-right: 1px solid #fffffc;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
#pcmenu li a:hover, #pcmenu li label:hover, #spmenu li label:hover, #spmenu li a:hover{
	color: #2f3330;
	background: #ffbe1a;
}
#pcmenu li.leftmost{
	border-left: 1px solid #fffffc;
}
#pcmenu li ul{
  top: 40px;
  left: -40px;
  position: absolute;
}
#pcmenu li ul li{
  border-top: 1px solid #fffffc;
}
/* メニューバー表示処理 */
input {
    display: none;
}
#pcmenu .layer2 li{
	max-height: 0;
	overflow-y: hidden;
	z-index: 1;
}
#spmenu ul.layer2 li.layer2{
	max-height: 0px;
	overflow-y: hidden;
	border-top: 0px;
}
#cp_menu_bar2:checked ~ ul.layer2 li.layer2{
	max-height: none;
	opacity: 1;
	border-top: 1px solid #fffffc;
}
#spmenu{
	display: none;
}
/* スマフォ用CSS */
@media screen and (max-width:680px){
	#contents{
	margin: 20px 0 0 0;
	}
	#pcmenu{
		display: none;
	}
	#spmenu{
		display: inline;
		width: 100%;
		margin-bottom: 30px;
	}
	#spmenu li label, #spmenu li a{
		width: 100%;
		height:auto;
		border-right: 0px;
	}
	#spmenu li.layer2{
		left: -20px;
		width:auto;
	}
	#humberger{
		position: relative;
		top: 7px;
		margin-right: 1em;
		height: 24px;
		width: 24px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div{
		position: absolute;
		left: 0;
		height: 3px;
		width: 24px;
		background-color: #fffffc;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div:nth-of-type(1) {
		top: 0;
	}
	#humberger div:nth-of-type(2) {
		top: 10px;
	}
	#humberger div:nth-of-type(3) {
		bottom: 1px;
	}
	.footer ul li.layer1{
		margin-bottom: 0;
		display: list-item;
		vertical-align: baseline;
		width: auto;
		list-style: none;
	}
	#contents{
		background-image: none;
	}
	.headline{
		width: auto;
		display: block;
		position: relative;
	}
	h1{
	margin: 10px 10px 5px 10px;
	padding: 0;
	text-align: center;
	}
	.content .parallel{
		max-width: 800px;
		text-align:center;
		padding: 5px 25px;
		margin: 10px auto;
}
	.content .parallel p.pic{
		width: 100%;
		display: block;
	}
}