@charset "Shift-JIS";

/* --経済指標カレンダーSP対応修正（20231201）-------------------------------------- */

#mark #mainContents #contentsAreaInner.old {
  width: 620px;
  margin-right: auto;
}

#mark #wrap .calenderNav {
  margin-bottom:15px;
}

#mark #wrap .topLinkBlock {
  width: 38%;
  display: flex;
  justify-content: space-between;
}

#mark #wrap #country_select{
  float:right;
}

#mark #wrap .tableA01{
  margin-bottom:15px;
}

#mark #wrap .tableA01 table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #bfbfbf;
}

#mark #wrap .tableA01 table thead tr th {
  line-height: 1.375;
}

#mark #wrap .tableA01 th,
#mark #wrap .tableA01 td {
  text-align: center;
}

#mark #wrap .tableA01 table thead th,
#mark #wrap .tableA01 table thead td,
#mark #wrap .tableA01 table tbody th,
#mark #wrap .tableA01 table th {
  vertical-align: middle;
  font-size: 16px;
  height: 40px;
  color: #404040;
  font-weight: bold;
  padding: 5px 0;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #bfbfbf;
  background-color: #e5e5e5;
}

#mark #wrap .tableA01 th.date {
  width: 12%;
}

#mark #wrap .tableA01 th.time {
  width: 6%;
}

#mark #wrap .tableA01 th.country {
  width: 12%;
}

#mark #wrap .tableA01 th.title {
  width: 42%;
}

#mark #wrap .tableA01 th.importance {
  width: 10%;
}

#mark #wrap .tableA01 th.estimate {
  width: 6%;
}

#mark #wrap .tableA01 th.result {
  width: 6%;
}

#mark #wrap .tableA01 th.pastresult {
  width: 6%;
}

#mark #wrap .tableA01 table td {
  font-weight: normal;
  padding: 6px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #bfbfbf;
  background-color: #fff;
}

#mark #wrap .tableA01 td.country {
  font-size: 80%;
}
#mark #wrap .tableA01 td.title_td {
  text-align: left;
}
#mark #wrap .tableA01 td.title_td1 {
  text-align: left;
  font-weight: normal;
  color: #A52A2A;
}
#mark #wrap .tableA01 td.title_td2{
  text-align: left;
  font-weight: bold;
  color: #e83d3d;
}

#mark #wrap .tableA01 table td strong {
  font-weight: bold;
  color: #e83d3d;
}

#mark #wrap .tableA01 table .holiday td {
  background-color: #ddd;
}

#mark #wrap .tableA01 table .future td {
  background-color: #def;
}

#mark #wrap .tableA01 table .future td.date {
  background-color: transparent;
}

#mark #wrap .bottomLinkBlock {
  width:100%;
  display: flex;
  justify-content: space-between;
}

#mark #wrap #economy_calendar {
  margin-bottom: 30px;
}

#mark #wrap #economy_calendar tbody td {
  vertical-align: top;
  text-align: left;
  padding: 0;
}

#mark #wrap #economy_calendar .monthly_date {
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
}

#mark #wrap #economy_calendar .monthly_country {
  font-size: 10px;
  line-height: 10px;
  color: #999999;
  padding: 0 5px 5px 5px;
}

#mark #wrap #economy_calendar .monthly_etc {
  font-size: 10px;
  line-height: 10px;
  text-align: right;
  padding: 0 5px 5px 5px;
}

#mark #wrap #economy_calendar tbody td.saturday,
#mark #wrap #economy_calendar tbody td.sunday {
  background-color: #e3e6dd;
}

#mark #wrap #economy_calendar tbody td.today {
  border: 2px solid #0b0;
}

.dummy_date {
  height: 586.7px;
}

.dummy_table {
  width: 100%;
}

.dummy_date_top {
  height: 686.7px;
}

.dummy_date_holiday_top {
  height: 68.67px;
}

/* floating-button */
#floating-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9998;
}

#floating-button.close {
	display: none;
}

.close-button {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: #fff;
  z-index: 9999;
}

#floating-button a {
  display: block;
  background-color: rgba(220,28,38,0.8);
  border: none;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width:640px;
  line-height: 1.5;
}

#floating-button a:hover {
  background-color: rgba(239,92,100,0.8);
}

#floating-button .ttl{
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #floating-button {
    width:90%;
  }

  #floating-button a {
    width:auto;
  }

  .hd_wrap .hd_02{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  #mark #wrap #country_select{
    width:100%;
    padding: 12px 23px 10px 13px;
    margin-bottom:20px;
  }

  #mark #wrap .calenderNav {
    margin-bottom:40px;
  }

  #mark #wrap .topLinkBlock {
    width:100%;
  }

  #mark #wrap .date_section{
    border-bottom: 1px #bfbfbf solid;
    margin-bottom:40px;
  }

  #mark #wrap .date_section .date_title{
    border-left: 5px solid #005BAC;
    line-height: 1.4;
    font-weight: bold;
    padding: 4px 0 4px 10px;
    position: relative;
    background: #fff;
    margin-bottom:5px;
  }
  
  #mark #wrap .date_section .holiday{
    background-color: #ddd;
  }

  #mark #wrap .date_section .future{
    background-color: #def;
  }

  #mark #wrap .data_result{
    display: flex;
  }
  
  #mark #wrap .data_result .statusWrap{
    display: flex;
    align-items: center;
    margin:0 12px 0 0;
  }

  #mark #wrap .data_result .statusWrap p{
    display: flex;
    align-items: center;
    font-size:12px;
  }
  
  #mark #wrap .data_result .statusWrap .status{
    font-size: 12px;
    margin:0 5px 0 0;
    padding:5px;
  }
  
  #mark #wrap .data_result .statusWrap .graySurface{
    color: #fff;
    border: none;
    background-color: #626262;
    min-width: 24px;
  }

  #mark #wrap .data_box{
    border-top: 1px #bfbfbf solid;
    padding: 15px 10px;
  }

  #mark #wrap .data_box .index_name{
    margin-bottom:5px;
  }

  #mark #wrap .data_box .title_td1{
    font-weight: normal;
    color: #A52A2A;
  }

  #mark #wrap .data_box .title_td2{
    font-weight: bold;
    color: #e83d3d;
  }
  
  #mark #wrap .data_box .data_category{
    display: flex;
    margin-bottom:5px;
  }
  
  #mark #wrap .data_box .data_category p{
    margin-left:10px;
  }

  #mark #wrap .data_box .data_category .flag{
    display: flex;
    align-items: center;
  }

  #mark #wrap .data_box .data_category .flag img{
    margin-right:5px;
  }
  
  #mark #wrap .data_box .data_category p:first-child{
    margin-left:0;
  }

  .data_box_dummy {
    height: 80px;
  }

  .dummy_data_box_top {
    height: 74px;
  }
}
