@charset "utf-8";

@import url(http://www.anglersnest.sakura.ne.jp/mt/mt-static/themes-base/blog.css);
@import url(http://www.anglersnest.sakura.ne.jp/mt/mt-static/themes/minimalist-red/screen.css);

body {
	padding: 0;
	margin: 5px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.link_cat {
	margin:10px 10px 0;
}
.link_cat ul {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type:none;
	padding:0;
	margin:0;
}
.link_cat ul li {
	width: calc((100% - 5px) / 2);
}
.link_cat ul li:nth-of-type(n+3) {
	margin-top: 5px;
}
.link_cat ul li a {
	text-decoration: none;
	width: 100%;
	height: 30px;
	background: linear-gradient(0deg,rgba(170, 170, 170, 1) 0%, rgba(117, 117, 117, 1) 100%);
    border-radius: 3px;
	color: #fff;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.link_cat ul li a.now {
	background: #000;
}
.news_box {
	padding: 10px;
	font-size: 13px;
}
table.news_table {
	display:none;
	width: 100%;
}
table.news_table th {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 0 0;
	font-size: 13px;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	border-bottom:none;
}
table.news_table td {
	display: block;
	width: 100%;
	padding: 5px 0 10px;
	font-size: 13px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
}
table.news_table td > p {
	font-weight: bold;
}
table.news_table td p {
	padding: 0;
	margin: 0;
}
table.news_table td div {
	margin:5px 0 0;
}
table.news_table td div img {
	width: 100%;
	height: auto;
}
table.news_table tr:first-of-type th,
table.news_table tr:first-of-type td  {
	margin: 0;
}
table.news_table tr:last-of-type th,
table.news_table tr:last-of-type td  {
	border-bottom: none;
}
table.news_table.this {
	display:table;
}
table.news_table td.news_link,
table.news_table td.no-news {
	text-align: center;
}
table.news_table td.no-news {
	padding-top:20px;
}
table.news_table td.news_link a {
	margin: 15px auto 0;
	display: flex;
	width:fit-content;
	width:auto;
	justify-content: center;
	align-items: center;
	background: #000;
	padding: 5px 15px;
	height: 35px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	position: relative;
}
table.news_table td.news_link a:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: relative;
	margin-right: 10px;
}
table.news_table td.news_link a:after {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border: 1px solid #fff;
}
table.news_table td.news_link a span {
	text-align: left;
}
table.news_table#news_salt td.news_link a {
	/*background: #006298;*/
}
table.news_table#news_fresh td.news_link a {
	/*background: #06a747;*/
}
h1#news_Title {
	background: url(https://www.anglers-nest.net/fishingtour/mttemplate/images/titleIcon.gif) 7px 5px no-repeat #000000 !important;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 0 5px 20px;
    margin: 0;
}
#news_Content {
    margin: 0;
    padding: 10px;
}
#news_Content .link_cat {
	margin:0;
}
#news_Content table.news_table {
	margin: 10px 0 0;
	display: table;
}
#news_Content table.news_table tr:first-of-type th  {
	border-top: 1px dotted #cccccc;
}
#news_Content table.news_table td h3 {
	font-size: 15px;
	font-weight: bold;
}
#news_Content table.news_table td div {
	margin: 5px 0 0;
}
h2#page-title {
	margin: 20px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}