@charset "utf-8";

/*============================
       DMM Style Sheet
==============================*/


/* ========================= [ reset ] */
body{
height:100%;
width:device-width;
line-height:1.6;
font-family:"HiraKakuProN-W3", "verdana";
font-size:12px;
color:rgba(0, 0, 0, 0.8);
overflow-x:hidden;
-webkit-text-size-adjust:none;
line-break:normal;
word-wrap:break-word;
}
body *{
margin:0;
padding:0;
}
table{word-break:break-all; border:none;}
h1{font-size:12px;}
ul{list-style:none;}
li img{vertical-align:bottom;}
em{font-style:normal;font-weight:bold;}
a{text-decoration:none;}
a img{border:none;}
a:link{color:#3b5998;}
a:visited{color:#800080;}
a:hover, a:active{color:#3b5998;}
