@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 769px){

.block img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.block .info{
	margin-bottom:20px;
	border:#AAA 1px solid;
	padding:30px;
}
.block dt{
	width:150px;
	float:left;
}
.block dd{
	padding-left:150px;
}
.block .txt{
	clear:both;
}
.point{
	margin-top:20px;
}
.point p span{
	background:#014099;
	color:#FFF;
	padding:5px;
	margin-right:10px;
	border-radius:15px;
}
.point p{
	padding-left:2.4em;
	text-indent:-2.4em;
	border-bottom:#AAA 1px dashed;
	padding-bottom:10px;
	margin-bottom:10px;
}
}


@media screen and (max-width: 768px){
	
.block img{
	margin-bottom:10px;
}
.block .info{
	margin-bottom:20px;
}
.block dt{
	width:150px;
	float:left;
}
.block dd{
	padding-left:150px;
}
.block .txt{
	clear:both;
}
.point{
	margin-top:20px;
}
.point p span{
	background:#014099;
	color:#FFF;
	padding:5px;
	margin-right:10px;
	border-radius:15px;
}
.point p{
	padding-left:2.4em;
	text-indent:-2.4em;
	border-bottom:#AAA 1px dashed;
	padding-bottom:10px;
	margin-bottom:10px;
}
}