/* 基本初期化 */
*, *: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;
}
select[readonly],
input[type="radio"][readonly],
input[type="checkbox"][readonly],
label.readonly,
.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 {
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.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: 28px;
}
.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: 12px;
	padding-top: 80px;
}

.contents-menu {
    position: fixed;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	width: 290px;
    height: 100%;
	padding-bottom: 100px;
    font-size: 14px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.contents-menu > ul {
	list-style: none;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}
.contents-menu > ul > li {
	border-bottom: 1px solid #ccc;
	color: #333;
}
.contents-menu > ul > li > a {
	color: #333;
	display: block;
    padding: 0.75em 1em;
}
.contents-menu > ul > li > a > i {
	text-align: center;
	width: 25px;
}
.contents-menu > ul > li > a:hover {
	background: #eee;
}
.contents-menu > ul > li > a.active {
    border-left: 0.5em solid #09f;
	background: #def;
    padding-left: 0.5em;
    font-weight: bold;
}
.contents-menu > ul > li > ul {
	list-style: none;
    padding-left: 2em;
    display: none;
	border-top: 1px dashed #ccc;
}
.contents-menu > ul > li > ul > li {
	border-bottom: 1px dashed #ccc;
    font-size: 0.95em;
}
.contents-menu > ul > li > ul > li:last-child {
	border-bottom: 0;
}
.contents-menu > ul > li > ul > li > a {
	color: #333;
	display: block;
    padding: 0.5em 1em;
}
.contents-menu > ul > li > ul > li > a:hover {
	background: #eee;
}
.contents-menu > ul > li > ul > li > a.active {
	background: #def;
    border-left: 0.5em solid #09f;
    padding-left: 0.5em;
    font-weight: bold;
}

.contents-main {
	float: left;
	padding: 0 10px 100px 310px;
    width: 1100px;
}
@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: 50px 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 {
	border-left: 10px solid #ccc;
	display: block;
	margin-bottom: 10px;
    padding: 3px 0;
}
.contents-box-header span {
	display: inline-table;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.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-box-body .block {
    margin: 1em 0;
}





/* カーテン */
.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: #09f;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #666;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 3px 0;
	padding: 7px;
	width: 95%;
	white-space: nowrap;
}
.info, .apply, .post, .post .new {
	background-color: #05a;
	color: #fff;
}
.hit, .win, .true .approved, .open {
	background-color: #f50;
	color: #fff;
}
.cancel, .delete, .lose, .false .reject, .close {
	background-color: #ccc;
	color: #333;
	font-weight: normal;
}
.check, .nominate {
	background-color: #5a0;
	color: #fff;
}
.flg1 {
	background-color: #c00;
	color: #fff;
}
.flg2 {
	background-color: #c22;
	color: #fff;
}
.flg3 {
	background-color: #c44;
	color: #fff;
}
.flg4 {
	background-color: #c66;
	color: #fff;
}
.flg5 {
	background-color: #c88;
	color: #fff;
}
div.half button {
    width: 40%;
}

/* ライン */
.dot-top-line {
	border-top: 1px dotted #999;
}
.dot-bottom-line {
	border-bottom: 1px dotted #999;
}

/* 注意 */
.caution {
	color: #f00;
	font-size: 12px;
}

/* 災害 */
.disaster-info {
    background-color: #ccc;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 1em;
    text-align: center;
}
.disaster-info-caution {
    background-color: #f00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1em;
    text-align: center;
}

/* テーブル */
.tbl {
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	word-break: break-word;
}
.tbl th {
	background-color: #eee;
	border: 1px solid #999;
	border-right: none;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.tbl th:first-child {
	border-left: none;
}
.tbl tr {
    background-color: #f3ffff;
	border-bottom: 1px dotted #999;
}
.tbl tr:nth-child(odd) {
	background-color: #fff;
}
.tbl tr.off {
	background-color: #ddd;
}
.tbl tr.status-open, .tbl tr.status-play, .tbl tr.status-true {
}
.tbl tr.status-wait, .tbl tr.status-reserve {
	background-color: #efe;
}
.tbl tr.status-check, .tbl.tr.status-sending {
	background-color: #ffe;
}
.tbl tr.status-close, .tbl tr.status-off, .tbl tr.status-end, .tbl tr.status-error, .tbl tr.status-cancel, .tbl tr.status-reject, .tbl tr.status-false {
	background-color: #ddd;
}
.tbl tr td {
	border: none;
	text-align: center;
	word-wrap: break-word;
}
.tbl tr:hover td {
    background-color: #eee;
}
.tbl tr td.attention {
    border: #f00;
}
.tbl tr td.short, .tbl tr th.short {
	width: 1%;
    padding: 0.25em;
}
.tbl .hr {
	border-bottom: 1px solid #999;
}
.tbl img {
	max-width: 100%;
}
.tbl button {
	min-width: 30px;
}
.tbl button.btn {
	box-shadow: none;
    border-radius: 0;
    padding: 0.5em 1.25em 0.5em 1em;
}
.tbl select {
    padding: 0.3em 0;
}



/* 入力フォーム */
label {
	font-weight: bold;
}
.form-base {
	padding: 10px 1em;
}
.form-base > p, .form-base > div, .form-base > list {
	overflow: hidden;
	padding: 0 0 2em 0;
	clear: both;
    margin: 0;
}
.form-base div.indent {
	padding: 0.5em 1em;
}
.form-base > div > label {
    display: block;
	border-left: 0.5em solid #ccc;
    width: 100%;
	padding: 0.25em 0 0.25em 0.5em;
}
.form-base div i {
    font-size: 1.2em;
    vertical-align: middle;
	cursor: pointer;
}
.form-base input[type=text], input[type=email], .form-base input[type=number], .form-base input[type=password], .form-base textarea, .form-base select {
	border: none;
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 10px;
	width: 100%;
    margin: 1px 0;
}
.form-base input[type=text]:focus, input[type=email]:focus, .form-base input[type=number]:focus, .form-base input[type=password]:focus, .form-base textarea:focus{
	outline: none;
	border-bottom: 1px solid #008cff;
}
.form-base select:focus {
	border-bottom: 1px solid #008cff;
}
.form-base input[type=radio], .form-base input[type=checkbox] {
	display: none;
}
.form-base input[type=radio] + label {
	white-space: nowrap;
    padding-right: 1em;
}
.form-base input[type=radio] + label:before {
	border:1px solid #ccc;
	border-radius: 100px;
	box-shadow: 8px 0px 0px #ccc;
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.3em;
	margin-right: 1em;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	vertical-align: middle;
}
.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;
    padding-right: 1em;
}
.form-base input[type=checkbox] + label:before {
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 0px 0px #ccc;
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.3em;
	margin-right: 0.5em;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	vertical-align: middle;
}
.form-base input[type=checkbox]:checked + label:before {
	border: 1px solid #008cff;
	background-color: #008cff;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.form-base fieldset {
    border-radius: 3px;
    margin: 1em 0;
    border: 1px solid #ccc;
}
.form-base fieldset legend {
    font-weight: bold;
    padding: 0 10px;
    border-left: 0.5em solid #ccc;
}
.form-base fieldset > div > label {
    display: block;
    width: 100%;
	padding: 0.25em 0 0.25em 0.25em;
    margin-top: 1em;
}
.form-base-box {
	padding-left: 2em;
	text-indent: -1em;
}
.form-base list {
    display: block;
}
.form-base list list-item {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding-bottom: 0.5em;
}
.form-base list list-item fieldset {
    margin: 1em;
    border: 0;
    padding: 0;
}
.form-base list list-item fieldset legend {
    border-left: 0.5em solid #ccc
}
.form-base list list-item-header {
	display: block;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
}
.form-base list list-item-header i {
    color: #666;
	padding: 5px 8px;
	cursor: pointer;
}
.form-base list list-item-info {
	display: block;
	margin: 10px 0;
}
.form-base list list-item list-item {
	margin: 0 1em 1em 1em;
}
.form-base list list-item-header.option {
	background-color: #fff;
	border: none;
}
.form-base list list-item.option {
	margin: 3px 1em;
    padding: 0;
}
.form-base list list-item.option fieldset {
    margin: 0.5em;
}
.form-base list list-cell {
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
	position: relative;
    width: 75px;
    height: 75px;
}
.form-base list 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;
}
.form-base div.more {
    position: relative;
    overflow: hidden;
    height: 5em;
    transition: 0.5s;
    box-sizing: border-box;
}
.form-base div.more:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 5em;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    transition: 0.5s;
}
.form-base div.more.active:before{
    opacity: 0;
    visibility: hidden;
}




/* ページネーション */
.form-pagenation {
    padding: 3px;
}
.form-pagenation input[type=text] {
    width: 10em;
    color: #000;
    text-align: center;
    border: 1px solid #999;
}
.form-pagenation input[type=number] {
    width: 4em;
    color: #000;
    text-align: center;
    border: 1px solid #999;
}
.form-pagenation select {
    min-width: 7em;
    color: #000;
    text-align: center;
    border: 1px solid #999;
}
.form-pagenation button {
	background-color: #666;
    color: #fff;
    box-shadow: 1px 1px 1px #333;
    cursor: pointer;
}
.form-pagenation nav > div.page {
    font-size: 1.2em;
}
.form-pagenation nav > div.count {
    font-size: 0.9em;
}





/* サブメニュー */
.submenu {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
}
.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.submenu ul::-webkit-scrollbar {
    display: none;
}
.submenu ul li {
	display: inline-block;
	font-size: 12px;
}
.submenu ul li a {
	color: #000;
	background-color: #fff;
	border-top: 3px solid #fff;
	border-left: 1px solid #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	min-width: 80px;
	text-align: center;
}
.submenu ul li a:hover {
	background-color: #eee;
	border-top: 3px solid #eee;
}
.submenu ul li a.active {
	background-color: #def;
	border-top: 3px solid #09f;
    font-weight: bold;
}

/* CMSメニュー */
div.cms-filter-tab {
	overflow-x: auto;
	overflow-y: hidden;
}
.cms-filter-tab {
	font-size: 12px;
	margin-top: 1em;
}
.cms-filter-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.cms-filter-tab ul li {
	display: table-cell;
	white-space: nowrap;
}
.cms-filter-tab ul li a {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-left: 1px solid #fff;
	color: #000;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	min-width: 80px;
}
.cms-filter-tab ul li a:hover {
	background-color: #eee;
	border-top: 3px solid #eee;
}
.cms-filter-tab ul li a.active {
	background-color: #def;
	border-top: 3px solid #09f;
    font-weight: bold;
}
.cms-filter-tab ul li a i {
	margin: 0.25em;
}
.cms-filter-tab::-webkit-scrollbar {
	height: 10px;
}
.cms-filter-tab::-webkit-scrollbar-thumb {
	background-color: #777;
}
.cms-filter-tab::-webkit-scrollbar-track {
	background-color: #ccc;
}
.cms-filter-tab::-webkit-scrollbar-corner {
	display: none;
}
.cms-filter-select > div > label {
    width: 15%;
    display: inline-block;
    word-break: keep-all;
    background-color: #ccc;
    padding: 0.9em;
    text-align: center;
    border-radius: 5px 0 0 5px;
    float: left;
}
.cms-filter-select > div > select {
    width: 84%;
    display: inline-block;
    border: 0.1em solid #ccc;
    border-radius: 0 5px 5px 0;
    float: left;
}

.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-save {
	bottom: 130px;
	font-size: 9px;
	display: none;
	opacity: 0.8;
	position: fixed;
	right: 20px;
	z-index: 1200;
}
#btn-cms-save 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-save a:hover {
	background: #999;
	text-decoration: none;
}


/* プレビューボタン */
#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;
}


/* サイドファイラー */
#side-filer {
	top: 150px;
	right: 0px;
	font-size: 18px;
	position: fixed;
	z-index: 1300;
}
#side-filer.on {
	right: 675px;
}
#side-filer a {
	background: #999 none repeat scroll 0 0;
	border-radius: 10px 0 0 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 3em 0;
	text-align: center;
	text-decoration: none;
	width: 35px;
}
#side-filer a:hover {
	background: #aaa;
	text-decoration: none;
}
#side-filer-body {
	background: #fff;
    border: 1px solid #999;
    border-right: 0;
	width: 675px;
	height: 300px;
	top: 150px;
	right: 0px;
	position: fixed;
	z-index: 1200;
	display: none;
    padding: 0.25em;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#side-filer-body iframe {
    border: 0;
}
@media (max-width: 800px) {
	#side-filer.on {
		right: 375px;
	}
	#side-filer-body {
		width: 375px;
	}
}





/* 共通 */
.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.85em;
	font-weight: normal;
}
.large {
	font-size: 1.2em;
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
pre {
	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: 3%;
	top: 1%;
	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;
}
.calendar td:hover {
    background-color: #eee;
}


hr {
	border: 1px solid #ccc;
	margin: 30px 0;
}


.search_tag {
	display: inline-block;
	border: 1px solid;
	border-radius: 5px;
	margin: 3px;
	padding: 5px 10px;
}
.search_tag span {
	cursor: pointer;
	margin-left: 10px;
	background: #ccc;
	border-radius: 10px;
	padding: 0px 5px;
}


/* 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;
}
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%;
}


div.flash_messages {
	background: #cfc;
	border-left: solid 10px #6a6;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	margin: 10px 0;
}
