@charset "utf-8";

/* フォントImport */
@import url("font.css");

/*clearfix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	font-family: "Noto Sans CJK JP Regular";
	font-size: 14px;
	margin: 0px;
	background-color: #e7fafa;
	color: #555555;
}

a {
	text-decoration: none;
	color: #00a0e9;
	font-family: "Noto Sans CJK JP Regular";
}
a:hover {
	text-decoration: none;
	color: #FF9316;
	font-family: "Noto Sans CJK JP Regular";
}
a:hover img {
	opacity: 0.7;
}
main img, aside img {
	padding: 4px;
}
header {
}
hr {
	clear: both;
	display: none;
}
/* totop */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop i {
	padding-top: 6px
}
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #158a88;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: large;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media (min-width: 1081px) {
/* CSS Document */

header h1 {
	font-size: 1em;
	font-weight: normal;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-indent: 20px;
	margin-bottom: 0px;
}
#wrapper {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	border: 16px solid #158a88;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.main_img {
	/*text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	height: 440px;*/
    display: flex;
    align-items: center;
    /*height: 200px; /* 枠の高さを指定 */
    border: 1px solid #ccc; /* 枠を表示 */
}
.main_img img {
        max-height: 100%; /* 画像の高さを枠の高さに合わせる */
        margin: auto; /* 左右中央に配置 */
    }
nav {
	background-color: #EFB11C;
	margin-bottom: 10px;
}
nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li {
	width: 270px;
	float: left;
	text-align: center;
	font-family: "KosugiMaru Regular";
}
nav ul li a {
	font-family: "KosugiMaru Regular";
	text-decoration: none;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	display: block;
}
nav ul li a:hover {
	font-family: "KosugiMaru Regular";
	color: #FFFFFF;
	background-color: #00a0e9;
}
#contents {
	padding: 10px;
}
main {
	float: left;
	display: block;
	width: 700px;
	border-radius: 5px;
	padding: 10px;
}
#topic article {
	border-bottom: 1px solid #CCCCCC;
}
#topic .breadcrumb {
	margin-bottom: 20px;
	color: #999999;
	font-size: small;
	margin-top: 10px;
}
#topic article img {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 150px;
}
#topic article section {
	display: block;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#topic article section h2 {
	margin: 0px;
	font-size: 1.8em;
}
#topic section h2 a {
}
#topic section h2 a:hover {
}
#topic article section .category {
	font-size: small;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #EEEEEE;
	padding-right: 5px;
}
#topic article section .category a {
}
#topic article section p {
	font-size: medium;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
main .heading {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: large;
	background-color: #EEEEEE;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 3px solid #CCCCCC;
	font-weight: bold;
}
#entries article {
	float: left;
	width: 25%;
	border-bottom-style: none;
}
#entries article img {
	margin: 5px;
	width: 130px;
	border-radius: 80px;
	border: 5px solid #ffc63b;
}
#entries article section {
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5%;
}
#entries article section h2 {
	margin: 0px;
}
#entries article section h2 a {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
}
#entries article section h2 a:hover {
}
#entries article section p {
	font-size: small;
	margin: 0px;
}
#entries article section .category {
	text-align: left;
	font-size: small;
	background-color: #FFFFFF;
}
#column header {
}
#column header h3 {
	font-family: "Kosugi Maru";
	font-size: 3em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#column header p {
	font-size: x-large;
	padding: 10px;
	margin: 0px;
	font-weight: lighter;
	font-family: "Noto Sans JP";

}
#column header .category {
	font-size: large;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #EEEEEE;
	padding: 10px;
}
#column header .category a {
}
#column article img {
	border-radius: 0px;
	float: none;
	clear: both;
	border-style: none;
	display: block;
	width: 450px;
	/*height: 100%;*/
	/*width: 480px;*/
	/*width: 70%;*/
	/*margin-left: auto;
	margin-right: auto;*/
}
#column article p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	font-family: "Noto Serif JP";
	font-size: large;
	line-height: 36px;
}
#column .download {
	display: block;
	width: 440px;
	margin-left: 20px;
	border: 1px solid #666666;
	border-radius: 5px;
	padding-bottom: 5%;
	line-height: 200%;
}

.pagination ul {
	list-style-type: none;
	padding-left: 0px;
	display: block;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a {
	margin: 2px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: large;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
.pagination ul li a:hover {
	border: 1px solid #FF9316;
}
.pagination ul li span {
	margin: 2px;
	background-color: #EEEEEE;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: large;
	border: 1px solid #CCCCCC;
	color: #AAAAAA;
}
.pagination ul .current a {
	color: #FFFFFF;
	background-color: #00a0e9;
}
.adver {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
aside {
	width: 330px;
	float: right;
}
aside .search {
}
aside .heading {
	font-size: large;
	font-weight: bold;
	border-left: 12px double #FFC63B;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside article {
	border-bottom: 1px solid #CCCCCC;
}
aside article img {
	float: left;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 2px;
	width: 100px;
}
aside article section {
	display: block;
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside article section h2 {
	font-size: x-large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
aside section h2 a {
}
aside section h2 a:hover {
}
aside article section p {
	font-size: medium;
	margin: 0px;
}
aside ul {
	list-style-type: circle;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 20px;
}
aside ul li {
	font-size: large;
	margin-bottom: 14px;
}
aside ul li a {
	text-decoration: underline;
}
footer {
	text-align: center;
}
footer pre {
	color: #666666;
}
}

@media (min-width: 641px) and (max-width: 1080px) {
#wrapper {
	/*paddingとborderを幅と高さに含める*/
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	border: 0.8em solid #158a88;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
header h1 {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
}
.main_img img {
	max-width: 100%;
}
nav {
	background-color: #EFB11C;
	margin-bottom: 10px;
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	/*paddingとborderを幅と高さに含める*/
	font-family: "KosugiMaru Regular";
	box-sizing: border-box;
	float: left;
	width: 50%;
	text-align: center;
}
nav ul li a {
	font-family: "KosugiMaru Regular";
	color: #FFFFFF;
	font-size: 140%;
	padding-top: 5%;
	padding-bottom: 5%;
	display: block;
}
nav ul li:first-child {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
nav ul li:nth-child(2) {
	border-bottom: 1px solid #FFFFFF;
}
nav ul li:nth-child(3) {
	border-right: 1px solid #FFFFFF;
}
nav ul li:nth-child(4) {

}
#contents {
	padding: 2%;
}
#topic article {
	border-bottom: 1px solid #CCCCCC;
}
#topic .breadcrumb {
	margin-bottom: 20px;
	color: #999999;
	font-size: small;
	margin-top: 10px;
}
#topic article img {
	/*margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;*/
	/*float: left;*/
	/*width: 100px;
	height: 100px;*/
	/*display: block;*/
}
#topic article section {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#topic article section h2 {
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#topic section h2 a {
	font-size: x-large;
}
#topic section .category {
	font-size: small;
}
#topic article section p {
	font-size: 1em;
	margin: 0px;
	padding: 10px;/*末尾「...」で文章省略*/
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
main .heading {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: large;
	background-color: #EEEEEE;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 3px solid #CCCCCC;
	font-weight: bold;
}
#entries article {
	float: left;
	width: 25%;
	border-bottom-style: none;
}
#entries article img {
	border-radius: 80px;
	width: 130px;
	height: 130px;
	display: block;
	margin-top: 5px;
	margin-right: 20%;
	margin-bottom: 5px;
	margin-left: 20%;
	border: 5px solid #ffc63b;
}
#entries article section {
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5%;
}
#entries article section h2 {
	margin: 0px;
	display: block;
	clear: both;
}
#entries article section h2 a {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
}
#entries article section h2 a:hover {
}
#entries article section p {
	font-size: small;
	margin: 0px;
}
#entries article section .category {
	text-align: left;
	font-size: small;
	background-color: #FFFFFF;
}
#column header h3 {
	font-family: "Kosugi Maru";
	font-size: x-large;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column header p {
	font-family: "Noto Sans JP";
	font-size: medium;
	padding: 10px;
	margin: 0px;
	font-weight: normal;
}
#column header .category {
	font-size: small;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #EEEEEE;
	padding-right: 5px;
}
#column header .category a {
}
#column article img {
	border-radius: 0px;
	margin: 10px;
	float: none;
	clear: both;
	/*border-style: none;*/
	max-width: 90%;
	/*width: 300px;
	height: 300px;*/
}
#column article p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	font-family: "Noto Serif JP";
	font-size: medium;
	line-height: 30px;
}
.pagination ul {
	list-style-type: none;
	padding-left: 0px;
	display: block;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin-bottom: 26px;
}
.pagination ul li a {
	margin: 2px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: large;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
.pagination ul li a:hover {
	border: 1px solid #FF9316;
}
.pagination ul li span {
	margin: 2px;
	background-color: #EEEEEE;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: large;
	border: 1px solid #CCCCCC;
	color: #AAAAAA;
}
.pagination ul .current a {
	color: #FFFFFF;
	background-color: #00a0e9;
}
aside {
}
aside .search {
}
aside .heading {
	font-size: large;
	font-weight: bold;
	border-left: 12px double #FFC63B;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
aside article {
	border-bottom: 1px solid #CCCCCC;
	width: 50%;
	float: left;
}
aside article img {
	float: left;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 2px;
	width: 150px;
}
aside article section {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside article section h2 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
aside section h2 a {
}
aside section h2 a:hover {
}
aside article section p {
	font-size: small;
	margin: 0px;
}
aside ul {
	list-style-type: circle;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 20px;
}
aside ul li {
	font-size: medium;
	margin-bottom: 14px;
}
aside ul li a {
	text-decoration: underline;
}
footer {
	text-align: center;
}
footer p {
	font-size: small;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
footer pre {
	color: #666666;
	font-size: xx-small;
}
}

@media (max-width: 640px) {
#wrapper {
	/*paddingとborderを幅と高さに含める*/
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	border: 0.8em solid #158a88;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
header h1 {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
}
.main_img img {
	max-width: 100%;
}
nav {
	background-color: #EFB11C;
	margin-bottom: 10px;
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	/*paddingとborderを幅と高さに含める*/
	font-family: "KosugiMaru Regular";
	box-sizing: border-box;
	float: left;
	width: 50%;
	text-align: center;
}
nav ul li a {
	font-family: "KosugiMaru Regular";
	color: #FFFFFF;
	font-size: 110%;
	padding-top: 10%;
	padding-bottom: 10%;
	display: block;
}
nav ul li a:hover {
	font-family: "KosugiMaru Regular";
}
nav ul li:first-child {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
nav ul li:nth-child(2) {
	border-bottom: 1px solid #FFFFFF;
}
nav ul li:nth-child(3) {
	border-right: 1px solid #FFFFFF;
}
nav ul li:nth-child(4) {
}
/*
nav ul li:first-child {
	display: none;
}
nav ul li:nth-child(2) {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
nav ul li:nth-child(3) {
	border-bottom: 1px solid #FFFFFF;
}
nav ul li:nth-child(4) {
	border-right: 1px solid #FFFFFF;
}*/
#contents {
	padding: 2%;
}
#topic article {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
#topic .breadcrumb {
	margin-bottom: 20px;
	color: #999999;
	font-size: small;
	margin-top: 10px;
}
#topic article img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	max-width: 200px;
	/*float: left;*/
	/*width: 100px;
	height: 100px;
	display: block;*/
}
#topic article section {
	display: block;
	margin-bottom: 10px;
}
#topic article section h2 a {
	font-size: 1.1em;
}
#topic section .category {
	font-size: small;
}
#topic article section p {
	font-size: 1em;
	margin: 0px;
	padding: 10px;
	clear: both;
	/*末尾「...」で文章省略*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
main .heading {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: large;
	background-color: #EEEEEE;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 3px solid #CCCCCC;
	font-weight: bold;
}
#entries article {
	float: left;
	width: 50%;
	border-bottom-style: none;
}
#entries article img {
	border-radius: 80px;
	width: 124px;
	border: 3px solid #ffc63b;
}
#entries article section {
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5%;
}
#entries article section h2 {
	margin: 0px;
	display: block;
	clear: both;
}
#entries article section h2 a {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
}
#entries article section h2 a:hover {
}
#entries article section p {
	font-size: small;
	margin: 0px;
}
#entries article section .category {
	text-align: left;
	font-size: small;
	background-color: #FFFFFF;
}
#column header h3 {
	font-family: "Kosugi Maru";
	font-size: xx-large;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column header p {
	font-size: large;
	padding: 10px;
	margin: 0px;
	font-weight: normal;
	line-height: 140%;
	font-family: "Noto Sans JP";
}
#column header .category {
	font-size: 14px;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #EEEEEE;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#column header .category a {
}
#column article img {
	border-radius: 0px;
	margin: 10px;
	float: none;
	clear: both;
	border-style: none;
	max-width: 90%;
	/*width: 300px;
	height: 300px;*/
	/*margin-left: auto;
	margin-right: auto;*/
}
#column article p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	font-family: "Noto Serif JP";
	font-size: large;
	line-height: 36px;
	font-weight: 500;
}
.pagination ul {
	list-style-type: none;
	padding-left: 0px;
	display: block;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin-bottom: 26px;
}
.pagination ul li a {
	margin: 2px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: large;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
.pagination ul li a:hover {
	border: 1px solid #FF9316;
}
.pagination ul li span {
	margin: 2px;
	background-color: #EEEEEE;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: large;
	border: 1px solid #CCCCCC;
	color: #AAAAAA;
}
.pagination ul .current a {
	color: #FFFFFF;
	background-color: #00a0e9;
}
aside {
}
aside .search {
}
aside .heading {
	font-size: large;
	font-weight: bold;
	border-left: 12px double #FFC63B;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside article {
	border-bottom: 1px solid #CCCCCC;
}
aside article img {
	float: left;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 2px;
	width: 100px;
}
aside article section {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside article section h2 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
aside section h2 a {
}
aside section h2 a:hover {
}
aside article section p {
	font-size: small;
	margin: 0px;
}
aside ul {
	list-style-type: circle;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 20px;
}
aside ul li {
	font-size: medium;
	margin-bottom: 14px;
}
aside ul li a {
	text-decoration: underline;
}
footer {
	text-align: center;
}
footer p {
	font-size: small;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
footer pre {

	color: #666666;
	font-size: xx-small;
}
}
