@charset "utf-8";
/* -------------------------------
common
actuator_portal配下全共通css

基本、編集不可。修正の場合は影響範囲確認必修。
個別ページに対するcss修正については、各htmlフォルダと同階層にてcssフォルダを追加すること。（ない場合は新規追加）
------------------------------- */
.l-content a:link {
	text-decoration: none;
}
.l-content .fr {
    float: right;
}

/* img */
.l-content img {
  vertical-align: bottom;
}
.l-content .vTop,
.l-content table.vTop td {
  vertical-align: top;
}
/* section */
.l-content .section {
  padding: 0;
  margin: 0 0 70px;
}
.l-content .sectionInner {
  padding: 0;
  margin: 0;
}
.l-content .secTxt {
  margin-bottom: 25px;
}
/* ttl */
.l-content .ttlH1 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1;
}
.l-content .ttlH2 {
  border: 1px solid #e5e5e5;
  background: #efefef;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1;
}
.l-content .ttlH2 span {
  display: block;
  border-left: 5px solid #00398c;
  padding: 10px 15px;
  font-size: 20px;
}
.l-content .ttlH3 {
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  padding: 0 0 10px;
  margin: 50px 0 20px;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/bg_h3.gif) no-repeat left bottom;
}
.l-content .ttlH3:first-child {
  margin: 0 0 20px;
}
.l-content .ttlH3 .txtH3 {
  font-size: 12px;
  font-weight: normal;
  color: #d90000;
  margin-left: 10px;
}
.l-content .ttlH4 {
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 8px;
  margin: 40px 0 20px;
  border-bottom: 1px dotted #b1b1b1;
}
.l-content .ttlH5 {
  line-height: 1;
  font-weight: bold;
  padding: 0 0 5px;
  margin-bottom: 20px;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/bg_h5.gif) no-repeat left bottom;
}
/* txt */
.l-content .txtBlue {
  color: #00398c;
}
.l-content .notes {
  text-indent: -1em;
  margin-left: 1em;
}
.l-content .notesNumber li {
  text-indent: -2em;
  margin-left: 2em;
}
.l-content .notesRight {
	text-align:right;
}
/* list */
.l-content .listDod li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.l-content .listNumber > li {
  padding-left: 1.5em;
  padding-bottom: 3px;
  text-indent: -1.5em;
}
.l-content .listNumber__num {
  padding-right: 0.5em;
  font-weight: bold;
  color: #00398c;
  font-size: 14px;
}
.l-content .listSmallNumber > li {
  padding-left: 1.4em;
  padding-bottom: 3px;
  text-indent: -1.4em;
}
.l-content .listSmallNumber__num {
  padding-right: 0.5em;
  font-weight: bold;
  color: #00398c;
}
.l-content .listStyle {
  margin-left: 0;
}
.l-content .listStyle > li {
  padding-left: 10px;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/icon_list.gif) no-repeat 0 5px;
  margin-bottom: 4px;
}
.l-content .dodList > dt {
  margin: 0 0 6px;
  font-weight: bold;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/icon_list.gif) no-repeat 0 6px;
  padding-left: 10px;
}
.l-content .dodList > dd {
  margin: 0 0 22px;
}
.l-content .dodList .inner > dt {
  float: left;
  width: 100px;
}
.l-content .dodList .inner > dd {
  float: left;
  width: 460px;
  text-indent: -1.5em;
}
.l-content .dodList .inner > dd span {
  margin-right: 13px;
}
.l-content .boldList > dt {
  margin: 0 0 6px;
  font-weight: bold;
}
.l-content .boldList > dt.big {
  font-size: 14px;
}
.l-content .boldList > dd {
  margin: 0 0 25px;
}
.l-content .indentList > dt {
  margin: 0 0 6px;
}
.l-content .indentList > dd {
  margin: 0 0 25px 10px;
}
/* cols */
.l-content .m-cols {
  letter-spacing: -0.4em;
  margin: 0 0 30px;
}
.l-content .m-cols .cols1_2 {
  letter-spacing: normal;
  display: -moz-inline-box; /*for Firefox 2*/
  display: inline-block; /*for modern*/
  width: 460px;
  margin-left: 30px;
  vertical-align: top;
}
.l-content .m-cols .cols1_2:first-child {
  margin-left: 0;
}
/* common - anchor - */
/* anchorTxt */
.l-content .anchorTxt {
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/icon_arrow_anchor.gif) no-repeat left center;
  padding: 0 0 0 21px;
}
/* anchorNavi */
.l-content .anchorNavi {
  width: 950px;
  margin: 8px auto 30px;
  position: relative;
}
.l-content .anchorNavi ul {
  margin: 18px 0;
  letter-spacing: -0.4em;
}
.l-content .anchorNavi ul:first-child {
  margin-bottom: 10px;
}
.l-content .anchorNavi li {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  padding: 1px 0 1px 0;
  border-left: 1px solid #dfdfdf;
  letter-spacing: normal;
  vertical-align: middle;
}
.l-content .anchorNavi li:first-child {
  border-left: none;
}
.l-content .anchorNavi li span {
  text-align: left;
  display: inline-block;
  padding-left: 21px;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/icon_arrow_anchor.gif) no-repeat 0 1px;
}
.l-content .anchorNavi li a {
  display: block;
  padding: 0 10px;
}
.l-content .anchorNavi li:first-child a {
  padding: 0 10px 0 4px;
}
/* anchorDodNavi */
.l-content .anchorDodNavi {
  margin: 8px auto 20px;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  position: relative;
}
.l-content .anchorDodNavi .ttl {
  position: absolute;
  top: -8px;
  left: 0;
  background: #FFF;
  padding: 0 13px 0 0;
  font-weight: bold;
}
.l-content .anchorDodNavi ul {
  margin: 18px 0;
  letter-spacing: -0.4em;
}
.l-content .anchorDodNavi ul:first-child {
  margin-bottom: 10px;
}
.l-content .anchorDodNavi li {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  padding: 1px 0 1px 0;
  border-left: 1px solid #dfdfdf;
  letter-spacing: normal;
  vertical-align: middle;
}
.l-content .anchorDodNavi li:first-child {
  border-left: none;
}
.l-content .anchorDodNavi li span {
  text-align: left;
  display: inline-block;
  padding-left: 21px;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/icon_arrow_anchor.gif) no-repeat 0 1px;
}
.l-content .anchorDodNavi li a {
  display: block;
  padding: 0 10px;
}
.l-content .anchorDodNavi li:first-child a {
  padding: 0 10px 0 4px;
}
/* anchorDodNavi-singleType- */
.l-content .anchorDodNavi.singleType {
  margin: 0 auto 20px;
}
.l-content .anchorDodNavi.singleType ul:first-child {
  margin-bottom: 18px;
}
.l-content .anchorDodNavi.singleType li a {
  padding: 0 20px;
}
.l-content .anchorDodNavi.singleType li:first-child a {
  padding: 0 20px 0 4px;
}
/* common - table - */
.l-content .tableStyleC,
.l-content .tableStyleL {
  width: 100%;
  border-top: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  margin-bottom: 10px;
}
.l-content .tableStyleC th,
.l-content .tableStyleL th {
  padding: 5px 4px;
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  background-color: #e6e6e6;
  text-align: center;
  font-weight: bold;
}
.l-content .tableStyleC td,
.l-content .tableStyleL td {
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  background-color: #fff;
}
.l-content .tableStyleC td {
  text-align: center;
  padding: 5px 4px;
}
.l-content .tableStyleL td {
  text-align: left;
  padding: 5px 10px;
}
.l-content .tableStyleC td.name,
.l-content .tableStyleL td.name {
  font-weight: bold;
  border-color: #bfbfbf;
}
.l-content .tableStyleC td.item,
.l-content .tableStyleL td.item {
  font-weight: bold;
  border-color: #bfbfbf;
  background-color: #e6e6e6;
}
.l-content .tableStyleC td.item .tableInner,
.l-content .tableStyleL td.item .tableInner {
  width: 100%;
  margin-top: 10px;
}
.l-content .tableStyleC td.item .tableInner td,
.l-content .tableStyleL td.item .tableInner td {
  border: none;
  background: none;
  font-weight: normal;
  padding: 2px 4px;
}
/* table - add style - */
/* styleP20 */
.l-content table.styleP20 td {
  padding: 10px 20px;
}
/* styleP15 */
.l-content table.styleP15 td {
  padding: 8px 15px;
}
/* bgColor */
.l-content table.bgColor th {
  padding: 12px 10px;
  background-color: #f9f9f9;
}
.l-content table.bgColor td {
  padding: 7px 10px;
  background: #dbf8ff;
}
.l-content table.bgColor td.item {
  color: #207cad;
  background: none;
}
/* addImg */
.l-content table.addImg th {
  padding: 5px 10px;
}
.l-content table.addImg td {
  padding: 7px 10px;
}
.l-content table.addImg td .pic,
.l-content table.addImg td .btn {
  text-align: center;
}
.l-content table.addImg td .btn {
  margin: 10px 0;
}
.l-content table.addImg td.type {
  font-weight: bold;
  background: #e6e6e6;
}
.l-content table.addImg td.vTop {
  vertical-align: top;
}
/* boderNone */
.l-content table.boderNone {
  border: none;
}
/* th,td - add style - */
.l-content table th.boderNone,
.l-content table td.boderNone {
  border: none;
}
.l-content table th.boderNoBtm,
.l-content table td.boderNoBtm {
  border-bottom: none;
}
.l-content table th.boderNoRight,
.l-content table td.boderNoRight {
  border-right: none;
}
.l-content table th.boderTop,
.l-content table td.boderTop {
  border-top: 1px solid #bfbfbf;
}
.l-content table th.boderLeft,
.l-content table td.boderLeft {
  border-left: 1px solid #bfbfbf;
}
.l-content table th.redTop,
.l-content table td.redTop {
  border-top: 1px solid #dd0000;
}
.l-content table th.redBtm,
.l-content table td.redBtm {
  border-bottom: 1px solid #dd0000;
}
.l-content table th.redLeft,
.l-content table td.redLeft {
  border-left: 1px solid #dd0000;
}
.l-content table th.redRight,
.l-content table td.redRight {
  border-right: 1px solid #dd0000;
}
/* th - add style - */
.l-content table th.thTtl {
  line-height: 2;
  padding: 10px;
}
/* td - add style - */
.l-content table .tdL5 {
  padding: 5px;
  text-align: left;
}
.l-content table .tdL5_20 {
  padding: 5px 20px;
  text-align: left;
}
.l-content table .tdL10 {
  padding: 10px;
  text-align: left;
}
.l-content table .tdL10_5 {
  padding: 10px 5px;
  text-align: left;
}
.l-content table .tdL10_20 {
  padding: 10px 20px;
  text-align: left;
}
/* ------------------------------------------------------
support
/maker/misumi/mech/special/actuator_portal/lx/support/
/maker/misumi/mech/special/actuator_portal/ls/support/
/maker/misumi/mech/special/actuator_portal/ku/support/
/maker/misumi/mech/special/actuator_portal/rs/support/
------------------------------------------------------ */
/* flowBlock */
.l-content .flowBlock .flowTable {
  margin: 0 10px;
}
.l-content .flowBlock .flowTtl {
  font-weight: bold;
  margin-bottom: 10px;
}
.l-content .flowBlock .flowTxt {
  margin: 40px 0 15px;
}
.l-content .flowBlock .flowTxt:first-child {
  margin-top: 0;
}
.l-content .flowBlock .flowBtn {
  margin-top: 40px;
  text-align: center;
}
.l-content .flowBlock .arrow {
  text-align: center;
  margin: 30px 0;
}
.l-content .flowBlock .flowPic {
  margin-bottom: 40px;
}
/* motor */
.l-content .motorTxt {
  margin-bottom: 30px
}
/* ------------------------------------------------------
FAQ
/maker/misumi/mech/special/actuator_portal/lx/faq/
/maker/misumi/mech/special/actuator_portal/ls/faq/
/maker/misumi/mech/special/actuator_portal/ku/faq/
/maker/misumi/mech/special/actuator_portal/rs/faq/
------------------------------------------------------ */
/* faqBox */
.l-content .faqBlock .faqBox {
  margin-bottom: 26px;
}
.l-content .faqBlock .faqBox .faqQuestion {
  background: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 14px;
}
.l-content .faqBlock .faqBox .faqQuestion,
.l-content .faqBlock .faqBox .faqAnswer {
  position: relative;
  padding-left: 65px;
}
.l-content .faqBlock .faqBox .faqQuestion .qa {
  font-size: 21px;
  position: absolute;
  top: 4px;
  left: 13px;
  color: #00398c;
  letter-spacing: 0;
}
.l-content .faqBlock .faqBox .faqAnswer .an {
  font-size: 21px;
  position: absolute;
  top: -5px;
  left: 13px;
  color: #DE0000;
  font-weight: bold;
  letter-spacing: 0;
}
/* ------------------------------------------------------
include_main.html
------------------------------------------------------ */
.l-content .mainvisual {
  margin: 0;
  padding: 0;
  height: 150px;
  width: 950px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/bg_mainvisual_250703.png) no-repeat 0 0;
}
/* globalNavi */
.l-content .globalNavi {
  margin-bottom: 2px;
}
.l-content .globalNavi ul {
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/bg_globalnavi_260325.png) no-repeat 0 0;
}
.l-content .globalNavi ul li {
  float: left;
}
.l-content .globalNavi ul li a {
  display: block;
  width: 316px;
  height: 50px;
  margin-left: 1px;
  text-align: center;
  background-image: url(/maker/misumi/mech/special/actuator_portal/common2016/img/sprite_globalnavi_260325.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .globalNavi ul li.navi01 a {
  background-position: 0 0;
}
.l-content .globalNavi ul li.navi02 a {
  background-position: -316px 0;
}
.l-content .globalNavi ul li.navi03 a {
  background-position: -633px 0;
  width: 316px;
}
.l-content .globalNavi ul li:first-child a {
  margin-left: 0;
}
.l-content .globalNavi ul li.navi01.selected a,
.l-content .onlyTop .globalNavi ul li.navi01 a {
  background-position: 0 -50px;
}
.l-content .globalNavi ul li.navi02.selected a {
  background-position: -316px -50px;
}
.l-content .globalNavi ul li.navi03.selected a {
  background-position: -633px -50px;
}
/* subNavi */
.l-content .subNavi {
  margin-bottom: 30px;
}
.l-content .subNavi ul li {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 1.25px;
}
.l-content .subNavi ul li:first-child {
  margin-left: 0px;
}
.l-content .subNavi ul li a {
  display: block;
  height: 33px;
}
.l-content .subNavi ul li a {
  background-image: url(/maker/misumi/mech/special/actuator_portal/common2016/img/bg_subnavi_20250703.png);
  background-repeat: no-repeat;
  width: 189px;
  height: 70px;
}
.l-content .subNavi .navi01 a {
  background-position: 0 0;
}
.l-content .subNavi .navi02 a {
  background-position: -190.25px 0;
}
.l-content .subNavi .navi03 a {
  background-position: -380.5px 0;
}
.l-content .subNavi .navi04 a {
  background-position: -570.75px 0;
}
.l-content .subNavi .navi05 a {
  background-position: -761px 0;
}
.l-content .subNavi ul li.navi01.selected a {
  background-position: 0 -72px;
}
.l-content .subNavi ul li.navi02.selected a {
  background-position: -190.25px -72px;
}
.l-content .subNavi ul li.navi03.selected a {
  background-position: -380.5px -72px;
}
.l-content .subNavi ul li.navi04.selected a {
  background-position: -570.75px -72px;
}
.l-content .subNavi ul li.navi05.selected a {
  background-position: -761px -72px;
}
/* ------------------------------------------------------
include_category_ku.html
include_category_ls.html
include_category_lx.html
include_category_rs.html
------------------------------------------------------ */
/* categoryNavi */
.l-content .categoryNavi {
  width: 950px;
  margin: 35px auto 30px;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  position: relative;
}
.l-content .categoryNavi .ttl {
  position: absolute;
  top: -8px;
  left: 0;
  background: #FFF;
  padding: 0 13px 0 0;
  font-weight: bold;
  color: #7a7a7a;
}
.l-content .categoryNavi ul {
  margin: 18px 0;
  letter-spacing: -0.4em;
}
.l-content .categoryNavi ul:first-child {
  margin-bottom: 10px;
}
.l-content .categoryNavi li {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  padding: 1px 0 1px 0;
  border-left: 1px solid #CCC;
  letter-spacing: normal;
  vertical-align: middle;
}
.l-content .categoryNavi li:first-child {
  border-left: none;
}
.l-content .categoryNavi li span {
  text-align: left;
  display: inline-block;
  padding-left: 22px;
  background: url(/maker/misumi/mech/special/actuator_portal/common2016/img/icon_arrow_category.gif) no-repeat 0 1px;
}
.l-content .categoryNavi li a {
  display: block;
  padding: 0 20px;
}
.l-content .categoryNavi li:first-child a {
  padding: 0 20px 0 10px;
}
/* ------------------------------------------------------
include_rs_lineup.html
include_rs_procedure.html
include_rs_support.html
------------------------------------------------------ */
/* pageNavi */
.l-content .pageNavi {
  letter-spacing: -0.4em;
  margin-bottom: 30px;
  z-index: 10;
}
.l-content .pageNavi > li {
  display: -moz-inline-box;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 2px;
  position: relative;
}
.l-content .pageNavi > li > a,
.l-content .pageNavi > li > .innerTtl {
  display: block;
  height: 24px;
  padding-top: 6px;
  text-align: center;
  background: #e5ebf3;
  color: #004bb1;
  cursor: pointer;
}
.l-content .pageNavi > li > a:hover,
.l-content .pageNavi > li > .innerTtl:hover {
  text-decoration: none;
  background: #bfcde2;
}
.l-content .pageNavi > li.selected > a,
.l-content .pageNavi > li.selected > .innerTtl {
  background: #bfcde2;
  font-weight: bold;
}
.l-content .pageNavi > li > .innerTtl.on_hover {
  background: #bfcde2;
}
.l-content .pageNavi > li > a > span,
.l-content .pageNavi > li > .innerTtl > span {
  padding: 0 0 0 15px;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEE5QUZGODM3M0U5MTFFNkEyNTNDRjY3QzNDN0Q1RTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEE5QUZGODQ3M0U5MTFFNkEyNTNDRjY3QzNDN0Q1RTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTlBRkY4MTczRTkxMUU2QTI1M0NGNjdDM0M3RDVFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTlBRkY4MjczRTkxMUU2QTI1M0NGNjdDM0M3RDVFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtydFD8AAABqSURBVHjaYmTw3ljJwMAQBMQ5/7f4nQTSDExA3AvEn4B4J6PPJl2QIOP///8ZgBweIHsPEEsDsSNYECzrs0kFSN0E4kMwlRxAzlYgBml3YgEKMAMZK4HYAiQAtOwKyCKQ7dpA7AuzHSDAALo0ISajYwCQAAAAAElFTkSuQmCC") left center no-repeat;
}
.l-content .pageNavi > li > .inner {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 155px;
  background: #fff;
  border-left: 1px solid #bfcde2;
  border-right: 1px solid #bfcde2;
  border-bottom: 1px solid #bfcde2;
  z-index: 20;
}
.l-content .pageNavi > li > .inner > li > a {
  display: block;
  height: 24px;
  text-align: left;
  padding: 8px 10px 0 15px;
}
.l-content .pageNavi > li > .inner > li > a:hover {
  text-decoration: none;
  background: #d5d4d4;
}
.l-content .pageNavi > li > .inner > li.selected > a {
  background: #d5d4d4;
}
.l-content .pageNavi > li > .inner > li > a > span {
  padding: 0 0 0 15px;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDA5Mjc2QUE3NENGMTFFNkEzOENDODgxM0Y0RUY1NEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDA5Mjc2QUI3NENGMTFFNkEzOENDODgxM0Y0RUY1NEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MDkyNzZBODc0Q0YxMUU2QTM4Q0M4ODEzRjRFRjU0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MDkyNzZBOTc0Q0YxMUU2QTM4Q0M4ODEzRjRFRjU0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psu8iYkAAAAtSURBVHjaYjA2Nv4PBAwwDCZMTEzAgkBJBrgMkPMPrgJJ8D92FShmoNsCEGAAPIdFJtmaA0oAAAAASUVORK5CYII=") left 3px no-repeat;
}
/* ---------------------
include_rs_lineup.html
--------------------- */
/* pageNavi */
.l-content .pageNavi.rsLineup {
  margin-right: -3px;
}
.l-content .pageNavi.rsLineup > li {
  margin-right: 3px;
  width: 314px;
}
.l-content .pageNavi.rsLineup > li.navi01,
.l-content .pageNavi.rsLineup > li.navi03 {
  width: 315px;
}
/* ---------------------
include_rs_procedure.html
--------------------- */
/* pageNavi */
.l-content .pageNavi.rsProcedure {
  margin-right: -2px;
}
.l-content .pageNavi.rsProcedure > li {
  margin-right: 2px;
  width: 157px;
}
.l-content .pageNavi.rsProcedure > li:first-child {
  width: 155px;
}
/* ---------------------
include_rs_support.html
--------------------- */
/* pageNavi */
.l-content .pageNavi.rsSupport {
  margin-right: -2px;
}
.l-content .pageNavi.rsSupport > li {
  margin-right: 2px;
  width: 474px;
}
/* ------------------------------------------------------
include_contact.html
------------------------------------------------------ */
/* contactBlock */
.l-content .contactBlock .m-asideSubBox__main .m-cols {
  letter-spacing: normal;
  margin: 0;
}