@charset "utf-8";
/*
=========================================
 single page
=========================================
*/
.entry_area {
	width: 100%;
	padding: 0;
	position: relative;
}
.entry_area .entry_meta {
    width: 100%;
    padding: 10px 0;
    margin: 0 0 60px 0;
    border-bottom: 2px solid 
    #000;
}
h6.entry_list_ttl {
  margin: 0 0 30px 0;
}
.entry_area .entry_content {
	padding: 0 0 40px 0;
	text-align: left;
	min-height: 200px;
	position: relative;
}
.entry_area .entry_content p{
	font-size: 1.5rem;
	color: #000000;
	line-height: 1.6;
	display: block;
	margin: 0 0 10px 0;
}
.entry_area .contributor,
.entry_area .reference{
	width: 100%;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	background-color: #efefef;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry_area .contributor .affile ,
.entry_area .contributor .name,
.entry_area .reference .url{
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 0 0 20px;
}
@media all and (max-width: 767px){
.entry_area .contributor .affile ,
.entry_area .contributor .name,
.entry_area .reference .url{
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 0 0 0;
	display: block;
}
}



.page_nav{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.page_nav_set{
	width: 100%;
	padding: 50px 0 0 0;
	margin: 50px 0 0 0;
	border-top: 1px solid #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
.page_nav_set .list{
	padding: 0;
	margin: 0 50px;
	text-align: center;
}
.page_nav_set .next,
.page_nav_set .prev{
	padding: 0;
	margin: 0;
	text-align: center;
}
.page_nav_set .next a,
.page_nav_set .prev a,
.page_nav_set .list a{
	width: 100%;
	padding: 10px 30px;
	margin: 0;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}
.page_nav_set .next a:hover,
.page_nav_set .prev a:hover,
.page_nav_set .list a:hover{
	color: #ffffff;
	background-color: #000000;
	transition: background-color 0.5s;
}
@media all and (max-width: 767px){
.page_nav_set{
	width: 100%;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
.page_nav_set .list{
	padding: 0;
	margin: 0;
	text-align: center;
}
.page_nav_set .next a,
.page_nav_set .prev a,
.page_nav_set .list a{
	width: 100%;
	padding: 10px 5px;
}
}


/*
// Article Format
// ===============
*/
.entry_content,
.entry_summary {
	clear: both;
}

.entry_content p,
.entry_content ul,
.entry_content ol,
.entry_content dd,
.entry_content pre,
.entry_content hr {
	margin-bottom: 1em;
	line-height: 1.8;
  font-weight: 400;
  font-family: 'genj', sans-serif;
}
img {
	width: inherit;
	max-width: 100%;
	overflow: hidden;
}
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	border-top: 1px solid #eee;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
	vertical-align: middle;
}

th {
	padding: 0.4em;
	text-align: center;
	vertical-align: middle;
	background-color: #edf3f5;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em 0 0.4em 1.0em;
	vertical-align: middle;
}

th:first-child,
td:first-child {
	padding-left: 0;
	min-width: 100px;
}

th:last-child,
td:last-child {
	padding-right: 0;
}
tr.odd td {
	background: #f6f6f6;
}
sup, sub {
	font-size: 1rem;
}
blockquote {
	margin: 1.5em 0 0 0;
	padding: 20px;
	color:#666;
	border: solid 1px #dfdfdf;
	background: #efefef;
}
blockquote p:first-child {
	margin: 0;
}
.post_area ul,
.post_area ol{
	display: block;
	margin: 1.5em 0 0 0;
	padding-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
}
/*
=========================================
 archive page
=========================================
*/
/* entry_area */
.entry_area{
	width: 100%;
	padding: 0 0 0;
	margin: 0 0 60px;
}
.entry_area .inner_base{
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
.entry_area .topics {
	width: 100%;
	margin: 0 auto 80px;
	padding: 0 0 10px 0;
	line-height: 1.4;
  font-size: 1.6rem;
  background-color: #ffffff;
  box-sizing: border-box;
}
.entry_area .news_list_item{
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
.entry_area .news_meta{
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #000;
}
@media all and (max-width: 767px){
.entry_area .topics {
	border-bottom: 2px solid #000;
}
.entry_area{
	margin: 0 0 0;
}
.entry_area .news_meta{
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0 0;
	border-bottom: 0px solid #000;
	border-top: 2px solid #000;
}
}

.entry_area .news_list_item .time{
	margin: 0 14px 0 0;
	padding: 0;
	font-size: 1.3rem;
	box-sizing: border-box;
	display: inline-block;
}
.entry_area .news_list_item .cat{
	margin: 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
}
.entry_area .news_list_ttl{
	font-size: 1.8rem;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
}
.backnum_area{
	width: 100%;
	padding: 10px;
	margin: 0 0 0;
	border: 1px solid #dddddd;
}
.backnum_area > ul{
	font-size: 1.4rem;
}

/*
// Image
// ===============
//
// Resize images to fit the main content area.
// Applies only to images uploaded via WordPress by targeting size-* classes.
// Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget_container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #333;
	font-size: 12px;
	margin: 5px;
}
/*pagenavi*/
/*pagenavi*/
.wp-pagenavi {
	margin: 0 0 0 0;
	padding: 30px 0 0 !important;
	text-align: center;
	width: 100%;
	clear: both;
	color: #000000;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
	margin: 2px;
	padding: 0 !important;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 0px;
	border: 1px solid #000;
	width: 40px;
	display: inline-block;
}
.wp-pagenavi > a.last,
.wp-pagenavi > a.first{
	width: 60px;
}
.wp-pagenavi > .pages {
	display: none;
}
.wp-pagenavi a:hover {
	color: #ffffff;
	background: #000000;
	border: 1px solid #000000;
	transition: background-color 0.5s;
}
.wp-pagenavi .current {
	font-weight: normal !important;
	color: #fff;
	background: #000000;
	border: 1px solid #000000;
}
.post_area p a{
	color: #008cce;
}
.post_area p a:hover{
	text-decoration: underline;
}
.pagenavi_box {
  margin-bottom: 15px;
  padding: 12px 13px;
  border: 1px solid #b1b1b1;
  width: 100%;
  position: relative;
  height: 40px;
}
.pagenavi_box .fLeft{
	position: absolute;
	left: 10px;
	top: 5px;
}
.pagenavi_box .fRight{
	position: absolute;
	right: 10px;
	top: 5px;
}
/*
=========================================
 comment page
=========================================
*/
.coments_area {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
}
#comment_area {
  background: rgba(0, 137, 171, 0.1);
  padding: 25px;
  border-radius: 0;
  line-height: 1.4em;
}
@media print,screen and (max-width: 767px){
#comment_area {
  padding: 15px;
}
}
/*Comment List*/
#comment_area h3#comments {
  font-size: 2.0rem;
  margin: 0 0 0.7em;
  font-weight: 700;
}
#comment_area ol {
  list-style: none;
}
#comment_area ol li {
  overflow: hidden;
}
#comment_area ol li.depth-1 {
  border: 1px dotted #fff;
  margin-bottom: 1em;
  padding: 12px;
}
#comment_area ol li ul.children {
  margin-left: 3%;
} /*children 返信部分*/
#comment_area ol li ul.children li {
  border-top: 1px dotted #fff;
  margin-top: 1em;
  padding-top: 12px;
}
img.avatar {
  margin-right: 8px;
  float: left;
}
span.says {
  display: none;
}
cite.fn {
  font-size: 1.4rem;
}
div.comment-meta {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}
div.comment-meta:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.comment-body p {
  font-size: 1.4rem;
/*
  background: #fff;
  border-radius: 3px;
  padding: 0.5em 1em;
  margin: 0.8em 0 0.5em;
*/
}
div.reply {
/*   margin-bottom: 0.2em */
} /*返信button*/
div.reply:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.reply a {
  font-size: 1.3rem;
  line-height: 1em;
  display: block;
  float: right;
  background: #00afb0;
  padding: 0.3em 1em;
  border-radius: 3px;
  color: #ffffff;
}
div.reply a:hover {
  background: #00afb0;
  opacity: 0.8;
  text-decoration: none;
}
/*Comment Form*/
#respond {
  background: rgba(255, 255, 255, 0.4);
  padding: 1em;
  border-radius: 3px;
}
#respond h3#reply-title {
  font-size: 2rem;
  margin: 0 0 0.7em;
  font-weight: 700;
}
#respond h3#reply-title small a {
  font-size: 1.2rem;
  margin-left: 1em;
  text-decoration: underline;
} /*コメントをキャンセルの文字*/
#respond p {
  margin-bottom: 0.5em;
}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {
  font-size: 1.3rem;
}
#respond p.form-submit {
  margin-bottom: 0;
}
/*form element*/
input#author, input#email, textarea#comment {
  width: 100%;
  border: none;
  border-radius: 3px;
  margin-top: 0;
  font-size: 14px;
  padding: 7px 12px;
}
textarea#comment {
  line-height: 1.6em;
}
input#submit {
  cursor: pointer;
  font-size: 1.4rem;
  padding: 5px 1em;
  margin: 0;
  border-style: none;
  color: #fff;
  background: #00afb0;
  border-radius: 3px;
}
input#submit:hover {
  background: #00afb0;
  opacity: 0.8;
}
ol.commets-list{
	padding: 0;
	margin: 0;
}
ul.children{
	padding-left: 0;
}
.comment-form-cookies-consent{
	font-size: 1.4rem;
}
.comment-body{
	background-color: #ffffff;
	padding: 14px;
	box-sizing: border-box;
}