@charset "UTF-8";
/* Base
----------------------------------------------------------- */
h1 {
  display: none;
}

body {
  
  font-size: 100%;
  color: #FFFFFF;
  line-height: 1.4;
  background: #FFFFFF;
  /*min-width: 960px;*/
}

.text-bold {
  color: #000000;
}
/* Link
----------------------------------------------------------- */
/* Main Layout
----------------------------------------------------------- */
/* body {
  text-align: center;
} */

/* #header
----------------------------------------------------------- */
#header {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  height: 64px;
  position: relative;
  zoom: 1;
}

#header .navskip {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  z-index: 100;
}

/*
#nav_wrap {
	width: 100%;
	height: 80px;
	background: url('../images/bg_nav.png');
}
*/
#wrap {
  position: relative;
  background: url("../images/bg_nav.png");
  zoom: 1;
}

#footer {
  width: 100%;
  height: 46px;
}

#footer .footer_contents {
  margin: 0 auto;
  width: 960px;
  font-size: 70%;
  position: relative;
  z-index: 9999;
  border-top: solid 1px #535353;
}

/* ヘッダー
 ---------------------------------------------------------------------------------------------------- */
#logo {
  position: absolute;
  top: 14px;
  left: 12px;
}

#productname {
  position: absolute;
  top: 21px;
  left: 210px;
}

#inquiry {
  position: absolute;
  top: 25px;
  right: 104px;
}

#sitemap {
  position: absolute;
  top: 25px;
  right: 12px;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #inquiry {
    top: 27px;
  }

  #sitemap {
    top: 27px;
  }
}
@-moz-document url-prefix() {
  #inquiry {
    top: 27px;
  }

  #sitemap {
    top: 27px;
  }
}
/* ナビゲーション
 ---------------------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* ==========================================================================
 Nav
========================================================================== */
.g-nav {
  background-color: #000;
}
.g-nav .g-nav_inner {
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.g-nav .g-nav_inner.-altMaxW {
  max-width: 960px;
}
.g-nav .g-nav_logo {
  display: none;
  visibility: hidden;
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 12px;
}
.g-nav .g-nav_logo a:hover {
  opacity: 1;
}
.g-nav .g-nav_unit {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.g-nav .g-nav_list {
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 60px;
  text-align: center;
  line-height: 1.2;
}
.g-nav .g-nav_link {
  color: #fff;
}
.g-nav .g-nav_link:hover {
  color: #3b9dda;
}
.g-nav .g-nav_link.is-current:hover {
  opacity: 1;
  color: #fff;
}
.g-nav .g-nav_small {
  font-size: 90%;
}
.g-nav .g-nav_content {
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.is-fix .g-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.g-navMenu {
  font-size: 0.8125rem;
  line-height: 1.2;
  background: #535353;
  color: #fff;
}
.g-navMenu .g-navMenu_inner {
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-navMenu .g-navMenu_unit {
  width: 70%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 70%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.g-navMenu .g-navMenu_list {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.g-navMenu .g-navMenu_link {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  padding: 10px 10px 17px;
  position: relative;
  text-align: center;
}
.g-navMenu .g-navMenu_link.is-active, .g-navMenu .g-navMenu_link:hover {
  opacity: 1;
  color: #3b9dda;
  background-color: #eee;
}
.g-navMenu .g-navMenu_link::after {
  content: "";
  display: inline-block;
  background: url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/icons.png) -257px -5px no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -6px;
}
.g-navMenu .g-navMenu_body {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #eee;
  margin: 0 auto;
  padding: 5px 8px 20px 8px;
}
.g-navMenu .g-navMenu_note {
  margin: 0 0 0 10px;
  padding-right: 20px;
  text-align: left;
  line-height: 1.2;
  color: #898989;
  font-size: 0.625rem;
}
.g-navMenu .g-navMenu_note.-num {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.g-navMenu .g-navMenu_note.-ast {
  text-indent: -.9em;
  padding-left: .9em;
}

.g-navSpec {
  color: #000;
  margin: 20px 0 15px 0;
  width: 100%;
}
.g-navSpec .g-navSpec_head_th {
  padding: 8px 10px 12px;
  text-align: center;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.75rem;
  font-weight: 400;
  color: #1b1b1b;
  vertical-align: middle;
}
.g-navSpec .g-navSpec_head_th.-nobdr {
  border-right-width: 0;
}
.g-navSpec .g-navSpec_body_th {
  padding: 8px 10px 0px;
  text-align: left;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  vertical-align: middle;
}
.g-navSpec .g-navSpec_body_th.-nobdr {
  border-right-width: 0;
}
.g-navSpec .g-navSpec_body_td {
  padding: 8px 10px 0px;
  text-align: center;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #535353;
  vertical-align: middle;
}
.g-navSpec .g-navSpec_body_td.-nobdr {
  border-right-width: 0;
}
.g-navSpec .g-navSpec_mark {
  color: #1584c2;
  font-size: 1rem;
  font-weight: 400;
}
.g-navSpec.-model .g-navSpec_body_th {
  width: 250px;
}

.g-navContents {
  margin-top: -5px;
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.g-navContents .g-navContents_title {
  font-size: 0.75rem;
  text-align: center;
  color: #b5b5b5;
}
.g-navContents .g-navContents_unit {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2px;
}
.g-navContents .g-navContents_list {
  width: 62px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 62px;
  flex: 0 1 62px;
  padding: 0 1px;
}
.g-navContents .g-navContents_btn {
  font-size: 0.6875rem;
  display: block;
  padding: 1px 0;
  text-align: center;
  border: 1px solid #898989;
  color: #898989;
}
.g-navContents .g-navContents_btn:hover {
  opacity: 1;
}
.g-navContents .g-navContents_btn.is-active.-tv {
  border-color: #a28e5c;
  background-color: #a28e5c;
  color: #fff;
}
.g-navContents .g-navContents_btn.is-active.-bd {
  border-color: #3498db;
  background-color: #3498db;
  color: #fff;
}

.g-navItem {
  margin: 5px 0 2px;
}
.g-navItem .g-navItem_img {
  margin-bottom: 5px;
}
.g-navItem .g-navItem_name {
  font-size: 1.25rem;
  font-weight: 400;
}
.g-navItem .g-navItem_name.-orange {
  color: #ba8a17;
}
.g-navItem .g-navItem_name.-blue {
  color: #5ebcbc;
}
.g-navItem .g-navItem_name.-aqua {
  color: #15add3;
}
.g-navItem .g-navItem_name.-pink {
  color: #e65cb3;
}
.g-navItem .g-navItem_name.-green {
  color: #8ec22b;
}

.g-nav .g-nav_list:first-child {
  margin-left: 10px;
}

/* #wapper
----------------------------------------------------------- */
#wapper {
  overflow-x: auto;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
}

/* #container
----------------------------------------------------------- */
#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}

/* #crumb
----------------------------------------------------------- */
#crumb {
  margin: 10px 0;
  padding: 0;
  clear: both;
}

#crumb .crumb_txt {
  clear: both;
  float: left;
  color: #838383;
  font-size: 69%;
  /* 11px */
  min-height: 18px;
  height: auto !important;
  height: 18px;
}

#crumb .crumb_txt p {
  line-height: 1.2;
  padding: 2px 0 0 10px;
}

/* #content
----------------------------------------------------------- */
#content {
  margin: 18px 0 0 0;
}

/* #main
----------------------------------------------------------- */
#main {
  float: left;
  width: 745px;
  margin: 0 0 18px 0;
  padding: 0 0 20px 0;
  font-size: 82%;
  color: #535353;
  /* 13px */
}
#main a:link{
  color: #0f6e96;
}
/* #sub
----------------------------------------------------------- */
#sub {
  float: left;
  width: 200px;
  margin: 0 0 18px 15px;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* side_box */
#sub .side_box {
  width: 100%;
  height: 100%;
  margin: 0 0 4px 0;
  background: #ffffff;
}

#sub .side_box .title_field {
  width: 34px;
  float: left;
  display: block;
}

#sub .side_box .product_field {
  width: 166px;
  float: right;
  background-color: #ffffff;
  display: block;
}

#sub .side_box .title_field span {
  display: block;
  width: 34px;
  height: 550px;
  background: transparent url(../images/side_navi_panel.gif) left top no-repeat;
  zoom: 1;
  text-indent: -9999px;
  outline: none;
  font-size: 1px;
  overflow: hidden;
}

#sub .side_box .hybrid4kmodel span {
  background-position: left -491px top;
  height: 171px;
}

#sub .side_box .regzaserver span {
  background-position: left top;
  height: 171px;
}

#sub .side_box .tsmhdd span {
  background-position: -455px top;
  height: 191px;
}

#sub .side_box .regzathreerec span {
  background-position: -35px top;
  height: 120px;
}

#sub .side_box .regzatworec span {
  background-position: -70px top;
  height: 200px;
}

#sub .side_box .regzaplaywrite span {
  background-position: -105px top;
  height: 184px;
}

#sub .side_box .regzaportable span {
  background-position: -140px top;
  height: 180px;
}

#sub .side_box .regzaportabletv span {
  background-position: -175px top;
  height: 140px;
}

#sub .side_box .regzaselect span {
  background-position: -210px top;
  height: 140px;
}

#sub .side_box .regzarelated span {
  background-position: -245px top;
  height: 120px;
}

#sub .side_box .regzarelatedservice span {
  background-position: -280px top;
  height: 130px;
}

#sub .side_box .regzainfo span {
  background-position: -315px top;
  height: 549px;
}

#sub .side_box .regzasupport span {
  background-position: -350px top;
  height: 120px;
}

#sub .side_box .regzaultrahd span {
  background-position: -385px top;
  height: 210px;
}

#sub .side_box .hddrec span {
  background-position: -420px top;
  height: 210px;
}

#sub .side_box .hybrid4kmodel {
  background-color: #576266;
}

#sub .side_box .regzaserver {
  background-color: #ba8a17;
}

#sub .side_box .regzathreerec {
  background-color: #5a3e7c;
}

#sub .side_box .regzatworec {
  background-color: #0487c5;
}

#sub .side_box .regzaplaywrite {
  background-color: #e85cb5;
}

#sub .side_box .regzaportable {
  background-color: #8fc31f;
}

#sub .side_box .regzaportabletv {
  background-color: #44bffa;
}

#sub .side_box .regzaselect,
#sub .side_box .regzarelated,
#sub .side_box .regzarelatedservice,
#sub .side_box .regzainfo,
#sub .side_box .regzasupport {
  background-color: #a0a0a0;
}

#sub .side_box .regzaultrahd {
  background-color: #0088c8;
}

#sub .side_box .hddrec {
  background-color: #004029;
}

#sub .side_box .product_field h3 {
  margin: 0 0 0 6px;
  padding: 7px 5px 9px 7px;
  font-size: 13px;
}

#sub .side_box .product_field h3.hybrid {
  color: #576266;
}

#sub .side_box .product_field h3.server {
  color: #ba8a17;
}

#sub .side_box .product_field h3.three_rec {
  color: #67c4c9;
}

#sub .side_box .product_field h3.two_rec {
  color: #67c4c9;
}

#sub .side_box .product_field h3.playwrite {
  color: #eb5ab7;
}

#sub .side_box .product_field h3.portable {
  color: #8fc31f;
}

#sub .side_box .product_field h3.portable_tv {
  color: #44bffa;
}

#sub .side_box .product_field h3.info {
  color: #a0a0a0;
  font-size: 16px;
}

#sub .side_box .product_field h3.regzahd_rec {
  color: #0088c8;
}

#sub .side_box .product_field h3.hdd_rec {
  color: #004029;
}

#sub .side_box .product_field a:link,
#sub .side_box .product_field a:visited,
#sub .side_box .product_field a:active {
  text-decoration: none;
  color: #535353;
}

#sub .side_box .product_field a:hover {
  text-decoration: underline;
  color: #3399d9;
}

#sub .side_box .product_field p {
  margin: 0 0 0 6px;
  border-top: 1px solid #c9c9c9;
  padding: 4px 5px 5px 7px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#sub .side_box .product_field p.f13 {
  font-size: 14px;
}

#sub .side_box .product_field p.last {
  border-bottom: 1px solid #c9c9c9;
}

#sub .side_box_series {
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  padding: 0 0 10px 0;
  zoom: 1;
}

#sub .side_box_related {
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 0 0 10px 0;
  zoom: 1;
}

#sub .side_bnr {
  margin: 0 0 10px 0;
  width: 200px;
  height: 80px;
}

#sub .side_bnr_endlist {
  margin: 0;
  height: 45px;
}

#sub .side_bnr a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#sub .side_bnr a.endproductlist {
  background: url(../images/bnr_endproductlist.png) left top no-repeat;
}

#sub .side_bnr a.direct {
  background: url(../images/store.gif) left top no-repeat;
  zoom: 1;
}

#sub .side_bnr a.room {
  background: url(../images/members.gif) left top no-repeat;
}

#sub .side_bnr a {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sub .side_bnr a:hover, #sub .side_bnr a:active {
  opacity: .6;
  filter: alpha(opacity=60);
}

#sub .side_bnr a:hover img, #sub .side_bnr a:active img {
  filter: alpha(opacity=60);
}

/* .backtotop
----------------------------------------------------------- */
#pagetop {
  padding-bottom: 40px;
  width: 100%;
  position: relative;
  zoom: 1;
}

#pagetop p {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 70%;
  color: #535353;
}

#pagetop .backtotop {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 2px 10px 0;
  padding-top: 5px;
  min-height: 30px;
  font-size: 75%;
}

#pagetop .backtotop a {
  float: right;
  padding: 1px 30px 0 0;
  background: url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/icon_arrow_01.png) right top transparent no-repeat;
  zoom: 1;
  line-height: 2.0;
}

#pagetop .backtotop a:link,
#pagetop .backtotop a:active,
#pagetop .backtotop a:visited {
  color: #898989;
  text-decoration: none;
}

#pagetop .backtotop a:hover {
  color: #898989;
  text-decoration: underline;
}

/* コンテンツ
 ---------------------------------------------------------------------------------------------------- */
#panel_wrap {
  z-index: 9000;
  border-top: 1px solid #dcdcdc;
  /*	bottom: 80px;
  	bottom: 79px\9; */
}

#sitemap_wrap {
  margin: 0 auto;
  width: 960px;
}

#sitemap_wrap .head {
  height: 30px;
  position: relative;
  zoom: 1;
}

#sitemap_wrap .note {
  margin: 8px 0 0 12px;
  color: #cccccc;
}

#sitemap_btn {
  padding-right: 20px;
  font-size: 80%;
  font-weight: normal;
  background: url("/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/icon_open.png") no-repeat right 0.2em;
  color: #0487c5;
  position: absolute;
  top: 7px;
  right: 12px;
  cursor: pointer;
}

#sitemap_btn:hover {
  text-decoration: underline;
}

#sitemap_btn.open {
  background-image: url("/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/icon_close.png");
}

/* footer_navi
----------------------------------------------------------- */
/* -----------------------------------------------------------------
  過去機種のメガメニュー用 /Templates/scc/default.css・default_14b.cssで使用されている
----------------------------------------------------------------- */
#footer_navi {
  clear: both;
  margin: 0;
  padding: 0;
  zoom: 1;
  border-top: solid 1px #535353;
  text-align: left;
}

#footer_navi .related_site {
  background: url(../images/bg_related_site.png) left top no-repeat;
  height: 89px;
  border-bottom: solid 1px #535353;
  margin-bottom: 20px;
  position: relative;
  zoom: 1;
}

#footer_navi .related_site li a {
  display: block;
  height: 50px;
  zoom: 1;
  text-indent: -9999px;
  outline: none;
}

#footer_navi .related_site li.regza a {
  position: absolute;
  top: 24px;
  left: 197px;
  width: 112px;
}

#footer_navi .related_site li.regza_tablet a {
  position: absolute;
  top: 24px;
  left: 395px;
  width: 161px;
}

#footer_navi .related_site li.dynabook a {
  position: absolute;
  top: 23px;
  left: 654px;
  width: 135px;
}

#footer_navi .footer_navi_lineup {
  float: left;
  width: 158px;
  margin: 0;
  padding: 10px 0 10px 25px;
  margin-bottom: 20px;
}

#footer_navi .footer_navi_cmoptin {
  float: left;
  width: 211px;
  margin: 0;
  padding: 10px 0 10px 28px;
  border-left: 1px solid #535353;
  margin-bottom: 20px;
}

#footer_navi .footer_navi_guide {
  float: left;
  width: 242px;
  margin: 0;
  padding: 10px 0 10px 28px;
  border-left: 1px solid #535353;
  margin-bottom: 20px;
}

#footer_navi .footer_navi_support {
  float: left;
  width: 229px;
  margin: 0;
  padding: 10px 0 10px 27px;
  border-left: 1px solid #535353;
  margin-bottom: 20px;
}

#footer_navi .footer_navi_lineup,
#footer_navi .footer_navi_cmoptin,
#footer_navi .footer_navi_guide,
#footer_navi .footer_navi_support {
  height: 224px;
}

#footer_navi h3 {
  padding: 0 0 5px 0;
  font-size: 14px;
  color: #3498db;
}

#footer_navi .footer_navi_body {
  margin: 0 0 0 0;
  zoom: 1;
}

#footer_navi .footer_navi_body li {
  font-size: 12px;
  color: #cccccc;
  line-height: 1.7;
}

#footer_navi .footer_navi_body li a:link,
#footer_navi .footer_navi_body li a:active,
#footer_navi .footer_navi_body li a:visited {
  color: #cccccc;
}

#footer_navi .footer_navi_body li a:hover {
  color: #3498db;
}

#footer_navi .footer_navi_lineup span,
#footer_navi .footer_navi_cmoptin span,
#footer_navi .footer_navi_guide span,
#footer_navi .footer_navi_support span {
  display: block;
  width: 195px;
  height: 15px;
  background: transparent url(../images/head_footer.png) left top no-repeat;
  zoom: 1;
  text-indent: -9999px;
}

#footer_navi .regzaserver span {
  background-position: left top;
  width: 102px;
}

#footer_navi .regzathreerec span {
  background-position: left -15px;
  width: 113px;
  height: 35px;
}

#footer_navi .regzatworec span {
  background-position: left -50px;
  width: 113px;
}

#footer_navi .regzaplaywrite span {
  background-position: left -65px;
  height: 35px;
}

#footer_navi .regzaportable span {
  background-position: left -120px;
}

#footer_navi .regzaportabletv span {
  background-position: left -165px;
}

#footer_navi .usageguide span {
  background-position: left -135px;
}

#footer_navi .support span {
  background-position: left -150px;
}

#footer_navi .regza3rec span {
  display: block;
  width: 195px;
  height: 31px;
  background: transparent url(../images/head_footer_3rec.png) left top no-repeat;
  zoom: 1;
  text-indent: -9999px;
}

#footer_navi .regza2rec span {
  display: block;
  width: 195px;
  height: 31px;
  background: transparent url(../images/head_footer_2rec.png) left top no-repeat;
  zoom: 1;
  text-indent: -9999px;
}

/* footer_bnr
----------------------------------------------------------- */
#footer_bnr {
  border-top: solid 1px #535353;
  padding: 20px 0 10px 0;
}

#footer_bnr li {
  float: left;
  margin-left: 38px;
  background: #ffffff;
  height: 60px;
}

#footer_bnr li a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

#footer_bnr p {
  padding-top: 10px;
  font-size: 11px;
  color: #707070;
  font-family: "ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

/* フッター
 ---------------------------------------------------------------------------------------------------- */
#footer a:link,
#footer a:visited {
  text-decoration: none;
  color: #707070;
}

#footer a:hover,
#footer a:active {
  text-decoration: underline;
}

#footer ul {
  padding: 10px 12px;
}

#footer li {
  list-style-type: none;
  margin-right: 5px;
  padding-left: 5px;
  border-left: 1px solid #535353;
  float: left;
}

#footer li.first {
  padding-left: 0;
  border-left: none;
}

#footer p {
  font-style: normal;
}

#copyright {
  width: 530px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 12px;
}

/* 共通
 ---------------------------------------------------------------------------------------------------- */
.note {
  font-size: 70%;
  color: #898989;
}

* + html body #panel_wrap,
* + html body #footer {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

sup {
  font-size: 75%;
  vertical-align: baseline;
  position: relative;
  top: -0.8ex;
  left: 0.4ex;
  padding-right: 0.8ex;
}
