@charset "utf-8"; 

/*===============================

blog@tokairadio
reporter/homeテンプレート用

=============================== */

.reportTi {
	border: 1px solid #D8D8D8;
	}
.reportTi h2 {
	border:1px solid #fff;
	padding: 8px 10px 7px;
	background: #F4F9CA url(../images/bg_parts04.jpg) top repeat-x;
	font-size: 146.5%;
	}
.reportTi h2 span {
	font-size: 61%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
	text-transform: uppercase;
	}	
.tbl_report {
	width: 100%;
	border: 1px solid #D8D8D8;
	border-top: none;
	margin-bottom: 15px;
	}
.tbl_report td {
	padding: 10px;
	vertical-align: top;
	}
.tbl_report td.noPa {
	padding-right:0;
	}
.tbl_report td.photo img{
	border: 5px solid #E7E7E7;
	}
.tbl_report td p span {
	color: #4F6B2C;
	}
	
.tbl_report h3 {
	background: #C9D959;
	padding: 3px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: normal;
	}
.menuListBox li {
    padding: 5px;
	}
.menuListBox li a {
	background-position: left 0.5em;
	}
.menuListBox {
    margin: 0 0 5px;
}


/* 20191114 ADD START */
.reportCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reportCols .reportCol { width: 480px; }

.reportCols .reportCol .tbl_report td.photo {
  padding-right: 0;
  width: 134px;
  height: 147px;
}
/* 20191114 ADD END */

/* 20230922 ADD START */
#reporterTop #contents_bg {
  display: block;
  height: auto;
}
#reporterTop #contents_bg::after {
  content: "";
  display: block;
  clear: both;
}
#reporterTop #contents_bg::before {
  content: "";
  display: block;
  clear: both;
}
#reporterTop .widget {
  margin-bottom: 30px;
}
#reporterTop .reportCols.reportCols3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
#reporterTop .reportCols.reportCols3 .reportCol {
  width: 375px;
  height: 200px;
}
#reporterTop .reportCols.reportCols3 .reportCol table {
  margin: 0;
  border-top: 1px solid #d8d8d8;
  height: 100%;
}
#reporterTop .reportCols.reportCols3 .reportCol table .reportTi td {
  border-bottom: 1px solid #d8d8d8;
  padding: 0;
  height: 38px;
}
#reporterTop .reportCols.reportCols3 .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e7e7e7;
  -ms-flex-preferred-size: 205px;
      flex-basis: 205px;
}
#reporterTop .reportCols.reportCols3 .photo img {
  width: auto;
  height: 180px;
}
/* 20230922 ADD END */
