@CHARSET "UTF-8";
body {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center; /*IE*/
	line-height: 1.75em;
	background: url(../images/background_body.png) repeat;
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
ol, ul {
	list-style: none;
}
ol, ul, li {
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #2E8CBE;
}
a:visited {
	color: #666;
}
a:hover {
	color: #FF6515;
}
a:active {
	color: #fff;
}
.required {
	color: #f00;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
rt {
	font-size: 50%;
}
sup, sub {
	font-size: 60%;
}
small {
	font-size: 85%;
	line-height: 1.25em;
}
p {
	line-height: 1.75em;
	padding-bottom: 0.5em;
}
img {
	vertical-align: text-bottom;
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}
a:hover img {
	opacity: 0.8;
}
input, textarea {
	padding: 2px;
	font-size: 12px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
/* ================================

	レイアウト

================================ */
/* slidebars.css overwrite */
#sb-site, .sb-site-container {
	background: url(../images/background_body.png) repeat;
}
/* コンテナ */
#container {
	clear: both;
	max-width: 980px;
	min-width: 728px;
	margin: 60px auto;
	padding: 20px 0;
	overflow: hidden;
}
/* コンテンツ */
#content {
	width: 65.5%;
	max-width: 640px;
	margin: 0 10px 0 0;
	float: right;
	text-align: justify;
}
/* サイドバー */
div#sidebar_1 {
	margin: 0 0 0 10px;
}
div.sidebar {
	display: block;
	width: 30.6%;
	max-width: 300px;
	float: left;
	text-align: left;
}
/* ================================

	ヘッダー

================================ */
#mmenu-btn, #mobile-menu {
	display: none
}
/* ヘッダー */
header {
	width: 100%;
	height: 470px;
	background: url(../images/background_sky.jpg) center 0;
}
header.second {
	width: 100%;
	height: 220px;
	background: url(../images/background_sky.jpg) center 0;
}
#headline-bg {
	display: block;
	width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 0.60);
}
#headline {
	display: block;
	max-width: 960px;
	height: 30px;
	margin: 0 auto;
}
#headline h1 {
	font-size: 93%;
	font-weight: normal;
	color: #222;
	line-height: 30px;
	float: left;
	text-align: left;
}
#headline h1 a:hover {
	color: #ff6515;
}
#headline p#desc {
	font-size: 93%;
	font-weight: normal;
	color: #222;
	line-height: 30px;
	float: right;
	text-align: right;
}
#topinfo {
	clear: both;
	overflow: hidden;
	max-width: 960px;
	height: 60px;
	margin: 20px auto;
}
#logotype {
	float: left;
	width: 330px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}
#logotype a {
	display: block;
	width: 330px;
	height: 60px;
	background: url(../images/mifune_logotype.png) left top no-repeat;
}
#telephone {
	float: right;
	width: 330px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}
#telephone a {
	display: block;
	width: 330px;
	height: 60px;
	background: url(../images/btn_phone.png) right top no-repeat;
}
#topimage {
	clear: both;
	position: relative;
	max-width: 960px;
	height: 400px;
	margin: 0 auto;
	background: url(../images/blank.png) repeat;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}
#topimage h3 {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	padding: 1em;
	width: 59%;
	height: auto;
	font-size: 18px;
	line-height: 1.75em;
	text-align: left;
	color: white;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	z-index: 11;
}
#topimage h4 {
	display: none
}
#topimage img.topphoto {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 960px;
	max-height: 400px;
	width: 100%;
	height: auto;
	z-index: 10;
}
h1#blog-page-title {
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 auto 20px auto;
	background: url(../images/blogtitle.jpg) center center;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 80px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}
.secondimage {
	clear: both;
	position: relative;
	max-width: 960px;
	height: 150px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	background: #999;
	background-position: center center;
}
.secondimage h1 {
	height: 60px;
	line-height: 60px;
	font-size: 182%;
	text-align: left;
	color: #222;
	background: url(../images/whiteshade.png) 0 0 repeat-y;
	border-left: 12px solid #FF6515;
	text-indent: 0.5em;
}
/* ページタイトル画像 */
#image_general {
	background-image: url(../images/image_general.jpg)
}
#image_pediatric {
	background-image: url(../images/image_pediatric.jpg)
}
#image_cataract {
	background-image: url(../images/image_cataract.jpg)
}
#image_operations {
	background-image: url(../images/image_operations.jpg)
}
#image_doctor {
	background-image: url(../images/image_doctor.jpg)
}
#image_information {
	background-image: url(../images/image_information.jpg)
}
#image_access {
	background-image: url(../images/image_access.jpg)
}
#image_blog {
	background-image: url(../images/image_blog.jpg)
}
#image_topics {
	background-image: url(../images/image_topics.jpg)
}
#image_sitemap {
	background-image: url(../images/image_sitemap.jpg)
}
#image_recruit {
	background-image: url(../images/image_recruit.jpg)
}
#image_contactlenses {
	background-image: url(../images/image_contactlenses.jpg)
}
/* ================================

	コンテンツ（投稿／ページ）

================================ */
#pagetitle {
	font-size: 123.1%;
	font-weight: normal;
	color: #fff;
	background: #222;
	border-left: 8px solid #2E8CBE;
	text-align: left;
	padding: 8px 0 7px 10px;
	margin: 0 0 20px 0;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}
/* 記事 */
.post, .pages-post {
	clear: both;
	width: auto;
	padding: 20px;
	background: #FFF;
	margin-top: 20px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	overflow: hidden;
}
.post:first-child, .pages-post:first-child {
	margin: 0
}
.post h2, .pages-post h2 {
	clear: both;
	background: url(../images/background_org.png);
	font-size: 138.5%;
	line-height: 1.25em;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding: 12px 10px 10px 0.5em;
	border-left: 8px solid #ff6515;
}
.post h2:first-of-type, .pages-post h2:first-of-type {
	margin: 0 0 15px 0;
}
.post h2 a, .pages-post h2 a {
	text-decoration: none;
	color: #000;
}
.post h3, .pages-post h3 {
	clear: both;
	display: block;
	font-size: 116%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 30px 0 8px 0;
	padding: 4px 0 2px 0.5em;
	border-left: 6px solid #666;
}
.post h4, .pages-post h4 {
	clear: both;
	display: block;
	font-size: 116%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0.5em 0 0.3em 0;
}
.post p, .pages-post p {
	font-size: 108%; /* 14px */
	line-height: 1.75em;
	text-align: justify;
	overflow: visible;
}
.post p.postinfo, .pages-post p.postinfo {
	display: block;
	font-size: 85%;
	color: #666;
	text-align: right;
	margin: 20px 0 0;
	clear: both;
}
.post p.postinfo a, .pages-post p.postinfo a {
	color: #666;
}
/* 引用 */
blockquote:before {
	display: block;
	width: 100%;
	content: url(../images/blockquote_before.png);
	text-align: left;
	height: 40px;
	padding: 0;
}
blockquote:after {
	display: block;
	width: 100%;
	content: url(../images/blockquote_after.png);
	text-align: right;
	height: 40px;
	padding: 0;
}
blockquote {
	background: #f8f8f8
}
blockquote p {
	padding: 0 45px
}
/* リスト */
.post ul li, .pages-post ul li {
	font-size: 108%; /* 14px */
	line-height: 1.2em;
	text-align: justify;
	text-justify: auto;
	padding: 0 0 0.5em 0;
	overflow: auto;
}
/* 定義リスト */
.post dl, .pages-post dl {
	margin: 12px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.post dt, .pages-post dt {
	clear: left;
	float: left;
	width: 30%;
	border-top: 1px solid #ddd;
	padding: 5px 0;
}
.post dd, .pages-post dd {
	float: left;
	width: 70%;
	border-top: 1px solid #ddd;
	padding: 5px 0;
}
dl.inspection {}
.inspection dt {
	color: #2E8CBE;
	font-weight: bold
}
.inspection dd {
	color: #222
}
dl.treatment {
	border: none
}
.treatment dt {
	text-align: center;
	padding: 10px 2%;
	color: #fff;
	font-weight: bold;
	background: #2E8CBE;
	border: none;
}
.treatment dd {
	padding: 10px 2%;
	background: #eee;
	border: none;
}
dl.career {
	border: none
}
.career dt {
	padding: 0;
	border: none;
	width: 6em
}
.career dd {
	padding: 0;
	border: none
}
.arrow_bottom {
	clear: both;
	width: 80px;
	height: 20px;
	text-align: center;
	margin: 10px auto;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/arrow_bottom.png) center center no-repeat;
}
/* 注意 */
.post .notice, .pages-post .notice {
	display: block;
	text-indent: 0;
	font-size: 100%;
	font-weight: bold;
	background: url(../images/background_org.png);
	padding: 12px;
}
/* 記事内テーブル */
.post table, .pages-post table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 14px 0;
	table-layout: fixed;
}
.post table thead, .pages-post thead {
	border-bottom: 3px solid #ccc;
}
.post table thead th, .pages-post thead th {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #444;
	padding: 4px 0;
	font-weight: normal;
	border: 1px solid #ccc;
}
.post table tbody th, .pages-post tbody th {
	text-align: left;
	padding: 4px 13px;
	font-weight: normal;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}
.post table tbody td, .pages-post tbody td {
	text-align: left;
	padding: 4px 13px;
	font-weight: normal;
	border: 1px solid #ccc;
}
.post table tfoot, .pages-post tfoot {
	border-top: 3px solid #ccc;
}
.post table tfoot td, .pages-post tfoot td {
	text-align: left;
	padding: 4px 13px;
	font-weight: normal;
	border: 1px solid #ccc;
}
/* 順番リスト */
.ordered-list {
	list-style: decimal inside;
}
.ordered-list li {
	margin: 0.4em auto;
	padding: 0.4em 1em;
	border-bottom: 1px solid #eee;
}
.ordered-list li:first-of-type {
	border-top: 1px solid #eee;
}
/* 記事内の画像 */
.post img, .pages-post img {
	border: 0;
	padding: 0;
}
.post .aligncenter, .pages-post .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.post .alignleft, .pages-post .alignleft {
	display: block;
	float: left;
	margin-right: 13px;
}
.post .alignright, .pages-post .alignright {
	display: block;
	float: right;
	margin-left: 13px;
}
.post .alignnone, .pages-post .alignnone {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption {
	width: auto !important; /* wordpress初期設定潰し */
}
.wp-caption-text {
	text-align: left;
	padding: 4px 0;
}
/* 記事の抜粋 */
div.excerpt_image {
	width: 200px;
	height: 130px;
	overflow: hidden;
	float: left;
}
div.excerpt_image img {
	width: 200px;
}
div.excerpt_date {
	text-align: right;
	font-size: 85%;
	color: #222;
}
div.topostlink {
	display: block;
	overflow: hidden;
	margin: 30px 0 0 0;
}
/* ページリンク */
span.previous-page {
	display: block;
	float: left;
	height: 24px;
}
span.next-page {
	display: block;
	float: right;
	height: 24px;
}
span.previous-page a {
	display: block;
	color: #222;
	padding-left: 24px;
	height: 24px;
	background: url(../images/arrow_left.png) left top no-repeat;
}
span.next-page a {
	display: block;
	color: #222;
	padding-right: 24px;
	height: 24px;
	background: url(../images/arrow_right.png) right top no-repeat;
}
span.previous-page a:hover {
	background-position: left bottom;
	text-decoration: underline;
	color: #FF6515
}
span.next-page a:hover {
	background-position: right bottom;
	text-decoration: underline;
	color: #FF6515
}
div.pagelink {
	width: 100%;
	margin: 20px 0;
	min-height: 24px;
}
div.pagelink a {
	font-size: 100%;
	line-height: 24px;
	height: 24px;
}
div.post:after, div.pagelink:after {
	content: ".";
	clear: both;
	width: 1px;
	height: 1px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
/* コメント */
#comments {
	clear: both;
	border: #ccc 1px solid;
	padding: 0 24px;
	margin: 20px 0;
	background: #eee;
}
#comments h3 {
	font-size: 100%;
	padding-bottom: 3px;
	margin: 24px 0 10px 0;
}
#comments p {
	font-size: 100%;
}
#comments input, #comments textarea {
	display: block;
	background: #fff
}
#comments input#author {
	font-size: 100%;
}
#comments input#email {
	font-size: 100%;
}
#comments input#url {
	font-size: 100%;
}
#comments textarea#comment {
	width: 400px;
	font-size: 100%;
}
#comments input#submit {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0px 0px inset, rgba(0, 0, 0, 0.3) 1px 1px 0px 0px;
	display: block;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding: 6px 24px 4px 24px;
	margin: 10px auto;
}
#comments input#submit:hover {
	background-color: #FF6515;
	cursor: pointer;
}
#comments input#submit:active {
	box-shadow: rgba(255, 255, 255, 0.3) -1px -1px 0px 0px inset, rgba(0, 0, 0, 0.3) -1px -1px 0px 0px;
}
#comments p.form-allowed-tags {
	font-size: 85%;
	font-weight: bold;
}
#comments code {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: normal;
	display: block;
	border: 1px dotted #999;
	padding: 5px;
}
#comments li.compost {
	list-style-type: none;
	padding: 14px 16px;
	background: #eee;
	margin-bottom: 20px;
}
#comments p.cominfo {
	text-align: right;
	font-size: 85%;
	color: #222;
}
#comments #comfeed a {
	background: url(../images/feed-icon-12x12.png) no-repeat;
	background-position: 0 50%;
	line-height: 1em;
	padding-left: 16px;
	text-decoration: none;
}
#comments #comfeed {
	padding: 8px 0;
	margin-top: 10px;
}
#comments #trurl {
	background: #eee;
	padding: 8px;
	margin-bottom: 24px;
}
#comments .trurltxt {
	width: 95%;
}
/* ================================

	固定ページ・トップページ

================================ */
#content-page {
	width: 640px;
	margin: 0 10px;
	float: left;
	text-align: justify;
	overflow: hidden;
}
/* ページ内目次 */
ul.pages_index {
	overflow: hidden;
	background: #fff;
	padding: 15px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}
ul.pages_index li {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
}
ul.pages_index li a {
	font-size: 100%;
	display: block;
	font-weight: bold;
	color: #222;
	height: 24px;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 22px;
	background: url(../images/arrow_right.png) left top no-repeat;
}
ul.pages_index li a:hover {
	background-position: left bottom
}
/* 受付時間・診療担当医師 */
table#toppage-schedule {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
	background-color: #fff;
	margin: 0 0 10px 0;
	table-layout: auto;
}
table#toppage-schedule th, table#toppage-schedule td {
	text-align: center;
	vertical-align: middle;
	color: #222;
	background-color: #eee;
	padding: 8px 0 6px 0;
	font-weight: normal;
}
table#toppage-schedule tbody th {
	border: none;
}
table#toppage-schedule tbody td {
	border: none;
	min-width: 52px;
}
table#toppage-schedule td.turquoise {
	background-color: #96c5de;
}
table#toppage-schedule td.orange {
	background-color: #ffb28a;
}
table#toppage-schedule td.gray {
	background-color: #ccc;
}
/* トップページ理念 */
#Philosophy {
	margin: 0 0 20px;
}
#topcontent {
	overflow: visible
}
#toppage_banner {
	width: auto;
	height: 220px;
	overflow: visible;
}
#toppage_banner li {
	display: block;
	float: left;
	margin-right: 3%;
	width: 48.5%;
	max-width: 310px;
	height: 220px;
	padding: 15px;
	background: #fff;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}
#toppage_banner li:last-child {
	margin-right: 0
}
.tb_linkimg, .tb_linkimg a, .tb_linkimg img {
	display: block;
	width: 100%;
	max-width: 280px;
	height: 140px;
}
.tb_linkimg:hover {
	opacity: 0.8
}
li#tb_pediatric .tb_linkimg {
	background: #fff url(../images/toppage_banner_01.jpg) center center no-repeat
}
li#tb_cataract .tb_linkimg {
	background: #fff url(../images/toppage_banner_02.jpg) center center no-repeat
}
.tb_linkbtn {
	width: 100%;
	max-width: 280px;
	height: 50px;
	overflow: hidden;
	background-size: cover;
}
.tb_linkbtn a {
	display: block;
	background: #2E8CBE url(../images/arrow50x50wh.png) 0 0 no-repeat;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 50px;
	font-size: 138.5%;
	font-weight: normal;
}
.tb_linkbtn a:hover {
	background-color: #FF6515
}
#topcontent-sp-only {
	display: none
}
/* おしらせ topics */
#topics {
	overflow: hidden;
}
#topics li {
	clear: both;
	dispaly: block;
	overflow: hidden;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}
#topics li:last-child {
	border-bottom: none;
}
.topics_date {
	/* float: left; */
	/* width: 120px; */
	height: 2em;
	font-size: 85%;
	color: #FF6515;
	text-align: left;
}
.topics_content {
	/* float: left; */
	/*width: 480px;*/
	text-align: justify;
	font-size: 100%;
	color: #222;
	line-height: 1.25em;
}
.topics_title {
	text-align: left;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.25em;
	color: #222;
	padding: 0 0 6px 0;
}
/* コンタクトレンズ検査 */
.cl-examination ul {
	list-style: disc;
}
.cl-examination ul li {
	list-style: disc outside;
	margin: 0.25em 0 0.5em 2em;
	padding: 0;
	line-height: 1.5em;
	overflow: visible;
}
/* Flow */
.pages-post .flow {
	position: relative;
	margin: 0 0 20px;
	border: 1px solid #2E8CBE;
	padding: 0.75em 1em;
}
.pages-post .flow::after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 2px;
	height: 2px;
	background: transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid #2E8CBE;
	border-bottom: 5px solid #2E8CBE;
	transform: rotate(45deg);
	overflow: hidden;
}
.pages-post .flow:last-of-type::after {
	display: none;
}
/* GoogleMap */
#gmapArea {
	max-width: 600px;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
#gmap {
	width: 100%;
	height: 750px;
	margin-top: -150px;
	border: 0;
}
/* Blogトップへ */
.goto-blogtop {
	clear: both;
	display: block;
	width: auto;
	height: 30px;
}
.goto-blogtop a {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #222;
	padding: 0 0 0 24px;
	background: url(../images/arrow_left.png) 0 top no-repeat;
}
.goto-blogtop a:hover {
	color: #FF6515;
	background-position: 0 bottom;
}
/* コンテンツおわり */
div#post-end {
	display: block;
	width: auto;
	margin: 30px 0 30px 0;
	overflow: hidden;
}
.goto-pagetop {
	display: block;
	float: right;
	z-index: 99;
	width: auto;
	height: 28px;
	padding: 2px;
	background: rgba(255, 255, 255, 0.9);
}
.goto-pagetop a {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px 0 30px;
	background: #222 url(../images/arrow_02.png) 0 top no-repeat;
}
.goto-pagetop a:hover {
	background-position: 0 bottom;
}
/* サイトマップ */
ul.post_sitemap > li {
	font-size: 15px;
	margin: 0.5em 0;
	padding: 0.5em 0 0.5em 1em;
	border-bottom: 1px solid #eee;
}
ul.post_sitemap > li ul li {
	padding: 0.5em 0 0.5em 2em;
}
/* ================================

	サイドバー

================================ */
div.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.sidebar .widget {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 15px;
	margin-top: 20px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}
div.sidebar h2 {
	text-align: left;
	font-weight: bold;
	color: #222;
	padding: 8px 0 6px 12px;
	border-left: 6px solid #2E8CBE;
	margin: 0 0 15px 0;
}
div.sidebar li li {
	font-size: 100%;
	line-height: 1.25em;
}
div.sidebar li li a {
	text-decoration: none;
}
/* ナビゲーションメニュー（サイドバー） */
.sidebar nav {
	clear: both;
	width: 100%;
	background: #ccc;
}
.sidebar nav ul {
	width: 100%;
	max-width: 300px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}
.sidebar nav li {
	display: block;
	max-width: 300px;
	height: 50px;
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	background: #fff;
}
.sidebar nav li a {
	display: block;
	font-size: 116%;
	font-weight: normal;
	max-width: 300px;
	height: 50px;
	line-height: 50px;
	color: #222222;
	letter-spacing: 1pt;
	text-align: left;
	text-decoration: none;
	text-indent: 1em;
	background: url(../images/nav_btnbg.png) right center no-repeat;
}
.sidebar nav li a:hover {
	color: #FF6515;
	background-position: right -5px;
}
.sidebar nav li.current-menu-item a, .sidebar nav li.current_page_parent a {
	color: #FF6515;
	background-position: right -5px;
}
/* 案内図ウィジェット */
#guidemap-widget img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background: url(../images/mifune_guidemap.webp) center center no-repeat;
	background-size: auto 100%;
}
/* テキストウィジェット（文字サイズ） */
#text-size-ch {
	width: 100%;
	overflow: hidden;
}
p.text-size-ch-cap {
	float: left;
	height: 26px;
	font-size: 116%;
	line-height: 26px;
	text-align: right;
	width: 50%;
}
ul#fontSize {
	width: 50%;
	height: 26px;
	float: right;
	overflow: hidden;
	list-style: none;
}
ul#fontSize li {
	display: block;
	float: left;
	margin-right: 4px;
	height: 26px;
	font-size: 100%;
	padding: 0 8px;
	line-height: 26px;
	background: #000;
	color: #fff;
}
ul#fontSize li.current {
	background: #FF6515
}
ul#fontSize li:hover {
	cursor: pointer
}
/* 検索 */
#search-2 label.screen-reader-text {
	display: none;
}
#search-2 input#s {
	max-width: 200px;
	background: #eee;
	border: 1px solid #999;
	padding: 4px 6px;
	border-radius: 0;
}
#search-2 input#s:focus {
	background: #fea;
}
#search-2 input#searchsubmit {
	background: #eee;
	border: 1px solid #999;
	padding: 4px 10px;
	border-radius: 0;
	margin: 0 0 0 5px;
}
#search-2 input#searchsubmit:hover {
	background: #aaa;
	cursor: pointer;
}
#search-2 input#searchsubmit:active {
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
/* 最新投稿の抜粋 */
#blog-excerpt-widget h2 {
	background: url(../images/blogtitle270.png) center top no-repeat;
	background-size: contain;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
}
.bew-title {
	margin: 10px 0 4px 0;
	border-left: 6px solid #FF6515;
	padding: 7px 0 5px 8px;
	line-height: 1.0em;
	background: #eee;
}
.bew-title a {
	color: #FF6515;
}
.bew-text {
	margin: 0;
	text-align: justify;
}
/* カレンダー */
.widget_calendar h2 {
	display: none
}
#wp-calendar {
	width: 100%;
	color: #222;
	border-collapse: separate;
	border-spacing: 1px;
	border: none;
}
#wp-calendar td, #wp-calendar th {
	text-align: center
}
#wp-calendar tbody td, #wp-calendar thead th {
	font-size: 85%;
	height: 26px;
	line-height: 26px;
}
#wp-calendar th {
	background: #eee
}
#wp-calendar tbody td a {
	display: block;
	background: #2E8CBE;
	color: #fff;
	line-height: 26px;
}
#wp-calendar caption {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 8px;
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 6px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 6px;
}
/* ウィジェット一般 */
.widget ul li {
	padding: 0 0 6px 0;
}
/* ================================

	リンクボタン

================================ */
.topostlink, .wdg-jumpurl {
	display: block;
	margin: 10px 0 0 0;
	float: right;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.9);
}
.topostlink a, .wdg-jumpurl a {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px 0 30px;
	background: #222 url(../images/arrow_01.png) 0 top no-repeat;
}
.topostlink a:hover, .wdg-jumpurl a:hover {
	background-position: 0 bottom;
}
/* ================================

	フッター

================================ */
/* フッター */
footer {
	display: block;
	clear: both;
	width: 100%;
	background: #2E8CBE;
	text-align: left;
	overflow: hidden;
}
#footer {
	display: block;
	max-width: 960px;
	margin: 30px auto 30px auto;
	padding: 0 20px;
	color: #fff;
}
#footer p {
	line-height: 1.25em;
	padding: 0 0 8px 0;
}
address {
	display: block;
	font-size: 100%;
	font-style: normal;
	margin: 0 0 30px 0;
}
p.name-m {
	font-size: 161.6%;
	letter-spacing: 1px;
}
#footers-link {
	display: inline-block;
	overflow: hidden;
}
#copyright {
	font-size: 85%;
	text-align: left;
}
#footers-link a, #footers-link a:visited, #copyright a, #copyright a:visited {
	color: #fff
}
#footers-link a:hover, #copyright a:hover {
	text-decoration: underline
}