body {
   /* display: block;
    margin: 0px;
    padding:0px;*/
}

.FLEX {
	display:flex;
}

.CLEAR {
	clear:both;
}

.HALF {
	width:50%;
}

textarea {
	width:100%;
	height:100px;
}

.cl_link {
	text-decoration: underline;
	color:#4169e1;
	cursor:pointer;
}

.cl_link:hover {
	color:#dc143c;
}

/* メッセージ */
.cl_cmn_alert {

}

/* 広告 */
.cl_dsp_advertisement {
	margin-top:10px;
	margin-bottom:10px;
}

.cl_alert_dsp {
    color: #FFFFFF;
    background-color: #f7a4be;
    border-color: #ff0080;
    width: 100%;
    position: fixed;
    z-index:10000;
    top: 0;
    padding:20px;
    left: 0;
    font-weight:bold;
}

.cl_normal_dsp {
    color: #FFFFFF;
    background-color: #55bae9;
    border-color: #ff0080;
    width: 100%;
    position: fixed;
    z-index:10000;
    top: 0;
    padding:20px;
    left: 0;
    font-weight:bold;
}

.cl_trash_post {
	text-align:center;
	font-size:20px;
	color:#CCCCCC;
	font-weight:normal;
    width: 100%;
    position: fixed;
    z-index:1;
    top: 0;
    padding:20px;
    left: 0;
    font-weight:bold;
}




.cl_main_bloc {
	display:none;
}

.cl_page_link_bloc {
	padding: 10px;
}

.cl_row > .cl_col {
	float:left;
}

.cl_err {
	font-weight:bold;
	color:#990000;
	display:none;
}


.cl_err_dsp {
	font-weight:bold;
	color:#990000;
}

.cl_clear {
	clear:both;
}

.cl_youtube_tag {
	width:300px;
}


.cl_item > label {
	margin-right:10px;
}

.cl_item > .FLEX > span {
	margin-right:10px;
}

.cl_items {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 1px #dcdcdc;
	
}

.cl_items > .cl_item {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 0px #006400;
	
}

.cl_item_link {
	display:flex;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 1px #006400;
}

.cl_item_link > .cl_item {
	padding-top:0px;
	padding-bottom:0px;
	border-bottom: solid 0px #006400;
}

.cl_item .cl_item_lbl {
	display:block;
	width:100%;
	height:100%;
}

.cl_clone_bloc {
	display:none;
}


.cl_user_profile_image > img {
	width:100px;
	height:100px;
}

.cl_user_profile_image_300 > img {
	width:300px;
	height:300px;
}

.cl_main_switch[data-state="0"] {
	text-decoration: underline;
	color:#4169e1;
	cursor:pointer;
}

.cl_main_switch[data-state="0"]:hover {
	color:#dc143c;
}

.cl_local_pop {
	background: #FFF;
    padding: 20px 30px;
    text-align: left;
    /*max-width: 250px;*/
    margin: 40px auto;
    position: relative;
}

.cl_dsp_item {
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 1px #006400;
	display:flex;
}

.cl_dsp_item  label {
	background:#0074c1;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
	min-width:110px;
	display:block;
	text-align:center;
}

.cl_dsp_item > div {
	margin-right:10px;
}

.cl_page_link_header_bloc {
	display:flex;
}

.cl_page_link_header_bloc .cl_page_link_header {
	background:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #757576;
	text-decoration:none;
	color:#000000;
}

.cl_page_link_header_bloc .cl_page_nolink_header {
	background:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #CCCCCC;
	color:#CCCCCC;
}

a.cl_page_link {
	background:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #757576;
	text-decoration:none;
	color:#000000;
}

span.cl_page_link {
	color:#FFFFFF;
	background:#444444;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #444444;
}

.cl_page_link_bloc {
	padding: 0;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.cl_page_link_header_bloc {
	padding: 15px 0;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.cl_page_link_header_bloc .fa-angle-left:before {
	margin-right: 4px;
}
.cl_page_link_header_bloc .fa-angle-right:before {
	margin-left: 4px;
}

.cl_page_link_footer_bloc {
	padding: 10px 0;
	color: #8a8a8a;
	color: #1c1c1c;
	text-align: center;
}

.cl_img_drop_target {
	border:2px dotted #0B85A1;
	width:100%;
	color:#92AAB0;
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}

#pg_admin-room .cl_img_drop_target {
	border:2px dotted #0B85A1;
	width:100%;
	color:#92AAB0;
	text-align:left;
	vertical-align:middle;
	padding-top:30px;
	padding-bottom:30px;
	font-size:200%;
}


.cl_img_drop_target_droppable {
	background:#696969;
	color:#FFFFFF;
}

.cl_img_drop_target_hover {
	animation: flash 1s ease infinite alternate;
}

@keyframes flash {
  50% {
    opacity: 0.3;
  }
}

.cl_exadimg_bloc {
	display:flex;
	flex-wrap: wrap;
}

.cl_exadimg_bloc > div{
	border: solid 2px #ad3a3a;
	margin:10px;
}

.cl_exadimg_bloc > div > img{
	max-width: 300px;
    max-height: 200px;
}

/* grid */
.cl_list_row {
	display:flex;
	border-bottom: solid 1px #CCCCCC;
	/*padding-top:5px;
	padding-bottom:5px;*/
	padding-left:5px;
}

.cl_list_row .cl_list_link,
.cl_list_row .cl_list_link_add {
	color: #0000ff;
	cursor:pointer;
}


.cl_list_row .cl_list_link:hover,
.cl_list_row .cl_list_link_add:hover {
	text-decoration: underline;
}

.cl_list_row[data-row-type=head] {
	background:#000099;
	color:#FFFFFF;
	text-align:left;
}

.cl_list_row[data-row-type=head] .cl_list_col a {
	color:#FFFFFF;
	text-decoration: underline;
}

.cl_list_row[data-row-type=head] .cl_list_col .cl_sort_dsp{
	margin-left:5px;
}




/* message */
.cl_message_select {
	background:#e7ffe7;
}

.cl_message_head {
	cursor: pointer;
}

.cl_message_head_left {

}

.cl_message_head_center {
	display:flex;
}



.cl_message_head_right {

}


.cl_message_short_message[data-state="open"],
.cl_message_body[data-state="open"] {
	display:block;
}

.cl_message_short_message[data-state="close"],
.cl_message_body[data-state="close"] {
	display:none;
}


.cl_file_dsp_bloc {
	display:flex;
	flex-wrap:wrap;
}

.cl_file_bloc {
	position:relative;
}


.cl_file_bloc .cl_file_head {
    position: absolute;
    right: 15px;
    font-size: 25px;
    top: -20px;
}

.cl_file_bloc .cl_file_head .cl_file_del {
	cursor:pointer;
}


.cl_file_dsp_bloc .cl_file_icon {
	width:122px;
	height:122px;
	margin-right:30px;
	border: solid 1px #000000;
	background:#edf7fb;
}

.cl_file_dsp_bloc .cl_file_icon span{
	width:100%;
	margin: 0 auto;
	display:block;
	text-align: center;
	font-size:45px;
}

.cl_file_dsp_bloc .cl_file_icon div{
	font-size:75%;
	text-align:center;
	height:50px;
	overflow: hidden;
}


.cl_file_dsp_bloc .cl_file_middle span {
	margin-left:3px;
	font-size:90%;
}



.cl_file_dsp_bloc .cl_file_name {
	width:120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:80%;
	text-align:center;
	display:none;
}

/* trainer-search , gym-search*/
.cl_input[data-dsp="on"],
.cl_sel_input[data-dsp="on"] {
	visibility:visible;
}

.cl_input[data-dsp="off"],
.cl_sel_input[data-dsp="off"] {
	visibility:hidden;
}

.cl_search_input[data-dsp="on"]{
	display:block;
}

.cl_search_input[data-dsp="off"]{
	display:none;
}

.cl_ctl_dsp_outer {
	cursor:pointer;
}

.cl_ctl_dsp_lbl {
	cursor:pointer;
}

.cl_select_chk_bloc[data-dsp="on"] {
	display:block;
}

.cl_select_chk_bloc[data-dsp="off"] {
	display:none;
}

.cl_ctl_search_input_dsp {
	margn-left:5px;
	cursor:pointer;
}

.cl_gym_selected {
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}

.cl_gym_not_selected {
	margin-left:10px;
	margin-right:10px;
}

/* big start */

.cl_star_box_1 {
	display:flex;
}

.cl_star_box_1 .cl_star_rate {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 32px;
  font-size: 32px;
}
.cl_star_box_1 .cl_star_rate:before, .cl_star_box_1 .cl_star_rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 32px;
  line-height: 32px;
}

.cl_star_box_1 .cl_star_rate:before {
  color: #ddd;
}

.cl_star_box_1 .cl_star_rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.cl_star_box_1 .cl_star_rate0:after {
  width: 0;
}

.cl_star_box_1 .cl_star_rate1:after {
  width: 32px;
}

.cl_star_box_1 .cl_star_rate1-5:after {
  width: 48px;
}

.cl_star_box_1 .cl_star_rate2:after {
  width: 64px;
}

.cl_star_box_1 .cl_star_rate2-5:after {
  width: 80px;
}

.cl_star_box_1 .cl_star_rate3:after {
  width: 96px;
}

.cl_star_box_1 .cl_star_rate3-5:after {
  width: 112px;
}

.cl_star_box_1 .cl_star_rate4:after {
  width: 128px;
}

.cl_star_box_1 .cl_star_rate4-5:after {
  width: 144px;
}

.cl_star_box_1 .cl_star_rate5:after {
  width: 160px;
}

.cl_star_box_1 .cl_star {
	width: 160px;
	margin-right:10px;
}

.cl_star_box_1 .cl_rate_dsp {
	font-size: 26px;
	font-weight: bold;
	color: #e10000;
	margin-right:10px;
}

/* normal start */

.cl_star_box_2 {
	display:flex;
}

.cl_star_box_2 .cl_star_rate {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 24px;
  font-size: 24px;
}
.cl_star_box_2 .cl_star_rate:before, .cl_star_box_2 .cl_star_rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.cl_star_box_2 .cl_star_rate:before {
  color: #ddd;
}

.cl_star_box_2 .cl_star_rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.cl_star_box_2 .cl_star_rate0:after {
  width: 0;
}

.cl_star_box_2 .cl_star_rate1:after {
  width: 24px;
}

.cl_star_box_2 .cl_star_rate1-5:after {
  width: 36px;
}

.cl_star_box_2 .cl_star_rate2:after {
  width: 48px;
}

.cl_star_box_2 .cl_star_rate2-5:after {
  width: 60px;
}

.cl_star_box_2 .cl_star_rate3:after {
  width: 72px;
}

.cl_star_box_2 .cl_star_rate3-5:after {
  width: 84px;
}

.cl_star_box_2 .cl_star_rate4:after {
  width: 96px;
}

.cl_star_box_2 .cl_star_rate4-5:after {
  width: 108px;
}

.cl_star_box_2 .cl_star_rate5:after {
  width: 120px;
}

.cl_star_box_2 .cl_star {
	width: 120px;
	margin-right:10px;
}

.cl_star_box_2 .cl_rate_dsp {
	font-size: 18px;
	font-weight: bold;
	color: #e10000;
	margin-right:10px;
}

/* small start */

.cl_star_box_3 {
	display:flex;
}

.cl_star_box_3 .cl_star_rate {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 14px;
  font-size: 14px;
}
.cl_star_box_3 .cl_star_rate:before, .cl_star_box_3 .cl_star_rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 14px;
  line-height: 14px;
}

.cl_star_box_3 .cl_star_rate:before {
  color: #ddd;
}

.cl_star_box_3 .cl_star_rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.cl_star_box_3 .cl_star_rate0:after {
  width: 0;
}

.cl_star_box_3 .cl_star_rate1:after {
  width: 14px;
}

.cl_star_box_3 .cl_star_rate1-5:after {
  width: 21px;
}

.cl_star_box_3 .cl_star_rate2:after {
  width: 28px;
}

.cl_star_box_3 .cl_star_rate2-5:after {
  width: 35px;
}

.cl_star_box_3 .cl_star_rate3:after {
  width: 42px;
}

.cl_star_box_3 .cl_star_rate3-5:after {
  width: 49px;
}

.cl_star_box_3 .cl_star_rate4:after {
  width: 56px;
}

.cl_star_box_3 .cl_star_rate4-5:after {
  width: 64px;
}

.cl_star_box_3 .cl_star_rate5:after {
  width: 70px;
}

.cl_star_box_3 .cl_star {
	width: 70px;
	margin-right:10px;
}

.cl_star_box_3 .cl_rate_dsp {
	font-size: 14px;
	font-weight: bold;
	color: #e10000;
	margin-right:10px;
}


.cl_input_number {
	
	min-height: 31px;
    padding: 2px 2px 2px 8px;
    color: #e10000;
    font-family: Arial;
    font-weight: bold;
    font-size: 125%;
    vertical-align: middle;
    margin-right: 0 !important;
    width: 3.85em !important;
    text-align: left !important;
    -webkit-appearance: none;
}



#id_start_input_pop {
	position:relative;
	top:-15px;
	left:-235px;
}

/* video */
.cl_video_dsp_bloc {
	height:220px;
}

.swal2-container {
	z-index:9999 !important;
}
.swal2-title {
	display:none !important;
}

.cl_tel_confirm {
    text-align: center;
    margin-top: 20px;
    display: block;
    border-bottom: none !important;
    background-color: #DD2324 !important;
    border-radius: 5px;
    padding: 10px 32px;
    font-size: 17px;
    font-weight: 500;
    color:#FFFFFF !important;
    cursor: pointer;
}

