/*
 * 管理コンソール共通のスタイル
 */

@import url('../../css/common.css');

body.org {
	background-color : #fcf3eb;
}

@media screen and (max-width:599px) { /* スマフォ用 */
	div.shop-mc.common-header {
		height: 62px;
	}
}
div.shop-mc.common-header .system-name {
	display: inline-block;
	min-width: 50%;
	color: #6eaae5;
	font-family: 'Nico Moji';
	font-size: 16px;
	background: -moz-linear-gradient(left, #fff, #78C7ff);
	background: -webkit-linear-gradient(left, #fff, #78C7ff);
	background: linear-gradient(to right, #fff, #78C7ff);
}
body.org div.shop-mc.common-header .system-name {
	background: -moz-linear-gradient(left, #fff, #fab273);
	background: -webkit-linear-gradient(left, #fff, #fab273);
	background: linear-gradient(to right, #fff, #fab273);
}

@media screen and (max-width:599px) { /* スマフォ用 */
	div.shop-mc.common-header .system-name {
		padding-left: 4px;
	}
	div.shop-mc.common-header img.burger,div.shop-mc.common-header img.menu-close {
		margin: 4px 8px;
		width: 32px;
		height: 32px;
		vertical-align: middle;
		float: right;
	}
	div.shop-mc.common-header nav.menu-area {
		position: fixed;
		height: auto;
		width: 360px;
		top: 0px;
		padding-bottom: 80px;
		z-index: 10000;
		background: #fff;
	}
	div.shop-mc.common-header nav.menu-area {
		right: -360px;
		transition: all 300ms 0s ease;
	}
	div.shop-mc.common-header nav.menu-area.active {
		right: 0px;
		transition: all 300ms 0s ease;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
	div.shop-mc.common-header .sp-menu-area-top {
		height: 40px;
	}
	div.shop-mc.common-header nav.menu-area ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0 8px;
		width: stretch;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li {
		margin: 2px;
		padding: 2 4px;
		text-align: right;
		font-size: 20px;
		line-height: 32px;
		background: #fff;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li a {
		display: block;
		width: stretch;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.divider {
		height: 1px;
		border-top: solid 1px #ccc;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.has-child {
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.has-child a.label {
		background: none;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.has-child a.label:before {
		content: '+ ';
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.has-child ul {
		display: none;
		padding: 0;
		border: 1px solid #ccc;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.has-child ul li {
		padding: 2px 0;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.has-child.expanded {
		background: none;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.has-child.expanded a.label {
		background: #eee;
		font-weight: bold;
	}
}

@media screen and (min-width:600px) { /* ＰＣ用 */
	div.shop-mc.common-header {
		width: stretch;
		min-height: 60px;
	}
	div.shop-mc.common-header .info {
		display: inline-block;
		margin-right: 12px;
		color: #888;
	}
	div.shop-mc.common-header .info .now {
		display: inline-block;
		margin-right: 12px;
	}
	div.shop-mc.common-header img.burger,div.shop-mc.common-header img.menu-close {
		display: none;
	}
	div.shop-mc.common-header nav {
		display: block;
		width: stretch;
		font-size: 12px;
	}
	div.shop-mc.common-header nav ul {
		list-style: none;
/*		overflow: hidden; */
		padding: 0;
	}
	div.shop-mc.common-header nav ul li {
		width: 140px;
		float: left;
		padding: 0;
		text-align: center;
		background-color: #fff;
	}
	div.shop-mc.common-header nav ul li:hover {
	}
	div.shop-mc.common-header nav ul li a {
		display: block;
		width: stretch;
		margin: 0;
		padding: 4px 0;
		text-decoration: none;
	}
	div.shop-mc.common-header nav ul li a:hover {
		background-color: #66f;
		color: #fff;
		text-decoration: none;
	}
	div.shop-mc.common-header nav ul.menu li.divider {
		width: 1px;
		height: 22px;
		border-left: 2px solid #ccc;
	}
	div.shop-mc.common-header nav.menu-area ul.menu li.divider:before {
		content: '';
	}
	div.shop-mc.common-header nav ul li.has-child {
		position: relative;
	}
	div.shop-mc.common-header nav ul li.has-child a.label {
		cursor: pointer;
	}
	div.shop-mc.common-header nav ul li.has-child a.label:after {
		content: '+';
	}
	div.shop-mc.common-header nav ul li.has-child ul {
		display: none;
		position: absolute;
		top: 28px;
		left: 0;
		border: 1px solid #fff;
		background: #fff;
	}
	div.shop-mc.common-header nav ul li.has-child.expanded {
		background: #aaa;
	}
	div.shop-mc.common-header nav ul li.has-child.expanded a.label {
		color: #fff;
	}
	div.shop-mc.common-header nav ul li.has-child.expanded ul {
		display: block;
		z-index: 10000;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
}
.mc-content {
	width: stretch;
	min-height: 540px;
/*	border: 1px solid #ccc; */
}
.mc-content.completed {
	max-width: 840px;
}
.mc-content.min-unlimited {
	min-height: auto;
}

.mc-content .page-title {
}
.mc-content .page-title h2 {
	margin-top: 0;
	padding: 4px 12px;
	width: 480px;
	font-size: 18px;
}
.page-message {
	display: none;
}
.page-message.has-error {
	display: block;
	padding: 6px 12px;
	background: #ffcccc;
	color: #f00;
	font-weight: bold;
}
.mc-content .page-message {
	width: 480px;
}
.mc-content .entry-area {
	padding: 4px 12px;
}
.mc.content .entry-area .item-name {
	font-family: "M PLUS Rounded 1c";
}
.mc.content .entry-area input[type="text"].not(.month-field,.date-field,.time-field),.mc-content .entry-area input[type="password"] {
	width: stretch;
}
.mc.content .entry-area .entry-button {
	padding: 16px;
	text-align: center;
}
.mc.content .entry-area .entry-button button {
	min-width: 64px;
	padding: 4px 8px;
	cursor: pointer;
}
/* 検索ページ用 */
@media screen and (max-width:599px) { /* スマフォ用 */
	.mc.content.search-list {
		width: 100vw;
	}
}
@media screen and (min-width:600px) { /* ＰＣ用 */
	.mc.content.search-list {
		width: 1400px;
	}
}
.mc-content.search-list table.search-conditions {
	width: 1024px;
}
.mc-content.search-list table.search-conditions th {
	width: 140px;
	padding: 8px 12px;
	font-family: "M PLUS Rounded 1c";
	font-size: 12px;
	text-align: right;
	background: #e5edee;
}
.mc-content.search-list table.search-conditions td {
	padding: 8px 12px;
	width: 372px;
	font-size: 12px;
}
.mc-content.search-list table.search-conditions td input[type="text"] {
	width: stretch;
	padding: 4px 8px;
}
.mc.content.search-list .search-conditions input[type="text"].month-field {
	width: 80px;
	text-align: center;
}
.mc.content.search-list .search-conditions input[type="text"].date-field {
	width: 120px;
	text-align: center;
}
.mc.content.search-list .search-conditions input[type="text"].time-field {
	width: 80px;
	text-align: center;
}
.mc.content.search-list .search-conditions .item .input label { /* ラジオボタン・チェックボックス用ラベル */
	display: inline-block;
	margin-right: 9px;
}
/*
.mc.content.search-list .search-conditions input.date-field {
    width: 140px;
    background-image: url(../../images/calendar-icon.png);
    background-repeat: no-repeat;
/*    background-position: right; *//*
    background-position: 138px 4px;
}
*/
/* .mc-content.search-list table.search-conditions td input[type="checkbox"]+label { */
.mc.content.search-list table.search-conditions td label {
	cursor: pointer;
}

.mc.content.search-list .submit-buttons {
	margin-top: 12px;
	text-align: center;
}
@media screen and (max-width:599px) { /* スマフォ用 */
	.mc.content.search-list .submit-buttons {
		width: stretch;
	}
}
@media screen and (min-width:600px) { /* ＰＣ用 */
	.mc.content.search-list .submit-buttons {
		width: 1024px;
	}
}
.mc.content.search-list .submit-buttons button {
	min-width: 96px;
	padding: 4px 8px;
	cursor: pointer;
}
.mc.content.search-list .search-result-list {
	margin-top: 12px;
}
.mc.content.search-list .search-result-list .is-not-active {
	background-color: #eee;
	color: #888;}
.mc.content.search-list .search-result-list a.block {
	display: block;
}
.mc.content.search-list .search-result-list .name-kana {
    font-size: 9px;
}
@media screen and (min-width:600px) { /* ＰＣ用 */
	.mc.content.search-list .search-result-list .name-kana {
	    display: block;
	}
}
.mc.content.search-list .search-result-list th {
	min-width: 70px;
	padding: 8px 12px;
	font-family: "M PLUS Rounded 1c";
	font-size: 13px;
	text-align: center;
	background: #e5edee;
}
.mc.content.search-list .search-result-list th.sort_key {
	cursor: pointer;
}
.mc.content.search-list .search-result-list td {
	padding: 8px 12px;
	font-size: 13px;
}
.mc.content.search-list .search-result-list td.num {
	text-align: right;
}
.mc.content.search-list .search-result-list td.timestamp {
	width: 120px;
	text-align: center;
}
.search-conditions .item .name {
	padding: 11px;
	color: #024857;
	background: #e5edee;
	font-weight: bold;
}
.search-conditions .item .input {
	padding: 11px;
}
@media screen and (max-width:599px) { /* スマフォ用 */
	.search-conditions .item .input {
	}
}
@media screen and (min-width:600px) { /* ＰＣ用 */
	.search-conditions .item .input {
		width: 348px;
	}
}
.search-result-list .element .name {
	padding: 2px;
	font-weight: bold;
	color: #024857;
	background: #e5edee;
}
.search-result-list .element .value {
	padding: 2px;
	min-height: 19.3px;
}
.search-result-list .element .value.num {
	text-align: right;
}
@media screen and (max-width:599px) { /* スマフォ用 */
	.search-conditions .item {
		width: stretch;
	}
	.datetime-range-mark {
		display: block;
	}
	.search-result-list .row {
		border: 1px solid #fff;
		border-bottom: 1px solid #024857;
		margin: 10px;
	}
	.search-result-list .row:active {
		border: 1px solid #024857;
	}
	.search-result-list .row .element {
		display: inline-block;
		width: 49%;
	}
	.search-result-list .row .full-width {
		width: stretch;
	}
	.search-result-list .row .confirm-button {
	    vertical-align: top;
	 }
}
@media screen and (min-width:600px) { /* ＰＣ用 */
	.search-conditions {
		width: 1026px;
		padding: 0;
		font-size: 0; /* 空白を見えなくする */
	}
	.search-conditions .item {
		display: inline-block;
		width: 512px;
		margin: 0;
		border: solid 1px #ccc;
	}
	.search-conditions .item.wide {
		width: 1024px;
	}
	.search-conditions .item .name {
		display: inline-block;
		width: 154px;
		text-align: right;
	}
	.search-conditions .item .input {
		display: inline-block;
	}
	.search-conditions .item.wide .input {
		width: 862px;
	}
}
.mc.content.completed .back-to-link {
	width: 460px;
	margin: 20px 40px;
}
