/*
Theme Name: 久勝丸釣果情報
Theme URI: http://kyushomaru.com/
Author: 株式会社ディーグリーン
Author URI: http://www.dgreen.jp/
Description: 釣り船久勝丸の釣果情報ブログ用テーマ
Version: 1.0
Text Domain: kyushomaru
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #CDE7E7;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table { border-collapse: collapse; }
th, td { vertical-align: top; }
table#header, table#menu, table#footer {
	width: 740px;
	margin: 0 auto;
}
table#footer {
	width: 740px;
	margin: 0 auto;
	background: url(/diary/wp-content/themes/kyushomaru/images/bkg_footer.png) repeat-y 0 center;
	color: #FFF;
	text-align: center;
}
table#footer td { padding: 5px 0; }
table#footer td.address {
	font-size: 13px;
	line-height: 1.5;
}
table#footer td.address a {
	color: #FFF;
}
table#footer td.copyright {
	font-size: 10px;
	line-height: 1.2;
}

div#main {
	width: 740px;
	margin: 0 auto;
	background: url(/diary/wp-content/themes/kyushomaru/images/bkg_main.png) repeat-y 0 center;
}
div#main table.mainTableTop {
	width: 650px;
	margin: 0 auto;
}
div#main #mainContainer {
	width: 720px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}
div#main #mainContainer h1.page-title {
	margin-bottom: 25px;
	text-align: center;
}
.home div#main #mainContainer h1.page-title {
	margin-bottom: 10px;
}
div#main #mainContainer #mainContents {
	width: 670px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	border-top: 1px solid #999;
	overflow: hidden;
}
.page div#main #mainContainer #mainContents {
	background: none;
	border: none;
}
div#main #mainContainer #mainContents .hentry {
	padding: 30px 25px 50px;
	border-bottom: 1px solid #999;
	overflow: hidden;
}
.page div#main #mainContainer #mainContents .hentry {
	padding: 0;
	border: none;
}
div#main #mainContainer #mainContents .hentry .entry-header {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
#mainContents .hentry .entry-header h2.entry-title,
#mainContents .hentry .entry-header h2.entry-title a {
	margin-bottom: 0.3em;
	font-size: 18px;
	line-height: 1.2;
	color: #003399;
	text-decoration: none;
}
#mainContents .hentry .entry-header h2 span.new {
	display: block;
	float: left;
	width: 36px;
	height: 13px;
	margin: 3px 5px 0 0;
	background: url(images/new023_11.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#mainContents .hentry .entry-header .entry-date {
	font-size: 11px;
	color: #FF6C00;
}

/*────────────────────
	.entry-content
────────────────────*/
#mainContents .hentry .entry-content {
	width: 620px;
	margin: 0 auto;
	line-height: 1.5;
	overflow: hidden;
}
.page #mainContents .hentry .entry-content {
	width: 670px;
}
.page #mainContents .hentry .entry-content .page-left {
	float: left;
	width: 230px;
}
.page #mainContents .hentry .entry-content .page-right {
	/*float: right;*/
	/*width: 420px;*/
	background: #FFF;
}
.entry-content table { width: 100% !important; }
.dataTable th, .dataTable td {
	padding: 10px;
	border: 1px solid #00A3D9;
	text-align: left;
	vertical-align: top;
}
.dataTable th {
	background: #003399;
	color: #FFF;
	white-space: nowrap;
}
.dataTable td {
	background: #FFF;
}
.entry-content table.table3 td { width: 33.3333% !important; }

.entry-content a {
	color: #0000FF;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #FF6C00;
	text-decoration: none;
}
.entry-content blockquote {
	background: #F8F8F8;
	padding: 20px;
}
.entry-content h1 {
	font-size: 18px;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content h2 {
	font-size: 16px;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content h3 {
	font-size: 14px;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 12px;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 900;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
}
.entry-content ul,
.entry-content ol {
	margin-bottom: 1em;
}
.entry-content ul,
.entry-content ol {
	list-style-position: outside;
	margin-left: 2em;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ul li li {
	list-style-type: circle;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ol li li {
	list-style-type: lower-alpha;
}
.entry-content p:last-child,
.entry-content ul ul, .entry-content ul:last-child,
.entry-content ol ul, .entry-content ol:last-child {
	margin-bottom: 0;
}
.entry-content hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin-bottom: 2em;
}

/*	.entry-content .wp-caption
────────────────────*/
.entry-content .aligncenter, .entry-content div.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .alignleft { float: left; clear: left; }
.entry-content .alignright { float: right; clear: right; }

.entry-content img.alignleft { margin: 0 10px 10px 0; }
.entry-content img.alignright  { margin: 0 0 10px 10px; }
.entry-content img.aligncenter { margin: 0 auto 10px; }

/*	.entry-content .wp-caption
────────────────────*/
.entry-content .wp-caption { text-align: center; }
.entry-content .wp-caption.alignleft { margin: 0 10px 10px 0; }
.entry-content .wp-caption.alignright { margin: 0 0 10px 10px; }
.entry-content .wp-caption.aligncenter { margin: 0 auto 10px; }
.entry-content .wp-caption.aligncenter:last-child { margin-bottom: 0; }
.entry-content .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	color: #666;
}

/*	.entry-content div.gallery
────────────────────*/
.gallery {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
dl.gallery-item {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
	position: relative;
	overflow: hidden;
}
dl.gallery-item:nth-child(3n+3) {
	margin-right: 0;
}
dt.gallery-icon a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
dd.gallery-caption {
	width: 200px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align: center;
	color: #666;
}

.red { color: #CC0000 !important; }
.yellow { color: #FFFF00 !important; }
.fwb { font-weight: bold !important; }
.font14 { font-size: 14px !important; }
.font16 { font-size: 16px !important; }
.font18 { font-size: 18px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.pd10 { padding: 10px !important; }
.pd20 { padding: 20px !important; }
.tac { text-align: center !important; }
.tal { text-align: left !important; }
.tar { text-align: right !important; }

#counter { width: 120px; height: 20px; }
#counter img { margin: 1px; }

#footer div.fb-page {
	width: 500px;
	padding: 20px 0;
	margin: 0 auto;
}
.home div.fb-page {
	width: 500px;
	padding: 0 0 10px;
	margin: 0 auto;
}

/*────────────────────
	#mainContainer .pager（index.php）
────────────────────*/
#mainContainer .pager {
	width: 670px;
	margin: 0 auto;
}
#mainContainer .pager .pagination {
	padding: 20px 0;
	text-align: center;
}
#mainContainer .pager a.page-numbers, #mainContainer .pager .pagination .current {
	margin: 0 2px;
	padding: 5px 8px;
	text-decoration: none;
	background: #FFF;
	border: solid 1px #003399;
	color: #003399;
}
#mainContainer .pager .pagination .current, #mainContainer .pager .pagination a:hover {
	background: #003399;
	border: solid 1px #003399;
	color: #FFF;
}
#mainContainer .pager p.pastdata {
	text-align: right;
}
/*────────────────────
	#mainContainer .next_previous_link（single.php）
────────────────────*/
#mainContainer .next_previous_link {
	width: 670px;
	margin: 0 auto;
}
#mainContainer .next_previous_link ul {
	list-style: none;
	padding: 20px 0;
	overflow: hidden;
}
#mainContainer .next_previous_link ul li.next { float: left; }
#mainContainer .next_previous_link ul li.prev { float: right; }
#mainContainer .next_previous_link ul li.next a, #mainContainer .next_previous_link ul li.prev a {
	margin: 0 2px;
	padding: 5px 8px;
	text-decoration: none;
	background: #FFF;
	border: solid 1px #003399;
	color: #003399;
}
#mainContainer .next_previous_link ul li.next a:hover , #mainContainer .next_previous_link ul li.prev a:hover {
	background: #003399;
	border: solid 1px #003399;
	color: #FFF;
}
#mainContainer .next_previous_link p.pastdata {
	text-align: right;
}

table.inside td{
	margin: 20px;
	padding: 10px 2px;
}

/*ギャラリー*/
.clear{
	clear: both;
}
#gallery{
	margin-top:40px;
}
.gallery-h2{
	    width: 120px;
}
#gallery .box{
	background: #fff;
margin-bottom: 10px;
float: left;
width: 216px;
height: 310px;
box-shadow: 2px 2px 1px #ddd;
}
#gallery .box:nth-of-type(3n-1){
  margin-left: 10px;
  margin-right: 10px;
}
#gallery .box img{
	width: 90%;
margin: 5% auto;
display: block;
}
#gallery .box p{
margin: 0 5%;
font-size: 14px;
}
.gallery2018{
	float: left;
	margin-right: 10px;
	margin-top: 30px;
}
.gallery2017{
	float: left;
	margin-top: 30px;
}

span.over4k{
	color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-size: 1.1rem;
font-weight: 900;
}
span.female{
	color:#ffb6c1;
}

p.reference{
    margin: 30px 0;
    font-size: 11px;
}

p.reference a{
    color: #666;
    display: inline-block;
    margin: 5px 15px 5px 0;
}