﻿@charset "utf-8"; 

.titleTypeA02:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.top_area:after {
  content: ""; display: table; clear: both;
}
.top_area ol {
	font-size: 119%;
}
.top_area ol li {
	text-indent: -1rem;
	padding-left: 1rem;
	margin-bottom: 5px;
}
#contents .inner #article .section .section.top_area p{
	margin: 0 10px;
}
#contents .clearfix::after {
	content:"";
	display:block;
	clear:both;
}
#contents .txt_left {
	float: left;
	width: 300px;
}
#contents .inner #article .section .section p.s_smalltext {
	margin: 0 0 5px 0;
	padding: 0;
}
#contents .inner #article .section .section p.right {
	text-align: right;
}
h4 {
	font-size: 109%;
	color: #339966;
	margin: 0 10px;
}
.tablearea:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.tablearea p.photo {
	float:left;
	width:200px;
}
.tablearea .seihin {
	float:right;
	border:1px solid #999;
	margin-bottom:10px;
}
.tablearea .seihin th {
	background:#4f81bd;
	border:1px solid #fff;
	padding:5px;
	color:#ffffff;
}
.tablearea .seihin td {
	background:#e9edf4;
	border:1px solid #fff;
	padding:5px 0;
}
#contents .inner #article .section .section p {
	clear:both;
}
.life_block {
	background-color: #f8cbad;
	border-radius: 20px;
	padding: 20px;
}
.red {
	color: #ff0000;
}
.life_column {
 	display: flex;
	justify-content: space-between;
}
.table_column {
	display: flex;
	justify-content: space-between;
}
.table_column_part .seihin {
	width: 100%;
	table-layout: fixed;
}

.table_column_part .seihin th {
	width: 22px;
}
.text_column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.method_column {
  	display: flex;
	justify-content: space-between;
}
.method_column_part:first-child {
	width: 58%;
}
.method_column_part:last-child {
	width: 42%;
}
.method_column_image img {
	width: 100%;
}
.search_column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
p.mb10 {
	font-size: 14px;
}
.breath_column {
	display: flex;
	justify-content: space-between;
}
.breath_column_part:first-child {
	width: 60%;
}
.breath_column_part:last-child {
	width: 40%;
}
.breath_column_image img {
	width: 100%;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
.table_image img {
	width: 100%;
}
.measures_column {
	display: flex;
	justify-content: space-between;
}
.measures_column_part {
	width: 78%;
}

.measures_column_image img {
	width: 100%;
}