@charset "utf-8";
/* CSS Document */


#main-contents {
	margin-top: 30px;
}

#main-contents .article-wrap {
	width: 590px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	float: right;
}

#main-contents a {
	text-decoration: underline;
}

.news-contents table {
	width: 100%;
	margin-top: 15px;
}

.news-contents table,
.news-contents th,
.news-contents td {
	border: 1px solid rgba(52,52,52,0.2);
}

.news-contents th,
.news-contents td {
	font-size: inherit;
}

.news-contents td,
.news-contents th {
	padding: 5px 10px;
}

.news-contents th {
	font-weight: 600;
}

.news-contents td {
	vertical-align: top;
}



/*=================================================
sidebar
=================================================*/

#main-contents .sidebar .magazine-nav a {
	color: #fa9c02;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#main-contents .sidebar .magazine-nav a:hover {
	opacity: 0.8;
}

#main-contents .sidebar .district-nav h3 a,
#main-contents .sidebar .calender-nav h3 a {
	color: #fa9c02;
	text-decoration: none;
}


/*=================================================
article
=================================================*/


article {
	margin-bottom: 60px;
	border-radius: 5px;
	border-top: 6px solid rgba(250,156,2,0.7);
	border-radius:5px;
}

article .news-contents {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 23px;
	line-height: 2.3rem;
	padding: 20px 20px 50px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-top: 0;
	border-left: 1px solid rgba(52,52,52,0.2);
	border-right: 1px solid rgba(52,52,52,0.2);

}

article .news-contents img {
	max-width: 590px;
	height: auto;
}

article .article-header .title-sub .date {
	display: inline-block;
	padding: 0 5px 0 0;
	line-height: 1;
}

article .article-header .title-sub dt {
	display: none;
}

article .article-header h1 {
	font-weight: 600;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 3.2rem;
	line-height: 32px;
	clear: both;
	margin-top: 15px;
}

#main-contents article .article-header h1 a {
	text-decoration: underline;
	color: #fa9c02;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#main-contents article .article-header h1 a:hover {
	opacity: 0.8;
}

article .article-footer {
	overflow: hidden;
	padding: 20px 20px 20px;
	border-top: 1px dotted rgba(204,204,204,0.6);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid rgba(52,52,52,0.2);
	border-right: 1px solid rgba(52,52,52,0.2);
	border-bottom: 1px solid rgba(52,52,52,0.2);
	font-size: 13px;
	font-size: 1.3rem;
}

article .article-footer dl {
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
}

article .article-footer dl dt {
	display: inline-block;
}

article .article-footer dl dd {
	display: inline-block;
}

article .article-footer dl .district-category:before {
	content: "／";
	margin: 0 5px;
}

article .article-footer dl .district a {
	padding: 0 5px;
}

article .article-footer .each-article {
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
}

/*
#main-contents article .article-footer .each-article a {
	padding: 5px;
	border: 1px solid rgba(52,52,52,0.2);
	color: #333;
	text-decoration: none;
	border-radius: 5px;
}
*/



/*=================================================
pager
=================================================*/

#main-contents .pager .wp-pagenavi {
	margin-right: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

#main-contents .pager .wp-pagenavi span {
	border: none;
    margin: 0 10px 0 0;
    padding: 0;
}

#main-contents .pager .wp-pagenavi .current {
	font-weight: normal;
	margin: 0 10px 0 5px;
}

#main-contents .pager .wp-pagenavi a {
	padding: 0 10px 0 5px;
	display: inline-block;
	border: none;
    margin: 0;
}

#main-contents .pager .wp-pagenavi a.previouspostslink {
	padding: 0 10px;
}

#main-contents .pager .wp-pagenavi .extend {
	padding: 0 10px 0 5px;
}

/*=================================================
TOPに戻る
=================================================*/


#main-contents .top {
	clear: both;
}
