@charset 'UTF-8';

.availability_list{background: #eee;padding: 10px;margin-top: 10px;border-radius: 10px;}
.availability_list h4{text-align: center;font-size: 16px;font-weight: bold;margin-bottom: 10px;}

/*iFrame内*/
iframe{width: 100%;-ms-overflow-style: none;scrollbar-width: none;border: none;height: 160px;}
iframe body{background: #eee;}
.ava_area{max-height: 160px;overflow-y: scroll;-ms-overflow-style: none;scrollbar-width: none;}
.ava_area::-webkit-scrollbar {display:none;}
.resv_ava_box{display: flex;border-radius: 15px;color: #fff;font-size: 14px;padding:5px 10px;margin-bottom: 5px;}
.resv_ava_box div{text-align: center;border-left: 1px solid #fff;width: 20%;box-sizing: border-box;}

.resv_ava_box .resv_ava_date{border-left: none;}
.resv_ava_box .resv_ava_date{width: 30%}
.resv_ava_box .resv_ava_time{width: 30%}
.resv_ava_box .resv_ava_status .cap_red{color: #fff;}


/*COLOR*/
.stu_shibuya{background: #E51572;}
.stu_roppongi{background: #A55FA5;}
.stu_aoyama{background: #009BDC;}
.stu_shinjuku{background: #F59600;}
.stu_shibakoen{background: #91BE1E;}
.stu_shibakoenB{background: #a57d50;}

.ava_area #nohit{color: #000}
