@charset "utf-8";

body {
background:#cccccc;
}
.big{
font-size:1.2em;
color:#660033;
text-align:center;
font-weight:bold;
}
.mid{
font-size:1.0em;
color:#cc3300;
text-align:center;
font-weight:bold;
}
.small{
font-size:0.6em;
}
/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){
.image img {
width:64px;
height:64px;
}
.big{
font-size:2.0em;
}
.mid{
font-size:1.6em;
}
/* 640pixel end */
