@charset "UTF-8";

/* Ver. 6.01 M2 INC. 2020/06/05 */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #D7DAE0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/* -----------------------------------------
   FileStocker CSS 2014.1.27 Ver 1.000
   ----------------------------------------- */

/* 基本的なパーツ、属性の設定 */

/*
@page {
   size:    21.0cm 29.7cm;
   margin:  0.5cm;
}
*/
@media print {
  body{ font-size: 9pt; }
}
@media screen {
  body{ font-size: 62.5%; }
}

html {
  /* 基本 10px サイトにより変更 ★ */
  overflow-y:scroll;
}

body, html {
  height: 100%;
  overflow:         visible;
  background-color: #fff;       /* 背景色 ★ */
  background:       white;
  color:            #354A5D;     /* 文字色 ★ */
  text-align:       center;
  line-height: 1.4;
}

body,input {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
textarea{
  font-family: 'Courier New','ＭＳ ゴシック', 'Sans-Serif';
}


/* -- a -- */
a {
  cursor:pointer;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

/* -- FORM -- */
fieldset {
  margin-bottom:1em;
  padding:0 1em 1em 1em;
  border:1px solid #D7DAE0;
}

/* ボタンに対して装飾 2020/06/05 */
input[type="button"] {
  padding: 8px 14px 8px;
  font-size: 1.1em;
  background-image: linear-gradient(0deg, #a7d9f5, #eaf6fd); /* グラデーション */
  border: 1px solid #3c7fb1; /* 枠線 */
  border-radius: 0.3em;      /* 角丸 */
}

/* submit ボタンに対して装飾 2020/06/05 */
input[type="submit"] {
  padding: 8px 14px 8px;
  font-size: 1.1em;
  background-image: linear-gradient(0deg, #a7d9f5, #eaf6fd); /* グラデーション */
  border: 1px solid #3c7fb1; /* 枠線 */
  border-radius: 0.3em;      /* 角丸 */
}
input[type="submit"]:hover {
   /* マウスが上に載ったとき */
   background-image: linear-gradient(0deg, #68d3db, #e5f4fc);
   border: 1px solid #2c628b;
}

select {
  padding: 4px 8px 4px;
  border: 1px solid #3c7fb1; /* 枠線 */
  border-radius: 0.2em;      /* 角丸 */
}



input {
  line-height:1;
  padding: 3px;
  vertical-align: middle;
}

input[type="text"],input[type="ratio"],input[type="chekbox"]{
  /* border:1px solid #D7DAE0; */
  border: 1px solid #3c7fb1;
}
input[type="text"]{
  height: 20px;
  border-radius: 0.2em;      /* 角丸 */
}


textarea {
  line-height:1.4;
  padding: 0;
  vertical-align: middle;
  border:1px solid #D7DAE0;
}

input[type="checkbox"],input[type="radio"] {
  vertical-align:middle;
}


legend {
  padding:0.3em;
  background:#fff;
}


/* --TABLE-- */
table {
  margin-bottom: 20px;
}

td, th {
  border:1px solid;
  padding:0.5em;
}

th {
  font-weight:bold;
  text-align:center;
}

/* clearfix */
.clearfix:after {
  display:block;
  clear:both;
  visibility: hidden;
  height: 0;
  content:".";
}


/* ------------------------------------
     サイトに共通のスタイルの定義
   ------------------------------------ */

/* 画像の下スペースを取る */
.al-bottom {
  vertical-align: bottom;
}

/* フォームオブジェクト 幅指定 */
.width-30 { width: 30% }
.width-40 { width: 40% }

.logtext {
  white-space: pre;
  font-size: 1.2em;
}

/* 注意書きの文字色 */
.disclaim-font-color {
  color: #E55656;
}

/* 注意書きの文字色 省略形 */
.dfcolor {
  color: #E55656;
}

/* 説明強調の文字色 */
.ex-color {
  color: #920000;
}


/* 表示停止のレコード着色 */
.listoff {
  background-color: #ccc !important;
}

/* 表示停止のレコード着色(もっと濃い色) */
.listoff2 {
  background-color: #7d7d7d !important;
}


/* 特定顧客向けのデータ着色 */
.specon {
  background-color: #ffc0cb !important;
}


@media screen and (max-width:  768px){
  .disclaim-font-color,.dfcolor {
    display: block;
  }
  .dfcolor + br {
    display: none;
  }
}

.clear-both {
  clear: both;
}

input.full-textbox-size {
  width: 90% !important;
}

/* リンクテキスト  ★ */
a       {color: #354A5D; text-decoration:underline;}
a:hover {color: #AC8BA4; text-decoration:none;}



/* ------------------------------------
     基本ブロック
   ------------------------------------ */

#wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/* container 大枠 */
#container {
  width: 960px;
  margin: 0 auto;
}
@media screen and (min-width:  100px) {
  #container {
    width: 94%;
  }
}

/*  header ヘッダ */
#header {
  width: 100%;
/*  height: 86px; */
  margin: 0 auto;
  padding:20px 0 0 0;
  background-color: #fff;
}
@media screen and (max-width:  768px) {
  #header {
    padding-top: 0px;
  }
}
@media screen and (max-width:  480px) {
  #header {
    margin-bottom: 20px;
  }
}

/* topnavi  メインナビゲーション */
#topnavi {
  clear:       both;
  bottom:      0px;
  left:        0px;
  text-align:  left;
  /* padding:     0 0 10px 0; */
  padding:     0 0 8px 0;
  /* margin:      0 0 24px 0; */
  margin:      0 0 14px 0;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width:  480px) {
  #topnavi {
    margin-bottom: 0;
  }
}

#content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
/*  z-index: 10;*/
  padding-bottom: 7em;
}

/*
* html #content {
}
*/

#main {
  float:right;
  width: 82%;
  margin:0 0 40px 0;
}

@media screen and (max-width: 768px){
  #main {
    float: none;
    width: 100%;
  }
}

#main-inner {
  margin: 0 auto;
}

#container div#main #main-inner p.sending{
  text-align:center;
  margin:0 0 38px 0;
}

#container div#main #main-inner p.sending input{
  width:100px;
  padding:5px 0;
  cursor:pointer;
}




/* ------------------------------------
     基本ブロック の詳細設定
   ------------------------------------ */

/* sidenavi サイド ナビボタン、検索フォーム */
#sidenavi {
  float: left;
  width: 15%;
}

/* footer フッタ */
#footer {
  clear: both;
  text-align: center;
  background:url(/sysdata/sysimages/bg_footer.gif) repeat-x top #F0F0F0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7em;
}

#footer h4 {
  padding-top: 4.5em;
  line-height: 1;
}



/* ------------------------------------
     全ページで利用する共通の設定
   ------------------------------------ */

#logo {
  float: left;
  width: 55%;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width:  480px) {
  #logo {
    padding-bottom: 0;
  }
}

#header .logout {
  width: 40%;
  float: right;
  padding:10px 0 0 0;
  font-size: 1.1em;
  text-align: right;
}

#header .logout li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 10px;
  height: auto;
}

#header .logout li:first-child {
  margin-right: 10px;
  color: #354A5D;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.03em;
}

.logout li a {
  text-decoration: none;
  border: 1px solid #354A5D;
  padding: 4px 6px;
  font-size: 1.1em;
}

.logout li a:hover {
  color: #fff;
  background: #354A5D;
}
.logout i {
  padding-right: 3px;
  vertical-align: middle;
  vertical-align: sub;
  font-size: 20px;
  color: #AC8BA4;
  display: inline-block;
}
.logout li a:hover i {
  text-decoration: none;
}

@media screen and (max-width:  768px) {
  #logo {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #header .logout {
    float: none;
    width: 100%;
    padding-top: 5px;
  }
  #header .logout i {
    font-size: 16px;
  }
}

#header p.logout img{
  vertical-align:middle;
  padding:0 0 0 14px;
}

#header p.username {
  float: right;
  height: 16px;
  margin: 5px 3px 0px;
  padding: 4px 10px 2px 5px;
  border: solid 1px #acacac;
  background: #eee;
  color: #EB6100;
  font-size: 1.2em;
}
* html #header p.username {
  font-size: 1em;
}

#header p.username span {
  vertical-align: top;
  line-height: 1.4;
}

#header p.auth {
  clear: both;
  float: right;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}


.sp-menu {
  display: none;
}
@media screen and (max-width:  480px){
  .sp-menu {
    position: absolute;
    top: 22px;
    width: 28px;
    display: block;
    padding: 2px;
    border: 2px solid #AC8BA4;
    color: #AC8BA4;
    font-size: 20px;
  }
}

/* トップナビ */
#topnavi li {
  display:inline;
  text-align: center;
  font-size:1.2em;
}
#topnavi li a{
  width: 180px;
  margin:2px 2px 0 0;
  display:block;
  float: left;
  color: #fff;
  background: #AC8BA4;
  padding:11px 0 10px 0;
  border:2px solid #AC8BA4;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#topnavi li a:hover{
  color:#7ABEAD;
  background:#fff;
  border: 2px solid #7CBEAE;
}

#topnavi li.now a,#topnavi li a:active {
  color:#fff;
  background:#7CBEAE;
  border: 2px solid #7CBEAE;
}

#topnavi li span {
  font-weight: bold;
}

@media screen and (max-width:  768px) {
  #topnavi li a {
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width:  480px) {
  #topnavi {
    display: none;
  }
  #topnavi li {
    font-size: 1em;
  }
  #topnavi li a {
    width: 49.3%;
  }
}

/* サイドナビ */
#sidenavi ul{
  padding: 5px 5px 35px;
  margin:0 0 20px 0;
  border-top: 2px solid #D7DAE0;
  border-bottom: 2px solid #D7DAE0;
}

#sidenavi ul li{
  padding:20px 0px 0;
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
}
#sidenavi a {
  color: #354A5D;
  text-decoration: none;
}
#sidenavi ul i {
  padding: 2px 3px;
  margin-right: 8px;
  background: #354A5D;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#sidenavi li a:hover {
  color: #577084;
}
#sidenavi li a:hover i {
  background: #577084;
  color: #fff;
}
#sidenavi li.now a ,#sidenavi li a:active {
  color:#AC8BA4;
}
#sidenavi li.now a i ,#sidenavi li a:active i {
  background: #AC8BA4;
  color: #fff;
}
@media screen and (max-width:  768px) {
  #sidenavi {
    float: none;
    width: 100%;
  }
  #sidenavi ul {
    margin-bottom: 5px;
    padding-bottom: 25px;
  }
  #sidenavi ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 10px;
  }
}
@media screen and (max-width:  480px) {
  #sidenavi ul li {
    display: block;
    padding-right: 0;
  }
}

#sidenavi dl{
  background: #EAEAEA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sidenavi dl dt{
  color: #577084;
  text-align:center;
  padding:20px 0 0;
}
#sidenavi dl i {
  display: block;
  font-size: 60px;
}
#sidenavi dl dd{
  text-align:center;
  padding:0 0 15px;
  color: #577084;
  font-size: 1.2em;
  font-family: 'Francois One', sans-serif;
}
#sidenavi dl dd strong {
  font-size: 1.8em;
  padding-right: 3px;
}
@media screen and (max-width:  768px) {
  #sidenavi dl {
    background: #fff;
    margin-bottom: 15px;
  }
  #sidenavi dl dt {
    display: inline;
    padding-right: 5px;
  }
  #sidenavi dl i {
    display: inline;
    font-size: 20px;
    padding-right: 5px;
  }
  #sidenavi dl dd {
    display: inline;
  }
}
@media screen and (max-width:  480px) {
  #sidenavi dl {
    margin-bottom: 30px;
  }
}

#footer h4 {
  font-size: 1.1em;
  text-align: center;
  color:#354A5D;
}



/* インナーチャイルド メニュー 設定 */
#main-inner div.child-menu {
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 8px;
  background: #EAEAEA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* border-radius: 5px; */
  border: dotted 1px #555;
}
#main-inner div.child-menu ul {
  margin:0;
}
#main-inner div.child-menu ul li {
  display: inline;
}
#main-inner div.child-menu ul a {
  display:block;
  float: left;
  height:22px;
  margin: 0 3px 3px 0;
  padding: 0 10px;
  text-decoration: none;
  border: solid 1px #333;
  background-color: #fff;
  color:#444;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  white-space: nowrap;
}
#main-inner div.child-menu ul li a:hover {
  background-color: #577084;
  color: #ffffff;
}
#main-inner div.child-menu ul li.now a{
  color: #fff;
  background-color: #577084;
}


/* インナーチャイルド 以下詳細メニュー 設定 */
div.childmore-menu {
  margin-left:  0px;
  margin-top:  15px;
  margin-bottom: 15px;
  padding: 10px;
}
div.childmore-menu ul {
  margin: 0px;
}
div.childmore-menu ul li {
  display: inline;
  text-align: center;
}
div.childmore-menu ul li a{
  display:block;
  float: left;
  height:28px;
  margin: 2px 4px 2px;
  padding: 0 20px;
  text-decoration:none;
  border: solid 1px #333;
  background-color: cornsilk;
  color:#444;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
  white-space: nowrap;
}
div.childmore-menu ul li a:hover {
  background: #726250;
  color: #fff;
}
div.childmore-menu ul li.now a {
/*  background: #726250; */
  background: #663333;
  color: #fff;
}
div.childmore-menu h3 {
  float:left;
  margin-bottom: 8px;
  width: 12%;
  padding: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background-color: #726250;
  border: 1px solid #444;
  color: #fff;
}

div.childmore-menu h3.addbtn {
  float: left;
  margin-bottom: 8px;
  margin-left: 8px;
  width: 20%;
  padding: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background-color: cornsilk;
  border: 1px solid #444;
  color: #444;
}




/* タイトル文字など */

#header h1.logo {
  font-family: 'Francois One', sans-serif;
  color: #354A5D;
  font-size: 3.5em;
  letter-spacing: 0;
}
@media screen and (max-width:  480px) {
  #header h1.logo {
    font-size: 2.8em;
    text-align: center;
  }
}

#main h2.ptitle {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 2px solid #D7DAE0;
  padding:7px 0 13px;
  font-size: 1.6em;
  font-weight: bold;
  line-height:1.2;
}

@media screen and (max-width:  768px){
  #main h2.ptitle {
    margin-top: 20px;
  }
}
/*
#main h3.subtitle {
  padding:14px 0 10px 0;
  line-height:1;
  font-size: 1.3em;
  text-align: left;
  font-weight: bold;
}
*/

#main h3.subtitle {
  text-align: left;
  padding:5px 10px 5px 15px;
  font-size: 1.3em;
  font-weight: bold;
  background-color: #ffef99;
  border: solid 1px #999;
}


#main h3.subtitle span {
  padding-left: 5px;
  font-weight: bold;
  color: #F69900 !important;
}

#main h3.b-title {
  margin: 20px 0 10px;
  font-size: 1.3em;
  color: #354A5D;
  font-weight: bold;
}


#main p.info {
  margin-top: 5px;
  color: #E55656;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  -webkit-animation: pinfo 2s ease 1s infinite;
  -o-animation: pinfo 2s ease 1s infinite;
  animation: pinfo 2s ease 1s infinite;
}
@-webkit-keyframes pinfo {
  0% { color: #E55656;}
  50% { color: #E55656;}
  75% { color: #D7DAE0; }
  50% { color: #E55656;}
}
@-moz-keyframes pinfo {
  0% { color: #E55656;}
  50% { color: #E55656;}
  75% { color: #D7DAE0; }
  50% { color: #E55656;}
}
@-ms-keyframes pinfo {
  0% { color: #E55656;}
  50% { color: #E55656;}
  75% { color: #D7DAE0; }
  50% { color: #E55656;}
}
@-o-keyframes pinfo {
  0% { color: #E55656;}
  50% { color: #E55656;}
  75% { color: #D7DAE0; }
  50% { color: #E55656;}
}
@keyframes pinfo {
  0% { color: #E55656;}
  50% { color: #E55656;}
  75% { color: #D7DAE0; }
  50% { color: #E55656;}
}


#main .exp {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.4;
  list-style-type: disc;
  list-style-position: inside;
  background: #f0f9ff;
  border: 1px solid #D5E9EF;
  color: #4A83A0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#main .exp li {
  padding-top: 3px;
  padding-left: 1em;
  text-indent: -1em;
}

#main .exp i {
  font-size: 1.3em;
  padding-left: 8px;
  padding-right: 1px;
  vertical-align: middle;
}


/* ノーマルテーブル 2014.11.5 カスタマイズ */
#main table.normal {
  width: 100%;
  margin-top: 5px;
  /* margin-top: 20px; */
  background: #fff;
  text-align: left;
  /* margin-bottom:16px; */
  margin-bottom:1px;
  /* border-bottom: 1px solid #D7DAE0; */
  border-bottom: 1px solid #999;
  /* border-left: 1px solid #577084;  */
  border-left: 1px solid #555;
}

#main table.normal th {
  width: 30%;
  padding-right: 10px;
  background: #577084;
  color:#fff;
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
}
#main table.normal th:first-child {
  border-top: 1px solid #577084;
}

#main table.normal tr:last-child th {
  border-bottom: 1px solid #577084;
}

#main table.normal th.head {
  text-align: center;
}

#main table.normal td {
  /* background: #fff; */
  color:#354A5D;
  /* border: 1px solid #D7DAE0; */
  border: 1px solid #999;
  border-left: none;
  font-size: 1.2em;
  padding-left:10px;
}

.small-text {
  margin: 5px 0;
}

#main table.normal input#datepicker {
  margin-right: 10px;
}

.ui-datepicker-trigger {
  vertical-align: middle;
}

.gcal-saturday .ui-state-default {
  background: #E0F5FF !important;
}

.gcal-sunday .ui-state-default,.ui-widget-content .gcal-holiday {
  background: #FEE1E8!important;
}

@media screen and (max-width:  480px) {
  #main table.normal input#datepicker {
    width: 50%;
  }
}

button {
  margin: 5px 0;
  background:url(/sysdata/sysimages/bg_gnavi_btn.gif) repeat-x bottom;
  border: 1px solid #D7DAE0;
  line-height: 1;
}

#main table.normal input[type="file"] {
  font-size: 1em;
  line-height: 1;
  width: 350px;
}

#main table.normal td textarea {
  width: 98%;
  margin: 5px 0px;
  font-size:1em;
}

@media screen and (max-width:  480px) {
  #wrapper #main input ,#wrapper #main select,#wrapper #main {
    font-size: 16px;
    width: 95%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper #main input[type="checkbox"],#wrapper #main input[type="radio"] {
    width: auto;
  }
  #main table.block-table {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main table.block-table th {
      display: block;
      width: 100%;
      border: 1px solid #577084;
      border-bottom: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  #main table.block-table td {
      display: block;
      width: 100%;
      border: 1px solid #D7DAE0;
      border-top: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
}

/* For list-type */
#main table.list-style {
  width: 100%;
  background: #fff;
}
#main table.list-style th,
#main table.list-style thead th {
  background: #577084;
  color: #fff;
  border: #fff 1px solid;
  border-top: 1px solid #D7DAE0;
  font-size: 1.2em;
  text-align: center;
  padding:11px 0;
  font-weight: normal;
  line-height: 1.2;
}
#main table.list-style th {
  border: 1px solid #577084;
}
#main table.list-style th.point-col {
  background: #7CBEAE;
  border: 1px solid #7CBEAE;
}
#main table.list-style thead th:first-child {
  border-left: 1px solid #D7DAE0;
}

#main table.list-style thead th:last-child {
  border-right: 1px solid #D7DAE0;
}

#main table.list-style td,
#main table.data-table tbody th {
  /* background: #fff; */
  color: #354A5D;
  /* border: #D7DAE0 1px solid; */
  border: #999 1px solid;
  font-size: 1.2em;
  padding:11px 6px;
  line-height: 1.2;
}

#main table.list-style td a:link,
#main table.list-style td a:visited{
  /* color:#6DB01D; */
  color: #354A5D;
}

#main table.list-style td a:hover{
  color:#AC8BA4;
  text-decoration:none;
}


/* ===== for list-style2 ===== */
#main table.list-style2 {
  width: 100%;
  background: #fff;
}
#main table.list-style2 th,
#main table.list-style2 thead th {
  background: #577084;
  color: #fff;
  border: #fff 1px solid;
  border-top: 1px solid #D7DAE0;
  font-size: 1.2em;
  text-align: center;
  padding:11px 0;
  font-weight: normal;
  line-height: 1.2;
}
#main table.list-style2 td {
  text-align: center;
  padding: 6px;
  color: #354A5D;
  border: #999 1px solid;
  font-size: 1.2em;
}






#main table.data-table tbody th {
  padding-left: 12px;
  text-align: left;
  color: #354A5D;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#main table.data-table tbody th i {
  padding-right: 5px;
}
#main table.data-table a i {
  text-decoration: none;
  font-size: 1.4em;
}
#main table.data-table tbody th.file-name {
  text-align: left;
  padding-left: 30px;
  text-indent: -18px;
}
@media screen and (max-width:  768px) {
  #main table.list-style th,
  #main table.list-style td,
  #main table.data-table tbody th {
    font-size: 1.1em;
  }
}
@media screen and (max-width:  480px){
  #main table.data-table{
    display: block;
  }
  #main table.data-table thead{
    display: none;
  }
  #main table.data-table tbody{
    display: block;
  }
  #main table.data-table tbody tr{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 1.5em;
    border: 1px solid #D7DAE0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
/*  #main table.data-table tbody tr:nth-child(even) {
    background: #F0F0F0;
  }*/
  #main table.data-table tbody th{
      display: block;
      border: none;
      text-align: left;
      font-weight: bold;
      font-size: 1.4em;
      background: none;
      padding-bottom: 0;
  }
  #main table.data-table tbody th a {
    color: #354A5D;
  }
  #main table.data-table tbody td{
      display: inline-block;
      border: none;
      text-align: left;
      background: none;
      padding-bottom: 0;
  }
  #main table.data-table a i {
    font-size: 1.8em;
  }
}

#main table.simple-table th {
  border-right: 1px solid #fff;
}

#main table.simple-table th:last-child {
  border-right: 1px solid #577084;
}

/* ページリンク */
.pagination {
  font-size: 1.2em;
}
.pagination li {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.pagination li a {
  display: block;
  float: left;
  margin-left: 6px;
  padding: 5px 8px 5px 8px;
  border: 1px solid #333;
}
.pagination li.s-now a {
  background-color: #f0f9ff;
}
.pagination li a:hover {
  /* font-weight: bold; */
  background-color: #f0f9ff;
}

/* ソートリンク */
ul.sortlink {
  margin-bottom: 5px;
  font-size: 1.2em;
  text-align: right;
  /* background-color:pink; */
}
ul.sortlink li {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
ul.sortlink li a {
  display: block;
  float: left;
  margin-left: 6px;
  padding: 5px 8px 5px 8px;
  border: 1px solid #333;
}
ul.sortlink li.st-now a {
  background-color: #f0f9ff;
}
ul.sortlink li a:hover {
  background-color: #f0f9ff;
}




/* for script making */
#main table.scripts-1 {
  width: 100%;
  background: #fff;
}
#main table.scripts-1 th {
  background: #ddd;
  border: #354A5D 1px solid;
  font-size: 1.2em;
  text-align: center;
}
#main table.scripts-1 td {
  /* background: #fff; */
  border: #354A5D 1px solid;
  background: #fff;
  font-size: 1.2em;
}

#main table.scripts-1 input {
  font-size: 1.2em;
}
#main table.scripts-1 input.celbtn {
  font-size: 1em;
}

.btn-area {
  text-align: center;
}
#main .btn {
  border: none;
  cursor: pointer;
  padding: 15px 40px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #7CBEAE;
  color: #fff;
  box-shadow: 0 6px #6AAB9B;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.3em;
  text-shadow:  1px 2px 0 rgba(18, 36, 29, 0.3);
  -webkit-appearance: none;
;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.btn:hover {
  box-shadow: 0 4px #6AAB9B;
  top: 2px;
}

.btn:active {
  box-shadow: 0 0 #6AAB9B;
  top: 6px;
}

@media screen and (max-width:  480px) {
  #wrapper #main .btn {
    margin: 15px auto;
    width: 85%;
  }
}


/* ===================================
       トップページの設定
   =================================== */

.page-lf {
  clear: both;
}

/* フォーム表示  */

div#form-src {
  padding: 10px;
  border: solid 1px #666;
}

div#form-src h2 {
  display:block;
  padding: 8px;
  background: pink;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

div#form-src p {
  padding: 10px;
  font-size: 1.4em;
}

/* other window -------------- */
#container-otherwin {
  padding: 3%;
  color: #354A5D;
}

#container-otherwin #main {
  width: 100%;
  float: none;
}

#container-otherwin #main table.normal {
  margin-top: 10px;
}

#container-otherwin #main table.normal td {
  border: 1px solid #D7DAE0;
}

.close-icon {
  text-align: center;
  font-size: 2em;
}

.close-icon a {
  text-decoration: none;
}


/* ===================================
       ファイルリストで利用する modal
   =================================== */

#lean_overlay{
  position: fixed; z-index:100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #111;
  display: none;
  opacity: .4;
}

.div-modal{
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 40px;
  width: 60%;
  margin-left: -30%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width:  768px) {
  .div-modal {
    width: 80%;
    margin-left: -40%!important;
    padding: 20px;
  }
}

@media screen and (max-width:  480px) {
  .div-modal {
    top: 35%!important;
  }
}

