@charset "utf-8";

* {
 margin: 0;
 padding: 0;
 line-height: 1;
 box-sizing: border-box;
}
html {
 font-size: 16px;
}
html, body {
 height: 100%;
}
a { text-decoration: none; }
a:hover {
 opacity: 0.7;
 -moz-opacity: 0.7;
 -webkit-opacity: 0.7;
 filter:alpha(opacity=60);
}
a[href^="tel:"] { cursor: default; }
.text_deco_ul {
 text-decoration: underline;
}
img {
 border: none;
 max-width: 100%;
 height: auto;
 width: auto;
 vertical-align: bottom;
}
.clearfix:after {
 content: '';
 display: block;
 clear: both;
 height: 0;
}
.mg-lra {
margin-left: auto;
margin-right: auto;
}
.disp_i {
display: inline;
}
.disp_ib {
display: inline-block;
}
.disp_b {
display: block;
}
.line_hi {
line-height: inherit;
}
.text_c {
text-align: center;
}
.text_l {
text-align: left;
}
.text_r {
text-align: right;
}
.float_l {
 float: left;
}
.float_r {
float: right;
}

#main {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
