@charset "UTF-8";
@media screen and (max-width: 640px) {
/*----------------------------------------------*/
/*header
/*----------------------------------------------*/
div#header  {
	float: none !important;
	width: auto !important;
}
div#header img {
	width: 65%;
	height: auto;
	min-width: 220px;
}

/*----------------------------------------------*/
/* body
/*----------------------------------------------*/
body {overflow: hidden;}
html,body,div#wrapper { height: auto!important; }

/*----------------------------------------------*/
/* main
/*----------------------------------------------*/
div#main {
	float: none !important;
	width: auto !important;
}

/*----------------------------------------------*/
/* blockC
/*----------------------------------------------*/
div.blockC {
	text-align: center;
	margin: 0px;
	overflow: hidden;
}
div.blockC {
	padding-bottom: 0px;
}
div.blockC img {
	width: 65%;
	height: auto;
	min-width: 170px;
}

/*----------------------------------------------*/
/* global-box
/*----------------------------------------------*/
div#main div.global-box{
	width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
}
div#main div.global-box div.global-inner{
	width: 80%;
	padding: 0 10px 0 0; 
	float: none;
	display: inline;
	overflow: hidden;
}
/*----------------------------------------------*/
/* footer
/*----------------------------------------------*/
div#footer {
	background: none !important;
	color: #0a85d3;
	height: auto;

	margin: 0 -0.5em;
	min-width: inherit;
	width: auto;
}
div#footer div#footer-inner {
	overflow: hidden;
	padding-top: 0;
	width: auto;
		
	padding-top: 0;
}
div#footer div#footer-inner address {
	margin: 0 -0.5em;
	background-color: #666666;
	color: #FFF;
	padding: 5px;
	text-align: center !important;
	float: none;

	overflow: hidden;
	width: auto;
}
}