@charset "UTF-8";

img
{
 max-width:100%;
}
body
{
 margin:0px;
}
#mobile_contents
{
 padding:0px 10px 0px 10px;
}
.mediumPic
{
width:200px;
}
.largePic
{
width:100%;
}
.smallPic
{
width:140px;
}
.floatLeftPic
{
float:left;margin-right:10px;
}
.floatRightPic
{
float:right;margin-left:10px;
}