@charset "UTF-8";
body #container, .floatyHead {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.mac {
  font-size: 16px;
}

/* タイトル
----------------------------------------*/
h1 {
  margin: 0 0 12px 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 0 12px;
  padding-bottom: 5px;
}

.title {
  margin: 0;
  background: url(/static/images/product/peripheral/changer/qa/title_monitor-changer.png) no-repeat 0 0;
  height: 47px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.3;
  padding: 11px 0 0 20px;
}

/*---------------------------
メイン
---------------------------*/
#container {
  width: 100%;
}

/* メイン
---------------------------*/
#main-contents {
  float: right;
  width: 814px;
}

/* メニュー
------------------------------*/
#qaMenu {
  background: #eaf1f9;
  padding: 10px 0 0 10px;
  margin: 0 0 10px 0;
}

#qaMenu ul {
  margin: 0;
}

#qaMenu ul li {
  margin: 0 10px 10px 0;
  width: 258px;
  height: 45px;
  float: left;
  position: relative;
  background: url(/static/images/product/peripheral/changer/qa/menu.gif) no-repeat 0 0;
}

#qaMenu ul li.on {
  background: url(/static/images/product/peripheral/changer/qa/menu_mouseovers.gif) no-repeat 0 0;
}

#qaMenu ul li.on p {
  color: #fff;
}

#qaMenu ul li:hover {
  text-decoration: none;
  background: url(/static/images/product/peripheral/changer/qa/menu_mouseovers.gif) no-repeat 0 0;
}

#qaMenu ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#qaMenu ul li p {
  position: absolute;
  top: 14px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: bold;
}

#qaMenu ul li p.two-line {
  top: 4px;
}

#qaMenu ul li:hover p {
  color: #fff;
}

body .contentsMenu_sp {
  display: none;
}

div.kvmqa {
  margin: 0 0 30px;
  padding: 0 10px 0 0;
  text-align: right;
}

/* Q&A
----------------------------------------*/
.qa_area {
  margin: 0 10px 90px 10px;
}

.last {
  margin: 0 10px 50px 10px;
}

.q_area {
  background: #eaf1f9;
  font-weight: bold;
  font-size: 0.95em;
  padding: 5px 5px 5px 5px;
  margin: 0 0 5px 0;
}

.q_area .icon {
  display: table-cell;
  padding: 0 12px 0 0;
}

.q_area .text {
  display: table-cell;
  vertical-align: top;
  padding: 8px 10px 5px 0;
  line-height: 1.2;
}

.a_area {
  padding: 5px 5px 5px 5px;
  margin: 0 0 5px 0;
  font-size: 0.85em;
}

.a_area .icon {
  display: table-cell;
  padding: 0 12px 0 0;
}

.a_area .text {
  display: table-cell;
  vertical-align: top;
  padding: 4px 10px 0 0;
  line-height: 1.9;
}

.a_area .text-adjust {
  width: 700px;
}

.a_area .text-box {
  width: 180px;
}

.a_area .text2 {
  display: table-cell;
  vertical-align: top;
  padding: 4px 10px 0 50px;
  line-height: 1.9;
}

.a_area .text3 {
  vertical-align: top;
  padding: 4px 10px 0 50px;
  line-height: 1.9;
}

.a_area .text4 {
  display: table-cell;
  vertical-align: top;
  padding: 4px 10px 0 0;
  line-height: 1.9;
}

.a_area .wide-image {
  margin: 10px 0 0 60px;
}

.a_area .image {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 0 0;
}

.a_area .middle {
  vertical-align: middle;
}

.a_area span {
  font-weight: bold;
}

.a_area ul.ul01 li {
  list-style: disc;
  margin-left: 1em;
}

.a_area ul.ul02 li {
  text-indent: -1em;
  margin-left: 1em;
}

.a_area ol.ol01 li {
  list-style: decimal;
  margin-left: 1.5em;
}

/* 戻るボタン
----------------------------------------*/
p.return {
  margin: -30px 0 15px 0;
  text-align: right;
}

.return a {
  font-size: 0.8em;
}

/* フロート解除
----------------------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clfx {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
/*---------------------------
サイドメニュー
---------------------------*/
#sidemenu {
  float: left;
  width: 147px;
  height: 100%;
}

#sidemenu .side-search {
  margin: 0 0 15px 0;
}

ul.naviR {
  zoom: 100%;
  padding: 0;
  border: 1px solid #ADADAD;
  margin-bottom: 13px;
}

ul.naviR li {
  margin: 0 3px 0 3px;
  text-indent: 0;
  padding: 10px 0 10px 5px;
  font-size: 0.71em;
}

ul.naviR li {
  border-top: 1px dotted #ADADAD;
}

ul.naviR li.none {
  border-top: none;
}

ul.naviR li.line {
  border-top: 1px solid #ADADAD;
}

ul.naviR li.end {
  border-bottom: 1px solid #ADADAD;
}

ul.naviR li.midashi {
  margin: 0;
  padding: 7px 0 7px 0;
  background-color: #EEEEEE;
  text-align: center;
}

ul.naviR li.title {
  padding-top: 10px;
}

ul.naviR li img {
  padding: 0px 0 0 0;
  margin: 6px 0 0 -2px;
  float: left;
}

ul.naviR li img.arrow {
  margin: 7px 4px 0 0;
  padding: 0;
  float: left;
}

#side-fixed ul.naviR li a {
  display: block;
  margin: 2px 0 0 9px;
  line-height: 1.4em;
  letter-spacing: 0.2px;
}

#kanren-box ul.naviR li a {
  display: block;
  margin: 2px 0 0 11px;
  line-height: 1.4em;
  letter-spacing: 0.2px;
}

h5.round {
  padding: 9px 7px 5px 10px;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 1px;
  background: #f5f5f5;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  /* IE以外なら丸角も！ */
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#dedede');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#dedede')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -ms-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -o-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#dedede));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dedede);
  background-image: linear-gradient(top, #f5f5f5, #dedede);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

#sidemenu .side-banner {
  margin: 0 0 13px 0;
}

#sidemenu div.side-banner p.left {
  float: left;
  width: 24%;
  text-align: center;
}

#sidemenu div.side-banner p.right {
  float: left;
  width: 76%;
}

#sidemenu a.tel {
  display: block;
  font-size: 0.8em;
  line-height: 1.3;
  padding: 8px 0 8px 34px;
  border: 1px solid #A5A5A5;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  background: url(../images/icn_tel.png) no-repeat 5px center;
  color: #333333;
}

#sidemenu h6 {
  padding: 7px 0 0 5px;
  font-size: 0.71em;
}

/*------ 関連製品 ------*/
#pickUp {
  margin: 0;
}

#pickUp h5 {
  margin: 0;
}

#pickUp ul {
  list-style-type: none;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding: 0 0;
}

#pickUp ul li {
  margin: 0;
  padding: 10px 0 10px 2px;
  border-top: 1px solid #ADADAD;
  zoom: 1;
  /* IE6 bug fix */
  line-height: 130%;
}

#pickUp ul li span.l2 {
  display: block;
  margin: 4px 0;
}

#pickUp ul li span.l1 {
  line-height: 32px;
  height: 32px;
  display: block;
}

#pickUp ul.naviR li img.arrow {
  margin: -2px 5px 0 0;
  padding: 0;
}

#pickUp ul li a {
  margin: 3px 0 3px 0;
  display: block;
}

#pickUp ul li.noline {
  border-top: none;
}

#pickUp ul li dl {
  margin: 0;
  padding: 8px 0 8px 0;
}

#pickUp ul li dt {
  padding: 0 0 4px 0;
  text-align: center;
  vertical-align: bottom;
}

#pickUp ul li dt img {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

#pickUp ul li dd {
  margin: 4px 0 0 0;
  padding: 0 0 0 5px;
  font-size: 0.7em;
  line-height: 1.3;
}

#pickUp ul li dd.name {
  background: url(/static/images/common/menu_triangle.gif) 5px 4px no-repeat;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 0.75em;
}

#contents-list {
  display: none;
}
