fieldset,img{
	border:0;
}
abbr,acronym{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
* {
	text-shadow: 0px 0px 0px #FFFFFF;
	-webkit-text-size-adjust: none;
}
a {
	color: #209EE9;
}
a:hover {
	text-decoration: underline;
}

.site_name {
	color: #E9546A;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}
#wrap {
	background-color: #FFF;
	max-width: 800px;
	margin: 0 auto;
}

.site-logo {
	width: 274px;
}
@media screen and (max-width: 548px) {
	.site-logo {
		width:50%;
		min-width: 200px;
	}
}
nav {
	padding: 0 8px;
	display: block;
}
nav a {
	color: #333;
	display: block;
	border: 1px solid #209EE9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 2px #CCC;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	margin: 4px;
	padding: 6px 16px 6px 28px;
	text-decoration: none;
    position: relative;
    vertical-align: middle;

    //width: 22%;
    //padding: 6px 1% 6px 1%;
    //margin: 4px 0 4px 0;
}
nav a::before,
nav a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
nav a::before{
    left: 8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #209EE9;
    border-right: 2px solid #209EE9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav a:hover {
	background-color: #FFD;
	text-decoration: none;
}
@media screen and (max-width: 700px) {
	nav {
	}
	nav a {
		font-size: 14px;
		//width:42%;
		padding: 8px 1% 8px 5%;
		margin: 2px 0;
	}
	nav a::before{
	    left: 4px;
	}
}
#content + nav {
	margin-top: 20px;
}
.pankuzu {
	margin: 8px 12px;
	font-size: 14px;
}
.pankuzu a {
	text-decoration: none;
}
@media screen and (max-width: 700px) {
	.pankuzu a {
		display: inline-block;
		border: 1px dotted #AAA;
		padding: 4px 8px;
		margin-bottom: 4px;
		font-size: 12px;
	}
}
.pankuzu a:hover {
	text-decoration: underline;
}

#content * {
	font-family: "Noto Sans JP";
}
.item_area{
	background-color:#FFF;
}
.mamechishiki_title {
	font-size: 14px;
	border-top: 4px solid #00BE00;
	padding: 20px;
	margin: 16px 2px 4px;
	line-height: 1.6;
	text-shadow: 0px 1px 0px #FFF, 1px 1px 0px #FFF, 1px 0px 0px #FFF, 1px -1px 0px #FFF, 0px -1px 0px #FFF, -1px -1px 0px #FFF, -1px 0px 0px #FFF, -1px 1px 0px #FFF, 2px 2px 1px #CCC;
	background: -moz-linear-gradient(top,#FFF,#FFF 90%,#EEEEEE);
}
.mamechishiki_title h1 {
	font-size: 24px;
	font-weight: bold;
	font-weight: black;
}
.mamechishiki_jwarm {
	font-size: 14px;
	border: 1px solid rgb(180, 240, 120);
	padding: 4px 8px;
	margin-top: 4px;
}
.mamechishiki_jwarm a {
}
.mamechishiki_jwarm span {
	display: inline-block;
}
h1 {
}
/*
h1 {
	font-size: 24px;
	font-weight: bold;
	font-weight: black;
	border: 1px solid #CCC;
	border-top: 4px solid #555;
	padding: 20px;
	margin: 16px 2px 4px;
	line-height: 1.6;
	text-shadow: 0px 1px 0px #FFF, 1px 1px 0px #FFF, 1px 0px 0px #FFF, 1px -1px 0px #FFF, 0px -1px 0px #FFF, -1px -1px 0px #FFF, -1px 0px 0px #FFF, -1px 1px 0px #FFF, 2px 2px 1px #CCC;
	background: -moz-linear-gradient(top,#FFF,#FFF 90%,#EEEEEE);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(0.9,#FFF),to(#EEEEEE));
}
*/
#content h1.mamechishiki {
	font-family: 'M PLUS 1p';
	font-size: 28px;
	color: #567;
	color: #345;
	background: #D1ECFA;
	background: url('imgs/mamechishiki_title_back.png') center center;
	background-size: 1000px 240px;
	border: none;
	padding: 16px 66px;
	margin-right: -50px;
	margin-left: -50px;
	text-shadow: 0px 2px 0px #FFF, 2px 2px 0px #FFF, 2px 0px 0px #FFF, 2px -2px 0px #FFF, 0px -2px 0px #FFF, -2px -2px 0px #FFF, -2px 0px 0px #FFF, -2px 2px 0px #FFF, 4px 4px 2px #CCC;
}
@media screen and (max-width: 700px) {
	#content h1.mamechishiki {
		padding: 16px;
		margin-right: 0;
		margin-left: 0;
	}
}
#page_index {
	border: 1px solid #AAA;
	border-left: none;
	border-right: none;
	margin: 12px 20px;
	padding: 0 12px;
	background-color: #fdfeff;
}
#content #page_index p {
	margin: 1em;
}
h2 {
	font-size: 24px;
	border-left: 16px solid #00BE00;
	background-color: #555;
	color: #FFF;
	padding: 8px;
	margin: 32px 2px;
	line-height: 1.6;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	font-weight: black;
	border-bottom: 2px solid #555;
	padding: 8px 24px;
	margin: 32px 2px;
	line-height: 1.6;
}
h4 {
	font-size: 20px;
	border-left: 4px solid #00BE00;
	padding: 4px 8px 4px 16px;
	margin: 32px 2px;
	line-height: 1.6;
}
h5 {
	font-size: 20px;
	background-color: #FFFCDB;
	padding: 8px;
	margin: 32px 2px;
	line-height: 1.6;
}
#content p {
	margin: 1em auto;
	width: 95%;
}
@media screen and (max-width: 700px) {
	#content p {
		width: 90%;
		margin: 1em 5%;
	}
}
.update {
	color: #666;
	text-align: right;
	font-size: 12px;
	margin: 4px;
}
.sns_btn {
	width: 640px;
	padding: 0px 30px 4px;
}
@media screen and (max-width: 700px) {
	.sns_btn {
		width: auto;
		padding: 4px 16px;
	}
}
.line_btn {
	display: inline-block;
	position: relative;
	margin-left: 4px;
}
.twitter_btn {
	display: inline-block;
	position: relative;
	margin-left: 4px;
}
.eye-catch-img {
	margin: 20px auto 32px;
	text-align: center;
}
.eye-catch-img img, .eye-catch-img source {
	width: 640px;
	aspect-ratio: attr(width) / attr(height);
}
@media screen and (max-width: 640px) {
	.eye-catch-img img, .eye-catch-img source {
		width: 100%;
		height: auto;
	}
}
.img-300-center {
	margin: 20px auto 32px;
	text-align: center;
}
.img-300-center img {
	width: 300px;
}
@media screen and (max-width: 500px) {
	.img-300-center img {
		width: 60%;
		min-width: 200px;
	}
}
ol {
	margin-left: 48px;
	margin-right: 24px;
	margin-bottom: 24px;
}
ul {
	list-style-type: disc;
	margin-left: 48px;
	margin-right: 24px;
	margin-bottom: 24px;
}
li {
	margin-bottom: 8px;
}
dl {
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
}
dd {
	margin-bottom: 1em;
	margin-left: 1em;
}
em {
	font-weight: bold;
}
#content table {
	margin: 0 16px;
}
#content th,#content td {
	border: 1px solid #333;
	padding: 8px;
}
#content th {
	background-color: #FED;
}
#content td {
}
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
#other_articles {
	width: 700px;
	margin: 36px auto;
	font-family: "Noto Sans JP";
}
@media screen and (max-width: 700px) {
	#other_articles {
		width: 100%;
	}
}
#other_articles h6 {
	font-size: 22px;
	font-family: 'M PLUS 1p';
	background-color: #E3E3E3;
	padding: 8px 16px;
	margin: 20px 2px;
	line-height: 1.6;
}
#other_articles a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 16px 4px;
}
#other_articles a + a {
	border-top: dotted 1px #CDE;
}
#other_articles a:hover {
	background-color: #FFC;
}
#other_articles a:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
#other_articles a img, #other_articles a source {
	width: 120px;
	display: block;
	float: left;
}
@media screen and (max-width: 640px) {
	#other_articles a img, #other_articles a source {
		width: 100%;
		height: auto;
	}
}
#other_articles a span {
	width: 540px;
	margin-left: 12px;
	display: block;
	float: left;
	padding-left: 20px;
	color: #555;
    position: relative;
}
#other_articles .page_navi {
	margin: 8px 20px;
	line-height: 1;
}
#other_articles .page_navi p {
	font-size: 14px;
}
#other_articles .page_navi a,
#other_articles .page_navi span {
	display: inline-block;
	padding: 8px;
	border: 1px solid #888;
	border-radius: 2px;
	font-weight: normal;
	margin: 8px;
}
#other_articles .page_navi a {
	border-color: #209EE9;
}
#other_articles .page_navi a:after {
	content: "";
}
#other_articles .page_navi span {
	color: #F29600;
	background-color: #FFFCDB;
	border-color: #F29600;
}
@media screen and (max-width: 700px) {
	#other_articles a img, #other_articles a source {
		width: 20%;
	}
	#other_articles a span {
		width: 70%;
		margin-left: 5%;
		padding-left: 5%;
	}
}
#other_articles a span::before,
#other_articles a span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    content: "";
}
#other_articles a span::before{
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #209EE9;
    border-right: 2px solid #209EE9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.linkBtn {
	display: block;
	min-width: 200px;
	width: 50%;
	width: calc(100% - 78px);
	margin: 8px;
	padding: 12px 20px 16px 40px;
	color: #209EE9;
	border: 1px solid #209EE9;
	border-radius: 60px;
    position: relative;
	box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}
a.linkBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a.linkBtn::before,
a.linkBtn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}
a.linkBtn::before{
    left: 16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #209EE9;
    border-right: 1px solid #209EE9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.linkBtn_2 {
	display: block;
	min-width: 200px;
	width: 50%;
	width: calc(100% - 78px);
	margin: 8px;
	padding: 12px 20px 16px 40px;
	color: #209EE9;
	border: 1px solid #209EE9;
	border-radius: 60px;
    position: relative;
	box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}
a.linkBtn_2:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a.linkBtn_2::before,
a.linkBtn_2::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}
a.linkBtn_2::before{
    left: 16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #209EE9;
    border-right: 1px solid #209EE9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
