﻿@charset "UTF-8";

h4 {
	margin-bottom:20px;
    padding: 0 15px 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid #ccc;
}
.listFlow2 > li{
	margin-bottom:10px;
}

#info{
	margin:0 20px;
}
#info .note p{
	margin-top:10px;
}
#info .note img {
	margin-top:10px;
}
#info .note p img {
	margin-top:0;
	vertical-align:middle;
}
.mt-10{
	margin-top:-10px !important;
}
.mt-05{
	margin-top:-5px !important;
}

.tableStyle01 {
	width:90%;
	margin:20px 0 30px 0;
}
.tableStyle01 th,
.tableStyle01 td {
	padding:10px;
	border:1px solid #555;
}
.tableStyle01 th {
	padding-right:20px;
	background:#efefef;
}