/************************************************************
 Reset Tag
************************************************************/
html {
  overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,textarea,select,blockquote,table,th,td,caption {
  margin: 0;
  padding: 0;

  font-size: 15px;
  line-height: 100%;

  text-align: left;
}
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,b,span,pre,form,input,fieldset,textarea,select,button,blockquote,table,th,td,address,caption,em,strong,th {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',MS Gothic;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.25px;
  }
b, strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
img,abbr,acronym {
  border: 0;
}
li {
  list-style-type: none;
}
i {
  font-style: oblique;
}

input {
  font-size: 100%;
}
input[type='checkbox'], input[type='radio'] {
  margin: 0;
  vertical-align: middle;
}
select {
  padding: 3px;
}
button {
}

.cf:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf, .clearfix {
  min-height: 1px;
}
* html .cf, * html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/************************************************************
 Base Tag
************************************************************/
body {
  background-color: #F3F3F1;
}

a {
  text-decoration: none;
}
a:hover {
  color: #00275B;
}

hr {
  margin: 25px 0;
  border: 0px;
  background: url(../images/manage/imgHrBg01.gif) repeat-x;
}
  *html hr {
    margin: 25px 0;
    background: url(../images/manage/imgHrBg01.gif) repeat-x;
  }


/************************************************************
 Template Tag
************************************************************/

/********** header **********/
.header {
  margin-bottom: 30px;
  background-color: #404040;
  border-bottom: 1px solid #FFFFFF;
}
  .header .inner {
    width: 1000px;
    margin: 0 auto;
  }

  .header ul {
    border-left: 1px solid #555555;
  }
    .header li {
      padding: 10px 15px;
      border-right: 1px solid #555555;
      float: left;
    }
    .header .h04 {
      border-left: 1px solid #555555;
      float: right;
    }
      .header li a {
        padding-left: 17px;
        font-size: 14px;
        color: #FFFFFF;
      }
      .header li a:hover {
        color: #AAAAAA;
      }
      .header .h01 a {
        background: url(../images/manage/iconHome01.png) no-repeat 0 4px;
      }
      .header .h02 a {
        background: url(../images/manage/iconBlank01.png) no-repeat 0 4px;
      }
      .header .h03 a {
        background: url(../images/manage/iconHelp01.png) no-repeat 0 4px;
      }
      .header .h04 a {
        background: url(../images/manage/iconLogout01.png) no-repeat 0 4px;
      }


/********** breadcrumb **********/
.account {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 14px;
  background: url(../images/manage/imgHrBg01.gif) repeat-x bottom;
}
  .account span {
    font-size: 20px;
  }

.breadcrumb {
  width: 1000px;
  margin: 10px auto 40px auto;
}
  .breadcrumb ul {
  }
    .breadcrumb li {
      padding: 0 10px 0 20px;
      font-size: 13px;
      color: #333333;
      background: url(../images/manage/iconArrow02.png) no-repeat;
      float: left;
    }


/********** content **********/
.content {
  width: 1000px;
  margin: 0 auto;
}

.content .flash {
  margin: -20px -15px 30px -15px;
  padding: 10px 0;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #397827;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  text-align: center;
}

.content .menu {
  width: 220px;
  margin-right: 30px;
  float: left;
}
  .content .menu h2 {
    padding: 0 0 15px 5px;
    background: url(../images/manage/imgHrBg01.gif) repeat-x bottom;
  }
  .content .menu ul {
    margin-bottom: 30px;
  }
    .content .menu li {
      border-bottom: 1px dotted #BBBBBB;
    }
    .content .menu li:last-child {
      border-bottom: none;
    }
      .content .menu li a {
        padding: 15px 0 15px 25px;
        font-size: 14px;
        background: url(../images/manage/iconArrow01.png) no-repeat 5px center;
        display: block;
      }

.content .inner {
  width: 750px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  float: left;
}

/********** footer **********/
.footer {
  background: url(../images/manage/imgHrBg01.gif) repeat-x top;
}
  .footer .inner {
    width: 1000px;
    margin: 50px auto 0 auto;
    padding: 20px 0 50px 0;
    text-align: center;
  }
    .footer address {
      margin-bottom: 10px;
      font-size: 10pt;
      font-weight: bold;
      color: #888888;
      text-align: center;
    }
    .footer p {
      margin-bottom: 5px;
      padding: 0;
      font-size: 10pt;
    }


/************************************************************
 Page Tag
************************************************************/
.article {
  margin: 0 30px 30px 30px;
}
.back {
  padding: 30px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
}
  .back a {
    padding-left: 17px;
    background: url(../images/manage/iconHome01.png) no-repeat 0 4px;
  }

.add {
  padding: 30px;
  border-top: 1px solid #E5E5E5;
}

.explanation {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 160%;
  border-bottom: 1px dotted #CCCCCC;
}

.submit {
  text-align: center;
}

.pagination {
  margin-bottom: 20px;
}
  .pagination span {
    margin: 0 2px;
    font-size: 13px;
    color: #555555;
  }
  .pagination a {
    font-size: 13px;
  }
  .pagination .prev_page {
    padding-right: 5px;
  }
  .pagination .next_page {
    padding-left: 5px;
  }


/********** login **********/
.loginBox {
  width: 500px;
  margin: 100px auto;
  padding: 50px 0;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
  text-align: center;
}
  .loginBox dl {
    width: 50%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
    .loginBox dt {
      margin-bottom: 10px;
    }
    .loginBox dd {
      margin-bottom: 20px;
    }
  .loginBox .submitBox {
    margin: 0 auto;
    text-align: center;
  }
    .loginBox .submitBox input {
      padding: 3px 10px;
    }


/********** manage **********/
.manage {
}
  .manage dl {
    min-height: 100px;
    padding-left: 130px;
  }
    .manage dt {
      margin-bottom: 10px;
      padding-left: 10px;
      font-weight: bold;
      background: url(../images/manage/iconArrow03.png) no-repeat 0 4px;
    }
    .manage dd {
      margin: 0 0 20px 10px;
      font-size: 14px;
    }

  .manage .m01 {
    background: url(../images/manage/iconIndexMenu01.png) no-repeat;
  }
  .manage .m02 {
    background: url(../images/manage/iconIndexMenu02.png) no-repeat;
  }
  .manage .m03 {
    background: url(../images/manage/iconIndexMenu03.png) no-repeat;
  }


/********** categories **********/
.categories {
}
  .categories span {
    font-size: 13px;
    display: block;
  }
  .categories small {
    margin-left: 3px;
    font-size: 11.5px;
    color: #444444;
    display: inline-block;
  }

  .categories .home {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 13px;
    background: url(../images/manage/iconHome02.gif) no-repeat left center;
  }

  .categories .category {
    margin: 0 0 10px 25px;
    padding-left: 23px;
    background: url(../images/manage/iconFolder01.gif) no-repeat left center;
  }
  .content .page {
    margin: 0 0 7px 50px;
    padding-left: 20px;
    background: url(../images/manage/iconFolder02.gif) no-repeat left center;
  }

  .content .new {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url(../images/manage/iconShow01.gif) no-repeat;
    overflow: hidden;
    display: inline-block;
  }
  .content .edit {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url(../images/manage/iconEdit01.gif) no-repeat;
    overflow: hidden;
    display: inline-block;
  }
  .content .destroy {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url(../images/manage/iconDelete01.gif) no-repeat;
    overflow: hidden;
    display: inline-block;
  }

  .content .draggable {
    margin-bottom: 10px;
  }

  .content .body {
    padding-top: 15px;
    float: left;
  }
  .content .file {
    float: right;
  }
    .content .file a {
      padding: 9px 15px 8px 40px;
      font-size: 13px;
      color: #000000;
      background: url(../images/manage/iconUpload01.png) no-repeat 15px center #EAEAEA;
      border-bottom: 2px solid #CCCCCC;
      border-radius: 6px;
      display: inline-block;
    }
    .content .file a:hover {
      margin-top: 1px;
      border-bottom: 1px solid #CCCCCC;
    }

  .content .detail {
    margin-bottom: 30px;
    padding: 30px;
    background: #EAEAEA;
  }
    .content .detail table {
    }
      .content .detail th {
        padding-bottom: 5px;
      }
    .content .mean {
      margin-top: 10px;
      font-size: 13px;
      color: #333333;
    }
    .content .detail .publish {
    }
    .content .detail .publish_on {
      margin: 10px 0 5px 0;
    }


/********** boards **********/
.boards {
}
.boardsConteiner span {
  margin-left: 20px;
  font-weight: normal;
  color: #555555;
  display: inline-block;
}

  .boards .title {
    margin-bottom: 10px;
    padding: 5px 0 5px 35px;
    font-weight: bold;
    color: #0099CC;
    background: url(../images/icon/iconBoards01.png) no-repeat left top;
    float: left;
  }
    .boards .title span {
      font-size: 13px;
    }

  .boards .reply {
    float: right;
  }
    .boards .reply a {
      padding: 6px 15px 4px 15px;
      font-size: 13px;
      font-weight: bold;
      color: #FFFFFF;
      background-color: #0099CC;
      border-bottom: 2px solid #006B8E;
      border-radius: 6px;
      display: block;
    }
    .boards .reply a:hover {
      margin-top: 1px;
      border-bottom: 1px solid #006B8E;
    }
  .boards .delete {
    margin-right: 10px;
    float: right;
  }
    .boards .delete a {
      padding: 6px 15px 4px 15px;
      font-size: 13px;
      font-weight: bold;
      color: #555555;
      background-color: #CCCCCC;
      border-bottom: 2px solid #999999;
      border-radius: 6px;
      display: block;
    }
    .boards .delete a:hover {
      margin-top: 1px;
      border-bottom: 1px solid #999999;
    }

  .boards .comment {
    margin-bottom: 15px;
    padding: 15px;
    line-height: 160%;
    background-color: #EDEDED;
    border-radius: 3px;
  }
  .boards .date {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 13px;
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
  }


/********** topics **********/
.topics {
}
  .topics .page {
    margin: 0 0 10px 5px;
    padding: 1px 0 1px 20px;
    font-size: 13px;
    background: url(../images/manage/iconFolder02.gif) no-repeat left center;
  }


/********** attachments **********/
.attachments {
}

  .attachments .box {
    margin-bottom: 20px;
  }

  .attachments .img {
    width: 150px;
    margin-right: 20px;
    float: left;
  }
  .attachments .info {
    width: 520px;
    float: left;
  }
    .attachments .info .title {
      margin-bottom: 10px;
      padding: 10px;
      font-size: 13px;
      background-color: #EDEDED;
    }
    .attachments .info .date {
      margin-bottom: 10px;
      padding: 0 10px;
      font-size: 13px;
      text-align: right;
    }
    .attachments .info .memo {
      padding: 0 10px;
      font-size: 13px;
      line-height: 160%;
    }
    .attachments .info .delete {
      text-align: right;
    }
      .attachments .info .delete a {
        padding: 6px 15px 4px 15px;
        font-size: 13px;
        font-weight: bold;
        color: #555555;
        background-color: #CCCCCC;
        border-bottom: 2px solid #999999;
        border-radius: 6px;
        display: inline-block;
      }
      .attachments .info .delete a:hover {
        margin-top: 1px;
        border-bottom: 1px solid #999999;
      }


/********** image insert **********/
.images {
  width: 650px;
  height: 400px;
  padding: 20px 0;
  background-color: #FFFFFF;
  overflow: scroll;
}
  .images .thumb_pdf {
    margin: 0 9px 10px 9px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    float: left;
  }
  .images .thumb_pdf img {
    width: 100px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .images .thumb_pdf a {
    font-size: 13px;
    text-align: center;
    display: block;
  }

  .images .select {
    margin: 0 9px 10px 9px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    float: left;
  }
    .images .thumb {
      width: 150px;
      height: 80px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .images .select dl {
    }
      .images .select dt {
        margin-bottom: 5px;
        font-size: 12px;
        color: #555555;
      }
      .images .select dd {
        margin-left: 20px;
        padding-left: 10px;
        font-size: 13px;
        line-height: 160%;
        background: url(../images/manage/iconArrow03.png) no-repeat left 6px;
      }


/********** onlinehelp **********/
.help {
  width: 1000px;
  margin: 0 auto;
}

.help .title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 25px;
  border-bottom: 1px dotted #AAAAAA;
}

.help .h_menu {
  width: 220px;
  margin-right: 30px;
  float: left;
}
  .help .h_menu a {
    text-decoration: underline;
  }
  .help .h_menu h3 {
    margin-bottom: 10px;
  }
  .help .h_menu ul {
    margin: 0 0 10px 20px;
  }
    .help .h_menu li {
      margin-bottom: 10px;
      font-size: 14px;
    }

.help .h_content {
  width: 750px;
  float: left;
}
  .h_content h2 {
    margin-bottom: 25px;
    padding: 15px 10px 13px 10px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #404040;
    border-radius: 6px;
  }
  .h_content h3 {
    margin: 0 10px 20px 10px;
    font-size: 17px;
    font-weight: bold;
  }
  .h_content ul {
    margin: 15px 15px 0 15px;
  }
    .h_content li {
      margin-bottom: 10px;
      line-height: 140%;
      list-style: circle;
    }

  .h_content .h_t {
    width: 100%;
  }
    .h_content .h_t th {
      padding: 10px;
      line-height: 150%;
      border: 1px solid #AAAAAA;
    }
    .h_content .h_t td {
      padding: 10px;
      line-height: 150%;
      border: 1px solid #AAAAAA;
    }

  .h_content .example {
    padding: 20px;
    line-height: 160%;
    background-color: #F1C2C2;
    border-radius: 3px;
  }


/************************************************************
 General Tag
************************************************************/

/********** position **********/
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}

.top {
  vertical-align: top !important;
}
.middle {
  vertical-align: middle !important;
}
.bottom {
  vertical-align: bottom !important;
}

.fr {
  float: right !important;
}
.fl {
  float: left !important;
}

.mt {
  margin-top: 20px !important;
}
.mr {
  margin-right: 20px !important;
}
.mb {
  margin-bottom: 20px !important;
}
.ml {
  margin-left: 20px !important;
}

/********** word **********/
.h2t {
  margin-bottom: 30px;
  padding: 17px 20px 15px 20px;
  font-size: 17px;
  color: #FFFFFF;
  background-color: #333333;
  border-radius: 6px 6px 0 0;
}
.h3t {
  margin: 0 20px 20px 20px;
  padding: 12px 10px;
  font-size: 16px;
  background-color: #C9D2C6;
  border-radius: 3px;
}
.h4t {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #0099CC;
  border-bottom: 3px solid #D9D9D9;
}

.text {
  line-height: 160%;
}

.frame {
  margin: 0 20px 30px 20px;
}

.require_mark {
  color: #AF3532;
}

/********** table **********/
.f_t {
  width: 100%;
}
  .f_t th {
  }
    .f_t th label {
      font-weight: bold;
    }
    .f_t th span {
      font-size: 12px;
      color: #777777;
      display: inline-block;
    }
  .f_t td {
    padding: 7px 0 15px 0;
  }

.l_t {
  width: 100%;
}
  .l_t th {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #999999;
    border: 1px solid #777777;
  }
  .l_t td {
    padding: 10px;
    font-size: 14px;
    line-height: 130%;
    border: 1px solid #DDDDDD;
  }

.t_i {
  width: 100%;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.t_i_m {
  width: 50%;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.t_t {
  width: 100%;
  height: 400px;
  padding: 5px 7px;
  line-height: 150%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.notice {
  font-size: 13px;
  display: inline-block;
}


/************************************************************
 Error
************************************************************/
.fieldWithErrors {
  display: inline;
}
  .fieldWithErrors input {
    background-color: #F1C2C2;
    border: 1px solid #CC0000;
  }
  .fieldWithErrors textarea {
    background-color: #F1C2C2;
    border: 1px solid #CC0000;
  }

.formError {
  margin-top: 5px;
  padding-left: 20px;
  font-size: 9pt;
  line-height: 130%;
  color: red !important;
  background: url(../images/manage/iconError01.gif) no-repeat;
}


#modal_container.test {
  background-color:#900;
  color:#fff;
  padding:30px;
  text-align:center
}

#modal_overlay {
  background-color:#000;
}

#modal_overlay.test {
  background-color:#fff;
}

