@import url(style_pc_big.css) screen and (min-width: 1200px);
@import url(style_pc.css) screen and (min-width:910px) and (max-width:1200px);
@import url(style_smp.css) screen and (max-width: 910px);
@import url(style_print.css) print;

* {
  margin: 0;
  padding: 0;
  font-size : 100%;
}

body{
color: #000;
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}

table{
border-collapse: collapse;
}

td,th{
text-align: left;
vertical-align: top;
}

.clearfix{
zoom: 1;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

li{
list-style-type: none;
}

img{  border:0; }

a:hover img{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.m_r0{
margin-right: 0 !important;
}

#foot_burma_bn{
width: 90%;
max-width: 381px;
margin: 0 auto;
padding-bottom: 35px;
}

#foot_burma_bn img{
display: block;
max-width: 100%;
height: auto;
}