@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;
}
.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% - 20px) / 5);
}
.link_cat ul li:nth-of-type(n+6) {
	margin-top: 5px;
}
.link_cat ul li a {
	text-decoration: none;
	width: 100%;
	height: 35px;
	background: linear-gradient(0deg,rgba(170, 170, 170, 1) 0%, rgba(117, 117, 117, 1) 100%);
	color: #fff;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border-radius: 3px;
}
.link_cat ul li a:hover {
	opacity: 0.6;
}
.link_cat ul li a.now {
	background: #000;
}
.news_box {
	/*border: 1px solid #ccc;*/
	padding: 10px 20px;
	margin-top: 10px;
}
table.news_table {
	display:none;
	width: 100%;
}
table.news_table th {
	vertical-align: top;
	padding: 5px 15px 5px 0;
	border-bottom: 1px dotted #cccccc;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
}
table.news_table td {
	vertical-align: top;
	padding: 5px 0 5px;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	font-size: 14px;
}
table.news_table td h3 {
	margin:0;
	font-weight: bold;
	font-size: 14px;
}
table.news_table td div {
	margin: 5px 0 0;
}
table.news_table td div img {
	max-width: 100%;
	width: auto;
	height: auto;
}
table.news_table td p {
	padding: 0;
	margin: 0;
}
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:30px;
}
table.news_table td.news_link a {
	margin: 30px auto 10PX;
	display: flex;
	width:fit-content;
	justify-content: center;
	width: 340px;
	height: 37px;
	align-items: center;
	background: #000;
	padding: 5px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	position: relative;
}
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: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:hover {
	opacity: 0.6;
}
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 12px no-repeat #000000 !important;
    color: #FFFFFF;
    font-size: 16px;
    font-weight:bold;
    padding: 10px 0 10px 25px;
    margin: 10px 0 0;
}
#news_Content {
	/*border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;*/
    margin: 0 0 100px;
    padding: 10px;
}
#news_Content .link_cat {
	margin: 10px 0 0;
}
#news_Content .link_cat ul li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#news_Content table.news_table {
	margin: 20px 0 0;
	display: table;
}
#news_Content table.news_table th {
	padding: 10px;
}
#news_Content table.news_table td {
	padding: 10px;
}
#news_Content table.news_table tr:first-of-type th,
#news_Content table.news_table tr:first-of-type td  {
	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: 15px 0 0;
}
h2#page-title {
	margin: 20px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}