/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */

html, body { 
    height:100%; margin:0; 
}

body { 
    padding: 30px 0;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

.sidebar {
  width: 220px;
  font-size: 13px;
//  position: fixed;
  position: absolute;
  top: 0px;
  bottom: 0;
  z-index: 1000;
  display: block;
  padding: 0;
//  overflow-x: hidden;
//  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #fff;
}

.sidebar-search {
    background-color: #E7FFFF;
    padding: 20px;
}

.sidebar h4{
    font-size: 15px;
}

/* Sidebar navigation */
.nav-sidebar {
  //margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  //margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

input[name='free_word']{
    margin-bottom: 15px;
    width: 186px;
}

.logout {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

/*
 * login content
 */

#page_log_top .page_title {
    display: inline-block;
    padding: 10px 0;
    margin: 0px;
    width: 570px;
}

#page_log_content {
    position: relative;
}

#page_log_content .logo {
    position: absolute;
    top: 10px;
    left: 15px;
}

.log_main{
    margin-bottom: 20px;
}

.log_main h3{
    font-size: 24px;
    margin-right: 10px;
}

h3.loginput, p.input{
    display: inline-block;
}

h3.pass, p.input{
    display: inline-block;
}


/*
 * Main content
 */

.main{
    width: 705px;
    height: 1032px;
    page-break-after: always; /* 各ページの終わりに改ページ */
    padding: 20px 40px;
    margin: 0 auto;
    border: 2px solid #7D7D7D;
    box-sizing: border-box;
}

.main h1.page-header {
  margin-top: 0;
}

.placeholder img.small{
    margin-top: 41px;
    margin-bottom: 31px;
}


/*******************************
 * Admin
 *******************************/
.admin .logout{
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  right : 0;
}

.admin .logout a{
    color: #fff;
    display: block;
    padding: 17px 15px 14px 15px;
}

.admin .logout a:hover,
.admin .logout a:focus {
  background-color: #021682;
  color: #ffffff;
}

/*
 * Admin_Sidebar
 */
.admin .nav-sidebar {
  margin-bottom: 20px;
  margin-left: 0;
}


/*
 * Admin_main content
 */
.admin_main{
    width: 705px;
    height: 1032px;
    page-break-after: always; /* 各ページの終わりに改ページ */
    padding: 20px 40px;
    margin: 0 auto 0 auto;
    border: 2px solid #7D7D7D;
    box-sizing: border-box;
    position: relative;
}
.admin_main_empty{
    margin: 40px auto 0 auto;
}

.delete .admin_main{
    height: 1085px;
}

.admin_top{
    margin: 20px auto 0 auto;
}

.admin_main .row{
    margin: 0px auto 30px auto;
}
.input-group-btn:first-child > .upfile{
    padding: 6px 30px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 10px;
}


/*
 * Admin_Update
 */
.update .admin_main{
    border: none;
}

.content1,.content2{
    width: 960px; 
    height: auto; 
    page-break-after: always; /* 各ページの終わりに改ページ */
    padding: 20px 0;
    margin: 0 auto 15px auto;
    box-sizing: border-box;
}
.content2 .row:last-child{
    margin-top: 50px;
}
.content2 .row:last-child > button{
    margin-bottom: 20px;
}

.content .row:last-child > p{
    width: 85%;
    margin: 0 auto;
}

/* Btn */
input[type="file"]{
    width: 84px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 999;
    opacity:0;
}

.input-group .btn{
    height: 35px;
    margin: 10px 15px 0 0;
    cursor: auto;
}


@media all and (-ms-high-contrast:none){
  .input-group .btn{
      height: 35px;
      margin: 4px 15px 0 0;
      cursor: auto;
      float: left;
  }
}

 



/******************************************************　　　
*   Admin_Delete
*******************************************************/
.content_delete{
    width: 146mm; /* A4縦の幅 85%*/
    height: 213mm; /* A4縦の高さ 85%*/
    padding: 20px 70px;
    border: 2px solid #7D7D7D;
}

.admin_main .placeholder{
    margin: 0;
}

.content_delete input[type="checkbox"]{
    margin: 5px auto 0 auto;
}


/*　　　Admin_List
*******************************************************/
//.content_list{
//    width: 146mm; /* A4縦の幅 85%*/
//    height: 213mm; /* A4縦の高さ 85%*/
//    padding: 20px 70px;
//    border: 2px solid #7D7D7D;
//}


/*
 * Placeholder
 */

.placeholders {
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
}
.placeholder h4.text-number{
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  margin:8px auto 3px auto;
  border-bottom: solid 1px #333;
}
.text-muted {
  color: #333;
}
p.text-muted {
  font-size: 10px;
  margin: 0;
}
.placeholder .text-lebel{
  font-weight: bold;
  margin-top: 5px;
}



/*
 * Detail
 */
.request{
  position: absolute;
  top: 0;
  right: 5px;
  margin: 30px auto;
}

.table > tbody > tr > td.kaitei_ver{
	line-height: 40px;
	padding-top: 20px;
}


/*　　　Admin_Detail
*******************************************************/
.admin_main .request{
  position: absolute;
  top: 20px;
  right: 35px
}

//.content_detail{
//    margin-top: 10px;
//    padding-bottom: 0;
//}


/*
 * Print
 */

@media print {
  section { display: block; page-break-before: always; }
  pre code {page-break-after: always;}
  @page {
margin-top:0.4cm;
margin: 0.5cm;
}
p a, code, pre {
word-wrap: break-word;
}
img {display:none;}
 
pre a[href]:after {
    content: ""; }
 
 
pre abbr[title]:after {
    content: ""; }
 
pre   .ir a:after,
  pre a[href^="javascript:"]:after,
  pre a[href^="#"]:after {
    content: ""; }
 
.no-print {display:none;}
 
}
