@charset "UTF-8";
/* =========================================================
   Pieces
========================================================= */


/* navigationNotice
---------------------- */
#navigationNotice {

}

/* common header
----------------------------------------------- */
#commonHeader {
  min-height: 120px;
  padding: 10px 20px 0 10px;
  background-image: url("/ccell/css/themes/joruri/coc/base/base/images/header-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#commonHeader .logo {
  float: left;
}
#commonHeader .logo a {
  display: block;
}
#commonHeader .menu {
  float: right;
}
#commonHeader .menu .upperMenu {
  margin-bottom: 8px;
}
#commonHeader .menu .lowerMenu a,
#commonHeader .menu .lowerMenu form {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/* Search box
---------------------- */
/*
#cse-search-box {
  width: 332px;
}*/
#cse-search-box div {
  padding: 0;
}
#cse-search-box input[type="text"] {
  display: block;
  float: left;
  /*width: 265px;*/
  width: 151px;
  height: 27px;
  line-height: 17px;
  padding: 0 0 0 5px !important;
  border: 1px solid #000 !important;
}
#cse-search-box input[type="submit"] {
  display: block;
  float: left;
  width: 60px;
  height: 29px;
  line-height: 19px;
  background: #fff;
  border: 1px solid #000;
  border-right: 0;
  cursor: pointer;
}
.gsc-selected-option-container {
  width: auto !important;
}

/* global navi
----------------------------------------------- */
#globalNavi {
  width: 730px;
}
#globalNavi ul li {
  width: 98px;
  height: 98px;
  float: left;
  margin-right: 60px;
}
#globalNavi ul li.last {
  margin-right: 0;
}

/* breadCrumbs
------------------------------- */
#breadCrumbs {
  margin: 25px 0 0 20px;
}
#breadCrumbs a {
  color: #000;
  text-decoration: none;
}

/* pageTitle
----------------------------------------------- */
#pageTitle {
  margin-bottom: 20px;
}
#pageTitle h1 {
  font-size: 110%;
  font-weight: bold;
}

/* side-menu
----------------------------------------------- */
#sideMenu {
  width: 220px;
  margin-top: 20px;
}
#sideMenu ul li {
  height: 60px;
  margin-bottom: 20px;
}
#sideMenu ul li a img:hover{
  opacity: 0.7;
}

/* Tab
----------------------------------------------- */
#docTab .tabs {
  background-color: #3e6eb4;
}
#docTab .tabs:after {
  content: "";
  clear: both;
  display: block;
}
#docTab .tabs span {
  float: left;
  width: 33.33%;
}
#docTab .tabs span a {
  display: block;
  min-height: 33px;
  line-height: 33px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666;
  filter: dropshadow(color=#666666, offX=1, offY=1);
}
#docTab .tabs span a.news {
  background-color: #64aa44;
}
#docTab .tabs span a.event {
  background-color: #cd5521;
}
#docTab .wrapper {
  padding: 10px;
  border: 5px solid #64aa44;
  background-color: #fff;
}
#docTab .wrapper.news {
  border-color: #64aa44;
}
#docTab .wrapper.event {
  border-color: #cd5521;
}
#docTab .wrapper .content ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #c3c3c3;
}
#docTab .content dl {
  display: flex;
  flex-wrap: wrap;
}
#docTab .content dl dt,
#docTab .content dl dd {
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 1px solid #c3c3c3;
}
#docTab .content dl dt {
  width: 20%;
}
#docTab .content dl dd {
  width: 73.4%;
}
#docTab .content dl a {
  margin-right: 10px;
}
#docTab .wrapper .links {
  padding: 10px 0 0;
}
#docTab .wrapper .links:after {
  content: "";
  clear: both;
  display: block;
}
#docTab .wrapper .links .feed {
  float: left;
}
#docTab .wrapper .links .more {
  float: right;
}
.feed a {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 6px;
  border-radius: 3px;
  background-color: #64aa44;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
#docTab .wrapper.news .links .feed a {
  background-color: #64aa44;
}
#docTab .wrapper.event .links .feed a {
  background-color: #cd5521;
}

/*  footer
----------------------------------------------- */
#footer {
  clear: both;
  width: 960px;
  margin: 0 auto;
}
#footerContainer {
  padding-top: 10px;
}
#footerBody {
  height: 1%;
  border-bottom: 2px solid #666;
}
#commonFooter {
  padding: 0 0 10px 20px;
  background: #fff;
}/*
#commonFooter ul {
  padding: 0;
  border: 0 none;
  overflow: hidden;
  width: 33em;
  margin: 0 0 20px auto;
}
#commonFooter ul li {
  width: 33.3%;
  white-space: normal;
}
#commonFooter ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#commonFooter ul li:first-child {
  padding-left: 0;
}
#commonFooter ul li:last-child {
  float: right;
  width: 33.4%;
  padding-right: 0;
}
#commonFooter ul li a {
  display: block;
  padding: 0 5px;
  border-left: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
}*/
#commonFooter ul:before, #commonFooter ul:after {
  content: "";
  display: table;
}
#commonFooter ul:after {
  clear: both;
}
#commonFooter ul {
  width: 32em;
  margin: 0 0 0 auto;
  *zoom: 1;
}
#commonFooter li {
  float: left;
}
#commonFooter li a {
  display: block;
  padding: 0 1em;
  border-left: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
}

/*  doc
----------------------------------------------- */
#pageTitle {
  margin-bottom: 1em;
}
#pageTitle h1 {
  color: #3e6eb4;
  font-size: 220%;
  font-weight: bold;
}
.contentArticleDoc .header {
  margin-bottom: 30px;
  padding: 10px;
  border-top: 1px solid #3e6eb4;
  border-bottom: 1px solid #3e6eb4;
}
.contentArticleDoc .header h1 {
  margin-bottom: 10px;
  color: #3e6eb4;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.contentArticleDoc .header .publishedAt {
  text-align: right;
}
.contentGpArticleDoc .back,
.contentArticleDoc .back {
  text-align: center;
}
.contentGpArticleDoc .back a,
.contentArticleDoc .back a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3e6eb4;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.contentArticleAttribute h2.date,
.contentArticleRecentDocs h2.date,
.contentArticleDocs h2.date {
  margin-bottom: 0.5em;
  padding: 5px 10px;
  background-color: #eee;
  font-weight: bold;
}
.contentArticleCategory ul,
.contentArticleAttribute h2.date + ul,
.contentArticleRecentDocs h2.date + ul,
.contentArticleDocs h2.date + ul {
  list-style-type: disc;
  margin: 0 10px 1em 2em;
}
.contentArticleCategory .attributes .separator,
.contentArticleCategory .attributes .unit,
.contentArticleRecentDocs .attributes .separator,
.contentArticleRecentDocs .attributes .unit,
.contentArticleDocs .attributes {
  display: none;
}
#contentBody {
  position: relative;
}
.contentArticleCategory .feed,
.contentArticleAttribute .feed,
.contentArticleRecentDocs .feed,
.contentArticleDocs .feed {
  position: absolute;
  right: 0;
  top: 1.5em;
}
.contentArticleCategory .feed a,
.contentArticleAttribute .feed a,
.contentArticleRecentDocs .feed a,
.contentArticleDocs .feed a {
  background-color: #3e6eb4;
}
.contentArticleCategory .latest h2 {
  display: none;
}
.more {
  text-align: right;
}


/* list
--------------- */
.contentArticleDoc .mceTmpl ol {
  margin: 0 0 0 2em;
}
.mceTmpl .non-list,
.mceTmpl .nonList {
  margin: 0 0 0 1em;
}
.mceTmpl .num-list,
.mceTmpl .numList {
  margin: 0 0 0 1em;
}
.mceTmpl .ic-list,
.mceTmpl .icList {
  margin: 0 0 0 1em;
  list-style-type: none;
}

.mceTmpl .ic-list li,
.mceTmpl .icList li {
  padding: 0 0 0 10px;
  background-image: url("/ccell/css/themes/joruri/coc/base/print/images/ic-list01.gif");
  background-repeat: no-repeat;
  background-position: left 0.5em;
  list-style-type: none!important;
}
.mceTmpl .ic-list li a,
.mceTmpl .icList li a {
  _display: inline-block;
}
.mceTmpl .ya-list,
.mceTmpl .yaList {
  margin: 0 0 0 1em;
  list-style-type: none;
}
.mceTmpl .ya-list li,
.mceTmpl .yaList li {
  padding: 0 0 0 10px;
  background-image: url("/ccell/css/themes/joruri/coc/base/print/images/ic-list.gif");
  background-repeat: no-repeat;
  background-position: left 0.5em;
 }
.mceTmpl .classList ul {
  margin: 0 0 0 1em;
  list-style-type: none;
}
.mceTmpl .classList .icon li {
  margin: 0 0 0 0.5em;
  padding: 0 0 8px 10px;
  background-image: url("/ccell/css/themes/joruri/coc/base/print/images/ic-list01.gif");
  background-repeat: no-repeat;
  background-position: left 0.5em;
}

/* toiawase
--------------- */
.mceTmpl .toiawase {
  margin-bottom: 10px;
}
.mceTmpl .toiawaseHeader {
  line-height: 1.7;
  padding-left: 10px;
  color: #ffffff;
  border: none;
  background-color: #666666;
}
.mceTmpl .toiawaseBody {
  padding: 5px 5px 5px 5px ;
  border: 1px solid #666666;
}
.mceTmpl .toiawaseBody h3 {
  font-weight: bold;
}
