@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
/* body */
html,
body{ width: 100%; overflow-x: hidden; font: 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol; color: #222;}
i, em { font-style: normal; }
/* a */
a, a:link { color: #222; text-decoration: none; }
a:visited { color: #222; }
a:active, a:hover { text-decoration: none; color: #0058DD; }
a:focus { outline: none; }
/* form */
textarea, input { word-wrap: break-word; word-break: break-all; }
input { vertical-align: middle; font-size: 12px }
.button { vertical-align: middle; font-size: 12px }
.button { cursor: pointer; }
/* li */
ul, li { list-style-type: none; }
/* img */
img { border: 0 none; vertical-align: middle; }
/*public*/
.db { display: block; }
/*float*/
.fl { float: left; }
.fr { float: right; }
/*margin*/
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left: 30px; }
.mo{ margin: 0 auto; }
/*text*/
.ti { text-indent: 2em; }
/*other*/
.cur { cursor: pointer; }
.oh { overflow: hidden; }
/*clearboth*/
.cl { clear: both; display: block; height: 0; font-size: 0; overflow: hidden; }
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*position*/
.poa { position: absolute; }
.po { position: relative; }
