@charset "utf-8";
/* CSS Document */



ul {
  list-style: none;
}
.bg{
	background: url(images/top_bg.png) repeat center center;
	line-height: 1.8;
	font-size: 18px;
}
ul.flex {
    max-width: 730px;
    display: flex;
    margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.flex li{
	width: 49%;
}
li.center,div.center{
	text-align: center;
}
ul.flex li img{
	max-width: 100%;
}
h1.main{
	background: #00a0e9;
	padding: 10px 30px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
}
h3{
	border-bottom: 1px solid #b5b5b6;
	padding-bottom: 5px;
}
.pd{
	padding-left: 15px;
	padding-right: 15px;
}
p.mail {
    background: url(images/mail_icon.png) no-repeat left top;
    padding: 6px 0 7px 45px;
    font-size: 16px;
}
.menu{
	position:relative;
}
.menu td {
    padding-bottom: 23px;
    font-size: 17px;
}
.menu table{
	margin-top: 25px;
}
.logo {
    text-align: center!important;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 150px;
	margin: 0 auto;
}
.logo img{
	width: 100%;
}
.h_none{
	pointer-events: none;
	text-decoration: none;
}
h2{
	margin-bottom: 30px;
}
.prof table,.prof p{
	font-weight: bold;
	font-size: 17px;
}