﻿@charset "utf-8"; 


#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 .tableStyle01 td.special {
	background: #F2F2F2;
}
#contents .inner #article .tableStyle01 ul li {
	position: relative;
	padding-left: 15px;
}
#contents .inner #article .tableStyle01 ul li:before {
	position: absolute;
	content: "●";
	color: #2f83c6;
	left: 0;
}
.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;
}
