@charset "utf-8";
a { color:#333; text-decoration:none}

@media screen and (max-width: 640px) and (orientation:portrait){
	body{
		background-color: #f5f5f5;
		    font-family: Arial,Meiryo,sans-serif;
	}
	#Content{
		width:100%;
		margin-top: 0;
	}
	#topBox{
		width: 92%;
    padding: 2%;
    background-image: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 3px 11px rgba(0,0,0,.2);
    margin-left: 2%;
    border-radius: 4px;
		background-color:#fff;
	}
	
	#Content img.bar{
		width:100%;
		display:none;
	}
	#Content img.title{
		width:100%;
		margin-top:1%;
	}
	#bottomBox{
		background-image: none;
		padding:2%;
	}
	#bottomBox .explan {
    font-size: 12px;
	}
	.pr{ width:98%; margin-left:1%; }
	
	h2.ttl{ font-size:90% !important; }
	
	table.down{
	font-size: 12px!important;
	}
}