﻿/* CSS reset 
-----------------------------------------------------------*/
html{ overflow-y: auto;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h3,h4,h5,h6,form,input,textarea,p,th,td { margin:0;padding: 0; }
img { border:0 }
em{font-style:normal;font-weight:normal;color: #DD4B39;}
th{ font-style:normal;font-weight:normal;text-align:left;}
ol,ul { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal;}
/* base class
-----------------------------------------------------------*/
.bc{margin-left:auto;margin-right:auto;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}* html .clearfix{height:1%;}.clearfix{display:block;}
.tc{text-align:center;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.txtcut{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.txtoff{text-indent:-9999px}
.dn{ display: none;}
.db{ display: block;}
/* font
-----------------------------------------------------------*/
.f12{ font-size: 12px;}
.f14{ font-size: 14px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.f20{ font-size: 20px;}
.f22{ font-size: 22px;}
.f24{ font-size: 24px;}

.mr10{ margin-right: 10px;}