@charset "utf-8";
/* CSS Document */

/*
===== CONTENTS ===========================================

  01. common style
  02. header
  03. content area
  04. footer
  
==========================================================a
*/
/* -------------------------------------------------------
  01. common style
------------------------------------------------------- */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 93%;
  line-height: 1.4;
}
body,div,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote {
  margin : 0;
  padding: 0;
}
a {
  color: #005696;
}
a:hover {
  text-decoration: underline;
  color: #2e5802;
}
img {
  display: block;
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}
#wrap {
  background: url(/content/000127065.gif) repeat center top;
  font-size: 100%;
}
.clearfix{
    zoom: 1;
}
.clearfix:after{
    content   : ".";
    display   : block;
    height    : 0px;
    clear     : both;
    visibility: hidden;
  overflow  : hidden;
}
*html .clearfix{
  display     : inline-table;
  /*\*/display: block;/**/
}

/* -------------------------------------------------------
  02. header
------------------------------------------------------- */
#header {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
}
#logoSide,
#fontsize {
  display: none;
}

#header h1,
#header .headerlogo {
  height: 65px;
  margin: 0;
  padding: 10px;
  border-top: 5px solid #23445d;
  box-sizing: border-box;
}
#header h1 img,
#header .headerlogo img {
  width: 150px;
}

.headerBtn {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 32px;
  height: 25px;
  padding: 0 0 18px 0;
  cursor: pointer;
  z-index: 99;
}
.headerBtn span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #23445d;
  transition: all .4s;
}
.headerBtn em {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  color: #23445d;
  font-size: 68%;
  font-style: normal;
  text-align: center;
}
.headerBtn span:nth-of-type(1) {
  top: 0;
}
.headerBtn span:nth-of-type(2) {
  top: 10px;
}
.headerBtn span:nth-of-type(3) {
  top: 20px;
}
.headerBtn.open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  transform-origin: center center;
  width: 33px;
  top: 5px;
}
.headerBtn.open span:nth-of-type(2) {
  opacity: 0;
}
.headerBtn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  transform-origin: center center;
  width: 33px;
  top: 25px;
}
.headerBtn.open em {
  opacity: 0;
}

.headerInner {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  background: #1c374c;
}
.headerInner a {
  color: #FFF;
}
.headerInner li {
  list-style: none;
}
#headerLinkArea {
  width: 100%;
}
#headerLinkArea ul {
  display: flex;
  margin: 0;
  padding: 0 1px;
  flex-wrap: wrap;
}
#headerLinkArea li {
  width: 50%;
  box-sizing: border-box;
}
#headerLinkArea li a {
  position: relative;
  display: block;
}
#headerLinkArea li:first-child,
#headerLinkArea li:nth-child(2) {
  padding: 0 9px 25px 9px;
}
#headerLinkArea li:first-child a,
#headerLinkArea li:nth-child(2) a {
  position: relative;
  display: block;
  color: #23445d;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #fff 0%, #cadce8 100%);
}
#headerLinkArea li:first-child a:after,
#headerLinkArea li:nth-child(2) a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  background: url(/content/001288968.png) no-repeat 0 0 / 7px 11px;
}
#headerLinkArea li:first-child a:before {
  content: "検察庁ホームページ";
}
#headerLinkArea li:nth-child(2) {
  order: -1;
}
#headerLinkArea li:nth-child(2) a:before {
  content: "法務省ホームページ";
}
#headerLinkArea li:nth-child(3),
#headerLinkArea li:nth-child(4) {
  padding-bottom: 25px;
}
#headerLinkArea li:nth-child(3) {
  padding-left: 9px;
}
#headerLinkArea li:nth-child(4) {
  padding-right: 9px;
}
#headerLinkArea li:nth-child(3) a,
#headerLinkArea li:nth-child(4) a {
  display: block;
  font-size: 114%;
  line-height: 53px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
}
#headerLinkArea li:nth-child(4) a {
  border-left: none;
}
#headerLinkArea li a img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#headerMainArea {
  width: 100%;
  order: -1;
  padding: 25px 0;
}
#headerMainArea .control {
  padding: 0 10px;
}

.reader {
  margin: 0 0 25px 0;
}
.reader a {
  position: relative;
  display: block;
  color: #23445d;
  font-size: 107%;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #fff 0%, #cadce8 100%);
}
.reader a:before {
  content: "色変更・音声読み上げ・ルビ振り";
}
.reader a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  background: url(/content/001288968.png) no-repeat 0 0 / 7px 11px;
}
.reader a img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#searchArea {
  padding: 0 10px;
}
#searchArea form {
  position: relative;
  padding: 0 95px 0 0;
}
#searchArea input[type="text"] {
  width: 100%;
  height: 35px;
  padding: 5px;
  font-size: 107%;
  box-sizing: border-box;
}
#searchArea button {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 35px;
  font-size: 107%;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
  box-sizing: border-box;
}
#searchArea p {
  float: right;
  margin: 5px 5px 0 15px;
  text-align: right;
}
.mf_finder_container {
  position: static;
  float: none;
}
.mf_finder_searchBox_items_wrapper {
  width: auto;
}
/*gnav*/
#gnavwrap {
  width: 100%;
  order: -2;
  background: #006ab8;
}
#gnav {
  margin: 0;
  padding: 0;
}
#gnav li {
  margin: 0;
  padding: 0;
}
#gnav li + li {
  border-top: 1px solid #6d6d6d;
}
#gnav li a {
  position: relative;
  display: block;
  padding: 16px 10px;
  color: #fff;
  font-size: 120%;
  text-decoration: none;
}
#gnav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/content/001288989.png) no-repeat 0 0 / 20px 20px;
}
#gnav li a span:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 22px;
  margin: 0 12px 0 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 21px 22px;
}
#gnav li a span.gnavHome:before {
  background-image: url(/content/001288981.png);
}
#gnav li a span.gnavAbout:before {
  background-image: url(/content/001288988.png);
}
#gnav li a span.gnavSystem:before {
  background-image: url(/content/001288971.png);
}
#gnav li a span.gnavPublic:before {
  background-image: url(/content/001288980.png);
}
#gnav li a span.gnavProcurement:before {
  background-image: url(/content/001288985.png);
}
/* -------------------------------------------------------
  03. content area
------------------------------------------------------- */
#contentWrap {
  padding: 15px 10px 10px 10px;
}
#contentMainWrap {
  position: relative;
}
#pankuzu {
  font-size: 80%;
  margin: 0 0 -2px 0;
  padding: 15px 10px 0 10px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
}
#pankuzu ul {
  margin: 0;
  padding: 0;
}
#pankuzu li {
  float: left;
  list-style: none;
}
#pankuzu li:before {
  content: ">";
  margin: 0 10px;
}
#pankuzu li:first-child:before {
  content: "";
  margin: 0;
}
.section {
}
#maincolumn,
#contentMainWrap #leftSide {
  position: relative;
  margin: 0 0 25px 0;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.35);
}
#contentMainWrap #rightSide {
  
}
.rightMenu {
  position: relative;
  margin: 0 0 25px 0;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.35);
}
.rightMenu h2 {
  font-size: 153%;
  font-weight: normal;
  padding: 20px 0 14px 10px;
}
.rightMenu ul {
  margin: 0;
  padding: 0;
}
.rightMenu li {
  border-top: 1px solid #e0e0e0;
  list-style: none;
}
.rightMenu li a {
  position: relative;
  display: block;
  padding: 18px 30px 18px 10px;
}
.rightMenu li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 11px;
  margin: -6px 0 0 0;
  background: url(/content/001288974.png) no-repeat 0 0 / 6px 10px;
}
.rightMenu li a.current {
  color: #2e5802;
}
.rightMenu li a.current:before {
  right: 6px;
  width: 17px;
  height: 17px;
  margin: -9px 0 0 0;
  background: url(/content/001288976.png) no-repeat 0 0 / 17px 17px;
}

.arrowLists li {
  border-top: 1px solid #e0e0e0;
  list-style: none;
  position: relative;
}
.arrowLists li a {
  display: block;
  padding: 10px 35px 10px 5px;
  text-decoration: none;
}

.lists a:after,
.arrowLists li a:after,
.rightMenu.otherlinks a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 11px;
  margin: -6px 0 0 0;
  background: url(/content/001288974.png) no-repeat 0 0 / 6px 10px;
}
.lists a:after {
  background: url(/content/001288967.png) no-repeat 0 0 / 6px 10px;
}
#maincolumn .arrowLists {
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
}
#maincolumn .arrowLists li {
  padding: 10px 0;
}
#maincolumn .arrowLists a {
  padding: 0 30px 0 0;
}
#maincolumn .arrowLists a .icons {
  display: inline-block;
  padding: 0 0 0 24px;
}
#maincolumn .arrowLists a .icons:before {
  margin-left: -24px;
}
#pageTop {
  height: 0;
}
#pageTop p {
}
#pageTop a {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  display: block;
  width: 55px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/content/001288975.png) no-repeat 0 0 / 55px 55px;
  overflow: hidden;
}

/* -------------------------------------------------------
  04. footer
------------------------------------------------------- */
#footerWrap {
  background: #23445d;
}
#footerLinkArea {
  background: #eeeded;
  position: relative;
}
#footerLinkArea a.iconGray:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 9px;
  background: url(/content/001288978.png) no-repeat 0 0 / 6px 9px;
}
#footerLinkArea ul {
  margin: 0 auto;
  padding: 15px 10px;
}
#footerLinkArea ul li {
  margin: 15px 0;
  list-style: none;
}
#footerCopyRightArea {
  text-align: center;
}
#footerCopyRightArea p {
  display: inline-block;
  margin: 0;
  padding: 18px 15px 0 15px;
  vertical-align: middle;
}
#footerCopyRightArea .footerLogo {
  width: 155px;
}
#footerCopyRightArea .footerListBtn {
  position: relative;
}
#footerCopyRightArea .footerListBtn a {
  position: relative;
  display: block;
  padding: 0 28px;
  color: #23445d;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #fff 0%, #cadce8 100%);
}
#footerCopyRightArea .footerListBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  background: url(/content/001288968.png) no-repeat 0 0 / 7px 11px;
}
#footerCopyRightArea .footerListBtn a:before {
  content: "各検察庁一覧";
}
#footerCopyRightArea .footerListBtn img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#footerCopyRightArea .copyRight {
  display: block;
  padding: 15px 10px;
  color: #FFF;
  font-size: 80%;
  text-align: left;
}
#footerCopyRightArea .address {
  color: #fff;
  padding: 25px 10px 10px 10px;
  text-align: left;
  line-height: 1.55;
}
#footerCopyRightArea .address a[href^="tel"] {
  color: #fff;
  text-decoration: none;
}
#footerCopyRightArea .access {
  display: block;
  color: #fff;
}
#footerCopyRightArea .access:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(/content/001288990.png) no-repeat 0 0 / 6px 9px;
  margin-right: 5px;
}
#footerCopyRightArea .access + br {
  display: none;
}

