﻿@charset "utf-8"; 

#contents .inner #article .section .section p.txt_title {
	background-color: #f9f;
	padding: 7px 10px 5px;
	text-align: center;
}
#contents .inner #article .section .titleTypeA02 span {
  border: 1px solid #0093d9;
  padding: 2px 5px 0 5px;
  margin-bottom: 10px;
  display: inline-block;
}
#contents .inner #article .section .s_smalltextL {
  padding: 0;
}
#contents .inner #article .section .section p.s_smalltextR {
	text-align: right;
}
.report {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.report .report_detail {
	width: 48%;
	border: 1px solid #000;
	padding-top: 10px;
}
.report .report_detail img {
	width: 280px;
	height:auto;
	text-align: center;
}