@import url("/assets/application-5916e347.css");

body {
  font-family: "Lato", sans-serif;
}

#top-menu { 
  padding: 0.4rem;
  background-color: #e57001;
}

#header {
  min-height: 40px;
  padding: 0;
  color: #333;
  background: #fac664;
  position: static;
}

#header h1 {
  margin: 6px;
  font-size: 1.3rem;
}
#header h1 a,
#header h1 a:hover {
  text-decoration: none;
}

#header h1.mobile {
  display: none;
}

#quick-search {
  margin: 6px;
}

#quick-search a {
  color: #333;
}

#main-menu {
  background-color: #000;
  border-top: 1px solid #fff;
  width: 100%;
  position: static;
}
#main-menu li {
  margin: 0;
  padding: 0;
}
#main-menu li a {
  background-color: #000;
  border-right: 1px solid #fff;
  font-size: 90%;
  padding: 4px 8px 4px 8px;
  font-weight: bold;
}
#main-menu li a:hover {
  background-color: #6e6e6e;
  color: #ffffff;
}
#main-menu li a.selected, #main-menu li a.selected:hover {
  background-color: #6e6e6e;
  color: #ffffff;
}
#main-menu li a.new-object {
  background-color:#6e6e6e;
}

#main-menu .menu-children {
  border-right: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  border-left: 1px solid #6e6e6e;
}
#main-menu .menu-children li a {
  border-right: none;
}
#main-menu .menu-children li a:hover {
  background-color: #6e6e6e;
}

#main a {
  color: #214696;
  text-decoration: none;
}
#main a:hover {
  color: #23527c;
  text-decoration: underline;
}

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {
  color:#606060;
  border-bottom: 0px;
}
h4 {
  border-bottom: dotted 1px #c0c0c0;
}

#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
  background-position: 0% 40%;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 3px;
}

#top-menu a.home { background-image: url("/assets/themes/proxsupport/icon_home.png"); }
#top-menu a.my-page { background-image: url("/assets/themes/proxsupport/icon_user.png"); }
#top-menu a.projects { background-image: url("/assets/themes/proxsupport/icon_job.png"); }
#top-menu a.administration { background-image: url("/assets/themes/proxsupport/icon_build.png"); }
#top-menu a.help { background-image: url("/assets/themes/proxsupport/icon_help.png"); }

.flyout-menu span.public-menu a {
  padding-left: 8px;
  line-height: 40px;
  height: 40px;
  display: block;
}
.flyout-menu span.public-menu a:hover {
  text-decoration: none;
}

/* Home画面カスタマイズ */
body.controller-welcome .splitcontent {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 3em;
  flex-direction: column-reverse;
}

body.controller-welcome div.wiki {
  margin-bottom: 5em;
}

body.controller-welcome div.wiki h2 {
  color: #333;
}

body.controller-welcome div.wiki .external {
  padding-left: 0;
  background-image: none;
}

body.controller-welcome div.wiki .external:hover img {
  opacity: 0.9;
}

.alert {
  margin: 2em auto;
  padding: 1em;
  border: 1px solid #e78b8b;
  border-radius: 3px;
  background-color: #ffeeee;
}

.main-view {
  margin: -10px -16px 0;
  background-color: #fac664;
}

.viewwrap {
  max-width: 1140px;
  margin: auto;
  display: flex;
  align-items: center;
}

.viewleft {
  text-align: center;
  flex-basis: 50%;
}

.viewright {
  padding: 2em;
  text-align: center;
  flex: 1;
}

.viewright img {
  max-width: 100%;
}

.viewtext01 {
  font-size: 1.5em;
  display: block;
}
.viewtext02 {
  font-weight: bold;
  font-size: 3.5em;
  display: block;
}
.viewtext03 {
  margin: 1em auto 2em;
  max-width: 20em;
  font-size: 1.1em;
  display: block;
}

#main a.login-btn {
  padding: 0.5em 3em;
  font-size: 1.4em;
  color: #fff;
  background-color: #e57001;
  border-radius: 4px;
  display: inline-block;
}
#main a.login-btn:hover {
  text-decoration:none;
  opacity: 0.8;
}

/* Footerカスタマイズ */
#footer {
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  border-top: 3px solid #2253a3;
  background: #f5f5f5;
}
#footer hr {
  margin: 0;
  height: auto;
  border-top: 1px solid #e5e5e5;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  color: #337ab7;
	text-decoration: none;
}
#footer .office,
#footer .menu {
  max-width: 1140px;
  margin: 0 auto;
}
#footer .office {
  padding: 2em 1em;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .office .logo {
  margin: 0 15px;
}
#footer .office .logo img {
  max-width: 100%;
}
#footer .office .email,
#footer .office .copyright {
  width: 100%;
}
#footer .office .copyright {
  margin-top: 1em;
}
#footer .menu {
  padding: 1em;
}
#footer .menu li {
  margin: 0 1em 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#footer .menu li a {
  line-height: 1;
  display: flex;
  align-items: center;
}
#footer .menu li a::after {
  width: 14px;
  height: 14px;
  background: url("/assets/themes/proxsupport/icon_angle-right.png") no-repeat center top;
  display: inline-block;
  content: "";
}
#footer .menu li a:hover:after {
  background: url("/assets/themes/proxsupport/icon_angle-right.png") no-repeat center -14px;
}

/* News */
.news.box p {
  margin: 0;
  padding: 0.5em 0;
  border-top: 1px solid #d0d7de;
  display: flex;
  flex-wrap: wrap;
}

body.controller-welcome .news.box {
  margin: 0 0 5em;
  background-color: inherit;
  border: none;
  box-shadow: none;
}
body.controller-welcome .news.box h3 {
  font-size: 1.2rem;
}
body.controller-welcome .news.box p {
  border-top: none;
  border-bottom: 1px solid #d0d7de;
}
body.controller-welcome .news.box > a:last-child {
  margin-top: 0.5em;
  float: right;
}
body.controller-welcome .news.box > a:last-child::after {
  content: '>';
}

.news-article {
  margin-bottom: 1em;
  padding: 0.5em;
  border: 1px solid #d0d7de;
  border-radius: 3px;
}

.news-article header {
  display: flex;
  align-items: center;
}
.news-article header h3 {
  font-size: 0.8rem;
}
.news-article header h3 > a:last-child {
  display: block;
  font-size: 1.1rem;
}

.author {
  font-size: 0.9em;
}
.news-article header .author,
.news.box .author {
  margin-left: auto;
  padding-left: 1em;
}
#edit-news + p {
  margin-bottom: 3em;
}
#edit-news + p .author {
  float: right;
}

div#activity dt {
  align-items: flex-start;
}

#comments {
  margin-top: 3em;
}
#comments h3 {
  padding: 5px;
  background-color: #eeeeee;
}
#comments h4 {
  font-size: 0.9em;
  text-align: right;
  border-bottom: none;
}
#comments .wiki {
  margin-bottom: 2em;
  border-bottom: dotted 1px #c0c0c0;
}

@media screen and (max-width: 899px) {
  .viewleft {
    flex-basis: 60%;
  }
  .viewtext02 {
    font-size: 3em;
  }
  .viewtext03 {
    margin-top: 0.5em;
  }
  body.theme-Proxsupport #header {
    height: 70px;
    background-color: #E57001 !important;
    position: fixed;
  }
  body.theme-Proxsupport #header h1.mobile {
    margin: 0;
    padding: 5px 0 0 10px;
    font-size: 18px;
    display: block !important;
  }
  body.theme-Proxsupport #project-jump.drdn {
    height: 40px;
    padding: 0 72px 0 20px;
    top: auto;
    bottom: 0px;
  }
  body.theme-Proxsupport #project-jump .drdn-content {
    top: 50px;
  }
  body.theme-Proxsupport #project-jump .drdn-trigger {
    height: 40px;
    padding: 0 0 0 24px;
  }
  body.theme-Proxsupport .mobile-toggle-button {
    height: 70px;
    line-height: 70px;
  }
  body.controller-welcome .splitcontent {
    padding-top: 1em;
  }
  body.controller-welcome div.wiki h2 {
    font-size: 1.3em !important;
  }
  #main {
    padding: 70px 0 0 !important;
  }
  .flyout-menu {
    background-color: #000 !important;
  }
  .flyout-menu h3 {
    border-top: 1px solid #c36812 !important;
    border-bottom: 1px solid #c36812 !important;
    background-color: #c36812 !important;
  }
}

@media screen and (max-width: 719px) {
  .viewright {
    padding: 1em;
  }
  .viewleft {
    font-size: x-small;
  }
  .viewtext01 {
    font-size: 1.2em;
  }
  .viewtext02 {
    font-size: 2.3em;
  }
}
