/************************/
/*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;  */
	text-align:center;
	bottom: 0;
	/*left: 0; */ 
}

div#footer {
	/*width:320px;*/
	width:390px;
	height:40px; 
	margin:0 auto 0 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;
	text-align:center;
	margin: 0.2em 0em 0em 0em;
	}	
	
div#bread a{
	font-family: sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align:center;
	/*margin: 0em 0em 0em 1em;*/
	}		
	
div#bread img#home {
	width:20px;
	height:20px;
	float:left;
}	
	
	
div#copyright {
	/*width:390px;*/
    width:100%;
	height:40px;
	/*float:left;*/
	text-align:center;
	margin:0.5em auto 0em auto;
    background-color: #ffffff;
    opacity: 30%;
	}
	
div#copyright h5{
	font-family: sans-serif;
	font-size: 7pt;
	/*color: #FFFFFF;*/
    color: #000000;
	text-align:center;
	margin: 0em auto 0em auto;
	}
	
div#copyright a{
	font-family: sans-serif;
	font-size: 7pt;
	/*color: #FFFFFF;*/
    color: #000000;
	margin: 0em auto 0em auto;
	}

}	