@charset "UTF-8";
a:link {
  color: #546fb4;
}

/* ==========================
ご利用ガイドトップページ
========================== */
/* -------------------- よくある質問 */
#guide-faq a {
  color: #313131;
}

#guide-faq a:hover {
  color: #094;
}

#guide-faq .left {
  float: left;
  width: 48%;
}

#guide-faq .right {
  float: right;
  width: 48%;
}

#guide-faq dt {
  margin-bottom: 20px;
  background: url("../img/common/ic-blue-dot.gif") no-repeat scroll 0 0 transparent;
  font-size: 92%;
  line-height: 1.5;
  padding-left: 14px;
}

/* -------------------- ご注文に関するお問い合わせ */
#guide-info a {
  color: #313131;
}

#guide-info a:hover {
  text-decoration: none;
}

#guide-info .left {
  float: left;
  width: 48%;
}

#guide-info .right {
  float: right;
  width: 48%;
}

#guide-info dt {
  text-indent: -9999px;
}

#guide-info dt a {
  display: block;
  height: 24px;
}

#guide-info dt.guide a {
  background: url(../img/guide/guide-navi01-off.gif) 0 0 no-repeat;
}

#guide-info dt.guide a:hover {
  background: url(../img/guide/guide-navi01-on.gif) 0 0 no-repeat;
}

#guide-info dt.technical a {
  background: url(../img/guide/guide-navi02-off.gif) 0 0 no-repeat;
}

#guide-info dt.technical a:hover {
  background: url(../img/guide/guide-navi02-on.gif) 0 0 no-repeat;
}

#guide-info dt.download a {
  background: url(../img/guide/guide-navi03-off.gif) 0 0 no-repeat;
}

#guide-info dt.download a:hover {
  background: url(../img/guide/guide-navi03-on.gif) 0 0 no-repeat;
}

#guide-info dd {
  border: solid 1px #ccc;
  border-top: none;
  font-size: 92%;
  line-height: 1.5;
  padding: 5px;
  margin-bottom: 20px;
}

/* ==========================
ご利用ガイドトップページ
========================== */
#guide-col a {
  color: #313131;
}

#guide-col a:hover {
  text-decoration: none;
}

#guide-col .left {
  float: left;
  width: 48%;
}

#guide-col .right {
  float: right;
  width: 48%;
}

#guide-col dd {
  margin-bottom: 30px;
}

#guide-col ul {
  margin-top: 10px;
  margin-left: 12px;
}

#guide-col ul li {
  line-height: 1.4;
  margin-bottom: .5em;
  padding-left: 20px;
  background: url(../img/common/arrow-yl-right.gif) 0 2px no-repeat;
}

/* ==========================
下半分メニュー 横1列バージョン
========================== */
#bottom-menu {
  clear: both;
  margin-top: 30px;
  padding: 10px;
  background: #f2f2f2;
}

#bottom-menu dl dt {
  float: left;
  width: 14em;
  padding: .5em 0;
  font-weight: bold;
  text-indent: .5em;
}

#bottom-menu dl dd {
  padding: .5em 0 .5em 14em;
  border-bottom: 1px #ddd solid;
  font-size: 12px;
}

#bottom-menu dl dd ul li {
  float: left;
  margin-right: 1.5em;
}

#bottom-menu dl dd ul {
  margin: 0;
  padding: 0;
}

/* ==========================
下半分メニュー 2列バージョン
========================== */
#bottom-menu2 {
  clear: both;
  margin-top: 30px;
  padding: 10px;
  background: #f2f2f2;
}

#bottom-menu2 .col {
  float: left;
  width: 48%;
  margin: 0 1%;
}

#bottom-menu2 dl dt {
  padding: .5em 0 0;
  font-weight: bold;
}

#bottom-menu2 dl dd {
  padding: .5em 0;
  font-size: 12px;
}

#bottom-menu2 dl dd ul li {
  float: left;
  margin-right: 1.5em;
}

/* ==========================
下半分メニュー 3列バージョン
========================== */
#bottom-menu3 {
  clear: both;
  margin-top: 30px;
  padding: 10px;
  background: #f2f2f2;
}

#bottom-menu3 .col {
  float: left;
  width: 23%;
  margin: 0 1%;
}

#bottom-menu3 dl dt {
  padding: .5em 0 0;
  font-weight: bold;
}

#bottom-menu3 dl dd {
  padding: .5em 0;
  font-size: 12px;
}

/* ==========================
ガイド個別ページ
========================== */
/* -------------------- 大見出し */
#contents h2#guide01 {
  background-image: none;
  background-color: #8fc1e9;
  color: #000;
  font-size: 122%;
  line-height: 35px;
  padding-left: 20px;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  behavior: url(/PIE.htc);
}

/* -------------------- 上部テキスト */
#contents p.text {
  margin-bottom: 20px;
}

/* -------------------- 上部ページ内ナビ */
div.note2 {
  margin-bottom: 20px;
  padding-top: 8px;
  background-color: #eee;
}

div.note2 .inner {
  padding-bottom: 3px;
  background-color: #eee;
}

/* -------------------- セクション */
/* リスト */
div.guide-section ul {
  margin: 10px;
}

div.guide-section ol {
  margin: 10px;
}

div.guide-section ul li {
  padding-left: 4px;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 92%;
  list-style: disc inside;
}

div.guide-section ul.list-type2 li {
  background: url("../img/common/arrow-yl-right-s.gif") no-repeat scroll 0 0 transparent;
  font-size: 92%;
  height: 1em;
  line-height: 1em;
  margin-right: 1em;
  padding-bottom: 10px;
  padding-left: 12px;
}

div.guide-section ol li {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 92%;
}

div.guide-section .return {
  margin-bottom: 2em;
}

/* -------------------- ご利用ガイド＆テクニカルガイド */
h4.guide_01 {
  color: #333;
  font-size: 14px;
  background-color: #e8e8e8;
  border-left: 6px solid #179bcb;
  padding: 8px 10px;
  margin-bottom: 15px;
}

h5.guide_h5 {
  border-bottom: 1px solid #808080;
  padding: 4px 5px;
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
}

h5.guide_h5_2 {
  background: url("../img/common/ic-blue-baloon.gif") no-repeat scroll 0 0 transparent;
  height: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  padding-left: 28px;
}

div.guide-section table.table01 {
  margin: .75em 0;
  border: 1px solid #333;
}

div.guide-section th {
  padding: 2px 6px;
  background: #ccc;
  text-align: center;
  border: 1px solid #333;
}

div.guide-section table.table01 td {
  padding: 2px 6px;
  border: 1px solid #333;
}

div.guide-section table.table01 td.nd_am {
  background: #addef8;
}

div.guide-section table.table01 td.nd_pm {
  background: #21ade5;
}

div.guide-section table.table01 td.tdl_am {
  background: #f7c9dc;
}

div.guide-section table.table01 tr.even {
  background: #ddd;
}

div.guide-section table.table01 caption {
  caption-side: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}

div.guide-section ul.atten_no {
  margin: 10px 0;
}

div.guide-section ul.atten_no li {
  background-image: none;
  padding-left: 0;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.2;
  margin-bottom: .25em;
}

div.orderflow_content {
  margin: 0 0 30px;
  padding: 0;
}

div.orderflow_right {
  margin: 0 0 0 10px;
  padding: 0;
  width: 260px;
  height: 790px;
  float: right;
}

div.orderflow_text01 {
  margin: 13px 0 0;
  padding: 0;
  width: 260px;
  height: 90px;
}

div.orderflow_text02 {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 90px;
}

div.orderflow_text03 {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 114px;
}

div.orderflow_text04 {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 140px;
}

div.orderflow_left {
  margin: 0;
  padding: 0;
  width: 220px;
  height: 790px;
  float: left;
}

div.orderflow_content p {
  font-size: 12px;
  margin: 0;
}

div.deco_box_txt1L {
  background: #f3f2f1;
  border: #888 1px solid;
  color: #333;
  width: auto;
  height: auto;
  padding: 8px 13px 10px;
  margin: .5em;
  line-height: 1.5em;
  font-size: 130%;
}

div.deco_box_txt1 {
  background: #fffef3;
  border: #fff999 1px solid;
  color: #333;
  width: auto;
  height: auto;
  padding: 8px 13px 10px;
  margin: .5em;
  line-height: 1.5em;
}

div.deco_box_txt2 {
  background: #f8f8f8;
  width: auto;
  height: auto;
  padding: 8px 13px 10px;
  margin: .5em;
  line-height: 1.5em;
}

div.deco_box_txt3 {
  background: #e1f1ff;
  width: auto;
  height: auto;
  padding: 8px 13px 10px;
  margin: .5em;
  line-height: 1.5em;
}

div.deco_box_txt4 {
  background: #f3f2f1;
  border: #aaa 1px solid;
  width: auto;
  height: auto;
  padding: .75em 1em;
  margin: .5em;
  line-height: 1.5em;
}

div.guide_colum {
  margin-bottom: 1.5em;
  padding: 0;
  width: auto;
  height: auto;
}

div.guide-section table.table02 {
  margin: .25em 0 .75em;
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
}

div.guide-section table.table02 th {
  padding: 6px;
  background-color: #ccc;
  text-align: center;
  border: #333 1px solid;
  font-weight: normal;
}

div.guide-section table.table02 td {
  border: #333 1px solid;
  padding: 6px;
  color: #333;
  line-height: 1.2em;
}

div.guide-section table.table02 tr.even {
  background-color: #f5f5f5;
}

div.guide-section table.table03 {
  margin: .25em 0 .75em;
}

div.guide-section table.table03 th {
  padding: 6px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  border-right: #333 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  font-weight: bold;
}

div.guide-section table.table03 td {
  border-right: #333 1px solid;
  padding: 6px 0 6px 6px;
  color: #333;
  line-height: 1.2em;
  text-align: center;
}

div.guide-section table.table03 tr.oddnum {
  background-color: #e8e8e8;
  border-bottom: #fff 1px solid;
}

div.guide-section table.table04 {
  background: #e8e8e8;
  border: #333 2px solid;
  margin-bottom: 1.5em;
}

div.guide-section table.table04 th {
  padding: 6px;
  color: #444;
  text-align: center;
  font-weight: bold;
  border: #333 1px solid;
}

div.guide-section table.table04 td {
  padding: 6px;
  color: #333;
  line-height: 1.2em;
  text-align: center;
  border: #333 1px solid;
}

div.guide-section table.table04 tr.oddnum {
  background-color: #f5f5f5;
}

div.guide-section table.table04 tr.oddnum td {
  border: #333 1px solid;
}

div.guide-section ol.step_exp {
  list-style-type: none;
  list-style-position: outside;
  margin: 1em 0;
  padding: 0;
}

div.guide-section ol.step_exp li {
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0 0 0 15px;
}

div.guide-section ol.step_exp li img {
  margin-top: .5em;
  margin-bottom: .5em;
}

div.guide-section ol.step_exp li.step_01 {
  background-image: url(/guide/images/img_circle_num_01.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_02 {
  background-image: url(/guide/images/img_circle_num_02.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_03 {
  background-image: url(/guide/images/img_circle_num_03.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_04 {
  background-image: url(/guide/images/img_circle_num_04.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_05 {
  background-image: url(/guide/images/img_circle_num_05.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_06 {
  background-image: url(/guide/images/img_circle_num_06.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_07 {
  background-image: url(/guide/images/img_circle_num_07.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_08 {
  background-image: url(/guide/images/img_circle_num_08.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_09 {
  background-image: url(/guide/images/img_circle_num_09.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_10 {
  background-image: url(/guide/images/img_circle_num_10.gif);
  background-repeat: no-repeat;
}

div.guide-section h5.rules {
  margin: 1em 0;
}

div.guide-section ol.sqlist {
  margin: 10px 0;
}

div.guide-section ol.sqlist li {
  padding-left: 14px;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 100%;
  background: url(../img/guide/icon_listImg_arrow-pur1.jpg) 0 3px no-repeat;
  vertical-align: middle;
}

div.guide-section ol.step_exp li.step_01g {
  background-image: url(/guide/images/img_circle_num_01.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_02g {
  background-image: url(/guide/images/img_circle_num_02.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_03g {
  background-image: url(/guide/images/img_circle_num_03.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_04g {
  background-image: url(/guide/images/img_circle_num_04.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_05g {
  background-image: url(/guide/images/img_circle_num_05.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_06g {
  background-image: url(/guide/images/img_circle_num_06.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_07g {
  background-image: url(/guide/images/img_circle_num_07.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_08g {
  background-image: url(/guide/images/img_circle_num_08.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_09g {
  background-image: url(/guide/images/img_circle_num_09.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

div.guide-section ol.step_exp li.step_10g {
  background-image: url(/guide/images/img_circle_numg_10.gif);
  background-repeat: no-repeat;
}

div.guide_colum strong {
  font-weight: bold;
}

.boxleft {
  float: left;
  width: 48%;
}

.boxright {
  float: right;
  width: 48%;
}

/* ==========================
clearfix
========================== */
.clrfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 */
}

.clrfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */
* html .clrfix {
  height: 1%;
}

.clrfix {
  display: block;
}

/* End hide from IE-mac */
.clr {
  clear: both;
}

/* -------------------- ニュース */
/* カレンダー */
div.guide_colum table.cal {
  border: 1px solid #ccc;
  width: 315px;
}

div.guide_colum table.cal th {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #313131;
  height: 25px;
}

div.guide_colum table.cal td {
  height: 35px;
  font-size: 14px;
  font-weight: bold;
}

div.guide_colum table.cal td.holiday {
  background-image: url(../img/common/cal-back-img.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

div.guide_colum p.cal_des {
  margin-bottom: 15px;
}

div.guide_colum .cal_nouki {
  font-size: 14px;
  font-weight: bold;
  color: red;
}

div.guide-section ol.nouki_exp {
  list-style-type: none;
  list-style-position: outside;
  margin: 1em 0;
  padding: 0;
}

div.guide-section ol.nouki_exp li.nouki_01 {
  background-image: url("/guide/images/img_circle_num_01.gif");
  background-repeat: no-repeat;
  padding-left: 18px;
  font-weight: bold;
}

div.guide-section ol.nouki_exp li.nouki_02 {
  background-image: url("/guide/images/img_circle_num_02.gif");
  background-repeat: no-repeat;
  padding-left: 18px;
  font-weight: bold;
}

div.guide-section ol.nouki_exp li.nouki_01 ul li,
div.guide-section ol.nouki_exp li.nouki_02 ul li {
  font-size: 12px;
  font-weight: normal;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt15 {
  margin-bottom: 15px;
}

/* --------------------ご利用ガイド&テクニカルガイド新フォーマット */
div.asset-body strong {
  font-weight: bold;
}

/* ----------New OL List div#contents ---------- */
div.guide-section div.asset-body ol.guidelist,
div.guide-section div.asset-body ol.work_prosess {
  margin: 14px 0;
  padding: 0;
  background: #f1f1f1;
  background-image: url("/guide/images/img_lb.gif");
  background-repeat: repeat-y;
  background-position: 4px 0;
  border-left: 1px solid #ccc;
}

div.guide-section div.asset-body ol.guidelist li,
div.guide-section div.asset-body ol.work_prosess li {
  margin: 0 0 0 42px;
  padding: 5px 14px;
  background: #fff;
  border-bottom: 1px solid #666;
  border-left: 1px solid #aaa;
  color: #03a;
  font-weight: bold;
  font-size: 100%;
  line-height: 154%;
  list-style-position: outside;
  list-style-type: decimal-leading-zero;
}

div.guide-section div.asset-body ol.guidelist li p,
div.guide-section div.asset-body ol.work_prosess li p {
  color: #333;
  margin: 4px 0;
  font-weight: normal;
  font-size: 100%;
}

div.guide-section div.asset-body ol.guidelist li img,
div.guide-section div.asset-body ol.work_prosess li img {
  margin: 5px 0 9px;
}

/* -------- テキスト装飾　---------- */
.tx_rd {
  color: #d00;
}

.tx_bl {
  color: #152290;
}

.tx_gr {
  color: #090;
}

.tx_cy {
  color: #0bd;
}

.tx_mg {
  color: #c0a;
}

.tx_ye {
  color: #fdc415;
}

/* --------------- 説明画像  ---------- */
dl.gudlimg {
  margin: 1em 1em 1.5em;
}

dl.gudlimg dt {
  margin-bottom: .5em;
  padding-left: 4px;
  border-left: 14px solid #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}

/* --------------- 用語説明  ---------- */
dl.guidl02,
dl.term_div {
  margin: 1.5em 0;
  padding-bottom: 10px;
  background-image: url("/guide/images/img_obi_04_bottom.gif");
  background-repeat: no-repeat;
  background-position: 0 100%;
}

dl.guidl02 dt,
dl.term_div dt {
  margin: 0;
  padding: 0 1em;
  background-image: url("/guide/images/img_obi_04.gif");
  background-repeat: no-repeat;
  height: 41px;
  color: #333;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
}

dl.guidl02 dd,
dl.term_div dd {
  margin: 0 2px;
  padding: 2px 1.05em;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

dl.guidl02 dd img,
dl.term_div dd img {
  margin: 5px 0;
}

/* ---------- 小見出し02 ---------- */
h4.guide_02,
h4.subtitle_02 {
  margin: 10px 0;
  padding: 0 10px 0 25px;
  height: 46px;
  background-image: url("/guide/images/img_obi_03.gif");
  background-repeat: no-repeat;
  color: #333;
  line-height: 45px;
  font-size: 14px;
}

/* ------- 新リストﾁｪｯｸ画像 ------- */
div.guide-section ol.dclist,
div.guide-section ol.check_blue {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

div.guide-section ol.dclist li,
div.guide-section ol.check_blue li {
  margin: 6px 0 0;
  padding: 0 10px 0 20px;
  background-image: url("/guide/images/img_check01.gif");
  background-repeat: no-repeat;
  background-position: 0 1px;
  font-size: 13px;
}

/* ------- 新リストﾁｪｯｸ画像 ネスト ------- */
div.guide-section ol.dclist ol,
div.guide-section ol.check_sky {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 6px 0 0;
}

div.guide-section ol.dclist ol li,
div.guide-section ol.check_sky li {
  margin: 6px 0 0;
  padding: 0 10px 0 20px;
  background-image: url("/guide/images/img_check02.gif");
  background-repeat: no-repeat;
  background-position: 0 1px;
  font-size: 13px;
}

/* ----------------------------- table03 */
div.guide-section table.tabl03 {
  padding: 0;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

div.guide-section table.tabl03 td {
  padding: 5px 2px;
  border: 2px solid #bbb;
}

div.guide-section table.tabl03 th {
  padding: 5px 2px;
  border: 2px solid #bbb;
  font-weight: bold;
}

div.guide-section table.tabl03 caption {
  text-align: left;
  font-size: 1.1em;
}

div.guide-section table.tabl03 caption {
  margin-bottom: .25em;
  font-weight: bold;
  font-size: 100%;
}

/* ----------------------------- ポイント */
dl.point_sec,
dl.point_div {
  margin: 1.5em 0;
  padding-bottom: 10px;
  background-image: url("/guide/images/img_point_bottom.gif");
  background-repeat: no-repeat;
  background-position: 0 100%;
}

dl.point_sec dt,
dl.point_div dt {
  margin: 0;
  padding: 2px 1em 0 36px;
  background-image: url("/guide/images/img_point_head.gif");
  background-repeat: no-repeat;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

dl.point_sec dd,
dl.point_div dd {
  margin: 0 2px;
  padding: 2px 1.05em;
  border-left: 1px solid #39f;
  border-right: 1px solid #39f;
}

dl.point_sec dd img,
dl.point_div dd img {
  margin: 5px 0;
}

div.guide-section div.section_std {
  margin: 14px 0 0;
}

div.guide-section div.section_std p {
  margin: 10px 0;
}

/* ----------  商品のリスト */
#leftArea ul.section,
#rightArea ul.menu {
  padding-bottom: 13px;
  background: url(../img/common/menuBottom_bg.jpg) left bottom no-repeat;
}

#rightArea ul li.cate_section a {
  display: block;
  font-size: 12px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: none;
  text-decoration: none;
  color: #636363;
  padding: 0 8px;
  height: 26px;
  line-height: 2;
}

#rightArea ul li.cate_section a:hover {
  background: #e9e9e9;
}

#rightArea ul li ul li.cate_section2 a {
  display: block;
  font-size: 90%;
  background: #fff;
  line-height: 2;
  border: 1px solid #d9d9d9;
  border-top: none;
  text-decoration: none;
  color: #636363;
  padding: 0 8px;
  height: 26px;
}

#rightArea ul li ul li.cate_section2_top a {
  border-top: 1px solid #d9d9d9;
}

/*
* MT_LeftMenu
*/
.guide #leftArea ul.section {
  padding-bottom: 0;
  background-image: none;
  width: 234px;
}

.guide #leftArea ul li.cate_section {
  margin-bottom: 1px;
}

.guide #leftArea ul li.cate_section a {
  display: block;
  background: #90c1e9;
  border: none;
  text-decoration: none;
  color: #000;
  padding: 2px 10px;
  height: 28px;
  width: 205px;
  font-size: 92%;
  border-radius: 5px;
  behavior: url(/PIE.htc);
}

.guide #leftArea ul li.cate_title a {
  padding: 0;
}

.guide #leftArea ul li.cate_section a:hover {
  background: #5191d5;
  color: #fff;
}

.guide #leftArea ul li.cate_section:hover {
  background: url(/mtos/mt-static/styles/img/guide/leftMenu_arrow.jpg) no-repeat 224px 50% #fff;
  z-index: 9999;
}

.guide #leftArea ul.menu {
  background-image: none;
}

/* current */
.guide #leftArea ul li.cate_section.current {
  background: url(/mtos/mt-static/styles/img/guide/leftMenu_arrow.jpg) no-repeat 224px 50% #fff;
  z-index: 9999;
}

.guide #leftArea ul li.cate_section.current a {
  display: block;
  background: #5191d5;
  border: none;
  text-decoration: none;
  color: #fff;
  padding: 2px 10px;
  height: 28px;
  width: 205px;
  font-size: 92%;
  border-radius: 5px;
  behavior: url(/PIE.htc);
}

