@charset "utf-8";
/* CSS Document */

/*============================================================
	タグ	tag
============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-family: "minion-pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 14px;
	line-height: 1.8;
	vertical-align:baseline;
}
input[type="submit"], input[type="button"] {
	font-family: "minion-pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	vertical-align:baseline;
}

html, body {
	background: #ffffff;
}
body {
	-webkit-text-size-adjust: 100%;
}

a {
	color: #223366;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	text-decoration: none;
}
a:hover {
	color: #445588;
	text-decoration: underline;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select {
	display: block;
	margin: 0;
	padding: 0.25rem 0.5rem;
	width: 95%;
	width: calc(100% - 1.0rem - 2px);

	font-size: 0.9rem;
	line-height: 1.3;

	background-color: #fff;
	border: 1px solid #aaa;
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type="text"].w_auto,
input[type="number"].w_auto,
input[type="email"].w_auto,
input[type="password"].w_auto,
textarea.w_auto,
select.w_auto {
	display: inline;
	display: inline-block;
	width: auto;
}
select {
	width: 100%;
	padding: 0;
}
textarea {
	resize: vertical;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
input[type="number"] {
	text-align: right;
	-moz-appearance:textfield;
}

.red {
	color: #ff0000;
}

.error-message {
	color: #ff0000;
	font-weight: bold;
	background: #ffcccc;
}

.ui-datepicker { z-index: 1000 !important; }

/*============================================================
	共通		common
============================================================*/
.notes {
	color: #999999;
	font-size: 10px;
	text-align: center;
}
.notes a {
	display: block;
	margin: 10px 0;
	line-height: 2.6;
	text-decoration: none;
	background: #eeeeee;
	border: 1px solid #69c;
}

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/





/*============================================================
	改ページ	pager
============================================================*/
.pager {
	margin: 10px 0;
	overflow: hidden;
}
.pager span.all_count,
.pager span.current,
.pager span a {
	float: left;
	display: block;
	padding: 3px;
	margin: 0 5px 0 0;
	width: 30px;

	border: 1px solid #ccc;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: #666666;
}
.pager span a:hover {
	background: #ffffcc;
}
.pager span.all_count {
	width: auto;
	border: 0;
	padding: 4px;
}
.pager span.current {
	border: 1px solid #666666;
	background: #666666;
	font-weight: bold;
	color: #fff;
}





/*============================================================
	全体	base
============================================================*/
#navi, #head, #contents, #foot, #contact_info {
	clear: both;
	padding: 0 15px;
}

#navi_inner, #head_inner, #contents_inner, #foot_inner, #contact_info_inner {
/*	overflow: hidden;*/
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
}


/*============================================================
	ナビゲーション	navi
============================================================*/
#navi {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 97%;
	width: calc(100% - 30px);
	background: #333333;
}
#navi,
#navi a {
	color: #ffffff;
	font-size: 0.8rem;
	line-height: 1.0;
	text-align: center;
}


/*============================================================
	ヘッダー	header
============================================================*/
#head {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 97%;
	width: calc(100% - 30px);

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #f0f0f0;
	background:    -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: 		linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#fff0f0f0',GradientType=0 );

			background-clip: padding-box;
	   -moz-background-clip: padding;
	-webkit-background-clip: padding;
}
.master #head {
	top: 25px;
}

.Login #head,
.carnet #head {
	top: 0px;
}

#head_inner {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

#head #title {
	float: left;
	margin: 10px 0;
	width: 110px;
	height: 30px;

	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;

	background: url(/img/logo.png);
	background: url(/img/logo.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}


/*----- 店舗メニュー：トグルボタン ------------------------------*/
#head #nav-toggle {
	display: none;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#head #nav-toggle div {
	position: relative;
}
#head #nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#head #nav-toggle span:nth-child(1) {	top: 0;		}
#head #nav-toggle span:nth-child(2) {	top: 11px;	}
#head #nav-toggle span:nth-child(3) {	top: 22px;	}


/*----- 店舗メニュー ------------------------------*/
#head #menu {
	float: right;
	width: 80%;
	width: calc(100% - 120px);
}

#head #menu a {
	color: #333333;
	font-size: 12px;
}
#head #menu a:hover {
	background: #cccccc;
}

#head #menu #menu_main {
	float: left;
	display: table;
	height: 50px;
/*	border-left: 1px solid #cccccc;*/
}

#head #menu #menu_main p {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	border-right: 1px solid #cccccc;
}
#head #menu #menu_main p.menu_title {
	padding: 0 15px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.0;
	vertical-align: middle;
}
#container.Shop #head #menu #menu_main p.menu_title {	color: #223399;}
#container.Mold #head #menu #menu_main p.menu_title {	color: #226633;}
#container.User #head #menu #menu_main p.menu_title {	color: #996600;}
#container.Management #head #menu #menu_main p.menu_title {	color: #333333;}
#head #menu #menu_main p.menu_title i {
	margin: 0 5px 0 0;
	font-size: 1.5rem;
}

#container.Mold #head #menu #menu_main p.menu_title::before {
	position: absolute;
	bottom: -1.5rem;

	display: block;
	margin: 0;
	padding: 0;
	width: 7rem;
	height: 1.0rem;

	color: #ffffff;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.0rem;
	text-align: center;

	background: #226633;
			border-radius: 0.3rem 0.3rem 0 0;
	   -moz-border-radius: 0.3rem 0.3rem 0 0;
	-webkit-border-radius: 0.3rem 0.3rem 0 0;
}


#head #menu #menu_main p a,
#head #menu #menu_main p a span {
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.3;
}
#head #menu #menu_main p a {
	position: relative;
	display: table-cell;
	min-width: 60px;
	padding: 0 10px;
	height: 50px;
	vertical-align: middle;
}

#head #menu #menu_main p a span {
	display: block;
}
#head #menu #menu_main p.active a {
	color: #ffffff;
	background: #555555;
	background:    -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 100%);
	background: 		linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000000', endColorstr='#ff555555',GradientType=0 );
}
#head #menu #menu_main p.active a::after {
	position: absolute;
	left: 50%;
	bottom: -10px;

	display: block;
	margin-left: -10px;
	width: 0;
	height: 0;

	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 10px #555555;
	content: "";
}

#head #menu #menu_main p.bt_home {
	position: relative;
	padding: 0 10px 0 0;
	vertical-align: middle;
	border: 0;
}
#head #menu #menu_main p.bt_home a {
	height: 30px;
	color: #333333;
	background: #dddddd;
	position: relative;
	z-index: 1;
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	-webkit-transition: all 0s ease;
	   -moz-transition: all 0s ease;
		 -o-transition: all 0s ease;
}
#head #menu #menu_main p.bt_home a::before{
	position: absolute;
	left: -9px;
	top: 15px;

	height: 22px;
	width: 22px;
	margin-top: -11px;
	z-index: -1;
	content: "";
	transform: rotate(45deg);

	background: #dddddd;
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#head #menu #menu_main p.bt_home a:hover,
#head #menu #menu_main p.bt_home a:hover:before {
	background: #cccccc;
}

#head #menu #menu_sub {
	float: right;
}
#head #menu #menu_sub > * {
	float: left;
	margin: 9px 0 9px 5px;
	max-width: 200px;
}
#head #menu #menu_sub > * a {
	display: block;
	padding: 0 5px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#head #menu #menu_sub #menu_manual span {
	display: block;
	height: 12px;
	font-size: 10px;
	line-height: 1.0;
	text-align:center;
}
#head #menu #menu_sub #menu_manual a {
	height: 18px;
	line-height: 18px;
	border: 1px solid #dddddd;
}
#head #menu #menu_sub #menu_manual a i {
	margin: 0 3px 0 0;
	font-size: 12px;
}

#head #menu #menu_sub #menu_logout a {
	border: 1px solid #cccccc;
	background: #dddddd;
	background:    -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	background: 		linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffdddddd',GradientType=0 );
}
#head #menu #menu_sub #menu_logout a:hover {
	background: #dddddd;
}


/*----- 店舗メニュー：スマホ用(720px以下) ------------------------------*/
@media screen and (max-width: 720px) {
	#head {
	overflow: hidden;
	}
	#head #menu {
		position: absolute;
/*		top: -500px;*/
		top: 50px;
		left: calc(100% + 15px);
		padding: 0;
		width: calc(100% + 30px);

		text-align: center;
		z-index: 1;
		background: #333;

		-webkit-transition: .2s ease-in-out;
		   -moz-transition: .2s ease-in-out;
				transition: .2s ease-in-out;
	}

	#head #menu #menu_main,
	#head #menu #menu_main p,
	#head #menu #menu_logout {
		float: inherit;
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		border: 0px;
	}
	#head #menu #menu_main p a,
	#head #menu #menu_main p.active a,
	#head #menu #menu_logout a {
		position: relative;
		display: block;
		margin: 0;
		padding: 0 0.5rem;
		width: 95%;
		width: calc(100% - 1.0rem);
		height: auto;

		text-align: left;
		font-size: 24px;
		line-height: 48px;
		color: #ffffff;
		background: unset;

		border: 0px;
		border-bottom: 1px solid #999999;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	#head #menu #menu_main p.active a::after {
		display: none;
	}

	#head #menu #menu_main p a span {
		display: inline;
		text-align: left;
		font-size: 24px;
		line-height: 48px;
		color: #ffffff;
	}


	#head #nav-toggle {
		display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	#head.open {
		overflow: inherit;
	}
	#head.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#head.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#head.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* #global-nav スライドアニメーション */
	#head.open #menu {
		/* #global-nav top + #mobile-head height */

/*		-moz-transform: translateY(550px);*/
/*		-webkit-transform: translateY(550px);*/
/*		transform: translateY(550px);*/

		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}


/*============================================================
	コンテンツ	contents
============================================================*/
#contents {
	padding: 70px 0 20px;
	background: #ffffff;
}
.master #contents {
	padding-top: 95px;
}

#contents h2 {
	margin: 0 0 1.0rem;
	font-size: 2.0rem;
	line-height: 1.0;
	text-align: center;
}

#contents .alert_msg {
	text-align: center;
	color: #cc0000;
	font-size: 1.3rem;
}

#contents input[type="submit"] {
	display: block;

	color: #006666;
	font-size: 1.1rem;
	cursor: pointer;

	border: 1px solid #aabbbb;
			border-radius: 8px;
	   -moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	background: #ccdddd;
	background:    -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,221,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,221,221,1) 100%);
	background: 		linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(204,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffccdddd',GradientType=0 );
}
#contents input[type="submit"]:hover {
	background: #ccdddd;
}

#contents .regist_bt {
	padding: 0.7rem 0;
	text-align: center;
	background: #ccddee;
}
#contents .regist_bt input[type="submit"] {
	display: inline-block;
	margin: 0 auto;
}

/*	コンテンツナビ	--------------------*/
#contents .Navi {
	overflow: hidden;
	margin: 0 0 0.5rem;
}
#contents .Navi .NaviParam {
	float: left;
	padding: 1.2rem 0 0;
	font-size: 0.8rem;
	line-height: 1.0;
}
#contents .Navi .NaviLink {
	float: right;
	display: table;
	border-spacing: 0.3rem 0;
}
/*#contents .Navi .NaviLink a {*/
#contents .Navi .NaviLink > * {
	display: table-cell;
	padding: 0.5rem;

	font-size: 1.0rem;
	line-height: 1.0;

	background: #eeeeee;
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contents .Navi .NaviLink a i {
	margin: 0 0.3rem 0 0;
	font-size: 1.2rem;
}
#contents .Navi .NaviLink a.NaviBtDelete {
	color: #cc0000;
	font-size: 0.8rem;
}


/*	フォーム確認メッセージ	--------------------*/
#contents .confirm_message {
	margin: 1.5rem 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
}



/*	テーブル：一覧用	--------------------*/
#contents .table_list {
	width: 100%;
	border-spacing: 0;
	border-top: 1px dotted #bbbbbb;
}
#contents .table_list th,
#contents .table_list td {
	padding: 0.2rem;
	vertical-align: middle;
	border-bottom: 1px dotted #bbbbbb;
}
#contents .table_list th {
	background: #dddddd;
}
#contents .table_list td.button {
}
#contents .table_list td.button a {
	display: block;
	padding: 1.2rem 0.5rem;
	min-width: 4.0rem;

	line-height: 1.3;
	text-align: center;
	white-space: nowrap;

	border: 1px solid #cccccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	background: #dddddd;
	background:    -moz-linear-gradient(	  top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(	  top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	background: 		linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffdddddd',GradientType=0 );
}



/*	テーブル：編集用	--------------------*/
#contents .table_regist {
	width: 100%;
	border-spacing: 0;
	border-top: 1px dotted #bbbbbb;
	table-layout: fixed;
}
#contents .table_regist.w_auto,
#contents .table_regist.w_auto th,
#contents .table_regist th.w_auto {
	width: auto;
}
#contents .table_regist th,
#contents .table_regist td {
	padding: 0.2rem;
	font-size: 0.9rem;
	line-height: 1.6;
	vertical-align: middle;
	border-bottom: 1px dotted #bbbbbb;
}
#contents .table_regist th,
#contents .table_regist colgroup col.col_th {
	width: 8.0rem;
	background: #dddddd;
}
#contents .table_regist th.th_sub {
	background: #eeeeee;
}
#contents .table_regist .sub_title {
	margin: 0 0 0.2rem;
	font-size: 0.8rem;
	line-height: 1.0;
	text-align: center;
}


#contents .checkbox {
	display: inline;
	display: inline-block;
	margin-bottom: 5px;
}
#contents .checkbox input[type="checkbox"] {
	display: none;
}
#contents .checkbox input[type="checkbox"]+label {
	display: inline;
	display: inline-block;
	padding: 0.5rem 0.7rem;

	line-height: 1.0;
	cursor: pointer;

	background: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contents .checkbox input[type="checkbox"]:checked+label {
	color: #ffffff;
	background-color: #ff7700;
}


#contents input[type="radio"]+label {
	width: 30%;
	width: calc(33.33333333% - 1.6rem);
	height: 5.0rem;

	font-size: 0.9rem;
	font-weight: bold;
	line-height: 4.5rem;
	text-align: center;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}


#contents input[type="radio"] {
	display: none;
}
#contents input[type="radio"]+label {
	display: inline;
	display: inline-block;
	margin: 0.1rem;
	padding: 0.5rem 0.7rem;

	line-height: 1.0;
	cursor: pointer;

	background: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contents input[type="radio"]:checked+label {
	color: #ffffff;
	background-color: #ff7700;
}

#contents input[type="radio"]+label {
	width: 30%;
	width: calc(33.33333333% - 1.6rem);
	height: 5.0rem;

	font-size: 0.9rem;
	font-weight: bold;
	line-height: 4.5rem;
	text-align: center;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}
#contents .table_list input[type="radio"]+label {
	height: 2.0rem;
	font-size: 1.0rem;
	line-height: 2.0rem;
	white-space: nowrap;
}
#contents .table_regist .page_position input[type="radio"]+label,
#contents .table_regist .page_position input[type="radio"]:checked+label {
	color: #333333;
}
#contents .table_regist .page_position input[type="radio"]#ShopMoldPagePosition1+label {
	background-image: url(/img/carnet_page_position1.png);
}
#contents .table_regist .page_position input[type="radio"]#ShopMoldPagePosition2+label {
	background-image: url(/img/carnet_page_position2.png);
}

#contents .table_regist .map_dl {
	margin: 0.3rem 0 0;
	width: 160px;
}
#contents .table_regist .map_dl a {
	display: block;
	font-size: 0.8rem;
	text-align: center;
	background: #eeeeee;
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}




/*============================================================
	フッター
============================================================*/
#foot {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: #ffffff;
	background:    -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: 		linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f0f0', endColorstr='#ffffffff',GradientType=0 );
}
#foot_inner {
	padding: 20px 0;
}
#foot #footLink {
	color: #666666;
	font-size: 0.8rem;
	line-height: 1.0;
	text-align: center;
}




/*============================================================
	コンテンツ：ページャー	pager
============================================================*/
.pager {
	display: block;
	margin: 20px 0;
	text-align: center;
}
.pager li {
	overflow: hidden;
	margin: 3px;
	display: inline-block;
	width: 30px;
	height: 30px;

	color: #FFF;
	line-height: 30px;
	text-align: center;

	border: 1px solid #333333;
	background-color: #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pager li a {
	margin: 0;
	display: inline-block;
	width: 30px;
	height: 30px;

	color: #000;
	line-height: 30px;
	text-align: center;
	text-decoration: none;

	background-color: #FFF;
}
.pager li a:hover {
	color: #ffffff;
	background-color: #333333;
}


/*============================================================
	モーダル	modalWindow
============================================================*/
#lean_overlay {
	position: fixed;
	z-index: 100; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#modalWindow {
	display: none;
	padding: 0;
	width: 780px;
	height: 90%;
	height: calc(100% - 60px);

	background-color: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
#modalWindow #modalContents {
	max-height: calc(100% - 2.0rem - 20px);
	padding: 1.0rem;
	overflow: auto;
}
#modalWindow .modal_close { 
	position: absolute;
	display: block;
	z-index: 2;
	bottom: -46px;
	right: 0;

	color: #cccccc;
	font-size: 46px;
	line-height: 1.0;
}


/*============================================================
	専用モーダル
============================================================*/
#rModal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}


#rModal #rModalContents {
	position: relative;
	margin: 20px auto;
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 95%;
	max-height: calc(100% - 40px);
	overflow: hidden;
	background: #ffffff;
	z-index: 101;

			box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
		 -o-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
		-ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	   -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

#rModal #rModalContents #rModalHead {
	overflow: hidden;
	height: 32px;
	border-bottom: 1px dotted #eeddcc;
	background: #f7f0e7;
			border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#rModal #rModalContents #rModalHead #rModalTitle,
#rModal #rModalContents #rModalHead #rModalClose {
}
#rModal #rModalContents #rModalHead #rModalTitle {
	float: left;
	margin-left: 0.5rem;
	font-size: 16px;
	line-height: 32px;
	vertical-align: middle;
}
#rModal #rModalContents #rModalHead #rModalClose {
	float: right;
	width: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #996633;
	text-align: center;
	text-decoration: none;
}

#rModal #rModalContents #rModalBody {
	position: relative;
	overflow: auto;
	height: 95%;
	height: calc(100% - 32px);
	margin: 0;
	background: #ffffff;
			border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
#rModal #rModalContents #rModalBody #rModalLoading {
	margin: 30px 0;
	text-align: center;
}
#rModal #rModalContents #rModalBody #rModalLoading:after {
	display: block;
	margin-top: 1.0rem;
	content: 'LOADING';
	color: #996633;
	font-size: 0.8rem;
	letter-spacing: 0.5rem;
}
#rModal #rModalContents #rModalBody #rModalLoading i {
	font-size: 6.0rem;
	color: #eeccaa;
}

@media only screen and (max-width: 640px) {
	#rModal #rModalContents {
		margin: 0;
		max-height: calc(100% - 20px);
	}

	#rModal #rModalContents #rModalHead,
	#rModal #rModalContents #rModalBody {
				border-radius: 0;
		   -moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
}

#rModal #rModalContents #rModalBody .button_fixed {
	position: fixed;
	overflow: hidden;
	padding: 7px;
	width: 95%;
	width: calc(100% - 30px);
	max-width: 610px;
	background: #ffffff;
}


/**/


/*============================================================
	専用バックグラウンドフォーム送信
============================================================*/
#rFormBgRegist,
#rPrintBgRegist {
	display: table;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 223, 191, 0.75);
	z-index: 100;
}


#rFormBgRegist #rFormBgRegistInner,
#rPrintBgRegist #rPrintBgRegistInner {
	display: table-cell;
	margin: 30px auto;
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 95%;
	max-height: calc(100% - 60px);
	overflow: auto;
	z-index: 101;
	text-align: center;
	vertical-align: middle;
}
#rFormBgRegist #rFormBgRegistInner,
#rFormBgRegist #rFormBgRegistInner p,
#rPrintBgRegist #rPrintBgRegistInner,
#rPrintBgRegist #rPrintBgRegistInner p {
	color: #ee6600;
	font-size: 3rem;
	line-height: 1.0;
	font-weight: bold;
}
#rFormBgRegist #rFormBgRegistInner i,
#rPrintBgRegist #rPrintBgRegistInner i {
	position: absolute;
	top: calc(50% - 7rem);
	left: calc(50% - 7rem);

	color: rgba(255,127,0,0.4);
	font-size: 14rem;
	line-height: 1.0;
}


/*============================================================
	テキストカウンタ	text_count
============================================================*/
#srcTextCount {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;

	text-align: center;
	background: #99ddee;
				border-radius: 30px 0 30px 30px;
		   -moz-border-radius: 30px 0 30px 30px;
		-webkit-border-radius: 30px 0 30px 30px;
}
#srcTextCount,
#srcTextCount span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
#srcTextCount span {
	margin: 0 5px;
}
#srcTextCount.warning {
	background: #ff0000;
}
#srcTextCount.warning span {
	color: #ffffff;
}

#srcTextCount .count_now {
	margin-top: 5px;
}

#srcTextCount .count_max {
	margin-bottom: 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
#srcTextCount.warning .count_max {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}


#srcTextCountMessage {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0.6rem 0;
	width: 100%;

	color: #cc0000;
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: center;
	background: rgba(255, 223, 223, 0.85);
}




/*============================================================
	デバッグ	cake-sql-log
============================================================*/
.cake-sql-log {
	display: none;
	margin: 3.5rem 1.0rem 1.0rem;
	width: auto;
	width: calc(100% - 2rem);
	border-collapse: collapse;
}

.cake-sql-log caption {
	color: #999999;
	font-size: 10px;
}
.cake-sql-log caption:before {
	display: block;
	content: "▼システムデバッグ用　※公開時に外れます";
	color: #cc6666;
	font-size: 10px;
}

.cake-sql-log thead th,
.cake-sql-log tbody td {
	padding: 0.2rem;
	color: #999999;
	font-size: 8px;
	line-height: 1.0;
	vertical-align: middle;
	border: 1px solid #dddddd;
	word-break: break-all;
}
.cake-sql-log thead th {
	background-color: #eeeeee;
}

.cake-sql-log tbody td {
	background-color: #ffffff;
}




