@charset 'utf-8';
/* **********************************************************************

style.css

********************************************************************* */

.postSect {
	position: relative;
	width: 900px;
	margin: 0 auto 40px;
	padding: 20px 0;
	background: #fff;
}
.postSect:last-child {
	margin-bottom: 0;
}
.postSect a {
	text-decoration: underline;
}
.postSect a:hover {
	text-decoration: none;
}
.postSect .sectTit {
	margin-bottom: 50px;
}
.postSect .sectMain {
	padding: 0 80px 40px;
}
.postSect .sectMain p {
	margin-bottom: 15px;
}
.postSect .sectMain .cautionBlock {
	font-weight: bold;
	margin-bottom: 40px;
	padding: 10px;
	text-align: center;
	color: #009d42;
	border: 1px solid #009d42;
	background: #edf8f2;
}
.postSect .sectMain .cautionBlock p {
	margin-bottom: 0;
}
.postSect .sectMain .postBlock {
	margin-bottom: 50px;
}
.postSect .sectMain .postBlock .mail {
	line-height: 1;
}
.postSect .sectMain .postBlock .mail img {
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.postSect .sectMain .postBlock:last-child {
	margin-bottom: 0;
}
.postSect .sectMain .postBlock .blockTit {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-left: 8px;
	border-left: 8px solid #009d42;
}
.postSect .sectMain .postBlock .cautionList {
	font-size: 14px;
	margin-bottom: 15px;
}
.postSect .sectMain .postBlock .cautionList li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.postSect .sectMain .postBlock .numList {
}
.postSect .sectMain .postBlock .numList li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.postSect .sectMain .postBlock .postTbl {
  width:100%;
	margin-bottom: 15px;
	border: solid #ccc;
	border-width: 0 1px 1px 0;
}
.postSect .sectMain .postBlock .postTbl thead th {
	vertical-align: middle;
	color: #fff;
	background: #999;
}
.postSect .sectMain .postBlock .postTbl tbody th {
	width: 60px;
}
.postSect .sectMain .postBlock .postTbl th, .postSect .sectMain .postBlock .postTbl td {
	font-size: 14px;
	padding: 5px 10px;
	border: solid #ccc;
	border-width: 1px 0 0 1px;
}
.postSect .sectMain .postBlock .postTbl .odd {
	background: #fafafa;
}
.postSect .sectMain .postBlock .postTbl .even {
	background: #fff;
}
.postSect .sectMain .postBlock .flBox {
	overflow: hidden;
}
.postSect .sectMain .postBlock .flBox .imgR {
	float: left;
	margin: 0 30px 10px 0;
}
.postSect .sectMain .postBlock .flBox p {
}

@media screen and (max-width: 767px) {
.postSect {
	width: auto;
	margin: 0 0 40px;
}
.postSect .sectTit {
	margin-bottom: 20px;
}
.postSect .sectMain {
	padding: 0 15px 20px;
}
.postSect .sectMain p {
}
.postSect .sectMain .cautionBlock {
	margin-bottom: 20px;
	padding: 6px;
}
.postSect .sectMain .postBlock .mail img {
	height: 14px;
	width: auto;
}
.postSect .sectMain .cautionBlock p {
}
.postSect .sectMain .postBlock {
	margin-bottom: 40px;
}
.postSect .sectMain .postBlock:last-child {
}
.postSect .sectMain .postBlock .blockTit {
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 5px;
	border-left-width: 4px;
}
.postSect .sectMain .postBlock .cautionList {
}
.postSect .sectMain .postBlock .cautionList li {
}
.postSect .sectMain .postBlock .numList {
}
.postSect .sectMain .postBlock .numList li {
}
.postSect .sectMain .postBlock .postTbl {
}
.postSect .sectMain .postBlock .postTbl thead th {
}
.postSect .sectMain .postBlock .postTbl tbody th {
	width: 15px;
}
.postSect .sectMain .postBlock .postTbl th, .postSect .sectMain .postBlock .postTbl td {
	font-size: 11px;
	padding: 3px 5px;
}
.postSect .sectMain .postBlock .postTbl .odd {
}
.postSect .sectMain .postBlock .postTbl .even {
}
.postSect .sectMain .postBlock .flBox {
}
.postSect .sectMain .postBlock .flBox .imgR {
	float: none;
	margin: 0 0 10px;
	text-align: center;
}
.postSect .sectMain .postBlock .flBox p {
}
}
