/**************************************

section_index

**************************************/

.main_report .container {
  padding-bottom:10%;
}

.main_report .section_index {
	padding: 0 10px;
}

.main_report .section_index li:first-child {
	margin-bottom: 10px;
}

.section_report_list {
  margin:0px 15px 10%;
}

.section_other .out_of_range {
  display: none;
}

.section_report_list .box {
	display:block;
	width:48%;
	float:left;
	margin-right:4%;
	position:relative;
	cursor:pointer;
	margin-bottom:15px;
  text-align:left;
}
.section_report_list .box:last-child {
	margin-bottom:0;
}

.section_report_list .box a {
	display:block;
}


.section_report_list .box:nth-child(2n) {
	margin-right:0;
}

.section_report_list .box:nth-child(2n+1) {
  clear:left;
}

.section_report_list .ph {
	width:100%;
	height:0;
	padding-bottom:66%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.section_report_list .ph img {
	width:100%;
}

.section_report_list .box .ph {
	width:100%;
	height:0;
	padding-bottom:66%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.section_report_list .box .ph img {
	width:100%;
}

.section_report_list .icon {
	margin-bottom:5px;
}

.section_report_list .icon li {
	display:inline-block;
	padding:2px 6px;
	background:#8d9d83;
	color:#fff;
	font-size:0.8em;
	text-align:center;
	margin-right:2px;
	margin-bottom:0;
}

.section_report_list .box .tit {
	font-size:13px;
	line-height:1.5;
	max-height:40px;
	overflow:hidden;
	margin-bottom:2px;
	text-align:left;
}

.section_report_list .box .date {
	font-size:12px;
	letter-spacing:1px;
}

.section_report_list .box .ph.new:after {
	display:block;
	content:"";
	width:45px;
	height:45px;
	background:url(../dress/img/icon_new.png) no-repeat;
	background-size:45px 45px;
	position:absolute;
	top:0;
	left:0;
}

.section_report_list .box .icon {
  text-align:left;
}

.section_report_list .bnr_area {
	width:100%;
	padding:20px 0 40px;
	text-align:center;
}

.section_report_list .bnr_area img{
	width:100%;
}

.section_report_list .txtbox .date {
  margin-bottom: 10px;
}

.section_report_list .txtbox .tit {
  margin: 0px 0px 15px 0px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px dotted #000;
  padding: 0px 0 5px;
  font-size: 120%;
}


/**************************************

section_report_article

**************************************/

.section_report_article {
    background: #fff;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.section_report_article.detail,
.section_report_article.detail .inner,
.section_report_article.detail .report_name,
.section_report_article.detail .report_tit,
.section_report_article.detail .report_people,
.section_report_article.detail .report_data,
.section_report_article.detail .icon,
.section_report_article.detail .photo01.main{
  opacity:1.0;
  transform:none;
}

.section_report_article.detail .photo01.main{
  margin-top:20px;
}

/*.section_report_article:before {
	display:block;
	content:"";
	width:980px;
	height:20px;
	background:url(../img/cmn/bg_corner.jpg) no-repeat;
}*/

.section_report_article .inner {
}

.report_data {
  text-align: center;
}

.report_data .report_date {
  margin-bottom:10px;
  line-height:1.0;
}

.report_data .icon {
  margin-bottom:20px;
}

.report_data .icon li {
  display:inline-block;
}

.tbl_report {
  border-collapse: collapse;
	margin:0 auto 0px;
  text-align:left;
  vertical-align:middle;
}

.tbl_report dt {
	padding:3px 0px;
  width:100px;
	text-align:center;
	background:rgba(177,145,77,.4);
	color:#141414;
  display: inline-block;
  vertical-align: top;
  margin-bottom:10px;
}

.tbl_report dd {
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  font-size:14px;
}
.tbl_report dd:last-child {
  padding-right: 0;
}

.report_tit {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.report_name {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.report_people {
  text-align: center;
  font-size: 13px;
  margin-top:20px;
  margin-bottom:10px;
}

.report_people p {
  display:inline-block;
  margin-bottom:0!important;
  padding:0 10px;
}

.section_report_article .main_block{
  margin:0px;
}

.section_report_article .main_block .photo01,
.section_report_article .main_block .photo02{
  margin:0px 10px;
}

.section_report_article p, .section_report_article .photo01.main {
  margin-bottom: 20px;
}

.section_report_article p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

.section_report_article .photo01 img {
  display: block;
  width: 100%;
}

.section_report_article .photo01,
.section_report_article .photo02 {
 *zoom: 1;
 margin:0 0 5px;
}

.section_report_article .photo02:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.section_report_article .photo02 li {
  overflow: hidden;
  width: 49%;
}

.section_report_article .photo02 li:first-child {
  float: left;
  margin-right:2%;
}

.section_report_article .photo02 li:last-child {
  float: right;
}

.section_report_article .photo02 li img {
  display: block;
  height: auto;
}

.section_report_article .unit_faq {
  margin:20px 0 20px;
}

.section_report_article .unit_faq dt, .section_report_article .unit_faq dd {
  font-size: 12px;
  line-height: 1.6;
}

.section_report_article .unit_faq dt {
  font-weight: bold;
  font-size: 14px;
}

/*
.section_report_article .unit_faq dt {
  padding: 0 20px 10px 34px;

  border-bottom: 1px #aaa dotted;
  background: url(../report/img/icon_q.gif) no-repeat left 4px;
}

.section_report_article .unit_faq dd {
  margin: 6px 0 28px;
  padding: 0 20px 0 34px;

  background: url(../report/img/icon_a.gif) no-repeat left 4px;
}
*/

.section_report_article .unit_faq dd:last-child {
  margin-bottom: 0;
}

.section_report_article .unit_data {
  margin-top:20px;
}

.section_report_article .unit_data table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #ccc solid;
}

.section_report_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}

.section_report_article .unit_data td {
  font-size: 12px;
  padding: 10px;
}

.section_report_article .unit_data th {
  font-weight: bold;
  width: 34%;
  text-align: left;
  background: #f7f2ee;
  padding: 10px;
}

.section_report_article.new {
  position: relative;
}

.section_report_btn ul {
  width: 60%;
  margin: 0 auto;
}


.section_report_btn li {
  line-height: 0;
  float: left;
  margin-right: 4px;
}

.section_report_btn li:last-child {
  margin-right: 0;
}

/* section_other
---------------------------------------------------*/

.main_report .section_other {
  margin:0 10px 20px;
  text-align:left;
  position:relative;
	padding: 0;
	background: none;
}

.main_report .section_other .unit {
  margin:0 10px 10px;
  text-align:left;
  position:relative;
}

.main_report .section_other .unit a {
	display:block;
	padding:10px;
	background:#fff;
	border: 1px solid #141414;
}

.main_report .section_other .unit::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid transparent;
    border-left: 5px solid #2d2d2d;
    transition-duration: 200ms;
    z-index: 99;
}

.main_report .section_other .unit .ph {
	width:40%;
	height:0;
  padding-bottom:26%;
	overflow:hidden;
	float:left;
  margin-right:2%;
}

.main_report .section_other .unit .ph img {
	width:100%;
	height: auto;
}

.main_report .section_other .unit .box {
	width:58%;
	float:left;
}

.main_report .section_other .unit .box .tit {
	margin-bottom:5px;
  font-size:14px;
  height:42px;
}

.main_report .section_other .unit .box .catch {
	height:28px;
	overflow:hidden;
}

.main_report .section_other .unit .box .icon {
  text-align:left;
}

