@charset "Shift_JIS";

/**
 * 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  font-family: "・・・C・・・I","・l・r ・o・S・V・b・N",sans-serif;
}

/* link */
a:link {
  color: #1b47ff;
  text-decoration: underline;
}

a:visited {
  color: #9720c9;
  text-decoration: underline;
}

a:hover {
  color: #ff7d00;
  text-decoration: underline;
}

/**
 * base
 */
.wrap {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

.pageTitle {
    margin-bottom: 20px;
    padding-left: 38px;
    font-size: 24px;
    font-weight: bold;
}
.icon-cliplist { background: url("/jalan/doc/howto/images/about_cliplist/icon_cliplist.png") no-repeat 0 0; }
.icon-viewhistory { background: url("/jalan/doc/howto/images/about_cliplist/icon_viewhistory.png") no-repeat 0 0; }

.sectionTitle {
    margin-bottom: 20px;
    padding-left: 14px;
    background: url("/jalan/doc/howto/images/about_cliplist/icon_section_title.png") no-repeat 0 0;
    font-size: 18px;
    font-weight: bold;
}

/**
 * header
 */
.header {
    margin-bottom: 30px;
}
.header-inner {
    margin: 0 14px;
}

/* anchorNav */
.anchorNav { margin-top: 15px; }
.anchorNav a {
    padding-left: 10px;
    background: url("/jalan/doc/howto/images/about_cliplist/icon_anchor_arrow.png") no-repeat 0 50%;
}

/**
 * footer
 */
.footer {
    padding-top: 30px;
    border-top: 3px solid #ccc;
}
.copylight a {
    font-size: 10px;
    color: #435b67;
}

/**
 * main
 */
.main {
    margin-bottom: 20px;
}
.main-section {
    padding: 30px 0;
    border-top: 3px solid #ccc;
}
.section-inner {
    margin: 0 14px;
}

/* links */
.textLinks {
    margin-top: 10px;
    text-align: right;
}
.anchorPagetop {
    margin-top: 30px;
    text-align: right;
}

/* parts */
.imgFigure {
    margin-top: 30px;
}
.imgFigure .caption{
    margin-bottom: 9px;
    text-align: center;
}
.imgFigure img {
}

.detailsList {
    margin-top: 25px;
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}
.detailsList dt {
    margin-top: 15px;
    font-weight: bold;
}
.detailsList dt:first-child { margin-top: 0; }

.btnClose {
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 25px;
    background: url("/jalan/doc/howto/images/about_cliplist/btn_close.png") no-repeat 0 0;
    text-indent: -9999px;
}
.btnClose:hover { background-position: 0 bottom; }