@charset "utf-8";
/*RESET
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, dialog {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
    width: 0;
}
[hidden] {
    display: none;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #575e63;
}
html {
    font-size: 14px;
}
/* MAC 下字体处理 */
html, button, input, select, textarea {
    font-family: 'Microsoft Yahei',tahoma,arial,'宋体',sans-serif;
}
html[data-useragent*='Mac OS X'] {
  font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
}

html[data-useragent*='Mac OS X 10_10'] {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}

button, input, select, textarea {
    font-size: 100%;
}
body {
    background-color: #fff;
    color: #565a5c;
    line-height: 1.5;
}
body, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, figure, form, fieldset, legend, button, input, textarea, select th, td {
    margin-top: 0;
    padding: 0;
}
address, cite, dfn, em, var, i {
    font-style: normal;
}
a {
    color: #565a5c;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.83em;
}
h6 {
    font-size: 0.75em;
}
b, strong {
    font-weight: 700;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: none;
}
small {
    font-size: 75%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol, li {
    list-style: none outside none;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 0 none;
}
legend {
    border: 0 none;
    white-space: normal;
}
button, input, select {
    vertical-align: middle;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}
/*input[type=submit],input[type=reset],input[type=button]{
    filter:chroma(color=#000000);
}*/
button[disabled], input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"]{
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="search"] {
    box-sizing: content-box;
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px white inset;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus {
    outline: 0 none;
}
/*CLEARFIX
-------------------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*PLACEHOLDER
-------------------------------------------------------------- */
input::-webkit-input-placeholder{color: #999;}
input:-moz-placeholder{color: #999;}
input::-moz-placeholder{color: #999;}
input:-ms-input-placeholder{color: #999;}
.placeholder{color: #999; z-index: 4;}
.searchinfo-small .placeholder{font-size:12px;}
.login-zone .placeholder{font-size:12px;}

input::-ms-clear { display: none; }
input[type="password"]::-ms-reveal{display:none;}

/*LINK BUTTON
-------------------------------------------------------------- */
.cmn-btn {
    -moz-box-orient: vertical;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 4px;
    text-align: center;
}
.cmn-btn:hover {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #c9c9c9;
    color: #4d4d4d;
    text-decoration: none;
}
.cmn-btn:focus {
    outline: 0 none;
}
.cmn-btn:active, .cmn-btn.active {
    background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #c9c9c9;
    color: gray;
}
.cmn-btn.disabled {
    background: none repeat scroll 0 0 #efefef !important;
    border: 1px solid #e2e2e2 !important;
    color: #ccc !important;
    cursor: default !important;
}

.cmn-btn-28 {
    font-size: 14px;
    padding: 4px 9px 3px;
}

/*FONT
-------------------------------------------------------------- */
.f10 { font-size: 10px }
.f12 { font-size: 12px }
.f14 { font-size: 14px }
.f16 { font-size: 16px }
.f18 { font-size: 18px }
.f20 { font-size: 20px }
.f24 { font-size:24px }
.f30 { font-size:30px }
.fb { font-weight: 700 }
.fn { font-weight: 400 }
.t2 { text-indent: 2em }
.lh20 { line-height:20px }
.lh22 { line-height:22px }
.lh24 { line-height:24px }
.unl { text-decoration: underline }
.no_unl { text-decoration: none }
/*POSITION
-------------------------------------------------------------- */
.tl { text-align: left }
.tc { text-align: center }
.tr { text-align: right }
.bc { margin-left: auto; margin-right: auto }
.fl { display: inline; float: left !important;}
.fr { display: inline; float: right !important;}
.vm { vertical-align: middle; }
.vt { vertical-align: top }
.pr { position: relative }
.pa { position: absolute }
.abs-right { position: absolute; right: 0 }
.abs-left { position: absolute; left: 0 }
.hidden { visibility: hidden }
.none { display: none }
.auto { margin: 0 auto}
.overflow{ overflow:hidden;}

.colorgray{color: #bebebe;}
.radio-inline, .checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
input::-ms-clear { display: none; }
