/* Base
----------------------------------------------------------------------------------------------------*/

body {
  background: none;
  color: #666;
}

.wrapper {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main,
#top-a,
#top-b,
#bottom-a,
#bottom-b,
#header,
#footer {
  margin-left: 4%;
  margin-right: 4%;
}

#header,
#footer {
  padding-left: 15px;
  padding-right: 15px;
}

#top-a .topline {
  margin: 0px 15px;
  padding: 10px 20px;
  border-radius: 0px;
  background: #fff59d;
  border: none;
  border-left: 5px solid #ff9800;
  position: relative;
}
#top-a .topline p {
  margin-top: 0px;
  font-size: 16px;
}
.deepest > .triangle-left {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff9800;
}
#top-a .topline a {
  color: #000;
}
#top-a .topline a:hover {
  color: #e58100;
  text-decoration: underline;
}
table.mail td {
  padding: 5px;
}

/* Menus
----------------------------------------------------------------------------------------------------*/

/* Top Menu */

#header #menubar {
  border: 1px solid #dadada;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 3px #e2e2e2, inset 1px -1px 2px #ffffff;
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f5f5f5)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f5f5f5 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #f5f5f5 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.menu-dropdown {
  margin-bottom: 0;
}

.menu-dropdown a.level1,
.menu-dropdown span.level1 {
  border-right: 1px solid #dadada;
  border-left: 1px solid white;
  border-top: none;
  border-bottom: none;
  color: #444;
}

.menu-dropdown li:first-child a.level1,
.menu-dropdown li:first-child span.level1 {
  border-left: none;
}

.menu-dropdown li.level1 {
  margin-right: 0;
  padding-bottom: 0;
}

.menu-dropdown a.level1 > span,
.menu-dropdown span.level1 > span {
  padding: 10px 18px 8px 18px;
}

/* Dropdown */

.menu-dropdown .dropdown {
  top: 48px;
  left: -8px;
  border-top: none;
}

.menu-dropdown .dropdown-bg {
  margin: 2px 8px 8px 8px;
}

.menu-dropdown .dropdown-bg > div {
  padding: 0px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.menu-dropdown li.level2 {
  border-top: 1px solid white;
  border-bottom: 1px solid #eee;
}

.menu-dropdown li.level2:first-child {
  border-bottom: 1px solid #eee;
}

.menu-dropdown li.level2:last-child {
  border-bottom: none;
}
.menu-dropdown li.level2 {
  margin: 0px;
  border-top: 1px solid #ddd;
}
.menu-dropdown a.level2,
.menu-dropdown span.level2 {
  color: #444;
  padding: 5px 10px;
}
.menu-dropdown a.level2:hover {
  color: #fff !important;
  background: #2196f3;
}
/* Sidebar Menu */

.menu-sidebar a.level2 {
  color: #666;
}

.menu-sidebar li.level1 {
  border-top: 1px dotted #ddd;
  padding-left: 5px;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  -ms-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}

.menu-sidebar li.level1:hover {
  background: #fafafa;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  -ms-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}

.menu-sidebar a:hover,
.menu-sidebar li > span:hover {
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  transition: color linear 0.2s;
}

/* Tools
----------------------------------------------------------------------------------------------------*/

#menubar .searchbox {
  margin: 10px 10px 0 0;
}

.searchbox {
  width: 100px;
  height: 25px;
  padding: 0 25px 0 30px;
  border: 1px solid #dadada;
  border-radius: 20px;
  background-position: 5px 50%;
  background-color: #fdfdfd;
  -webkit-box-shadow: inset 0 1px 2px #dddddd;
  box-shadow: inset 0 1px 2px #dddddd;
}

* .searchbox input {
  height: 25px;
  -webkit-box-shadow: none;
}

.searchbox.filled button {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.button-default {
  padding: 3px 10px;
  border: 1px solid #e2e2e2;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 1px 1px #e2e2e2, inset 1px -1px 1px #ffffff;
  -webkit-box-shadow: 0px 1px 1px #e2e2e2, inset 1px -1px 1px #ffffff;
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f5f5f5)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f5f5f5 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #f5f5f5 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.button-primary {
  padding: 3px 10px !important;
  font-size: inherit !important;
}

/* Modules
----------------------------------------------------------------------------------------------------*/

.mod-box {
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.075);
}

.mod-box.border-right {
  border-radius: 0;
  border-right: 1px solid #e5e5e5;
  border-left: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mod-box.border-left {
  border-radius: 0;
  border-left: 1px solid #e5e5e5;
  border-right: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mod-box.clean {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent;
}
/* ボタン用 clean2 */
.mod-box.clean2 {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  background: transparent;
}
.mod-box.clean2 .btn {
  padding: 12px 6px;
  font-size: 16px;
}
.module.mod-box.clean2 {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0;
}

.mod-box.border-left.clean {
  border-left: 1px solid #e5e5e5;
}

.mod-box.border-right.clean {
  border-right: 1px solid #e5e5e5;
}

.mod-box.underline h3.module-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.mod-box.underline h3.module-title span.color {
  padding-bottom: 5px;
}

.mod-box.center {
  text-align: center;
}

#bottom-b .mod-box,
.mod-box.transparent {
  background: transparent;
}

#sidebar-a .mod-box.border-right {
  padding-right: 25px;
  margin-right: 10px;
}

#sidebar-b .mod-box.border-left {
  padding-left: 25px;
  margin-left: 10px;
}

.mod-box.striped {
  background: url(../../../images/jdirect/pattern-diagonal-grey.png) white;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

#footer {
  font-size: 80%;
  border-top: 1px solid #e5e5e5;
  padding: 20px 40px 20px 30px;

  color: #8c8c8c;

  text-align: right;
}

#footer .module {
  float: left;
  margin-right: 30px;
  text-align: left;
}

.callout h3 {
  font-size: 20px;
}

.callout a.button-more {
  font-size: 100%;
  padding: 8px 18px;
  margin: 0 20px;
}

.mod-box.callout {
  padding: 20px 18px;
}

.social p {
  padding-top: 20px;
}

.social a {
  padding: 0 3px;
}

/* System
----------------------------------------------------------------------------------------------------*/

button {
  border: 1px solid #c6c6c6;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 1px 1px #c8c8c8, inset 0 1px 0 #f6f6f6;
  box-shadow: 0px 1px 1px #c8c8c8, inset 0 1px 0 #f6f6f6;
  background: #dbdbdb;
  padding: 5px 8px;
  color: #666;
}

input[type="button"] {
  border: 1px solid #000000;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  background: #262626;
  padding: 5px 8px;
  box-shadow: 0px 1px 1px #bfbfbf, inset 0 1px 0 #676767;
}

input,
textarea {
  border: 1px solid #dadada;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 5px;
}
input[type="submit"] {
  padding: 0.5em 1em;
  box-shadow: none;
}
label {
  line-height: 2em;
}

fieldset {
  border-radius: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}

.icon.email,
.icon.print {
  font-size: 11px;
}

#system .title a {
  color: #222;
}

#system .title a:hover {
  color: #666;
}

#system .pagination {
  margin-top: 30px;
  text-align: center;
}

#system .pagination a,
#system .pagination strong {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d7d7d7;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
  height: auto;
  line-height: 1em;
}
#system .pagination strong {
  background-color: #337ab7;
  color: #fff;
  border: 1px solid #2e6da4;
}

#system .pagination a.previous,
#system .pagination a.next {
  font-size: 14px;
  height: auto;
  line-height: 1em;
}

#totop-scroller {
  top: 18px;
}

a.button-more,
p.links a,
.button-primary {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  border-radius: 6px;
  padding: 0 15px;
  color: white;
  /*font-family: MavenProRegular;*/
  font-weight: bold;
  letter-spacing: -1px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
  border: 1px solid #0099c3;
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}

a.button-more:hover,
p.links a:hover,
.button-primary:hover {
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}

/* release */
#system > .description {
  margin-bottom: 10px;
  overflow: hidden;
}
#system > .description > h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 10px 0;
}
h3.release-title {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0.75em;
  margin-bottom: 1em;
}
span.label-release {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  width: 120px;
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
}
ul.list-release {
  list-style: none;
  padding-left: 0px;
}
ul.list-release > li {
  border-bottom: 1px dotted #dddddd;
  padding-left: 130px;
}
ul.list-release > li p:nth-of-type(1) {
  padding-top: 3px;
}
ul.list-release > li > ul {
  padding-bottom: 1em;
}
ul.list-release > li > span.label {
  margin-left: -130px;
}
#system .items .leading .item {
  padding-bottom: 2em;
}

.label-release.label-new {
  background-color: #e1f5fe;
  color: #0288d1;
  border-right: 3px solid #03a9f4;
}
.label-release.label-enhanced {
  background-color: #e8f5e9;
  color: #388e3c;
  border-right: 3px solid #4caf50;
}
.label-release.label-fixed {
  background-color: #f5f5f5;
  color: #616161;
  border-right: 3px solid #9e9e9e;
}
.btn-default {
  color: #333;
  background-color: #fafafa;
  border-color: #e0e0e0;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  color: #000;
  background-color: #f5f5f5;
  border-color: #bdbdbd;
}

/* リリースノートのカテゴリ一覧用 */
section#content #system form table.zebra {
  border: none !important;
}
section#content #system form table.zebra tbody tr:nth-of-type(odd) {
  background: #fff;
}
section#content #system form table.zebra td > a:first-child {
  padding-left: 10px;
  border-left: 5px solid #80cbc4;
  color: #616161;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
section#content #system form table.zebra td > a:hover {
  color: #e58100;
}
section#content #system form table.zebra tbody tr:first-child td {
  border-top: none !important;
}
section#content #system form table.zebra tbody td {
  border-bottom: none !important;
  padding: 16px 0 20px 0;
}
/* ホームの続きをよむ */
p.links a {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 16px;
  color: #FFF;
  font-weight: bold;
  letter-spacing:normal;
  box-shadow: none;
  text-shadow: none;
  border: none;
  transition: box-shadow linear 0.2s;
}
p.links a::before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}
/* リリースノートの記事用 */
#system .releasenote h2.title {
  margin-top: 24px;
}
.releasenote ul.style-none {
  list-style: none;
}
.releasenote .label {
  display: inline;
  padding: 1px 6px 0 6px;
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}
.releasenote .label:first-child {
  margin-left: 12px;
}
.label-designer {
  color: rgb(33, 110, 78);
  background-color: rgb(220, 255, 241);
}
.label-manager {
  color: rgb(174, 46, 36);
  background-color: rgb(255, 236, 235)
}
.label-ios {
  color: rgb(165, 72, 0);
  background-color: rgb(255, 247, 214);
}
.label-windows {
  color: rgb(0, 85, 204);
  background-color: rgb(233, 242, 255);
}
.label-addin {
  color: rgb(33, 110, 78);
  background-color: rgb(220, 255, 241);
}
.label-iot, .label-gateway {
  color: rgb(94, 77, 178);
  background-color: rgb(243, 240, 255);
}
.label-generator {
  color: rgb(174, 46, 36);
  background-color: rgb(255, 236, 235);
}
.label-irepofd {
  color: rgb(165, 72, 0);
  background-color: rgb(255, 247, 214);
}
.label-irepoweb, .label-irepolink, .label-irepopj, .label-irepowf, .label-irepochat {
  color: rgb(68, 84, 111);
  background-color: rgba(9, 30, 66, 0.06);
}

.releasenote .label+.label {
  margin-left: 4px;
}