﻿@charset "utf-8"; 

h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
}
.s_smalltextR {
	float: right;
}

#contents .inner #article .section .titleTypeA02 span {
	color: #000000;
	font-weight: normal;
}
#contents .inner #article .tableStyle01 {
	width: 100%;
}
#contents .inner #article .tableStyle01 th {
	text-align: center;
}
#contents .inner #article .tableStyle01 td span {
	display: block;
}
#contents .inner #article .section .section p {
    margin: 5px 0 8px 0;
}
#contents .inner #article .section .section p.program {
	text-indent: -6em;
	margin-left: 6em;
}
#contents .inner #article .section.last {
	border: 1px solid #1384c5;
	margin-top: 20px;
	padding: 10px 10px 5px 10px;
}
#contents .inner #article .section.last h4 {
	text-align: center;
	font-size: 14px;
}
#contents .inner #article .section.last h4 span {
	font-weight: normal;
	font-size: 92%;
}
#contents .inner #article .section.last p {
	text-align: center;
}
#contents .inner #article .section.last dl {
	padding: 0 20px;
	overflow: hidden;
}
#contents .inner #article .section.last dt {
	float: left;
	padding: 0 5px;
}
#contents .inner #article .section.last dd {
	float: left;
}

#contents .inner #article .section .photo_area {
	float: right;
	width: 221px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#contents .inner #article .section .photo_area.o-big {
	width: 300px;
}
#contents .inner #article .section .photo_area img {
	width: 221px;
	height: auto;
}
#contents .inner #article .section .photo_area.o-big img {
	width: 300px;
	height: auto;
}
#contents .inner #article .section .photo_area span {
	display: block;
	text-align: center;
	margin-top: 5px;
}
#contents .inner #article .section .photo_area_2 {
	float: right;
	width: 140px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#contents .inner #article .section .photo_area_2 img {
	width: 140px;
	height: auto;
}
#contents .inner #article .section .section .photo_area_item {
	display: flex;
}
#contents .inner #article .section .section .photo_area_item p {
	width: 29.1%;
	margin: 0 1%;
	align-self: flex-end;
}
#contents .inner #article .section .section .photo_area_item p:first-child {
	width: 35.7%;
	margin: 0 1%;
	align-self: flex-end;
}
#contents .inner #article .section .section .photo_area_item p img {
	width: 100%;
	height: auto;
}
#contents .inner #article .section .section .photo_area_item p span {
	display: block;
	margin-top: 5px;
	text-align: center;
}
.border_area {
	border: 1px solid #000;
	padding: 5px 10px 2px;
	margin-bottom: 10px;
}