@charset "UTF-8";


/*----------------------------------
btn
----------------------------------*/
.btn {
	border: none;
	text-align: center;
	padding: 0.2rem 1.5rem;
	border-radius: 0.5rem;
	user-select: none;
	color: #4d4d4d!important;
	text-decoration:none;
	background: #DDDDDD;
	display:inline-block;
	font-weight: normal;
}
.btn-primary {
	color:#FFFFFF!important;
	background: #0073AC;
}
.btn-success {
	color:#FFFFFF!important;
	background: #5cb85c;
}
.btn-info {
	color:#FFFFFF!important;
	background: #5bc0de;
}
.btn-warning {
	color:#FFFFFF!important;
	background: #f0ad4e;
}
.btn-danger,.red-btn {
	color:#FFFFFF!important;
	background: #d9534f;
}
.btn:hover,
.btn:focus,
.btn:active{
 	background: #CCCCCC;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #286090;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background: #449d44;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background: #31b0d5;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #ec971f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background: #c9302c;
}
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
	background: #c9302c;
}
.btn-primary:disabled {
	background: #337ab7;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.btn:disabled {
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

/*----------------------------------
InputForm
----------------------------------*/
textarea, input[type="text"], input[type="number"], input[type="time"], input[type="date"],
input[type="password"] {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 0.5rem;
	padding:5px;
	margin:1px 0;
	width: 100%;
}
select {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 0.5rem;
	padding: 0.5rem;
	margin:1px 0;
	appearance: menulist;
}
input[type="radio"] ,
input[type="checkbox"] {
	margin-right: 0.5rem;
	vertical-align: middle;
}
label {
	display: inline-block;
	margin-right: 2rem;
	padding: 0.5rem 0;
}

input {
    appearance: revert;
}





/* form */
form .error {
	color: #FF0000;
	line-height: 1.5;
}

.btn-box01 {
	text-align: center;
	padding-top: 1rem;
}

/*----------------------------------
Table
----------------------------------*/
.table01 {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table01 th ,
.table01 td {
	border: #CCCCCC 1px solid;
	padding: 0.5rem 1rem;
	background:#FFF;
	vertical-align:middle;
}
.table01 th {
	background: #E6E6E6;
	font-weight:normal;
	text-align: center;
}
.table01.edit th {
	width: 20%;
	text-align: left;
}
.table01 em {
	font-style: normal;
	color: #999999;
	display: block;
}


/*----------------------------------
ConfirmBox
----------------------------------*/
#confirmOverlay {
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.7);
	pointer-events: none;
}
#confirmBox {
	background:#FFFFFF;
	width:500px;
/*	width:460px;*/
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	pointer-events: all;
}
#confirmBox h1 {
    padding: 10px 20px;
    background: #000000;
    color: #FFFFFF;
    font-size: 16px;
}
#confirmBox p {
	padding: 20px;
}
#confirmButtons {
	padding-bottom:20px;
	text-align:center;
}
#confirmBox .button {
	margin:0 10px;
}


.flex-box01 {
	display: flex;
	justify-content: space-between;
}
.flex-box02 {
	display: flex;
	justify-content: center;
}
.flex-box03 {
	display: flex;
	justify-content: flex-end;
}
.flex-box02 .btn {
	margin: 0 1rem;
}



/*----------------------------------
Alert
----------------------------------*/
.alert {
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.alert p {
	padding: 1rem;
}
.alert a.close {
	display: block;
	font-size: 1.8rem;
	font-weight:bold;
	padding: 0 1rem;
	color: #000000!important;
	text-decoration: none!important;
}
.alert.success {
	background-color:#D9EED9;
	border-color:#5CB85C;
}
.alert.danger {
	background-color:#F8DFDE;
	border-color:#D9534F;
}

/*----------------------------------
pager
----------------------------------*/
.pager ul {
	display: flex;
}
.pager ul li {
	margin-right: 0.5rem;
}
.pager ul a {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	border-radius: 0.5rem;
	color: #666666!important;
}
.pager ul a:hover {
	text-decoration: none!important;
}
.pager .active a {
	background: #FF9900;
	color: #FFFFFF!important;
}

/*----------------------------------
File Upload
----------------------------------*/
.file-box img {
	max-width: 200px;
}
.file-box .file-del-btn {
	padding: 1rem 0;
}
.result {
	padding: 1rem 0;
	position: relative;
}
.result div {
	background: #DDDDDD;
	height: 2.4rem;
}
.result p {
    position: absolute;
    top: 50%;
	left: 0.5rem;
    transform: translate(0, -50%);
}


/*----------------------------------
Calendar Input
----------------------------------*/
.calendar_input .calendar_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0;	
}
.calendar_input .inner {
	display: flex;
	justify-content: space-between;
	width: 93%;
	align-items: baseline;
}
.calendar_input .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.calendar_input .arrow::before,
.calendar_input .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.calendar_input .arrow::before{
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #000000;
}
.calendar_input .arrow::after{
    left: 0.7rem;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
}
.calendar_input .arrow.next::before {
    right: 0;
    left: auto;
}
.calendar_input .arrow.next::after {
    right: 0.7rem;
	left: auto;
    transform: rotate(45deg);
}
.calendar_input .calendar-table {
	width: 32%;
}
.calendar_input .calendar-table th ,
.calendar_input .calendar-table td {
	text-align: center;
	vertical-align: middle;
	padding: 0.2rem 0;
}
.calendar_input .calendar-table .sun {
	background: #FFDDDD;
}
.calendar_input .calendar-table .sat {
	background: #DDDDFF;
}
.calendar_input .inner .calendar-table td a {
	color: #000000!important;
}
.calendar_input .calendar-table td.active {
	background: #FF8800;
}
.calendar_input .calendar-table td.active a {
	color: #FFFFFF!important;
}
.calendar_input .calendar-table td a.disabled {
	pointer-events: none;
}





/*----------------------------------
Other
----------------------------------*/
.admin-wrapper .overlay {
	position: fixed;
	top:0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.6);
}
body.no_scroll {
   overflow: hidden;
}
.pop-win {
	display: none;
	position: fixed;
	background: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 500;
}
.pop-win h3 {
	padding: 1rem;
	background: #000000;
	color: #FFFFFF;
}
.pop-win .inner {
	padding: 2rem;
	text-align: left;
}

.caution {
	color: #FF0000;
}

.t-center {
	text-align: center;
}

.my-1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mt-05 {
	margin-top: 0.5rem;
}
.mt-1 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mb-05 {
	margin-bottom: 0.5rem;
}
.mb-1 {
	margin-bottom: 1rem;
}
.mb-2 {
	margin-bottom: 2rem;
}
.wp15 {
	width: 15%!important;
}
.wp20 {
	width: 20%!important;
}
.wp40 {
	width: 40%!important;
}
.wp50 {
	width: 50%!important;
}
.right{
   text-align: right; 
}

.center {
    text-align: center;
}

a.site-name {
	color: #fff;
}





