@charset "UTF-8";
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * popup
 */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
  background: url('../images/loading_01.gif') center center no-repeat;
}

#fancybox-loading div {
  display: none;
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
  background-color: #000 !important;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url('../images/icon_popup_close.png') center center no-repeat #333;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  z-index: 1102;
  display: none;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * layout2 common style
 */
.layout2 a,
.layout2 a:visited {
  color: #446cff;
  text-decoration: none;
}
.layout2 a:hover,
.layout2 a:focus,
.layout2 a:active {
  color: #446cff;
  text-decoration: underline;
}
.layout2 .totop_each {
  clear: both;
  padding: 15px 0 0;
  text-align: right;
}
.layout2 .totop_each a {
  position: relative;
  color: #898989;
  line-height: 24px;
  font-size: 86.66667%;
}
.layout2 .totop_each a:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 24px;
  background: url('../images/icon_arrow_01.png') 0 0 no-repeat;
}
.layout2 .col_2 {
  width: 360px;
}
.layout2 .hl_brown_arrow {
  position: relative;
  margin: 40px 0 17px;
  padding: 10px 0 10px 18px;
  background-color: #c59d3d;
  border-left: 10px solid #98610f;
  line-height: 1.2;
  font-size: 173.33333%;
  font-weight: bold;
  color: #fff;
}
.layout2 .hl_brown_arrow:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  top: 100%;
  left: 42px;
  border-width: 16px 9px;
  border-top-color: #c59d3d;
}
.layout2 .hl_bluegreen {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 133.33333%;
  font-weight: bold;
  color: #1297a1;
  letter-spacing: 1.3px;
}
.layout2 .hl_brown_bdr {
  margin: 40px 0 30px;
  padding: 5px 0 5px 15px;
  border-left: 10px solid #98610f;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  color: #535353;
}
.layout2 .hl_brown_bdr_twotone {
  position: relative;
  padding: 5px 0 5px 25px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  color: #535353;
}
.layout2 .hl_brown_bdr_twotone:before, .layout2 .hl_brown_bdr_twotone:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
}
.layout2 .hl_brown_bdr_twotone:before {
  top: 0;
  background-color: #98610f;
}
.layout2 .hl_brown_bdr_twotone:after {
  height: 25px;
  background-color: #c59d3d;
}
.layout2 .hl_brown_bdr_twotone strong {
  font-size: 89%;
  color: #1297a1;
}
/*
.layout2 sup {
  font-size: 10px;
}
*/
.layout2 .anchor_blue_arrow {
  padding-left: 14px;
  background: url("../../images/icon/bg_arrow_right_off.gif") 0 center no-repeat;
}
.layout2 p.btn_blue,
.layout2 div.btn_blue {
  margin: 10px 0 0;
  text-align: right;
}
.layout2 p.btn_blue a,
.layout2 div.btn_blue a,
.layout2 a.btn_blue {
  padding: 10px 45px 10px 50px;
  display: inline-block;
  position: relative;
  background-color: #1c8bd6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 106.66667%;
  line-height: 125%;
  color: #fff !important;
  text-decoration: none !important;
  text-align: left;
  letter-spacing: 0.8px;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.layout2 p.btn_blue a:before,
.layout2 div.btn_blue a:before,
.layout2 a.btn_blue:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -2.5px;
  width: 8px;
  height: 5px;
  background: url('../images/icon_arrow_03.png') 0 0 no-repeat;
}
.layout2 p.btn_blue a:hover,
.layout2 div.btn_blue a:hover,
.layout2 a.btn_blue:hover {
  background-color: #3fa3e6;
}
.layout2 .ctt_main {
  color: #535353;
  line-height: 1.34;
  letter-spacing: 1.2px;
}
.layout2 .fig_normal img {
  display: block;
  margin: 0 auto;
}
.layout2 .fig_graybdr {
  margin: 15px 0;
  padding: 30px 0;
  border: 1px solid #cfcfcf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.layout2 .fig_graybdr .fig_ttl {
  font-size: 106.66667%;
  font-weight: bold;
  color: #535353;
}
.layout2 .fig_graybdr img {
  display: block;
  margin: 0 auto;
}
.layout2 .fig_left {
  float: left;
  margin-right: 30px;
}
.layout2 .annot_wrap {
  clear: both;
  margin-top: 25px;
}
.layout2 .annot_graybox {
  background-color: #f9f9f9;
  padding: 17px 20px;
}
.layout2 .annot_graybox .annot_graybox_title {
  margin-bottom: 17px;
  font-size: 93.33333%;
  font-weight: bold;
  color: #898989;
}
.layout2 .table_gray {
  margin-top: 20px;
  color: #535353;
  font-size: 100%;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}
.layout2 .table_gray,
.layout2 .table_gray th,
.layout2 .table_gray td {
  border-color: #cfcfcf;
  border-style: solid;
}
.layout2 .table_gray {
  border-width: 0 1px 1px 0;
}
.layout2 .table_gray th,
.layout2 .table_gray td {
  padding: 9px 20px;
  border-width: 1px 0 0 1px;
  text-align: left;
  vertical-align: middle;
}
.layout2 .table_gray th {
  padding-top: 13px;
  padding-bottom: 13px;
  border-color: #fff;
  border-width: 0 0 0 1px;
  background-color: #cfcfcf;
  text-align: center;
  font-weight: normal;
}
.layout2 .table_gray th:first-child {
  border-width: 0;
}
.layout2 .doc_dl {
  margin-top: 30px;
  padding: 18px 0 18px 20px;
}
.layout2 .doc_dl .ctt_main {
  position: relative;
  margin: 14px 0 0;
  padding-left: 45px;
  font-size: 92.86%;
  letter-spacing: 0;
}
.layout2 .doc_dl .ctt_main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: url('../images/icon_pdf_32x32.png') 0 0 no-repeat;
}
.layout2 .doc_dl .ctt_main p:first-child {
  margin-bottom: 2px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * function.html
 */
.function-01 .fig-01 {
  margin: 11px 0 20px;
  padding-bottom: 25px;
}
.function-01 .fig-01 img {
  display: block;
  margin: 0 auto;
}
.function-01 .fig-02 {
  margin-bottom: 24px;
  padding: 12px 0 0 10px;
}
.function-01 .fig-03 {
  margin: 36px 0 23px;
}
.function-01 .fig-03 img {
  display: block;
  margin: 0 0 0 83px;
}
.function-01 .fig-04 {
  margin: 23px 0 10px;
  padding-bottom: 35px;
}
.function-01 .fig-04 img {
  display: block;
  margin: 7px 0 0 31px;
}
.function-01 .fig-05 {
  padding: 9px 0 30px 20px;
}
.function-01 .fig-06 {
  position: relative;
  padding: 0;
  height: 590px;
}
.function-01 .fig-06 img {
  display: block;
}
.function-01 .fig-06:after {
  content: "";
  position: absolute;
  left: 243px;
  top: 137px;
  width: 153px;
  height: 214px;
  background: url('../images/img_function_01_10.png') 0 0 no-repeat;
}
.function-01 .fig-06 .fig-06_main {
  position: absolute;
  left: 30px;
  top: 39px;
}
.function-01 .fig-06 dl {
  position: absolute;
  padding: 18px 16px;
  color: #535353;
  border: 1px solid #cfcfcf;
}
.function-01 .fig-06 dl.fig-06_01, .function-01 .fig-06 dl.fig-06_03 {
  left: 396px;
  width: 256px;
}
.function-01 .fig-06 dl.fig-06_02, .function-01 .fig-06 dl.fig-06_03 {
  top: 287px;
  height: 212px;
}
.function-01 .fig-06 dl.fig-06_01 {
  top: 39px;
}
.function-01 .fig-06 dl.fig-06_02 {
  left: 30px;
  width: 256px;
}
.function-01 .fig-06 dt {
  margin: 0 0 9px;
  font-size: 93.33333%;
  font-weight: bold;
  text-align: left;
}
.function-01 .fig-06 dd {
  text-align: left;
  font-size: 80%;
  line-height: 150%;
}
.function-01 .fig-06 dd img {
  margin: 0 auto 13px;
}
.function-01 .fig-06 .annotation {
  text-align: right;
  bottom: 20px;
  right: 20px;
  position: absolute;
}
.function-01 .fig-07 {
  clear: both;
  padding: 27px 0 0 30px;
}
.function-01 .fig-07 ul {
  overflow: hidden;
  margin: 17px 0 18px;
}
.function-01 .fig-07 li {
  float: left;
  margin: 0 5px 10px 0;
  padding: 15px 0;
  width: 165px;
  background-color: #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 100%;
  text-align: center;
  color: #535353;
}
.function-01 .fig-07 li.etc {
  background-color: transparent;
  text-align: left;
  width: auto;
  padding-left: 8px;
}
.function-01 .fig-08 img {
  display: block;
  margin: 14px auto -1px;
}
.function-01 .fig-14 {
  margin: 0 0 42px;
}
.function-01 .fig-14 img {
  display: block;
  margin: 6px 0 0 32px;
}
.function-01 .fig-15 {
  padding: 30px 30px 0 30px;
}
.function-01 .fig-15 img {
  display: block;
  margin: 0 auto;
}
.function-01 .fig-15 dt {
  margin: 20px 0 17px;
  font-size: 93.33333%;
  font-weight: bold;
  color: #2792a6;
}
.function-01 .fig-15 dd {
  margin-bottom: 40px;
}
.function-01 .fig-15 .fig-15-01 {
  margin-top: 30px;
  border-bottom: 1px solid #cfcfcf;
}
.function-01 .fig-15 .fig-15-01 img {
  margin: 0 0 0 11px;
}
.function-01 .fig-15 .fig-15-02 dd {
  margin-bottom: 36px;
}
.function-01 .fig-15 .fig-15-02 img {
  margin: 0 0 0 4px;
}
.function-01 .fig-16 img {
  margin: 0 20px 10px 40px;
}
.function-01 .fig-17 img {
  margin: 21px 0 0 61px;
}
.function-01 .fig-18 img {
  margin: 67px 0 0 4px;
}
.function-01 .fig-19 img {
  margin: 24px 0 0 51px;
}
.function-01 .fig-20 img {
  margin: 9px 0 0 59px;
}
.function-01 .fig-21 img {
  margin: 25px 0 0 48px;
}
.function-01 .fig-22 img {
  margin: 69px auto 0;
}
.function-01 .fig-23 img {
  margin: 25px 0 0 25px;
}
.function-01 .fig-24 img {
  margin: 12px 0 0 33px;
}
.function-01 .sec-01 .hl_brown_arrow {
  margin-top: 20px;
}
.function-01 .sec-03 .annot_wrap {
  margin-top: 25px;
}
.function-01 .sec-05 > .ctt_main {
  margin-top: 24px;
  padding-left: 384px;
}
.function-01 .sec-05 > .ctt_main .annot14 {
  margin-top: 12px;
  clear: none;
}
.function-01 .sec-05-02 .fig_left {
  margin-bottom: 24px;
}
.function-01 .sec-07 img {
  display: block;
}
.function-01 .sec-07 div.left {
  clear: both;
}
.function-01 .sec-07-02 .hl_brown_bdr,
.function-01 .sec-07-03 .hl_brown_bdr,
.function-01 .sec-07-04 .hl_brown_bdr,
.function-01 .sec-07-05 .hl_brown_bdr,
.function-01 .sec-07-06 .hl_brown_bdr,
.function-01 .sec-07-07 .hl_brown_bdr,
.function-01 .sec-07-08 .hl_brown_bdr,
.function-01 .sec-07-09 .hl_brown_bdr {
  margin-bottom: 20px;
}
.function-01 .sec-07-02 {
  margin-bottom: 30px;
}
.function-01 .sec-07-06 .annot_wrap,
.function-01 .sec-07-09 .annot_wrap {
  margin-top: 10px;
}
.function-01 .bnr_area {
  clear: both;
  padding: 30px 0 0;
  text-align: center;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * function-02
 */
.function-02 .fig_left {
  margin-right: 24px;
}
.function-02 .fig-03 {
  margin-top: 11px;
}
.function-02 .fig-04 {
  margin-top: 7px;
}
.function-02 .fig-06 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.function-02 .fig-06 .annot14 {
  margin: 14px 0 0 26px;
}
.function-02 .fig-08 {
  margin-top: 7px;
}
.function-02 .sec-02 .ctt_main,
.function-02 .sec-03 .ctt_main,
.function-02 .sec-04 .ctt_main,
.function-02 .sec-05 .ctt_main,
.function-02 .sec-06 .ctt_main,
.function-02 .sec-07 .ctt_main,
.function-02 .sec-08 .ctt_main,
.function-02 .sec-09 .ctt_main,
.function-02 .sec-11 .ctt_main {
  padding-left: 384px;
}
.function-02 .sec-02 .ctt_main .annot_wrap,
.function-02 .sec-02 .ctt_main p.annot14,
.function-02 .sec-03 .ctt_main .annot_wrap,
.function-02 .sec-03 .ctt_main p.annot14,
.function-02 .sec-04 .ctt_main .annot_wrap,
.function-02 .sec-04 .ctt_main p.annot14,
.function-02 .sec-05 .ctt_main .annot_wrap,
.function-02 .sec-05 .ctt_main p.annot14,
.function-02 .sec-06 .ctt_main .annot_wrap,
.function-02 .sec-06 .ctt_main p.annot14,
.function-02 .sec-07 .ctt_main .annot_wrap,
.function-02 .sec-07 .ctt_main p.annot14,
.function-02 .sec-08 .ctt_main .annot_wrap,
.function-02 .sec-08 .ctt_main p.annot14,
.function-02 .sec-09 .ctt_main .annot_wrap,
.function-02 .sec-09 .ctt_main p.annot14,
.function-02 .sec-11 .ctt_main .annot_wrap,
.function-02 .sec-11 .ctt_main p.annot14 {
  clear: none;
  margin-top: 14px;
}
.function-02 .sec-03 .ctt_main,
.function-02 .sec-04 .ctt_main,
.function-02 .sec-05 .ctt_main,
.function-02 .sec-07 .ctt_main,
.function-02 .sec-08 .ctt_main {
  margin-top: 15px;
}
.function-02 .sec-01 .annot_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.function-02 .sec-02 .ctt_main {
  margin-top: 25px;
}
.function-02 .sec-02 .btn_blue {
  margin-top: 27px;
}
.function-02 .sec-02 .btn_blue a {
  padding: 20px 66px 20px 80px;
}
.function-02 .sec-06 .ctt_main {
  margin-top: 40px;
}
.function-02 .sec-10 .table_gray {
  table-layout: fixed;
}
.function-02 .sec-10 .table_gray th {
  font-weight: bold;
  text-align: left;
}
.function-02 .sec-10 .table_gray td {
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
}
.function-02 .sec-10 .annot_wrap {
  margin-top: 10px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * function-03
 */
.function-03 .fig_left .annot14 {
  margin-top: 5px;
}
.function-03 .fig-03 {
  margin-top: 20px;
  margin-bottom: 27px;
}
.function-03 .fig-08 {
  margin-top: 13px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
}
.function-03 .fig-09 {
  margin-top: 16px;
}
.function-03 .fig-10 {
  margin-top: 28px;
  margin-bottom: 33px;
}
.function-03 .fig-13 img {
  margin-top: 17px;
  margin-bottom: 3px;
}
.function-03 .fig-17 {
  margin-bottom: 30px;
}
.function-03 .sec-01-wrap {
  border: 1px solid #cfcfcf;
  padding: 29px 28px 40px 28px;
  overflow: hidden;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *width: 687px;
}
.function-03 .sec-01-wrap h2 {
  margin-bottom: 24px;
}
.function-03 .sec-01-wrap img {
  display: block;
}
.function-03 .sec-01-wrap .btn_blue {
  text-align: center;
  margin-top: 7px;
}
.function-03 .sec-01-wrap .btn_blue a {
  text-align: left;
  padding: 10px 10px 10px 35px;
}
.function-03 .sec-01-wrap .btn_blue a:before {
  left: 15px;
}
.function-03 .sec-01-wrap .menu-01 {
  float: left;
}
.function-03 .sec-01-wrap .menu-02 {
  float: right;
}
.function-03 .sec-02 .fig_left,
.function-03 .sec-03 .fig_left,
.function-03 .sec-05 .fig_left,
.function-03 .sec-06 .fig_left,
.function-03 .sec-07 .fig_left,
.function-03 .sec-12 .fig_left,
.function-03 .sec-14 .fig_left,
.function-03 .sec-16 .fig_left {
  margin-right: 0;
}
.function-03 .sec-02 .ctt_main,
.function-03 .sec-03 .ctt_main,
.function-03 .sec-05 .ctt_main,
.function-03 .sec-06 .ctt_main,
.function-03 .sec-07 .ctt_main,
.function-03 .sec-12 .ctt_main,
.function-03 .sec-14 .ctt_main,
.function-03 .sec-16 .ctt_main {
  padding-left: 384px;
}
.function-03 .sec-02 .ctt_main .annot_wrap,
.function-03 .sec-02 .ctt_main p.annot14,
.function-03 .sec-03 .ctt_main .annot_wrap,
.function-03 .sec-03 .ctt_main p.annot14,
.function-03 .sec-05 .ctt_main .annot_wrap,
.function-03 .sec-05 .ctt_main p.annot14,
.function-03 .sec-06 .ctt_main .annot_wrap,
.function-03 .sec-06 .ctt_main p.annot14,
.function-03 .sec-07 .ctt_main .annot_wrap,
.function-03 .sec-07 .ctt_main p.annot14,
.function-03 .sec-12 .ctt_main .annot_wrap,
.function-03 .sec-12 .ctt_main p.annot14,
.function-03 .sec-14 .ctt_main .annot_wrap,
.function-03 .sec-14 .ctt_main p.annot14,
.function-03 .sec-16 .ctt_main .annot_wrap,
.function-03 .sec-16 .ctt_main p.annot14 {
  clear: none;
  margin-top: 7px;
}
.function-03 .sec-06 .ctt_main .annot_wrap,
.function-03 .sec-06 .ctt_main p.annot14 {
  margin-top: 17px;
}
.function-03 .sec-02 .btn_blue,
.function-03 .sec-03 .btn_blue,
.function-03 .sec-05 .btn_blue {
  margin-top: 22px;
}
.function-03 .sec-02 .btn_blue a,
.function-03 .sec-03 .btn_blue a,
.function-03 .sec-05 .btn_blue a {
  padding: 20px 25px 20px 37px;
}
.function-03 .sec-02 .btn_blue a:before,
.function-03 .sec-03 .btn_blue a:before,
.function-03 .sec-05 .btn_blue a:before {
  left: 14px;
}
.function-03 .sec-05 .btn_blue {
  margin-bottom: 28px;
}
.function-03 .sec-05 .btn_blue a {
  padding: 20px 70px 20px 76px;
}
.function-03 .sec-07 .annot_wrap {
  padding-top: 30px;
}
.function-03 .sec-08-01,
.function-03 .sec-08-02,
.function-03 .sec-08-03,
.function-03 .sec-08-04 {
  width: 360px;
  margin-top: 25px;
}
.function-03 .sec-08-01 .fig_normal,
.function-03 .sec-08-02 .fig_normal,
.function-03 .sec-08-03 .fig_normal,
.function-03 .sec-08-04 .fig_normal {
  margin-top: 10px;
  margin-bottom: 10px;
}
.function-03 .sec-08-01,
.function-03 .sec-08-03 {
  clear: both;
}
.function-03 .sec-08-03 .ctt_main {
  margin-top: 24px;
}
.function-03 .sec-08-04 .fig_normal {
  margin-bottom: 23px;
}
.function-03 .sec-09 .fig_graybdr,
.function-03 .sec-10 .fig_graybdr {
  margin-top: 35px;
  padding: 30px;
}
.function-03 .sec-09 .fig_ttl,
.function-03 .sec-10 .fig_ttl {
  margin-bottom: 20px;
  color: #2792a6;
}
.function-03 .sec-10-01,
.function-03 .sec-10-02 {
  width: 320px;
  margin-bottom: 30px;
}
.function-03 .sec-10-03 {
  clear: both;
  border-top: 1px solid #cfcfcf;
  padding-top: 30px;
}
.function-03 .sec-11 .table_gray th {
  text-align: left;
  font-weight: bold;
}
.function-03 .sec-11 .table_gray td {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
}
.function-03 .sec-12-01 .hl_brown_bdr {
  margin-top: 20px;
}
.function-03 .sec-15 .btn_blue {
  margin: 25px 0 22px;
}
.function-03 .sec-15 .btn_blue a {
  padding: 20px 68px 20px 78px;
}
.function-03 .sec-16 .ctt_main .annot_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.function-03 .sec-16 .btn_blue a {
  padding-right: 15px;
  padding-left: 30px;
}
.function-03 .sec-16 .btn_blue a:before {
  left: 14px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * function-04
 */
.function-04 .sec-01 .btn_blue {
  margin: 16px 0 3px;
}
.function-04 .sec-01 .btn_blue a {
  padding: 10px 11px 10px 50px;
}
.function-04 .sec-02 .fig_left {
  margin-right: 0;
}
.function-04 .sec-02 .ctt_main {
  padding-left: 384px;
}
.function-04 .sec-02 .ctt_main .annot_wrap,
.function-04 .sec-02 .ctt_main p.annot14 {
  clear: none;
  margin-top: 7px;
}
.function-04 .sec-02 .bnr {
  margin-top: 55px;
}
.function-04 .sec-02 .bnr img {
  display: block;
  margin: 0 auto;
}
.function-04 .sec-03 .fig_left .annot14 {
  margin: 5px 0 0 32px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * function-05
 */
.function-05 .sec-01 h4 {
  margin: 40px 0 0 20px;
  font-size: 120%;
  font-weight: bold;
  color: #535353;
}
.function-05 .sec-01 .ttl {
  margin: 3px 0 0 20px;
  text-align: left;
}
.function-05 .sec-01 .ttl img {
  display: inline;
}
.function-05 .sec-01 .diagram_img {
  margin: 20px 0 0;
}
.function-05 .sec-01 .diagram_img img {
  display: block;
  margin: 0 auto;
}
.function-05 .sec-01 .diagram {
  margin: 40px 0 0;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7- */
  empty-cells: show;
  border-spacing: 0;
  border-width: 0 0 1px 1px;
  width: 100%;
}
.function-05 .sec-01 .diagram,
.function-05 .sec-01 .diagram td {
  border-color: #bfbfbf;
  border-style: solid;
}
.function-05 .sec-01 .diagram td {
  padding: 0 0 0 40px;
  border-width: 1px 1px 0 0;
  width: 33.33%;
  height: 52px;
  font-size: 93.33333%;
  color: #535353;
  line-height: 1.29;
  vertical-align: middle;
}
.function-05 .sec-01 .diagram td div {
  position: relative;
}
.function-05 .sec-01 .diagram td span {
  font-size: 86%;
}
.function-05 .sec-01 .diagram td img {
  position: absolute;
  left: -30px;
  top: 50%;
  display: block;
    margin-top: -11px;
}
.function-05 .sec-01 .diagram .diagram-01 tr:first-child td:first-child {
  width: 66.66%;
}
.function-05 .sec-02 .table_gray {
  font-size: 93.33333%;
  *border-collapse: collapse;
  /* IE7- */
}
.function-05 .sec-02 .table_gray th,
.function-05 .sec-02 .table_gray td {
  border-color: #c4c4c4;
}
.function-05 .sec-02 .table_gray th {
  padding: 9px 0 9px 12px;
  border-width: 1px 0 0 1px;
  background-color: #fff;
  text-align: left;
  font-weight: normal;
}
.function-05 .sec-02 .table_gray td {
  padding: 14px 0 14px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.function-05 .sec-02 .table_gray tr:first-child th {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  background-color: #e5e5e5;
  text-align: center;
}
.function-05 .sec-02 .btn_blue a {
  padding: 20px 12px 20px 35px;
}
.function-05 .sec-02 .btn_blue a:before {
  left: 16px;
}
.function-05 .annot_graybox .ttl {
  margin: 0 0 26px;
  font-size: 106.66667%;
  font-weight: bold;
  color: #535353;
}
.function-05 .annot_graybox .subttl {
  margin: 14px 0 4px;
  font-size: 86.66667%;
  color: #898989;
  font-weight: bold;
}
.function-05 .annot_graybox li {
  line-height: 1.4;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * comfortable-01
 */
.comfortable-01 .fig_graybdr {
  margin-top: 20px;
}
.comfortable-01 .fig_graybdr .caption {
  margin-top: 10px;
}
.comfortable-01 .fig_graybdr .annotation {
  text-align: right;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 5px;
}
.comfortable-01 .fig_img {
  overflow: hidden;
  width: 685px;
  margin: 0 auto;
}
.comfortable-01 .hl_brown_bdr {
  margin-top: 15px;
  margin-bottom: 20px;
}
.comfortable-01 .fig_normal {
  margin-top: 20px;
}
.comfortable-01 .sec_sub .annotation {
  margin-top: 5px;
}
.comfortable-01 .annot_wrap {
  margin-top: 15px;
}
.comfortable-01 .fig-01 .btn_blue {
  text-align: center;
}
.comfortable-01 .fig-01 .btn_blue a {
  padding-top: 19px;
  padding-bottom: 19px;
}
.comfortable-01 .fig-02 {
  padding-top: 0;
  padding-bottom: 24px;
}
.comfortable-01 .fig-02 .desc {
  position: relative;
  margin: 20px 20px 5px 20px;
  padding: 20px 24px 10px;
  background: #fdf0e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.comfortable-01 .fig-02 .desc .ttl {
  margin-bottom: 16px;
  font-size: 106.66667%;
  font-weight: bold;
  text-align: center;
  color: #535353;
  letter-spacing: 1px;
}
.comfortable-01 .fig-02 .desc .ttl img {
  position: absolute;
  display: block;
  top: -24px;
  left: 10px;
}
.comfortable-01 .fig-02 .desc ul {
  overflow: hidden;
  margin-left: -17px;
}
.comfortable-01 .fig-02 .desc ul li {
  float: left;
  margin: 0 0 10px 15px;
  padding: 10px 0;
  width: 207px;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f19149;
  text-align: center;
  color: #f19149;
  font-size: 93.75%;
}
.comfortable-01 .fig-02 .annotation {
  text-align: left;
  margin-left: 20px;
}
.comfortable-01 .fig-10 {
  margin-top: -12px;
}
.comfortable-01 .fig-10 img {
  z-index: -1;
}
.comfortable-01 .fig-14 {
  margin: -10px 0 24px;
}
.comfortable-01 .fig-15 {
  padding-bottom: 44px;
  margin-top: 13px;
  margin-bottom: 38px;
  border-bottom: 1px solid #cfcfcf;
}
.comfortable-01 .fig-16 .left {
  margin-right: 24px;
}
.comfortable-01 .fig-16 .ttl {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 6px;
}
.comfortable-01 .sec-03 .hl_brown_bdr {
  margin-top: 30px;
  margin-bottom: 25px;
}
.comfortable-01 .sec-03-01 .hl_brown_bdr,
.comfortable-01 .sec-03-02 .hl_brown_bdr {
  margin-top: 25px;
}
.comfortable-01 .sec-04-04 .fig_graybdr {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.comfortable-01 .sec-04-04 .fig_graybdr .col_2 {
  width: 340px;
}
.comfortable-01 .sec-04-04 .fig_graybdr .ttl {
  color: #2792a6;
  font-weight: bold;
  margin-bottom: 20px;
}
.comfortable-01 .sec-04-04 .fig_graybdr .right .ctt_main {
  z-index: 1;
  position: relative;
}
.comfortable-01 .sec-06 .fig_graybdr {
  padding-left: 30px;
  padding-right: 30px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * comfortable-02
 */
.comfortable-02 .moviebox-wrapper {
  width: 610px;
  margin: 20px auto !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = '#565656');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = '#565656')";
  background-image: -moz-linear-gradient(top, #000000, #565656);
  background-image: -ms-linear-gradient(top, #000000, #565656);
  background-image: -o-linear-gradient(top, #000000, #565656);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#000000), to(#565656));
  background-image: -webkit-linear-gradient(top, #000000, #565656);
  background-image: linear-gradient(to bottom, #000000, #565656);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/magnoliaAuthor/.resources/webresources/archived-contents/common/js/PIE.htc);
}
.comfortable-02 .moviebox {
  margin: 0 20px;
  padding: 20px 0;
}
.comfortable-02 .moviebox h4 {
  color: #fff;
}
.comfortable-02 .moviebox .gameborder {
  border: solid 1px #e0e0e0;
}
.comfortable-02 .moviebox p.led_annot {
  color: #c8c8c8;
}
.comfortable-02 .trademark_icon {
  margin: 10px 0px 20px;
}
.comfortable-02 .fig_graybdr {
  overflow: hidden;
  margin-top: 20px;
  padding-left: 29px;
  padding-right: 29px;
}
.comfortable-02 .fig_graybdr .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.comfortable-02 .fig-01,
.comfortable-02 .fig-02 {
  overflow: hidden;
}
.comfortable-02 .fig-01 .left,
.comfortable-02 .fig-02 .left {
  width: 240px;
}
.comfortable-02 .fig-02 {
  margin-top: 35px;
}
.comfortable-02 .fig-03 {
  margin-bottom: 30px;
}
.comfortable-02 .fig-12 .left {
  width: 364px;
}
.comfortable-02 .sec-02-01 .fig_graybdr .subttl {
  margin: 32px 0 24px;
  font-size: 93.33333%;
  font-weight: bold;
  color: #2792a6;
}
.comfortable-02 .sec-02-01 .fig_graybdr .col_2 {
  width: 320px;
}
.comfortable-02 .sec-02-01 .fig_graybdr .ctt_main {
  margin-top: 16px;
}
.comfortable-02 .sec-04 {
  overflow: hidden;
}
.comfortable-02 .sec-04 .option-h2 {
  margin: 54px 0 20px;
  padding: 3px 10px;
  background: #000;
}
.comfortable-02 .sec-04 .option-h2 .inner {
  padding-left: 10px;
  border-left: solid 6px #fff;
  font-size: 117%;
  color: #fff;
}
.comfortable-02 .sec-04 .item_img,
.comfortable-02 .sec-04 .item_name_warpper,
.comfortable-02 .sec-04 .item_icons {
  float: left;
}
.comfortable-02 .sec-04 .item_name {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.11;
}
.comfortable-02 .sec-04 .item_model {
  font-size: 120%;
}
.comfortable-02 .sec-04 .item_id {
  font-size: 93.33333%;
  overflow: hidden;
}
.comfortable-02 .sec-04 .item_id dt,
.comfortable-02 .sec-04 .item_id dd {
  line-height: 20px;
}
.comfortable-02 .sec-04 .item_id dt {
  float: left;
  clear: left;
  padding: 0 7px;
  background-color: #f5b200;
}
.comfortable-02 .sec-04 .item_id dd {
  margin-bottom: 3px;
  padding-left: 50px;
}
.comfortable-02 .sec-04 .item_icons {
  border-left: 1px solid #ccc;
}
.comfortable-02 .sec-04 .item_icons dl {
  margin-left: 14px;
  font-size: 93.33333%;
  line-height: 32px;
}
.comfortable-02 .sec-04 .item_icons dt {
  float: left;
  clear: left;
}
.comfortable-02 .sec-04 .item_icons dd {
  margin-bottom: 15px;
  padding-left: 42px;
}
.comfortable-02 .sec-04 .btn_blue {
  clear: both;
}
.comfortable-02 .sec-04 .btn_blue a {
  padding: 15px 31px 15px 46px;
}
.comfortable-02 .sec-04-01 {
  padding-bottom: 26px;
  border-bottom: 1px dashed #ccc;
}
.comfortable-02 .sec-04-01 .item_img {
  padding-top: 14px;
  width: 284px;
}
.comfortable-02 .sec-04-01 .item_name_warpper {
  padding-top: 10px;
  width: 236px;
}
.comfortable-02 .sec-04-01 .btn_blue_wrapper {
  padding-top: 20px;
}
.comfortable-02 .sec-04-01 .btn_blue_wrapper .annotation {
  width: 254px;
}
.comfortable-02 .sec-04-01 .btn_blue {
  clear: none;
  padding-top: 0;
  margin-top: 0;
  padding-left: 284px;
  text-align: left;
}
.comfortable-02 .sec-04-01 .btn_blue .annotation {
  width: auto;
}
.comfortable-02 .sec-04-02,
.comfortable-02 .sec-04-03 {
  padding-top: 30px;
  width: 372px;
}
.comfortable-02 .sec-04-02 .btn_blue,
.comfortable-02 .sec-04-03 .btn_blue {
  text-align: left;
}
.comfortable-02 .sec-04-02 .item_name_warpper,
.comfortable-02 .sec-04-03 .item_name_warpper {
  padding-left: 15px;
}
.comfortable-02 .sec-04-02 {
  float: left;
  border-right: 1px dashed #ccc;
}
.comfortable-02 .sec-04-03 {
  float: right;
}
.comfortable-02 .sec-04-03 .item_img {
  margin-left: 10px;
}



.f12 {
	font-size: 12px;
}




/* .top_relatedproduct
-------------------------------------------------- */
.product_related {
	margin: 23px 0 25px 0;
	padding-bottom: 12px;
	background: #f2f2f2 url(../../images/related/bg_related_product_01.jpg) left top no-repeat;
	min-height: 390px;
	position: relative;
	zoom: 1;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
	.product_related p.title_s {
		position: absolute;
		top: 38px;
		left: 100px;
		font-size: 14px;
	}
	.product_related p.title_l {
		position: absolute;
		top: 43px;
		left: 214px;
		font-size: 23px;
		font-weight: bold;
	}
	.product_related .lineup_product {
		margin: 0 11px;
		padding-top: 85px;
	}
	.product_related .lineup_product li {
		margin-left: 8px;
		padding-bottom: 10px;
		float: left;
		width: 235px;
		min-height: 290px;
		background-color: #ffffff;
	    -moz-border-radius: 0 0 5px 5px;
    	-webkit-border-radius: 0 0 5px 5px;
	    border-radius: 0 0 5px 5px;
		position: relative;
		zoom: 1;
	}
	.product_related .lineup_product li.first {
		margin-left: 0;
	}
	.product_related .lineup_product li h2 {
		padding-top: 10px;
		width: 235px;
		min-height: 83px;
		background: url(../../images/related/bg_related_product_02.jpg) left top no-repeat;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		color: #ffffff;
	}
	.product_related .lineup_product li h3 {
		text-align: center;
		font-weight: bold;
		color: #f79700;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.product_related .lineup_product li p.comment {
		text-align: center;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.product_related .lineup_product li .pic {
		margin: 4px 0;
		text-align: center;
	}
	.product_related .lineup_product li .pic img {
		vertical-align: top		
	}
	.product_related .lineup_product .link_btn {
		margin: 0 13px;
		padding: 8px 0;
		background-color: #118135;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: relative;
		zoom: 1;
	}
	.product_related .lineup_product .link_btn p {
		color: #ffffff;
		font-size: 13px;
		zoom: 1;
		text-align: center;
	}
	.product_related .lineup_product .link_btn p a {
		display: block ;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent:-9999px;
		background/*\**/: #fff\9; /*IE7、8用ハック*/
		opacity: 0;
		moz-opacity: 0; 
		filter:alpha(opacity=0); /*フィルターで透明に*/
	}
	.product_related .lineup_product .link_btn p:link,
	.product_related .lineup_product .link_btn p:active,
	.product_related .lineup_product .link_btn p:visited,
	.product_related .lineup_product .link_btn p:hover {
		text-decoration: none;
		color: #fff;
	}
	.product_related .lineup_product .link_btn:hover {
		background: rgba(17,139,54,0.6);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff', endColorstr='#99ffffff');
	}
	



