body,html{
	width: 100%;
	overflow-x: hidden;
}

body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*========header========*/

header{
}

header .top_logo{
	width: 980px;
	margin: 0 auto;
	margin-top: 25px;
}

header .top_logo img{
	width: 600px;
	display: inline-block;
}

header .access{
	width: 300px;
	display: inline-block;
	float: right;
}

header .access .number{
	font-size: 28px;
}

header .access .info{
	font-size: 12px;
}

header .navi{
	width: 100%;
	height: 50px;
	background-color: #303030;
	margin-top: 40px;
}

header .navi ul{
	width: 980px;
	margin: 0 auto;
}

header .navi ul li{
	float: left;
	width: 194px;
	height: 50px;
	background: #303030;
	list-style: none;
	text-align: center;
}

header .navi ul li a{
	display: block;
	font-size: 20px;
	line-height: 50px;
	vertical-align: baseline;
	color: #ffffff;
	text-decoration: none;
}


header .navi ul li a:hover{
	background: #0045bf;
}

/*========footer==========*/

footer{
	background: #2c2c2c;
	padding-top: 20px;
	height: 200px;
	width: 100%;
}

footer .footer_contents{
	width: 980px;
	margin: 0 auto;
	color: white;
}

footer .footer_contents .left_contents{
	float: left;
}

footer .footer_contents .left_contents img{
	margin: 15px 0;
}

footer .footer_contents .right_contents{
	float: right;
}

footer .footer_contents .right_contents ul{
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 100px;
}

footer .footer_contents .right_contents ul li{
	display: inline-block;
	border-right:1px solid white;
	border-spacing: 10px;
	padding-right: 5px;
}

footer .footer_contents .right_contents ul li:last-child{
	border-right: none;
}

footer .footer_contents .right_contents ul li a{
	text-decoration: none;
	color: white;
}




/*==============max 768px==============================================*/
/*==================================================================*/
/*==================================================================*/
/*==================================================================*/



@media screen and ( max-width : 768px){


/*==============header==============================================*/
/*==================================================================*/

	header{
		width: 768px;
	}
	header .top_logo{
		width: 768px;
	}

	header .top_logo img{
		width: 480px;
		margin-left: 10px;
	}

	header .top_logo .access{
		width: 240px;
		margin-right: 10px;
	}

	header .top_logo .access .number{
		font-size: 21px;
	}

	header .top_logo .access .info{
		font-size: 6px;
	}

	header .navi ul{
		width: 100%;
	}

	header .navi ul li{
		width: 20%;
	}

	header .navi ul li a{
		font-size: 18px;
		font-weight: 100;
	}

/*==============footer==============================================*/
/*==================================================================*/

	footer{
		height: 200px;
	}

	footer .footer_contents{
		width: 768px;
	}

	footer div .left_contents{
		margin-left: 20px;
	}

	footer div .left_contents img{
		width: 300px;
	}

	footer div .left_contents p{
		font-size: 14px;
	}

	footer div .right_contents ul{
		margin-right: 20px;
	}

	footer div .right_contents ul li{
		display: inline-block;
		border-right:1px solid white;
		border-spacing: 10px;
		padding-right: 5px;
		height: 20px;
	}

	footer div .right_contents ul li a{
		font-size: 14px;
	}

	footer div .right_contents .copyright p{
		font-size: 14px;
	}

}


/*==============max 420px==============================================*/
/*==================================================================*/
/*==================================================================*/
/*==================================================================*/



@media screen and ( max-width : 420px){


/*==============header==============================================*/
/*==================================================================*/

	header{
		width: 100%;
	}
	header .top_logo{
		width: 100%;
	}

	header .top_logo img{
		width: 300px;
		margin-left: 10px;
	}

	header .top_logo .access{
		width: 240px;
		margin-right: 10px;
		display: none;
	}

	header .top_logo .access .number{
		font-size: 21px;
	}

	header .top_logo .access .info{
		font-size: 6px;
	}

	header .navi{
		margin-top: 20px;
	}

	header .navi ul{
		width: 100%;
	}

	header .navi ul li{
		width: 20%;
	}

	header .navi ul li a{
		font-size: 10px;
		font-weight: 100;
	}

/*==============footer==============================================*/
/*==================================================================*/

	footer{
		height: 310px;
	}

	footer .footer_contents{
		width: 90%;
	}

	footer .footer_contents .left_contents{
		margin: 0;
		width: 100%;
		margin-bottom: 5px;
		float: none;
	}

	footer .footer_contents .left_contents img{
		width: 100%;

	}

	footer .footer_contents .left_contents p{
		font-size: 11.5px;
		margin: 0;
	}

	footer .footer_contents .left_contents p span{
		letter-spacing: 0.1px;
	}

	footer .footer_contents .right_contents{
		width: 90%;
		margin: 0 auto;
		float: none;
	}

	footer .footer_contents .right_contents ul{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	footer div .right_contents ul li{
		display: inline-block;
		border-right:1px solid white;
		border-spacing: 10px;
		padding-right: 5px;
		height: 20px;
	}

	footer div .right_contents ul li a{
		font-size: 16px;
	}

	footer .footer_contents .right_contents .copyright p{
		font-size: 14px;
		text-align: center;
	}

}
