﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*====================【BASE】==========================================================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  color: #545454;
}

a {
  color: #0658ae;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #0658ae;
}
a:focus {
  color: #4da6ff;
}
a:hover {
  color: #4da6ff;
}
a:active {
  color: #0658ae;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

p, li, dd, dt, td, th {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

input {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.text12 {
  font-size: 12px;
  font-size: 0.75rem;
}

address {
  font-size: 10px;
  font-size: 0.625rem;
}

img {
  vertical-align: top;
}

button {
  border: none;
}

/*====================【LAYOUT】========================================================================================================*/
.l_toLeft {
  float: left;
}

.l_toRight {
  float: right;
}

.l_toCenter {
  margin-right: auto;
  margin-left: auto;
}

.l_header__body, .l_nav__body, .l_cont__body, .l_footer__body {
  min-width: 1024px;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}

.l_html {
  height: 100%;
}

.l_body {
  position: relative;
  height: 100%;
}

.l_login, .l_error {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.l_login__body {
  width: 475px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}

.l_login__elm {
  margin-top: 60px;
}

.l_popup {
  width: 100%;
  /* 20160406 マージンを削除（表示している画面とクリック範囲を一致させるため）
      margin-top: 30px;
  */
}

.l_popup__body {
  position: relative;
  z-index: 300;
  margin: 0 auto;
  text-align: left;
  
  min-width: 960px;
  max-width: 1216px;
}

.l_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: .8;
}

.l_fixBer {
  position: absolute;
  width: 100%;
  top: 80px;
  z-index: 9999;
}

.l_topControl {
  width: 100%;
}

.l_header {
  width: 100%;
}

.l_header__body {
  position: relative;
}

.l_loginSection {
  position: absolute;
  top: 20px;
  right: 30px;
}

.l_nav {
  position: relative;
  width: 100%;
  z-index: 50;
}
.js_fixed .l_nav {
  position: fixed;
  top: 0;
}

.l_mainContNavi {
  position: relative;
  width: 100%;
  min-width: 1024px;
  z-index: 40;
}
.js_fixed .l_mainContNavi {
  margin-top: 55px;
}

.l_cont {
  width: 100%;
  position: relative;
  padding-top: 110px;
}

.l_footer {
  width: 100%;
}
.l_body .l_footer {
  position: absolute;
  bottom: 0;
}

.js_controlFix {
  position: fixed !important;
}

/*=================grid =====================================*/
.l_grid {
  width: auto;
  /*ページ横幅 +（ガター X2 ）  ガター = コンテンツ間のマージン 1/2   */
}

.l_grid--fill {
  /*両端のガターを消す*/
  margin-right: -8px;
  margin-left: -8px;
}

.l_grid__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*12グリッドに分割して制御*/
.l_grid__item--1 {
  width: 8.333%;
}

.l_grid__item--2 {
  width: 16.667%;
}

.l_grid__item--3 {
  width: 25%;
}

.l_grid__item--4 {
  width: 33.333%;
}

.l_grid__item--5 {
  width: 41.666%;
}

.l_grid__item--6 {
  width: 50%;
}

.l_grid__item--7 {
  width: 58.333%;
}

.l_grid__item--8 {
  width: 66.666%;
}

.l_grid__item--9 {
  width: 75%;
}

.l_grid__item--10 {
  width: 83.33%;
}

.l_grid__item--11 {
  width: 91.66%;
}

.l_grid__item--12 {
  width: 100%;
}

.has-gutter {
  /*lay_grid__itemに含めた余白（ガター）設定　*/
  padding: 0 8px 0 8px;
}

/*============================================================*/
/*====================【MODULE】========================================================================================================*/
.m_sec {
  margin-top: 10px;
}

.m_secL {
  margin-top: 15px;
}

.m_secLL {
  margin-top: 20px;
}

.m_secLLL {
  margin-top: 30px;
}

.m_secLLLL {
  margin-top: 40px;
}

.m_secM {
  margin-top: 5px;
}

.m_secT {
  margin-top: 0;
}

/*-----------------BOX0-------------------------*/
.m_spaceT0 {
  margin-top: 0 !important;
}

.m_spaceB0 {
  margin-bottom: 0 !important;
}

.m_spaceL0 {
  margin-left: 0 !important;
}

.m_spaceR0 {
  margin-right: 0 !important;
}

.pddT0 {
  padding-top: 0 !important;
}

.pddB0 {
  padding-bottom: 0 !important;
}

.pddL0 {
  padding-left: 0 !important;
}

.pddR0 {
  padding-right: 0 !important;
}

/*----------------END BOX0------------------------*/
.m_spaceT5 {
  margin-top: 5px !important;
}

.m_spaceT3 {
  margin-top: 3px;
}

.m_spaceT10 {
  margin-top: 10px !important;
}

.m_spaceB10 {
  margin-bottom: 10px !important;
}

.m_spaceL10 {
  margin-left: 10px !important;
}

.m_spaceR10 {
  margin-right: 10px !important;
}

.m_spaceR20 {
  margin-right: 20px !important;
}

.m_spaceT15 {
  margin-top: 15px !important;
}

.m_spaceB15 {
  margin-bottom: 15px !important;
}

.m_spaceB5 {
  margin-bottom: 5px !important;
}

.m_spaceB20 {
  margin-bottom: 20px !important;
}

.m_spaceB25 {
  margin-bottom: 25px !important;
}

.m_spaceL5 {
  margin-left: 5px !important;
}

.m_spaceL15 {
  margin-left: 15px !important;
}

.m_spaceL20 {
  margin-left: 20px !important;
}

.m_spaceR15 {
  margin-right: 15px !important;
}

.m_spaceT20 {
  margin-top: 20px !important;
}

.m_spaceT25 {
  margin-top: 25px !important;
}

.m_spaceT30 {
  margin-top: 30px !important;
}

.pdd5 {
  padding: 5px !important;
}

.pdd10 {
  padding: 10px !important;
}

.pdd15 {
  padding: 15px !important;
}

.pdd20 {
  padding: 20px !important;
}

.pddB10 {
  padding-bottom: 10px !important;
}

.pddB5 {
  padding-bottom: 5px !important;
}

.pddT5 {
  padding-top: 5px !important;
}

/*----------------------ALIGINE-----------------*/
.m_goRight {
  text-align: right !important;
  margin-left: auto;
}

.m_goLeft {
  text-align: left !important;
  margin-right: auto;
}

.m_goCenter {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.m_downOneRank {
  font-size: 12px;
  font-size: 0.75rem;
}

/*------------------sc-------------------*/
.m_sc00 {
  padding-top: 0;
}

.m_sc01 {
  padding-top: 5px;
}

.m_sc02 {
  padding-top: 10px;
}

.m_sc03 {
  padding-top: 15px;
}

.m_sc04 {
  padding-top: 20px;
}

.m_sc05 {
  padding-top: 25px;
}

.m_sc06 {
  padding-top: 30px;
}

.m_sc07 {
  padding-top: 35px;
}

.m_sc08 {
  padding-top: 40px;
}

.m_sc09 {
  padding-top: 45px;
}

.m_sc10 {
  padding-top: 50px;
}

.m_sc11 {
  padding-top: 55px;
}

.m_sc12 {
  padding-top: 60px;
}

.m_sc13 {
  padding-top: 65px;
}

.m_sc14 {
  padding-top: 70px;
}

.m_sc001 {
  margin-top: -5px !important;
}

.m_sc002 {
  margin-top: -10px !important;
}

.m_sc003 {
  margin-top: -15px !important;
}

.m_sc004 {
  margin-top: -20px !important;
}

.m_sc005 {
  margin-top: -25px !important;
}

.m_sc006 {
  margin-top: -30px !important;
}

.m_sc007 {
  margin-top: -35px !important;
}

.m_sc008 {
  margin-top: -40px !important;
}

.m_sc009 {
  margin-top: -45px !important;
}

.m_sc010 {
  margin-top: -50px !important;
}

.m_sc011 {
  margin-top: -55px !important;
}

.m_sc012 {
  margin-top: -60px !important;
}

.m_sc013 {
  margin-top: -65px !important;
}

.m_sc014 {
  margin-top: -70px !important;
}

.m_sc015 {
  margin-top: -75px !important;
}

.m_sc016 {
  margin-top: -80px !important;
}

.m_sc017 {
  margin-top: -85px !important;
}

.m_sc018 {
  margin-top: -90px !important;
}

.m_sc019 {
  margin-top: -95px !important;
}

.m_sc020 {
  margin-top: -100px !important;
}

.m_sc021 {
  margin-top: -110px !important;
}

.m_sc022 {
  margin-top: -120px !important;
}

.m_sc023 {
  margin-top: -130px !important;
}

/*===============Button====================*/
/*===============LINK======================*/
.textLink:after {
  content: " >>";
  color: #115aab;
}

/*-===============LIST====================*/
.m_defaultList li, .m_defaultList dd {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.m_listFormat01 li {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 0.875rem;
}
.m_listFormat01 li:before {
  content: "●";
  padding-right: 7px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #115aab;
  position: relative;
  top: -0.1em;
}
.m_listFormat01 li a {
  border-bottom: 1px dotted #cccccc;
}
.m_listFormat01 li a:hover {
  border: none;
}

.m_listFormat01--expand li {
  margin-bottom: 0;
}

/*===============Float clear===============*/
.m_cf:before,
.m_cf:after {
  content: "";
  display: table;
}

.m_cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.m_cf {
  zoom: 1;
}

/*==================widgets=======================*/
.m_widgets {
  display: block;
  position: relative;
  padding-bottom: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.m_widgets--default {
  border: 1px solid #cccccc;
}

.m_widgets--cont {
  background-color: whitesmoke;
}

.m_widgets_inner {
  padding-right: 25px;
  padding-left: 25px;
}

/*=============== Area link ===============*/
.m_areaLinkView {
  position: relative;
  display: block;
  padding: 28px 25px;
}
.m_areaLinkView:hover {
  text-decoration: none;
}

.m_areaLinkView--target {
  padding-right: 45px !important;
}
.m_areaLinkView--target:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -819px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*=================Box indent==================*/
.m_boxIndent--lev10 {
  margin-left: 10px;
}

.m_boxIndent--lev20 {
  margin-left: 20px;
}

.m_boxIndent--lev30 {
  margin-left: 30px;
}

.m_boxIndent--lev40 {
  margin-left: 40px;
}

.m_boxIndent--lev50 {
  margin-left: 50px;
}

.m_boxIndent--lev60 {
  margin-left: 60px;
}

.m_boxIndent--lev70 {
  margin-left: 70px;
}

/*================= BOX ========================*/
.m_box {
  margin: 10px 10px;
}

.m_box--whitePaper {
  padding: 10px 25px;
  background-color: white;
}

.m_box--whitePaper--ranslucent {
  border: 2px dotted #cccccc;
  min-height: 140px;
}

.m_box--transparent {
  padding: 0;
}

.m_box__inner {
  margin-top: 20px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.m_box--wide {
  margin-left: 0;
  margin-right: 0;
}

/*=================TITLE=======================*/
.m_lllTitle {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -1px;
}

.m_llTitle {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
  letter-spacing: -1px;
  color: #115aab;
  font-weight: normal;
}

.m_lTitle {
  font-size: 26px;
  font-size: 1.625rem;
  
  padding-bottom:10px; /*I.Furubayashi タイトルに説明を追加するため、行の高さを削除。代わりにマージンを指定*/
  /*line-height: 1.3;*/ 
}

.m_mTitle {
  font-size: 22px;
  font-size: 1.375rem;
}

.m_sTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.m_ssTitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.m_sssTitle {
  font-size: 16px;
  font-size: 1rem;
}

.m_ssssTitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.m_burette01 {
  border-left: 4px solid #115aab;
}

.m_titleFormat01 {
  min-height: 50px;
  padding: 13px 25px 10px;
  background-color: #dddddd;
  color:#2F4F4F; /*I.Furubayashi タイトルの文字色をリンクと区別付けるように変更*/
  /*color: #115aab; */
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.m_titleFormat01--subWin {
  background-color: #c3dde9;
}

.m_titleFormat01--dialog {
  color: #545454;
}

.m_titleFormat01--subWin02 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #8c6900;
  background-color: #f2e8b7;
}

.m_titleFormat02 {
  padding: 15px 25px 15px;
  background-color: #dddddd;
}

/*================Paragraph====================*/
.m_ss_para {
  font-size: 10px;
  font-size: 0.625rem;
}

.m_notStandOut {
  font-weight: normal;
  font-size: 90%;
}

.m_notStandOut--level01 {
  font-size: 80%;
}

.m_notStandOut--level02 {
  font-size: 60%;
}

.m_notStandOut--level03 {
  font-size: 40%;
}

.m_notStandOut--level04 {
  font-size: 20%;
}

.m_standOut {
  font-weight: bold;
}

.m_standOut--level01 {
  font-size: 120%;
}

.m_standOut--level02 {
  font-size: 140%;
}

.m_standOut--level03 {
  font-size: 160%;
}

.m_standOut--level04 {
  font-size: 180%;
}

.m_standOut--level05 {
  font-size: 200%;
}

.m_standOut--level06 {
  font-size: 220%;
}

.m_caution {
  color: red;
}

/*=============== but ====================*/
.m_but {
  position: relative;
  zoom: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  appearance: none;
  display: inline-block;
  padding: 12px 15px 8px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  color: inherit;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
.m_but > a {
  display: inline-block;
}

.m_deleteSection {
  display: inline-block;
}

.m_but--default {
  color: white;
  background-color: #00a2db;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0;
}
.m_but--default:visited {
  color: white;
}
.m_but--default:hover {
  text-decoration: none;
  color: white;
  background-color: #5fc1ff;
}
.m_deleteSection .m_but--default {
  background-color: #ca0000;
}
.m_deleteSection .m_but--default:hover {
  background-color: red;
}

.m_but--default--full {
  width: 100%;
  padding: 22px 20px 17px;
  font-size: 22px;
  font-size: 1.375rem;
}

/*I.Furubayashi ボタンを複数並べた場合に間をあけるように修正 */
.m_cf .m_but--default--full{
  margin-bottom:10px; 
}

.m_but--default--delete {
  background-color: red;
}

.m_but--default--cancel {
  background-color: #999999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
}

.m_but--flat {
  background-color: #00a2db;
}

.m_but--transparent {
  padding: 7px 10px 4px;
  color: #0658ae;
  border: 1px solid #0658ae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.m_but--transparent:hover {
  background-color: white;
  color: #4da6ff;
}

.m_but--transparent--caution {
  color: red;
  border: 1px solid red;
}
.m_but--transparent--caution:hover {
  color: red;
}

.m_but--narrow {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.m_but--wide {
  padding: 12px 45px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.m_but--medium {
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  font-size: 1.125rem;
}

.m_but--small {
  padding: 7px 4px 5px 8px;
  font-size: 12px;
  font-size: 0.75rem;
}

/*================ butBox =========================*/
.m_butBox__item--left {
  float: left;
  margin-right: 3px;
}

.m_butBox__item--right {
  float: right;
  margin-left: 3px;
}

/*=================data table view ====================*/
.m_dTableView {
  width: 100%;
}

.m_dTableView__line {
  background-color: whitesmoke;
}
.m_dTableView__line:nth-child(odd) {
  background-color: white;
}
.m_dTableView__line:not(.no-hover):hover {
  background-color: #ffffbf;
}
.m_dTableView__line .m_dTableView__item:first-of-type {
  padding-left: 25px;
}
.m_dTableView__line .m_dTableView__item.first_child{
  /*最初の列を非表示にした場合に左の余白がうまく表示されないので手動でクラスを設定するようにして対応*/
  padding-left: 25px;
}
.m_dTableView__line .m_dTableView__item:last-child {
  padding-right: 25px;
}

.m_dTableView__item {
  padding: 10px 10px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.m_dTableView__item--narrow {
  padding: 7px 10px;
}

.m_dTableView__item--condensed {
  padding-left: 7px;
  padding-right: 7px;
}

.m_dTableView__item--head {
  padding: 10px 10px 7px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #d5d5d5;
  white-space: nowrap;
  vertical-align: middle;
}

.m_dTableView__item--auto {
  width: auto;
}

.m_dTableView__item--1em {
  width: 16px;
}

.m_dTableView__item--2em {
  width: 2em;
}

.m_dTableView__item--3em {
  width: 3em;
}

.m_dTableView__item--4em {
  width: 4em;
}

.m_dTableView__item--5em {
  width: 5em;
}

.m_dTableView__item--7em {
  width: 7em;
}

.m_dTableView__item--10em {
  width: 10em;
}

.m_dTableView__item--14em {
  width: 14em;
}

.m_dTableView__item--16em {
  width: 16em;
}

.m_dTableView__item--18em {
  width: 18em;
}

.m_dTableView__item--20em {
  width: 20em;
}

.m_dTableView__item--30em {
  width: 30em;
}

.m_dTableView__item--40em {
  width: 40em;
}

.m_dTableView__item--check {
  text-align: center;
  padding: 15px 25px 10px 25px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
  background-color: rgba(255, 0, 0, 0.1);
}

th.m_dTableView__item--check {
  padding: 10px 10px 7px 10px !important;
  background-color: #ffe1e1;
}

.m_dTableView__item--noWrap {
  white-space: nowrap;
}

/*=================tableView=======================*/
.m_tableView--em {
  color: #115aab !important;
}

.m_tableView__line {
  padding: 13px 10px 10px;
  display: block;
  clear: both;
}
.m_tableView__line:after, .m_tableView__line:before {
  content: "";
  display: table;
}
.m_tableView__line:after {
  clear: both;
}
.m_tableView__line:first-child {
  padding-top: 0;
}

.m_tableView__head {
  float: left;
  white-space: nowrap;
  color: #115aab;
  font-weight: bold;
}

.m_tableView__head--narrow {
  width: 8em;
}

.m_tableView__head--middle {
  width: 10em;
}

.m_tableView__head--wide {
  width: 12em;
}

.m_tableView__head--moreWide {
  width: 17em;
}

.m_tableView__head--megaWide {
  width: 18em;
}

.m_tableView__elm {

  overflow: hidden;
}

/*=================BORDER==========================*/
.m_cell {
  border-style: dotted;
}

.m_cell--top--primary {
  border-top-width: 1px;
  border-color: #cccccc;
}

.m_cell--bottom--primary {
  border-bottom-width: 1px;
  border-color: #cccccc;
  border-style: dotted;
}

.m_top_cell {
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-box-shadow: white 0 1px 0 inset;
  -moz-box-shadow: white 0 1px 0 inset;
  box-shadow: white 0 1px 0 inset;
}

.m_heightlight {
  -webkit-box-shadow: white 1px 1px 0;
  -moz-box-shadow: white 1px 1px 0;
  box-shadow: white 1px 1px 0;
}

/*=================media===========================*/
.m_media:before, .m_media:after {
  display: table;
  /*子要素でfloatを使うためClearfixする*/
  content: "";
  /*子要素でfloatを使うためClearfixする*/
}

.m_media:after {
  clear: both;
  /*子要素でfloatを使うためClearfixする*/
}

.m_media__img {
  float: left;
  margin-right: 35px;
  text-align: center;
}

.m_media__img--rev {
  /*画像を右に配置*/
  float: right;
  margin-left: 65px;
  margin-right: 0;
}

.m_media__img > img, .m_media__img > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.m_media__body {
  overflow: hidden;
  /*画像下に回り込み禁止*/
  padding-bottom: 5px;
}

.m_media--verticalMiddle {
  display: table;
}

.m_media--verticalMiddle__img {
  display: table-cell;
}

.m_media--verticalMiddle__img > img {
  display: block;
}

.m_media--verticalMiddle__body {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

/*=================ThumbnailList===================*/
.m_thumbnailList__body {
  width: 757px;
  margin-right: -27px;
}

.m_thumbnailList__item {
  float: left;
  margin: 0 27px 30px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

/*=================listView========================*/
.m_listView__body {
  margin-left: 2em;
}

.m_listView__each {
  display: list-item;
  padding: 3px 0;
  text-align: left;
}

.m_listView__body__each--number {
  list-style: decimal;
}

.m_listView--dlList dt {
  margin-left: -2em;
}
.m_listView--dlList dd {
  padding: 2px 0;
}

.m_floatListView__item {
  float: left;
  margin-right: 15px;
}

/*=================Horizontal list==============*/
.m_HorilistView__body {
  margin-left: 0;
}

.m_HorilistView__body--online {
  width: 620px;
}
.m_HorilistView__body--online .m_HorilistView__body__each a {
  display: inline-block;
  padding: 7px 10px;
  background-color: #700000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.m_HorilistView__body--online .m_HorilistView__body__each a:hover {
  background-color: #560000;
}

.m_HorilistView__body__each {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 7px;
}

/*================== form ======================================*/
.m_form__item {
  margin-bottom: 15px;
}

.m_form__elm {
  display: inline-block;
  margin-right: 0.5em;
  padding: 7px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.m_form__elm--text {
  width: 70%;
  margin-bottom: 5px;
  line-height: 1;
  vertical-align: top;
}

.m_form__elm--text--full {
  width: 100%;
}

.m_form__elm--text--middle {
  width: 40%;
}

.m_form__elm--text--narrow {
  width: 20%;
}

.m_form__elm--checkBox {
  position: relative;
  vertical-align: middle;
  top: -2px;
}

.m_form__elm--checkBox--hi {
  top: 3px;
}

.m_form__elm--textArea {
  width: 100%;
}

.m_form__required:after {
  content: "必須";
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 7px;
  margin-left: 15px;
  color: white;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  background-color: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.m_form__groupe {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.m_form__groupe .m_form__elm--text {
  width: auto !important;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*２個目以降に×をつけることはないので削除（I.Furubayashi）*/
/*
.m_form__groupe:after {
  position: absolute;
  top: -12px;
  bottom: 0;
  right: -18px;
  margin: auto 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1307px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.m_form__groupe:first-child:after {
  display: none;
}   
*/

/*====================【STATE】=========================================================================================================*/
.s_noActive {
  opacity: .3;
}
.s_noActive:hover {
  color: white !important;
  cursor: auto !important;
  background-color: #00a2db !important;
}
.m_deleteSection .s_noActive {
  background-color: red !important;
}
.m_dTableView__item .s_noActive:hover {
  color: #0658ae !important;
  background-color: transparent !important;
}

/*====================【THEME】=========================================================================================================*/
.wrapper {
  text-align: left;
}

.login {
  background: white url("../images/login_back.jpg") no-repeat 50% 100%;
}

.login__elm {
  width: 100%;
  padding: 35px;
  background-color: rgba(245, 245, 245, 0.7);
  border: 1px solid #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.header__body {
  padding: 20px 30px;
  background: white url("../images/header_back.png") no-repeat 235px -70px;
}

.logo {
  font-weight: bold;
  color: #0055b1;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: -1px;
  line-height: 0.8;
}

.logo--sub {
  color: #545454;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0;
}

.loginSection__item {
  float: left;
  padding-left: 17px;
  padding-right: 17px;
  border-right: 1px solid #cccccc;
}
.loginSection__item:last-child {
  margin-right: 0;
  border: none;
}

.loginSection__item--name {
  max-width: 280px;
  margin-left: 4.5em;
  text-indent: -4.5em;
}

.loginSection__item--logout {
  font-weight: bold;
}

.nav {
  background-color: #115aab;
}

.nav__body {
  position: relative;
  padding: 10px 30px;
  overflow: visible;
}

.nav__item {
  float: right;
  margin-left: 0.4%;
  font-size: 14px;
  font-size: 0.875rem;
}
.nav__item:first-child {
  margin-left: 0;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__item > a {
  display: inline-block;
  padding: 12px 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: white;
  line-height: 1;
}
.nav__item > a:hover, .nav__item > a.active {
  color: #fffa53;
}

.nav__item--home {
  position: absolute;
  z-index: 20;
  top: 5px;
  left: 20px;
}
.nav__item--home a:hover {
  background-color: transparent;
}

.nav__item--mainCate {
  margin-left: 10px;
  background-color: #00a2db;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.nav__item--mainCate a {
  padding-top: 8px;
}
.nav__item--mainCate:hover {
  background-color: #5fc1ff;
}

.mainContNavi__item {
  position: relative;
  display: inline-block;
  width: 49.7%;
  text-align: center;
  z-index: 10;
  vertical-align: bottom;
}
.mainContNavi__item > a {
  display: block;
  height: 60px;
  padding-top: 8px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: white;
  background-color: #00a2db;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0;
}
.mainContNavi__item > a:hover, .mainContNavi__item > a.active {
  background-color: #5fc1ff;
}
.mainContNavi__item > a:hover:after, .mainContNavi__item > a.active:after {
  display: block;
  content: "";
  position: absolute;
  height: 18px;
  width: 50px;
  background: transparent url("../images/but_arrow.png") no-repeat 0 0;
  bottom: -18px;
  left: 45%;
  line-height: 1;
}

.mainContNavi__item--make {
    
  float:right;
  /*float: left;*//*20160405 検索と作成のボタン位置入替*/
}
.mainContNavi__item--make > a {
    
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;

/* 20160405 検索と作成のボタン位置入替
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
*/
}

.mainContNavi__item--seach {

  float:left;
/* 20160405 検索と作成のボタン位置入替
  float: right;
*/
}
.mainContNavi__item--seach > a {

  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;

/* 20160405 検索と作成のボタン位置入替
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
*/
}

.cont__body {
  padding: 35px 30px 30px;
}

.topNewsList th, .topNewsList td {
  font-size: 14px;
  font-size: 0.875rem;
}

.topNewsList th {
  width: 9em;
  white-space: nowrap;
}

.pageNavi {
  display: inline-block;
}

.pageNavi__item {
  display: inline-block;
  float: left;
  margin-right: 3px;
}
.pageNavi__item > a {
  padding: 5px 7px;
  background-color: white;
  
  /*選択可能なページに下線を引くように変更*/
  text-decoration:underline;
}
.pageNavi__item > a:hover {
  background-color: whitesmoke;
}

.pageNavi__item__current {
  padding: 5px 7px;

  color:black;
  font-style:italic;
  font-weight:bold;
  /* 20160412 選択中のページの表示を太字の黒色で表示するように変更
  color: #4da6ff;
      */
}

.pageNavi__item--omission:after {
  display: inline-block;
  content: "....";
  margin-left: 5px;
}

.controlArea {
  position: relative;
  width: 100%;
  padding: 7px 25px 9px;
  background: transparent url("../images/control_area_back.png") repeat-x 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.controlArea .controlArea__item--left {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.controlArea .controlArea__item--right {
  float: right;
}

.controlTable {
  border-bottom: 1px solid #cccccc;
}
.controlTable p, .controlTable li, .controlTable dt, .controlTable dd {
  font-size: 14px;
  font-size: 0.875rem;
}
.controlTable .controlTable__target {
  display: inline-block;
  margin-right: 2px;
  padding: 4px 3px 3px;
  border: 1px solid #0658ae;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}
.controlTable .controlTable__target:hover {
  background-color: white;
}
.controlTable .controlTable__target--more {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
}

.nodeList__item {
  margin-top: 4px;
  margin-bottom: 2px;
  line-height: 1.3;


  /* 20160412 分類検索などで長い文字列を検索することがあり、その場合に画面が無制限に長くなるとまずいので折り返すように変更
      white-space: nowrap;

  */
}

.nodeList__item--hi {
  margin-bottom: 4px;
}

.nodeList__item--node01 {
  padding-left: 1em;
}

.nodeList__item--node02 {
  padding-left: 2em;
}

.nodeList__item--node03 {
  padding-left: 3em;
}

.nodeList__item--node04 {
  padding-left: 4em;
}

.nodeList__item--node05 {
  padding-left: 5em;
}

.nodeList__item--node06 {
  padding-left: 6em;
}

.nodeList__item--node07 {
  padding-left: 7em;
}

.nodeList__item--node08 {
  padding-left: 8em;
}

.nodeList__item--node09 {
  padding-left: 9em;
}

.nodeList__item--node10 {
  padding-left: 10em;
}

.makedBunrui {
  padding-bottom: 20px;
}

.makedBunrui__title {
  color: #115aab;
}

.popup__body {

  padding:0;
  /* 20160406 paddingを削除（表示している範囲とクリックできる範囲を一致させるため）
    padding: 0 30px 30px;
  */
}

.popup__close {
  position: absolute;
  top: 12px;
  right: 10px;
}

.senpatu__title {
  color: #ff7f00;
  font-weight: bold;
}

.tag__item {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 7px;
  background-color: #f2e8b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}

.tag__item--touch {
  cursor: move;
}

.deleteSent {
  color: red;
  text-decoration: line-through;
}

.change {
  color: #00a2db;
  text-decoration: underline; /*I.Furubayashi 差分表示の追加部分に下線部を表示するように変更*/
}

.sortList {
  padding-top: 10px;
}

.sortList__item {
  float: left;
  font-weight: bold;
}
.sortList__item:after {
  content: "|";
  margin: 0 0.5em;
  font-weight: normal;
}
.sortList__item:last-child:after {
  content: "";
}

.infoList tr {
  position: relative;
  cursor: pointer;
}
.infoList .ico--arrow--m {
  margin-right: 20px;
}

.infoDetail__day {
  font-size: 14px;
  font-size: 0.875rem;
}

.infoDetail__title {
  color: #115aab;
}

.altDrugSelect__item {
  float: left;
  min-width: 200px;
}

.altDrugSelect__item--more {
  min-width: 278px;
  height: 150px;
  padding: 0 25px;
  margin-left: 20px;
  overflow-y: scroll;
  background: transparent url("../images/back_fukidashi.png") no-repeat 0 0;
}

.altDrugSelect__each {
  font-size: 12px;
  font-size: 0.75rem;
}

.altDrugSelect__each--level2 {
  padding-left: 2em;
}

.altDrugSelect__each--level3 {
  padding-left: 3.5em;
}

.altDrugSelect__each--level4 {
  padding-left: 5em;
}

.altDrugSelect__each--level5 {
  padding-left: 7em;
}

.altDrugSelect__each--level6 {
  padding-left: 9em;
}

.altDrugSelect__each--level7 {
  padding-left: 10.5em;
}

.altDrugSelect__each--level8 {
  padding-left: 13em;
}

.footer {
  background-color: #115aab;
}

.footer__body {
  padding: 15px 30px;
}

.footer__item {
  float: left;
  margin-right: 10px;
  color: white;
}

.footer__item--logo {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/../images/footer_logo.png?1446566410');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 159px;
  height: 14px;
}

.footer__item--copyRight {
  padding-top: 1px;
}

/*====================== ico =========================================*/
.ico {
  position: relative;
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: middle;
  line-height: 1;
  top: -2px;
}

.ico--logout {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -568px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--home {
  display: inline-block;
  width: 57px;
  height: 57px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -304px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ico--home:hover {
  display: inline-block;
  width: 57px;
  height: 57px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -141px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--about {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1657px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--make {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -787px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--seach--m {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -855px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--info {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1685px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  top: -1px;
}

.ico--contact {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1252px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--preference {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1629px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--help {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -980px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--arrow--b {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -819px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--arrow--m {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1454px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--bigMake {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -208px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--bigSeach {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -256px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--upArrow {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1840px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2143px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--seach {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1280px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-right: 0;
}

.ico--seach02 {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1280px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--allList {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1569px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--pageMap {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1423px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--drug {
  display: inline-block;
  width: 24px;
  height: 23px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -691px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--check {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1862px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--check2 {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1891px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*削除用のアイコン表示を追加（I.Furubayashi）*/
.ico--curcleDelete{
  display: inline-block;
  width: 21px;
  height: 21px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1307px;
  overflow: visible;
  text-indent: 100%;
  white-space: nowrap;
  top: 2px;
  cursor: pointer;
}

.ico--curclePlus {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1744px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  top: 2px;
  cursor: pointer;
}

.ico--edit {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1336px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--edit2 {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1365px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--addBunrui {
  display: inline-block;
  width: 17px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2085px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--deleteBunrui {
  display: inline-block;
  width: 17px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1600px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--addKaisou {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2114px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--deleteKaisou {
  display: inline-block;
  width: 9px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1394px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--allList--b {
  display: inline-block;
  width: 24px;
  height: 23px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1948px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--delete--b {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -497px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--delete {
  display: inline-block;
  width: 17px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -724px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--check--b {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -918px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--no {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -634px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--arrow {
  display: inline-block;
  width: 17px;
  height: 14px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2033px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-left: 10px;
}

.ico--save {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1163px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--plus {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1540px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--attach {
  display: inline-block;
  width: 17px;
  height: 20px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1981px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--snapShot {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2011px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  top: -1px;
  margin-left: 3px;
}

.ico--copy {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1008px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--close--b {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -371px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--new {
  display: inline-block;
  width: 41px;
  height: 24px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -600px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--document {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1920px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--xml {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1511px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--csv {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1191px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--goPreview {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1220px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--touch {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2214px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--arrowDown {
  display: inline-block;
  width: 18px;
  height: 22px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1808px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--arrowRight {
  display: inline-block;
  width: 24px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2057px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 0 0 10px;
}

.ico--login {
  display: inline-block;
  width: 20px;
  height: 27px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -531px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--return {
  display: inline-block;
  width: 22px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1715px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--reference {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -950px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--delete--red {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -663px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--caution--b {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -453px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--home--small {
  display: inline-block;
  width: 21px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1482px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--gear--b {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -413px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--user {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -94px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--entry {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -753px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--password {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -47px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--gear {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--contact--b {
  display: inline-block;
  width: 26px;
  height: 27px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1066px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--drug--b {
  display: inline-block;
  width: 25px;
  height: 14px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2190px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: move;
}

.ico--info--b {
  display: inline-block;
  width: 28px;
  height: 25px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1773px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--link--s {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1134px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--drug--s {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1037px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--plus--b {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -2159px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-right: 0;
  padding: 3px;
}

.ico--upd {
  display: inline-block;
  width: 35px;
  height: 21px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -1103px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-right: 0;
  margin-top: 5px;
}

.ico--add {
  display: inline-block;
  width: 35px;
  height: 21px;
  background: no-repeat url('../images/ico-sb413f0dc87.png') 0 -887px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-right: 0;
  margin-top: 5px;
}

.ico--roundBorder {
  height: 100%;
  width: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff7f00;
}

.ico--node {
  position: relative;
  margin-right: 0;
  top: -8px;
}

.ico--node--01 {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -225px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--02 {
  display: inline-block;
  width: 36px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -200px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--03 {
  display: inline-block;
  width: 54px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -175px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--04 {
  display: inline-block;
  width: 72px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -150px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--05 {
  display: inline-block;
  width: 90px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -125px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--06 {
  display: inline-block;
  width: 108px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -100px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--07 {
  display: inline-block;
  width: 126px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--08 {
  display: inline-block;
  width: 144px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--09 {
  display: inline-block;
  width: 162px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ico--node--10 {
  display: inline-block;
  width: 180px;
  height: 15px;
  background: no-repeat url('../images/node-sd7c38a43ac.png') 0 -75px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
