/* 共通 */
.width900{
	width:900px;
	display: table;
}
.margin-auto{
	margin: 0 auto;
}
.float-right{
	float: right;
}
.fc-white{
	color: #fff;
}
.padding-05{
	padding: 0.5rem;
}


/* ヘッダー*/
#menuKansai{
	background-color: #0f72a5;
	width: 100%;
	height: 30pt;
	position: fixed;
}

#menuKansai ul li{
	font-size: 0.85rem;
	float:left;
	padding: 0.2rem;
	margin-right: 0.6rem;
	line-height: 1.2;
}
#menuKansai ul li:last-child{
	margin-right: 0;
}
#menuKansai ul li a{
	color: #fff;
}
#menuKansai div p{
	font-size: 0.85rem;
}
.font-bule{
	color: #0f72a5;
}
.font-size15{
	font-size: 1.5rem;
}

/* 中身 */
.title-img-bottom {
	width: 900px;
	padding: 0 0.8rem;
	display: flex;
}
.title-img-bottom li{
	display: inline-flex;
	margin-right: 0.75rem;
}
.title-img-bottom li:last-child{
	margin-right: 0;
}
.section{
	width: 100%;
	background: #0f72a5;
	display: table;
	height: 30pt;
}
.section img{
	margin-top: 0.5rem;
	width: auto;
	height: 25pt;
}
.links3{
	line-height: 1.2;
	width: 90%;
	margin: 1rem auto;
}
.links3 tr{
	border-bottom: solid 1px #ee4d9b;
}
.links3 td{
	padding: 0.5rem 1.5rem 0 1.5rem;
}
.links2{
	width: 95%;
	margin: 0 auto;
}
.links0{
	width: 70%;
	margin: 1rem auto;
}
