/* CSS Document */

@media screen and (max-width:640px) {
	
body{
	font-size: 11.5px;
}
body,
main,
header,
footer{
	min-width: 100%;
}


/*=======================================================================

	背景cover用css

=======================================================================*/
html,body {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 400px;
}


/*=======================================================================

	リンク時アニメーション

=======================================================================*/
dl dd a{
	display: inline-block;
	line-height: 0;
}


	
}
