@charset "utf-8";
@media print, screen and (max-width: 640px) {
.body_digital {
	width:95%;
	max-width:95%;
	padding:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Osaka;
}
h1 {
	padding: 0.5em;
	color: #010101;
	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
	font-size:24px;
}
p {
	padding: 0 10px;
}
table {
	width:95%;
	margin: 5px;
	border-collapse:separate;
	border-spacing:10px;
}
table td {
　　border-bottom: none;
    display: block;
    width: 100%;
 }
.footer_area{
	width:95%;;
	padding: 1%;
	float:left;
	font-size: 90%;
    overflow: hidden;
	text-align:center;
}
	
img {
    width:100%;
    height:auto;
    max-width:100%;
    max-height:auto%;
}
a {
	text-decoration:none;
}
}
