@charset "utf-8";
/*----------------------------------------------------
 default
----------------------------------------------------*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 3em 0 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

a {
	-webkit-tap-highlight-color: rgba(200, 200, 555, 0.6);
}

a:link {
	text-decoration: none;
	color: #555;
}

a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: top;
}

li {
	list-style-type: none;
}

h1,
h2,
h3 {
	font-weight: normal;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

.clr:after {
	content: "";
	display: block;
	clear: both;
}

/*----------------------------------------------------
 Body
----------------------------------------------------*/

body {
	position: relative;
	background-color: #fff;
	color: #555;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo,
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",
		sans-serif;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/

header {
	position: relative;
	background-color: #1c2660;
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #333;
	box-shadow: 0 2px 4px rgba(100, 100, 100, 0.6);
}

header #spMenu {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../../img/icon/icon_menu.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 8px;
}

header .logo {
	margin: 4px 0 0 50px;
}

header #ajax_result {
	position: fixed;
	top: 10px;
	left: 190px;
	background: #cde4ff;
	height: 40px;
	width: 100px;
	font-size: 28px;
	text-align: center;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 4em;
	height: 4em;
}
.loader {
	margin: -40px 200px;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #144490;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*----------------------------------------------------
 ##### btn #####
----------------------------------------------------*/

.btn {
	display: inline-block;
	line-height: 1;
	border-radius: 3px;
	padding: 8px 16px;
	font-weight: bold;
	border: 0;
}

input.btn {
	height: auto;
}

.btn.vermilion {
	color: #fff;
	border-bottom: 2px solid #b55e4a;
	background-color: #f76447;
}

.btn.skyblue {
	color: #1c2660;
	border-bottom: 2px solid #5597aa;
	background-color: #b6dde8;
}

.btn.gray {
	color: #555;
	border-bottom: 2px solid #999;
	background-color: #e1e2e4;
}

.btn.green {
	color: #5b6155;
	border-bottom: 2px solid #8da559;
	background-color: #92d050;
}

.btn.beige {
	color: #1C2660;
	border-bottom: 2px solid #f1bb3d;
	background-color: #FCE3A9;
}

input[type=submit].btn {
	cursor: pointer;
}

.btn:hover,
input[type="submit"].btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

a.btn:disabled,
input[type="submit"].btn:disabled {
	opacity: 0.8;
	text-decoration: none;
}

/*----------------------------------------------------
 side
----------------------------------------------------*/

#side {
	background-color: #f2f3f5;
	width: 200px;
	height: 100%;
	min-height: 100%;
	padding-top: 56px;
	box-sizing: border-box;
	color: #555;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	text-shadow: 0 2px 0 #fff;
	border-right: 1px solid #d0d1d3;
	box-shadow: 2px 0px 5px rgba(130, 130, 130, 0.3);
}

#side .sideInner {
	position: relative;
	overflow: hidden;
	width: 199px;
	height: 100%;
	padding-bottom: 48px;
	box-sizing: border-box;
}

#side li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d1d3;
}

/* ===== sideMemberInfo =====*/

#side .sideMemberInfo li {
	padding: 9px 0 9px 8px;
}

#side .sideMemberInfo li.iconUser {
	padding-left: 40px;
	background-image: url("../../img/icon/icon_user.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

#side .sideMemberInfo li p {
	margin-bottom: 8px;
}

#side .sideMemberInfo li a.btn.logoutBtn {
	padding: 5px 18px;
	text-shadow: none;
	font-size: 12px;
	margin: 8px 0 8px 44px;
}

/* ===== globalNav =====*/

#side .globalNav {
	border-top: 8px solid #1c2660;
}

#side .globalNav:before {
	display: block;
	content: "";
	width: 40px;
	height: 8px;
	background-color: #d7000f;
	position: absolute;
	margin-top: -8px;
}

#side .globalNav li a {
	display: block;
	padding: 9px 9px 9px 8px;
	text-align: center;
	text-decoration: none;
	color: #555;
}

#side .globalNav li a:hover {
	background-color: #e1e2e4;
	text-decoration: none;
}

#side .globalNav li a.icon {
	text-align: left;
	padding-left: 40px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

#side .globalNav li a.indent {
	padding-left: 14px !important;
	background-position: 24px 50%;
}

#side .globalNav li a.card {
	background-image: url("../../img/icon/icon_card.png");
}

#side .globalNav li a.contact {
	background-image: url("../../img/icon/icon_contact.png");
}

#side .globalNav li a.docter {
	background-image: url("../../img/icon/icon_docter.png");
}

#side .globalNav li a.docter_list {
	background-image: url("../../img/icon/icon_docter_list.png");
}

#side .globalNav li a.hospital {
	background-image: url("../../img/icon/icon_hospital.png");
}

#side .globalNav li a.hospital_notice {
	background-image: url("../../img/icon/icon_hospital_notice.png");
}

#side .globalNav li a.management {
	background-image: url("../../img/icon/icon_management.png");
}

#side .globalNav li a.management_notice {
	background-image: url("../../img/icon/icon_management_notice.png");
}

#side .globalNav li a.master {
	background-image: url("../../img/icon/icon_master.png");
}

#side .globalNav li a.mypage {
	background-image: url("../../img/icon/icon_maypage.png");
}

#side .globalNav li a.medical_office {
	background-image: url("../../img/icon/icon_medical_office.png");
}

#side .globalNav li a.meeting {
	background-image: url("../../img/icon/icon_meeting.png");
}

#side .globalNav li a.member {
	background-image: url("../../img/icon/icon_member.png");
}

#side .globalNav li a.member_master {
	background-image: url("../../img/icon/icon_member_master.png");
}

#side .globalNav li a.newinfo {
	background-image: url("../../img/icon/icon_newinfo.png");
}

#side .globalNav li a.officer {
	background-image: url("../../img/icon/icon_officer.png");
}

#side .globalNav li a.officer_master {
	background-image: url("../../img/icon/icon_officer_master.png");
}

#side .globalNav li a.payment {
	background-image: url("../../img/icon/icon_payment.png");
}

#side .globalNav li a.payment_notice {
	background-image: url("../../img/icon/icon_payment_notice.png");
}

#side .globalNav li a.servicedocter_list {
	background-image: url("../../img/icon/icon_servicedocter_list.png");
}

#side .globalNav li a.society {
	background-image: url("../../img/icon/icon_society.png");
}

#side .globalNav li a.society_members {
	background-image: url("../../img/icon/icon_society_members.png");
}

#side .globalNav li a.society_members_list {
	background-image: url("../../img/icon/icon_society_members_list.png");
}

#side .globalNav li a.society_notice {
	background-image: url("../../img/icon/icon_society_notice.png");
}

#side .globalNav li a.user {
	background-image: url("../../img/icon/icon_user.png");
}

#side .globalNav li a.userinfo {
	background-image: url("../../img/icon/icon_userinfo.png");
}

#side .globalNav li a.money {
	background-image: url("../../img/icon/icon_money.png");
}

#side .globalNav li a.list {
	background-image: url("../../img/icon/icon_list.png");
}

#side .globalNav li a.card2 {
	background-image: url("../../img/icon/icon_card2.png");
}

#side .globalNav li a.mail {
	background-image: url("../../img/icon/icon_mail.png");
}

#side .globalNav li a.other {
	background-image: url("../../img/icon/icon_other.png");
}

#side .globalNav li a.calendar {
	background-image: url("../../img/icon/icon_calendar.png");
}

#side .globalNav li a.position_meeting {
	background-image: url("../../img/icon/icon_position_meeting.png");
}

#side .globalNav li a.upload {
	background-image: url("../../img/icon/icon_upload.png");
}

#side .globalNav li a.current {
	background-color: #e1e2e4;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

#side {
	left: -205px;
}

/*----------------------------------------------------
 contents
----------------------------------------------------*/

#contents {
	width: 100%;
	padding: 80px 15px 56px 15px;
	box-sizing: border-box;
	z-index: 1;
}

#contents.loggedOut {
	padding: 80px 24px 56px 24px;
}

#contents section {
	margin-bottom: 32px;
}

#contents section h2 {
	display: block;
	padding: 8px 0 8px 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #1c2660;
	border-bottom: 4px solid #f2f3f5;
	position: relative;
}

#contents section h2:after {
	display: block;
	content: "";
	width: 216px;
	height: 4px;
	background-color: #1c2660;
	border-left: 24px solid #d7000f;
	position: absolute;
	margin: 8px 0 0 -24px;
}

#contents section h2 .rightBtnArea {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

section h2 .rightBtnArea a.btn {
	font-size: 13px;
}

.whiteSpace {
	height: 100px;
}

/* ===== memberInfo ===== */

section.memberInfo .wrap div {
	padding: 18px 0 8px 16px;
	border-bottom: 1px solid #e1e2e4;
	box-sizing: border-box;
	float: left;
}

section.memberInfo .wrap .name {
	width: 100%;
}

section.memberInfo .wrap .facility {
	width: 48%;
}

section.memberInfo .wrap .medicalOffice {
	width: 48%;
	float: right;
}

/* ===== notice ===== */

section.notice .wrap {
	padding: 32px 0 0;
	border-bottom: 2px solid #f2f3f5;
}

section.notice .wrap .box {
	width: 48%;
	float: left;
	margin-bottom: 24px;
	text-align: right;
}

section.notice .wrap .box.tri {
	width: 33%;
	margin-right: 0.33%;
}

section.notice .wrap .box:nth-child(even) {
	float: right;
}

section.notice .wrap .box.tri:nth-child(even) {
	float: left;
}
section.notice .wrap .box.full {
	width: 100%;
}

section.notice .wrap ul {
	width: 100%;
	text-align: left;
	border: 1px solid #dce3ef;
	box-sizing: border-box;
	min-height: 200px;
}

section.notice .wrap ul li {
	padding: 6px 8px;
	overflow: hidden;
	/*! white-space: nowrap; */
	text-overflow: ellipsis;
}

section.notice .wrap ul li a {
	color: #1c2660;
	font-weight: bold;
}

section.notice .wrap ul li:nth-child(odd) {
	background-color: #f2f3f5;
}

section.notice .wrap ul li.title {
	background-color: #dce3ef;
	font-weight: bold;
	padding-left: 34px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

section.notice .wrap ul.paymentNotice li.title {
	background-image: url("../../img/icon/icon_payment_notice.png");
}

section.notice .wrap ul.societyNotice li.title {
	background-image: url("../../img/icon/icon_society_notice.png");
}

section.notice .wrap ul.hospitalNotice li.title {
	background-image: url("../../img/icon/icon_hospital_notice.png");
}

section.notice .wrap ul.managementNotice li.title {
	background-image: url("../../img/icon/icon_management_notice.png");
}

section.notice .wrap .box .more {
	font-size: 12px;
}

section.notice .wrap ul a {
	color: #428bca;
}

/* ===== societyInfo ===== */

section.societyInfo .btnArea {
	margin: 24px 0;
}

section.societyInfo .btnArea a.btn.societyBtn {
	padding: 9px 21px 8px;
}

section.societyInfo .societyList {
}

section.societyInfo .societyList li {
	padding: 10px 16px 9px;
}

section.societyInfo .societyList li:nth-child(odd) {
	background-color: #f2f3f5;
}

section.societyInfo .societyList li.title {
	background-color: #e1e2e4;
	border-bottom: 1px solid #d0d1d3;
	padding: 6px 16px 5px;
}

section.societyInfo .societyList li div {
	float: left;
}

section.societyInfo .societyList li div p {
	display: block;
	float: left;
	color: #1c2660;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
}

section.societyInfo .societyList li.title div p {
	color: #555;
	font-weight: normal;
}

section.societyInfo .societyList li .primary {
	width: 55%;
}

section.societyInfo .societyList li .secondary {
	width: 45%;
}

section.societyInfo .societyList li .name {
	width: 32%;
	text-align: left;
}

section.societyInfo .societyList li .number {
	width: 20%;
	text-align: left;
}

section.societyInfo .societyList li .date {
	width: 23%;
}

section.societyInfo .societyList li .fee {
	width: 23%;
}

section.societyInfo .societyList li .comment {
	width: 100%;
	min-height: 20px;
	padding-right: 104px;
	box-sizing: border-box;
	position: relative;
}

a.btn.detailBtn {
	margin-top: -2px;
	padding: 5px 27px 4px;
	position: absolute;
	top: 0;
	right: 0;
}

strong {
	color: #d7000f;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/

footer {
	background-color: #1c2660;
	width: 100%;
	height: 24px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}

footer .contractBtns {
	font-family: arial;
	font-size: 11px;
	float: right;
	color: #fff;
	margin-right: 10px;
	padding: 4px 0 0;
}
footer .contractBtns a {
	color: #fff;
}

footer .copyright {
	padding: 4px 0 0;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	color: #fff;
}

/*----------------------------------------------------
 breadcrumb
----------------------------------------------------*/

.breadcrumb {
	margin-bottom: 10px;
}

.breadcrumb li {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	margin-right: 8px;
	color: #555;
}

.breadcrumb .icon {
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: left;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.breadcrumb .icon.mypage {
	background-image: url(../../img/icon/icon_maypage.png);
}

.breadcrumb li a {
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------
 section view
----------------------------------------------------*/

section.view .wrap {
	margin-top: 21px;
}

section.view .wrap div {
	/*position: relative;*/
	box-sizing: border-box;
	word-break: break-all;
	white-space: normal;
}

section.view .wrap .row {
	width: 100%;
	padding: 0;
	line-height: 24px;
}

section.view .wrap .row:first-child {
}

section.view .wrap .full {
	width: 100%;
	padding: 0 8px;
	float: left;
}

section.view .wrap .half {
	width: 50%;
	padding: 0 8px;
	float: left;
}

section.view .wrap .half.right {
	float: right;
}

section.view .wrap label {
	display: block;
	padding: 7px 0 0 3px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

section.view .wrap .confirmValue {
	min-height: 32px;
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
}

section.view .wrap .btn {
	margin-left: 20px;
	vertical-align: middle;
	padding: 8px 1em;
}

/*------------------------------------*/

/*空の要素*/

section.view .wrap .empty {
	padding: 8px;
	border: 0;
	border-bottom: 1px solid #ccc;
}

section.view .wrap .empty:after {
	content: ".";
	visibility: hidden;
}

/*------------------------------------*/

section.view .wrap h3 {
	padding: 10px 0 10px 16px;
	box-sizing: border-box;
	float: left;
	position: relative;
}

section.view .wrap h3 {
	font-weight: bold;
	font-size: 16px;
}

section.view .wrap .contentsBox {
	/*display: table-cell;*/
	height: auto;
	padding: 0;
	/*vertical-align: middle;*/
	/*border: 0;*/
	font-size: 0;
}

section.view .wrap .contentsBox * {
	font-size: 13px;
}

section.view .wrap input[type="radio"] + label {
	width: auto;
	margin-right: 20px;
}

section.view .wrap input[type="radio"] {
	margin-left: 3px;
	height: auto;
	float: none;
}

section.view .wrap input[type="checkbox"] {
	width: 19px !important;
	height: 19px !important;
	float: none !important;
}

section.view
	.wrap
	input:not([type="radio"]):not([type="submit"]):not([class*="col-"]),
section.view .wrap select:not([class*="col-"]),
section.view .wrap textarea {
	width: 100%;
}

section.view .findBtnArea {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}

section.view .findBtnArea .btn {
	float: right;
	padding: 8px 27px;
}

.inline-block {
	display: inline-block;
}

section.view .wrap .confirmValue.textarea {
	white-space: pre-wrap;
}

/*----------------------------------------------------
 btnArea
----------------------------------------------------*/

section.footer .btnArea {
	width: 50%;
	min-width: 290px;
	max-width: 450px;
	margin: auto;
}

section.footer .btnArea .btn {
	/* width: 140px; */
	text-align: center;
	box-sizing: border-box;
	float: none;
	min-width: 100px;
}

section.footer .btnArea .btn:last-child {
	float: right;
}

section.footer .btnArea .btn:only-child {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
}

/*----------------------------------------------------
 pager
----------------------------------------------------*/

.pagination {
	width: 100%;
	padding: 0 10px;
	margin: 20px 0;
}

.pagination .pager,
.pagination .ctl {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

.pagination .pager .dataTables_info {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
}

.pagination .pager li {
	display: inline;
}

.pagination .pager li a {
	float: left;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin-left: -1px;
	color: #428bca;
}

.pagination .pager li:first-child a {
	margin: 0;
}

.pagination .active a {
	cursor: default;
}

.pagination a:hover {
	background: #eee;
}

.pagination .active a,
.pagination .active a:hover {
	background: #eee;
	border-color: #dddddd;
	color: #333;
}

.pagination .ctl div {
	display: inline-block;
}

.pagination .dataLengthSelecter {
	float: none;
}

/*----------------------------------------------------
 table
----------------------------------------------------*/

table {
	min-width: 1280px;
	width: 100%;
}

.modal-body table,
.popup_content table,
.ui-datepicker table {
	min-width: initial;
}

table thead tr {
	background-color: #e1e2e4;
	border-bottom: 1px solid #d0d1d3;
}

table th {
	color: #555;
	font-weight: normal;
	padding: 5px;
}

table tbody td {
	padding: 5px;
	color: #1c2660;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #fff;
}

table tbody tr:nth-child(even) {
	background-color: #f2f3f5;
}

td a:link {
	color: #428bca;
}

td a:visited {
	color: #428bca;
}

section.view table.list {
	margin-top: 20px;
}

/*----------------------------------------------------
 tableScroll
----------------------------------------------------*/
.tableScroll {
	overflow-x: auto;
}
.tableScroll table th {
	padding: 6px 5px 5px;
}
.tableScroll table tbody td {
	padding: 10px 5px 9px;
}
.tableScroll table thead th {
	min-width: 68px;
}
.tableScroll table thead th.no {
	min-width: 20px;
}

/*----------------------------------------------------
 input item
----------------------------------------------------*/

input[disabled],
textarea[disabled],
select[disabled] {
	background-color: #eee;
}

input,
textarea,
select {
	border: 1px solid #ccc;
	height: 32px;
	padding: 0 5px;
	box-sizing: border-box;
	float: right;
	border-radius: 3px;
	background: #fff;
}

textarea {
	line-height: 1.3em;
	padding: 5px;
	height: 5.9em;
}

.cardInfo select {
	float: right;
}

form input.changeInput,
form textarea.changeInput,
form select.changeInput {
	background-color: #edfced !important;
}

form .date .contentsBox select {
	width: 65px !important;
	height: 30px;
}
form .date .contentsBox .separator {
	display: inline;
	margin: 0 5px;
	vertical-align: middle;
}

/*----------------------------------------------------
 form
----------------------------------------------------*/

form.edit .required label:before,
form.add .required label:before {
	content: "*";
	color: #e51400;
}

/*----------------------------------------------------
 complite box
----------------------------------------------------*/

.complete .box {
	background: #f2f3f5;
	border-radius: 3px;
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 20px auto;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}

.complete .box h3 {
	color: #1c2660;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	box-sizing: border-box;
	margin: 20px 30px;
	padding-bottom: 10px;
}

.complete .box h4 {
	font-size: 16px;
	margin: 10px 30px;
	font-weight: bold;
}

.complete .box .red,
.inForcedLogin {
	color: #db1926;
}

.complete .box p {
	font-weight: bold;
	margin: 20px;
}

/*----------------------------------------------------
message
----------------------------------------------------*/

form .error input,
form .error select,
form .error textarea {
	background: #ffdff3;
}

form .error div.error-message {
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	/*margin-left: 120px;*/
	color: #e51400;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	right: 8px;
}

.fedeMessage {
	font-size: 1.2em;
	font-weight: bold;
	top: 15%;
	width: 100%;
	max-width: calc(100% - 200px); /* サイドバー分ずらす */
	position: fixed;
	left: 200px; /* サイドバー分ずらす */
	z-index: 9999;
	text-align: center;
	font-size: 1.7vw;
}
.fedeMessage .message {
	padding: 18px 25px;
	background: black;
	opacity: 0.8;
	text-align: center;
	display: inline-block;
}
.fedeMessage .title {
	display: inline-block;
}

.message.error {
	color: #e51400;
}

.message.success {
	color: #92d050;
}

.message .title {
	text-align: left;
	margin-left: 10px;
}

.message .detail {
	text-align: left;
	margin-left: 10px;
	font-size: 0.8em;
}

pre {
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo,
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",
		sans-serif;
}

pre.cake-error {
	background-color: #f76447;
	position: relative;
	z-index: 99999;
}

/*----------------------------------------------------
dropdown
----------------------------------------------------*/

.dropdown-toggle {
	position: relative;
	touch-action: manipulation;
	cursor: pointer;
}

.btn .caret {
	margin-left: 0;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.3;
	color: #333;
	white-space: nowrap;
}

/* SideMenu Toggle */

.slide-toggle {
	position: relative;
	margin: auto;
}

.slide-toggle:before {
	content: "";
	position: absolute;
	display: block;
	top: 10%;
	right: 10px;
	border-color: #555;
	border-style: solid;
	border-width: 6px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
}

.active.slide-toggle:before {
	transform: rotate(0deg);
	top: 25%;
}

.slide-toggle:before {
	transform: rotate(180deg);
	top: 45%;
}

.hide-menu {
	display: none;
}

#side .slide-menu li:first-child {
	border-top: 1px solid #d0d1d3;
}

#side ul.globalNav > li:last-child {
	margin-bottom: 25px;
}

form button:hover {
	cursor: pointer;
}

pre.cake-error {
	background-color: #f76447;
	position: relative;
	z-index: 99999;
}

/* NOTY */
.noty_message .fa {
	line-height: 10px;
	vertical-align: middle;
	padding-right: 20px;
}

.text-center {
	text-align: center;
}
.checkbox-input {
	float: left;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -2px;
}

.well {
	background-color: #314e82 !important;
	margin: 15px 0;
	border-radius: 5px;
	color: #fff;
	padding: 14px;
}

section.footer {
	margin: 20px auto;
}

.btn.block {
	display: block;
	text-align: center;
	width: calc(100% - 125px);
	float: right;
}

.table-fixed {
	table-layout: fixed;
}

.table-fixed input,
.table-fixed select {
	width: 100%;
	clear: both;
}

.anotate {
	margin-left: 1.5em;
}

.btn-sm {
	padding: 1px 5px;
}

/* .row cfx */
.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.btn:hover {
	cursor: pointer;
}

.div-float-left > div {
	float: left;
	display: inline-block;
}

.form-error {
	background: #ffdff3 !important;
}

.full-text {
	width: 100%;
	height: 100%;
}

.disabled,
input:disabled {
	cursor: not-allowed !important;
	background: #eee !important;
}

.inline-form input,
.inline-form select {
	display: inline-block;
}
.d-ib {
	display: inline-block;
}
.page-loading {
	position: fixed;
	top: 70px;
	right: 10px;
}

#gather-error-message > div {
	color: red;
	font-weight: bold;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
}

.error-message {
	font-weight: bold;
	color: red;
}

.pictureUploadMulti #fileupload {
	margin: 10px 0 0 15px;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 5px !important;
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
		max-width: 1200px;
	}
}

.badge {
	position: relative;
}

.badge[data-badge]:after {
	content: attr(data-badge);
	position: absolute;
	font-size: .7em;
	background: red;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	text-shadow: none;
	right: 10px
}

.badge.homeBadge[data-badge]:after {
	position: relative;
	right: 0;
	padding:3px;
	line-height:initial;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

/** justify, align */
.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.items-center {
	align-items: center;
}

.items-start {
	align-items: start;
}

/** Pagerの調整 */
#datatable_orders_length {
	display:flex;
	align-items: center;
	justify-content: space-between;
	gap:15px;
}


