/*
Theme Name: ユニマットプレシャス
Description: ユニマットプレシャス テンプレート
Author: Wintel
*/





/* Utility
   ========================================================================== */


.nobreak {
	display: inline-block;
}


.break { display: block; }

@media (min-width: 769px) {
	.break { display: inline; }
}


.break-xxs {
	display: block;
}

@media (min-width: 481px) {
	.break-xxs {
		display: inline;
	}
}


.break-xs {
	display: block;
}

@media (min-width: 769px) {
	.break-xs {
		display: inline;
	}
}


.show-xxs {
	display: inline;
}

@media (min-width: 481px) {
	.show-xxs {
		display: none;
	}
}


.show-xs {
	display: inline;
}

@media (min-width: 769px) {
	.show-xs {
		display: none;
	}
}


.hide-xxs {
	display: none;
}

@media (min-width: 481px) {
	.hide-xxs {
		display: inline;
	}
}


.hide-xs {
	display: none;
}

@media (min-width: 769px) {
	.hide-xs {
		display: inline;
	}
}


.hide-all {
	display: none;
}


.indent1em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


.divider {
	margin-bottom: 2rem;
}


p.no-item {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	color: #454545;
	margin: 0;
	padding: 2rem 0 2rem 0;
}

@media (min-width: 1025px) {
	p.no-item {
		padding: 5rem 0 10rem 0;
	}
}


iframe#vcs_access {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}


@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}


.caution {
  color: #D9534F;
}





/* Layout
   ========================================================================== */


#column-wrapper {
	width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 50px 3%;
}





/* Main
   ========================================================================== */


#main {
	margin: 0 auto;
}

@media (min-width: 1025px) {
	#main {
		width: 70%;
		float: left;
		padding: 0 auto;
	}
}


#main p {
	margin: 0 0 1.0rem 0;
}


#main img {
  width: auto;
	height: auto;
  max-width: 100%;
	vertical-align: baseline;
}


#main img.alignleft {
	border: none;
	padding: 0;
	margin: 0.5rem 1.0rem 0.5rem 0;
	float: left;
}


#main img.alignright {
	border: none;
	padding: 0;
	margin: 0.5rem 0 0.5rem 1.0rem;
	float: right;
}


#main img.aligncenter {
	border: none;
	padding: 0;
	clear: both;
	display: block;
	margin: 1.0rem auto;
}


#main img.alignnone {
	border: none;
	padding: 0;
	margin: 0;
}


@media (max-width: 599px) {
	#main img.alignleft, 
	#main img.alignright {
    display: block;
		float: none;
		margin: 1.0rem auto;
	}
}


#main .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin: 1rem 0;
	overflow: hidden;
}


#main .video-container iframe, 
#main .video-container object, 
#main .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


div.blog_info {
	padding: 0.3rem 0;
	margin: 0 0 1.0rem 0;
	font-size: 0.7rem;
	line-height:1.0rem;
	border-top: 1px dotted #ddd;
}

@media (min-width: 481px) {
	div.blog_info {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
}


div.blog_info ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


div.blog_info li {
	float: left;
	padding: 0px;
	list-style: none;
	margin: 0 1rem 0 0;
	color: #231815;
}


div.blog_info li:last-of-type {
	margin: 0;
}


div.blog_info .dashicons {
		font-size: 16px;
}

@media (min-width: 481px) {
	div.blog_info .dashicons {
			font-size: 20px;
	}
}


.title {
  font-size: 1.1rem;
  line-height: 1.4em;
	margin: 0 0 0.5rem 0;
	padding: 0;
}

@media (min-width: 481px) {
  .title {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}





/* Side
   ========================================================================== */


#side {
	margin: 3rem auto 0 auto;
}

@media (min-width: 1025px) {
	#side {
		width: 27%;
		float: right;
		padding: 0 auto;
		margin: 0 auto;
	}
}


.widget-area {
	margin: 5px;
}


.widget-area ul {
	margin: 0;
	padding: 0;
	width: 100%;
}


.widget-area ul li.widget-container {
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 10px 10px 5px 10px;
	border-bottom: 2px solid #011822;
	box-shadow: 0px 2px 5px #ccc;
	background-color: #FFF;
}

@media (min-width: 481px) {
	.widget-area ul li.widget-container {
		margin: 0 0 3rem 0;
	}
}


.widget-area h3.widget-title {
	display: table-cell;
	font-size: 0.9rem;
	font-weight: bold;
  color: #333;
	margin: 0;
}

@media (min-width: 481px) {
	.widget-area h3.widget-title {
		font-size: 1rem;
	}
}


.widget-area > ul > li {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
}


.widget-area > ul > li:last-of-type {
	margin: 0;
}


.widget-area ul li ul {
	padding: 0;
	margin: 0;
}


.widget-area ul li ul li {
	list-style: none;
  padding: 0 0 0 1rem;
  margin: 0.5rem 0;
}


.widget-area ul li.widget_recent_entries ul li::before {
  content: "\f345";
  font-family: "Dashicons";
  font-size: 0.75rem;
  padding: 0;
  margin: 0 0 0 -1rem;
}


.widget-area ul li.widget_categories ul li::before, 
.widget-area ul li.widget_text ul li::before, 
.widget-area ul li.widget_recent_entries_custom ul li::before {
  content: "\f345";
  font-family: "Dashicons";
  font-size: 0.75rem;
  padding: 0;
  margin: 0 0.2rem 0 -1rem;
}


.widget-area ul li ul li a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}


.widget-area ul li ul li a:hover {
	text-decoration: underline;
}


.widget-area p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem 0;
	display: block;
}

@media (min-width: 481px) {
	.widget-area p {
		margin: 0 1rem 0.5rem 0;
		float: left;
	}
}

@media (min-width: 992px) {
	.widget-area p {
		float: none;
	}
}


/* Monthly Archive */

.widget-area ul li.widget_archive ul {
	display: table;
	padding: 0.5rem 0;
	margin: 0;
}


.widget-area ul li.widget_archive ul li {
	list-style: none;
	display: block;
  padding: 0;
	margin: 1%;
	float: left;
	width: 31.33%;
}

@media (min-width: 481px) {
	.widget-area ul li.widget_archive ul li {
		width: 23%;
	}
}

@media (min-width: 551px) {
	.widget-area ul li.widget_archive ul li {
		width: 18%;
	}
}

@media (min-width: 661px) {
	.widget-area ul li.widget_archive ul li {
		width: 14.66%;
	}
}

@media (min-width: 769px) {
	.widget-area ul li.widget_archive ul li {
		width: 12.28%;
	}
}

@media (min-width: 1024px) {
	.widget-area ul li.widget_archive ul li {
		width: 31.33%;
	}
}


.widget-area ul li.widget_archive ul li a {
	display: block;
	color: #454545;
	background-color: #f8f8f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0.35rem 0;
	margin: 0;
	position: relative;
	top: -1px;
	white-space: nowrap;
	font-size: 0.7rem;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.widget-area ul li.widget_archive ul li a:hover {
	color: #fff;
	border: 1px solid rgba(6,51,111,1.00);;
	background: rgba(6,51,111,1.00);;
}


.widget-area ul li.widget_archive ul li a:before {
	content: none;
	margin: 0;
}


.widget-area ul.children {
	padding: 0;
  margin: 0 0 0 -0.1rem;
}


.widget-area .tagcloud {
	padding: 0.5rem;
}



/*** Sidebar Icons ***/

.widget_calendar:before {
	content: "\f508";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
  color: #333;
	padding-right: 0.3rem;
	vertical-align: middle;
	display: table-cell;
}


.widget_archive:before {
	content: "\f145";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
  color: #333;
	padding-right: 0.3rem;
	vertical-align: middle;
	display: table-cell;
}


.widget_recent_entries:before {
	content: "\f464";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
  color: #333;
	padding-right: 0.3rem;
	vertical-align: middle;
	display: table-cell;
}


.widget_tag_cloud:before {
	content: "\f323";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
  color: #333;
	padding-right: 0.3rem;
	vertical-align: middle;
	display: table-cell;
}


.widget_categories:before {
	content: "\f318";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
  color: #333;
	padding-right: 0.3rem;
	vertical-align: middle;
	display: table-cell;
}


.widget_text:before {
	content: "\f103";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
  color: #333;
	padding-right: 0.3rem;
	vertical-align: middle;
	display: table-cell;
}


@media (max-width: 480px) {
	.widget_calendar:before, 
	.widget_archive:before, 
	.widget_recent_entries:before, 
	.widget_tag_cloud:before, 
	.widget_categories:before, 
	.widget_text:before {
		font-size: 1rem;
	}
}





/* Calendar
   ========================================================================== */


#calendar_wrap {
	padding: 0;
}


#wp-calendar {
	width: 100%;
}


table#wp-calendar {
	border-collapse: separate;
	border-spacing: 0.2rem;
}


#wp-calendar caption {
	color: #222;
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-weight: bold;
	padding: 0.5rem 0;
	text-align: center;
}

@media (min-width: 769px) {
	#wp-calendar caption { font-size: 0.8rem; }
}


#wp-calendar thead {
	font-size: 0.8rem;
}


@media (min-width: 769px) {
	#wp-calendar thead { font-size: 0.6rem; }
}


#wp-calendar thead th {
	text-align: center;
}


#wp-calendar tbody {
	color: #999;
}


#wp-calendar tbody td {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 0.2rem;
	text-align: center;
}

@media (min-width: 769px) {
	#wp-calendar tbody td {
		padding: 0.1rem;
		font-size: 0.9rem;
	}
}


#wp-calendar a {
  text-decoration: none;
}


#wp-calendar a:hover {
  text-decoration: underline;
}


#wp-calendar tbody .pad {
	background: none;
	border: none;
}


#wp-calendar tfoot td {
	padding: 0.5rem 0;
}


#wp-calendar tfoot #next {
	text-align: right;
}





/* Article
   ========================================================================== */


article {
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	article {
		padding: 4rem 0;
	}
}


article:first-of-type {
	border-top: none;
	padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
	article:first-of-type {
		padding: 0 0 4rem 0;
	}
}


#main article p {
	font-size: 0.8rem;
  line-height: 1.5em;
}

@media (min-width: 481px) {
  #main article p {
    font-size: 1rem;
    line-height: 2em;
  }
}





/* Typography
   ========================================================================== */


h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin: 0;
}


h1 {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
}


h2 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}


h3 {
	font-size: 1.0rem;
	margin-bottom: 0.5rem;
}


h4 {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}


h5 {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}


p {
	margin: 0 auto;
	line-height: 1.5rem;
}


blockquote {
	margin: 0;
}


cite {
	color: #bbb;
}








/* Pagination
   ========================================================================== */


.pagenationmm {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (min-width: 1025px) {
	.pagenationmm {
		display: block;
	}
}


.pagination {
	clear: both;
	padding: 2rem 0 0 0;
	margin: 0;
	position: relative;
	font-size: 0.6rem;
	line-height: 1.2rem;
	text-align: center;
}

@media (min-width: 769px) {
	.pagination {
		padding: 4rem 0 0 0;
		font-size: 0.7rem;
		line-height: 1.6rem;
	}
}


.pagination span, 
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-decoration: none;
	min-width: 1.2rem;
	color: #fff;
	background: #011822;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #011822;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}

@media (min-width: 769px) {
	.pagination span, 
	.pagination a {
		min-width: 1.6rem;
	}
}


.pagination a:hover {
	color: #fff;
	background: rgba(6,51,111,1.00);;
  border: 1px solid rgba(6,51,111,1.00);;
}


.pagination .current {
	padding: 0;
	background: #fff;
	color: #011822;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #011822;
	white-space: nowrap;
}


a.more-link {
	display: block;
	float: left;
	font-size: 0.7rem;
	line-height: 1.6rem; 
	color: #fff;
	background: #011822;
	margin: 1em auto;
	text-align: center;
	width: 7.0rem;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}

@media (min-width: 769px) {
	a.more-link {
		font-size: 0.9rem;
		line-height: 2rem;
	}
}


a.more-link:hover {
	color: #fff;
	background: rgba(6,51,111,1.00);;
}


div.nav-below {
	width: 16rem;
	margin: 2rem auto;
	overflow: auto;
	text-align: center;
}

@media (min-width: 769px) {
	div.nav-below {
		margin: 4rem auto;
	}
}


.nav-previous a {
	display: block;
	width: 7.0rem;
	font-size: 0.7rem;
	line-height: 1.6rem; 
	color: #fff;
	background: #011822;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: left;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 769px) {
	.nav-previous a {
		font-size: 0.9rem;
    line-height: 2rem; 
	}
}


.nav-next a {
	display: block;
	width: 7.0rem;
	font-size: 0.7rem;
	line-height: 1.6rem; 
	color: #fff;
	background: #011822;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: right;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 769px) {
	.nav-next a {
		font-size: 0.9rem;
    line-height: 2rem; 
	}
}


.nav-previous a:hover, 
.nav-next a:hover {
	color: #fff;
	background: rgba(6,51,111,1.00);;
}





/* Comments
   ========================================================================== */


#comments {
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding: 0.5rem 0 0 0;
}


#comments .navigation {
	padding: 0 0 18px 0;
}


h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 0;
}


h3#comments-title {
	padding: 24px 0;
}


.commentlist {
	list-style: none;
	margin: 0;
}


.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 21px;
	margin: 0 0 24px 0;
	padding: 0 0 0 40px;
	position: relative;
}


.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}


#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}


#comments .comment-body p:last-child {
	margin-bottom: 6px;
}


#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}


.commentlist p {
	font-size: 0.9rem;
}


ol.commentlist {
	margin: 0;
	padding: 0;
}


.commentlist ol {
	list-style: decimal;
}


.commentlist p {
  line-height: 1.4em !important;
  margin: 0 0 0.5rem 0 !important;
}


.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}


.comment-author {
}


.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}


.comment-author .says {
	font-size: 0.8rem;
}


.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}


.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}


.comment-meta a:active,
.comment-meta a:hover {
	color: rgba(6,51,111,1.00);;
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}


.commentlist .reply a {
	display: block;
	width: 3rem;
	padding: 0 0.5rem;
	background: #011822;
	font-size: 0.8rem;
	line-height: 1.6rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.commentlist .reply a:hover {
	color: #fff;
	background: rgba(6,51,111,1.00);;
}


a.comment-edit-link {
	color: #888;
}


a.comment-edit-link:hover {
	color: #ff4b33;
}


.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}


.commentlist .children li {
	border: none;
	margin: 0;
}


.nopassword,
.nocomments {
	display: none;
}


#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}


.commentlist li.comment+li.pingback {
	margin-top: -6px;
}


#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}


#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}





/* Comments form
   ========================================================================== */


#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}


#respond p {
	font-size: 0.9rem;
	margin: 0;
}


#respond .comment-notes {
	margin-bottom: 1em;
}


.form-allowed-tags {
	line-height: 1em;
}


.children #respond {
	margin: 0 48px 0 0;
}


h3#reply-title {
	margin: 0.5rem 0;
}


#comments-list #respond {
	margin: 0 0 18px 0;
}


#comments-list ul #respond {
	margin: 0;
}


#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


#respond input {
	margin: 0 0 5px;
	width: 100%;
}

@media (min-width: 769px) {
	#respond input {
		width: 40%;
	}
}


#respond textarea {
	width: 100%;
}


#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}


#respond .form-allowed-tags code {
	font-size: 11px;
}


#respond .form-submit {
	margin: 2rem 0 0 0;
}


#respond .form-submit input {
	width: auto;
}


/* si capcha code */

#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url {
  margin-top: 1.5rem;
}

#respond .required {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #D9534F;
  margin: 0;
}

#respond p label {
  font-size: 0.7rem;
  margin: 0;
}

#respond input {
  display: block;
}

.si_captcha_small {
	margin-top: 1.5rem;
}

#respond p input#si_captcha_code {
  display: block;
	width: 100px;
}





/* Form Objects
   ========================================================================== */






@media (min-width: 481px) {
	textarea {
		height: 16rem;
	}
}

form.post-password-form {
  display: table;
  padding: 2rem 2rem 0 2rem;
  margin: 0 auto 2rem auto;
  border: 1px solid #e7e7e7;
  text-align: center;
}

form.post-password-form p {
  display: table;
  margin: 0 auto 1.5rem auto !important;
  font-size: 0.7rem !important;
  line-height: 1.5em !important;
}

form.post-password-form p:first-of-type {
  text-align: left;
}

form.post-password-form label {
  display: block;
  margin: 0 0 2rem 0;
}

form.post-password-form label input[type="password"] {
  margin: 0 0 0 0.3rem;
}





/* Search Unit
   ========================================================================== */


.search_unit {
	display: block; padding: 0;
}


.search_unit input[type="submit"] {
	margin: 0;
	padding: 0;
}


.search_unit p {
	margin: 50px 0px 5px 0px !important;
}


h2.search {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 0px !important;
}


h2.result {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 50px 0 5px 0 !important;
}


/*p.search {
	font-size: 1rem !important;
}


.search_word {
	color: #011822 !important;
}


#s {
	width: 200px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 5px;
}


#searchsubmit {
	display: inline-block;
	margin-left: -33px;
	box-shadow: none;
	background-image: url(none);
	background-color: transparent;
	width: 25px;
	border: none;
	text-indent: -100px;
	cursor: pointer;
	position: relative;
}


#searchform {
	margin-top: -20px;
}


#searchform:before {
	content: "\f179";
	font-family: "Dashicons";
	font-size: 1.8rem;
	line-height: 1.0rem;
	color: #011822;
	top: 34px;
	left: 170px;
	position: relative;
}


.screen-reader-text {
	display: none;
}
*/


p.search {
  font-size: 0.8rem !important;
}
@media (min-width: 600px) {
  p.search {
    font-size: 0.9rem !important;
  }
}
.search_word {
  color: rgba(40, 57, 134, 0.95) !important;
}
#s {
  width: 200px;
  margin-bottom: 30px;
  padding: 5px 30px 5px 5px;
}
#searchsubmit {
  display: inline-block;
  margin-left: -33px;
  box-shadow: none;
  background-image: url(none);
  background-color: transparent;
  width: 25px;
  border: none;
  text-indent: -100px;
  cursor: pointer;
  position: relative;
}
#searchform {
  margin-top: -20px;
}
#searchform:before {
  content: "\f179";
  font-family: "Dashicons";
  font-size: 1.8rem;
  line-height: 1.0rem;
  color: rgba(40, 57, 134, 0.95);
  top: 40px;
  left: 170px;
  position: relative;
}


#searchform input[type="text"] {
  background-color: #f3f3f3;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-right-color: #fafafa;
  border-bottom-color: #fafafa;
  border-left-color: #999;

  font-size: 12px;
  line-height: 2.5em;
  padding: 5px;
}




.screen-reader-text {
  display: none;
}

/* ContactForm 7
   ========================================================================== */

 
.formbox-mini { max-width: 100px; }
.formbox-short { max-width: 150px; }
.formbox-middle { width: 100%; }
.formbox-long { width: 100%; }


@media (min-width: 600px) {
	.formbox-middle { max-width: 450px; }
}


.hissu {
	font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #D9534F;
	margin: 0 0.3rem;
}


.tdsubmit {
	text-align: center;
	padding: 0;
}

@media (min-width: 600px) {
	.tdsubmit {
		padding: 2rem 0 0 0;
	}
}

.formInner {
	padding: 0;
}


.formInner p {
	margin: 0 0 1rem 0 !important;
}


.formInner label {
	font-weight: 400;
  margin-right: 1rem;
}


.sent .formInner {
	display: none;
}


.complete-display {
	display: none;
}


.sent .complete-display {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 6rem 0;
	display: block;
	text-align: center;
}


.sent .complete-display h3 {
	color: #000;
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
}


span.wpcf7-not-valid-tip {
	top: 0px;
	left: 1rem;
}


span.wpcf7-checkbox .wpcf7-list-item {
	/*display: block;*/
	margin-right: 1rem;
}


div.wpcf7 img.ajax-loader {
  width: auto;
  height: auto;
  max-width: 100%;
}





/* Page Objects
   ========================================================================== */
	

#main-ft {
  width: 100%;
  height: auto;
}


#side-ft {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto 3rem auto;
}


#side-ft ul.ft-year {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 1024px;
  margin: 0 auto;
}


#side-ft ul.ft-year li {
  display: inline-block;
	list-style: none;
  padding: 0 0 0 1rem;
  margin: 0.5rem 1rem;
}


#side-ft ul.ft-year li::before {
  content: "\f345";
  font-family: "Dashicons";
  font-size: 0.75rem;
  padding: 0;
  margin: 0 0 0 -1rem;
}


#side-ft ul.ft-year li a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}


#side-ft ul.ft-year li a:hover {
	text-decoration: underline;
}


#main-ft h1.ft-title {
  text-align: center;
}


#main-ft article {
  padding: 0;
  border: none;
}


#main-ft article p {
  max-width: 1024px;
  margin: 0 auto 0.5rem auto;
}


.btns-pdf {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 320px;
  margin: 0 auto 2rem auto;
}


.btns-pdf a {
  display: block;
  width: 48%;
  margin: 0.5rem 1%;
  font-size: 0.7rem;
  line-height: 1.4rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ed5113;
  -moz-border-radius: 0.7rem;
	-webkit-border-radius: 0.7rem;
	border-radius: 0.7rem;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.btns-pdf a:hover {
  text-decoration: none;
  background-color: #c00;
}


.rank-category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 2rem 0;
}

@media (min-width: 600px) {
  .rank-category {
    margin: 3rem 0;
  }
}


.rank-category:last-of-type {
  margin: 3rem 0 0 0;
}

@media (min-width: 600px) {
  .rank-category:last-of-type {
    margin: 2rem 0 0 0;
  }
}


.rank-category h3 {
  width: 100%;
  padding: 0.2rem 0.75rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  background-color: #011822;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media (min-width: 600px) {
  .rank-category h3 {
    font-size: 1.4rem;
  }
}


.rank-category h3::before {
  content: "\f192";
  font-family: "fontawesome";
  font-size: 1rem;
  margin: 0 0.3rem 0 0;
}

@media (min-width: 600px) {
  .rank-category h3::before {
    font-size: 1.4rem;
  }
}


.rank-category .report {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 10px 20px 10px;
  margin: 0 auto 10px auto;
  font-size: 0.7rem;
  line-height: 1.5em;
  border-bottom: 1px dotted #ccc;
}

@media (min-width: 600px) {
  .rank-category .report {
    width: 33.33%;
    padding: 2rem 1rem;
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5em;
    border: none;
  }
}


.report h4 {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.4em;
  font-weight: bold;
  color: rgba(6,51,111,1.00);
  margin: 0 0 0.5rem 0;
}

@media (min-width: 600px) {
  .report h4 {
    font-size: 1.0rem;
  }
}


.report .fish-img {
  position: relative;
  width: 35%;
  height: auto;
  margin: 0;
  float: left;
}

@media (min-width: 600px) {
  .report .fish-img {
    width: 100%;
    margin: 0 0 1rem 0;
    float: none;
  }
}


.report .rank {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  -moz-border-radius: 1rem;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
  background-color: #f6f6f6;
  font-size: 0.7rem;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 600px) {
  .report .rank {
    top: -1rem;
    left: -1rem;
    width: 3rem;
    height: 3rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    line-height: 3rem;
  }
}


.report .rank-1st {
  color: #333;
  background-color: #e9e25a;
}


.report .rank-2nd {
  color: #333;
  background-color: #e7e7e7;
}


.report .rank-3rd {
  color: #fff;
  background-color: #ae7b23;
}


.report .rank-4-5th {
  color: #fff;
  background-color: #00bec5;
}


.report .fish-info {
  width: 65%;
  height: auto;
  padding: 0 5px 0 10px;
  float: left;
}

@media (min-width: 600px) {
  .report .fish-info {
    width: 100%;
    padding: 0;
    float: none;
  }
}


.report .fish-row {
  width: 100%;
  padding: 0.2rem;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}


.report .fish-size {
  display: inline-block;
  margin: 0 1rem 0 0;
}


.report .fish-weight {
  display: inline-block;
  margin: 0 1rem 0 0;
}


.report .fish-date {
  display: inline-block;
  margin: 0 1rem 0 0;
}


.report .fish-place {
  display: inline-block;
  margin: 0 1rem 0 0;
}


.report .report-row {
  width: 100%;
  padding: 0.2rem;
  margin: 0;
  border: none;
}

@media (min-width: 600px) {
  .report .report-row {
    border-bottom: 1px dotted #ccc;
  }
}


.report .report-name {
  float: right;
}






@media screen and (min-width: 1025px) {


.post {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 30px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}	
.post img{
		width: auto;
		max-width: 100%;
	}



.img-container {
    padding-top: 66.66%;
    position: relative;
}

.container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
	
	
	
	
	
	
	
	
}

@media screen and (min-width: 769px) and (max-width: 1024px) {





.post {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 30px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}	
.post img{
		width: auto;
		max-width: 100%;
	}
	


	
	
.img-container {
    padding-top: 66.66%;
    position: relative;
}

.container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}	
	

	
}

@media screen and (min-width: 600px) and (max-width: 768px) {


.post {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 30px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}	
.post img{
		width: auto;
		max-width: 100%;
	}
	

	
	
	
.img-container {
    padding-top: 66.66%;
    position: relative;
}

.container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}	
	


}

@media screen and (max-width: 599px) {



.post {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 30px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}	
.post img{
		width: auto;
		max-width: 100%;
	}


#msp #blogtitle h2 {

    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    color: rgba(30,65,122,1);
    margin-bottom: 8px;

}
	
#msp #blogtitle ul li {
float: left;
padding: 0px;
list-style: none;
margin: 0 1rem 1rem  0;
	font-size: 12px;

}

.img-container {
    padding-top: 66.66%;
    position: relative;
}

.container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
	
}


@media screen and (min-width: 1025px) {
/* Form */
input[type="submit"], input[type="reset"], input[type="button"] {
   display: block;

	color: #FFF;
	height: 50px;
	width: 40% !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #011822;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	cursor: pointer;
	padding: 0 !important;
	
	
	font-size: 14px!important;
line-height: 50px;
font-weight: 700;

}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
/* Form */
input[type="submit"], input[type="reset"], input[type="button"] {
   display: block;

	color: #FFF;
	height: 50px;
	width: 50% !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #011822;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	cursor: pointer;
	padding: 0 !important;
	
	
	font-size: 14px!important;
line-height: 50px;
font-weight: 700;

}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
/* Form */
input[type="submit"], input[type="reset"], input[type="button"] {
   display: block;

	color: #FFF;
	height: 50px;
	width: 70% !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #011822;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	cursor: pointer;
	padding: 0 !important;
	
	
	font-size: 14px!important;
line-height: 50px;
font-weight: 700;

}
}

@media screen and (max-width: 480px) {
/* Form */
input[type="submit"], input[type="reset"], input[type="button"] {
   display: block;

	color: #FFF;
	height: 50px;
	width: 100% !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #011822;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	cursor: pointer;
	padding: 0 !important;
	
	
	font-size: 14px!important;
line-height: 50px;
font-weight: 700;

}
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	
	text-decoration: none;
}

