@charset "utf-8"; 

.section p.center {
	text-align: center;
	margin-top: 10px;
}
.section .inner {
	width: 100%;
}
.section .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
p.txt_title {
	color: #0070C0;
}
#sp_contents .titleTypeA01 h2 span {
    color: #000;
    font-size: 92%;
    font-weight: normal;
}
#sp_contents .section p.mb20 {
    margin-bottom: 10px;
}
#contents .inner #article .section .titleTypeA02 span {
   border: 1px solid #0093d9;
  padding: 2px 5px 0 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 12px;
}
#sp_contents .titleTypeA02 {
  padding-bottom: 2px;
}
#contents .inner #article .section .section p.s_smalltextR {
	text-align: right;
}

.report .report_detail {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}
.report .report_detail img {
	width: 100%;
	height:auto;
	text-align: center;
}

@media print {
	#sp_contents .section .report {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	#sp_contents .section .report .report_detail {
		width: 48%;
		border: 1px solid #000;
		padding-top: 10px;
	}
	.report .report_detail img {
		width: 280px;
		height:auto;
		text-align: center;
	}
}