@charset "utf-8";

/* UNIVERSAL-RESET */
a,
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  outline: none;
}

img {
  vertical-align: bottom;
}

b, strong {
  font-weight: bold;
}

/* BASE-SET */

body {
  background: #fff;
  font-size: 16px;
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

.cx:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

a {
  color: #0029a6;
  overflow: hidden;
  text-decoration: none;
}

a:visited {
  color: #609;
}

a:hover {
  color: #c30;
  text-decoration: underline;
}

/* WIRE-FRAME */

html {
  overflow-y: scroll;
}

#OCN-page {
  font-size: .8125rem; /* 13px */
}

#OCN-header-in,
#OCN-footer-in,
.OCN-totop {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1004px;
}

#OCN-header-in,
#OCN-footer-in {
  text-align: left;
}

#OCN-wrapper {
  padding-top: 5px;
}

#OCN-header-in {
  padding: 13px 10px;
}

#OCN-footer-in {
  padding: 15px 10px 20px;
}

/* UI */
#OCN-footer {
  border-top: 1px solid #ddd;
}

/* FORM */

input,
select,
textarea {
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
  font-size: 100%;
}

/* COMMON */

#OCN-header-logo {
  padding-left: 20px;
  width: 400px;
}

#OCN-header-logo img {
  vertical-align: middle;
}

#OCN-header-logo-ocn img {
  height: 51px;
  width: 114px;
}

#OCN-header-logo a {
  color: #000;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
}

#OCN-header-in {
  position: relative;
}

#OCN-header-util {
  position: absolute;
  right: 10px;
  top: 10px;
}

#OCN-header-util li {
  float: right;
  margin-left: 8px;
}

#OCN-header-util a {
  color: #333;
  font-size: .75rem;
}

#OCN-header-util a:hover {
  color: #333;
}

#OCN-header-tool {
  margin-bottom: 5px;
  text-align: right;
}

#OCN-mode-select,
#OCN-footer-backlinks {
  border-top: 1px solid #ddd;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
}

#OCN-mode-select a:link,
#OCN-mode-select a:visited,
#OCN-mode-select a:hover,
#OCN-footer-backlinks a:link,
#OCN-footer-backlinks a:visited,
#OCN-footer-backlinks a:hover {
  color: #666;
}

#OCN-mode-select li,
#OCN-footer-backlinks li {
  border-left: 1px solid #ddd;
  display: inline;
  margin: 0 0.20em;
  padding: 0 0.8em;
}

#OCN-mode-select li:first-child,
#OCN-footer-backlinks li:first-child {
  border-left: 0;
  padding: 0;
}

#OCN-footer-backlinks {
  margin-top: 30px;
}

#OCN-footer a {
  font-size: .75rem;
}

#OCN-footer a:link,
#OCN-footer a:visited,
#OCN-footer a:hover {
  color: #666;
}

#OCN-footer-link {
  text-align: center;
}

#OCN-footer-link ul {
  margin-bottom: 10px;
}

#OCN-footer-link li {
  display: inline-block;
  line-height: 1.5em;
}

#OCN-footer-link li a {
  margin: 0 0.5em;
}

#OCN-footer-link li:first-child a{
  margin-left: 0;
}

#OCN-footer-copyright {
  color: #666;
  margin-top: 1px;
  text-align: center;
}

#OCN-footer-ci {
  margin-top: 20px;
  text-align: center;
}

#OCN-footer-ci img {
  vertical-align: top;
}

.OCN-go {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAIAQMAAADk/cxGAAAABlBMVEX///9mZmaO7mygAAAAAXRSTlMAQObYZgAAABVJREFUeF5jaGA4wPCA4QMQPgCyGgAxEAYhoO6KiwAAAABJRU5ErkJggg==) 0 no-repeat;
  padding-left: 12px;
}

.OCN-totop {
  line-height: 1.2;
  margin: 10px auto;
}

.OCN-totop a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAEAQMAAACJA+yzAAAABlBMVEX///9mZmaO7mygAAAAAXRSTlMAQObYZgAAABBJREFUeF5jkGCwYahj+A8ABFUB0luPFvsAAAAASUVORK5CYII=) 0 no-repeat;
  float: right;
  padding-left: 12px;
}

/* RWD(option) */

@media screen and (max-width: 599px) {
  .OCN-rwd #OCN-header-util {
    display: none !important;
  }

  .OCN-rwd #OCN-page,
  .OCN-rwd #OCN-wrpper,
  .OCN-rwd #OCN-footer,
  .OCN-rwd #OCN-header-in,
  .OCN-rwd #OCN-header-logo,
  .OCN-rwd #OCN-footer-in,
  .OCN-rwd #OCN-wrapper,
  .OCN-rwd .OCN-totop {
    min-width: 0;
    width: auto;
  }

  .OCN-rwd #OCN-wrapper {
    padding-top: 0;
  }

  .OCN-rwd #OCN-header-in {
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
  }

  .OCN-rwd #OCN-header-logo {
    height: 34px;
    padding-left: 0;
    position: relative;
  }

  .OCN-rwd #OCN-header-logo-ocn {
    position: absolute;
    left: 0;
    top: 0;
  }

  .OCN-rwd #OCN-header-logo-ocn img {
    height: 34px;
    margin-right: 0;
    vertical-align: top;
    width: auto;
  }

  .OCN-rwd #OCN-footer-backlinks {
    display: block;
  }

  .OCN-rwd #OCN-footer-logo {
    float: none;
    margin: 0 0 5px;
    text-align: center;
  }

  .OCN-rwd #OCN-footer-link {
    margin: 0;
    padding-top: 0;
    text-align: center;
  }

  .OCN-rwd #OCN-footer-link li {
    display: inline-block;
    margin: 3px 0;
  }

  .OCN-rwd #OCN-footer-link li a {
    margin: 0;
    padding: 0 0.25em;
  }

  .OCN-rwd #OCN-footer-copyright {
    margin: 3px 0 0;
    text-align: center;
  }

  .OCN-rwd #OCN-footer-in {
    padding: 10px 10px 20px;
  }

}