﻿@charset "UTF-8";


/* レスポンシブ設定 PC 1440px以上設定
@media all and (min-width: 1441px ) {


.select_form_box div{
	width:27.5%;
}
.select_form_box div:nth-child(2){
	width:45%;
}

}
 */
/* レスポンシブ設定 PC 1500px以下設定 */
@media all and (max-width: 1510px ) and (min-width: 1080px ) {

.l_block_cal .calendar_select_box {
	float:none;
	margin-bottom:-20px;
}

.t_cal .calendar_select_box {
	float:left;
}

.select_form_box_cal {
	padding-left:0;
}
.select_form_floor {
    margin: 0 5px;
}

}

/* レスポンシブ設定 PC 1360px以下設定 */
@media all and (max-width: 1360px ) and (min-width: 1281px ) {   /* dev:chg */

#charts_info {
	display:none;
}

}

/* 2017.03 add */
/* レスポンシブ設定 PC 1280px以下設定 */
/* 外部センサーを非表示 */
@media (max-width: 1280px) and (min-width: 961px){
.menu_txt{
	display:none;
}

}


/* レスポンシブ設定 PC 1280px以下設定 */
@media all and (max-width: 1280px ) and (min-width: 1081px ) {

.pcon{display:block;}
.mbon{display:none;}

.menu_txt li{
	padding:1px 5px;
}

.header_inr select{
	float:left;
	margin: 8px 0 0 5px;
}


#charts_info {
	display:none;
}


.charts_info_page { 
	letter-spacing:0;
	padding:6px 0 0 10px;
}
.flex-direction-nav {
	display:none;
}


.select_form_box > div{
	font-size: 11px;
	font-size: 1.1rem;
	padding-right:0px;
	letter-spacing:0;
}

.select_form_floor{
	margin:0 5px;
}

.select_form_floor > select{
	padding: 5px 10px 10px 5px;
}

.select_form_floor_icon{
	width:40px;
	padding:30px 2px 2px;
	margin-right:0;
}

.select_form_area{
	padding:0 0 0 0  ;
	margin:0 5px 0 0;
}

.select_form_area > select{
	max-width: 260px;
}

.select_form_area_icon {
	width:40px;
	padding:30px 2px 2px;
	margin-right:0;
}

.select_form_zone{
	padding:0 0 0 0  ;
	margin:0 10px 0 0;
}


.select_form_zone_icon {
	width:45px;
	padding:30px 2px 2px;
	margin-right:5px;
}

/* dev:mod */
.select_form_floor .object ,.select_form_area .object ,.select_form_zone .object {
	font-size:11px;
	font-size: 1.0rem;
}

.select_form_box > div.myarea_add , .select_form_box > div.myarea_add.disabled{
	width: 35px;
	margin:8px 10px 0 0!important;
	padding: 35px 0 0 0;
}



div.res_all_time {
    margin-right: 20px;
}

.res_time_name_end {
	margin-left:20px;
}




}


/* レスポンシブ設定 PC 1080px以下 */
@media all and (max-width: 1080px ) and (min-width: 961px ) {
.select_tab_box li{
	width: 32%;
}

.pcon{display:none;}
.mbon{display:block;}

.header_inr select{
	float:left;
	margin: 7px 0 0 5px;
}

#charts_info {
	display:none;
}

.menu_txt{
    display: none;
}


.menu_txt li.rainfall {
    padding: 21px 3px 2px;
}

.main_box.add_set .date_pick input{
	margin:10px 0 0 0;
	height:25px;
	padding:0 1px 0 3px;
	font-size: 12px;
	font-size: 1.2rem;
	width: 120px;
}




/*エリア設定*/


.select_form_box > div{
	font-size: 11px;
	font-size: 1.1rem;
	padding-right:0px;
	letter-spacing:0;
}

.select_form_floor{
	margin:0 3px;
}

.select_form_floor > select{
	padding: 5px 15px 10px 5px;
}

.select_form_floor_icon{
	width:40px;
	padding:30px 2px 2px;
	margin-right:3px;
}

.select_form_area{
	padding:0 0 0 0;
	margin:0 5px 0 0;
}

.select_form_area > select{
	max-width: 210px;
}

.select_form_area_icon {
	width:40px;
	padding:30px 2px 2px;
	margin-right:3px;
}

.select_form_zone{
	padding:0 5px 0 0  ;
	margin:0 5px 0 0;
}
.select_form_zone_icon {
	width:40px;
	padding:30px 2px 2px;
	margin-right:3px;
}
/* dev:mod */
.select_form_floor .object ,.select_form_area .object  ,.select_form_zone .object {
	font-size:11px;
	font-size: 1rem;
}

.select_form_box > div.myarea_add , .select_form_box > div.myarea_add.disabled{
	width: 30px;
	margin:8px 5px 0 0;
	padding: 30px 0 0 0;
	float: right;
}




div.res_all_time {
    margin-right: 20px;
}
.res_time_name_end {
	margin-left:20px;
}

.res_daw {
    clear: both;
    margin: 15px 10px 10px 0;
}

.repeat_daw {
    margin: 15px 10px 10px 0;
}


}

/* 2017.03 add */
/* レスポンシブ設定 PC 960px以下設定 */
/* Coolbizアイコン、BCPアイコン非表示 */
@media all and (max-width: 960px ) and (min-width: 761px ) {
.status_icon{
	display: none;
}

}


/* レスポンシブ設定 PC 960px以下設定 */
@media all and (max-width: 960px ) and (min-width: 761px ) {

/*.pc_nodisplay {
	display: inherit!important;
}
.mb_nodisplay {
	display:none!important;
}*/

/*header*/
.customselect_wrap {
	float:left;
}
.header_inr select {						/* ヘッダーSelect(建物選択、テナント選択) */
	width:200px;
	float: left;
	margin: 7px 0 0 5px;
    max-width: 180px;
  }
#charts_info {
	display:none;
}

.menu_txt{
    display: none;
}




/*エリア設定*/

.select_form_box {
    height: 80px;
}
.select_form_box > div{
	font-size: 11px;
	font-size: 1.1rem;
	padding-right:2px;
	letter-spacing:0;
	float:none;
	height:20px;
}

.select_form_floor{
	margin:0 0;
}
.select_form_floor > select{
	padding:5px 10px 5px 2px;
	line-height: 13px;
}

.select_form_floor_icon{
	width:45px;
	padding:0  ;
	margin-right:5px;
	float:left;
	background:none;
}

.select_form_area{
	padding:0 0 0 0;
	margin:0 0;
}

.select_form_area > select{
	max-width: 220px;
	padding:5px 10px 5px 2px;
	line-height: 13px;
}

.select_form_area_icon {
	width:45px;
	padding:8px 0 0 ;
	margin-right:5px;
	float:left;
	background:none;
}

.select_form_zone{
	padding:0 0px 0 0  ;
	margin:0 5px 0 0;
}
.select_form_zone_icon {
	width:45px;
	padding:0 ;
	margin-right:5px;
	float:none;
	background:none;
}
/*
.left_box .select_floor_box select {
	margin-top:3px;
	line-height:12px;
}
*/
/* dev:mod */
.select_form_floor .object ,.select_form_area .object {
	font-size:11px;
	font-size: 1rem;
}
.select_form_box > div:nth-child(2) {
	float:left;
}

.select_form_box > div.myarea_add , .select_form_box > div.myarea_add.disabled{
	width: 35px;
	margin:8px 5px 0 0;
	margin:-20px 0 0 0!important;
	padding: 35px 0 0 0;
	float: right;
}
/*
.select_floor_box select {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing:0;
	padding:5px 2px;
	margin-top:0;
}
*/



/*追加予約パネル設定*/


input#jquery-ui-datepicker .hasDatepicker{
size:10px;
}

.schedule_bar_start.add_set{
	min-width:80px;
}

.wrapper .l_block{
	float:none;
	width:100%;
	margin-bottom:1%;
}

.wrapper .r_block{
	float:right;
	width:18%;
}

/* 20170822 時間外予約 タイムチャートデザイン修正 delete*/
/*追加予約設定*/
/*.add_set .time_line_top li:nth-child(even){*/
/*display:none;*/
/*}*/

div.res_time_title {
	float:none;
	margin-right:0;
    margin-bottom: 10px;
}
	

.pc_nodisplay {
	display:none;
	visibility:hidden;
}
/*レスポンシブ*/
.pcon{display:none;}
.mbon{display:block;}


/*1280px同設定*/
#charts_info {
	padding: 0 20px;
	text-align:center;
	margin:0 0 0 5px;
	font-size:13px;
	letter-spacing:.1em;
	width:280px;
	height:25px;
	position: relative;
	float: left;
	overflow: hidden;
	border:none;
	border-top:1px solid #dfdfdf;
}

.charts_info_page { 
	width:100%;
	height:25px;
	font-size:12px;
	font-weight:400;
	letter-spacing:.05em;
	padding:3px 10px 0 30px;
background-color: #FFF;
	background-image:none;
	background-repeat:no-repeat;
	background-position:4px center;
	background-size:15px;
	text-align:left;
}
.charts_info_page img {
	height:10px;
	padding:0 0 0 0;
	display:inline-block;
	margin:0 5px 0 0;
	float:left;
}


.res_daw {
    clear: both;
    margin: 15px 10px 10px 0;
}

.repeat_daw {
    margin: 15px 10px 10px 0;
}


/* calendar設定 960px以下設定 */
.l_block_cal .select_form_floor_icon , .l_block_cal .select_form_area_icon {
    width: 45px;
    padding: 0;
    margin-right: 5px;
    float: none;
    background: none;
}
.l_block_cal .month_cal_block {
	height:auto;
}
.select_form_box_cal select {
    margin-top: 5px;
}

.select_form_box_cal > div {
    border:none;
    height: 50px;
    float: left;
}
.calendar_select_box {
    float: left;
}

.modal_zone td p {
	float:none;
}

}


/* 2017.03 add */
/* レスポンシブ設定 スマートフォン 760px以下設定 */
@media all and (max-width: 760px ) {
/* Coolbizアイコン、BCPアイコン非表示 */	
.status_icon{
	display: none;
}
/* 温度設定モーダルCoolbizアイコン位置変更 */
.thermo_coolbiz{
	margin-top: -75px;
    margin-right: 20px;
    float: right;
}

}

/* レスポンシブ設定 スマートフォン 760px以下設定 */
@media all and (max-width: 760px ) {

/* スマホの場合非表示(デザイン会社提供のものはpconタグ) */
.sf_dsn{
   display: none;
}

/*PC非表示*/
.pc_dsn{
	display: inline;
}

#loading {
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -40px;
    z-index: 10000;
    width: 80px;
    height: auto;
}
#loading img {
	width:100%;
}
	
.pcon{display:none;}
.mboff{display:block;}

.pc_nodisplay {
	display: inherit!important;
}
.mb_nodisplay {
	display:none!important;
}


.navi01 , .navi02 , .navi03	{

}


.header{
	height: 55px;
	padding-top:5px;
	font-size:15px;	
}

.header_inr::after ,.header::after {
    content: " ";
    display:table;
    clear: both;
}
/* ヘッダー余白 */
/* dev:mod */
.header_inr form , .header_inr .customselect_wrap {
	float: left;
	height:35px;
	width:70%;
	margin:1px 2% 0 3px;
}

/* ヘッダーSelect(建物選択、テナント選択) */
.header_inr select {
	font-size: 1.1em;
    float: left;
    margin: 0;
    color: #FFF;
    border: 1px solid rgba(255,255,255,.3);
    padding: 2px 20px 2px 5px;
	z-index:5;

    width: 100%;
    height: 40px;
    line-height: normal;
}

.header_inr select:first-child{
	display:none;
}
.tenant_name {
	display:block;
	margin:-10px 0 5px 10px;
	font-size:14px;
}
ul.gnavi {
	position:absolute;
	width:100%;
	height:35px;
}
.gnavi {
	min-height:35px;
}
.menu_txt {
	display:none;
}

.gnavi li{
	width:13%;
    height: 45px;
    padding: 8px 0 0 0;
    display: block;
    border-left:none;
    border-right:none;
    border-bottom:none;
    margin-bottom: 1px;
    float: left;
    text-align: center;
    display: block;
	background:none;
}

ul.gnavi>li:first-child{
	margin-left:74%;

}
ul.gnavi>li:nth-child(2n){
	display:none;
}

.gnavi li.top_icon {
	background:none;
}

/* dev:mod */
ul.gnavi>li>a>span.object{
	display:none;
}


li.menu_btn {
	position:  static;
	cursor:pointer;
	letter-spacing:-0.1em;
}

li.menu_btn.home_{}

li.menu_btn ul.menu_list {
	width:100%;
	height: auto;
	background-image: none;
	background-repeat:no-repeat;
	background-position:0 top;
	position:absolute;
	padding-top:0;
	top:35px;
	left:0;
	z-index:10;
	opacity:0;
	visibility:hidden;
}

li.menu_btn ul.menu_list li {
	width:100%;
	height:40px;
	padding:0;
}
li.menu_btn ul.menu_list li:last-child a{
	border-bottom:2px solid #AAA;
}
li.menu_btn ul.menu_list li a {
	display:block;
	height:40px;
	padding:8px 0 0 0;
	border-bottom:1px solid rgba(255,255,255, .2);
}
li.menu_btn ul.menu_list li a:hover {
	background-color:#AAA;
	height:40px;
	padding:8px 0 0 8px;
}

li.menu_btn ul.menu_list li span{
	float: left;
}
li.menu_btn ul.menu_list li img{
	float: left;
	height: 20px;
	margin-left: 20%;
	margin-right:20px
}



li.menu_btn:hover ul.menu_list {
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	top:42px;
	left:0;
	z-index:10;
	opacity:1;
	visibility: visible;
}
.gnavi li.info_icon{
	background: rgba(0,0,0,0);
	position: static;
}
.info_icon_batch{
	padding:1px 3px;
	position: relative;
	top:0;
	right: auto;
	font-weight: bold;
	border-radius:5px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	margin:-3px 10px -17px 10px;
}

#charts_info {
	display:none;
	padding: 0 25px;
	text-align:center;
	margin:0 ;
	font-size:12px;
	letter-spacing:.1em;
	width:90%;
	height:36px;
	position: relative;
	float: right;
	overflow: hidden;
	border:1px solid #DEDEDE;
}
.charts_info_page { 
	width:100%;
	height:32px;
	font-size:12px;
	padding:6px 10px 0 25px;
	background-color:#2B579A;
	background-image:url(images/svg/icon_menu_14.svg); /* dev:mod */
	background-repeat:no-repeat;
	background-position:4px center;
	background-size:20px;
	text-align:left;
}

#charts_info ul.slides li {
	width:100%;
	display:block;
	max-height:32px;
}

.graph_icon {
	display:none;
	width:10%;
	height:36px;
	float:right;
	border:1px solid #DEDEDE;
	overflow:hidden;
	margin:0;
	cursor:pointer;
	background-size:90%;
	background-position:center center;
}

/* dev:mod */
.graph_icon .object {
	display:none;
}
.wrapper{
	width: 100%;
	height:100%;
	padding:0;
	overflow: hidden;
}


.wrapper , .wrapper .l_block, .wrapper .left_box, .wrapper .right_box{
	float:none;
	width:100%;
}
.wrapper .r_block {
	margin-top:15px;
}
.left_box .select_floor_box{
	border-bottom:  none;
	padding: 0 0 0 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.left_box .select_floor_box.onoff{
	border-bottom:  none;
}

.left_box .select_floor_box.temperature_set{
	border-bottom:  none;
}

.left_box .select_floor_box.add_set{
	border-bottom:  none;
}



/*エリア設定*/


.select_form_box {
	padding:0;
}
.select_form_box > div{
	font-size: 12px;    /* dev:chg */
	font-size: 1.2rem;  /* dev:chg */
	padding-right:0px;
	letter-spacing:0;
	height:40px;        /* dev:chg */
}

.select_form_floor{
	padding-left: 2px;  /* dev:chg */
    width: 22%;         /* dev:chg */
}

.select_form_floor > select{
	display: block;	
}

.select_form_floor_icon{
	width:20px;
	margin-right:2px;
	background-position:center center;
	height:30px;
	background-position:50% 60%;
	background-size:contain;
    display: none;  /* dev:add */
}

.select_form_area{
	padding-left: 2px;  /* dev:chg */
	width: 65%;         /* dev:chg */
}
.select_form_area_icon {
	width:20px;
	margin-right:2px;
	background-position:50% 60%;
	height:30px;
	background-size:contain;
    display: none;  /* dev:add */
}

.select_form_zone{
	padding:0 0 0 0  ;
	margin:0 0 0 0;
}
.select_form_zone_icon {
	width:20px;
	padding:15px 0 0;
	margin-right:2px;
	background-position:center center;
	height:30px;
}


/* dev:mod */
.select_form_floor .object ,.select_form_area .object ,.select_form_zone .object {
	font-size:11px;
	font-size: 1rem;
}

.select_form_box > div.myarea_add , .select_form_box > div.myarea_add.disabled{
	width: 25px;
	margin:6px 5px 5px 0;
    padding: 25px 30px 0 0;
}


.left_box .select_floor_box select {
	font-size: 1.2em;
	letter-spacing:0;
	padding:9px 15px 7px 2px;   /* dev:chg */
	line-height:16px;           /* dev:chg */
	margin-right:0;
	width: 100%;

}


/* dev:mod */
.select_form_floor_icon .object , .select_form_area_icon .object , .select_form_zone_icon .object {
	display:none;
}






.left_box .photo_box {
 	background: #FFF;
 	margin-right: 0;
	margin-bottom:10px;
	overflow: hidden;
 	height:70%;
 }

.bn_booth{
	display:none;
}

/*タブ設定*/

.select_tab_box{
	overflow: hidden;
	border-bottom: 6px solid #00c8ff;
	margin-bottom: 5px;
}
.select_tab_box li{
	background: #FFF;
	width: 32.5%;
	margin-right:1%;
	float: left;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	height:55px;
}

.tab li{
	line-height:1;
}

.select_tab01{
	height:55px;
	margin-bottom: 0;
	background: #00c8ff;
}

.select_tab02{
	height:55px;
	margin-bottom: 0;
}

span.ecoicon {
	display:none;
}

.select_tab03.check{
	height:55px;
	margin-bottom: 0;
}


.select_tab_box .check{
	padding-top: 0;
	font-weight:600;
}

.select_tab_box .check img{
	height:25px;
	margin-top: 5px;
}


.select_tab01.check{
	height:60px;
	margin-bottom: 0;
	background: #00c8ff;
	color:#fff;
}

.select_tab02.check{
	height:60px;
	margin-bottom: 0;
	background: #00c4B5;
}

.select_tab03.check{
	height:60px;
	margin-bottom: 0;
	background: #5fc12f;
}


.select_tab_box li:last-child{
	margin-right: 0;
	width: 33%;
}


.select_tab_box img{
	margin-top: 8px;
	margin-bottom:3px;
	height:20px;
}


.panel_list_box {
	padding-left:0;
}

.select_tab_box.onoff{
	border-bottom: 6px solid #00c8ff;
}

.select_tab_box.temperature_set{
	border-bottom: 6px solid #00c4B5;
}

.select_tab_box.add_set{
	border-bottom: 6px solid #5fc12f;
}


.add_set .all_select_btn{
	width:100%;
}

.add_set .all_remove_btn{
	width:100%;
}


div.schedule_bar_start.add_set{
	width:45%;
	background-position:right center;
	background-repeat:no-repeat;
	padding-left:3px;
	background: #FFF;
	border-right: 1px solid #EFEFEF;
	min-height:70px;
	height:100%;
	padding:10px 0 0 5px;
}

div.schedule_bar_middle.add_set{
	width:55%;
	position:relative;
	padding:25px 0 0 8px;
}

/* 20170822 時間外予約 タイムチャートデザイン修正 start*/
ul.schedule_background_cell{
	display: none;
}
/* 20170822 時間外予約 タイムチャートデザイン修正 end*/

div.schedule_bar.add_set {
	width:100%;
	height: auto;
	background: none;
	background-position:center center;
	background-repeat: repeat-x;
	position:relative;
	background-image: none;
}

div.schedule_bar.add_set.check div.add_set_reservation.add_set_res01{
	color:#FFF;
}


.add_set_reservation{
	border-top: none;
	color:#67C431;
	position:absolute;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.add_set_reservation{
	border-top: none;
	color:#67C431;
	position:absolute;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.add_set_res01{
	width:100%;
	top:  auto;
	right: 0%;
}
/* 予約種別選択タブ */
.tabs li {
	width:33%;
}
.tabs label {
	width:100%;
}
.tabs .tab-content {
	padding:5px 0 15px;
}
div.res_all_time {
	margin:0;
}


.case_list_box {
    max-height: 200px;
}


table.case_list th, table.case_list td {
    min-width: 100px;
	max-height:25px;
	padding:3px 4px;
}
table.case_list td.case_btn {
    min-width: 140px;
}

div.schedule_panel_date img {
	float: none;
	margin-left:-60px;
	width:30px;
}
div.schedule_panel_ex {
	float:left;
}


/*コアタイム設定 4% 1時間 1% 15分 10分0.6%*/

.add_coretime_01{
	border-top:none;
	position:absolute;
	top: 0;
	width:100%;
	left: 0;
	display: block;
	padding:3px 10px ;
	height:20px;
	font-size:12px;
}



.add_set_core{
	position:absolute;
	display: block;
	padding:0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	left: 0;
	top:5px;
	bottom:auto;
	margin-top:-35px;
}

.coretime_01{
	border-bottom:none;
	position: inherit;
	bottom:auto;
	width:100%;
	left: 0;
	top:5px;
	display: block;
	padding:0;
	bottom:auto;
}



.add_set_coretime_01{
	border-top: none;
	position:absolute;
	top: 5px;
	width: auto;
	left:2px;
	display: block;
	padding:0;
}



/*チェックパネル設定*/


.main_box{
	overflow: hidden;
	background: #F6F7F7;
	padding: 0 5px 5px 5px;
}

.main_box li{
	width:100%;
	float:none;
	min-height:40px;
	border-right:none;
	margin-bottom:2px;
	padding:7px 15px;
}
.main_box li::after {
	content: " ";
	display:table;
	clear: both;
}
.main_box li a{
	color:#3E3A39;
}


.main_box li.check a{
	color:#ffffff;
}



.main_area{
	font-size:12px;
	font-size:1.2rem;
	text-align: left;
	height:20px;
	margin-right:10px;
}

.main_name{
	font-size:14px;
	font-size:1.4rem;
	text-align: left;
	height:20px;
	float:left;
    width: 70%;
}

.main_state{
	font-size:18px;
	font-size:1.8rem;
	text-align: right;
	padding:0 10px;
}

.main_coretime_panel .main_name{
	float:none;
	height:auto;
	min-height:10px;
}


.main_state.off{
	line-height: normal;
	font-weight: normal;
}



.main_temperature{
	font-size:24px;
	font-size:2.4rem;
	text-align: right;
	height:40px;
	padding:0 10px;
    margin-top: 5px;
}

.main_temperature span{
	font-size:16px;
	font-size:1.6rem;
}

.main_temperature img{
	height:30px;
	padding:0 17px 0 0;
	margin-top:-2px;
}
.main_temperature p{
	margin:-15px -5px 0 0;
	font-weight:600;
}

.main_temperature p.eco_title{
	font-size: 13px;
	font-size: 1.3rem;
	margin:-8px -5px 0 0;
}

.main_schedule {
	text-align:left;
}
.ct_panel_slide_panel {
	display:none;
}

.main_reserv{
	padding: 3px 20px 0 0 ;
	font-size:14px;
	font-size:1.4rem;
	text-align: left;
	border-bottom:none;
	float:left;
}

.check .main_reserv{
	border-bottom:none;
}

.btn_set_block {
	font-size:14px;
	font-size:1.4rem;
	clear:both;
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom:1px solid #dfdfdf;
	height:37px;
}
.btn_set_block a ,.btn_set_block p{
	cursor: pointer;
	padding: 0;
	display: block;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	text-align: center;
	float: left;
	border-bottom:1px solid #dfdfdf;
	height:37px;
	padding-top: 9px;
}

.btn_set_block a:hover{
opacity:0.8;
filter: alpha(opacity=40);
}

/*hover mouse_over */
.main_box li:hover {
	border-top:none;

}

.main_box.onoff li.check:hover{
	border-top:none;
}

.main_box.temperature_set li.check:hover{
	border-top:none;
}

.main_box.add_set li.check:hover{
	border-top:none;
}


.main_box.add_set .date_pick{
	width:100%;
	float: none;
	text-align: left;
	padding: 5px 10px;
}

.main_box.add_set .date_pick .charts_page_select_date input {
    float: left;
    margin-top: 0;
}
.main_box.add_set .date_pick input{
	margin:5px 0 ;
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 20px;
}


.time_line_top{
	display:none;
}
.schedule_title {
	font-size:18px;
	letter-spacing:.1em;
	font-weight:600;
	float:left;
	padding:0 ;
}

.target_res li select{
	float: left;
	margin:5px 2px 0;
	font-size:12px;
}

.schedule_datepick {
	float:none;
	margin:35px 0 0 0px ;
}
.res_change_btn{
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius:3px;
	color:#fff;
	background: #666;
	font-weight: bold;
	padding:5px 10px ;
	margin:15px 0 5px;
	cursor:pointer;
	border-bottom: 1px solid #000;
}

ul.schedule_bar {
	width:100%;
	height: auto;
	background-image: none;
	background-position:left center;
	background-repeat: repeat-x;
	position:relative;
	margin-bottom:10px;
}
ul.schedule_bar li {
	float:none;
	height: auto;
	min-height: inherit !important;
	position:relative;
	z-index:20;
	width:100%;
	margin-bottom:5px;
}
ul.schedule_bar li.schedule_bar_start {
	width:100%;
	min-height:30px;
	background: #DEDEDE;
	padding:5px 0px 5px 3px;
	text-align: left;
	border: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}

ul.schedule_bar li.schedule_bar_start::after {
    content: " ";
    display:table;
    clear: both;
}

ul.schedule_bar li.schedule_bar_start span{
	float:left;
	padding-right:10px;
}

.remodal-wrapper.remodal-is-opened ul:nth-child(2) li.schedule_bar_start{
	border-top: 1px solid #dfdfdf;
}
.remodal-wrapper.remodal-is-opened ul:nth-child(2) li.schedule_bar_end{
	border-top: 1px solid #dfdfdf;
}

ul.schedule_bar.add_set {
	display:none;
}

ul.schedule_bar li.schedule_bar_start span , ul.schedule_bar li.schedule_bar_end span {
	display:block;
}


ul.schedule_bar li.schedule_bar_end {
	display:none;
}


ul.schedule_bar li.schedule_bar_middle {
	width:100%;
	border: none;
	position:relative;
	background: none;
}
.set_coretime{
	margin:0;
	width:100%;
	background: none;
	position: inherit;
	padding:0 4px 2px;
	color:#777;
	font-size:13px;
	font-weight:600;
	height: 1.4em;
	margin-top:2px;
	overflow:hidden;
	z-index:5;
	letter-spacing:0;
	line-height:1.4em;
	text-align:left;
	border-bottom:1px dotted #CCC;
    left:0; /* dev:add */
}
.set_coretime span , .set_reservation span{
	display:inline;
	padding-left:15px;
}

.set_reservation {
	margin:0;
	width:100%;
	background: none;
	position: inherit;
	padding:2px 4px;
	color:#A2DC83;
	font-size:13px;
	font-weight:600;
	height: 1.4em;
	margin-top:2px;
	overflow:hidden;
	z-index:5;
	letter-spacing:0;
	line-height:1.4em;
	text-align:left;
	border-bottom:1px dotted #CCC;
    left:0; /* dev:add */
}

/* dev:del --> */
/*.core_time1{ width:100%; }
.core_time2{ width:100%; }
.core_time3{ width:100%; }
.core_time4{ width:100%; }
.core_time5{ width:100%; }
.core_time6{ width:100%; }
.core_time7{ width:100%; }
.core_time8{ width:100%; }
.core_time9{ width:100%; }
.core_time10{ width:100%; }
.core_time11{ width:100%; }
.core_time12{ width:100%; }
.core_time13{ width:100%; }
.core_time14{ width:100%; }
.core_time15{ width:100%; }
.core_time16{ width:100%; }
.core_time17{ width:100%; }
.core_time18{ width:100%; }
.core_time19{ width:100%; }
.core_time20{ width:100%; }
.core_time21{ width:100%; }
.core_time22{ width:100%; }
.core_time23{ width:100%; }
.core_time24{ width:100%; }


.core_posi0{ left:0; }
.core_posi1{ left:0; }
.core_posi2{ left:0; }
.core_posi3{ left:0; }
.core_posi4{ left:0; }
.core_posi5{ left:0; }
.core_posi6{ left:0; }
.core_posi7{ left:0; }
.core_posi8{ left:0; }
.core_posi9{ left:0; }
.core_posi10{ left:0; }
.core_posi11{ left:0; }
.core_posi12{ left:0; }
.core_posi13{ left:0; }
.core_posi14{ left:0; }
.core_posi15{ left:0; }
.core_posi16{ left:0; }
.core_posi17{ left:0; }
.core_posi18{ left:0; }
.core_posi19{ left:0; }
.core_posi20{ left:0; }
.core_posi21{ left:0; }
.core_posi22{ left:0; }
.core_posi23{ left:0; }




.resv_time1{ width:100%; }
.resv_time2{ width:100%; }
.resv_time3{ width:100%; }
.resv_time4{ width:100%; }
.resv_time5{ width:100%; }
.resv_time6{ width:100%; }
.resv_time7{ width:100%; }
.resv_time8{ width:100%; }
.resv_time9{ width:100%; }
.resv_time10{ width:100%; }
.resv_time11{ width:100%; }
.resv_time12{ width:100%; }
.resv_time13{ width:100%; }
.resv_time14{ width:100%; }
.resv_time15{ width:100%; }
.resv_time16{ width:100%; }
.resv_time17{ width:100%; }
.resv_time18{ width:100%; }
.resv_time19{ width:100%; }
.resv_time20{ width:100%; }
.resv_time21{ width:100%; }
.resv_time22{ width:100%; }
.resv_time23{ width:100%; }
.resv_time24{ width:100%; }


.resv_posi0{ left:0; }
.resv_posi1{ left:0; }
.resv_posi2{ left:0; }
.resv_posi3{ left:0; }
.resv_posi4{ left:0; }
.resv_posi5{ left:0; }
.resv_posi6{ left:0; }
.resv_posi7{ left:0; }
.resv_posi8{ left:0; }
.resv_posi9{ left:0; }
.resv_posi10{ left:0; }
.resv_posi11{ left:0; }
.resv_posi12{ left:0; }
.resv_posi13{ left:0; }
.resv_posi14{ left:0; }
.resv_posi15{ left:0; }
.resv_posi16{ left:0; }
.resv_posi17{ left:0; }
.resv_posi18{ left:0; }
.resv_posi19{ left:0; }
.resv_posi20{ left:0; }
.resv_posi21{ left:0; }
.resv_posi22{ left:0; }
.resv_posi23{ left:0; }*/
/* --> dev:del */




ul.schedule_bar li.schedule_bar_middle :after{
	content: " ";
	display:table;
	clear: both;
}

.btn_set_block {
	font-size:14px;
	font-size:1.4rem;
	clear:both;
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom:1px solid #dfdfdf;
	height:50px;
}
.btn_set_block a , .btn_set_block p{
	width:100%;
	cursor: pointer;
	padding: 0;
	display: block;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	text-align: center;
	float: left;
	border-bottom:1px solid #dfdfdf;
	height:50px;
	padding-top: 16px;
}

.btn_set_block a:hover{
opacity:0.8;
filter: alpha(opacity=40);
}


.btn_ok{
	width:49.5%;
	margin-left:.5%;
}

.btn_cancel{
	width:49.5%;
	margin-left:.5%;
}

.btn_all.onoff{
	background: #79DDFE;
	width:25%;
}

.btn_all.temperature_set{
	background: #3CC5B4;
	width:24%;
}

.btn_all.add_set{
	background: #A2DC83;
	width:24%;
}

.time_line_bottom{
	display:none;
}


.remodal{
	padding:5px;
}

.remodal .navi01{
	width:auto;
}

.onoff_menu li p.zone_name{
	padding-left: 0px;
}

.remodal .navi02{
	width:auto;
}

.temperature_set_menu li p.zone_name{
	padding-left: 0px;
	width: 100%;
}

.temperature_set_menu li p.me_temp{
	display: block;
	width: 65%;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
/*
.menu.temperature_set_menu .set_temp{
*/
.temperature_set_menu li p.set_temp{
	display: block;
	text-align: left;
	margin:0;
	font-size: 16px;
	font-size: 1.6rem;
}

.menu.temperature_set_menu img{
	display:none;
}

/*
.temperature_set_menu li p.set_temp span.st_image{
	display: none;
	margin-top:0;
}
*/
.temperature_set_menu li p.set_temp span.st_image img{
	display: inline-block;
}
.temperature_set_menu li p.set_temp .st_int{
	font-size: 2.2rem;
}
.temperature_set_menu li p.set_temp .st_dec{
	font-size: 1.4rem;
}

.temperature_set_menu .icon_temp{
	display: none;
}
.temperature_set_menu .icon_eco{
	width:40px;
	padding-top: 5px;
	padding-right: 0px;
}


.sliderWrapper {
	padding:  10px 0;
	width: 98%;
	float: left;
	margin-left: 1%;
}

/* dev:mod */
ul.mater_num , .thermo_box .ui-slider-labels {
	display: none;
	margin:0;
}



.thermo_box {
	position: relative;
}
p.sliderPrev , p.sliderNext{
	border: 1px solid #fff;
	color: #555;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: -.1em;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	padding: 0;
	margin-top: 10px;
	padding:10px 0;
	position: relative;
	width:48%;
}
p.sliderPrev_disabled , p.sliderNext_disabled{
	border: 1px solid #fff;
	color: #555;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: -.1em;
	cursor: pointer;
	display:none;
	border-radius: 3px;
	padding: 0;
	margin-top: 10px;
	padding:10px 0;
	position: relative;
	width:48%;
}

 p.sliderNext , p.sliderNext_disabled{
	 float:right;
	 margin-top:-120px;
 }
.txt_box{
	text-align: center;
	float:left;
	width:100%;
	display:inline-block;
	clear:both;
	margin-top: 50px;
}
.thermo_image .temp_area{
	color:#fff;
	font-size: 32px;
	font-size: 3.2rem;
	position: relative;
	width:55%;
	text-align:left;
	padding-left:15%;
	margin-top:32px;	
}

#temp_int:before , #temp_eco:before{
	content: " 設定温度";
	color:#fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	position: absolute;
	left:0;
	right:0;
	top:-10px;
	left:10%;
	padding-left:5%;
}
#temp_dec:after{
	content: " ℃";
	color:#fff;
	font-size: 14px;
	font-size: 1.4rem;
}


/*テキスト設定*/
.or_txt{
	color:#f07715;
	font-size: 12px;
	text-align: left;
	padding:5px;
}

.or_block{
	color:#FFF;
	background: #f07715;
}



.thermo_right_image{
	float: right;
	width:100px;
	height:60px;
	padding:3px 10px;
	padding-bottom:0;
	background: #FFF;
	text-align:center;
	font-size:10px;
	color:#444;
	border-radius:8px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 2px solid #058060;
	line-height:1;
	margin:-70px 2% 20px 0;
}
.thermo_right_image img {
	width:auto;
	height:40px;
}


/*追加予約*/

.res_time_title{
	float: none;
	text-align:left;
}

.res_change_btn{
	display:none;
}

div.res_time_name{
	float:left;
	text-align: left;
	width:100%;
}

.schedule_datepick{
	width:100%;
}


.res_time_name_end{
	float:left;
	text-align: left;
	width:100%;
	margin:0;
}

.res_time_name_end.repeat{
	float:none;
	text-align: left;
	width:100%;
}

.res_daw{
	margin:0;
	width: 100%;
	text-align: left;
}

.res_daw input{
	margin-left:35%;
}

.tabs .repeat_daw label {
    font-size: 12px;
    height: auto;
    width: auto;
    padding: 4px 5px;
    margin-right: 2px;
}

.res_change_case.repeat .res_time_name{
	float:none;
	display:block;
	text-align: center;
	width:100%;
}

.repeat_btn{
	float:left;
}

.modal_btn_set_block a {
	width:46%;
}
.tab_contents{
	padding: 0;
}
.schedule_panel_ex{
	display: none;
}



/* モーダル設定 */
.remodal{
	width: 100%;
	padding: 0;
}

/* dev:del */
/*.alt_attention , .alt_attention_del{
	background: rgba(0,0,0,0.9);
}*/

.alt_attention>div, .alt_attention_del>div, .alt_alert>div{
	width: 90%;
	padding: 30px 20px;
}

/* dev:mod */
.alt_attention .btn_block p, .alt_attention .btn_block button{
	width: 110px;
}




}



