@charset "UTF-8";
/******************** initialization of the browser style ********************/

body {
	margin: 0;
	padding: 10px;
	font-size: 100%;
	color: #464646;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.contents {
	display: block;
}
.tb1{
	display: block;
	border: none;
	margin: 5px 0 20px 0;
}
.tb2{
	display: block;
	border: none;
	margin: 10px 5px;
}
.tb3{
	display: block;
	border: none;
	margin: 10px 5px;
	padding: 5px 10px;
}
.tb4{
	display: block;
	border: none;
	margin: 10px 5px;
	padding: 20px 10px;
	border-top: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
}

.close {
	display: block;
	text-align: center;
	padding: 0 0 30px 0;
}
.footer {
	display: block;
	text-align: right;
	padding: 5px;
	background-color: #ebebeb;
}

/****** font ************************/
.txt01 {
	font-size: 15px;
	font-weight: bold;
	color: #0175ab;
}
.txt02 {
	font-size: 15px;
	line-height: 1.5;
}
.txt03 {
	font-size: 15px;
	line-height: 1.5;
	color: #0175ab;
}
.txt04 {
	font-size: 14px;
	line-height: 1.4;
}

/****** list ************************/
dl {
	margin: 0;
}
dt.tx01 {
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #0175ab;
}
dd.tx02 {
	margin-left: 50px;
	margin-bottom: 10px;
}
