@charset "UTF-8";
/* CSS Document */
span.scale {
	-moz-transform:    scale( 3, 1 );  /* Firefox */
-webkit-transform: scale( 3, 1 );  /* Chrome,Safari */
-o-transform:      scale( 3, 1 );  /* Opera */
-ms-transform:     scale( 3, 1 );  /* IE */
transform:         scale( 3, 1 );  /* CSS3 */
display: inline-block;
margin:0 1em;
}




.update_block{
	padding-bottom:10px;
}

.dlc1{
	margin-top:12p;
}

.dlc2{
	margin-bottom:12px;
}

.dlc3{
	margin:12px 0;
}

.sen{
	padding-top:3px;
}

.update_block img{
	width:100%;
}

.to_help{
	padding-bottom:5px;
}

.to_help img{
	width:100%;
}

.to_help p{
	font-size:50%;
}

.copy p{
	font-size:50%;
}