﻿@charset "UTF-8";

/* Links */
a.link {
  padding-right: 13px;
  font-size: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

hr {
  border: 1px solid #dbdbdb;
  height: 1px;
}

/* Titles. */
#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

h1 {
  background-color: #eaf1ff;
  border: 1px solid #e7e7e7;
  border-bottom: 3px solid #6485C1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 19px 0;
  padding: 35px 16px 34px;
}

h2 {
  background-color: #eaf1ff;
  border: 1px solid #e7e7e7;
  border-bottom: 3px solid #6485C1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 19px 0;
  padding: 11px 12px 9px;
}

h2 a {
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -317px transparent;
  padding-right: 15px;
  display: inline;
  text-decoration: none;
  color: #222;
}

h2 a:hover, h2 a:visited {
  color: #222;
  text-decoration: underline;
}

h2:after, h3:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h3 {
  background-color: #EEF4FF;
  border-bottom: 1px solid #6485C1;
  padding: 10px 16px 4px;
  margin: 16px 0 19px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

h3 a {
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -103px transparent;
  color: #222;
  display: inline;
  padding-right: 15px;
  text-decoration: none;
}

h3 a:hover, h3 a:visited {
  text-decoration: underline;
  color: #222;
}

h4, h5, h6 {
  margin-bottom: 19px;
  padding: 8px 16px 0 16px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #6485c1;
  margin: 16px 0 19px 0;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
}

h4 a, h5 a, h6 a {
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -103px transparent;
  color: #222;
  display: inline;
  padding-right: 15px;
  text-decoration: none;
}

h4 a:hover, h4 a:visited, h5 a:hover, h5 a:visited, h6 a:hover, h6 a:visited {
  text-decoration: underline;
  color: #222;
}

.top_region h2 {
  margin-top: 0;
  margin-bottom: 0;
}

#content h3 {
  margin-top: 30px;
  margin-bottom: 9px;
  /* (24px - 5px) */
  padding: 10px 0 9px 16px;
  *zoom: 1;
  border-bottom: 1px solid #6485c1;
  background: #fafafa;
  border-top: solid 1px #e7e7e7;
  font-size: 16px;
  /* 100% */
  font-weight: bold;
  line-height: 1.3;
  /* 16px / 20.8px */
}

#content h4 {
  font-size: 15px;
  background-color: #eee;
  margin-bottom: 19px;
  padding: 5px 16px 3px;
  border: none;
}

#content h5, #content h6 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  margin: 39px 0 14px 0;
  padding: 0;
  background: none;
  border: none;
}

/* Paragraph styles. */
p {
  margin: 21px 0 0 0;
  padding: 0;
  line-height: 2.0;
}

p.column-A01 {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  margin: 0;
  padding: 12px 17px 15px 17px;
}

p.column-A02 {
  background-color: #F9F9F9;
  border: 1px solid #DBDBDB;
  margin: 0;
  font-size: 14px;
  padding: 12px 17px 15px 17px;
  word-break: break-all;
}

p.news_frame {
  padding: 8px;
  border: 3px solid #ddd;
  text-align: justify;
  /* IE用 */
  text-justify: inter-ideograph;
}

/* List styles. */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbdbdb;
  margin: 10px 0 0 0;
  padding: 5px 0 8px 0;
  line-height: 1.8;
  font-size: 14px;
}

table img {
  max-width: inherit;
}

tbody {
  border: none;
}

table thead th, table tbody th, table tfoot th {
  background: #f3f3f3;
}

table thead th, table tbody th, table tbody td, table tfoot th, table tfoot td {
  padding: 10px 8px 8px 8px;
  border: 1px solid #dbdbdb;
  vertical-align: top;
  text-align: left;
}

table thead th *, table tbody th *, table tbody td *, table tfoot th *, table tfoot td * {
  font-size: 100%;
}

div.nttdatajpn-table-B01 table tbody td {
  font-weight: normal;
}

table tbody th > *:first-child, table tbody td > *:first-child {
  margin-top: 0 !important;
}

tr.even td, tr.odd td {
  background-color: #fff;
}

table.green th, table.green td {
  border: none !important;
}

/* Code. */
/* line 81, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 85, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* List styles. */
/* line 93, ../sass/style.sass */
ul {
  list-style-type: disc;
  line-height: 1.857;
}

/* line 95, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}

/* line 97, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}

/* line 99, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 102, ../sass/style.sass */
ol {
  list-style-type: decimal;
}

/* line 104, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}

/* line 106, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 110, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 116, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 99%;
}

/* line 120, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 123, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 130, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 134, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 141, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 146, ../sass/style.sass */
div.error {
  background-color: #FAE9E9;
  border: 1px solid #CC2929;
}

div.error h2.element-invisible {
  color: #cc2929 !important;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -1516px transparent !important;
  padding-right: 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

/* line 151, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* 一覧：テーブル */
table.views-table {
  margin: 6px 0;
  border-collapse: separate;
  border-spacing: 7px 0;
  border: none;
}

table.views-table tbody {
  border-top: none;
}

table.views-table th {
  border: none;
  border-bottom: 2px solid #ccc;
  background: none;
  text-align: center;
}

table.views-table td {
  border: none;
  border-bottom: 1px dotted #9e9e9e;
}

table.views-table td a {
  padding-right: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

table.views-table td a:hover {
  text-decoration: underline;
}

table.views-table caption {
  margin-top: 15px;
  margin-bottom: 9px;
  /* (24px - 5px) */
  padding: 10px 0 9px 16px;
  *zoom: 1;
  border-bottom: 1px solid #6485c1;
  background: #f3f3f3;
  text-align: left;
  font-size: 17px;
  /* 100% */
  font-weight: bold;
  line-height: 1.3;
  /* 16px / 20.8px */
}

/* form系 */
#main input, #main select, #main textarea {
  font-size: 14px;
  line-height: inherit;
  color: #000;
  border: 1px solid #E2DBBF;
  padding: 0.2em 5px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif;
}

#main select {
  width: 310px;
}

#main textarea {
  line-height: 1.3 !important;
  height: 185px;
  overflow: auto;
  padding: 5px;
  width: 458px;
}

#main input[type="radio"] {
  margin-right: 3px;
  border: none;
  *margin-right: 1px;
  vertical-align: -1px;
  *vertical-align: 1px;
}

#main input[type="checkbox"] {
  margin-right: 3px;
  border: none;
  *margin-right: 0;
  vertical-align: -1px;
  *vertical-align: 1px;
}

#main button {
  margin-left: 18px;
  cursor: pointer;
  vertical-align: middle;
  font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif;
}

#main input[type="submit"] {
  cursor: pointer;
  background: none repeat scroll 0 0 #6485C1;
  border: medium none;
  color: #FFFFFF;
  font-weight: bold;
  list-style: none outside none;
  margin: 0;
  padding: 8px 25px;
  font-size: 87.5%;
  font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(/assets/NDIL/sites/all/themes/basic/images/inq_bg.png) repeat-x left bottom #88b3ed;
  border-radius: 3px;
}

#main buttonv input[type="submit"] span {
  padding-right: 15px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -644px transparent;
  _padding-right: 0;
  _background: none;
}

#main button:active, #main button:active, #main button:hover, #main button :hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

/* コンテンツ内リンク */
div.links {
  font-size: 13px;
  margin: 20px 0 25px 0;
}

ul.inline a, ul.links.inline a {
  padding-right: 13px;
  font-size: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

ul.inline a:hover, ul.links.inline a:hover {
  text-decoration: underline;
}

.more-link a {
  padding-right: 13px;
  margin-right: 14px;
  font-size: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

/* お問い合わせボタン */
ul.inquiry {
  margin: 20px auto;
  padding: 0;
}

ul.inquiry li {
  list-style: none outside none;
  margin: 0.5em auto;
  padding: 0;
  text-align: center;
}

ul.inquiry li a {
  background: none repeat scroll 0 0 #6485C1;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  list-style: none outside none;
  margin: 0;
  padding: 16px 28px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 3px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/inq_bg.png) repeat-x left bottom #88b3ed;
}

ul.inquiry li a:hover {
  background: none repeat scroll 0 0 #A2B6DA;
  text-decoration: none;
}

#sidebar-second ul.inquiry {
  margin: 30px 20px;
}

/* リンクボタン */
ul.form_link {
  margin: 18px 0;
  padding: 0;
}

ul.form_link li {
  list-style: none outside none;
  margin: 0.5em;
  padding: 0;
}

ul.form_link li a {
  background: none repeat scroll 0 0 #6485C1;
  border: medium none;
  color: #FFFFFF;
  font-weight: bold;
  list-style: none outside none;
  margin: 0;
  padding: 8px 25px;
  *padding: 8px 10px;
  font-size: 120%;
  text-decoration: none;
}

ul.form_link li a:hover {
  background: none repeat scroll 0 0 #A2B6DA;
  text-decoration: none;
}

/* oracle コンテンツ用 */
dl.define {
  margin: 0.3em 0;
}

.define dt {
  border-top: 1px solid #CCCCCC;
  color: #112346;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 1px 0 0.05em 1.4em;
}

.define dt:first-child {
  border-top: 1px solid #fff;
}

.define dd {
  margin: 0.2em 0 0.8em 1.4em;
}

dl.define2 {
  margin: 0.3em 0;
}

dl.define2 dt {
  border-top: 1px solid #CCCCCC;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 1em 0 0.05em 1.4em;
}

dl.define2 dt:first-child {
  border-top: 0 none;
  background: none;
}

dl.define2 dd {
  margin: 0.8em 0 0.4em 1.2em;
  padding: 0 0 0.5em 1.3em;
}

dl.define3 {
  margin: 0.5em 0 0.3em;
}

dl.define3 dt {
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.2em 0 0.2em 1.4em;
}

dl.define3 dd {
  margin: 0.2em 0 0.4em;
  padding: 0;
}

dl.define4 {
  margin: 0.3em 0;
}

.define4 dt {
  color: #112346;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0 0 0 1.4em;
}

.define4 dd {
  margin: 0.2em 0 0.8em 1.4em;
}

dl.list-sp dt {
  color: #335DBD;
  font-weight: bold;
  margin: 0.5em 0;
  padding-left: 25px;
}

/* ----- oracle トピックス ----- */
ul.list_topics {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
  width: 714px;
  margin: 17px 0 0 0;
  padding: 0 0 5px 0;
  font-size: 87.5%;
  /* 14px */
  line-height: 1.857;
  /* 14px / 26px */
  background: url(/assets/NDIL/sites/all/themes/basic/images/time_line_dashed_border.png) no-repeat bottom left;
  list-style: none;
}

ul.list_topics a {
  padding-right: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

ul.list_topics a.nttdatajpn-pdf-link {
  padding-left: 20px;
  padding-bottom: 2px;
  padding-right: 0;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_04.png) no-repeat scroll 0 -112px transparent;
}

ul.list_topics a:hover {
  text-decoration: underline;
}

ul.list_topics:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

ul.list_topics li {
  float: left;
  margin: 5px 0 0 0;
  padding: 20px 0 12px 0;
  background: url(/assets/NDIL/sites/all/themes/basic/images/time_line_dashed_border.png) no-repeat top right;
}

ul.list_topics li span {
  float: left;
  width: 100px;
}

ul.list_topics li a {
  float: left;
  display: inline-block;
  padding-left: 25px;
  width: 560px;
}

ul.list_topics li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
  background: none;
}

/* ----- list0 ----- */
ul.list0 {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
  width: 714px;
  margin: 17px 0 0 0;
  padding: 0 0 5px 0;
  font-size: 87.5%;
  /* 14px */
  line-height: 1.857;
  /* 14px / 26px */
  list-style: none;
}

ul.list0 a {
  padding-right: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

ul.list0 a:hover {
  text-decoration: underline;
}

ul.list0:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

ul.list0 li {
  float: left;
  padding: 19px 0 12px 24px;
  width: 687px;
  border-bottom: 1px dotted #CFCFCF;
}

ul.list0 li span {
  float: left;
  width: 100px;
}

ul.list0 li a {
  float: left;
  display: inline-block;
}

ul.list0 li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
  background: none;
}

.solutions_list ul.list0, .security_list ul.list0, .products_list ul.list0, .educations_list ul.list0,
.solutions_list h4, .security_list h4, .products_list h4, .educations_list h4 {
  margin: 0;
}

ul.news_notes {
  list-style: none;
  line-height: 1.8;
  font-size: 13px;
  padding-left: 1em;
  margin-top: 1em;
  text-indent: -1em;
}

/* ----- time-line ----- */
dl.nttdatajpn-time-line {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
  width: 714px;
  margin: 17px 0 0 0;
  padding: 0 0 5px 0;
  font-size: 87.5%;
  /* 14px */
  line-height: 1.857;
  /* 14px / 26px */
  background: url(/assets/NDIL/sites/all/themes/basic/images/time_line_dashed_border.png) no-repeat bottom left;
}

dl.nttdatajpn-time-line a {
  padding-right: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

dl.nttdatajpn-time-line a.nttdatajpn-pdf-link {
  padding-left: 20px;
  padding-bottom: 2px;
  padding-right: 0;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_04.png) no-repeat scroll 0 -112px transparent;
}

dl.nttdatajpn-time-line a:hover {
  text-decoration: underline;
}

dl.nttdatajpn-time-line:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

dl.nttdatajpn-time-line dt,
dl.nttdatajpn-time-line dd {
  float: left;
  margin: 5px 0 0 0;
  padding: 20px 0 12px 0;
}

dl.nttdatajpn-time-line dt {
  width: 99px;
  margin-right: 24px;
  font-weight: normal;
  background: url(/assets/NDIL/sites/all/themes/basic/images/time_line_dashed_border.png) no-repeat top left;
}

dl.nttdatajpn-time-line dd {
  width: 591px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/time_line_dashed_border.png) no-repeat top right;
}

dl.nttdatajpn-time-line dt:first-child,
dl.nttdatajpn-time-line dt:first-child + dd {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
  background: none;
}

.PDF {
  padding-left: 20px;
  padding-bottom: 2px;
  padding-right: 0;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_04.png) no-repeat scroll 0 -112px transparent;
}

ul.pdf {
  margin: 8px 0 0;
  padding: 0;
  text-indent: 0;
  font-size: 14px;
  /* 87.5% */
  list-style: none;
}

.DOC {
  padding-left: 20px;
  padding-bottom: 3px;
  padding-right: 0;
  background: url("/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_04.png") no-repeat scroll 0 2px transparent;
}

.MOV {
  padding-left: 20px;
  padding-bottom: 3px;
  padding-right: 0;
  background: url("/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_04.png") no-repeat scroll 0 -223px transparent;
}

.AUD {
  padding-left: 20px;
  padding-bottom: 3px;
  padding-right: 0;
  background: url("/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_04.png") no-repeat scroll 0 -334px transparent;
}

/* ----- link-list-A01 ----- */
ul {
  margin: 8px 0 0 20px;
  padding: 0;
  text-indent: 0;
  font-size: 14px;

 

}

ul.nttdatajpn-link-list-A01 li ul {
  font-size: 100%;
  margin-top: 11px;
  margin-left: 31px;
}

ul.nttdatajpn-link-list-A01 li,
li ul.nttdatajpn-link-list-A01 li {
  margin: 11px 0 0 20px;
  padding: 0;
  list-style: none;
}

ul.nttdatajpn-link-list-A01 li:first-child {
  margin-top: 0;
}

ul.nttdatajpn-link-list-A01 li a {
  padding-right: 13px;
  text-decoration: none;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll right -105px transparent;
}

ul.nttdatajpn-link-list-A01 a:hover {
  text-decoration: underline;
}

ul.nttdatajpn-link-list-A01 a.nttdatajpn-external-link {
  padding-right: 0;
  background-image: none;
}

ul.nttdatajpn-link-list-A01 a.nttdatajpn-external-link .nttdatajpn-link-notes {
  padding-left: 13px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_03.png) no-repeat scroll left -105px transparent;
}

div#nttdatajpn-tab-nav {
  margin-top: 15px;
  padding-bottom: 5px;
  background: url("/assets/sites/all/themes/basic/images/tab_nav_bg_btm.png") 100% 100% no-repeat;
}

div#nttdatajpn-tab-nav ul {
  letter-spacing: -0.33em;
  _overflow: visible;
  _height: 1px;
  *zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 87.5%;
  /* 14px */
  line-height: 1.3;
  display: inline-block;
  *display: inline;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #d9d9d9;
}

  div#nttdatajpn-tab-nav ul li {
    letter-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    list-style-type: none;
    padding: 4px 5px 4px 5px;
    margin: 0;
    background: url("/assets/sites/all/themes/basic/images/tab_nav_separator.png") left 1em no-repeat;
  }

div#nttdatajpn-tab-nav ul li:first-child {
  background: none;
}

div#nttdatajpn-tab-nav ul li a,
div#nttdatajpn-tab-nav ul li em {
  display: block;
  margin: 0;
  padding: 6px 19px;
  text-decoration: none !important;
  color: #222;
  font-weight: bold;
  font-style: normal;
}

div#nttdatajpn-tab-nav ul li em {
  background-color: #6485c1;
  color: #fff;
}

div#nttdatajpn-tab-nav ul li em a {
  margin: -6px -19px;
  border: 0 none;
  color: #fff;
}

div#nttdatajpn-tab-nav ul li a:hover {
  color: #fff;
  background-color: #a2b6da;
}

div#nttdatajpn-tab-nav ul li em a:hover {
  color: #fff;
}

.divider {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

dl.divider dd, dl.divider dd a {
  margin-left: 15px;
}

dl.divider dd a.PDF {
  margin-top: 12px;
  display: inline-block;
}

/* ----- その他 ----- */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* ----- テーブル２ ----*/
table.lineTable {
  border: none;
  border-top: 1px solid #333;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.lineTable tbody th {
  border: none;
  padding: 0.923em 24px 0.923em 3px;
  background-color: #f5f5f5;
  border-bottom: 3px double #ccc;
  text-align: left;
  vertical-align: top;
}

table.lineTable tbody td {
  border: none;
  padding: 0.923em 6px 0.923em 12px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DBDBDB;
  text-align: left;
  vertical-align: top;
}

/**
* BxSlider v4.0 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2012
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.slider {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
}

/** THEME
===================================*/
.slider .slick-list {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* PAGER */
.slider .slick-dots {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.slider .slick-dots li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.slider .slick-dots li button {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.slider .slick-dots li.slick-active button {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.slider .slick-prev {
  left: 10px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/controls.png) no-repeat 0 -32px;
}

.slider .slick-next {
  right: 10px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/controls.png) no-repeat -43px -32px;
}

.slider .slick-prev:hover {
  background-position: 0 0;
}

.slider .slick-next:hover {
  background-position: -43px 0;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 998;
}

ul.slider {
  padding: 0;
}

/* Serach */
.page-search-node ol {
  padding-left: 0;
}

.page-search-node #content h3 {
  background: none;
  border-top: none;
  margin-bottom: 0;
  padding-left: 10px;
  padding-bottom: 3px;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.search-snippet-info p.search-snippet {
  background-color: #F7F9FC;
  padding: 12px;
  font-size: 14px;
}

.item-list .pager li {
  padding: 0;
}

/* コラム */
/*
.node-type-column #block-views-clone_4_of_-block_1 {
  height: 150px;
  margin-top: 180px;
  position: relative;
}
img.column-top-pic {
  position: absolute;
  top: -330px;
}
*/
.node-type-column .more-link {
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: 400;
}

/* ----- トップ コラム一覧 ----- */
.main_under {
  margin-bottom: 0px;
}

.main_search h2 {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #6184c3;
  background: url(/assets/NDIL/sites/all/themes/basic/images/top_column_h2_bg.png) 130px 0px no-repeat;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin: 30px 0px 0px 0px;
  padding: 11px 12px 9px;
}

h2.top_column_list_title a {
  background: none;
}

h2.top_column_list_title a:hover, h2.top_column_list_title a:visited {
  text-decoration: none;
}

.top_column_list_inner {
  width: 920px;
  margin: 0px auto 60px;
}

.top_column_list_inner > div {
  margin-right: -40px;
}

.top_column_list_inner a {
  display: block;
  color: #222222;
  text-decoration: none;
}

.top_column_list_inner a:visited {
  color: #222222;
}

.top_column_list_inner a:hover {
  color: #222222;
}

.top_column_list_inner a:active {
  color: #222222;
}

.top_column_list_inner a:focus {
  color: #222222;
}

.top_column_box {
  float: left;
  width: 118px;
  height: 68px;
  margin: 28px 40px 0px 0px;
  padding: 25px 0px;
  background: #f9f9f9;
  border: 1px solid #cacaca;
  border-radius: 10px;
  text-align: center;
}

#content .top_column_box h3 {
  width: 85px;
  margin: 0px auto 5px;
  padding: 0px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.bt-area {
  margin-top: 20px;
  display: table;
  width: 100%;
}

.bt-before, .bt-next {
  font-size: 18px;
  display: table-cell;
  width: 50%;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 0;
}

.bt-before {
  background: url("/assets/sites/default/files/imported/recruit/image/ar-before.png") no-repeat left center transparent;
  text-align: left;
  padding-left: 56px;
}

.bt-next {
  background: url("/assets/sites/default/files/imported/recruit/image/ar-next.png") no-repeat right center transparent;
  text-align: right;
  padding-right: 56px;
}

.node-column hr {
  margin: 20px 0;
}

.node-column p.division {
  line-height: 1.4em;
  margin-top: 0;
  font-size: 14px;
}

.node-column p.status {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 10px;
}

.arrow_answer,
.arrow_question,
.arrow_answer-yw,
.arrow_question-pk,
.arrow_question-hako {
  position: relative;
  background-color: #eef2fa;
  margin: 0 8px;
  padding: 10px 12px;
  border-radius: 10px;
  width: 535px;
}

.arrow_answer {
  background-color: #fef0d4;
}

.arrow_question-hako {
  background-color: #4aadd5;
  color: #fff;
}

.arrow_question-pk {
  background-color: #fdf2f6;
}

.arrow_answer-yw {
  background-color: #faf6d1;
}

.arrow_answer,
.arrow_answer-yw {
  float: right;
}

.arrow_question-hako,
.arrow_question-pk,
.arrow_question {
  float: left;
}

.arrow_answer:after,
.arrow_answer-yw:after,
.arrow_question:before,
.arrow_question-pk:before,
.arrow_question-hako:before {
  top: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_question:before,
.arrow_question-pk:before,
.arrow_question-hako:before {
  right: 100%;
}

.arrow_answer:after,
.arrow_answer-yw:after {
  left: 100%;
}

.arrow_answer:after,
.arrow_answer-yw:after,
.arrow_question:before,
.arrow_question-pk:before,
.arrow_question-hako:before {
  border-color: rgba(255, 255, 255, 0);
  border-width: 11px;
  margin-top: -11px;
}

.arrow_answer:after {
  border-left-color: #fef0d4;
}

.arrow_answer-yw:after {
  border-left-color: #faf6d1;
}

.arrow_question:before {
  border-right-color: #eef2fa;
}

.arrow_question-pk:before {
  border-right-color: #fdf2f6;
}

.arrow_question-hako:before {
  border-right-color: #4aadd5;
}

.question_image {
  float: left;
  width: 70px;
}

.answer_image {
  float: right;
}

.answer_image img,
.question_image img {
  border-radius: 50px;
}

.question_Box {
  margin-bottom: 5px;
  overflow: hidden;
  width: 716px;
}

.note {
  position: relative;
  width: 640px;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #0068a1;
  background: #cbe4f2;
  overflow: hidden;
  border-radius: 4px 0px 4px 4px;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #fff #fff #92c8e3 #92c8e3;
  background: #92c8e3;
  display: block;
  width: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0px 4px;
}

#content .note h3 {
  margin-top: 0px;
  margin-bottom: 9px;
  padding: 13px 0 9px 50px;
  border-top: none;
  border-bottom: 2px dotted #92c8e3;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  background: url(/assets/sites/default/files/imported/article/column/tips_icon.png) no-repeat left top transparent;
}

#content .search_inner h4 {
  margin: 0px 0px 20px;
  padding: 0px 0px 10px;
  background: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  color: #ffffff;
}

.search_inner h4 a {
  padding: 0px;
  background: none;
  color: #ffffff;
  text-decoration: none;
}

.search_inner table a {
  color: #4054a4;
  text-decoration: none;
}

.search_inner table a:visited {
  color: #6672a3;
}

.search_inner table a:hover {
  color: #4054a4;
}

.search_inner table a:active {
  color: #4054a4;
}

.search_inner table a:focus {
  color: #4054a4;
}

.search_center {
  margin-bottom: 30px;
}

.search_left {
  float: left;
  width: 410px;
  margin-bottom: 30px;
}

.search_right {
  float: right;
  width: 468px;
  margin-bottom: 30px;
}

.box_sysinfra {
  float: left;
  width: 300px;
  margin-right: 18px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/box_sysinfra_bg.png) no-repeat 0px 0px #ffffff;
}

.box_security {
  float: left;
  width: 202px;
  margin-right: 18px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/box_security_bg.png) no-repeat 0px 0px #ffffff;
}

.box_facility {
  float: left;
  width: 113px;
  margin-right: 18px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/box_facility_bg.png) no-repeat bottom left #ffffff;
}

.box_education {
  float: left;
  width: 112px;
  background: url(/assets/NDIL/sites/all/themes/basic/images/box_education_bg.png) no-repeat top left #ffffff;
}

#box_sysinfra_icon {
  position: absolute;
  top: 20px;
  right: 15px;
}

#box_security_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#box_facility_icon {
  position: absolute;
  top: 25px;
  right: 20px;
}

#box_education_icon {
  position: absolute;
  bottom: 28px;
  left: 25px;
}

a.search_readmore {
  display: block;
  _zoom: 1;
  position: absolute;
  bottom: 18px;
  right: 15px;
  margin: 0;
  padding: 8px 3px 3px 3px !important;
  border-bottom: 1px dotted #ccc !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  color: #4054a4;
  border-top: none;
}

a.search_readmore:after {
  content: " »";
}

/* twitter */
.twitter-int {
  position: absolute;
  top: -54px;
  left: 60em;
}

/* Youtube */
.youtube-int {
  position: absolute;
  top: -2.78em;
  left: 55em;
}

/**** 英語ページ ****/
/* ヘッダロゴ */
.page-node-2397 a#logo,
.page-node-2398 a#logo,
.page-node-2399 a#logo,
.page-node-2400 a#logo,
.page-node-2401 a#logo,
.page-node-2402 a#logo,
.page-node-2720 a#logo {
  display: inline-block;
  background: transparent url(/assets/NDIL/sites/all/themes/basic/images/logo-en.png) no-repeat top left;
}

.page-node-2397 #logo img,
.page-node-2398 #logo img,
.page-node-2399 #logo img,
.page-node-2400 #logo img,
.page-node-2401 #logo img,
.page-node-2402 #logo img,
.page-node-2720 #logo img {
  opacity: 0;
}

/* 検索 */
.page-node-2397 #block-search-form h2.block-title,
.page-node-2398 #block-search-form h2.block-title,
.page-node-2399 #block-search-form h2.block-title,
.page-node-2400 #block-search-form h2.block-title,
.page-node-2401 #block-search-form h2.block-title,
.page-node-2402 #block-search-form h2.block-title,
.page-node-2720 #block-search-form h2.block-title {
  font-size: 0;
}

.page-node-2397 #block-search-form h2.block-title::after,
.page-node-2398 #block-search-form h2.block-title::after,
.page-node-2399 #block-search-form h2.block-title::after,
.page-node-2400 #block-search-form h2.block-title::after,
.page-node-2401 #block-search-form h2.block-title::after,
.page-node-2402 #block-search-form h2.block-title::after,
.page-node-2720 #block-search-form h2.block-title::after {
  content: "Search";
  font-size: 15px;
  margin-left: -4em;
}

/* グローバルメニュー */
#block-menu-menu-english-menu ul.menu {
  background: url("/assets/NDIL/sites/all/themes/basic/images/global_nav_separator.png") no-repeat scroll left 0.75em transparent;
  margin: 0;
  min-height: 44px;
  padding: 0;
}

#block-menu-menu-english-menu ul.menu li {
  background: url("/assets/NDIL/sites/all/themes/basic/images/global_nav_separator.png") no-repeat scroll right 0.75em transparent;
  float: left;
  font-size: 90%;
  line-height: 1.357;
  margin: 0;
  padding: 5px 7px 8px 5px;
  list-style: none;
}

#block-menu-menu-english-menu ul.menu li a {
  color: #222222;
  display: block;
  padding: 7px 6px;
  text-decoration: none;
}

#block-menu-menu-english-menu ul.menu li a:hover {
  background: none repeat scroll 0 0 #A2B6DA;
  color: #fff;
  text-decoration: none;
}

#block-menu-menu-english-menu ul.menu li a.active {
  background: none repeat scroll 0 0 #6485C1;
  color: #fff;
  text-decoration: none;
}

#block-menu-menu-english-menu .block-inner {
  float: right;
}

/* 右メニュー */
.page-node-2397 #sidebar-second,
.page-node-2398 #sidebar-second,
.page-node-2399 #sidebar-second,
.page-node-2400 #sidebar-second,
.page-node-2401 #sidebar-second,
.page-node-2402 #sidebar-second,
.page-node-2720 #sidebar-second {
  border: none;
}

#sidebar-second ul.menu ul.menu li.about-this-site a {
  border-top: 3px solid #c1cee6 !important;
  border-bottom: none !important;
  padding-top: 20px !important;
}

#sidebar-second #block-menu-menu-englishpage ul.menu ul.menu li:nth-last-child(2) a {
  border-bottom: none !important;
}

#block-menu-menu-corporate ul.menu li.intellilink-showroom > a {
  line-height: 1.6;
}

/* 共通 - 関連情報 */
div.related_info_title_frame {
  margin: 40px 0px 15px;
  border: #9eb4dd solid 1px;
  display: block;
  padding: .2em .3em;
}

#content h3.related_info_title {
  margin: 0px;
  border: none;
  border-left: #6485c1 solid 6px;
  padding: 10px 10px 9px 16px;
}

ul.related_info_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.related_info_list {
  margin: 0;
  padding: 0;
}

ul.related_info_list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  padding: 8px 8px 6px 8px;
  display: inline-block;
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
}

ul.related_info_list li a {
  text-decoration: none;
}

/* SP-英語ページ */

/* responsive menus */
.responsive-menus.responsified span.toggler {
  border-radius: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background: none;
  border-bottom: 2px solid #6485c1;
  color: #777;
  font-size: 18px;
  font-family: verdana;
  padding: 5px 8px 6px;
  text-align: right;
  margin-top: -12px;
}

.responsive-menus.responsified .responsive-menus-simple {
  border-radius: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background-color: #6485c1;
}

.responsive-menus.responsified .responsive-menus-simple li a {
  padding: 5px 10px;
  font-size: 14px;
}

.responsive-menus.responsified.responsive-toggled span.toggler {
  text-align: center;
}

/* etc-sp */

/* SP-コラム */

/* SP-企業情報 */
#plan_sp_menu_area {
  display: none;
}

/* SP-セキュリティ */

/* SP-ソリューション＆サービス */

/* SP-研修 */

/* SP-製品 */

/* SP-トピックス・セミナー＆イベント */

/* SP-フッタメニュー */

.task_box p {
  margin-top: 0;
}

.pca-contact {
  padding-top: 10px;
}

.pca-contact h2 {
  margin-top: 0;
  width: 100%;
}

.contact-btn a {
  color: #fff;
}

ul.request_list {
  list-style-type: none;
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  #page {
    width: 100%;
  }
  a.link {
    word-break: break-all;
  }
  h1 {
    font-size: 18px !important;
    padding: 10px 8px 8px;
  }
  h2 {
    font-size: 16px !important;
    padding: 8px 6px 6px;
  }
  #content h3 {
    padding: 8px;
  }
  #content h4 {
    padding: 3px 6px 1px;
  }
  p {
    line-height: 1.65 !important;
    margin: 14px 0 0;
  }
  ul, ol {
    padding-left: 1.2em;
  }
  table {
    font-size: 12px;
  }
  table thead th, table tbody th, table tbody td, table tfoot th, table tfoot td {
    padding: 5px 4px 4px 4px;
    word-break: break-all;
  }
  pre {
    overflow: auto;
    white-space: pre-wrap;
  }
  table.views-table {
    border-spacing: 4px 0;
  }
  table.views-table td {
    word-break: normal;
  }
  table.views-table td a {
    background-positon: right -107px;
  }
  #main input[type="text"], #main input[type="email"], #main input[type="submit"] {
    width: 100%;
  }
  .more-link a {
    font-size: 11px;
    background-position: right -107px;
  }
  #sidebar-second ul.inquiry {
    margin: 5px 10px 30px;
  }
  ul.inquiry li a {
    font-size: 14px;
    display: block;
    padding: 10px;
  }
  ul.list0 {
    width: auto !important;
  }
  ul.list0 a {
    word-break: break-all;
    float: none !important;
  }
  ul.list0 li {
    padding-left: 0;
    width: auto !important;
    float: none;
  }
  .PDF, ul.pdf, .DOC, .MOV, .AUD {
    word-break: break-all;
  }
  .node-education .DOC {
    white-space: nowrap;
  }
  .top_column_box {
    height: 128px;
    width: 28%;
  }
  .top_column_list_inner {
    width: 100%;
  }
  .top_column_box {
    margin: 3px;
  }
  .bt-before, .bt-next {
    font-size: 12px !important;
    background-size: 30px auto !important;
    line-height: 1.4;
    display: block !important;
    width: auto !important;
    padding: 10px 0 !important;
  }
  .bt-before {
    padding-left: 36px !important;
    padding-right: 8px !important;
  }
  .bt-next {
    padding-left: 8px !important;
    padding-right: 36px !important;
  }
  .bt-before br, .bt-next br {
    display: none;
  }
  .node-column hr {
    margin: 20px 0;
  }
  .node-column p.division {
    font-size: 12px;
    margin-right: 20px;
  }
  .node-column p.status {
    font-size: 14px;
    margin: 3px 20px 10px 0;
  }
  #search_area {
    padding: 0 5px 10px;
  }
  #search_area h2 {
    font-size: 16px;
  }
  #content #search_area h3 {
    font-size: 14px;
    background-position: 5px 12px;
    margin: 10px 0;
    padding: 10px 10px 8px 30px;
  }
  .search_wrapper {
    width: 100%;
    margin: 0px auto;
  }
  .box_sysinfra, .box_security {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    background-repeat: repeat-x;
  }
  .search_left, .search_right {
    width: 100%;
    float: none;
  }
  .search_inner {
    height: auto !important;
    padding: 5px 0 !important;
  }
  .search_inner table tbody td {
    font-size: 12px;
  }
  #content .search_inner h4 {
    padding: 15px 15px 0;
    font-size: 14px;
  }
  .search_inner h4 a {
    font-size: 14px;
  }
  .box_facility, .box_education {
    width: 47% !important;
    height: 250px !important;
    margin-right: 8px;
  }
  a.search_readmore {
    position: inherit;
    text-align: right;
    right: 0;
    margin-top: 10px;
  }
  .search_right .search_inner table td {
    display: block;
    width: 100% !important;
  }
  .search_inner table {
    font-size: 12px;
    line-height: 1.4;
  }
  #node-2412 .search_center .search_inner table td {
    display: block;
  }
  .twitter-int {
    position: inherit;
    text-align: center;
    margin: 5px auto;
  }
  .youtube-int {
    position: inherit;
    text-align: center;
    margin: 5px auto;
  }
  ul.related_info_list li {
    width: 100%;
  }
  .page-node-2397 a#logo,
  .page-node-2398 a#logo,
  .page-node-2399 a#logo,
  .page-node-2400 a#logo,
  .page-node-2401 a#logo,
  .page-node-2402 a#logo,
  .page-node-2720 a#logo {
    background-image: url(/assets/NDIL/sites/all/themes/basic/images/logo-e-sp.png);
    background-size: 100% auto;
    background-position: bottom left;
  }
  #block-menu-menu-english-menu {
    border-bottom: 2px solid #6485c1;
  }
  #block-menu-menu-english-menu ul.menu {
    min-height: inherit;
    background: none;
  }
  #block-menu-menu-english-menu ul.menu li {
    background: none;
    padding: 4px 7px;
  }
  #block-menu-menu-english-menu ul.menu li a {
    font-size: 16px;
    color: #777;
    padding: 0;
  }
  #node-2397 div.clearfix .f_left, #node-2397 div.clearfix .f_right {
    float: left;
  }
  #node-2397 p.status {
    max-width: 180px !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
  }
  #node-2397 hr {
    display: none;
  }
  #node-2397 div.clearfix {
    margin: 10px 0 !important;
  }
  #node-2401 img {
    margin: 0 !important;
  }
  #block-block-23 #footer-copy-area img {
    width: 50%;
  }
  #content-area .node-inner {
    margin: 0 10px;
  }
  #back-top {
    right: 10px !important;
  }
  #back-top a, #back-top-prev a {
    width: 40px;
  }
  #back-top span#button {
    width: 40px;
    height: 40px;
  }
  #content-area img {
    max-width: 100%;
    height: auto;
  }
  .nivoSlider img {
    max-width: none !important;
  }
  .item-list .pager li {
    font-size: 13px;
    margin-left: 0.4em;
  }
  dl.define dt, dl.define2 dt {
    padding-top: 10px;
    padding-left: 0;
  }
  dl.define dd, dl.define2 dd {
    margin-left: 0;
    padding-left: 0;
  }
  #content-area #node-2412 .node-inner {
    margin: 0;
  }
  div#nttdatajpn-tab-nav ul {
    font-size: 12px !important;
    margin-right: 3px !important;
  }
  div#nttdatajpn-tab-nav ul li {
    background-position: left 0.5em !important;
    padding: 2px 2px !important;
  }
  div#nttdatajpn-tab-nav ul li a, div#nttdatajpn-tab-nav ul li em {
    padding: 5px 4px !important;
  }
  table.ordbtbl tbody th {
    background-size: 25px auto;
    line-height: 1.2;
    font-size: 13px !important;
    padding: 5px 27px 4px 5px !important;
    width: auto !important;
    vertical-align: middle;
  }
  .scroll-tbl table.ordbtbl tbody th,
  .node-topics table th, .node-seminar table th {
    width: 25% !important;
  }
  .node-topics .scroll-tbl table th, .node-seminar .scroll-tbl table th {
    width: auto !important;
  }
  .node-solutions img, .node-products img {
    margin-left: 0 !important;
  }
  fieldset, legend {
    width: 100%;
  }
  .scroll-wus {
    overflow: auto;
  }
  .scroll-wus img {
    min-width: 800px;
  }
  .scroll-wus::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-wus::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll-wus::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  table.views-table td {
    display: block;
  }
  table.views-table td.views-field-created {
    border: none;
    padding-bottom: 0;
    width: 100% !important;
  }
  table.views-table td.views-field-title {
    padding-top: 0;
  }
  .node-type-column h1 {
    margin: 0;
  }
  .node-column iframe + h2 {
    margin-top: 10px;
  }
  .no-left, .no-center, .no-right, .no-2col {
    float: inherit !important;
    width: 100% !important;
  }
  .no-center, .no-right {
    padding: 0 !important;
  }
  .number-int p {
    height: auto !important;
    font-size: 12px !important;
  }
  .node-column iframe, .node-topics iframe, .node-seminar iframe, .node-column-pci iframe, .node-column-vulner iframe, .node-oracle-supportletter iframe, .node-bigdata iframe, #node-1947 iframe, .node-column-topics iframe {
    width: 100px !important;
  }
  .node-column iframe#twitter-widget-1, .node-column-pci iframe#twitter-widget-1, .node-topics iframe#twitter-widget-1, .node-seminar iframe#twitter-widget-1, .node-column-vulner iframe#twitter-widget-1, .node-oracle-supportletter iframe#twitter-widget-1, .node-bigdata iframe#twitter-widget-1, #node-1947 iframe#twitter-widget-1, .node-column-topics iframe#twitter-widget-1,
  .node-column iframe#twitter-widget-2, .node-column-pci iframe#twitter-widget-2, .node-topics iframe#twitter-widget-2, .node-seminar iframe#twitter-widget-2, .node-column-vulner iframe#twitter-widget-2, .node-oracle-supportletter iframe#twitter-widget-2, .node-bigdata iframe#twitter-widget-2, #node-1947 iframe#twitter-widget-2, .node-column-topics iframe#twitter-widget-2 {
    width: 75px !important;
  }
  .node-column-vulner iframe.hatena-bookmark-button-frame {
    width: 50px !important;
  }
  .node-column .f_left, .node-column .f_right,
  .node-column-pci .f_left, .node-column-pci .f_right,
  .node-column-vulner .f_left, .node-column-vulner .f_right,
  .node-oracle-supportletter .f_left, .node-oracle-supportletter .f_right {
    width: auto !important;
    float: left;
  }
  .node-column .f_left img, .node-column .f_right img {
    margin-right: 5px;
  }
  .node-column ul.list0 {
    width: auto;
  }
  .node-column ul.list0 li, .node-column ul.list0 li:first-child {
    width: 100% !important;
    line-height: 1.6;
  }
  .node-column h3.fst {
    background-size: 12% auto !important;
    font-size: 16px !important;
    padding: 5px 0 4px 40px !important;
  }
  dl.divider dd, dl.divider dd a {
    margin-left: 3px;
  }
  .Partition.f_left, .Partition.f_right {
    width: 100% !important;
  }
  #node-555 .logo, #node-555 .logo-only {
    float: none;
    margin: 20px auto !important;
    width: 100% !important;
    height: auto !important;
  }
  #node-2157 .f_left, #node-2157 .f_right,
  #node-2313 .f_left, #node-2313 .f_right,
  #node-2322 .f_left, #node-2322 .f_right {
    margin-bottom: 5px;
  }
  #node-2157.node-column p.division,
  #node-2313.node-column p.division,
  #node-2322.node-column p.division {
    margin: 0;
    min-width: 260px;
  }
  #node-2157.node-column img.f_left,
  #node-2313.node-column img.f_left,
  #node-2322.node-column img.f_left {
    width: 70px !important;
  }
  .question_Box {
    width: 100% !important;
  }
  .question_image, .answer_image {
    width: 50px !important;
  }
  .arrow_question, .arrow_answer, .arrow_question-hako {
    width: 77% !important;
  }
  .arrow_question::after, .arrow_question::before, .arrow_question-hako::before {
    right: 99.5% !important;
  }
  div.method_box {
    padding: 0 10px !important;
  }
  h2.coffeebreak {
    padding-left: 40px !important;
  }
  #node-2205 table td {
    width: auto !important;
  }
  #node-2060 p, #node-2258 p {
    padding: 0 !important;
    margin: 0 !important;
  }
  #content h3.winerecom {
    background-position: left center !important;
    line-height: 1.2 !important;
    margin-top: 0;
  }
  #node-2644 .f_left, #node-2644 .f_right {
    float: none;
  }
  #node-2258 img {
    display: block;
    margin: 10px auto;
  }
  .note {
    width: auto !important;
  }
  #node-2666 p.status + p {
    top: -90px !important;
  }
  #node-2648 table th:first-child, #node-2651 table th {
    white-space: nowrap;
  }
  #node-2651 .scroll-tbl table th {
    min-width: inherit !important;
  }
  #node-2652 table, #node-2706 table {
    width: 100% !important;
  }
  #node-2706 table th {
    width: auto !important;
  }
  #node-2251 h4 + table th {
    width: 80px !important;
  }
  #node-2296 table th {
    white-space: nowrap;
  }
  #node-2635 table td, #node-2641 table td {
    word-break: normal;
  }
  #node-2638 .scroll-tbl table th, #node-2596 table th, #node-2177 table th {
    min-width: inherit !important;
    white-space: nowrap;
  }
  table.views-table td.ymd {
    border-bottom: none;
  }
  .corp-tbl {
    overflow: auto;
    white-space: nowrap;
  }
  .corp-tbl::-webkit-scrollbar {
    height: 5px;
  }
  .corp-tbl::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .corp-tbl::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .presi-pic {
    padding: 0 0 0 10px !important;
  }
  .presi-pic img {
    width: 130px !important;
  }
  #node-2399 .scroll-tbl table {
    min-width: 600px;
  }
  #node-489 table td img, #node-2399 table td img {
    width: 60px !important;
    max-width: inherit !important;
  }
  #node-2399 .scroll-tbl table td img {
    /*		width: auto !important;*/
    width: 100% !important;
  }
  #node-489 table td img[src*="/securitymark.png"], #node-2399 table td img[src*="/securitymark.png"] {
    width: 120px !important;
  }
  #node-489 .corp-tbl table td img {
    width: 100% !important;
  }
  #node-491 img {
    margin-left: 0 !important;
  }
  #node-494 .f_right {
    width: auto !important;
  }
  #node-494 h4 {
    margin-bottom: 0 !important;
  }
  #node-494 h5 {
    margin: 20px 0 0 !important;
  }
  #node-2197 .f_left, #node-2197 .f_right {
    float: none;
  }
  #node-2197 ul li {
    padding: 0 !important;
  }
  #plan_sp_menu_area {
    display: block;
  }
  #node-1731 ul.list0.f_left {
    width: auto !important;
  }
  #node-567 div.clearfix img.f_right,
  #node-568 div.clearfix img.f_right {
    width: 100px !important;
    padding: 0 0 5px 5px;
    margin-top: 0 !important;
  }
  #node-567 div.clearfix p.f_left,
  #node-568 div.clearfix p.f_left,
  #node-569 .f_left, #node-569 .f_right,
  #node-678 div.clearfix p.f_right,
  #node-679 div.clearfix p.f_right,
  #node-680 div.clearfix p.f_right {
    width: auto !important;
    float: none;
  }
  #node-569 img, #node-549 img {
    margin: 0 auto !important;
    padding: 0 !important;
    display: block;
  }
  #node-549 dl.define.f_left {
    float: none;
    width: auto !important;
  }
  #node-549 div.clearfix > img.f_right {
    float: none;
    margin-top: 10px !important;
  }
  .page-node-2672 h1, .page-node-2586 h1, .page-node-2222 h1 {
    padding-right: 90px;
  }
  .logdiver-pic {
    top: -70px !important;
    right: 5px !important;
    left: inherit !important;
    width: 90px !important;
  }
  .scrlogo-pic {
    top: -85px !important;
    right: 5px !important;
    left: inherit !important;
    width: 100px !important;
  }
  .lastline-pic {
    top: -70px !important;
    right: 5px !important;
    left: inherit !important;
    width: 100px !important;
  }
  #node-678 div.clearfix p.f_left,
  #node-679 div.clearfix p.f_left,
  #node-680 div.clearfix p.f_left {
    margin: 0 5px 0 0;
  }
  #node-678 div.clearfix p.f_left img,
  #node-679 div.clearfix p.f_left img,
  #node-680 div.clearfix p.f_left img {
    width: 90px !important;
  }
  #node-458 div.clearfix .f_left, #node-458 div.clearfix .f_right {
    float: none;
    width: auto !important;
  }
  #node-458 iframe {
    width: 280px !important;
  }
  #node-458 div.clearfix > p {
    float: none !important;
  }
  table tbody th.s_level {
    width: 40px !important;
  }
  h3 a.contact_link {
    position: inherit !important;
    top: 6px !important;
    text-align: right;
  }
  #node-1985 .ordb-img2 {
    background-position: center top !important;
    padding: 210px 0 0 0 !important;
  }
  #node-1985 .clearfix a.f_right {
    padding-top: 20px !important;
    width: 100%;
    text-align: center;
  }
  #node-1984 dl.define2.three {
    background-size: 150px auto;
    padding-right: 155px !important;
    background-position: right center !important;
  }
  #node-1984 dl.define2.three ul li {
    font-size: 12px;
  }
  #node-2274 .f_left, #node-2274 .f_right, #node-2274 dl.define2 {
    float: none;
    width: auto !important;
  }
  #node-2274 img {
    display: block;
    margin: 0 auto !important;
  }
  #node-452 div.clearfix > .f_left {
    float: none;
    text-align: center;
    margin: 10px 0 !important;
  }
  #node-452 ul li, #node-448 ul li {
    padding-left: 0 !important;
  }
  #node-578 div.clearfix > .f_left {
    float: none;
    width: auto !important;
  }
  #node-507 p {
    width: auto !important;
  }
  #node-507 .call-pic {
    width: 100px !important;
  }
  #node-507 ul li, #node-507 ul li span {
    width: auto !important;
    float: none !important;
    display: block;
  }
  #node-632 img, #node-673 img {
    margin: 0 !important;
  }
  #node-2228 div.clearfix p > img.f_left {
    width: 180px;
    padding-right: 10px !important;
  }
  #node-2228 p {
    margin-left: 0 !important;
  }
  #node-2228 div.clearfix > .f_left, #node-514 div.clearfix > .f_left, #node-2266 div.clearfix > .f_left {
    width: auto !important;
    float: none;
  }
  #node-514 p > a > img {
    width: 50%;
  }
  #node-514 div.clearfix > .f_left > a > img {
    width: 100% !important;
  }
  #node-2263 p, #node-2265 p, #node-2267 p {
    padding-left: 0 !important;
  }
  #node-2266 div.clearfix > .f_left + .f_right {
    float: none !important;
  }
  #node-2267 table th, #node-2268 table th {
    width: 30% !important;
  }
  #node-516 ul li strong {
    margin-left: 0 !important;
  }
  .scroll-tbl {
    overflow: auto;
  }
  .scroll-tbl table {
    min-width: 800px;
  }
  .scroll-tbl table th {
    min-width: 90px;
  }
  .scroll-tbl::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-tbl::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll-tbl::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .ibm-logo {
    position: absolute !important;
    top: -65px !important;
    right: 5px !important;
    left: inherit !important;
    width: 70px !important;
  }
  #node-518 h2, #node-1938 h2, #node-1940 h2, #node-1942 h2, #node-1941 h2, #node-1943 h2, #node-1990 h2, #node-1991 h2, #node-2344 h2, #node-1998 h2, #node-515 h2 {
    margin-top: 30px !important;
  }
  .page-node-518 h1.title, .page-node-1938 h1.title, .page-node-1940 h1.title, .page-node-1941 h1.title, .page-node-1942 h1.title, .page-node-1943 h1.title, .page-node-1991 h1.title, .page-node-1990 h1.title, .page-node-1998 h1.title {
    padding-right: 80px;
  }
  #node-2162 div.clearfix > .f_left, #node-2162 div.clearfix > .f_right {
    float: none;
    width: auto !important;
  }
  #node-2162 div.clearfix > .f_left {
    text-align: center;
  }
  #node-2162 p.clearfix > img.f_left {
    width: 160px;
  }
  #node-2324 div.clearfix > img.f_left {
    width: 90px;
  }
  #node-2324 div.clearfix > ul.f_left {
    width: 60% !important;
  }
  #node-536 img {
    margin: 10px auto !important;
    display: block;
  }
  #node-541 div.clearfix > p.f_left, #node-541 div.clearfix > p.f_right {
    width: auto !important;
    float: none;
  }
  #node-541 div.clearfix > p.f_left > img {
    margin: 0 auto !important;
    display: block;
  }
  .lifek-logo {
    position: absolute !important;
    top: -65px !important;
    right: 5px !important;
    left: inherit !important;
    width: 100px !important;
  }
  .splunk-logo {
    position: absolute !important;
    top: -65px !important;
    right: 5px !important;
    left: inherit !important;
    width: 90px !important;
  }
  #node-2344 div.clearfix > img.f_left, #node-2344 div.clearfix > ul.f_right {
    width: auto !important;
    float: none;
    display: block;
    margin: 10px auto !important;
  }
  #node-623 img {
    margin: 0 !important;
  }
  #node-535 div.clearfix > p {
    width: auto !important;
    float: none;
    margin-left: 5px !important;
    display: inline-block !important;
  }
  #node-2567 table th {
    width: auto !important;
  }
  #node-2318 ul.product li {
    width: auto !important;
  }
  #node-2318 div.clearfix img.f_right {
    padding: 0 !important;
    float: none;
  }
  #node-2112 table {
    width: auto !important;
    font-size: inherit !important;
  }
  #node-2112 table tbody tr td:first-child {
    width: 30% !important;
  }
  #node-1952 table th, #node-1992 table th {
    width: auto !important;
  }
  #node-1952 table td:first-child, #node-1952 table td:nth-child(2) {
    width: 22%;
  }
  #node-1952 img, #node-1975 img {
    margin: 10px 0 !important;
  }
  #node-2129 table th {
    width: auto !important;
  }
  #node-1460 img, #node-1117 #topics p {
    float: none !important;
  }
  #node-1117 img {
    margin: 0 auto;
    display: block;
  }
  #node-1091 div.clearfix > div {
    float: none !important;
    width: 100% !important;
    padding: 0 0 10px !important;
  }
  #node-1187 p {
    float: none !important;
  }
  #node-1187 table.spec {
    width: auto !important;
  }
  #node-1177 ul li {
    width: auto !important;
    float: none !important;
    display: block;
    margin: 10px 0 !important;
  }
  #node-1366 div {
    float: none !important;
  }
  #node-1517 div.clearfix img {
    float: none;
    margin: 0 !important;
  }
  #node-1296 a img {
    width: 60px;
    max-width: inherit !important;
  }
  #site-map .site-map-box ul {
    font-size: 13px;
  }
  #site-map .site-map-box ul ul {
    padding-left: 0.5em;
  }
}

/* 追加 */
.c-block-content-bottom ul {
  margin: initial;
}

/* 追加 */
.c-block-content-bottom h1 {
  background-color: initial;
  border: initial;
  border-bottom: initial;
  font-size: 1.2rem;
  font-weight: initial;
  line-height: initial;
  margin: 15px 0 0;
  padding: initial;
}

/* 追加 */
@media screen and (max-width: 991px) {
  .c-block-content-bottom ul {
    padding-left: initial;
  }

  .c-block-content-bottom h1 {
    font-size: 1.2rem !important;
  }
}