/* ---------------------------------------------------------------
	start max 500px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 500px ) {
	/* --------------- sponsor --------------- */
	
	.box1_sponsor{
		display: block;
	}
	
	a.btn2.sponsor1.pdf{
		width: 100%;
		margin: 0 auto 15px;
	}
	
	a.btn2.sponsor1.pdf:last-of-type{
		margin: 0 auto 0;
	}
	
}


/* ---------------------------------------------------------------
	end max 500px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 450px ) {

	
	.scroll_topnews {
		max-height: 110px;
		padding: 12px 15px 12px 15px;
	}
	
	.scroll_topnews dl {
		margin-bottom: 8px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: dashed 1px #828282;
		display: block;
	}
	
	.scroll_topnews dl:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.scroll_topnews dl dt,
	.scroll_topnews dl dd {
		width: auto;
	}
	
	.scroll_topnews dl dd {
		padding-right: 0;
	}
	

	/* --------------- contact --------------- */
	
	.btnarea_submit {
		display: block;
	}
	
	#mailform #wrap_form .btnarea_submit input[type="button"],
	#mailform #wrap_form .btnarea_submit input[type="submit"],
	#mailform #wrap_form .btnarea_submit input[type="reset"] {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

}


/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */
