@charset "UTF-8";
/* ===============
    reset
    =============== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===============
    normalize
    =============== */
audio, canvas, progress, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, select, optgroup, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/* ===============
    helpers
    =============== */
/* image replacement */
.ir {
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* rollover */
.btnRoll01:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btnRoll02:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.breakword {
  word-break: break-all;
  word-wrap: break-word;
}

/* ===============
    base
    =============== */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #727171;
  background-color: #fff;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===============
    library
    =============== */
/* flag icons big */
[class*=ic_flg01] {
  overflow: hidden;
  display: inline-block;
  width: 28px;
  height: 32px;
  background: url(../img/spr_flags01_big01.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.flag_counter_wrap [class*=ic_flg01] {
  display: block;
  margin: 0 auto;
}

.ic_flg01_hot {
  background-position: 0 2px;
}

.ic_flg01_active {
  background-position: 0 -50px;
}

.ic_flg01_new {
  background-position: 0 -100px;
}

/* flag icons small */
[class*=ic_flg02] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../img/spr_flags01_small01.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_flg02_hot {
  background-position: 1px 0;
}

.ic_flg02_active {
  background-position: 2px -40px;
}

.ic_flg02_new {
  background-position: 1px -81px;
}

.ic_flg02_trendup {
  background-position: 0 -121px;
}

.ic_flg02_trenddown {
  background-position: 0 -163px;
}

.ic_flg02_watch {
  background-position: 0 -205px;
}

.ic_flg02_watchkigyo {
  background-position: 0 -243px;
}

/* flag icons small gray */
[class*=ic_flg03] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../img/spr_flags01_small01_off.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_flg03_hot {
  background-position: 1px 0;
}

.ic_flg03_active {
  background-position: 2px -40px;
}

.ic_flg03_new {
  background-position: 1px -81px;
}

/* device icons */
[class*=ic_dvc02] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 22px;
  background: url(../img/spr_devices01.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_dvc02_pc {
  background-position: 0 1px;
}

.ic_dvc02_mobile {
  background-position: 5px -37px;
}

.ic_dvc02_tablet {
  background-position: 3px -77px;
}

/* category icons big gray */
[class*=ic_cat01] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 22px;
  background: url(../img/spr_cat01.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_cat01_mail {
  background-position: 1px 2px;
}

.ic_cat01_mailmag {
  background-position: 0 -37px;
}

.ic_cat01_exhibition {
  background-position: 0 -76px;
}

.ic_cat01_web {
  background-position: 2px -117px;
}

.ic_cat01_seminar {
  background-position: 0 -157px;
}

/* category icons big white */
[class*=ic_cat02] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 22px;
  background: url(../img/spr_cat02.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_cat02_mail {
  background-position: 1px 2px;
}

.ic_cat02_mailmag {
  background-position: 0 -37px;
}

.ic_cat02_exhibition {
  background-position: 0 -76px;
}

.ic_cat02_web {
  background-position: 2px -117px;
}

.ic_cat02_seminar {
  background-position: 0 -157px;
}

/* category icons small with background */
[class*=ic_cat03] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../img/spr_cat03.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_cat03_mail {
  background-position: 1px 3px;
}

.ic_cat03_mailmag {
  background-position: 0 -31px;
}

.ic_cat03_exhibition {
  background-position: 0 -66px;
}

.ic_cat03_web {
  background-position: 1px -102px;
}

.ic_cat03_seminar {
  background-position: 0 -137px;
}

/* category icons small exclamation with background */
[class*=ic_cat04] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 22px;
  background: url(../img/spr_cat04.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ds_rireki_list [class*=ic_cat04] {
  margin-right: -8px;
}

.ic_cat04_mail {
  background-position: 2px 0;
}

.ic_cat04_mailmag {
  background-position: 0 -39px;
}

.ic_cat04_exhibition {
  background-position: 1px -80px;
}

.ic_cat04_web {
  background-position: 2px -118px;
}

.ic_cat04_seminar {
  background-position: 1px -158px;
}

/* step mail icons with background */
[class*=ic_stm01] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 21px;
  background: url(../img/spr_stepmail01.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_stm01_s {
  background-position: 0 0;
}

.ic_stm01_1 {
  background-position: 0 -39px;
}

.ic_stm01_2 {
  background-position: 0 -78px;
}

.ic_stm01_3 {
  background-position: 0 -117px;
}

.ic_stm01_4 {
  background-position: 0 -156px;
}

.ic_stm01_5 {
  background-position: 0 -195px;
}

.ic_stm01_6 {
  background-position: 0 -234px;
}

.ic_stm01_7 {
  background-position: 0 -273px;
}

.ic_stm01_8 {
  background-position: 0 -312px;
}

.ic_stm01_9 {
  background-position: 0 -351px;
}

.ic_stm01_10 {
  background-position: 0 -389px;
}

/* step mail icons exclamation with background */
[class*=ic_stm02] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 22px;
  background: url(../img/spr_stepmail02.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ds_rireki_list [class*=ic_stm02] {
  margin-right: -9px;
}

.ic_stm02_s {
  background-position: 0 0;
}

.ic_stm02_1 {
  background-position: 0 -40px;
}

.ic_stm02_2 {
  background-position: 0 -80px;
}

.ic_stm02_3 {
  background-position: 0 -120px;
}

.ic_stm02_4 {
  background-position: 0 -161px;
}

.ic_stm02_5 {
  background-position: 0 -201px;
}

.ic_stm02_6 {
  background-position: 0 -242px;
}

.ic_stm02_7 {
  background-position: 0 -282px;
}

.ic_stm02_8 {
  background-position: 0 -322px;
}

.ic_stm02_9 {
  background-position: 0 -363px;
}

.ic_stm02_10 {
  background-position: 0 -403px;
}

/* step mail icons gray exclamation */
[class*=ic_stm03] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  background: url(../img/spr_stepmail03.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_stm03_s {
  background-position: 0 0;
}

.ic_stm03_1 {
  background-position: 0 -41px;
}

.ic_stm03_2 {
  background-position: 0 -81px;
}

.ic_stm03_3 {
  background-position: 0 -122px;
}

.ic_stm03_4 {
  background-position: 0 -162px;
}

.ic_stm03_5 {
  background-position: 0 -202px;
}

.ic_stm03_6 {
  background-position: 0 -243px;
}

.ic_stm03_7 {
  background-position: 0 -283px;
}

.ic_stm03_8 {
  background-position: 0 -323px;
}

.ic_stm03_9 {
  background-position: 0 -364px;
}

.ic_stm03_10 {
  background-position: 0 -404px;
}

/* step mail icons white exclamation */
[class*=ic_stm04] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  background: url(../img/spr_stepmail04.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_stm04_s {
  background-position: 0 0;
}

.ic_stm04_1 {
  background-position: 0 -41px;
}

.ic_stm04_2 {
  background-position: 0 -81px;
}

.ic_stm04_3 {
  background-position: 0 -122px;
}

.ic_stm04_4 {
  background-position: 0 -162px;
}

.ic_stm04_5 {
  background-position: 0 -202px;
}

.ic_stm04_6 {
  background-position: 0 -243px;
}

.ic_stm04_7 {
  background-position: 0 -283px;
}

.ic_stm04_8 {
  background-position: 0 -323px;
}

.ic_stm04_9 {
  background-position: 0 -364px;
}

.ic_stm04_10 {
  background-position: 0 -404px;
}

/* mail icons big */
[class*=ic_mail01] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 22px;
  background: url(../img/spr_mail01.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_mail01_mail01 {
  background-position: 0 3px;
}

.ic_mail01_read01 {
  background-position: 0 -34px;
}

.ic_mail01_mail02 {
  background-position: 0 -72px;
}

.ic_mail01_read02 {
  background-position: 0 -110px;
}

/* mail icons small with background */
[class*=ic_mail02] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  background: url(../img/spr_mail02.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_mail02_mail01 {
  background-position: 0 4px;
}

.ic_mail02_read01 {
  background-position: 0 -32px;
}

.ic_mail02_mail02 {
  background-position: 0 -66px;
}

.ic_mail02_read02 {
  background-position: 0 -102px;
}

/* system (site tree) icons */
[class*=ic_sys01] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/spr_system01.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.ic_sys01_doc {
  background-position: 3px 2px;
}

.ic_sys01_video {
  background-position: 0 -33px;
}

.ic_sys01_folder {
  background-position: 1px -65px;
}

.ic_sys01_pv {
  background-position: 0 -99px;
}

.ic_sys01_low {
  background-position: 0 -135px;
}

.ic_sys01_medium {
  background-position: 0 -174px;
}

.ic_sys01_high {
  background-position: 0 -213px;
}

.ic_sys01_stepmail {
  background-position: 0 -253px;
}

/* ===============
    common styles
    =============== */
/* navigation */
.header_wrap {
  min-width: 960px;
  min-height: 40px;
  background-color: #FCD947;
}

.header_inner {
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

.logo_main01 {
  float: left;
  padding: 10px 0;
  margin: 3px 0 0 15px;
}

.main_navig_list {
  float: left;
  margin: 10px 0 0 30px;
}

.main_navig_list li {
  float: left;
}

.main_navig_list li + li {
  margin-left: 15px;
}

.main_navig_list a {
  padding: 5px 0;
  font-size: 14px;
  color: #4D4D4D;
}

.form01_wrap {
  float: right;
  width: 205px;
  margin: 9px 60px 5px 0;
}

.search01_field {
  width: 100%;
  padding: 3px 3px 3px 25px;
  border: none;
  border-radius: 3px;
  background: url(../img/ico_magnifier01.png) no-repeat 7px 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.main_menu01_btn {
  float: right;
  width: 24px;
  height: 20px;
  margin: 10px 13px 0 0;
  background: url(../img/ico_hamburger01.png) no-repeat 50% 50%;
}

.main_user_wrap {
  float: right;
  margin: 5px 35px 0 0;
  font-size: 12px;
  color: #4D4D4D;
}

.main_wrap01 {
  position: relative;
  max-width: 1280px;
  min-width: 960px;
  min-height: 700px;
  padding: 0 0 0 50px;
  margin: 0 auto;
}

.btn_favorites01 {
  position: absolute;
  right: 60px;
  top: 6px;
  padding: 5px 10px;
  background-color: #8CC63F;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.btn_open01 {
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../img/btn_arrowdown_01.png) no-repeat;
  width: 34px;
  height: 26px;
}

.flag_counter_wrap {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
}

.flag_counter_wrap li {
  text-align: center;
}

.flag_counter_wrap li + li {
  margin-top: 5px;
}

.fuki_number {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 3px 4px;
  margin: 0 auto;
  background-color: #4D4D4D;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

.fuki_number:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: 0 auto -1px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2px 5px 2px;
  border-color: transparent transparent #4d4d4d transparent;
  -webkit-transform: rotate(360deg);
}

.status_wrap {
  position: absolute;
  top: 250px;
  left: 0;
  width: 50px;
}

.status_wrap li {
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
}

.status_wrap li + li {
  margin-top: 1px;
}

.status_it01 {
  background-color: #fff;
  color: #000;
}

.status_it02 {
  background-color: #DD798D;
  color: #fff;
}

.status_it03 {
  background-color: #ECAE4D;
  color: #fff;
}

.status_it04 {
  background-color: #7488B6;
  color: #fff;
}

.status_it05 {
  background-color: #A482AC;
  color: #fff;
}

.status_text01 {
  display: block;
}

.avatar_wrap {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 50px;
}

.avatar_wrap li {
  text-align: center;
}

.avatar_wrap li + li {
  margin-top: 5px;
}

.avatar_image01 {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 999px;
}

.main_waku01 {
  position: relative;
  padding: 25px;
  background-color: #F2F4F5;
}

.main_waku01 a {
  color: #006EE4;
}

.tab01_wrap li {
  float: left;
}

.tab01_wrap .tab01_item {
  display: block;
  min-width: 150px;
  padding: 11px 20px;
  background-color: #DEDEDE;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  color: #4D4D4D;
}

.tab01_wrap .tab01_item + .tab01_item {
  margin-left: 1px;
}

.tab01_wrap .tab01_active {
  position: relative;
  z-index: 4;
  background-color: #F2F4F5;
  border-color: #F2F4F5;
}

.tab01_wrap a {
  padding: 5px 0;
}

.btn_favorites01 {
  position: absolute;
  background-color: #8CC63F;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}

.main_title01 {
  margin: 0 0 15px 0;
  font-size: 28px;
  line-height: 1;
  color: #727171;
}

.main_title01_sub {
  margin: 0 0 0 45px;
  font-size: 16px;
}

.listing_scroll {
  margin: 0 -17px 0 0;
  max-height: 545px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
}

/* common table */
.inner_table01 {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 12px;
  color: #727171;
}

.leadlist_content01 .inner_table01 {
  position: relative;
}

.inner_table01_cell {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}

.acceslog_content .inner_table01_cell:nth-of-type(1) {
  width: 10%;
}

.acceslog_content .inner_table01_cell:nth-of-type(2) {
  width: 18%;
}

.acceslog_content .inner_table01_cell:nth-of-type(3) {
  width: 20%;
}

.acceslog_content .inner_table01_cell:nth-of-type(4) {
  width: 20%;
}

.lead_head01 .inner_table01_cell:nth-of-type(1) {
  width: 33%;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
}

.lead_head01 .inner_table01_cell:nth-of-type(2) {
  width: 15%;
  font-size: 16px;
}

.lead_head01 .inner_table01_cell:nth-of-type(3) {
  width: 30%;
  font-size: 12px;
}

.lead_head01 .inner_table01_cell:nth-of-type(4) {
  width: 10%;
  font-size: 14px;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(1), .leadlist_content02 .inner_table01_cell:nth-of-type(1) {
  width: 13%;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(2), .leadlist_content02 .inner_table01_cell:nth-of-type(2) {
  width: 10%;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(3), .leadlist_content02 .inner_table01_cell:nth-of-type(3) {
  width: 8%;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(4), .leadlist_content02 .inner_table01_cell:nth-of-type(4) {
  width: 18%;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(5), .leadlist_content02 .inner_table01_cell:nth-of-type(5) {
  width: 12%;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(6), .leadlist_content02 .inner_table01_cell:nth-of-type(6) {
  width: 8%;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(7), .leadlist_content02 .inner_table01_cell:nth-of-type(7) {
  width: 10%;
}

.leadlist_content01 .inner_table01_cell:nth-of-type(8), .leadlist_content02 .inner_table01_cell:nth-of-type(8) {
  width: 8%;
}

.leadlist_content02 .inner_table01_cell:nth-of-type(1) {
  text-align: left;
}

.leadlist_content02 .inner_table01_cell:nth-of-type(5) {
  text-align: left;
}

.leadlist_content02 .inner_table01_cell:nth-of-type(9) {
  text-align: left;
}

.sitetree_content .inner_table01_cell:nth-of-type(1) {
  padding-left: 15px;
  text-align: left;
}

.sitetree_content .inner_table01_cell:nth-of-type(2) {
  width: 100px;
}

.sitetree_content .inner_table01_cell:nth-of-type(3) {
  width: 100px;
}

.sitetree_content .inner_table01_cell:nth-of-type(4) {
  width: 100px;
}

.sitetree_content .inner_table01_cell:nth-of-type(5) {
  width: 100px;
}

.inner_table01_cell + .inner_table01_cell {
  border-left: 1px solid #E0E0E0;
}

.status_border01 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 2px 0 0 2px;
}

.status_border01.status01 {
  background-color: #CF405C;
}

.status_border01.status02 {
  background-color: #E89921;
}

.status_border01.status03 {
  background-color: #385596;
}

.status_border01.status04 {
  background-color: #7D4D89;
}

/* ===============
    access log tab
    =============== */
.access_head01 {
  margin: 0 0 10px 0;
  padding: 6px 0;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  background-color: #EBEBEB;
}

.detail_list01_wrap {
  position: relative;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  background-color: #fff;
}

.detail_list01_wrap + .detail_list01_wrap {
  margin-top: 10px;
}

.dl01_title01 {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 14px;
}

.dl01_title01_it01 {
  margin: 0 25px 0 0;
}

.dl01_title01_it02 {
  margin: 0 20px 0 0;
}

.dl01_small01 {
  font-size: 12px;
}

.dl01_list01 > li {
  padding: 10px 0;
}

.dl01_list01 > li.status01 {
  background-color: #F8E2E6;
}

.dl01_list01 > li.status02 {
  background-color: #FAEBD3;
}

.dl01_list01 > li.status03 {
  background-color: #E1E6EF;
}

.dl01_list01 > li.status04 {
  background-color: #EBE4ED;
}

.dl01_list01 > li + li {
  border-top: 1px solid #E0E0E0;
}

/* ===============
    lead list tab
    =============== */
.leadlist_head01 {
  position: relative;
  padding: 10px 0;
  border: 1px solid #B3B3B3;
  border-radius: 2px 2px 0 0;
  background-color: #f2f2f2;
}

.leadlist_head01:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 31%;
  background-color: #ebebeb;
}

.lead_list_wrap {
  background-color: #fff;
}

.lead_list_wrap > li {
  position: relative;
  padding: 10px 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 2px;
}

.main_waku01 .lead_list_order01 {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../img/ico_arrow_updown01.png) no-repeat 100% 50%;
  color: #727171;
}

.ico_group01 {
  display: inline-block;
  text-align: left;
  line-height: 1;
}

.ico_group01 > [class*=ic_]:nth-of-type(2) {
  margin-left: 3px;
}

.ico_group01 > [class*=ic_]:nth-of-type(3) {
  margin-top: 3px;
}

.ico_group01 > [class*=ic_]:nth-of-type(4) {
  margin-left: 3px;
  margin-top: 3px;
}

/* ===============
    lead profile tab
    =============== */
.lead_head01 {
  position: relative;
  margin: 0 0 20px 0;
  padding: 6px 0;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  background-color: #fff;
  color: #727171;
}

.lead_head01 .lh01item01, .lead_head01 .lh01item02 {
  font-size: 16px;
}

.lead_head01 .lh01item03 {
  font-size: 12px;
}

.lead_head01 .lh01item04 {
  font-size: 14px;
}

.profile_wrap01 {
  display: table;
  table-layout: fixed;
  margin: 0 0 15px 0;
}

.profile_col01 {
  display: table-cell;
  width: 417px;
}

.profile_col02 {
  padding-left: 4.5%;
  display: table-cell;
}

.profile_title01 {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.profile_title01_sub {
  font-size: 11px;
}

.chart01_wrap {
  padding: 20px 34px;
  border-radius: 2px;
  background-color: #fff;
}

.chart01_list {
  position: relative;
}

.chart01_list:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 134px 168px 0;
  border-color: transparent #ffffff transparent transparent;
}

.chart01_list li {
  position: relative;
  height: 39px;
  background-color: #B3B3B3;
}

.chart01_list li.status01 {
  background-color: #F8E2E6;
}

.chart01_list li.status02 {
  background-color: #FAEBD3;
}

.chart01_list li.status03 {
  background-color: #E1E6EF;
}

.chart01_list li.status04 {
  background-color: #EBE4ED;
}

.chart01_list li + li {
  margin-top: 4px;
}

.chart01_title01 {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  width: 64px;
  height: 39px;
  line-height: 39px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}

.chart01_title01.status01 {
  background-color: #DD798D;
}

.chart01_title01.status02 {
  background-color: #ECAE4D;
}

.chart01_title01.status03 {
  background-color: #7488B6;
}

.chart01_title01.status04 {
  background-color: #A482AC;
}

.chart01_fuki01 {
  position: absolute;
  top: 8px;
  left: 80px;
  width: 94px;
  line-height: 1;
  padding: 5px 0;
  background-color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.chart01_fuki01:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 7px 3px 0;
  border-color: transparent #ffffff transparent transparent;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.chart01_fuki01:after {
  content: '';
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 10px;
  background-color: #fff;
}

.lead_table01 {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  border-collapse: separate;
  font-size: 12px;
}

.lead_table01 + .lead_table01 {
  margin-top: 10px;
}

.lead_table01 tr + tr td, .lead_table01 tr + tr th {
  border-top: 1px solid #E0E0E0;
}

.lead_table01 td, .lead_table01 th {
  padding: 10px;
  vertical-align: middle;
}

.lead_table01 th {
  width: 10em;
  background-color: #EAEAEA;
  text-align: center;
  font-weight: normal;
}

.lead_table01 .cellborder01 {
  border-left: 1px solid #C9CACA;
}

.lead_table01 td {
  background-color: #fff;
}

.lead_table01 td.imgcell {
  border-left: 1px solid #B3B3B3;
  text-align: center;
}

.lead_table01 td.imgcell img {
  margin-bottom: 5px;
}

.lead_table01 .colwidth01 {
  width: 29.8%;
}

/* ===============
    lead rireki tab
    =============== */
.date_slider_wrap {
  position: relative;
}

.date_slider_main {
  overflow: hidden;
  height: 196px;
  margin: 0 20px 0 90px;
  background: url(../img/bg_datestripes_01.png) repeat-x;
}

.date_slider_type02 .date_slider_main {
  /* mail tab */
  height: 99px;
  margin-left: 20px;
  background: url(../img/bg_datestripes_02.png) repeat-x;
}

.date_slider_side01 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 90px;
}

.date_slider_type02 .date_slider_side01 {
  /* mail tab */
  width: 20px;
}

.date_slider_side02 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}

.date_slider_prev, .date_slider_next {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 20px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #B3B3B3;
}

.date_slider_prev {
  left: 0;
  border-radius: 3px 0 0 3px;
  background-image: url(../img/ico_arrow_left01.png);
}

.date_slider_next {
  right: 0;
  border-radius: 0 3px 3px 0;
  background-image: url(../img/ico_arrow_right01.png);
}

.date_slider_year {
  height: 31px;
  line-height: 31px;
  background-color: #DEDEDE;
  font-size: 12px;
  text-align: center;
}

.date_slider_label01 {
  padding: 15px 3px 0 0;
}

.date_slider_label01 li {
  height: 24px;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.date_slider_items > li {
  float: left;
  width: 70px;
  height: 196px;
  background: url(../img/bg_datedots_01.png) no-repeat 50% 42px;
}

.date_slider_type02 .date_slider_items > li {
  /* mail tab */
  height: 99px;
  background: url(../img/bg_datedots_02.png) no-repeat 50% 42px;
}

.date_slider_items > li.date_active {
  background: url(../img/bg_datearrow_01.png) no-repeat 50% 100%;
}

.date_slider_type02 .date_slider_items > li.date_active {
  /* mail tab */
  background: url(../img/bg_datearrow_02.png) no-repeat 50% 100%;
}

.date_slider_date {
  position: relative;
  width: 4.5em;
  height: 22px;
  line-height: 22px;
  margin: 5px auto 0 auto;
  background-color: #808080;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.date_slider_date:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 3px 0 3px;
  border-color: #808080 transparent transparent transparent;
}

.date_active .date_slider_date {
  background-color: #006EE4;
}

.date_active .date_slider_date:after {
  border-top-color: #006EE4;
}

.ds_rireki_list {
  margin: 13px 0 0 0;
}

.ds_rireki_list li {
  height: 24px;
  text-align: center;
}

.ds_mail_list {
  margin: 25px 0 0 0;
  text-align: center;
}

.anken_slider_wrap {
  position: relative;
  margin: 0 -20px;
}

.anken_slider_wrap.anken_slider_type02 {
  margin-left: 0;
  margin-right: 0;
}

.anken_slider_main {
  overflow: hidden;
  height: 332px;
  margin: 0 20px;
}

.anken_slider_type02 .anken_slider_main {
  height: 368px;
}

.anken_slider_type03 .anken_slider_main {
  /* mail tab */
  height: 268px;
}

.anken_slider_prev, .anken_slider_next {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.anken_slider_prev {
  left: 0;
  border-radius: 3px 0 0 3px;
  background-image: url(../img/ico_arrow_left02.png);
}

.anken_slider_next {
  right: 0;
  border-radius: 0 3px 3px 0;
  background-image: url(../img/ico_arrow_right02.png);
}

.anken_slider_items > li {
  float: left;
  width: 225px;
  height: 332px;
  border: 1px solid #B3B3B3;
  background-color: #fff;
  font-size: 12px;
}

.anken_slider_type02 .anken_slider_items > li {
  height: 368px;
}

.anken_slider_type03 .anken_slider_items > li {
  /* mail tab */
  height: 268px;
}

.anken_slider_category {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 39px;
}

.anken_slider_category.var01 {
  background-color: #f2f2f2;
}

.anken_active .anken_slider_category {
  background-color: #006EE4;
  color: #fff;
}

.anken_slider_category [class*=asc_item] {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.anken_slider_category .asc_item01 {
  width: 11.3em;
  padding: 0 0 0 7px;
  text-align: left;
}

.anken_slider_category .asc_item02 {
  padding: 0 10px 0 0;
  text-align: right;
}

.anken_slider_category .asc_item03 {
  /* mail tab */
  width: 40px;
  padding: 0 0 0 10px;
  text-align: left;
}

.anken_slider_category02 {
  overflow: hidden;
  height: 66px;
  padding: 5px 10px;
}

.anken_active .anken_slider_category02 {
  background-color: #006EE4;
  color: #fff;
}

.anken_slider_img01 {
  overflow: hidden;
  width: 223px;
  height: 128px;
  margin: 0 0 10px 0;
}

.anken_slider_details {
  margin: 0 10px;
}

.anken_slider_details.var01 {
  margin-top: 10px;
}

.anken_slider_details dt {
  float: left;
  font-weight: normal;
}

.anken_slider_details dd {
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

/* ===============
    lead bunseki tab
    =============== */
.main_waku01 .bunseki_top_megabutton {
  color: #727171;
}

.main_waku01 .bunseki_top_megabutton:hover {
  text-decoration: none;
}

.bunseki_top_list01_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.bunseki_top_list01_wrap [class*=btl01_item] {
  display: table-cell;
}

.bunseki_top_list01_wrap [class*=btl01_item] + [class*=btl01_item] {
  padding-left: 1%;
}

.bunseki_top_list01_wrap .btl01_item01 {
  width: 37.8%;
}

.btl01_title01 {
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  background-color: #e5e5e5;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.bunseki_top_list02_wrap {
  border-radius: 0 0 2px 2px;
  background-color: #fff;
}

.bunseki_top_list02_wrap > li {
  float: left;
  height: 167px;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.bunseki_top_list02_wrap .btl02_item01, .bunseki_top_list02_wrap .btl02_item02, .bunseki_top_list02_wrap .btl02_item03 {
  position: relative;
  width: 50%;
}

.bunseki_top_list02_wrap .btl02_item01:after, .bunseki_top_list02_wrap .btl02_item02:after, .bunseki_top_list02_wrap .btl02_item03:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 8%;
  border-top: 1px solid #e0e0e0;
}

.bunseki_top_list02_wrap .btl02_item02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8%;
  bottom: 8%;
  border-left: 1px solid #e0e0e0;
}

.bunseki_top_list02_wrap .btl02_item03 {
  /* one cell rows */
  float: none;
  width: 100%;
}

.bunseki_top_list02_wrap .btl02_lastrow01:after {
  border: 0;
}

.btl02_title01 {
  margin: 0 0 30px 0;
}

.btl02_title01.var01 {
  margin-bottom: 40px;
}

.btl02_date {
  margin: 0 0 20px 0;
  font-size: 26px;
}

.btl02_time01 {
  font-size: 18px;
}

.btl02_time01.var01 {
  font-size: 33px;
}

.btl02_big01 {
  font-size: 42px;
}

.bunseki_tab_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.bunseki_tab_wrap li {
  display: table-cell;
  vertical-align: middle;
}

.bunseki_tab_wrap li + li {
  padding-left: 0.8%;
}

.bunseki_tab_wrap .bunseki_tab_item01 {
  width: 15%;
}

.bunseki_tab_btn_wrap {
  display: table;
  width: 100%;
}

.bunseki_tab_btn_wrap a {
  color: inherit;
  display: table-cell;
  vertical-align: middle;
  height: 43px;
  background-color: #E5E5E5;
  border-radius: 5px 5px 0 0;
  color: inherit;
  font-size: 12px;
  text-align: center;
}

.bunseki_tab_btn_wrap a.btb_active {
  background-color: #006EE4;
  color: #fff;
}

.bunseki_tab_content {
  padding: 0 0 18px 0;
  background-color: #fff;
}

.bunseki_result_wrap {
  margin: 0 0 20px 0;
  padding: 11px 0 13px 0;
  background-color: #BFDBF8;
}

.bunseki_result_list li {
  position: relative;
  float: left;
  width: 15.55%;
  height: 84px;
  margin: 0 0 0 0.95%;
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.bunseki_result_list li.brl_active {
  border-color: #006EE4;
  color: #006EE4;
}

.bunseki_result_list li.brl_active:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #006EE4 transparent transparent transparent;
}

.bunseki_result_list li.brl_active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -2px auto 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}

.bunseki_result_list li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bunseki_result_list li.brl_btn {
  border: 1px solid #006EE4;
  padding: 1px;
}

.bunseki_result_list li.brl_btn > a {
  color: #727171;
}

.brl_title01 {
  margin: 5px 0 10px 0;
}

.brl_title01.var01 {
  margin-bottom: 20px;
}

.brl_date {
  margin: 0 0 5px 0;
  font-size: 20px;
}

.brl_time01 {
  font-size: 18px;
}

.brl_time01.var01 {
  font-size: 26px;
}

.brl_big01 {
  font-size: 28px;
}

/* ===============
   site tree tab
    =============== */
.sitetree_head01 {
  margin: 0 0 10px 0;
  padding: 8px 0;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  background-color: #EBEBEB;
}

.sitetree_title01 {
  margin: 0 0 3px 0;
}

.sitetree_wrap01 {
  margin: 0 0 10px 0;
}

.sitetree_wrap01.var01 {
  margin-left: 2%;
}

.sitetree_wrap01.var02 {
  margin-left: 4%;
}

.sitetree_wrap01.var03 {
  margin-left: 6%;
}

.sitetree_list_wrap {
  background-color: #fff;
}

.sitetree_list_wrap > li {
  position: relative;
  padding: 8px 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.sitetree_list_wrap > li + li {
  border-top: none;
}

.sitetree_list_wrap a {
  color: #727171;
}
