/************************/
/*SmartPhoneサイト向けCSS*/
/************************/
/*@media screen and (min-width: 0px) and (max-width: 480px) {*/
@media screen and (max-width: 480px) {	
div#footer-bk {
	width:100%;               /* 横の幅を100% */
	height: 40px;            /* 縦の幅を120px */
	/*position: fixed !important;  
    	position: absolute;  
    	bottom: 0;  
    	left: 0; */ 
}

div#footer {
	/*width:320px;*/
	width:100%;
	height: 40px; 
	margin:auto;
	/*background-image:url("./resource/footer_od_v3.png");*/
	}
	
div#bread {
	display:none;
	}
	
div#bread h5{
	font-family: sans-serif;
	font-size: 9pt;
	/*color: #FFFFFF;*/
    color: #000000;
	text-align:left;
	margin: 0.2em 0em 0em 1em;
	}	
	
div#bread a{
	font-family: sans-serif;
	font-size: 9pt;
	/*color: #FFFFFF;*/
    color: #000000;
	text-align:left;
	/*margin: 0em 0em 0em 1em;*/
	}		
	
div#bread img#home {
	width:20px;
	height:20px;
	float:left;
}	
	
	
div#copyright {
	width:320px;
	height:80px;
	float:right;
	margin:0.5em 0.5em 0em 0em;
	}
	
div#copyright h5{
	font-family: sans-serif;
	font-size: 7pt;
	/*color: #FFFFFF;*/
    color: #000000;
	text-align:right;
	margin: 0em 1em 0em 0em;
	}
	
div#copyright a{
	font-family: sans-serif;
	font-size: 7pt;
	/*color: #FFFFFF;*/
    color: #000000;
	margin: 0em 0em 0em 0em;
	}

}	