@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p,a,span
{
	font-family: 'Noto Sans';
}

.main_blue
{
	width:100%;
	height:160px;
	background-color:#011b70;
}
.main.blue_inner
{
	width:85%
	;height:160px;
	background-color:#fff;
	margin:0 auto;
}
.main_sec
{
	width:100%;
	height:120px;
}
.log
{
	width:15%;
	height:auto;
	float:left;
}
.log_head
{
	width:60%;
	height:auto;
	float:left;
}
