@charset "utf-8";

body {
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
	width:auto;
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

h1 {
	text-align: center;
	color: #FF0000;
}
ul,li {
	margin: 0;
	padding: 0;
}

a:hover {
	color: #FF0000;
}
table.diary_link {
	width: auto !important;
	background-color: #FFF;
}
.kyoutyou01 {
	color: #000000;
	font-weight: bold;
}
.kyoutyou02 {
	font-weight: bold;
	color: #FF0000;
}
.netabare {
	color: #EEEEEE;
	background-color: #EEEEEE;
}
.teisei {
	text-decoration: line-through;
}
.inyou {
	font-style: normal;
	background-color: #FFFF99;

}

div.bottom {
	background-color: #003366;
	text-align: right;
}
div.bottom p a {
	color: #FFF;
	text-decoration: none;
}

@media screen and (min-width: 801px){

.smart_only {
	display: none;
}
.hamburger-menu {
	display: none;
}

table {
	width: 800px;
	margin: 10px auto;
}
td {
	line-height: 1.5em;
	padding: 10px 10px;
}
h1 {
	font-size: 30px;
}
table.diary_link td {
	padding: 5px 20px !important;
}
.kyoutyou01 {
	font-size: 18px;
	line-height: 2em;
}
.inyou {
	padding-left: 1em;

}
.small01 {
	font-size: 10px;
}
div.postscript {
	width: 800px;
	margin: 30px auto;
	background-color: #FFF;
	border: solid 3px #FF0080;
	box-sizing: border-box;
	color: #000;
}
div.postscript p {
	margin: 15px 15px;
}
p.postscript_title {
	font-weight: bold;
	color: #FF0080;
	border-bottom: solid 1px #F00;
}
p.postscript_name {
	text-align: right;
	font-weight: bold;
}

}

@media screen and (max-width:800px){

table {
	width: auto;
	margin: 10px auto;
}
td {
	line-height: 1.5em;
	padding: 10px 10px;
}
h1 {
	font-size: 24px;
	margin-top: 60px;
}
table.diary_link td {
	padding: 5px 20px !important;
}
.kyoutyou01 {
	font-size: 18px;
	line-height: 2em;
}
blockquote {
	width: auto;
	margin: 10px 10px;
	padding: 10px 20px;
}
.small01 {
	font-size: 10px;
}
table.diary_link {
	display: none;
}
div.bottom p {
	text-align: center;
	margin: 5px auto !important;
}

.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 999;
	background-color: #555;
	border-radius: 50%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
	transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
#menu-btn-check {
	display: none;
}

.menu-content {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 997;
	background-color: rgba(255,255,255,0.95);
	transition: all 0.3s;
	text-align: left;
	overflow: auto;
}
#menu-btn-check:checked ~ .menu-content {
	left: 20%;
}
.menu-content ul {
	padding: 70px 10px 100px;
}
.menu-content ul li {
	border-bottom: solid 1px #AAA;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	color:#000;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 16px;
}
div.postscript {
	width: auto;
	margin: 30px auto;
	background-color: #FFF;
	border: solid 3px #FF0080;
	box-sizing: border-box;
	color: #000;
}
div.postscript p {
	margin: 10px 10px;
}
p.postscript_title {
	font-weight: bold;
	color: #FF0080;
	border-bottom: solid 1px #F00;
}
p.postscript_name {
	text-align: right;
	font-weight: bold;
}

}