@charset "utf-8";
/* CSS Document */

#updateCont {
	margin-top:20px;
	margin-bottom: 50px;
}
 @media only screen and (max-width: 767px) {
#updateCont {
	margin-bottom: 30px;
}
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-top:20px;
	margin-bottom: 20px;
	font-weight: 300;
}
/* textLink */
.textLink a {
	color: #000099 !important;
}
.textLink a:hover {
	color: #FF6633 !important;
	text-decoration: none !important;
}
/* general */
.maxImg img {
	max-width: 100% !important;
	/*width: auto;*/
	margin-top:15px;
	margin-bottom:15px;
}


.img350 {
	max-width:350px!important;
	margin-top:15px;
	margin-bottom:15px;
}

.txtIndent {
	padding-left: 1em;
	text-indent: -1em;
}
/* 文章 */
#updateCont .note {
	margin-top:15px;
	margin-bottom:15px;
}
#updateCont .note p {
	margin-bottom:15px;
}
/* tableStyle */
.tableStyle {
	width: 100%;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.tableStyle td {
	padding: 3px;
	font-weight: normal;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	text-align:center;
}
/* layoutArea */

.layoutArea {
	display:flex;
}
.layoutArea .block01{
	max-width:350px;
	margin:15px;
	text-align:center;
}

 @media only screen and (max-width: 767px) {
.layoutArea {
	display:block;
}
.layoutArea .block01{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

}
