@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
.clear {
    zoom: 100%;
}
.clear:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.t-ind {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
body,
html {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    min-width: 960px;
    font-size: 11px;
    line-height: 1.7;
    color: #666;
}
.wide {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
}
.c {
    color: #000;
}
.c2 {
    color: #666;
}
.f1,
.f2,
.f3 {
    font-family: helvetica,'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.f2 {
    font-weight: 400;
}
.f3 {
    font-weight: 600;
    letter-spacing: 0.1em;
}
#wrapper {
    padding-top: 80px;
}
.contents {
    width: 824px;
    float: right;
    padding-bottom: 30px;
}
.ca {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.ca:hover {
    color: red;
}
a.current {
    border-bottom:1px solid #000;
}
#global-nav {
    font-size: 12px;
    float: left;
    width: 136px;
}
#global-nav li {
    margin-bottom: 18px;
}
footer {
    position: fixed;
    bottom: 10px;
    z-index: 1;
}
footer #footer-nav {
    float: left;
    font-size: 8px;
    line-height: 2em;
    position: relative;
}
#f-ribon {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 199px;
}
#company {
    padding: 0 0 0 200px;
    width: 624px;
    /*background: url("../images/company/logo.gif") no-repeat 200px 0;*/
}
#company dl {
    line-height: 2.3em;
}
#company dl dt {
    width: 120px;
    float: left;
}
#company dl dd {
    margin-left: 120px;
}