@charset "utf-8";

/* clearfix */
.cf {zoom:1;}
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html{font-size:100%;font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ','Meiryo','Arial','Osaka',"MS Pゴシック","MS PGothic",sans-serif;color:#333333; line-height:1.5; letter-spacing:0.5px;}

html,body,div,ul,li,table,th,td,span,iframe{margin:0;padding:0;border:0;vertical-align:baseline; background:transparent;}
h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}

.small80{font-size:80%;}
.small90{font-size:90%;}
.al_right_cen{text-align:center;}

article,aside,details,figcaption,figure,footer,header,sidebar,hgroup,menu,nav{margin:0;padding:0;border:0;display:block;}

section{margin:0 0 40px 0;padding:0;border:0;display:block;}

footer{clear:both;}

.al_cen{text-align:center;}
.al_right{text-align:right;}
.bld{font-weight:bolder;}

.mgn_auto{margin:0 auto;}
.mgn_top{margin-top:15px;}
.clear_both{clear:both;}



ul {list-style-type: none;}

a { text-decoration: none; color: #0c8bcd;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img {max-width:100%; height:auto; margin:0; padding:0;}
a img {border: none; vertical-align:middle;}

table {width:100%; border-collapse:collapse; border-spacing:0;}
table th,table td {border:1px solid silver;text-align:center;}
table th {vertical-align:middle; font-weight:normal;}

hr {display:block; height:1px; border: none; margin:0.5em 0; padding: 0; clear: both; }

.xooi{display:none;}
.xoob{display:none;}

/* tablet 768-991 */
@media only screen and (min-width: 768px) {
.xooi{display:inline;}
.xoob{display:block;}
.al_right_cen{text-align:right;}
}
