/* 基本初期化 */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, textarea, select {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #aaa;
}

select[readonly],
input[type="radio"][readonly],
input[type="checkbox"][readonly],
label.readonly,
p.readonly .tagsinput{
	pointer-events:none;
}

html {
	min-height: 100%;
	position: relative;
}
body {
	background-color: #fff;
	font-family: "メイリオ", sans-serif;
	left: 0;
	margin: 0;
	margin-bottom: 50px;
	overflow-x: hidden;
	padding: 0;
	width: 100%;
}
.body-center {
	margin: 0 auto;
	width: 1100px;
}
@media (max-width: 800px) {
	.body-center {
		width: 100%;
	}
}





/* ヘッダー */
.header-contents {
	background-color: #fff;
	border-bottom: 3px solid #008cff;
	padding: 10px;
	position: relative;
}
.header-contents-logo {
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
}
.header-contents-logo a {
	color: #000;
}
.header-contents-logo img {
	width: 100%;
}
.header-contents-left {
	color: #222;
	cursor: pointer;
	font-size: 25px;
	left: 5px;
	position: absolute;
	top: 8px;
	z-index : 990;
}
.header-contents-right {
	color: #222;
	float: right;
	font-size: 25px;
	font-weight: bold;
	z-index : 990;
}
@media (max-width: 800px) {
	.header-contents-logo {
		display: block;
		font-size: 15px;
		margin: 0 auto;
		text-align: center;
	}
}





/* 本体 */
.contents {
	font-size: 14px;
	padding-top: 20px;
}
.contents-menu {
	background-color: #fff;
	float: left;
	margin-right: 10px;
	width: 290px;
	padding-bottom: 100px;
}
.contents-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contents-menu ul li {
	border-bottom: 1px solid #ccc;
	color: #333;
}
.contents-menu ul li a {
	color: #333;
	display: block;
	padding: 10px;
}
.contents-menu ul li a i {
	text-align: center;
	width: 25px;
}
.contents-menu ul li a:hover {
	background: #e9e9e9;
	color: #000;
}
.contents-main {
	float: left;
	padding-right: 10px;
	padding-bottom: 100px;
	width: 800px;
}
@media (max-width: 800px) {
	.contents {
		padding: 0;
	}
	.contents-menu {
		float: none;
		height: 100%;
		left: -300px;
		margin-right: 0;
		overflow: auto;
		position: fixed;
		top: 0px;
		width: 300px;
		z-index: 990;
	}
	.contents-main {
		padding: 0 0 100px 0;
		width: 100%;
	}
}





/* フッター */
footer {
	background-color: #333;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	height: 50px;
	padding: 15px 0;
	position: absolute;
	width: 100%;
}
.footer-contents {
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
}
@media (max-width: 800px) {
	.footer-contents {
		padding-bottom: 0;
	}
}





/* コンテンツ情報 */
.contents-base {
	margin: 5px 0;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

.contents-box {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.contents-box-header {
	background-color: #eee;
	display: block;
	margin-bottom: 10px;
}
.contents-box-header span {
	background-color: #fff;
	color: #000;
	display: inline-table;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	padding: 0 15px;
}
.contents-box-footer {
	height: 25px;
	margin-bottom: 15px;
	padding: 5px;
}
.contents-box-more a {
	color: #333;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
@media (max-width: 800px) {
	.contents-box-header {
		background-color: #333;
		padding: 10px 5px;
	}
	.contents-box-header span {
		background-color: #333;
		border-left: 12px solid #008cff;
		color: #fff;
		font-size: 16px;
		height: 20px;
		padding: 0 10px;
	}
	.contents-box-menu {
		display: block;
	}
	.contents-box-menu ul {
		font-size: 12px;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.contents-box-menu ul li {
		border-left: 1px solid #f3f3f3;
		border-bottom: 1px solid #f3f3f3;
		display: table-cell;
		float: left;
		height: 60px;
		width: 20%;
	}
	.contents-box-menu ul li:first-child, .contents-box-menu ul li:nth-child(6) {
		border-left: none;
	}
	.contents-box-menu ul li a {
		color: #666;
		display: block;
		padding: 5px 5px 0 5px;
		text-align: center;
		text-decoration: none;
	}
	.contents-box-menu ul li a .fa {
		display: block;
		font-size: 25px;
	}
	.contents-box-body {
		padding: 0 5px;
	}
}





.contents-block {
	float: left;
	overflow: hidden;
	padding: 8px 0;
	position: relative;
	width: 33.33%;
}
.contents-block-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 165px;
	margin: 0 5px;
	width: 220px;
}
.contents-block-title {
	font-size: 14px;
	line-height: 1.25;
}
.contents-block-controll {
	display: none;
}
@media (max-width: 800px) {
	.contents-block {
		width: 100%;
	}
	.contents-block-icon {
		float: left;
		height: 100px;
		width: 130px;
	}
	.contents-block-title {
		font-weight: bold;
		width: 95%;
	}
}





.contents-line {
	background: #fff url("/img/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
	border-bottom: 1px dotted #999;
	padding: 8px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.contents-line-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 135px;
	margin-right: 5px;
	width: 30%;
}
.contents-line-stamp {
	background: #333 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-left: 0px;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 1px #aaa;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 25px;
}
.contents-line-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}
.contents-line-sub {
	color: #999;
	font-size: 12px;
	line-height: 1.25;
	padding-right: 20px;
}
.contents-line-tag {
	display: flex;
	padding: 3px;
}
.contents-line-description {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}
.contents-line-description img {
	display: inline-block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}
.contents-line-issue {
	bottom: 5px;
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 10px;
}
.contents-line-button {
	display: inline-table;
	margin-top: 10px;
	width: 100%;
}
@media (max-width: 800px) {
	.contents-line-icon {
		height: 75px;
		margin: 0 5px;
		width: 25%;
	}
	.contents-line-title {
		font-size: 14px;
	}
	.contents-line-description {
		display: none;
	}
}





.contents-sline {
	background: #fff url("/img/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
	border-bottom: 1px dotted #999;
	padding: 3px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.contents-sline-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 75px;
	margin-right: 5px;
	width: 25%;
}
.contents-sline-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	width: 95%;
}
.contents-sline-tag {
	display: flex;
}
.contents-sline-description {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	width: 95%;
}
.contents-sline-issue {
	bottom: 5px;
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 10px;
}
@media (max-width: 800px) {
	.contents-sline-icon {
		height: 75px;
		margin: 0 5px;
		width: 25%;
	}
	.contents-sline-title {
		font-size: 14px;
	}
	.contents-sline-description {
		display: none;
	}
}





/* サブメニュー */
.submenu {
	border-bottom: 1px solid #008cff;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
}
.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.submenu ul li {
	background-color: #fff;
	border: 1px solid #008cff;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	display: inline-block;
	margin-top: 3px;
	font-size: 12px;
}
.submenu ul li a {
	color: #000;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	min-width: 80px;
	text-align: center;
}
.submenu ul li a.active {
	background-color: #008cff;
	color: #fff;
	font-weight: bold;
}

/* CMSメニュー */
.cmsmenu {
	font-size: 12px;
}
.cmsmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	table-layout: fixed;
	width: 100%;
}
.cmsmenu ul li {
	background-color: #fff;
	border: 1px solid #999;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	float: left;
}
.cmsmenu ul li a {
	color: #000;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	min-width: 80px;
}
.cmsmenu ul li a.active {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
}




list-item {
	border: 1px solid #ccc;
	display: block;
	margin: 15px 0;
	overflow: hidden;
	padding-bottom: 5px;
}
list-item-header {
	display: block;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
}
list-item-header i {
	color: #777;
	padding: 5px 8px;
	cursor: pointer;
}
list-item-info {
	display: block;
	margin: 10px 0;
}

list-cell {
	border: 1px solid #000;
	cursor: pointer;
	float: left;
	position: relative;
}
list-cell span {
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	left: 3px;
	width: 2em;
	position: absolute;
	text-align: center;
	top: 3px;
}



/* カーテン */
.curtain {
	background: #000;
	height: 99999px;
	left: 0;
	opacity: 0.5;
	padding-top: 100px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index : 980;
}

/* ボタン */
button {
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}
button img {
	vertical-align: middle;
	width: 1em;
}
.btn {
	background-color: #008cff;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #333;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 3px 0;
	padding: 7px;
	width: 95%;
	white-space: nowrap;
}
.cancel {
	background-color: #999;
	color: #fff;
}
.info {
	background-color: #05a;
	color: #fff;
}
.hit {
	background-color: #f50;
	color: #fff;
}
.check {
	background-color: #5a0;
	color: #fff;
}

/* ライン */
.dot-top-line {
	border-top: 1px dotted #999;
}
.dot-bottom-line {
	border-bottom: 1px dotted #999;
}

/* エラー */
.caution {
	color: #f00;
	font-size: 12px;
}

/* テーブル */
.tbl {
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	word-break: break-word;
}
.tbl th {
	background-color: #eee;
	border: 1px solid #999;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.tbl tr td {
	border: 1px dotted #999;
	text-align: center;
	word-wrap: break-word;
	padding: 5px !important;
}
.tbl tr td.attention {
	background-color: #fff3f3;
	border: 1px dotted #f00;
}
.tbl .hr {
	border-bottom: 1px solid #999;
}
.tbl img {
	max-width: 100%;
}

.tbl.medical{
	width: auto;
	margin: 0 auto;
}
.tbl.medical th{
	padding: 10px;
	text-align: left;
	font-weight: normal;
}
.tbl.medical td{
	padding: 10px;
	text-align: left;
}


/* 入力フォーム */
label {
	font-weight: bold;
}
.form-base {
	background-color: #fff;
	padding: 10px 5%;
}
.form-base input[type=text]:focus, .form-base input[type=number]:focus, .form-base input[type=password]:focus, .form-base input[type=email]:focus, .form-base textarea:focus{
	outline: none;
}
.form-base input[type=radio], .form-base input[type=checkbox] {
	display: none;
}
.form-base p, .form-base div {
	overflow: hidden;
	padding: 0 0 3px 0;
	clear: both;
}
.form-base label {
	font-weight: bold;
}
.form-base input[type=text], .form-base input[type=number], .form-base input[type=password], .form-base input[type=email], .form-base textarea, .form-base select {
	border: none; 
	border-radius: 0px;
	border-bottom: 1px solid #ccc;
	box-shadow: -2000px 5px 0px #ccc;
	color: #000;
	padding: 10px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	width: 100%;
}
select.form-base {
	border: none; 
	border-radius: 0px;
	border-bottom: 1px solid #ccc;
	box-shadow: -2000px 5px 0px #ccc;
	color: #000;
	padding: 10px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	width: 100%;
}

.form-base input[type=text]:focus, .form-base input[type=number]:focus, .form-base input[type=password]:focus, .form-base input[type=email]:focus, .form-base textarea:focus, .form-base select:focus {
	border-bottom: 1px solid #fff;
	box-shadow: 0px 5px 0px #008cff;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.form-base input[type=radio] + label {
	white-space: nowrap;
}
.form-base input[type=radio] + label:before {
	border:1px solid #ccc;
	border-radius: 100px;
	box-shadow: 8px 0px 0px #ccc;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	vertical-align: middle;
	width: 20px;
}
.form-base input[type=radio]:checked + label:before {
	border-radius: 100px;
	box-shadow: -8px 0px 0px #008cff;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.form-base input[type=checkbox] + label {
	white-space: nowrap;
}
.form-base input[type=checkbox] + label:before {
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 0px #ccc;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	vertical-align: middle;
	width: 20px;
}
.form-base input[type=checkbox]:checked + label:before {
	border: 1px solid #008cff;
	background-color: #008cff;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.input-confirm {
	border: none; 
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 12px;
	padding: 10px;
	width: 100%;
}
.form-base-box {
	padding-left: 2em;
	text-indent: -1em;
}
.form-base fieldset {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 2em 0;
}
.form-base fieldset legend {
	font-weight: bold;
	padding: 0 10px;
}




.cms-add {
	cursor: pointer;
	font-size: 1.2em;
}
.cms-item {
	padding: 5px;
	width: 49%;
	height: 7em;
	float: left;
	margin: 0.5%;
	position: relative;
}
item.publish {
	border: 1px solid #090;
	border-left: 5px solid #090;
}
item.reserve {
	border: 1px solid #f00;
	border-left: 5px solid #f00;
}
.cms-item-title {
	font-size: 0.9em;
}
.cms-item-category {
	background-color: orange;
	font-size: 0.7em;
	font-weight: bold;
	float: left;
	margin-right: 3px;
	padding: 2px 5px;
	vertical-align: middle;
}
.cms-item-date {
	color: #333;
	font-size: 0.8em;
	position: absolute;
	bottom: 9px;
	left: 5px;
}
item.publish .cms-item-date {
	color: #090;
}
item.reserve .cms-item-date {
	color: #f00;
}
.cms-item-footer {
	border-top: 1px solid #aaa;
	bottom: 0;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	padding: 0.3em;
	text-align: right;
	width: 98%;
	left: 1%;
}
.cms-item-footer i {
	cursor: pointer;
}
@media (max-width: 800px) {
	.cms-item {
		width: 99%;
	}
}





/* プレビューボタン */
#btn-cms-preview {
	bottom: 75px;
	font-size: 8px;
	display: none;
	opacity: 0.8;
	position: fixed;
	right: 20px;
	z-index: 1200;
}
#btn-cms-preview a {
	background: #666 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
#btn-cms-preview a:hover {
	background: #999;
	text-decoration: none;
}


/* ページトップボタン */
#page-top {
	bottom: 20px;
	font-size: 18px;
	display: none;
	opacity: 0.8;
	position: fixed;
	right: 20px;
	z-index: 1200;
}
#page-top a {
	background: #666 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
#page-top a:hover {
	background: #999;
	text-decoration: none;
}





/* 共通 */
.pc {
	display: inline-block;
}
.mobile {
	display: none;
}
.column-1 {
	width: 100%;
}
.column-2 {
	float: left;
	width: 50%;
}
.column-3 {
	float: left;
	width: 33.33%;
}
.column-4 {
	float: left;
	width: 25%;
}
.column-5 {
	float: left;
	width: 20%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.text {
	color: #000;
	font-size: 14px;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.none-bg {
	background: none;
}
.arrow-bg {
	background: #fff url("/img/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
}
.small {
	font-size: 0.75em;
	font-weight: normal;
}
.large {
	font-size: 1.2em;
	font-weight: bold;
}
pre {
	font-size: 14px;
	padding: 5px;
	white-space: pre-wrap;
}
a {
	color: #0056ac;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.contents-block-icon:hover, .contents-line-icon:hover, .contents-sline-icon:hover, .title-icon:hover, .author-icon:hover, a.opacity-link:hover, a img:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
}
.contents-block-title:hover, .contents-line-title:hover, .contents-sline-title:hover, .title-name:hover, .author-name:hover, a.text-link:hover, .article-description a:hover {
	text-decoration: underline;
	opacity: 1.0;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha( opacity=100 )";
}
@media (max-width: 800px) {
	.pc {
		display: none;
	}
	.mobile {
		display: inline-block;
	}
}

.chart {
	position: relative;
}
.chart-detail {
	position: absolute;
	right: 0;
	top: 4%;
	font-size: 2em;
	cursor: pointer;
}

.calendar th, 
.calendar td {
	font-size: 1.2em;
}
.calendar td a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1em;
}
.calendar td a span {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 0.8em;
}
.calendar td.week-0 {
	background-color: #fcf;
}
.calendar td.week-6 {
	background-color: #cff;
}
.calendar td.active {
	background-color: #ffc;
	font-weight: bold;
}


hr {
	border: 1px solid #ccc;
	margin: 30px 0;
}

/* CMSカテゴリ */
.contents-main details summary {
    padding: 5px 10px;
    color: #FFF;
    background: #0070CC;
    border-radius: 5px;
	cursor: pointer;
}

/* CMS COMMON UL
--------------------*/

.contents-main details summary + ul,
.contents-main details summary + ul ul {
    padding: 5px 10px;
    color: #FFF;
    background: rgba(0, 140, 255, .5);
    border-radius: 5px;
}

.contents-main details summary + ul {
    margin: 10px 0;
}

.contents-main details summary + ul ul {
    margin: 10px 0 10px 20px;
}

/* CMS COMMON LIST
--------------------*/

.contents-main details summary + ul li {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    font-weight: 700;
    list-style: none;
	cursor: pointer;
}

.contents-main details summary + ul li:last-of-type {
    margin: 0;
}

.contents-main details summary + ul > li:before,
.contents-main details summary + ul > ul > li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #FFF transparent transparent transparent;
}

.contents-main details summary + ul > li.open:before,
.contents-main details summary + ul > ul > li.open:before {
    transform: translate(0, -50%) rotate(0deg);
}


.contents-main details summary + ul > ul > li.link:before,
.contents-main details summary + ul > ul > ul > li.link:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
}

/* CMS COMMON DISPLAY
--------------------*/

.contents-main details summary + ul li + ul {
    display: none;
}

/* CMSカテゴリ追加 */
ul.other_cats{
	list-style: none outside none;
	padding: 0;
	margin: 0 0 10px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

ul.other_cats li{
	list-style: none outside none;
	padding: 0;
	margin: 0 0 10px;
}

.contents-main details .static {
    padding: 5px 10px;
    color: #FFF;
    background: rgba(0, 140, 255, .8);
    border-radius: 5px;
	position: relative;
	padding-left: 25px;
}

.contents-main details .static a{
	color: #FFF;
}

.contents-main details .static a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
}


/* flash_messages */
div.flash_messages{
	background: #CCFFCC;
	border: solid 1px #CCC;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	margin: 10px 0 10px 0;
	border-radius: 5px;
}
