@charset "utf-8";

/* ----------------
 WRAPPER
---------------- */

#wrapper {
  min-width: 960px;
}

/* ----------------
 CONTENTS
---------------- */

#contents-header {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px 0 0;
}

#contents-header .description {
  padding: 0 0 9px;
  line-height: 1;
  float: right;
  font-size: 83.3%;
  text-align: right;
  color: #999;
}

#contents ul.bread {
  padding: 0 0 9px;
  font-size: 83.3%;
  line-height: 1;
  float: left;
}

#contents ul.bread li {
  line-height: 1;
  display: inline;
}

#contents ul.bread li.nowpage {
  font-weight: bold;
}

#contents ul.bread li .current {
  font-weight: bold;
}

#contents ul.bread a {
  margin-right: 5px;
  text-decoration: none;
}

#contents ul.bread a:hover {
  text-decoration: underline;
}

#contents-foot {
  background: #808088;
  border-bottom: 1px solid #707077;
  box-shadow: 0 -1px 0 0 #8c8c92 inset;
}

#contents-foot-inner .inner {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}

#contents-foot ul.bread {
  padding: 15px 0;
  color: #ccc;
}

#contents-foot a {
  color: #ccc;
}

#contents-foot #pagetop {
  display: none;
}

/* ----------------
 MAINCONTENTS
---------------- */

#maincontents {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  padding-top: 34px;
}

@media (max-width: 959px) {
  .responsive #maincontents {
    width: 100%;
  }
}

/* ----------------
 LEFT-NAVI
---------------- */

#left-navi {
  width: 180px;
  overflow: hidden;
  float: left;
}

#left-navi .ct-navi {
  margin-bottom: 20px;
}

#left-navi .ct-navi .head a,
#left-navi .ct-navi ul li a {
  display: block;
  text-indent: -999em;
}

#left-navi .ct-navi .head a {
  width: 180px;
  height: 40px;
  overflow: hidden;
}

/* d2 */

#left-navi .ct-navi ul {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#left-navi .ct-navi ul li {
  width: 178px;
  border-bottom: 1px solid #ddd;
}

#left-navi .ct-navi ul li a {
  width: 178px;
  height: 39px;
}

/* d3 */

#left-navi .ct-navi ul li ul {
  margin-left: 9px;
  width: 168px;
  border-top: 1px solid #ddd;
  border-right: none;
}

#left-navi .ct-navi ul li ul li {
  width: 168px;
  border-bottom: 1px solid #ddd;
}

#left-navi .ct-navi ul li ul li a {
  display: block;
  text-indent: -999em;
  width: 168px;
  height: 28px;
}

/* Text Navi */

#left-navi .ct-navi.text-navi li {
  width: auto;
}

#left-navi .ct-navi.text-navi a,
#left-navi .ct-navi.text-navi .ac-navi > span {
  display: flex;
  width: auto;
  height: auto;
  padding: 10px 10px 10px 0;
  text-indent: 0;
  color: #444;
  background: none;
  font-weight: bold;
  align-items: center;
  cursor: pointer;
}

#left-navi .ct-navi.text-navi a:hover,
#left-navi .ct-navi.text-navi .ac-navi > span:hover {
  background-color: #e9eff5;
}

#left-navi .ct-navi.text-navi .head a {
  height: auto;
  color: #fff;
  background-color: #6391c1;
  font-size: 13px;
}

#left-navi .ct-navi.text-navi .head a:hover {
  background-color: #013f73;
}

#left-navi .ct-navi.text-navi ul li.backbone a {
  height: auto;
}

#left-navi .ct-navi.text-navi a::before,
#left-navi .ct-navi.text-navi .ac-navi > span::before {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  margin-right: 6px;
  margin-left: 9px;
  content: "";
  border: 3px solid transparent;
  border-left: 3px solid #568cc5;
}

#left-navi .ct-navi.text-navi .ac-navi.open > span::before {
  margin-left: 7px;
  margin-right: 8px;
  margin-top: 3px;
  border-left: 3px solid transparent;
  border-top: 3px solid #568cc5;
}

#left-navi .ct-navi.text-navi .head a::before {
  border-left: 3px solid #fff;
}

#left-navi .ct-navi.text-navi a.current {
  background-color: #e9eff5;
}

/* d-sub */

#left-navi .ct-navi ul li ul.sub-navi {
  padding: 7px 0;
  border: none;
}

#left-navi .ct-navi.text-navi ul li ul.sub-navi {
  display: none;
}

#left-navi .ct-navi ul li ul.sub-navi li {
  border: none;
}

#left-navi .ct-navi ul li ul.sub-navi li a {
  display: block;
  padding: 3px 5px 3px 18px;
  width: 146px;
  height: auto;
  line-height: 1.2;
  color: #444;
  font-size: 100%;
  text-indent: 0;
  background-position: 9px 9px !important;
  background-repeat: no-repeat;
}

#left-navi .ct-navi ul li ul.sub-navi li a:hover {
  color: #444;
  text-decoration: none;
}

/* Text Navi */

#left-navi .ct-navi.text-navi .sub-navi a::before {
  display: none;
}

#left-navi .ct-navi.text-navi .sub-navi li {
  margin-bottom: 3px;
}

#left-navi .ct-navi.text-navi .sub-navi a {
  font-weight: normal;
  background-image: url(../images/snavi-icon.gif);
}

@media (max-width: 959px) {
  .responsive #left-navi {
    float: none;
    margin: 28px auto 0;
    width: calc(100% - 40px);
    max-width: 740px;
  }

  .responsive #left-navi .aside-navi .body ul li {
    width: 100%;
    background: none;
    border-top: 1px dotted #ddd;
  }

  .responsive #left-navi .aside-navi .body ul li a {
    width: 100%;
  }

  .responsive #left-navi .ct-navi ul li ul {
    width: 100%;
  }

  .responsive #left-navi .ct-navi.text-navi .sub-navi a {
    width: 100%;
  }
}

/* ----------------
 ASIDE-NAVI
---------------- */

.aside-navi .header {
  padding: 7px 10px 8px;
  font-weight: bold;
  color: #fff;
  background-color: #666;
}

.aside-navi .body {
  padding: 0 9px;
  border: 1px solid #ddd;
  border-top: none;
}

.aside-navi .body .head {
  padding: 8px 0;
  font-size: 83%;
  font-weight: bold;
}

.aside-navi .body ul li {
  border-top: 1px dotted #ccc;
}

.aside-navi .body ul li.fst {
  padding-top: 0;
  background: none;
}

.aside-navi .body ul li a {
  display: block;
  padding: 8px 0 8px 9px;
  line-height: 1;
  color: #444;
  text-decoration: none;
  background: url(../images/icon_link_small.gif) left 1.1em no-repeat;
}

.aside-navi .body ul li a:hover {
  text-decoration: underline;
}

.aside-navi .body ul li a.outlink span {
  padding-right: 15px;
  background: url(../images/icon_outlink-9x9.gif) right 0.1em no-repeat;
}

.aside-navi .body .btn {
  padding: 11px 0 10px;
  text-align: center;
  background: url(../images/line_dot-gray.gif) left top repeat-x;
}

/* aside-navi support */

#left-navi .support {
  margin-top: 10px;
}

.aside-navi.support .header {
  padding: 0;
  background: none;
}

.aside-navi.support .header .head {
  height: 50px;
  text-indent: -999em;
  background: url(../images/txt_snavi_contact.gif) left top no-repeat;
}

.aside-navi.support .body p {
  padding: 8px 0 6px;
  font-size: 100%;
}

.aside-navi.support .body .btn {
  padding: 0 0 10px;
  background: none;
}

/* aside-navi contact */
#left-navi .contact {
  margin-top: 10px;
}

.aside-navi.contact .header {
  padding: 0;
  background: none;
}

.aside-navi.contact .header .head {
  height: 50px;
  text-indent: -999em;
  background: url(../images/txt_snavi_contact.gif) left top no-repeat;
}

.aside-navi.contact .body p {
  padding: 8px 0 6px;
  font-size: 100%;
}

.aside-navi.contact .body .btn {
  margin-bottom: 8px;
  padding: 0 0 10px;
  background-position: left bottom;
}

.aside-navi.contact .body p.telephone {
  height: 54px;
  text-indent: -999em;
  background: url(../images/txt_aside-navi_telephone.gif) left top no-repeat;
}

.aside-navi.contact .body p.head {
  margin: -5px 0;
  padding: 0;
}

/* aside-navi member */

.aside-navi.member .header .head {
  height: 15px;
  text-indent: -999em;
  background: url(../images/txt_snavi_member.gif) left top no-repeat;
}

/* aside-navi banner */
.aside-navi.banner {
  margin-bottom: -10px;
}

.aside-navi.banner ul li {
  padding-bottom: 10px;
}

/* ----------------
 MAIN-AREA
---------------- */
#main-area {
  width: 740px;
  overflow: hidden;
  float: right;
}

#main-area-dedicated-form {
  width: 900px;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 959px) {
  .responsive #main-area {
    float: none;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 740px;
  }
}

/* ----------------
 COMMONSTYLES
---------------- */

.left {
  float: left;
}

.right {
  float: right;
}

.note {
  line-height: 1.5;
  font-size: 83.3%;
  color: #888;
}

p.note {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

p.name a {
  font-weight: bold;
}

a.txtlink {
  padding-left: 8px;
  line-height: 1.5;
  background: url(../images/icon_link_small.gif) left 0.3em no-repeat;
}

a.txtlink:hover {
  text-decoration: underline;
}

a.mail span {
  padding-left: 18px;
  line-height: 1.5;
  background: url(../images/icon_mail.gif) left center no-repeat;
}

a.pdflink {
  min-height: 13px;
  padding-left: 45px;
  background: url(../images/icon_pdflink.gif) left 0 no-repeat;
}

a.pdflink:hover {
  text-decoration: underline;
}

a.pdflink span {
  padding-left: 8px;
  background: url(../images/icon_link_small.gif) left 0.3em no-repeat;
}

a.xlslink {
  min-height: 13px;
  padding-left: 45px;
  background: url(../images/icon_xlslink.gif) left 0 no-repeat;
}

a.htmllink {
  min-height: 13px;
  padding-left: 45px;
  background: url(../images/icon_htmllink.png) left 0 no-repeat;
}

a.xlslink:hover {
  text-decoration: underline;
}

a.xlslink span {
  padding-left: 8px;
  background: url(../images/icon_link_small.gif) left 0.3em no-repeat;
}

a.ziplink {
  min-height: 13px;
  padding-left: 45px;
  background: url(../images/icon_ziplink.gif) left 0 no-repeat;
}

a.ziplink:hover {
  text-decoration: underline;
}

a.ziplink span {
  padding-left: 8px;
  background: url(../images/icon_link_small.gif) left 0.3em no-repeat;
}

a.onlinelink {
  min-height: 13px;
  padding-left: 45px;
  background: url(../images/icon_onlinelink.gif) left 0 no-repeat;
}

a.onlinelink:hover {
  text-decoration: underline;
}

a.onlinelink span {
  padding-left: 8px;
  background: url(../images/icon_link_small.gif) left 0.3em no-repeat;
}

a.maillink {
  min-height: 13px;
  padding-left: 45px;
  background: url(../images/icon_maillink.gif) left 0 no-repeat;
}

a.maillink:hover {
  text-decoration: underline;
}

a.maillink span {
  padding-left: 8px;
  background: url(../images/icon_link_small.gif) left 0.3em no-repeat;
}

a.outlink span {
  margin-right: 5px;
  padding: 1px 18px 1px 0;
  background: url(../images/icon_outlink-13x13.gif) right 0 no-repeat;
}

span.business {
  min-height: 13px;
  padding-left: 45px;
  background: url(../images/icon_business.gif) left 0 no-repeat;
}

.note a.pdflink span {
  margin-right: 3px;
  padding-right: 12px;
  background-image: url(../images/icon_pdflink-9x9.gif);
}

.note a.outlink span {
  margin-right: 3px;
  padding-right: 12px;
  background-image: url(../images/icon_outlink-9x9.gif);
}

.attention {
  padding-left: 22px;
  min-height: 17px;
  background: url(../images/icon_attention-17x17.gif) left 0 no-repeat;
}

.icon img {
  margin: 0 4px;
  vertical-align: middle;
}

/* ----------------
 HEADLINE
---------------- */

h1 {
  margin: 3px 0 17px;
  font-size: 216.6%;
}

h2 {
  position: relative;
  margin: 0 0 21px;
  padding: 0 0 8px;
  min-height: 18px;
  line-height: 1.3;
  font-size: 133.3%;
  background: url(../images/bg_h2.gif) left bottom no-repeat;
}

h2 a {
  padding-left: 20px;
  background: url(../images/icon_link-large.gif) left 0 no-repeat;
  line-height: 1.3;
  color: #333;
}

h2 a:hover {
  text-decoration: underline;
}

h2.tree {
  padding: 0;
  font-size: 166.6%;
  background: none;
}

h2.bgheader,
h3.bgheader {
  position: relative;
  clear: both;
  margin-bottom: 12px;
  padding: 7px 6px 5px;
  width: 728px;
  color: #fff;
  font-size: 116.6%;
  background: #666;
}

h2 span.btn a {
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  padding: 0;
  background: none;
}

h2.bgheader span.btn a {
  top: 5px;
  right: 5px;
}

h2 span.btn a img,
h2.bgheader span.btn a img {
  display: block;
}

h3 {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 116.6%;
}

h3.tree {
  margin: 0 0 12px;
  padding: 0 0 8px;
  min-height: 18px;
  line-height: 1.3;
  font-size: 133.3%;
  background: url(../images/bg_h2.gif) left bottom no-repeat;
}

h3 a {
  padding-left: 14px;
  background: transparent url(../images/icon_link-mdl.gif) no-repeat left 2px;
}

h3 a:hover {
  text-decoration: underline;
}

h4 {
  margin-bottom: 8px;
  font-size: 100%;
  font-weight: bold;
}

h4.tree {
  margin-bottom: 8px;
  font-size: 116.6%;
}

h5.tree {
  margin-bottom: 8px;
  font-size: 100%;
  font-weight: bold;
}

.cap {
  font-weight: bold;
}

.emmessage {
  text-align: center;
  padding: 5em 0;
}

/* ----------------
 SET-2COLUMN-BLOCK
---------------- */

.set-2column-block {
  overflow: hidden;
}

.set-2column-block .set-2column-left {
  width: 360px;
  float: left;
  display: inline;
}

.set-2column-block .set-2column-right {
  width: 360px;
  float: right;
  display: inline;
}

/* ----------------
 LEAD-BLOCK
---------------- */

.lead-block {
  padding-bottom: 10px;
}

.lead-block p {
  margin-bottom: 8px;
  line-height: 1.5;
}

.lead-block p.catch {
  margin-bottom: 12px;
  font-size: 133.3%;
  font-weight: bold;
}

/* ----------------
 TXT-BLOCK
---------------- */

.txt-block {
  padding-bottom: 22px;
}

.txt-block p {
  margin-bottom: 8px;
  line-height: 1.5;
}

/* ----------------
 LINK-BLOCK
---------------- */

.link-block {
  border: 1px dotted #ccc;
  margin-bottom: 8px;
}

.link-block .inner {
  padding: 9px 10px 4px;
  background: #f5f5f5;
}

.link-block .inner p.head {
  margin-bottom: 4px;
  font-weight: bold;
}

.link-block .inner ul li {
  margin-bottom: 5px;
}

/* ----------------
 FLOAT-BLOCK
---------------- */

.float-list {
  overflow: hidden;
  padding-bottom: 20px;
  width: 760px;
}

.float-list .float-block {
  float: left;
  margin: 0 20px 0 0;
  padding-bottom: 10px;
  width: 360px;
}

/* ----------------
 OPTION-BLOCK
---------------- */

.option-block {
  float: left;
  margin: 0 10px 10px 0;
  width: 365px;
  min-height: 110px;
  background: #fef5e7;
}

.option-block .inner {
  padding: 10px 12px;
  width: auto;
}

.option-block .set-2column-left {
  width: 90px;
}

.option-block .set-2column-left .p-mark {
  padding: 15px;
  background: #fff;
}

.option-block .set-2column-left .iso-mark {
  padding: 15px;
  background: #fff;
}

.option-block .set-2column-right {
  padding-top: 7px;
  width: 235px;
}

.option-block p {
  margin-bottom: 5px;
}

.option-block p.name {
  font-weight: bold;
}

/* ----------------
 ARTICLE-BLOCK
---------------- */

.article-block {
  padding-bottom: 22px;
  min-height: 1px;
}

.article-block dl {
  margin-bottom: 8px;
}

.article-block dt {
  float: left;
  clear: left;
  margin: 0;
  padding: 6px 0;
  width: 7em;
  line-height: 1.5;
}

.article-block dd {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 5px 0;
}

.article-block dd a.pdflink,
.article-block dd a.ziplink {
  padding-left: 50px;
}

/* article-block-half */
.set-2column-block .article-block dt {
  float: none;
  padding: 9px 0 0;
  width: auto;
  background: url(../images/line_dot-gray.gif) left top repeat-x;
}

.set-2column-block .article-block dd {
  padding: 0 0 8px;
  background: none;
}

.set-2column-block .article-block .index-link {
  padding-top: 10px;
}

/* ----------------
 MAIN-AREA-HEADER
---------------- */

.main-area-header {
  position: relative;
  margin-bottom: 20px;
}

.main-area-header h1 {
  margin: 0;
  padding: 0 180px 0 0;
  font-size: 216.6%;
}

.main-area-header .fontsize {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 9px;
  width: 160px;
  height: 25px;
  line-height: 25px;
  font-size: 12px !important;
  border-left: 1px solid #ccc;
}

.main-area-header .fontsize .head {
  float: left;
  width: 67px;
  height: 25px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/fontsize_head.gif) 0 7px no-repeat;
}

.main-area-header .fontsize ul {
  float: right;
  width: 90px;
  height: 25px;
}

.main-area-header .fontsize ul li {
  float: left;
  padding-left: 5px;
}

/* ----------------
 SECTION-BLOCK
---------------- */

.section-block {
  padding-bottom: 10px;
}

.catch {
  color: #f36;
}

.txt-block,
.tbl-block {
  padding-bottom: 22px;
}

.txt-block p,
.tbl-block p {
  margin-bottom: 8px;
}

.link-block h2 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 100%;
  background: none;
}

.link-block p {
  margin-bottom: 2px;
}

/* ----------------
 ALIGN
---------------- */

.aligncenter { text-align: center !important; }

.alignleft { text-align: left !important; }

.alignright { text-align: right !important; }

/* ----------------
 LIST
---------------- */

.lead-block ul, .txt-block ul, .tbl-block ul,
.lead-block ul, .txt-block ol, .tbl-block ol {
  margin-bottom: 8px;
  line-height: 1.5;
}

.decimal-list li,
.disc-list .decimal-list li {
  margin-left: 2em;
  list-style: decimal none outside;
}

.disc-list li,
.decimal-list .disc-list li {
  margin-left: 0;
  padding-left: 10px;
  background: url(../images/icon_dot.gif) 0 0.2em no-repeat;
  list-style: none none outside;
}

/* ----------------
 NOTE-BLOCK
---------------- */

.note-block { margin-bottom: 8px; }

.note-block p { margin-bottom: 0 !important; }

/* ----------------
 TABLE
---------------- */

/* in .tbl-block */
.tbl-block table {
  margin-bottom: 8px;
  width: 100%;
  border-collapse: collapse;
}

.tbl-block table tr th,
.tbl-block table tr td {
  padding: 9px 10px;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ddd;
}

.tbl-block table tr th.size,
.tbl-block table tr td.size {
  padding: 9px 10px;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  border: 1px solid #ddd;
}

.tbl-block table tr th {
  text-align: left;
  vertical-align: middle;
}

.tbl-block table tr td {
  text-align: center;
  vertical-align: middle;
}

.tbl-block table tr.line th.sub {
  vertical-align: top;
}

.tbl-block table tr.thead th {
  padding: 9px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f4a21b;
}

.tbl-block table tr.subhead th {
  padding-right: 0;
  padding-left: 0;
  font-weight: bold;
  text-align: center;
  background-color: #fef5e7;
}

.tbl-block table tr.thead th a {
  padding-left: 8px;
  color: #fff;
  background: url(/resource/images/icon_link_small-bg.gif) 0 0.3em no-repeat;
  text-decoration: none;
}

.tbl-block table tr.thead th a:hover {
  text-decoration: underline;
}

.tbl-block table tr.subhead th a {
  padding-left: 8px;
  background: url(/resource/images/icon_link_small.gif) left 0.3em no-repeat;
  text-decoration: none;
}

.tbl-block table tr.subhead th a:hover {
  text-decoration: underline;
}

.tbl-block table tr.sum th {
  text-align: right;
  font-weight: bold;
}

/* in .txt-block */
.txt-block table {
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #ddd;
}

.txt-block table tr th {
  padding: 10px;
  line-height: 1.6;
  border: 1px solid #ddd;
  border-top: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  background-color: #f5f5f5;
}

.txt-block table tr td {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.txt-block table tr.center td {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}

.txt-block table tr.thead th {
  text-align: center;
}

.txt-block table tr th.subhead {
  vertical-align: top;
  background-color: #fff;
}

.txt-block table tr.line th.subhead,
.txt-block table tr.line td {
  border-bottom: 0;
  background: url(../images/line_dot-gray.gif) left bottom repeat-x;
}

.txt-block table tr td.price {
  text-align: right;
}

.txt-block .txt-block {
  padding: 0;
}

.txt-block .note-block {
  padding-bottom: 8px;
}

/* ----------------
 NAVIGATION
---------------- */

/* TAB-NAVI */
.tab-navi ul { border-bottom: 2px solid #6391c1; }

.tab-navi ul::after {
  content: "";
  display: block;
  clear: both;
}

.tab-navi ul li {
  float: left;
  display: inline; /* for IE */
  margin-right: 5px;
  background-color: #f5f5f5;
}

.tab-navi ul li a {
  position: relative; /* for IE */
  display: block;
  padding: 12px 10px 10px 25px;
  border: 1px solid #ddd;
  border-bottom: none;
  line-height: 1;
  color: #568cc5;
  background: #f5f5f5 url(../images/icon_link-right.gif) no-repeat 10px 14px;
}

.tab-navi ul li a:hover,
.tab-navi ul li.selected a {
  color: #fff;
  border-color: #6391c1;
  background-color: #6391c1;
  background-image: url(../images/icon_link-right-on.gif);
}

.tab-navi ul li.selected a,
.tab-navi ul li.selected a:hover {
  font-weight: bold;
  background-image: url(../images/icon_link-below-on.gif);
}

.tab-contents .inner {
  display: none;
  padding: 20px 0 0;
}

.tab-contents .selected {
  display: block;
}

/* PAGE-NAVI */
.page-navi { margin-bottom: 20px; }

.page-navi ul::after {
  content: "";
  display: block;
  clear: both;
}

.page-navi ul li,
.page-navi p {
  float: left;
  display: inline;
  margin-right: 10px;
  background-color: #f5f5f5;
}

.page-navi ul li a,
.page-navi p a {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 1;
  color: #568cc5;
  background-color: #f5f5f5;
}

.page-navi ul li a,
.page-navi p a {
  position: relative;
  line-height: 1;
}

.page-navi ul li a:hover,
.page-navi p a:hover {
  color: #fff;
  border-color: #6391c1;
  background-color: #6391c1;
}

.page-navi .prev a span {
  padding-left: 15px;
  background: transparent url(../images/icon_link-left.gif) no-repeat left 2px;
}

.page-navi .prev a:hover span {
  background-image: url(../images/icon_link-left-on.gif);
}

.page-navi .next a span {
  padding-right: 15px;
  background: transparent url(../images/icon_link-right.gif) no-repeat right 2px;
}

.page-navi .next a:hover span {
  background-image: url(../images/icon_link-right-on.gif);
}

.page-navi ul.back {
  text-align: center;
}

.page-navi ul.back li.prev {
  float: none;
  display: inline-block;
  margin: 0 auto;
}

/* BOXS-NAVI */
.boxs-navi { margin-bottom: 20px; }

.boxs-navi ul::after {
  content: "";
  display: block;
  clear: both;
}

.boxs-navi ul li {
  float: left;
  display: inline; /* for IE */
  margin-right: 5px;
  background-color: #f5f5f5;
}

.boxs-navi ul li a {
  display: block;
  padding: 10px 10px 10px 25px;
  border: 1px solid #ddd;
  line-height: 1;
  color: #568cc5;
  background: #f5f5f5 url(../images/icon_link-right.gif) no-repeat 10px 12px;
  position: relative; /* for IE */
}

.boxs-navi ul li a:hover,
.boxs-navi ul li.selected a {
  color: #fff;
  border-color: #6391c1;
  background-color: #6391c1;
}

.boxs-navi ul li a:hover {
  background-image: url(../images/icon_link-right-on.gif);
}

.boxs-navi ul li.selected a {
  font-weight: bold;
  background-image: url(../images/icon_link-below-on.gif);
}

/* LIST-NAVI */
.list-navi { margin-bottom: 20px; }

.list-navi ul {
  padding: 8px 10px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.list-navi ul::after {
  content: "";
  display: block;
  clear: both;
}

.list-navi ul li {
  float: left;
  margin-right: 20px;
  white-space: nowrap;
}

.list-navi ul li a {
  padding-left: 15px;
  color: #568cc5;
  background: transparent url(../images/icon_link-below.gif) no-repeat 0 2px;
}

.list-navi ul li a:hover {
  text-decoration: underline;
}

/* ----------------
 PAGETOP
---------------- */

.pagetop {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  text-align: right;
}

.pagetop a {
  padding-right: 15px;
  background: url(../images/icon_link-up.gif) right center no-repeat;
}

.pagetop a:hover {
  text-decoration: underline;
}

/* ----------------
 ACTION-BLOCK
---------------- */

.action-block {
  margin-bottom: 20px;
  border: 1px solid #d5e4ef;
}

.action-block * {
  line-height: 1.5;
}

.action-block table {
  width: 100%;
}

.action-block table tr td,
.action-block table tr th {
  text-align: left;
  vertical-align: top;
}

.action-block table tr th {
  padding: 5px 15px;
  border-bottom: 1px solid #d5e4ef;
  color: #45709e;
  font-weight: bold;
  background-color: #e9eff5;
}

.action-block table tr td {
  padding: 2px 15px;
}

.action-block table tr td.sidecol,
.action-block table tr th.sidecol {
  width: 220px;
  border-right: 1px solid #d5e4ef;
}

.action-block table tr td.halfcol,
.action-block table tr th.halfcol {
  width: 50%;
}

.action-block p {
  margin: 8px 0;
}

.action-block p.head {
  margin: 10px 0 8px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #666;
}

.action-block p.note {
  margin-bottom: 0;
}

.action-block dl {
  margin: 8px 0 0;
}

.action-block dl dt {
  margin-bottom: 3px;
  font-weight: bold;
}

.action-block dl dd {
  margin-bottom: 8px;
}

.action-block .btn {
  margin: 10px 0;
  text-align: center;
}

.action-block .txt-for-business {
  overflow: hidden;
}

.action-block .txt-for-business p {
  margin: 0;
  text-indent: -999em;
}

.action-block .txt-for-business {
  margin: 10px 0;
  width: 340px;
  height: 44px;
  background: url(../images/action-txt_business-340.gif) 0 0 no-repeat;
}

.action-block .sidecol .txt-for-business {
  margin: 10px 0 15px;
  width: 220px;
  height: 62px;
  background: url(../images/action-txt_business-220.gif) 0 0 no-repeat;
}

/* ----------------
 ASSIST-BLOCK
---------------- */

.assist-block {
  margin-bottom: 20px;
}

.assist-block .action-block {
  margin-bottom: 0;
}

.assist-block .action-block {
  border-bottom: none;
}

/* ----------------
 FILELIST-BLOCK
---------------- */

.filelist-block {
  padding-bottom: 22px;
}

.filelist-block h2 {
  margin-bottom: 15px;
}

.filelist-block h3 {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.filelist-block ul {
  margin-bottom: 8px;
}

.filelist-block ul li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}

.filelist-block ul li a {
  padding-left: 50px;
}

/* ----------------
 BNR-LIST
---------------- */

.bnr-list {
  margin-top: 20px;
}

.bnr-list p.head {
  margin-bottom: 10px;
  color: #666;
  font-weight: bold;
}

.bnr-list li {
  margin-bottom: 5px;
}

a:hover img.brightover {
  opacity: 0.8;
}

/* ----------------
 SOCIAL-BUTTON
---------------- */

div.social-button ul {
  margin-right: 10px;
  width: 740px;
  overflow: hidden;
}

div.social-button li {
  float: right;
  display: inline; /* for IE */
}

/* ----------------
 OUTLINE-BLOCK
---------------- */

.outline-block {
  margin-bottom: 22px;
}

.outline-block table {
  margin-bottom: 8px;
  width: 740px;
  border-top: 2px solid #e99a1a;
  border-bottom: 2px solid #e99a1a;
}

.outline-block table tr th,
.outline-block table tr td {
  padding: 5px 10px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
  border-bottom: none;
}

.outline-block table tr.name th {
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: none;
  font-weight: normal;
  background-color: #fef5e7;
  vertical-align: bottom;
}

.outline-block table tr.name th p {
  margin-bottom: 5px;
}

.outline-block table tr.name th p.name {
  font-weight: bold;
  font-size: 116.6%;
}

.outline-block table tr.name th p.icon {
  float: left;
  padding-right: 10px;
}

.outline-block table tr.name th p.icon img {
  margin: 0;
}

.outline-block table tr.name th p.desc {
  font-size: 100%;
}

.outline-block table tr.color th,
.outline-block table tr.color td {
  background-color: #eee;
}

.outline-block table tr.highlight th,
.outline-block table tr.highlight td {
  background-color: #ffc;
}

.outline-block table tr.noline td {
  border-top: none;
}

.outline-block table tr em {
  color: #f36;
  font-style: normal;
}

.outline-block table tr .cof36 {  /* em代替 */
  color: #f36;
  font-style: normal;
}

.outline-block table tr strong {
  font-weight: bold;
}

.outline-block table tr strong.highlight {
  color: #f36;
}

.outline-block table tr.head th {
  padding-bottom: 0;
  text-align: left;
  vertical-align: top;
  font-size: 85%;
  font-weight: normal;
}

.outline-block table tr.value td {
  border-top: none;
  text-align: right;
  vertical-align: bottom;
}

.outline-block table tr.value td.common-value {
  text-align: center;
}

.outline-block table tr.value td .val {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}

.outline-block table tr.desc td {
  padding-top: 10px;
  padding-bottom: 5px;
}

.outline-block table tr.desc td p,
.outline-block table tr.desc td ul {
  margin-bottom: 5px;
}

.outline-block table tr.btn td {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.outline-block table tr.btn td p {
  margin-bottom: 5px;
}

.tbl-block table tr th.stop,
.tbl-block table tr td.stop,
.outline-block table tr th.stop,
.outline-block table tr td.stop {
  color: #bbb !important;
  background: url(../images/bg_stop.gif) repeat 0 0 !important;
}

.tbl-block table tr th.stop *,
.tbl-block table tr td.stop *,
.outline-block table tr th.stop *,
.outline-block table tr td.stop * {
  color: #bbb !important;
}

.tbl-block table tr th.stop,
.tbl-block table tr td.stop,
.outline-block table tr.name th.stop,
.outline-block table tr.value td.stop {
  text-decoration: line-through !important;
}

/* ----------------
 PLAN-BLOCK
---------------- */

.plan-block .head {
  position: relative;
  z-index: 2;
}

.plan-block .head h3 {
  margin: 0;
  padding: 0;
}

.plan-block .head h3 a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -999em;
  background: 0 0 no-repeat;
  line-height: 1.2;
}

.plan-block .head h3 a:hover {
  background-position: right 0;
}

.plan-block .head .badge {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  text-indent: -999em;
  background: 0 0 no-repeat;
}

.plan-block .data {
  border-left: 1px solid #bad7ee;
  border-right: 1px solid #bad7ee;
}

.plan-block .data table {
  width: 100%;
}

.plan-block .data table tr {
  height: 41px; /* for Firefox */
}

.plan-block .data table th,
.plan-block .data table td {
  height: 33px;
  line-height: 16px;
  vertical-align: bottom;
  text-align: left;
  border-bottom: 1px solid #bad7ee;
  background-color: #e8f1f9;
}

.plan-block .data table th {
  padding: 4px 0 4px 10px;
  font-weight: normal;
  width: 40px;
  white-space: nowrap;
}

.plan-block .data table td {
  padding: 4px 10px;
}

.plan-block .data table span.val {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}

.plan-block .data table em {
  font-style: normal;
  color: #f36;
}

.plan-block .desc {
  position: relative;
  padding: 0 0 35px;
  min-height: 140px;
  border: 1px solid #fce3ba;
  border-top: none;
  background: right bottom no-repeat;
}

.plan-block .desc p.value {
  line-height: 1;
  margin: 0 0 8px;
  padding: 4px 9px;
  background-color: #fef5e7;
}

.plan-block .desc p.value span.val {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
}

.plan-block .desc p.price {
  margin: 0 0 10px;
  padding: 10px 9px 0;
}

.plan-block .desc p.price span.val {
  font-size: 22px;
  font-weight: bold;
}

.plan-block .desc .img {
  padding: 0 10px 10px;
  float: right;
}

.plan-block .desc .txt {
  margin: 0 0 8px;
  padding: 0 9px;
}

.plan-block .desc .txt em {
  font-weight: bold;
  font-style: normal;
  color: #f36;
}

.plan-block .desc p.btn {
  position: absolute;
  left: 9px;
  bottom: 10px;
}

.plan-list {
  margin: 0 -10px 0 0;
  width: 100%;
  padding-bottom: 20px;
}

.plan-list .plan-block {
  float: left;
  display: inline-block; /* for IE */
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 365px;
}

.plan-list .plan-block:nth-of-type(even) {
  margin-right: 0;
}

.plan-block .head h3 a {
  text-indent: 0;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.plan-block .head h3 small {
  margin-right: 5px;
  font-size: 11px;
}

.plan-block .head h3 .fa {
  margin-right: 6px;
  font-size: 16px;
}

.plan-block.rs .head h3 a {
  background: #f4a21b;
}

.plan-block.vps .head h3 a {
  background: #1aadaa;
}

.plan-block.cloud .head h3 a {
  background: #3e8c0a;
}

.plan-block.winvps .head h3 a {
  background: #007bbc;
}

.plan-block.ds .head h3 a {
  background: #0a73b9;
}

.plan-block.dc .head h3 a {
  background: #533676;
}

.plan-block.ssl .head h3 a {
  background: #f5be00;
}

.plan-block .head h3 a:hover {
  text-decoration: none;
  background: #013f73;
}

.plan-block .label-capacity {
  position: absolute;
  top: 5px;
  right: 0;
}

.plan-block .label-balloon {
  position: absolute;
  top: 40px;
  right: 70px;
}

@media (max-width: 779px) {
  .responsive .plan-list .plan-block {
    float: none;
    max-width: 100%;
  }
}

@media (max-width: 419px) {
  .responsive .plan-block .label-capacity {
    display: none;
  }
}

@media (max-width: 374px) {
  .responsive .plan-block .label-balloon {
    display: none;
  }
}

/* ----------------
 POPUP
---------------- */

.popup {
  width: 600px;
  text-align: center;
}

.popup #header {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: left;
  background-color: #fff;
}

.popup #site-logo {
  float: none;
  padding: 2px 0 0 10px;
}

.popup #contents {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  display:block;
}

.popup #contents-inner {
  margin: 0;
  width: 600px;
}

.popup #contents-header {
  width: 600px;
  background: transparent;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.popup #main-area {
  width: 580px;
  padding: 0 10px;
  float: none;
  overflow: visible;
}

.popup #main-area h1 {
  margin: 0 0 12px;
  line-height: 1.3;
  font-size: 133.3%;
}

.popup #main-area p,
.popup #main-area ul {
  margin-bottom: 15px;
}

.popup #main-area table {
  width: 100%;
}

.popup #main-area table th {
  width: 50px;
  padding: 9px 10px;
  border: 1px solid #ddd;
  border-right: 0;
  text-align: left;
  vertical-align: top;
}

.popup #main-area table td {
  padding: 9px 10px;
  border: 1px solid #ddd;
  border-left: 0;
}

.popup #copybtn {
  position: relative;
}

.popup #copybtn .copytext {
  margin-bottom: 10px;
}

.popup #copybtn .flbtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 26px;
  z-index: 99;
}

.popup #main-area table .quotation { /*   new   */
  width: 490px;
  border: 1px solid #ddd;
  background-color: #e9eff5;
  padding: 9px 10px 15px;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  white-space: pre-wrap;      /* CSS3 */
  margin-top: 10px;
  overflow-y: auto;
  line-height: 1.5;
  height: 300px;
}

.popup #main-area .close {
  padding-top: 20px;
  text-align: center;
}

/* ----------------
 NEWS AREA
---------------- */

#main556t h1 {
  padding: 20px 50px 0;
  font-size: 20px;
}

#main556t .txt-block {
  padding: 20px 50px;
}

pre {
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

/* ----------------
 PRINT
---------------- */

@media print {
  * {
    width: auto !important;
    overflow: visible !important;
  }

  #header,
  #contents-header,
  #contents-foot,
  #left-navi,
  #footer {
    display: none;
  }

  #main-area {
    float: left;
  }
}

/* ----------------
 TABLE
---------------- */

.txtb {
  font-weight: bold;
}

/* ----------------
 CASE-BLOCK
---------------- */

.case_block {
  float: left;
}

.case_width {
  width: 230px;
  padding: 0 8px 15px;
}

.case_logo {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding-bottom: 5px;
}
