﻿@charset "utf-8"; 

#contents .inner #article .section .section p.center {
  text-align: center;
  margin-top: 10px;
}
#contents .section .inner {
  width: 100%;
  padding-left: 0;
  clear: both;
}
p.center {
  clear: both;
}
.section_inner:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
section:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.photo {
	float: right;
	width: 200px;
	text-align: center;
	margin-left: 1%;
}
.photo img {
	width: 200px;
}

h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
  margin-bottom: 10px;
  display: inline-block;
}
.tableStyle01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.uline {
  text-decoration: underline;
  margin-bottom: 5px;
}
#contents .inner #article .section .section p.note {
  text-align: right;
  font-size: 84%;
}
.news_column {
  display: flex;
}
.important_list {
  margin-left: 2em;
}
.column_image_note {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 84%;
}

.distribution:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.distribution {
	margin: 0 10px;
}
.distribution dt,
.distribution dd {
	float: left;
}
.distribution dt {
	width: 120px;
}
#contents .inner #article .section .section .distribution p {
	margin: 0;
}
#contents .inner #article .section .section .distribution p.s_smalltext {
	font-size: 92%;
	padding: 0;
	text-indent: -4em;
	margin-left: 4em;
}
.photo_area {
	margin: 20px 10px;
}
#contents .inner #article .section .section .photo_area p {
	display: block;
	margin: 0;
	width: 49%;
	height: auto;
	text-align: center;
}
.photo_area p img {
	width: 100%;
	height: auto;
	padding: 5px 0;
}
.photo_area p.flt_l {
	float: left;
}
.photo_area p.flt_r {
	float: right;
}
.o-border {
	border: 1px solid #000;
	padding: 5px;
	margin-right: 15px;
}
.photo_area_special {
	display: flex;
}
.photo_area_special img {
	width: 100%;
	height: auto;
	padding: 5px 0;
}
.photo_area_special .flt_l {
	flex: 0 0 66%;
}

.photo_area_special .flt_r {
	flex: 0 0 31.4%;
	flex-wrap: wrap;
}
#contents .inner #article .section .section p.photo_area_item {
	text-align: center;
	margin: 0 5px;
}