@charset "utf-8";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html {
  overflow-y:scroll;
}
table {
  border-collapse:collapse;
  border-spacing:0;
  font-size:inherit;
  font:100%;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}
ol, ul {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after {
  content:'';
}
abbr, acronym {
  border:0;
}

img {
  vertical-align:top;
}
/* font */
*html body {
  font-family:"ＭＳ Ｐゴシック", sans-serif,;
}
body {
  font-size:14px;
  *font-size:small;
  *font:x-small;
  font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
select, input, textarea {
  font-size:99%;
}
* {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
a:link {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
/* font end */

/*-----------------全共通-----------------*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
html {
}
body {
  width: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
}
@media only screen and (max-width: 640px) {
}
.wrap {
  width:100%;
  text-align:left;
}
.wrap .contents {
  width:990px;
  margin: 0 auto;
  z-index: 0;
}
/*-----------------全共通-----------------*/
/*-----------------header-----------------*/
.header {
    background-color: #ffffff;
    border-top: solid 2px #E7CCAA;
    padding: 10px 0;
    border-bottom: solid 1px #002C41;
}
.header .logo img {
  width: 150px;
}
.header-back {
  height: 70px;
  width: 100%;
}
/*--------------header end-----------------*/

/*-----------------main------------------*/
.main{
  background-color: #ffffff;
}

/*-----------------footnavi------------------*/
.footnavi {
  border-top:solid 2px #E7CCAA;
}
.footnavi .contents{
  padding-top:8px;
}
.footnavi .contents table {
}
.footnavi .contents table tr {
}
.footnavi .contents table tr + tr th {
  border-top: solid 20px #012D42;
}
.footnavi .contents table tr th {
  border-left: solid 10px #012D42;
  width: 240px;
}
.footnavi .contents table tr th:first-child {
  border-left: 0;
}
.footnavi .contents table tr th h3 {
  text-align: left;
  height: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.footnavi .contents table tr td {
  border-right: solid 10px #012D42;
  vertical-align: top;
  background-image: url(/img/dot_navy.png);
  background-repeat: repeat-y;
}
.footnavi .contents table tr td:first-child + * + * + *,
.footnavi .contents table tr td:first-child + * + * + * + * + * + * + * {
  border-right: 0;
}
.footnavi .contents table tr td ul {
}
.footnavi .contents table tr td ul li {
  margin-bottom: 10px;
}
.footnavi .contents table tr td ul li a {
  padding-left: 20px;
  color: #012D42;
  font-size: 16px;
}
.footnavi .contents table tr td ul li a:hover {
  text-decoration: none;

  opacity:0.4;
  filter:alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";

  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footnavi .contents > ul{
  margin-top: 40px;
}
.footnavi.member .contents > ul{
  margin: 0px;
}
.footnavi .contents > ul li{
  display: inline-block;
  *display: inline;
  *zoom:1;
  margin: 0 15px 3px 0;
}
.footnavi .contents > ul li a{
  background-image: url(/img/icon_arrow-white.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  color: #012D42;
  font-size: 16px;
  font-weight:bold;
}
.footnavi .contents > ul li a:hover {
  text-decoration: none;

  opacity:0.4;
  filter:alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";

  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .footnavi{
  }
}
/*-----------------footnavi------------------*/

/*-----------------copy------------------*/
.copy{
}
.copy .contents{
  padding: 20px 0;
}
.copy.member .contents{
  padding:0;
}
.copy .contents p{
  color:#666;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom:1;
  width: 50%;
}
.copy .contents p:first-child + *{
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .copy{
  }
}
/* モーダルが開いたときのずれをなくす */
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
/* /モーダルが開いたときのずれをなくす */
.main .content {
  width:990px;
  margin:0 auto;
}
.csv-button {
  margin-top:5px;
  margin-bottom:15px;
}
.user-name {
  display:inline-block;
  padding:5px 10px 0 0;
  overflow: hidden;
  max-width: 140px;
}
.user-name a {
  position:relative;
}
.userinfo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* max-width: 100px; */
}
#gridmenudataTable {
  width: 200px !important;
}
#filter1dataTable {
  width: 180px !important;
}
#listBoxContentfilter1dataTable {
  width: 100% !important;
}
#verticalScrollBarfilter1dataTable {
  left: 163px !important;
}
/*検索パネル*/
#OrganList .buttonGroup {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
#myboxLabel {
    margin-top: 5px;
}
#organTree li {
    line-height: 0.8;
}
.header ul.menu {
  padding:0;
  font-size:0px;
  margin:0px;
  padding-top:5px;
}

.header ul.menu li {
  border-left:1px solid #AAA;
  display: inline-block;
  text-align: center;
  padding:2px 0;
}
.header ul.menu li.active {
  background-color:#fff6ed;
  font-weight:bold;
  color:#FFF;
  border-left:3px solid #E37100;
}
.header ul.menu li.active a {
  color:#012D42;
  font-size:14px;
  font-weight:bold;
}
.header ul.menu li:last-child {
  border-right:1px solid #AAA;
}
.header ul.menu li a {
  font-size:13px;
  display: block;
  color: #012D42;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.header ul.menu li span {
  font-size:14px;
  display: block;
}
.header ul.menu li a:link,
.header ul.menu li a:hover,
.header ul.menu li a:visited,
.header ul.menu li a:active {
  text-decoration:none;
}
.header .menulist {
  z-index:1000;
  position:absolute;
  background-color: #015a76;
  display:none;
  width:833px;
}
.header .menulist ul {
  padding:0px;
}
.header .menulist ul.menu li {
  text-align:left;
}
.header .menulist ul.menu li:first-child {
  padding-top:5px;
}
.header .menulist ul.menu li:last-child {
  padding-bottom:5px;
}
.header .menulist ul.menu li a,
.header .menulist ul.menu li span {
  font-size:13px;
  line-height:1.6em;
  color: #FFFFFF;
  padding-left:5px;
}
.header .menulist ul.mene li a:hover {
  background-color: #ffffff !important;
}
.onmouse-li {
  background-color: #016687;
}
.onmouse-li a:hover {
  background-color: #FFF6ED; !important;
  color:#012D42 !important;
  font-weight:bold;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
