@charset "utf-8";
/*
TTheme Name: child
Theme URI: http://wordpress.org/themes/child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: 2011年版の WordPress テーマは洗練されていて、軽量で、柔軟性があります。メニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。明と暗のカラースキーム、リンクカラー、3つのレイアウトオプションが利用できるようになっています。「Twenty Eleven」は、フロントページをコンテンツの目立つショーケースへと変身させるショーケース固定ページテンプレートを備えています。ウィジェット対応のたくさんのエリア (サイドバー、3つのフッターエリア、ショーケース固定ページウィジェットエリア) があり、また、アサイド・リンク・引用・ステータスを表示する「短冊」ウィジェットを備えています。印刷用と管理者のエディタ用のスタイル、アイキャッチ画像（投稿、固定ページ上のヘッダー画像と注目の"固定"記事の大きな画像として）のサポート、6つの異なる投稿フォーマットの特別なスタイルが含まれています。
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,p
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
.table_01, .centertd td, .impcenter{
	text-align: center !important;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
   word-break: break-all;
}


/* =Structure
----------------------------------------------- */
html {
    height: 100%;
}
body {
  width:100%;
	background: #FFFFFF;
	line-height: 1;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
* html div#wrapper {
    height:100%;
}
div#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	position: relative;
}
body > #wrapper {
        height: auto;
	margin: 0px;
	padding: 0px;
}
#page {
	margin: 0px;
	width: 100%;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	max-width: 945px;
	/* 	float: left;
	margin-right: 25px; */
	margin-bottom: 0px;
}
#content {
	max-width: 945px;
}
#secondary {
	float: right;
	width: 255px;
	margin-bottom: 45px;
}

/* Singular */
/* .singular #primary {
	margin: 0;
} */
/* .singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
} */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0;

}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;







	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 100%;
}
.one-column #content {
	max-width: 945px;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
/*.one-column #branding #searchform {
	right: 40px;
	top: 4em;
} */
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.625;
}
body {

}
#page {
	background: #FFF;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
	clear: both;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {

	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Arial", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
.tel_wrap{
	max-width:5em;
}





input[type=text],
input[type=email] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #069FB0;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	min-max-width: 945px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
	margin-bottom: 15px;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
/* #branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
} */


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */

/* 検索ボックスのスタイル */
.search_box {
	width: 150px;
	height: 20px;
	border: 1px solid #ABADB3;
	margin: 0px;
	padding: 0px;
}
/* #branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	width: 150px;
	height: 20px;
}
/*#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}*/


/* =Content
----------------------------------------------- */

#main {
	max-width: 945px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 300px;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
.singular .entry-content{
  padding-top:0;
}








img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
/*p img,
.wp-caption {

}*/
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {

	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
/* .singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
} */
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 12px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;

}

/* Featured post */



section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {






	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;

	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {

	top: 253px;
}




#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

/*#content nav {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
} */

/* Singular navigation */
/* #nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
 */

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin-left: 20px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


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

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	font-size: 12px;
	clear: both;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 165px;
	background-color: #FFF;
	background-color: whitesmoke;
	border-top: 4px solid #f00;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}
#colophon .footer_bck .footer_staff .btn-link {
    background-color: #069FB0;
    color: #fff;
    font-size: 120%;
    padding: 10px 15px;
    border-radius: 5px;
}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 945px) {
	/* Simplify the basic layout */
	#main #content {
		margin: auto;
		width: 100%;
		max-width: 945px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		width: 100%;
		max-width: 945px;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;

		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
    width: calc(99% - 20px);
    margin: auto;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

	body {
		padding: 0;
	}


	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
  html{
    height:auto;
    position:static;
  }
	body {
		background: none !important;
		font-size: 10pt;
    overflow: visible !important;
    height: auto;
	}
  .sp-image-block{
    display: none;
  }
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
	#sp-header{
		display:none;
	}
#content .left_area {
	float: left;
	max-width: 210px;
  width:calc(25% - 25px);
	padding-right: 25px;
}
#content .main-area {
	float: left;
  width:75%;
	max-width: 705px;
}
#main #content{
  display: block !important;
  margin: auto;
  width: calc(100% - 10px);
}
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


/* ヘッダー全体 */
#branding .header_main {
  width: 100%;
max-width: 945px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

/* ヘッダ中身 */
#branding .header_navi {
	height: 80px;
	max-width: 945px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FE0000;
	padding: 0px;
}
/* ヘッダー全体のテキスト */
#branding .header_navi p {
	margin: 0px;
	padding: 0px;
}
/* ヘッダーロゴ位置指定 */
#branding .header_navi .header_logo {
	position: absolute;
	left: 0px;
	top: 20px;
	margin: 0px;
    max-width: 292px;
    width: calc(100% - 400px);
}
/* ヘッダーテキスト位置指定 */
#branding .header_navi .header_txt {
	position: absolute;
	margin: 0px;
	right: 5px;
	bottom: 7px;

}

/* メインメニュー */
#main_navi {
	height: 45px;
	width: 100%;
	left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main_navi .navi_bck {
	max-width: 945px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height: 53px;
	position: relative;
}
/* メインメニュー中身 */
#main_navi .navi_bck ul#navi_box {
	height: 40px;
	max-width: 945px;
	width:  100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: 3px 3px 5px #c7c7c7;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow:  hidden;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#main_navi .navi_bck ul#navi_box li {
	float:left;
	display:inline;
	width: calc(52% / 3);
	max-width: 165px;
}
#main_navi .navi_bck ul#navi_box li.home {
    width: 6%;
}
#main_navi .navi_bck ul#navi_box li.for-medical {
    width: 21%;
    max-width: 194px;
}
#main_navi .navi_bck ul#navi_box li.inquiry {
    width: 21%;
    max-width: 200px;
}
#main_navi .navi_bck ul#navi_box li a {
	display:block;
	height: 27px;
	width:  100%;
	text-align:  center;
	border-right: 1px solid #ccc;
	font-size:  150%;
	padding-top: 2px;
	font-weight:  normal;
	position:  relative;
	color: #333;
	top: 5px;
  text-decoration: none;
}

#main_navi .navi_bck ul#navi_box li:last-child a {
	border-right-width:0;
	
}
#main_navi .navi_bck ul#navi_box .home a {
	background-image: url(images/site-img/navi/navi_home_off.png);
	background-repeat: no-repeat;
	background-position:center;
	text-indent: -9999px;
}/*
#main_navi .navi_bck ul#navi_box .hospital-info a {
	background-image: url(images/site-img/navi/navi_info-02.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-size:  100%;
}
#main_navi .navi_bck ul#navi_box .see-info a {
	background-image: url(images/site-img/navi/navi_see-info-02.png);
	background-repeat: no-repeat;
	background-position:left top;
}
#main_navi .navi_bck ul#navi_box .for-medical a {
	background-image: url(images/site-img/navi/navi_medical-02.png);
	background-repeat: no-repeat;
	background-position:left top;
}
#main_navi .navi_bck ul#navi_box .trainee a {
	background-image: url(images/site-img/navi/navi_trainee.png);
	background-repeat: no-repeat;
	background-position:left top;
}
#main_navi .navi_bck ul#navi_box .inquiry a {
	background-image: url(images/site-img/navi/navi_inquiry-02.png);
	background-repeat: no-repeat;
	background-position:left top;
}*/



/* ロールオーバー */
#main_navi .navi_bck ul#navi_box li a:hover {
	color:red;
	text-decoration:none;
}

/* メインメニューのステイ */
.home #main_navi .navi_bck ul#navi_box li.home a,
.home #main_navi .navi_bck ul#navi_box li.home a:hover{
	background-image: url(images/site-img/navi/navi_home.png);
}
.page-template-hospital-info-php  #main_navi .navi_bck ul#navi_box .hospital-info a,
.page-template-hospital-info-php  #main_navi .navi_bck ul#navi_box .hospital-info a:hover,
.page-id-225 #main_navi .navi_bck ul#navi_box .for-medical a,
.page-id-225  #main_navi .navi_bck ul#navi_box .for-medical a:hover,
.page-template-see-info-php #main_navi .navi_bck ul#navi_box .see-info a,
.page-template-see-info-php #main_navi .navi_bck ul#navi_box .see-info a:hover,
.page-template-trainee-php #main_navi .navi_bck ul#navi_box .trainee a,
.page-template-trainee-php #main_navi .navi_bck ul#navi_box .trainee a:hover,
.page-id-68 #main_navi .navi_bck ul#navi_box .inquiry a,
.page-id-68 #main_navi .navi_bck ul#navi_box .inquiry a:hover
{
	color:red;
	text-decoration:none;
}

/* サブナビ(サイトマップ等) */

#branding .header_navi ul#sub_navi {
/*	width: 224px;
	height: 10px;*/
	position: absolute;
	right: 211px;
	bottom: 5px;
	margin: 0px;
	padding: 0px;
}
#branding .header_navi ul#sub_navi li {
	float:left;
	display:inline;
}
#branding .header_navi ul#sub_navi li a:before {
    content: "";
    background-color: #fe0000;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 14px;
}

#branding .header_navi ul#sub_navi li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border-left: 5px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 0;
}
#branding .header_navi ul#sub_navi li a {
	padding-left: 20px;
	display:block;
	color: #333;
	overflow:hidden;
	position:relative;
}
#branding .header_navi ul#sub_navi li a:hover {
	text-decoration: none;
	color: #FF0000;
}
#branding .header_navi ul#sub_navi .link a {
	margin-right: 25px;
}
#branding .header_navi ul#sub_navi .sitemap a {
	margin-right: 25px;
}
#branding .header_navi ul#sub_navi .access a {
	margin-right: 0px;
}
#branding .header_navi ul#sub_navi .newyear a {
	margin-right: 25px;
}

/* サブナビのステイ */
.page-id-80 #branding .header_navi ul#sub_navi .link a,
.page-id-80 #branding .header_navi ul#sub_navi .link a:hover,
.page-id-64 #branding .header_navi ul#sub_navi .sitemap a,
.page-id-64 #branding .header_navi ul#sub_navi .sitemap a:hover,
.page-id-76 #branding .header_navi ul#sub_navi .access a,
.page-id-76 #branding .header_navi ul#sub_navi .access a:hover
{
/*	background-position:0 -10px !important;*/
	cursor: default;
	color:#FF0000;
}


/* フッターナビ */
.footer_main ul#footer_navi {
	/*	width: 218px;
	height: 10px;*/
	position: relative;
	margin: 0px;
	list-style:  none;
	}
.footer_main ul#footer_navi li {
	float:left;
	display:inline;
}
.footer_main ul#footer_navi li a {
	display:block;
	background-position: left 1px;
	padding-left: 20px;
	overflow:hidden;
	position:relative;
}
.footer_main ul#footer_navi li a:before {
    content: "";
    background-color: #fe0000;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 14px;
}
.footer_main ul#footer_navi li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border-left: 5px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 0;
}
.footer_main ul#footer_navi li a:hover {
/*	background-position:0 -10px;*/
	text-decoration: none;
	color: #FF0000;
}
.footer_main ul#footer_navi .privacy a {
/*	background-image: url(images/site-img/navi/foot_navi-privacy.png);
	background-repeat: no-repeat;
	background-position:left top;
	width: 102px;*/
	margin-right: 25px;
}
.footer_main ul#footer_navi .keiyaku a {
/*	background-image: url(images/site-img/navi/foot_navi-keiyaku.png);
	background-repeat: no-repeat;
	background-position:left top;*/
	width: 91px;
}

/* フッターナビ */
.page-id-66 .footer_main ul#footer_navi .privacy a,
.page-id-66 .footer_main ul#footer_navi .privacy a:hover,
.page-id-85 .footer_main ul#footer_navi .keiyaku a,
.page-id-85 .footer_main ul#footer_navi .keiyaku a:hover
{
/*	background-position:0 -10px !important;*/
	cursor: default;
	color: #FF0000;
}

/* ページTOPへ */
#colophon .footer_pagetop {
	height: 27px;
	max-width: 945px;
  width:100%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 0px;
	margin-bottom: -1px;
	position: absolute;
	top: -27px;
}
/* フッター全体 */
#colophon .footer_bck {
	width: 100%;
}
#colophon .footer_bck a {
	color: #333
}
#colophon .footer_bck .footer_main {
	max-width: 945px;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	position: relative;
	/* background-color: whitesmoke; */
	/* border-top: 4px solid #f00; */
}
/* フッターサイトマップ位置指定 */
#colophon .footer_bck .footer_main .footer_sitemap {
	max-width: 915px;
  width:100%;
	line-height: 1.8em;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#colophon .footer_bck .footer_main .footer_sitemap a {
	text-decoration: none;
}
#colophon .footer_bck .footer_main .footer_sitemap a:hover {
	text-decoration: underline;
}

/* フッター職員専用 */
#colophon .footer_bck .footer_main .footer_staff {
	position: absolute;
	right: 10px;
	top: 90px;
	margin: 0px;
	padding: 0px;
}

/*コピーライツエリア*/
#colophon .footer_bck .footer_copy {
	height: 60px;
	max-width: 945px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 10px;
}

/* フッターサイト名位置指定 */
#colophon .footer_bck .footer_copy .footer_logo {
	position: absolute;
	left: 15px;
	top: 10px;
	margin: 0px;
	padding: 0px;
    max-width: 236px;
}
/* フッターコピーライト位置指定 */
#colophon .footer_bck .footer_copy .f_copy {
	position: absolute;
	left: 280px;
	top: 13px;
	margin: 0px;
	padding: 0px;
}

/*スライドショー*/
#slideshow {
	position:relative;
	width:945px;
  max-width:100%;
	height:306px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8000;
}
#slideshow img.active {
	z-index:9999;
}
#slideshow img.last-active {
	z-index:9000;
}


/*TOPページタイトルもろもろ*/
.home #page-ttl {
    height: auto;
}
#page-ttl {
	width: 100%;
	background-image: url(images/site-img/contents/bck_index-ttl.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 306px;
	margin-bottom: 20px;
	position: relative;
}
#page-ttl .index_ttl {
	margin-right: auto;
	margin-left: auto;
	height: 306px;
	margin-bottom: 0px;
	padding: 0px;
	max-width: 945px;
	margin-top: 0px;
}
#page-ttl .under_ttl {
	max-width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/site-img/bck_under_ttl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;

}
#page-ttl .under_ttl h1 {
	color: #62310F;
	font-size: 20px;
	padding-top: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}
.home p.index-info, .home .index-info p {
    border: 5px solid #FF6D6D;
    margin: 20px 0;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    display: block;
    border-radius: 10px;
    color: #666666 !important;
    background-color: #FFFBEF;
    transition: 0.5s;
    text-decoration: none !important;
    position: relative;
    padding: 15px 0;
}

.home a.index-info {
    text-decoration:  none !important;
    transition:  0.5s;
    opacity:  1;
}

.home a.index-info p:hover {opacity:  0.5;transition:  0.5s;}

/*下層ページタイトル*/
#page-ttl_under {
	width: 100%;
	background-image: url(images/site-img/contents/bck_under-ttl.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 66px;
	margin-bottom: 20px;
	clear: both;
}
#page-ttl_under .under_ttl {
	max-width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/site-img/contents/bck_under-ttl-h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#page-ttl_under .under_ttl h1 {
	color: #333333;
	font-size: 24px;
	padding-top: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	font-weight: normal;
}











/*　新着情報　*/
.news .day{
	float: left;
	width: 180px;
	font-weight: bold;
	margin-right: 20px;
	position:relative;
}
.news .none{
	float: left;
	width: 80px;
	font-weight: bold;
	margin-right: 20px;
}
.news .day.ippan{
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: right;
}
.news .day.medical{

	padding-top: 3px;
	padding-bottom: 3px;
	background-position: right;
}
.news .day.all{
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: right;
}
.news .day.medical:before {
    content: "医療";
    position:  absolute;
    right:  0;
    background-color: #009dae;
    color: #fff;
    padding:  1px 5px;
    bottom: 3px;
}

.news .day.ippan:before {
    content: "一般";
    position: absolute;
    right: 0;
    background-color: #ff0000;
    color: #fff;
    padding: 1px 5px;
    bottom: 3px;
}
.news .day.all:before {
    content: "医療";
    position:  absolute;
    right:  0;
    background-color: #009dae;
    color: #fff;
    padding:  1px 5px;
    bottom: 3px;
}
span.ippan {
    background-color: #f00;
    padding: 2px 6px;
    font-weight:  bold;
    color: #fff;
}
span.medical {
    background-color: #009dae;
    padding: 2px 6px;
    font-weight:  bold;
    color: #fff;
}
.news .day.all:after {
    content: "一般";
    position: absolute;
    right: calc(3em + 5px);
    background-color: #ff0000;
    color: #fff;
    padding: 1px 5px;
    bottom: 3px;
}
.news .txt{
	float: left;
	max-width: 470px;
  width:100%;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-text-size-adjust: none;
}

.news .txt_recruit{
	float: left;
	max-width: 500px;
  width:100%;
	padding-bottom: 3px;
	-webkit-text-size-adjust: none;
}

/*　テーブルデザイン　*/
.table_01 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table_01 th {
	font-weight: bold;
	background-color: #EEFCFF;
	vertical-align: top;
	color: #008AA8;
	border-top-width: 0px;
	border-right-width: 0px;
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 7px;
}
.table_01 td {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 1px;
	padding: 5px;
}
.table_01 .bl_non {
	border-left-width: 0px;
}


.table_01 tr td p {
	margin: 0px;
}
.table_01 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.table_01 .all-center {
	text-align: center;
	vertical-align: middle;
}


/*　メルフォ用スタイル(必須有り無し)　*/
.table_01 th.need:before {
    content: "必須";
    font-size: 11px;
    float: left;
    margin-right: 10px;
    display: block;
    width: 30px;
    text-align: center;
    background-color: #f00;
    color: #fff;
    font-weight: normal;
}
.table_01 .no-need {
	padding-left: 35px;
}
.need {
	min-height: 25px;
	background-image: url(images/site-img/img_mail_need.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
}

/*　外来表用テーブル  */
.table_gairai {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table_gairai th {
	font-weight: bold;
	background-color: #CEF5FF;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	vertical-align: top;
	color: #006479;
	border-top-width: 0px;
	border-right-width: 0px;
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
.table_gairai td {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 1px;
	text-align: center;
	vertical-align: middle;
}


/*　高さが狭めのテーブル　*/
.table_02 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
    max-width: 100%;
}
.table_02 th {
	font-weight: bold;
	background-color: #EEFCFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	vertical-align: top;
	color: #008AA8;
	border-top-width: 0px;
	border-right-width: 0px;
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
    padding: 7px;
}
.table_02 td {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 1px;
    padding: 7px;
}
.table_over{
	width: 100%;
	overflow: auto;
}
.table_over::-webkit-scrollbar {
height: 5px;
}
.table_over::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
.table_over::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}















/*　コメントボックス(色つき背景・枠線)　*/
#main .comment_box {
	border: 1px solid #FF6600;
	color: #FF6600;
	padding: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FBFBF9;
}
#content .comment_box p {
	margin-bottom: 0px;
}
#main .comment_box a {
	color: #FF6600;
}
#main #content .comment_news {
	border-left: 5px solid #EF6D67;
	border-right: 5px solid #EF6D67;
	border-bottom: 5px solid #EF6D67;
	border-top: 5px solid #EF6D67;
	font-size: 150%;
	color: #333;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
 border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#main #content .comment_news p {
	margin: 15px;
}
#main #content .comment_news p.day {
	float: left;
	width: 110px;
	font-weight: bold;
	position:relative;
	margin: 15px;
}
#main #content .comment_news p.message {
	float: left;
	position:relative;
	margin: 15px;
}
#main #content .comment_news h2{
	/* width:100%; */
	color: #FFF;
	background-color: #EF6D67;
	margin: 0 0 15px 0;
	text-align: center;
    border-radius: 0px;        /* CSS3草案 */
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;   /* Firefox用 */
}
#main .comment_news .look_red {
	color: #EF6D67;	
}
#main .comment_news hr {
	margin: 15px;
}
/*#main .comment_news a {
	color: #EF6D67;
}*/
#main .comment_news_02 {
	border: 5px solid #C2EBFF;
	color: #66CCFF;
	padding: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
/*	background-color: #FBFBF9;*/
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}
#main .comment_news_02 a {
	color: #66CCFF;
}

.mini_comment {
	font-size: 85%;
	border: 1px solid #F60;
	padding: 5px;
	margin: 0px;
	color: #F30;
}


/*　クリアボス　*/
.clear_both {
	clear: both;
}

/*　テキスト調整用　*/
.line-through {
	text-decoration: line-through;
}
.mini_txt {
	font-size: 85%;
}
.bold{
	font-weight: bold;
}

.uline{
	text-decoration: underline;
}

.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}

.left {
	float: left;
}
.right {
	float: right;
}
.w-100 {
	width: 100px;
}
.w-150 {
	width: 150px;
}
.w-180 {
	width: 180px;
}
.w-200 {
	width: 200px;
}
.w-210 {
	width: 210px;
}
.w-215 {
	width: 215px;
}
.w-220 {
	width: 220px;
}
.w-240 {
	width: 240px;
}
.w-280 {
	width: 280px;
}
.w-295 {
	width: 295px;
}
.w-300 {
	width: 300px;
}
.w-315 {
	width: 315px;
}
.w-320 {
	width: 320px;
}
.w-330 {
	width: 330px;
}
.w-340 {
	width: 340px;
}
.w-360 {
	width: 360px;
}
.w-370 {
	width: 370px;
}
.w-380 {
	width: 380px;
}
.w-400 {
	width: 400px;
}
.w-420 {
	width: 420px;
}
.w-440 {
	width: 440px;
}
.w-450 {
	width: 450px;
}
.w-460 {
	width: 460px;
}
.w-470 {
	width: 470px;
}
.w-480 {
	width: 480px;
}
.w-500 {
	width: 500px;
}
.w-530 {
	width: 530px;
}
.w-550 {
	width: 550px;
}
.w-560 {
	width: 560px;
}
.w-580 {
	width: 580px;
}
.w-590 {
	width: 590px;
}
.w-680 {
	width: 680px;
}
.w-700 {
	width: 700px;
}
.w-720 {
	width: 720px;
}
.w-730 {
	width: 730px;
}

.h-20 {
    height: 20px;
}
.h-50 {
    height: 50px;
}
.h-70 {
    height: 70px;
}
.h-100 {
    height: 100px;
}
.h-150 {
    height: 150px;
}
.h-200 {
    height: 200px;

}
.h-250 {
    height: 250px;
}
.h-300 {
    height: 300px;
}

.mt_20 {
	margin-top: 20px;
}
.mt_45 {
	margin-top: 45px;
}

.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_45 {
	margin-bottom: 45px;
}
.mr_03 {
	margin-right:3px;
}
.mr_05 {
	margin-right:5px;
}
.mr_15 {
	margin-right:15px;
}
.mr_20 {
	margin-right:20px;
}
.mr_25 {
	margin-right:25px;
}

.hi-400 {
	height: 100px;

}

/*　テキスト着色　*/
.look_blue {
	color: #008ACC;
}
.look_pink {
	color: #FF6766;
}
.look_red {
	color: #E3001D;
}
h2 .look_red {
    color: #E3001D;
    background-color: #fff;
    padding: 0 15px;
    font-size: 85%;
}
.look_green {
	color: #090;
}
.look_orange {
	color: #F60;
}

/*　テキストサイズ　*/
.txt-120 {
	font-size: 120%;
}
.txt-125 {
	font-size: 125%;
}
.txt-130 {
	font-size: 130%;
}
.txt-140 {
	font-size: 140%;
}
.txt-150 {
	font-size: 150%;
}
.txt-160 {
	font-size: 160%;
}
.txt-170 {
	font-size: 170%;
}
.txt-180 {
	font-size: 180%;
}
.txt_mini {
	font-size: 85%;
}



/* サイトマップ */
.unit_sitemap {
	padding: 0;
	margin: 0;
}
.unit_sitemap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.unit_sitemap li {
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 210px;
}
.unit_sitemap li.title
{
	font-weight: bold;
	font-size: 120%;
}
.unit_sitemap li.title li.joint, .unit_sitemap li.title li.bottom {
	font-weight: normal;
	font-size: 80%;
}
.unit_sitemap li.bottom {
	padding-top: 6px;
	margin-bottom: 45px;
	background-image: url(images/site_image/map_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.unit_sitemap li.joint, .unit_sitemap li.bottom, .unit_sitemap li.title
{
	position: relative;
	top: 8px;
	left: 10px;
}
.unit_sitemap li.joint {
	padding-top: 6px;

	padding-bottom: 6px;
	background-image: url(images/site_image/map_joint.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.unit_sitemap li.bottom {
	padding-top: 6px;
	margin-bottom: 45px;
	background-image: url(images/site_image/map_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*パンくず*/
#breadcrumb {
	padding: 0px;
	max-width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#branding .header_navi .header_tel {
	position: absolute;
	right: 5px;
	top: 15px;
}
#branding .header_navi .header-search {
	position: absolute;
  right: 200px;
	top: 15px;
	height: 36px;
	width: 190px;
}
#branding .header_navi .header-search #t_searchform{
	width: 145px;
	height: 24px;
	border: 1px solid #CCC;
	background-image: none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	box-shadow:none;
}


#branding .header_navi .header-search #btn_search {
	background-image: url(images/site-img/navi/header-search.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 29px;
	width: 29px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #E0E0E0;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#branding .header_navi .header-search #btn_search:hover {
	background-image: url(images/site-img/navi/header-search-on.png);
	background-repeat: no-repeat;
	background-color: #666666;
	cursor: pointer;
}

/*写真領域の線*/
.photo_area {
	border: 5px solid #ddd;
}





#content .left_area {
	float: left;
	max-width: 210px;
  width:calc(25% - 25px);
	padding-right: 25px;
}
#content .main-area {
	float: left;
  width:75%;
	max-width: 705px;
}
#side_menu,
#guide-box {
	max-width: 210px;
  width:100%;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	border-bottom-color: #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#side_menu .ttl,
#guide-box .main-ttl {
  margin: 0px;
    padding: 0px;
    background-image: none;
    border-width: 0px;
    min-height: 35px;
    background-color: #fe0000;
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding-top: 8px;
    border-radius: 5px 5px 0 0;
  display: block !important;
    position:  relative;
}

/*.page-child #side_menu .ttl:after {
    content: "▼";
    position:  absolute;
    right:  30px;
    top: 8px;
}*/
#side_menu li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 35px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	background-position: 10px 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	margin: 0px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	color: #333;
	background-image: none;
	position: relative;
}
#guide-box .guide-min-box {
  border-bottom: 1px dotted #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  color: #333;
	font-size: 14px;
	margin: 0px;
  padding: 8px 5px 8px 25px;
}
#guide-box .guide-min-box:last-child {
	border-bottom: none;
}
#guide-box .min-ttl {
  color: #333;
  font-weight: bold;
  position: relative;
}
#side_menu li a:before {
    content: "";
    background-color: #fe0000;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 15px;
    height: 14px;
}

#guide-box .min-ttl:before {
    content: "";
    background-color: #fe0000;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 3px;
    left: -20px;
    width: 15px;
    height: 14px;
}

#side_menu li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 15px;
    border-left: 5px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 0;
}
#guide-box .min-ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -15px;


    border-left: 5px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 0;
}
#guide-box .time-big-box {
  color: #069FB0;
  font-size: 20px;
  font-weight: bold;
}
#guide-box .time-box {
}
#guide-box .time-box span {
  color: #069FB0;
  font-size: 16px;
  font-weight: bold;
}
#guide-box .min-txt {
  font-size: 12px;
  margin-top: 10px !important;
}
#guide-box .main-txt {
  margin-top: 5px !important;
}
#guide-box .main-txt span {
  font-size: 12px;
}
#guide-box .min-txt a {
  font-weight: bold;
}
#side_menu li .this,
#side_menu li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #FFD7D7;
}
#side_menu .end a {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
/* index side bnr */
p.blue-bnr a {
    display:  block;
    border: 5px solid #c2ebff;
    padding: 5px 0  5px 40px;
    color: #333;
    max-width:  calc(100% - 40px);
    font-weight:  bold;
    border-radius:  5px;
    position: relative;
    font-size:  110%;
}

p.blue-bnr a:before {
    content: "";
    position:  absolute;
    left:  1em;
    top:0;
    bottom:0;
    margin:auto;
    color: #96dcff;
    border:5px solid #96dcff;
    border-radius:10px;
    width:5px;
    height:5px;
}

p.pink-bnr a {
    display:  block;
    border: 5px solid #ffd8ec;
    padding: 5px 0  5px 40px;
    color: #333;
    max-width:  calc(100% - 40px);
    font-weight:  bold;
    border-radius:  5px;
    position: relative;
    font-size:  110%;
}

p.pink-bnr a:before {
    content: "";
    position:  absolute;
    left:  1em;
    top:0;
    bottom:0;
    margin:auto;
    border:5px solid #ff99cc;
    border-radius:10px;
    width:5px;
    height:5px;
}
p.orange-bnr a {
    display:  block;
    border: 5px solid #ffeac2;
    padding: 5px 0  5px 40px;
    color: #333;
    max-width:  calc(100% - 40px);
    font-weight:  bold;
    border-radius:  5px;
    position: relative;
    font-size:  110%;
}

p.orange-bnr a:before {
    content: "";
    position:  absolute;
    left:  1em;
    top:0;
    bottom:0;
    margin:auto;
    border:5px solid #f5c262;
    border-radius:10px;
    width:5px;
    height:5px;
}

/* index 関連施設*/
.home .shisetsu {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border: 5px solid #99ebd6;
    border-radius: 10px;
    order: 30;
    clear: both;
    float: left;
    width: calc(100% - 10px);
}

.home #content .shisetsu p {
    font-weight:  bold;
    font-size:  120%;
    padding-left:  40px;
    padding-top: 10px;
    position:  relative;
}

.home .shisetsu p {
    font-weight:  bold;
    font-size:  120%;
    padding-left:  40px;
    padding-top: 10px;
    position:  relative;
}
.home .shisetsu p:before {
    content: "";
    position: absolute;
    left: 1em;
    top: 10px;
    bottom: 0;
    margin: auto;
    border: 5px solid #16d0a2;
    border-radius: 10px;
    width: 5px;
    height: 5px;
}

.home a.shisetsu {
    display:  block;
    border: 5px solid #99ebd6;
    padding: 5px 40px;
    color: #333;
    width: calc(100% - 90px);
    /* max-width:  calc(100% - 40px); */
    font-weight:  bold;
    border-radius:  5px;
    position: relative;
    font-size:  110%;
    margin-bottom: 0;
}

a.shisetsu:before {
    content: "";
    position:  absolute;
    left:  1em;
    top:0;
    bottom:0;
    margin:auto;
    border:5px solid #16d0a2;
    border-radius:10px;
    width:5px;
    height:5px;
}

.home .shisetsu p:before {
    content: "";
    position: absolute;
    left: 1em;
    top: 10px;
    bottom: 0;
    margin: auto;
    border: 5px solid #16d0a2;
    border-radius: 10px;
    width: 5px;
    height: 5px;
}
.home .shisetsu ul {
	margin-bottom: 0px;
	margin-left: 45px;
}
ul.work li {
	margin-bottom: 15px;
}


/*スタッフ専用*/
#side_menu-staff {
	width: 210px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	border-bottom-color: #CCC;
	padding: 0px;
	margin-top: 0px;

	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#side_menu-staff .ttl {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin: 0px;
    padding: 0px;
    background-image: none;
    border-width: 0px;
    height: 35px;
    background-color: #25b0a7;
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
}
#side_menu-staff li a {
	display: block;
	background-image: url(images/site-img/navi/ico_side-navi-staff.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 35px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	background-position: 10px 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	margin: 0px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	color: #333;
}
#side_menu-staff li .this,
#side_menu-staff li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #D7FCFF;
}
#side_menu-staff .end a {
	border-bottom-width: 0px;
	border-bottom-style: none;
}








#content .left_area p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
#content .main-area .quick-navi {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#content .main-area .medical-person {
	float: left;
	width: 135px;
	margin-bottom: 5px;
}
#content .main-area .medical-person h2 {
	width: 225px;
}
#content .main-area .know-navi {
	clear: both;
	margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#content .main-area .know-navi .ttl_ico {
	font-size: 135%;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #666666;
	min-height: 16px;
  position: relative;
}
#content .main-area .know-navi .ttl_ico:before {
    content: "";
    background-color: #fe0000;
    border-radius: 3px;
    display:  block;
    position:  absolute;
    top: 5px;
    left:  0;
    width: 15px;
    height: 14px;
}
#content .main-area .know-navi .ttl_ico:after {
    content: "";
    display:  block;
    position:  absolute;
    top: 8px;
    left: 5px;
    border-left: 5px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius:0;
}
#content h2 {
	margin-bottom: 10px;
}
#content .main-area .know-navi .bck_box {
    width: calc(50% - 42px);
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #e4e4e4;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px 15px;
	position:relative;
}
#content .main-area .know-navi .bck_box:nth-child(2n) {
    margin-right: 0;
}
#content .main-area .know-navi .bck_box_02 {
	background-image: url(images/site-img/contents/bck_know-navi_02.png);
	background-repeat: no-repeat;
	float: left;
	height: 128px;
	width: 338px;
	margin-bottom: 8px;
}
#content .main-area .know-navi .bck_box_02 p {
	margin-left: 15px;
	line-height: 1.6em;
}
#content .main-area .news {
	margin-bottom: 30px;
}
#content .main-area .know-navi .bck_box .ttl,
#content .main-area .know-navi .bck_box_02 .ttl {
	padding-top: 12px;
	margin-bottom: 0px;
}
#content .main-area .know-navi .bck_box.end {
    margin-right:  0;
}

#content .main-area .know-navi .bck_box.w-100 {
    margin-right:  0;
    width:  100%;
}
a.absolute-link {
    position: absolute;
    top: 0;
    left:  0;
    width:  100%;
    height:  100%;
    z-index: 2;
    transition: 0.5s;
}

a.absolute-link:hover {
    background-color: rgba(255, 255, 255, 0.6);
    transition:  0.5s;
}
#content .main-area .facebook-h2.bck_no {
    padding: 5px;
    color: #fff;
    width: calc(100% - 30px);
    background-color: #3a5897;
    padding-left: 25px;
}
#content .left_area img {
	margin: 0px;
	padding: 0px;
}
#content h2 {
    font-size: 130%;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    padding: 5px 25px 3px 25px;
    /*background-color: #e50012;*/
	background-color:#fe0000;
    width: calc(100% - 50px);
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
#content h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #25B0A7;
	font-size: 120%;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 15px;
	color: #25B0A7;
	font-weight: bold;
}
#content h3.h3_red {
	border-color: #FE0000;
	color: #FE0000;
}
#content h3.h3_blue {
	border-color: #36AAE2;
	color: #36AAE2;
}
#content .main-area .bck_no {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
#content .main-area .bck_no:before {
    display: none;
}
h2.bck_no a {
	position: relative;
	left: 215px;
	bottom: 37px;
	font-size: 13px;
}

#contents h2.bck_no a:hover{
	text-decoration:none;
}
.info-photo {
    width: calc(30% - 30px);
    max-width:  200px;
/*    margin-right: 30px;*/
}
.info-text {
    width: 70%;
}
.img-bnr {
    width: 30%;
    max-width: 212px;
    margin-left: 20px;
}
.flex.start .img-bnr {
    margin-right: 20px;
    margin-left: 0;
}
/*  */

.medical-parson-photo {
    width: calc(33% - 30px);
    max-width: none;
    margin-right: 30px;
}
.medical-parson-text {
    width: 67%;
}
/*  */
.see-info-comment:after {
    content: "";
    display:  block;
    position:  absolute;
    bottom: 100%;
    background-image: url(../child/images/site-img/contents/info-see_flow_back.png);
    height:  100%;
    width:  100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#content .see-info-comment {
	color: #25AEA6;
	background-color: #ECFBFA;
	padding: 15px;
	border: 1px solid #25AEA6;
	width:  100%;
	margin-top: 70px;
	position: relative;
}
.see-info-flow {
    border: 4px solid #ccc;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:  80px;
    width: calc(100% - 38px);
}

.see-info-first {
    width: calc(50% - 11px);
    margin-right:  10px;
    border-right:  1px dotted #ccc;
}

.see-info-re-examination {
    width: calc(50% - 10px);
    margin-left: 10px;
}
.flow-contents {
    display:  flex;
    justify-content: flex-start;
    align-items:  center;
    flex-wrap: wrap;
    position:  relative;
    margin-bottom: 130px;
    margin-right: auto;
    margin-left: auto;
}

.flow-contents .left-img {
    width: calc(25% - 20px);
    margin-right:  20px;
    text-align:  center;
}

.right-text {
    width: 75%;
}

.flow-box {
    width: 95%;
    margin-top: 75px;
    position:  relative;
    margin-right: auto;
    margin-left: auto;
}

.flow-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background-image: url(../child/images/site-img/contents/info-see_left_img_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100px;
    width: 100%;
}

.flow-contents:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    background-image: url(../child/images/site-img/contents/info-see_left_img_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
}


.flow-contents:last-child:before{
    display:  none;
}

.flow-contents:last-child {
    margin-bottom:  0;
}
#content h4 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #F00;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;

	border-right-width: 0px;
}
#content .check {
	color: #F00;
	background-image: url(images/site-img/contents/ico_check.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 30px;
	min-height: 24px;
}
#content .main-area .dr_img {
    float: left;
    max-width: 138px;
    margin-right: 25px;
    width: calc(25% - 25px);
    margin-bottom: 30px;
    height: 168px;
}
#content .main-area .dr_img img {
    border: 1px solid #ccc;
    padding: 5px;
    max-width: calc(100% - 18px);
    box-shadow: 3px 3px 5px 0px #ccc;
}
#content .main-area .dr_txt {
    float: right;
    max-width: 535px;
    margin-bottom: 30px;
    width: 75%;
}
#content .main-area .dr_txt .dr_position {
	font-size: 120%;
	font-weight: bold;
	color: #209B92;
	margin-bottom: 5px;
}
#content .main-area .dr_txt .dr_name {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 5px;
}
#content .main-area .dr_txt .dr_name img {
    vertical-align: unset;
    position: relative;
    top: 1px;
}
#content .main-area .dr_txt .dr_name img.name-position{
        position: relative;
        top: 2px;
	vertical-align:baseline;
}
#content .main-area .dr_txt .dr_ttl {
	background-image: url(images/site-img/contents/ico_dr_txt.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 5px;
}
.background_pink {
	background-color: #F66;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.background_green {
	background-color: #9C0;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.background_blue {
	background-color: #3CF;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.background_orrange {
	background-color: #F60;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.background_red {
	background-color: #900;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.background_brown {
	background-color: #963;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.background_gray {
	background-color: #999;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
#content .main-area .recruit_dr {
	background-image: url(images/site-img/contents/bck_recruit_dr.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 301px;
	margin-right: 25px;
	margin-bottom: 30px;
}
#content .main-area .recruit_nurse {
	background-image: url(images/site-img/contents/bck_recruit_nurse.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 301px;
	margin-bottom: 30px;
}
#content .main-area .recruit_dr ul {
	margin-top: 105px;
	margin-left: 45px;
	font-size: 130%;
}
#content .main-area .recruit_nurse ul {
	margin-top: 105px;
	margin-left: 45px;
	font-size: 130%;
}
#content h5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content p.pdf {
	background-image: url(images/site-img/contents/ico_pdf.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	list-style-type: none;
	padding-top: 5px;
    padding-bottom: 10px;
}
#content ul.pdf li {
	background-image: url(images/site-img/contents/ico_pdf.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	list-style-type: none;
	padding-top: 5px;
    padding-bottom: 10px;
}
#content ul.pdf.pdf-bck {
	background-color: #F4F1EC;
	padding: 10px 10px 4px 10px;
}

#content .pdf .excel {
	background-image: url(images/site-img/contents/ico_excel.svg);
	background-repeat: no-repeat;
    background-size: 30px;
	height: 26px;
	padding-left: 33px;
	list-style-type: none;
	padding-top: 5px;
}


#content .pdf .word {
	background-image: url(images/site-img/contents/ico_word.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 33px;
	list-style-type: none;
	padding-top: 5px;
}
#content .pdf .powerpoint {
	background-image: url(images/site-img/contents/ico_powerpoint.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 33px;
	list-style-type: none;
	padding-top: 5px;
}
#content .pdf .zip {
	background-image: url(images/site-img/contents/ico_zip.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 33px;
	list-style-type: none;
	padding-top: 5px;
}

#content ul.zip li {
	background-image: url(images/site-img/contents/ico_zip.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 33px;
	list-style-type: none;
	padding-top: 5px;
}

#content .maternity_navi {
    width: calc(100% - 32px);
    display: flex;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 0;
    padding: 10px 15px 10px 15px;
}
#content .maternity_navi li {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
#content .maternity_navi a {
    padding: 0 10px 0 20px;
    color: #fe0000;
    display:  block;
    width:  calc(100% - 30px);
    position:  relative;
    height:  100%;
    opacity: 1;
    transition: 0.5s;
    font-size:  110%;
}

#content .maternity_navi a:before {
    content: "";
    border: 3px solid red;
    border-radius: 10px;
    position:  absolute;
    left: 5px;
    top: 5px;
}

#content .maternity_navi a:hover {
    opacity:  0.5;
    transition: 0.5s;
    text-decoration:  none;
}
#content .contents_mata h1 {
	margin: 0px;
	padding: 0px;
}
#content .contents_mata h3 {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/site-img/contents/img_mata_h3.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 35px;
	padding-top: 8px;
	padding-left: 40px;
	margin-bottom: 15px;
}






/* 看護学校メニュー */
#nisseki_school ul#school {
	min-height: 45px;
	max-width: 945px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	display:  flex;
	justify-content: space-between;
}
#nisseki_school ul#school li {
	float:left;
	display:inline;
	background-color: #f60;
	width: 100%;
}
#nisseki_school ul#school li a {
	display:block;
	overflow:hidden;
	color:  #fff;
	text-align:  center;
	padding-top: 11px;
	padding-bottom: 10px;
	font-size: 125%;
	position:  relative;
}
#nisseki_school ul#school .home a {
background-image: url(images/site-img/navi/school_navi-home.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
#nisseki_school ul#school li a:after {
    content: "";
    display:  block;
    border-right: 1px solid #ffb381;
    position:  absolute;
    right:  0;
    height: calc(100% - 15px);
    top: 0;
    bottom:  0;
    margin:  auto;
}

#nisseki_school ul#school li:last-child a:after {
    display:  none;
}

#nisseki_school ul#school li.home {
    max-width:  90px;
    text-indent: -9999px;
}

#nisseki_school ul#school li:hover {
    background-color: #ffa366;
}

#nisseki_school ul#school li a:hover {
    text-decoration:  none;
}


/* ステイ */
.page-id-35 #nisseki_school ul#school li.home,
.page-id-35 #nisseki_school ul#school li.home:hover,
.page-id-658 #nisseki_school ul#school li.info,
.page-id-658 #nisseki_school ul#school li.info:hover,
.page-id-663 #nisseki_school ul#school li.curriculum,
.page-id-663 #nisseki_school ul#school li.curriculum:hover,
.page-id-666 #nisseki_school ul#school li.voice,
.page-id-666 #nisseki_school ul#school li.voice:hover,
.page-id-668 #nisseki_school ul#school li.bosyu,
.page-id-668 #nisseki_school ul#school li.bosyu:hover,
.page-id-670 #nisseki_school ul#school li.for-graduation,
.page-id-670 #nisseki_school ul#school li.for-graduation:hover,
.page-id-672 #nisseki_school ul#school li.inquiry,
.page-id-672 #nisseki_school ul#school li.inquiry:hover
{
    background-color: #ffa366;
}
#nisseki_school h1 {
	margin: 0px;
	padding: 0px;
  width:100%;
}
#nisseki_school p.pc-none{
	margin-bottom:0;
	padding-bottom:0;
}

#nisseki_school .voice_img {
	float: left;
	width: 180px;
	margin-bottom: 30px;
}
#nisseki_school .voice_text {
	float: left;
	max-width: 740px;
	background-image: url(images/site-img/contents/bck_school-voice.jpg);
	background-repeat: repeat;
	margin-bottom: 30px;
	width:100%;
}
#nisseki_school .voice_text p {
	margin-left: 25px;
	margin-right: 25px;
	line-height: 1.7em;
	margin-bottom: 1.6em;
}
#content .outpatient-table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#content .outpatient-table li {
	margin-right: 20px;
	list-style-type: none;
	white-space: nowrap;
	margin-bottom: 10px;
}
.va_middle {
	vertical-align: middle;
}
.bck_blue {
	background-color: #C1ECFF;
}
.bck_yellow_01 {
	background-color: #F1E607;
}
.bck_pink {
	background-color: #FF9899;
}
.bck_green {
	background-color: #98CB00;
}
.bck_green_03 {
	background-color: #94DAB9;
}
.bck_orange {
	background-color: #FC0;
}
.bck_purple {
	background-color: #ACADD9;
}
.bck_yellow_02 {
	background-color: #ECE4BF;
}
.bck_purple_02 {
	background-color: #C1DBFF;
}
.bck_green_02 {
	background-color: #A4FFA2;
}
.bck_orange_02 {
	background-color: #ECC7BF;
}

#content .nursing h2 {
    background-repeat: no-repeat;
    font-size: 130%;
    padding-top: 7px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    color: #FFF;
    font-weight: bold;
    max-width: 705px;
    width: calc(100% - 45px);
    background-color: #af94c9;
}
#content .nursing h3 {
	border-bottom-width: 2px;
	font-size: 120%;
	padding-bottom: 3px;
/*	padding-left: 15px;*/
	margin-bottom: 15px;
	color: #FE679A;
	font-weight: bold;
/*	background-image: url(images/site-img/contents/h3_nursing.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;*/
	border-bottom-style: dotted;
	border-bottom-color: #FF679A;
}
#content .nursing h5 {
	border-bottom-width: 0px;
	margin-bottom: 5px;
	color: #CD74CB;
	font-weight: bold;
}
#content .nursing .voice {
	background-image: url(images/site-img/contents/img_nursing_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 2px;
}
#content .program {
    height: auto;
    font-size: 115%;
    padding-top: 7px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 7px;
    margin-bottom: 15px;
    margin-left: 0px;
    color: #FFFFFF;
    font-weight: bold;
    background-position: left;
    border-radius: 10px;
    background-color: #42b0e6;
    box-shadow: 3px 3px 3px #ccc;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_35 {
	margin-top: 35px;
}

#content .maternity_box  h2 {
	background-repeat: no-repeat;
	font-size: 130%;
	padding-top: 7px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #FFF;
	font-weight: bold;
	max-width: 705px;
	width:calc(100% - 45px);
	background-color: #ff8989;
}
#content .main-area .photo-gallery li {
	background-image: url(images/site-img/contents/ico_photo.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
	font-weight: bold;
	color: #009DAC;
	margin-bottom: 15px;
}
#content .schedule li {
	background-image: url(images/site-img/navi/ico_side-navi.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	list-style-type: none;
	margin-bottom: 10px;
}

#content .btn_send{
	font-size: 120%;
	padding: 5px 20px;
}
#content .dr_img img {
	margin-top: 7px;
	margin-left: 7px;
}
.table_01 .bb-no {
	border-bottom-width: 0px;
}


/*　国安作成テーブルデザイン（左から少し離れた所に表示する表です）　*/

.table_3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
	margin-left: 150px;
}


.table_3 th {
	font-weight: bold;
	background-color: #b9fcfa;
	vertical-align: center;
	color: #3a3639;
　　border-top-width: 0px;
	border-right-width: 0px;
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 4px;
}

.table_3 td {
　　text-align: center;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 7px;
}

.table_3 tr td p {
	margin-left: 0px;
}
.table_3 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.table_3 .all-center {
	text-align: center;
	vertical-align: middle;
}




/*みなさまの声*/
#content .comment_box .voice-ttl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-weight: bold;
}

/*TOP-h1*/
#slideshow h1 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}












/*緩和ケア病棟CSS*/
.w-225 {
	width: 225px;
}

.w-255 {
	width: 255px;
}
.w-425 {
	width: 425px;
}
.ml_25 {
	margin-left: 25px;
}
#content .main-area .kanwacare_box h2 {
	background-image: url(images/site-img/contents/h2_kanwa-care.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 20px;
  background-color:transparent;
}
#content .main-area .kanwacare_box h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-top-color: #00A596;
	border-right-color: #00A596;
	border-bottom-color: #00A596;
	border-left-color: #00A596;
}
#content .main-area .kanwacare_box h4 {
	color: #EA766E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#content .main-area .kanwacare_box h2.houshin {
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
  background-color: transparent;
    width: 100%;
}
#content .main-area .kanwacare_box .comment_box {
	border-top-color: #00A596;
	border-right-color: #00A596;
	border-bottom-color: #00A596;
	border-left-color: #00A596;
	background-color: #E6FFFD;
	color: #00423D;
}
#content .main-area .kanwacare_box .comment_box a{
	color: #00423D;
  
}
#content .main-area .kanwacare_box .comment_box h4 {
	color: #52B2B9;
}

#content .main-area .kanwacare_box .care_qa-q {
	font-weight: bold;
	color: #EA766E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EA766E;
	padding-bottom: 5px;
	font-size: 120%;
	background-image: url(images/site-img/contents/kanwa-care_qa_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#content .main-area .kanwacare_box .care_qa-a {
	padding-bottom: 5px;
	font-size: 120%;
	background-image: url(images/site-img/contents/kanwa-care_qa_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#content .main-area .kanwacare_box ol li {
	margin-bottom: 6px;
}
#content .main-area .kanwacare_box ol {
	padding-left: 15px;
}

/*汎用*/
.img-area-border {
	border:solid 1px #ccc;
	padding:4px;
	max-width: calc(100% - 8px);
}

.content-center {
	margin: 0 auto;

}
hr.none {
		border: none;
		margin: 0;
		clear:both;
		height:0;
}
.border-right {
		border-right: 2px solid #FCCCCC;
		margin-bottom: 10px;
}
.border-left {
		border-left: 2px solid #FCCCCC;
		margin-bottom: 10px;
		padding-left:25px;
}
.border-right.width-set-01 {
    width: calc(70% - 2px);
    display:  flex;
    justify-content: space-between;
    flex-wrap:  wrap;
}

.width-set-02 {
    width: 25%;
}

.border-right.width-set-01 p:first-child {
    width:  100%;
}

.border-right.width-set-01 p:nth-child(2) {
    width: 64%;
}
.border-right.width-set-01 p:nth-child(3) {
    width: calc(34% - 20px);
    margin-right:  20px;
}

/* other */
.Facebook {
	/* float: left; */
	max-width: 500px;
	width:100%;
    margin-bottom: 20px;
}

.facebook-pdf a:hover{
	opacity:0.5;
}

.facebook-pdf {
	float: right;
	max-width: 197px;
	width:  100%;
	text-align:  center;
	margin: 0 auto;
}
.facebook-pdf a {
    background-color: #486ba7;
    color: #fff;
    display:  block;
    font-size:  130%;
    padding:  10px 20px;
    margin-bottom:  15px;
    opacity:  1;
    border-radius:  3px;
    transition:  0.5s;
}

.facebook-pdf a:hover {
    text-decoration:  none;
    opacity:  0.5;
    transition:  0.5s;
}
td.table_back-blue {
	background-color: #c5edff;
	color: #24769a;
}
td.table_back-red {
	background-color: #ffc8c8;
	color: #b33b3b;
}

/*  */
img.name_mini {
    position: relative;
    top: -5px;
    width: auto;
    height: 11px;
}
img.name_mini_h3 {
    position: relative;
    width: 15px;
    height: 13px;
    vertical-align:  middle;
}
span.hospital-info-txt {
    display: block;
    text-align: center;
}
/* pc sp button */

.view-button {
  margin-bottom: 10px;
}
footer#colophon .view-button a {
  padding: 5px 10px;
  background-color: #069fb0;
  margin-right: 5px;
  color: #fff;
}
.view-button p.pc-button {
  display: none;
}
.view-button p.sp-button a {
  display: block;
  text-align: left;
  text-align:  center;
  background-color: #2aadbb;
  font-size: 275%;
  color: #fff;
  padding:  25px 0;
}
.view-button p.pc-button #swPc,
.view-button p.pc-button #swSp{
  color:#fff;
  
}
/* box */
.circulatory-album .txt_3box {
    width: calc(33% - 20px);
    margin-right: 20px;
    max-width: 180px;
}
.txt_3box {
    width: calc(100% / 3 - 20px);
}
.txt_3box_02 {
    width: calc(33% - 20px);
	margin-right:20px;
}
.txt_3box_02.end {
	margin-right:0;
}
.txt_2box{
	width:48%;
	margin-right:2%;
}
.txt_2box.end {
	margin-right:0;
}
.img_2box {
    width: calc(32% - 20px);
    margin-right:  20px;
}
.img_2box_txt {
    width:  68%;
}
/* flex */
.flex {
    display:  flex;
    justify-content:  flex-start;
    flex-wrap:  wrap;
}
.flex.end {
    justify-content:  flex-end;
}
.flex.start {
    justify-content:  flex-start;
}
.flex{
	 justify-content: space-between;
}
.flex.wrap-nowrap {
    flex-wrap: nowrap;
    align-items: center;
}

	.school-list:before {
    content: "";
    display:  block;
    background-image: url(images/site-img/contents/icon_school.png),url(images/site-img/contents/ico_pdf.png);
    background-position: left top,right center;
    min-width: 55px;
    margin-right:  10px;
    height: 1em;
    background-repeat:  no-repeat;
    padding: 5px 0;
    position:  relative;
    bottom: 5px;
}

.school-list {
    position:  relative;
    display:  flex;
    justify-content: flex-start;
    padding-top: 5px;
}

.school-list.ico-zip:before {
    background-image: url(images/site-img/contents/icon_school.png),url(images/site-img/contents/ico_zip.jpg);
}

.school-list.ico-none:before {
    background-image: none;
}
@media screen and (min-width: 641px) {
#sp-header {
  display: none;
}
.sp-none,tablet-none{
		display:block;
}
.pc-none{
		display:none;
}
}

@media screen and (max-width: 1000px) {
header li.sitemap, header li.privacy, header li.access {
  display: none;
}
	#content .maternity_navi a{
    font-size: 1.3vw;
	}
	
	
.page-id-31 .table_over,
.page-id-613 .table_over{
	max-width: 100vw;
}
	.table_over.w-945 {
    width: 100vw;
    overflow: auto;
}
	.table_over.w-945 table{
	width:945px;
}
	.voice-box {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  center;
}
.voice-box .voice_img {
    order: 1;
}
.voice-box .voice_text {
    order: 2;
}
}

@media screen and (max-width: 890px) {
.page-template-inquiry .table_01 {
  width: 100%;
}
.view-button p.pc-button {
  display: block;
  float: none;
}
.view-button p.sp-button {
  display: none;
}
.view-button {
  clear: both;
  float: none;
  margin-left: 0px;
  margin-bottom: 10px;
}
	#main_navi .navi_bck ul#navi_box li a{
    top: 0.8em;
    font-size: 2vw;
	}
.min-window-none {
    display: none;
}
	#nisseki_school ul#school{
		flex-wrap:wrap;
	}
	#nisseki_school ul#school li.home{
		width:100%;
    max-width: none;
	}
	#nisseki_school ul#school li{
    width: calc(100% / 2);
	}
	#nisseki_school .voice_text, #nisseki_school .voice_img,#nisseki_school .voice_text p{
		background-image:none;
		float: none;
		clear: both;
		padding:  0;
		margin: 10px 0 15px 0;
	}
	#nisseki_school ul#school li a{
    border-bottom: 1px solid #ffb381;
	}
	.tablet-none{
		display:none;
	}
	.table_over table.table_gairai {
    min-width: 945px;
}
	.tablet-none{
		display:none;
	}
	
}

/* view-640 */

@media screen and (max-width: 640px) {
	#topcontrol{
		display:none !important;
	}
#side_menu-staff{
    width:100%;
  }
	#page-ttl_under .under_ttl h1{
		margin-left:20px;
		font-size:120%;
	}
	#page-ttl_under{
		height:auto;
    background-position: bottom;
	}
	#page-ttl_under .under_ttl {
    background-position: right;
	}
	#breadcrumb{
    padding-bottom: 15px;
    display: block;
    margin-bottom: 20px;
		padding-left:20px;
		width:calc(100% - 20px);
	}
/* header */
#header {
  min-height: 65px;
}
#pc-header {
  display: none;
}
	.home #branding{
    height: 35px;
	}
  
	#branding{
    height: 65px;
	}
#branding .header_navi{
  display: none;
}
#g_navi {
  display: none;
}
#main_navi{
	display:none;
}
#page-ttl {
    background-image: none;
    height: auto;
    margin-bottom: 10px;

}
/* sp-menu */
#sp-header {
    width: 100%;
    height: 50px;
    position: fixed;
    padding-top: 1em;
    top: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 7px #ddd;
    z-index: 9999;
    transition: 0.5s;
}
#sp-header .img_logo_01 {
  position: absolute;
  left: 10px;
  width: calc(100% - 135px);
  max-width: 225px;
  top: 15px;
  margin: auto;
}
#sp-header .inner {
  width: 95%;
  margin: 0 auto;
}
#sp-header h1 {
  padding: 0;
  margin-top: 0;
  margin-right: 1em;
}
#sp-header .header_tel {
  float: right;
}
#sp-header ul#sp_navi {
  padding: 0px;
  margin: 0em;
  position: relative;
  bottom: 5px;
}
#sp-header ul#sp_navi li {
  list-style-type: none;
  float: left;
  width: 50%;
}
#sp-header ul#sp_navi li a {
    color: #333;
    background-color: #f5f5f5;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    display: block;
    text-decoration: none !important;
    text-align: center;
    margin: 0px;
    padding: 0.6em 0;
    font-size: 110%;
}
#sp-header ul#sp_navi li:nth-child(2n) a {
  border-right-width: 0px;
}
#sp-header ul#sp_navi li a:hover {
  background-color: #cdcdcd;
}
#sp-header .header_txt {
  clear: both;
  font-size: 80%;
}
	#sp-header .bottom-nav {
  position: fixed;
  background-color: rgba(6, 159, 176, 0.8);
  width: 100%;
		bottom:0;
  z-index: 99999;
}
	.parent-pageid-35 #sp-header .bottom-nav{
    display:none !important;
}
.page-id-35 #sp-header .bottom-nav{
    display:none !important;
}


#sp-header .bottom-nav ul {
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
    bottom: 0;
	transition:0.5s;
}
#sp-header .bottom-nav ul li {
  -webkit-box-flex: 0; /* before Android4.3 iOS6:Safari */
-ms-flex: 0 0 33%; /* IE10 */
-webkit-flex: 0 0 33%; /* Pc-safari */
flex: 0 0 33%;
max-width: 33%; /* IE11*/
  width: 33%;
  display: block;
  border-right: 1px solid #fff;
  background-repeat:no-repeat;
  background-position: 50% 10px;
  background-size: 20px;
}
#sp-header .bottom-nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 0 10px 0;
  opacity: 1;
  transition: 0.5s;
}
#sp-header .bottom-nav ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
  text-decoration: none;
}
#sp-header .bottom-nav ul li:last-child {
  border-right: 0;
}
#sp-header .bottom-nav ul li.tel{
    background-image: url(images/site-img/navi/bottom_tel.png);
  }
#sp-header .bottom-nav ul li.access{
    background-image: url(images/site-img/navi/bottom_access.png);
  }
#sp-header .bottom-nav ul li.inquiry{
    background-image: url(images/site-img/navi/bottom_document.png);
  }
/* sp-navi-top */
#sp-header #openMenu {
  position: absolute;
  right: 3%;
  top: 5px;
}
#sp-header .img_tel {
  position: absolute;
  right: calc(3% + 65px);
  top: 5px;
 }
  
#sp-header #openMenu,
#sp-header .img_tel {
  max-width: 50px;
  height:auto;
  }
	#sp-header #layerMenu {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  display: none;
}
#sp-header #closeMenu {
    background-color: #fe0000;
    height: 40px;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    position: relative;
    bottom: 5px;
    padding-top: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sp-header #closeMenu:after {
    content: "×";
    position: absolute;
    right: 10px;
    font-size: 2em;
    color: #fff;
    height: 100%;
    bottom: 5px;
}
#sp-header .logo {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}
/* footer */
  #colophon .footer_bck {
	width: 100%;
	background-image:none;
	  position:relative;
}
#colophon .footer_bck a {
	color: #333
}
#colophon .footer_bck .footer_main {
	font-size: 12px;
	position: relative;
	background-color: whitesmoke;
	border-top: 4px solid #f00;
	text-align:  center;
	padding-bottom:  5px;
    height: auto;
}
/* フッターサイトマップ位置指定 */
#colophon .footer_bck .footer_main .footer_sitemap {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	position:relative;
}
#colophon .footer_bck .footer_main .footer_sitemap a {
	text-decoration: none;
	position:relative;
}
#colophon .footer_bck .footer_main .footer_sitemap a:hover {
	text-decoration: underline;
}

/* フッター職員専用 */
#colophon .footer_bck .footer_main .footer_staff {
	position:relative;
	margin: 20px 0;
    left: 0;
    top: 0;
}
.footer_main ul#footer_navi{
		position:relative;
		bottom:0;
    display: flex;
    justify-content: center;
}
	
/*コピーライツエリア*/
#colophon .footer_bck .footer_copy {
	position:relative;
	max-width: 945px;
    left: 0;
}

/* フッターサイト名位置指定 */
#colophon .footer_bck .footer_copy .footer_logo {
	position:relative;
	top: 13px;
	margin: 10px 0;
	padding: 0px;
	text-align:  center;
    width: 100%;
    left: 0;
    max-width: 236px;
    margin: 10px auto;
}
/* フッターコピーライト位置指定 */
#colophon .footer_bck .footer_copy .f_copy {
	position:relative;
	top: 13px;
    margin: 0;
    padding: 0 0 80px 0;
	left:0;
	text-align:  center;
}
/* contents */
#contents {
  padding-bottom: 565px;
}
body {
  min-width: 100%;
}
/* hx */
#content h2 {
  font-size: 110%;
}
/* 2カラムコンテンツ */
	#content .main-area{
		width:calc(100% - 20px);
		margin:0 10px;
		max-width:none;
		order: 2;
	}
	.home #content .left_area{
    order: 0;
  }
	#content .left_area{
		width:calc(100% - 20px);
		margin:0 10px;
		padding:0;
		max-width:none;
    order: 2;
	}
  #side_menu,
  #guide-box{
		width:100%;
		max-width:none;
	}
#side_menu li a:before,
#side_menu li a:after,
#guide-box .min-ttl:before,
#guide-box .min-ttl:after {
    display: none;
}
  #side_menu li a{
    font-size: 100%;
    font-weight: normal;
    padding-left:10px;
  }
  #guide-box .guide-min-box{
    font-size: 100%;
    font-weight: normal;
    padding: 10px 20px;
  }
  #guide-box .min-txt,
  #guide-box .main-txt {
    font-size: 90%;
  }
  #guide-box .min-txt br,
  #guide-box .main-txt span br {
    display: none;
  }
	.page-template-category-info #side_menu,
  .page-template-doctor-info #side_menu{
		width:100%;
		max-width:none;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.page-template-category-info #side_menu .ttl,
  .page-template-doctor-info #side_menu .ttl{
    padding-top: 8px;
    padding-bottom: 5px;
    min-height: 0;
    font-size: 120%;
    width:100%;
    display: block !important;
    position:  relative;
 }
	.page-template-category-info #side_menu li,
  .page-template-doctor-info #side_menu li{
		width:50%;
		border-bottom: 0;
		float: left;
		font-size: 3.1vw;
	}
	.page-template-category-info #side_menu li br,
  .page-template-doctor-info #side_menu li br{
    display: none;
  }
	.page-template-category-info #side_menu li a,
  .page-template-doctor-info #side_menu li a{
		height: calc(100% - 17px);
	}
	.page-template-category-info #side_menu li:nth-child(2n) a,
  .page-template-doctor-info #side_menu li:nth-child(2n) a{
		border-right:0;
	}
	.page-template-category-info #side_menu .sp-end a,
  .page-template-doctor-info #side_menu .sp-end a{
    border-bottom-width: 0px;
    border-bottom-style: none;
}
	
#main #content .comment_news {
		width:calc(100% - 20px);
		margin:0 10px 25px 10px;
}	
#main #content .comment_news h2 {
}
#main #content .comment_news p.day {
	font-size: 80%;
	margin-bottom:5px;
	float: none;
	}
#main #content .comment_news p.message {
	font-size: 80%;
	float: none;
	}
	
	
/* table */
	table{
		max-width:100%;
		width:auto;
	}
.table_01 {
  width: 100%;
}
.table_01 tr {
  border: 1px solid #ccc;
}
.table_01 th {
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: 1px solid #ccc;
  border-right: none;
  width: calc(90% - 1px);
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 5%;
}
.table_01 td {
  display: block;
    width: calc(100% - 10px);
  /* border: none; */
}
.table_01 textarea {
  width: 95%;
  max-width: 450px;
}
.th-w30 th {
  width: 100%;
  padding: 3% 0px;
}
.table_01 th.need {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-right: 0px;
  width: calc(98% - 1px);
}
.table_01.w-100 th {
  width: 90%;
}
.table_01 th.no-need {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: calc(4% + 30px);
  padding-right: 0px;
  width: calc(96% - 30px);
}
  table .left{
    float:none;
    clear:both;
  }
	.table_02{
		width:auto;
		max-width:100%;
    min-width: 100%;
	}
/* view-none */
.pc-none {
  display: block;
}
.sp-none, .sp-none.inline {
  display: none;
}
/* カラム数 */
.txt_2box,.txt_3box,
.img_2box,.img_2box_txt{
  width: 100%;
  margin-right: 0%;
}
.txt_2box.end {
  margin-right: 0%;
}
.txt_2box.border-back-white {
  width: calc(100% - 28px);
}
	
.txt_3box,
.circulatory-album .txt_3box{
  width: 100%;
  margin-right: 0%;
  max-width:none;
}
.txt_3box.end {
  margin-right: 0%;
}
.txt_4box {
  width: 100%;
  margin-right: 0%;
}
.txt_4box.end {
  margin-right: 0%;
}
input {
  width: 95%;
  font-size: 17px;
}
input[type="submit"] {
  width: 100%;
  border-radius: 0;
  padding: 15px;
  border: 1px solid #999;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0e0e0', GradientType=0 );
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
}
#footer .f_info ul.pc-none {
  display: flex;
  margin-bottom: 20px;
}
#footer .f_info ul.sp-none {
  display: none;
}
#footer .f_info ul li:nth-child(-n+5) {
  padding: 0 10px 0 15px;
}
/* width */
.w-100, .w-150, .w-180, .w-200, .w-210, .w-215, .w-220, .w-240, .w-280, .w-295, .w-300, .w-315, .w-320, .w-330, .w-340, .w-360, .w-370, .w-380, .w-400, .w-420, .w-440, .w-450, .w-460, .w-470, .w-480,.w-500, .w-530, .w-550, .w-560, .w-580, .w-590, .w-680, .w-700, .w-720, .w-730,.w-225,.w-255,.w-425{
		width:100%;
}
.left, .right {
		float: none;
}
	.for-patient .left,
	.for-patient .right	{
		float: left;
		width: 48%;
	}
	.for-patient .mr_25	{
		margin-right: 2%;		
	}
	.for-patient .mr_25.end	{
		margin-right: 0;		
	}
/* TOP */
	#content .main-area .know-navi .bck_box{
    width: calc(100% - 16px);
    margin: 10px 0;
    padding: 5px 8px;
		
	}
  #content .main-area .quick-navi{
    flex-wrap:wrap;
    text-align: center;
    justify-content: flex-start;
  }
  #content .main-area .quick-navi .colmun{
    width:  calc(100% / 4);
    text-align: center;
}
  #content .main-area .quick-navi .pc-none{
    width:  calc(100% / 2);
    text-align: center;
}
  
  .left-bnr-loaf.pc-none {
    display:  flex;
    justify-content: space-between;
    flex-wrap:  wrap;
    font-size: 2.5vw;
}

.left-bnr-loaf p {
    width: calc(48% - 10px);
    text-align:  left;
    float: left;
    margin-right: 10px;
}

.left-bnr-loaf p:nth-child(odd) {
	clear:both;
}
.left-bnr-loaf p a{
	display:block;
	height:100%;
}
	.left-bnr-loaf p img{
		width:100%;
	}
.left-bnr-loaf div {
    width: calc(48% - 20px);
    margin-right:  10px;
}
  .home .shisetsu{
        width: calc(48% - 20px);
  }
	.home #content .shisetsu p{
		padding-left:30px;
    width: calc(100% - 30px);
	}
#content .left_area p img {
    width:  100%;
}
	#main{
    padding-bottom: 200px;
	}
  p.orange-bnr a,
  p.blue-bnr a,
  p.pink-bnr a{
    height: calc(100% - 20px);
    align-items: center;
    display: flex;
    padding-left: 30px;
    max-width: calc(100% - 30px);
  }
	.home a.shisetsu{
    padding-right: 10px;
    width: 80%;
    height: calc(100% - 20px);
    align-items: center;
    display: flex;
    padding-left: 30px;
    max-width: calc(100% - 50px);
 }
  .facebook-pdf{
    float:none;
    text-align: center;
    margin-top:20px;
    margin:auto;
  }
	.facebook-pdf img {
    margin-bottom: 15px;
}
  .Facebook {
    float: none;
    clear: both;
    margin-bottom: 20px;
}
	.news .day.ippan{
		margin-bottom:0;
	}
	.home .shisetsu ul{
    margin-left:24px;
    clear:  both;
 }
	span.ippan,span.medical {
    padding: 4px 6px;
	}
/* sitemap */
  
.sitemap_4box {
  width: 50%;
  margin-right: 0%;
}
	.sp-none{
		display:none;
	}
	
	.pc-none{
		display:block;
	}
  /* view-button */
  .view-button p.pc-button {
  display: block;
  float: none;
}
.view-button p.sp-button {
  display: none;
}
.view-button {
  clear: both;
  float: none;
  margin-left: 0px;
  margin-bottom: 10px;
}
	
.table_over table{
	min-width: 520px;
}
	.table_over:before {
    content: "横にスクロールできます。";
    display: block;
    position: relative;
}
.flex.end {
    justify-content: space-between;
}
  .flex .order-1{
    order:1;
  }
  .flex .order-2{
    order:2;
  }
/* info */
	
.info-photo,
.medical-parson-photo{
    width: 100%;
    max-width:  none;
    margin-right: 0;
	margin-bottom:20px;
}
.info-text,
.medical-parson-text{
    width: 100%;
}
	
.img-bnr,
.flex.start .img-bnr{
		width:49%;
	    margin-left:0;
}
.flex.start .img-bnr{
		width:calc(49% - 20px);
}
  /* see-info */
  .see-info-first,.see-info-re-examination {
    width:  100%;
    border-right:  0;
    margin-right:  0;
}

#content .see-info-comment:after {
    display:  none;
}

#content .see-info-comment {
    margin-top: 40px;
}

.flow-contents .left-img {
    width: 100%;
    margin-right:  0;
    margin-top: 20px;
    margin-bottom:  20px;
}

.right-text {
    margin: auto;
    width:  100%;
    border: 1px solid #ccc;
    padding: 20px;
}
  /* hospitalizerd */
  .border-right.width-set-01 p:nth-child(2),
  .width-set-02,
  .border-right.width-set-01{
    width:100%;
  }
  .border-right{
    border-right-width:0;
  }
  /* doctor-info */
  #content .main-area .dr_img{
    width:calc(100% - 35px);
  }
  #content .main-area .dr_txt{
    width:100%;
  }
  #content .maternity_box h2{
    background-color: transparent;
    border-radius: 15px;
  }
	#content .maternity_navi{
    flex-wrap: wrap;
    padding-top: 0;
	}
	#content .maternity_navi li {
    width: calc(100% / 3);
    margin-top: 10px;
}
	#nisseki_school ul#school li{
		
    font-size: 85%;
	}
	.news .day.medical{
		margin-bottom:0;
	}
/* link */
.page-id-80 #content li {
    margin-bottom:  15px;
    font-size: 120%;
}
	
#content .main-area .dr_img,
#content .main-area .dr_txt{
    float: none;
	clear:both;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
}
.txt_3box_02 {
    width:  100%;
    margin-right:  0;
}
#main .comment_box {
    width:  100%;
    box-sizing:  border-box;
}

}

@media screen and (max-width: 400px) {
/* sitemap */
.sitemap_4box {
  width: 100%;
  margin-right: 0%;
}
	
	#content .maternity_navi li {
    width: calc(100% / 2);
    margin-top: 10px;
}
}
/*school_open_css*/
/*全体*/
.page-id-12324 .hidden_box,
.page-id-35 .hidden_box{
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.page-id-12324 .hidden_box label,
.page-id-35 .hidden_box label{
    padding: 15px;
    font-weight: bold;
    background: #efefef;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
}

/*アイコンを表示*/
.page-id-12324 .hidden_box label:before,
.page-id-35 .hidden_box label:before{
    display: inline-block;
content: '▼もっと見る';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.page-id-12324 .hidden_box label:hover,
.page-id-35 .hidden_box label:hover{
    background: silver;
}

/*アイコンを切り替え*/
.page-id-12324 .hidden_box input:checked + label:before,
.page-id-35 .hidden_box input:checked + label:before{
	content: '▲閉じる';
     color: #668ad8;
}

/*チェックは見えなくする*/
.page-id-12324 .hidden_box input,
.page-id-35 .hidden_box input{
    display: none;
}

/*中身を非表示にしておく*/
.page-id-12324 .hidden_box .hidden_show,
.page-id-35 .hidden_box .hidden_show{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.page-id-12324 .hidden_box input:checked + label + .hidden_show,
.page-id-35 .hidden_box input:checked + label + .hidden_show{
    padding: 40px 0;
    height: auto;
    opacity: 1;
}

/*NEWアイコン*/

.page-id-12324 p span.new_ico:before,
.page-id-35 p span.new_ico:before{
    content: "NEW";
	background-color: #e50012;
	color: #FFF;
    min-width: 55px;
    margin-right:  10px;
    height: 1em;
    background-repeat:  no-repeat;
    padding: 4px 10px;
    position:  relative;
    bottom: 5px;
}


.page-id-12324 .school-now,
.page-id-35 .school-now{
    margin-top:  40px;
}
.page-id-12324 .school-now .day,
.page-id-35 .school-now .day{
	float:left;
	font-weight: bold;
}
.page-id-12324 .school-now .day.new_ico:before,
.page-id-35 .school-now .day.new_ico:before{
    content: "NEW";
	background-color: #e50012;
	color: #FFF;
    min-width: 55px;
    margin-left:  10px;
    margin-right:  10px;
    height: 1em;
    background-repeat:  no-repeat;
    padding: 4px 10px;
    position:  relative;
    bottom: 5px;
}

.page-id-12324 .school-now .day.new_ico-none:before,
.page-id-35 .school-now .day.new_ico-none:before{
    content: "";
	background-color: transparent;
	color: #FFF;
    min-width: 55px;
    margin-left:  10px;
    height: 1em;
    background-repeat:  no-repeat;
    padding: 4px 30px;
    position:  relative;
    bottom: 5px;
}
.page-id-12324 .school-now .now_ico,
.page-id-35 .school-now .now_ico{
	float:left;
	text-align: center;
	width: 8em;
}
.page-id-12324 .school-now .now_ico span.ico_txt,
.page-id-35 .school-now .now_ico span.ico_txt{
	background-color: #009dae;
	color: #FFF;
    height: 1em;
	padding: 4px 10px;
}
.page-id-35 .school-now p.now_txt {
	overflow: hidden;
}



/*cancer_open_css*/
/*全体*/
.page-id-4198 .hidden_box{
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.page-id-4198 .hidden_box label{
    padding: 15px;
    font-weight: bold;
    background: #efefef;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
}

/*アイコンを表示*/
.page-id-4198 .hidden_box label:before{
    display: inline-block;
content: '▼もっと見る';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.page-id-4198 .hidden_box label:hover{
    background: silver;
}

/*アイコンを切り替え*/
.page-id-4198 .hidden_box input:checked + label:before{
	content: '▲閉じる';
     color: #668ad8;
}

/*チェックは見えなくする*/
.page-id-4198 .hidden_box input{
    display: none;
}

/*中身を非表示にしておく*/
.page-id-4198 .hidden_box .hidden_show{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.page-id-4198 .hidden_box input:checked + label + .hidden_show{
    padding: 40px 0;
    height: auto;
    opacity: 1;
}












/*cancer_open_02_css*/
/*全体*/
.page-id-4198 .hidden_box_02{
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.page-id-4198 .hidden_box_02 label{
    padding: 15px;
    font-weight: bold;
    background: #efefef;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
}

/*アイコンを表示*/
.page-id-4198 .hidden_box_02 label:before{
    display: inline-block;
content: '▼もっと見る';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.page-id-4198 .hidden_box_02 label:hover{
    background: silver;
}

/*アイコンを切り替え*/
.page-id-4198 .hidden_box_02 input:checked + label:before{
	content: '▲閉じる';
     color: #668ad8;
}

/*チェックは見えなくする*/
.page-id-4198 .hidden_box_02 input{
    display: none;
}

/*中身を非表示にしておく*/
.page-id-4198 .hidden_box_02 .hidden_show_02{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.page-id-4198 .hidden_box_02 input:checked + label + .hidden_show_02{
    padding: 40px 0;
    height: auto;
    opacity: 1;
}
















@media screen and (max-width: 400px) {
/* 看護部新着情報 */
.page-id-35 .school-now .news-group p:last-child {
    width: 100%;
}

.page-id-35 .school-now .news-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page-id-12324 .school-now .day.new_ico-none:before, .page-id-35 .school-now .day.new_ico-none:before {
    display: none;
}
}
#content .message span.important {
	padding: 2px 5px;
color: #FFFFFF;
background-color: #B20000;
margin-right: 5px;
}

.important_wrap {
	border: 5px solid #EF6D67;
	font-size: 150%;
	color: #333;
	padding: 20px 30px 0px 30px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
/*	background-color: #FBFBF9;*/
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
	overflow: scroll;
	height: 180px;
	
}
#content .category-covid19{
	font-size: 120%;
}
.home #main #content .comment_news{
width: 95.1%;
height: 300px;
padding: 0.5em;
overflow: auto;
}
.home #main #content .comment_news-02 {
width: 100%;
	border: 6px solid #EF6D67;
	font-size: 150%;
	color: #333;
/*	padding: 20px 30px 0px 30px;*/
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
/*	background-color: #FBFBF9;*/
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}
.home #main #content .comment_news-02 .inner {
	margin: 40px 30px 30px 30px;
}



.home #content .main-area .news.slide_list {
width: 98%;
height: 300px;
padding: 0.5em;
overflow: auto;
}
.home #content .comment_news-ttl {
	background-color:#EF6D67;
width: 96%;
	text-align: center;
	font-size: 180%;
/*	padding: 10px 10px 6px 10px;*/
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}
.home #content .comment_news-ttl-02 {
	width: 100%;
	background-color:#EF6D67;
	text-align: center;
	font-size: 180%;
	padding: 10px 0px 6px 0px;
}

@media screen and (max-width: 640px) {
.home #content .comment_news-02 .inner p {
	font-size: 75%;
}
.home #content .comment_news-02 .inner p.txt_right {
	text-align: left;
}
}


.home #content .thanks-ttl{
	font-size: 150%;
	text-align: center;
	max-width: 840px;
	margin: 0 auto 45px auto;
}
.home #content .thanks-ttl a {
	font-size: 130%;
	background-color:#EF6D67;
	display: block;
	color: #FFF;
	padding: 10px 10px 6px 10px;
	font-weight: bold;
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}
.home #content .thanks-ttl a:hover {
	text-decoration: none;
    transition: 0.5s;
    opacity: 0.5;
	padding: 10px 10px 6px 10px;
}


#content .thanks-ttl_02{
	font-size: 150%;
	text-align: center;
	max-width: 840px;
	margin: 0 auto 45px auto;
}
#content .thanks-ttl_02 a {
	font-size: 130%;
	background-color:#EF6D67;
	display: block;
	color: #FFF;
	padding: 20px 10px 16px 10px;
	font-weight: bold;
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}
#content .thanks-ttl_02 a:hover {
	text-decoration: none;
    transition: 0.5s;
    opacity: 0.5;
}



@media screen and (max-width: 640px) {
.home #content .thanks-ttl a {
	font-size: 115%;
	padding: 10px 30px 10px 30px;
}
}

/* アコーディオン */

.cp_menu {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #e83a3a;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li,
#cp_menu_bar5:checked ~ #link5 li,
#cp_menu_bar6:checked ~ #link6 li,
#cp_menu_bar7:checked ~ #link7 li,
#cp_menu_bar8:checked ~ #link8 li,
#cp_menu_bar9:checked ~ #link9 li,
#cp_menu_bar10:checked ~ #link10 li,
#cp_menu_bar11:checked ~ #link11 li,
#cp_menu_bar12:checked ~ #link12 li,
#cp_menu_bar13:checked ~ #link13 li,
#cp_menu_bar14:checked ~ #link14 li,
#cp_menu_bar15:checked ~ #link15 li,
#cp_menu_bar16:checked ~ #link16 li,
#cp_menu_bar17:checked ~ #link17 li,
#cp_menu_bar18:checked ~ #link18 li {
	max-height: 46px;
	opacity: 1;
}