/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

ins {
    text-decoration: none;
}

li {
    list-style: none;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    margin: 0;
    *font-size: 100%;
    line-height: 1.2;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

sub,
sup {
    vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* common class */
.clearfix:after {
    content: ".";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.gray {
    color: #888;
}

.clear {
    clear: both;
}

/* for webkit */
textarea {
    resize: none
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    outline: 0
}

.nojs {
    background: #FEFFB1;
    border: 1px solid #ffe574;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 34px;
}

/* hacks*/
.hack-guide {
    color: black;
    color: green\9;
    /* IE8 and older, but there’s more… */
    *color: blue;
    /* IE7 and older */
    _color: red;
    /* IE6 and older */
}

.hack-guide {
    color: black;
}

.ie8 .hack-guide {
    color: green;
}

/* IE8 */
.ie7 .hack-guide {
    color: blue;
}

/* IE7 */
.ie6 .hack-guide {
    color: red;
}

/* IE6 and IE5 (but who cares, right?) */

/* base style */
body {
    font: 12px/1.5 arial, sans-serif;
    text-align: center;
    color: #333;
    background: #FFF;
}

a {
    color: #136EC2;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

/* .mark {color: #f00;} */
