
div.headerplaceholder {
	margin:0px;
	padding:0px;
	width:100%;
	height:50px;
}

div.HeaderV {
	top:0;
	margin:0px;
	width:100%; height:50px;
	/* background-color:#958474; 移動済み */
	background-repeat:no-repeat;
	background-position:right;
	background-size:512px 50px;
	z-index:1000;
}
div.BannerBGV {
	width:100%;
	min-width:600px;
	height:50px;
/*	background-color:darkblue; */
	/* background-color:maroon; 移動済み */
	opacity:0.846;
}

img.banner {
	display:block;
	margin:0px;
}

#MainPanel {
	display:block;
	position:relative;
	width:1166px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#AD {
    display:block;
    position:relative;
    float:right;
    width:300px;
    /* height:240px; */
	padding:0px;
    right:0px;
    top:10px;
    z-index:900;
	margin:0px;
}
#ADCONTENT {
    display:block;
    position:relative;
    /* float:right; */
    width:300px;
    height:240px;
	padding:0px;
    right:0px;
    top:0px;
}
div#InfoContainer {
	display:block;
	margin:0px;
	padding:0px;
}

h6.information {
	font-size:14pt;
	text-align: center;
	padding-top: 2em;
	padding-right: 0em;
	text-indent: 0em;
	line-height: 1em;
}

p.info-date {
	font-size:10pt;
	padding-top: 0.5em;
	padding-right: 0em;
	text-indent: 0em;
	line-height: 2em;
}

p.info-body {
	font-size:10pt;
	padding-top: 0em;
	padding-left: 2em;
	padding-right: 0em;
	text-indent: 1em;
	line-height: 1.5em;
}

#MainContent {
	display:block;
    position:relative;
    float:left;
	width:800px;
	margin-top:10px;
	margin-left:0px;
	margin-right:auto;
	/* background-color: #E0E0E0; */
	/* background-color: #FFFACD; 移動済み */
	font-size:14pt;
	padding: 1em;
	z-index:10;
	text-indent: 1em;
	line-height: 2em;
}

p.honbun {
	padding-left: 1em;
}

p.honbun-indent {
	padding-left: 1em;
}
p.honbunCenter {
	text-align: center;
}

ul.honbun,
ol.honbun {
	margin-left:2em;
}

li.honbun {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1.honbun {
	font-size:18pt;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	/* background-color: #A0A0A0; */
	/* background-color: #E3D7A3; */
	/* border-top: solid 3px #E3D7A3;
	border-bottom: solid 3px #E3D7A3; 移動済*/
}

h2.honbun {
	font-size:16pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3.honbun {
	font-size:15pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
img.honbun {
	display:block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left:auto;
	margin-right:auto;
}

img.figure {
	width: 60%;
	margin-left:50px;
}
img.figure80 {
	width: 80%;
	margin-left:50px;
}
img.figureFull {
	width: 100%;
	margin-left:0px;
}
img.figureCenter {
	width: 80%;
	margin-left:10%;
}

#footer {
	display:block;
	position:relative;
	float:left;
	width:1100px;
}

label.slidepanel::after {
	cursor: pointer;
	display: block;
	position: relative;
	content: 'つづきを読む';
	top: 70px;
	left: 100px;
	width: 500px;
	padding: 0px 20px;
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	font-size: 15pt;
	/* color: rgba(10,10,10,0.7); */
	z-index: 50;
}
input.slidepanel:checked + label.slidepanel::after {
	content: '閉じる';
	top: 0px;
}
label.slidepanel:hover {
}

label.slidepanel {
	display:inline-block;
	position: absolute;
	height:0px;
	margin:0;
}

input.slidepanel {
	display:none;
}

div.slidepanel {
	display: block;
	position: relative;
	top: 0px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	height: 70px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
	z-index: 10;
}

div.slidepanel::after {
	position: absolute;
	bottom:0;
	left:0;
	content: '';
	width: 100%;
	height: 100%;
}

input.slidepanel:checked + label + div.slidepanel {
	height:auto;
	top: 40px;
}

input.slidepanel:checked + label + div.slidepanel::after {
	background: rgba(255,250,221,0);
}
