@charset "UTF-8";
/* reset
------------------------------ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ol, ul, li,
strong, sub, sup, i, small, address, time,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, aside,
figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, figure, figcaption,
footer, header, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  min-height: 100%;
}

body {
  min-height: 100%;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
input:focus, textarea:focus, button:focus {
  outline: 1px dotted #ccc;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  color: #229de0;
  text-decoration: none;
}
a:visited {
  color: #1584c1;
}
a:hover {
  color: #58c2fc;
}
a:active {
  color: #45a201;
}

img {
  vertical-align: bottom;
}

/*	画像hover --------- */
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

body {
  width: 100%;
  color: #000;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.858;
  -webkit-text-size-adjust: 100%;
}

/*	spヘッダ
------------------------------ */
#spHeader .sh-search{
  width: auto;
}
#spHeader .sh-search form{
  padding: 3px;
  background: #fff;
}
#spHeader .sh-search input[type="search"]{
  color: #000;
  border: none;
  outline: none;
  vertical-align: middle;
  -webkit-transition: width .1s ease-in-out;
  -moz-transition: width .1s ease-in-out;
  transition: width .1s ease-in-out;
  width: 150px;
}
#spHeader .sh-search input[type="search"]:focus{
  width: 230px;
}
#spHeader .sh-search input[type="image"]{
  vertical-align: middle;
}

/*	ヘッダ
------------------------------ */
#info-header {
  background: #fff;
}
#info-header h1 img {
  display: block;
}

/*	コンテンツ
------------------------------ */
#body {
  background: #f5f5f5;
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.334;
}
.breadcrumbs:after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumbs li {
  float: left;
  margin: 0 12px 0 0;
}
.breadcrumbs li a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  margin: -3px 0 0 10px;
  background: url('../img/arw_gray_c_r.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ie8 .breadcrumbs li a:after {
  background-image: url('../img/arw_gray_c_r.png');
}
.breadcrumbs li a:hover:after {
  background-image: url('../img/arw_blue_r.svg');
}
.ie8 .breadcrumbs li a:hover:after {
  background-image: url('../img/arw_blue_r.png');
}
.breadcrumbs li a:active:after {
  background-image: url('../img/arw_green_r.svg');
}
.ie8 .breadcrumbs li a:active:after {
  background-image: url('../img/arw_green_r.png');
}
.breadcrumbs li a:after {
  width: 6px;
  height: 11px;
  margin-left: 10px;
}

/*	サイドバー
------------------------------ */
#side .side-nav-block {
  background: #fff;
  border: 1px solid #eeeeee;
  border-top: none;
}
#side .side-nav-block dt {
  padding: 7px 19px 3px 9px;
  background: #f9f9f9;
  border-top: 3px solid #ccc;
  color: #666;
}
#side .side-nav-block dd a,
#side .side-nav-block li a {
  position: relative;
  display: block;
  padding: 7px 19px 6px 9px;
  border-top: 1px solid #eeeeee;
}
#side .side-nav-block dd a:after,
#side .side-nav-block li a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  margin: -3px 0 0 10px;
  background: url('../img/arw_gray_c_r.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ie8 #side .side-nav-block dd a:after, .ie8
#side .side-nav-block li a:after {
  background-image: url('../img/arw_gray_c_r.png');
}
#side .side-nav-block dd a:hover:after,
#side .side-nav-block li a:hover:after {
  background-image: url('../img/arw_blue_r.svg');
}
.ie8 #side .side-nav-block dd a:hover:after, .ie8
#side .side-nav-block li a:hover:after {
  background-image: url('../img/arw_blue_r.png');
}
#side .side-nav-block dd a:active:after,
#side .side-nav-block li a:active:after {
  background-image: url('../img/arw_green_r.svg');
}
.ie8 #side .side-nav-block dd a:active:after, .ie8
#side .side-nav-block li a:active:after {
  background-image: url('../img/arw_green_r.png');
}
#side .side-nav-block dd a:hover,
#side .side-nav-block li a:hover {
  background-color: #e9f7ff;
}
#side .side-nav-block dd a:after,
#side .side-nav-block li a:after {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  margin: -8px 0 0 0;
}
#side .side-nav-search {
  border-top: 1px solid #eeeeee;
}
#side .side-nav-search .side-nav-search-head {
  background: none;
  padding-bottom: 2px;
  border-top: none;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.084;
}
#side .side-nav-search .side-nav-search-body {
  position: relative;
  padding: 0 9px 9px 9px;
}
#side .side-nav-search .side-nav-search-kw {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 49px 9px 4px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}
#side .side-nav-search .side-nav-search-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  padding: 4px 7px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  color: #229de0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.667;
}

/*	フッタ
------------------------------ */
#info-footer {
  background: #fff;
  color: #999;
}
#info-footer .footer-links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.167;
}
#info-footer .footer-links:after {
  content: '';
  display: block;
  clear: both;
}
#info-footer .footer-links li {
  display: inline-block;
  float: left;
  margin: 0 0 3px 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #ccc;
}
#info-footer .footer-links li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#info-footer .footer-copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.417;
}
#info-footer .footer-copyright a {
  padding: 0 1em 0 0;
  color: #999;
}
#info-footer .link-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
}
#info-footer .link-pagetop a {
  position: relative;
  display: block;
  height: 100%;
  background: rgba(34, 157, 224, 0.8);
  border-radius: 8px 0 0 0;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
#info-footer .link-pagetop a:hover {
  background-color: #58c2fc;
}
#info-footer .link-pagetop a:after {
  content: '';
  position: absolute;
  display: block;
  background: url('../img/arw_white_u.svg') no-repeat;
  background-size: contain;
}
#info-footer .link-pagetop span {
  position: absolute;
  left: -9999px;
}

/*	共通パーツ
------------------------------ */
/*	アイコン --------- */
.ico-cat {
  color: #fff;
}
.ico-cat span {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  behavior: url(../js/PIE.htc);
  white-space: nowrap;
}
.ico-cat span.ico-cat-update {
  background: #dfa509;
}
.ico-cat span.ico-cat-failure {
  background: #d04747;
}
.ico-cat span.ico-cat-mainte {
  background: #91ca5d;
}
.ico-cat span.ico-cat-security {
  background: #ac85f3;
}
.ico-cat span.ico-cat-other {
  background: #999;
}

.ico-products li {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  behavior: url(../js/PIE.htc);
  color: #999;
  white-space: nowrap;
}

/*	お知らせトップページに戻る --------- */
.back-top a {
  display: inline-block;
  padding: 6px 14px 6px 9px;
  background: #fff;
  border: 1px solid #eeeeee;
}
.back-top a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  margin: -3px 10px 0 0;
  background: url('../img/arw_gray_c_l.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ie8 .back-top a:before {
  background-image: url('../img/arw_gray_c_l.png');
}
.back-top a:hover:before {
  background-image: url('../img/arw_blue_l.svg');
}
.ie8 .back-top a:hover:before {
  background-image: url('../img/arw_blue_l.png');
}
.back-top a:active:before {
  background-image: url('../img/arw_green_l.svg');
}
.back-top a:before {
  margin-right: 8px;
}

/*	記事一覧 --------- */
.list {
  margin: 0 0 20px 0;
  background: #fff;
  border-top: 3px solid #ccc;
}
.list.list-main {
  border-top-color: #a8d1ec;
}

.list-header {
  background: #f9f9f9;
  border-style: solid;
  border-color: #eeeeee;
}
.list-main .list-header {
  background: #e9f4fb;
  border-color: #d7e9f5;
  border-bottom-color: #e9f4fb;
}

.list-title {
  display: inline-block;
  border-left: 5px solid transparent;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
#list-important .list-title {
  border-left-color: #229de0;
}
#list-update .list-title {
  border-left-color: #dfa509;
}
#list-failure .list-title {
  border-left-color: #d04747;
}
#list-mainte .list-title {
  border-left-color: #91ca5d;
}
#list-security .list-title {
  border-left-color: #ac85f3;
}

.list-more {
  display: inline-block;
  vertical-align: middle;
}
.list-more a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  margin: -3px 0 0 10px;
  background: url('../img/arw_gray_c_r.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ie8 .list-more a:after {
  background-image: url('../img/arw_gray_c_r.png');
}
.list-more a:hover:after {
  background-image: url('../img/arw_blue_r.svg');
}
.ie8 .list-more a:hover:after {
  background-image: url('../img/arw_blue_r.png');
}
.list-more a:active:after {
  background-image: url('../img/arw_green_r.svg');
}
.ie8 .list-more a:active:after {
  background-image: url('../img/arw_green_r.png');
}

.list-content {
  border-style: solid;
  border-color: #eeeeee;
}

.list-item {
  border-top: 1px solid #eeeeee;
}
.list-item:first-child {
  border-top: none;
}
.list-item a {
  display: block;
}

.list-item-date {
  color: #000;
}

.list-item-title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*	ページング --------- */
.list-paging {
  background: #fff;
  border-top: 1px solid #eeeeee;
}
.list-paging:after {
  content: '';
  display: block;
  clear: both;
}
.list-paging ul {
  position: relative;
  left: 50%;
  float: left;
}
.list-paging li {
  position: relative;
  left: -50%;
  float: left;
}
.list-paging li.prev span {
  position: absolute;
  left: -9999px;
}
.list-paging li.prev a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  margin: -3px 10px 0 0;
  background: url('../img/arw_gray_c_l.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ie8 .list-paging li.prev a:before {
  background-image: url('../img/arw_gray_c_l.png');
}
.list-paging li.prev a:hover:before {
  background-image: url('../img/arw_blue_l.svg');
}
.ie8 .list-paging li.prev a:hover:before {
  background-image: url('../img/arw_blue_l.png');
}
.list-paging li.prev a:before {
  margin-right: 0;
}
.list-paging li.prev a:before, .list-paging li.prev a.disabled:before {
  background-image: url('../img/arw_gray_9_l.svg');
}
.ie8 .list-paging li.prev a:before, .ie8 .list-paging li.prev a.disabled:before {
  background-image: url('../img/arw_gray_9_l.png');
}
.list-paging li.next span {
  position: absolute;
  left: -9999px;
}
.list-paging li.next a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  margin: -3px 0 0 10px;
  background: url('../img/arw_gray_c_r.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ie8 .list-paging li.next a:after {
  background-image: url('../img/arw_gray_c_r.png');
}
.list-paging li.next a:hover:after {
  background-image: url('../img/arw_blue_r.svg');
}
.ie8 .list-paging li.next a:hover:after {
  background-image: url('../img/arw_blue_r.png');
}
.list-paging li.next a:after {
  margin-left: 0;
}
.list-paging li.next a:after, .list-paging li.next a.disabled:after {
  background-image: url('../img/arw_gray_9_r.svg');
}
.ie8 .list-paging li.next a:after, .ie8 .list-paging li.next a.disabled:after {
  background-image: url('../img/arw_gray_9_r.png');
}
.list-paging a {
  display: inline-block;
  width: 28px;
  padding: 6px 2px 6px 2px;
  border: 1px solid #eeeeee;
  text-align: center;
  color: #58c2fc;
}
.list-paging a:visited {
  color: #1584c1;
}
.list-paging a:hover {
  color: #58c2fc;
}
.list-paging a:active {
  color: #58c2fc;
}
.list-paging a:hover {
  border-color: #a8d1ec;
}
.list-paging a.current_page, .list-paging a.disabled {
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #999;
}
.list-paging span.current_page {
  display: inline-block;
  width: 28px;
  padding: 6px 2px 6px 2px;
  border: 1px solid #eeeeee;
  text-align: center;
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #999;
}

/*	記事詳細 --------- */
.detail {
  margin: 0 0 20px 0;
  background: #fff;
  border-style: solid;
  border-color: #eeeeee;
}

.detail-title {
  position: relative;
  padding: 0 0 0 1.1em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.detail-title:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 100%;
  background: #229de0;
  border-style: solid;
  border-color: #fff;
  border-width: 5px 0 5px 0;
}

.detail-meta {
  margin: 14px 0 0 0;
  padding: 6px 10px 7px 10px;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
}

.detail-date,
.detail-cat,
.detail-products {
  display: inline-block;
  vertical-align: middle;
}

.detail-products li {
  vertical-align: middle;
}

.detail-date {
  margin-right: 6px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.667;
}

.detail-cat {
  margin-right: 6px;
}

.detail-content p {
  margin-bottom: 20px;
}
.detail-content h1,
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  margin-top: 24px;
  padding: 8px 0 8px 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.detail-content ul,
.detail-content ol {
  margin-bottom: 20px;
}
.detail-content li {
  margin-left: 25px;
  list-style-position: outside;
}
.detail-content ul li {
  list-style-type: disc;
}
.detail-content ol li {
  list-style-type: decimal;
}
.detail-content p:last-child,
.detail-content ul:last-child,
.detail-content ol:last-child {
  margin-bottom: 0;
}
.detail-content .lead {
  margin: 0 0 30px 0;
  background: #e9f4fb;
  border-radius: 6px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.834;
}
.detail-content .small {
  font-size: 87.5%;
}
.detail-content .gray {
  color: #666;
}
.detail-content .marker {
  background: #ff9;
}

/*	フリーページ --------- */
/*	検索結果 --------- */
.search {
  margin: 0 0 20px 0;
  background: #fff;
  border-style: solid;
  border-color: #eeeeee;
}

.search-header {
  border-style: solid;
  border-color: #eeeeee;
  border-width: 0 0 1px 0;
}

.search-item {
  border-top: 1px solid #eeeeee;
}
.search-item:first-child {
  border-top: none;
}
.search-item a {
  display: block;
}

.search-title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-item-title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-item-desc {
  color: #666;
}

.search-item-date {
  color: #999;
}

/*	404 not found --------- */
.notfound-title {
  text-align: center;
  color: #333;
  background: url('../img/ico_404.png') no-repeat center top;
}
.notfound-title span {
  display: block;
}

.notfound-content {
  margin: 0 0 20px 0;
  background: #fff;
  border-style: solid;
  border-color: #eeeeee;
}

.notfound-items {
  margin: 0 auto;
}

.notfound-item {
  border-top: 1px solid #ccc;
}

.notfound-item-title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.notfound-item-desc {
  color: #666;
}

.notfound-item-links li:before {
  content: '・';
  display: inline;
}

@media (max-width: 800px) {
  .container {
    position: relative;
    width: 100%;
  }

  /*	ヘッダ
  ------------------------------ */
  #spHeader {
    display: none;
  }

  #info-header h1 {
    padding: 16px 15px 16px 15px;
  }
  #info-header h1 img {
    width: 220px;
    height: auto;
  }
  #info-header .lead {
    padding: 8px 15px 11px 15px;
    background: #f5f5f5;
    border-top: 3px solid #ccc;
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.417;
  }

  #info-menu #info-menu-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 34px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/hdr_menu_btn_open.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
  }
  #info-menu ul {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  #info-menu.info-menu-open #info-menu-btn {
    background-image: url('../img/hdr_menu_btn_close.png');
  }
  #info-menu.info-menu-open ul {
    height: 240px;
  }
  #info-menu li a {
    position: relative;
    display: block;
    padding: 7px 40px 7px 15px;
    border-top: 1px solid #eeeeee;
  }
  #info-menu li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 15px;
    margin: -3px 0 0 10px;
    background: url('../img/arw_gray_c_r.svg') no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .ie8 #info-menu li a:after {
    background-image: url('../img/arw_gray_c_r.png');
  }
  #info-menu li a:hover:after {
    background-image: url('../img/arw_blue_r.svg');
  }
  .ie8 #info-menu li a:hover:after {
    background-image: url('../img/arw_blue_r.png');
  }
  #info-menu li a:active:after {
    background-image: url('../img/arw_green_r.svg');
  }
  .ie8 #info-menu li a:active:after {
    background-image: url('../img/arw_green_r.png');
  }
  #info-menu li a:after {
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    margin: -8px 0 0 0;
  }

  /*	コンテンツ
  ------------------------------ */
  #body {
    padding: 0 0 10px 0;
  }

  .breadcrumbs {
    padding: 12px 15px 12px 15px;
    background: #fff;
    border-top: 3px solid #ccc;
  }

  /*	サイドバー
  ------------------------------ */
  #side .side-nav-block {
    margin: 0 15px 15px 15px;
  }
  #side .side-nav-search .side-nav-search-kw,
  #side .side-nav-search .side-nav-search-btn {
    -webkit-appearance: none;
    border-radius: 0;
  }

  /*	フッタ
  ------------------------------ */
  #info-footer {
    position: relative;
    padding: 12px 15px 50px 15px;
  }
  #info-footer .footer-copyright {
    padding: 10px 0 0 0;
  }
  #info-footer .footer-logo {
    padding: 10px 0 0 0;
    text-align: right;
  }
  #info-footer .link-pagetop {
    position: absolute;
    width: 48px;
    height: 40px;
  }
  #info-footer .link-pagetop a:after {
    top: 14px;
    left: 16px;
    width: 20px;
    height: 10px;
  }

  /*	共通パーツ
  ------------------------------ */
  /*	アイコン --------- */
  .ico-cat {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
  }
  .ico-cat span {
    padding: 0 6px 0 6px;
  }

  .ico-products li {
    margin-right: 8px;
    padding: 0 5px 0 5px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.6;
  }

  /*	お知らせトップページに戻る --------- */
  .back-top {
    padding: 0 0 20px 15px;
  }

  /*	記事一覧 --------- */
  .list-header {
    padding: 6px 0 8px 0;
    border-width: 0 0 1px 0;
  }

  .list-title {
    padding: 0 5px 0 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .list-main .list-title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.236;
  }

  .list-more {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.667;
  }
  .list-more a:after {
    width: 7px;
    height: 13px;
    margin: -2px 0 0 6px;
  }

  .list-content {
    padding: 0 15px 0 15px;
    border-width: 0 0 1px 0;
  }

  .list-item a {
    padding: 10px 0 13px 0;
  }

  .list-item-date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.667;
  }

  .list-item-cat {
    margin: 5px 0 7px 0;
  }

  .list-item-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.429;
  }

  .list-paging {
    padding: 20px 0 17px 0;
  }
  .list-paging li {
    margin: 0 3px 3px 3px;
  }

  /*	記事詳細 --------- */
  .detail {
    padding: 9px 14px 14px 14px;
    border-width: 1px 0 1px 0;
  }

  .detail-title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.589;
  }

  .detail-products li {
    margin-top: -2px;
  }

  .detail-content {
    padding: 20px 0 20px 0;
  }
  .detail-content .lead {
    padding: 10px 15px 10px 15px;
  }

  /*	フリーページ --------- */
  /*	検索結果 --------- */
  .search {
    padding: 11px 0 0 0;
    border-width: 1px 0 1px 0;
  }

  .search-header {
    padding: 0 0 10px 0;
  }

  .search-title {
    padding: 0 15px 0 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .search-content {
    padding: 0 15px 0 15px;
    border-width: 0 0 1px 0;
  }

  .search-item a {
    padding: 13px 0 13px 0;
  }

  .search-item-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.429;
  }

  .search-item-desc {
    padding: 5px 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.539;
  }

  .search-item-date {
    padding: 3px 0 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.667;
  }

  /*	404 not found --------- */
  .notfound {
    padding: 11px 0 0 0;
  }

  .notfound-title {
    padding: 75px 15px 10px 15px;
  }
  .notfound-title span {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }

  .notfound-content {
    padding: 18px 15px 18px 15px;
    border-width: 1px 0 1px 0;
  }

  .notfound-item {
    margin: 12px 0 0 0;
    padding: 10px 0 0 0;
  }

  .notfound-item-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.429;
  }

  .notfound-item-desc {
    padding: 4px 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.539;
  }

  .notfound-item-links li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.539;
  }
}
@media (min-width: 801px) {
  body {
    min-width: 980px;
  }

  .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  .container:after {
    content: '';
    display: block;
    clear: both;
  }

  /*	ヘッダ
  ------------------------------ */
  #spHeader .sh-links dt a {
    color: #fff;
    font-weight: bold;
  }

  #info-header {
    border-bottom: 5px solid #ccc;
  }
  #info-header h1 {
    padding: 22px 0 18px 0;
  }
  #info-header h1 img {
    width: 440px;
    height: auto;
  }
  #info-header .lead {
    position: absolute;
    top: 22px;
    right: 0;
    width: 350px;
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.667;
  }

  #info-menu {
    margin: 8px 0 0 0;
  }
  #info-menu #info-menu-btn {
    display: none;
  }
  #info-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  #info-menu li {
    float: left;
  }
  #info-menu li a {
    position: relative;
    display: block;
    margin: 0 0 -5px 0;
    padding: 0 21px 10px 21px;
    border-bottom: 5px solid #ccc;
    color: #666;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.688;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.5px;
  }
  #info-menu li a:hover {
    color: #58c2fc;
    border-bottom-color: #58c2fc;
  }
  #info-menu li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 1.6875em;
    background: #e0e0e0;
  }
  #info-menu li.current a {
    border-bottom-color: #229de0;
  }

  /*	コンテンツ
  ------------------------------ */
  #body {
    padding: 30px 0 20px 0;
  }

  #content {
    float: right;
    width: 720px;
    overflow: hidden;
  }
  #content.content-wide {
    position: relative;
    float: none;
    width: 960px;
    margin: -21px 0 0 0;
  }

  .breadcrumbs {
    margin: 0 0 28px 0;
  }

  /*	サイドバー
  ------------------------------ */
  #side {
    float: left;
    width: 220px;
  }
  #side .side-nav-block {
    margin: 0 0 20px 0;
  }

  /*	フッタ
  ------------------------------ */
  #info-footer {
    padding: 30px 0 72px 0;
  }
  #info-footer .footer-copyright {
    padding: 16px 0 0 0;
  }
  #info-footer .footer-logo {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #info-footer .link-pagetop {
    width: 60px;
    height: 50px;
  }
  #info-footer .link-pagetop a:after {
    top: 18px;
    left: 20px;
    width: 25px;
    height: 15px;
  }
  .ie8 #info-footer .link-pagetop a {
    background: url('../img/ftr_pagetop_bg.png');
  }
  .ie8 #info-footer .link-pagetop a:after {
    background-image: url('../img/arw_white_u.png');
  }

  /*	共通パーツ
  ------------------------------ */
  /*	アイコン --------- */
  .ico-cat {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2;
  }
  .ico-cat span {
    padding: 0 9px 0 9px;
  }

  .ico-products li {
    margin-right: 6px;
    padding: 0 7px 0 7px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
  }

  /*	お知らせトップページに戻る --------- */
  .back-top {
    padding: 0 0 30px 0;
  }

  /*	記事一覧 --------- */
  .list-header {
    padding: 11px 0 11px 0;
    border-width: 0 1px 1px 1px;
  }

  .list-title {
    margin: 0 0 0 -1px;
    padding: 0 15px 0 15px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
  .list-main .list-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }

  .list-more {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.834;
  }

  .list-content {
    padding: 0 19px 0 19px;
    border-width: 0 1px 1px 1px;
  }

  .list-items {
    padding: 0 0 10px 0;
  }

  .list-item a {
    padding: 20px 0 19px 0;
  }

  .list-item-meta {
    float: left;
    width: 6.5em;
    padding: 0 0 0 9px;
  }

  .list-item-date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.834;
  }

  .list-item-cat {
    margin: 4px 0 0 0;
  }

  .list-item-title {
    padding: 0 9px 0 8em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.572;
  }

  .list-item-products {
    padding: 2px 9px 0 8em;
  }

  .list-paging {
    padding: 20px 0 14px 0;
  }
  .list-paging li {
    margin: 0 6px 6px 6px;
  }

  /*	記事一覧 パネル状  */
  .row {
    width: 740px;
    padding: 0 0 10px 0;
  }
  .row:after {
    content: '';
    display: block;
    clear: both;
  }
  .row .list {
    float: left;
    width: 350px;
    margin-right: 20px;
  }
  .row .list-item a {
    padding: 14px 0 20px 0;
  }
  .row .list-item-meta {
    float: none;
    width: auto;
    padding: 0;
  }
  .row .list-item-title {
    padding: 4px 0 0 0;
  }
  .row .list-item-products {
    padding-left: 0;
  }

  /*	記事詳細 --------- */
  .detail {
    padding: 24px 29px 29px 29px;
    border-width: 1px;
  }

  .detail-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.417;
  }

  .detail-content {
    padding: 30px 50px 15px 50px;
  }
  .detail-content .lead {
    padding: 25px 30px 25px 30px;
  }

  /*	フリーページ --------- */
  /*	検索結果 --------- */
  .search {
    padding: 43px 80px 0 80px;
    border-width: 1px;
  }

  .search-header {
    padding: 0 0 14px 0;
  }

  .search-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.417;
  }

  .search-item a {
    padding: 21px 0 16px 0;
  }

  .search-item-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.572;
  }

  .search-item-desc {
    padding: 11px 0 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.572;
  }

  .search-item-date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.834;
  }

  /*	404 not found --------- */
  .notfound-title {
    padding: 75px 0 25px 0;
  }
  .notfound-title span {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }

  .notfound-content {
    padding: 44px 80px;
    border-width: 1px;
  }

  .notfound-item {
    margin: 25px 0 0 0;
    padding: 10px 0 0 0;
  }

  .notfound-item-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.572;
  }

  .notfound-item-desc {
    padding: 12px 0 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.572;
  }
}
