@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Lucida Grande", Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    color: #333333;
    line-height: 1.5;
}
html > body {
    font-size: 15px;
    color: #424242;
}
*:first-child + html body {
    font-family: "Lucida Grande", Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    font-size: 15px;
    color: #000000;
}
fieldset,
img {
    border: 0;
}
ol,
ul {
    list-style: none;
    text-decoration: none;
}
caption,
th {
    text-align: left;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}
img {
    border: 0;
}

li img {
    border: 0;
    vertical-align: bottom;
}
input {
    font-family: Arial, Helvetica, sans-serif;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
a {
    color: #029eaa;
    text-decoration: none;
}
a:link {
    color: #029eaa;
    text-decoration: none;
}
/*
a:visited {
    color: #306068;
    text-decoration: none;
}
*/
a:hover {
    color: #306068;
    text-decoration: underline;
}