@charset "utf-8";

* {
margin: 0px;
padding: 0px;
font-family: Osaka,"メイリオ",Meiryo,"MS Pゴシック",sans-serif;
}

body {
text-align: center; 
color: #222;
font-size:62.5%;　/* デフォルトで10px */
line-height:150% !important;
-webkit-text-size-adjust: 100%;
position:relative;
}

img {
border: none;
padding: 0px;
margin: 0px;
vertical-align:top;
}

h1,h2,h3,h4,h5,h6,th,td,em,address {
font-weight: normal;
line-height: 1.5em;;
text-align: left;
}

li {list-style:none;}

em {font-style:normal;}

img {border:none; vertical-align:top;}

table {
    border-collapse:collapse;
    border-spacing:0;
}


a:link { color: #333; text-decoration:none; }
a:visited { color: #333; text-decoration:none; }
a:active { color: #333; text-decoration:none; }
a:hover { color: #333; text-decoration:none; }


