@charset "utf-8";
/*------------------------------------------------------------
	agページ
------------------------------------------------------------*/
body{
		background:url(../img/ag/bg_ag.gif) bottom repeat-x #ccd0f4 scroll;
		text-align:center;
		padding-bottom:5em;
}

#box_top{
	width:100%;
	text-align:center;
	background:url(../img/ag/bg_ag_top.gif) repeat-x;
}

#box_contents,#box_bottom {
	width:100%;
	text-align:center;
}



@media all and (min-width: 0) and (max-width: 768px)  {

body{
		background:url(../img/ag/bg_ag.gif) bottom repeat-x #ccd0f4 scroll;
		text-align:center;
		padding-bottom:2em;
}
	
#box_top img{
		width:100%;
}

#box_contents img{
		width:90%;
}

#box_bottom img{
		width:60%;
}

	
	
}