﻿@charset "utf-8"; 


h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
}
.s_smalltext {
	padding: 5px 0 0 14px;
}
.s_smalltextR {
	float: right;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}

#contents .inner #article .tableStyle01 {
	width: 100%;
}
#contents .inner #article .tableStyle01 th {
	text-align: center;
}
#contents .inner #article .tableStyle01 td span {
	display: block;
}
.tableStyle01 td {
    vertical-align: top;
}
.tableStyle01 td li {
	position: relative;
	padding-left: 13px;
}
.tableStyle01 td li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	display: block;
	width: 8px;
	height: 8px;
	background: #1384c5;
	border-radius: 10px;
	
}
.tableStyle01 th.special {
    background: #1384c5;
	color: #ffffff;
}
.tableStyle01 th.special01 {
    background: none;
}
.section h4.special {
	text-decoration: underline;
}
#contents .inner #article .section .section p {
    margin: 5px 0 8px 0;
}

#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 .txt_area {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #1384c5;
	padding: 5px 10px;
	float: left;
}
#contents .inner #article .section .photo_area {
	float: right;
}