@CHARSET "UTF-8";

/* wrapper styles
-------------------------------------------------- */
.wrapper{
  min-width: 1250px;
}

/* header styles
-------------------------------------------------- */
.header {
  margin-bottom: 25px;
  background-color: #eee;
  border-radius: 4px;
}

.header h3 {
  margin:10px 0;
  padding: 5px 0 5px 10px;
  line-height: 40px;
}

.header .navbar-right {
  margin-top:5px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.footer .footer-text {
  margin: 10px 0;
}

/* Content styles
-------------------------------------------------- */
/* ヘッダー部のタイトル */
.content-headtitle {
  margin-top: 0;
  margin-bottom: 10px;
}

/* パネル */
.content .panel {
  padding: 0 20px;
}

/* タイトル　大 */
.title-bg {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/* タイトル　小  */
.title-sm {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  display: inline-block;
  padding: 0px 10px 5px;
  margin-bottom: 20px;
}

/* 項目のまとまり  */
.board {
  padding: 5px 15px 20px;
  margin-bottom: 30px;
}

.board_border {
  border: 1px solid #ddd;
}


/* Table styles
-------------------------------------------------- */
.table>tbody>tr>td {
	vertical-align: middle;
}

/* ボーダーなし */
.table-noborder>tbody>tr>th, .table-noborder>tbody>tr>td{
  border: 0px;
}

/* 詳細画面などで使用する項目情報列挙テーブル  */
.info-table th{
  width: 25%;
}

.info-table td{
  width: 75%;
}

/* テーブル　中 */
.table-md {
  width: 50%;
}

/* Form styles
-------------------------------------------------- */
/* テーブル　中 */
.table-md {
  width: 50%;
}

.input-cs-xb {
  width: 50%;
}

.input-cs-bg {
  width: 40%;
}

.input-cs-md {
  width: 25%;
}

.input-cs-sm {
  width: 20%;
}

.input-cs-xs {
  width: 10%;
}

.input-readonly {
  border: 0px;
  color: #888;
}

span.input-caption {
  display: inline-block;
  width: 5%;
  text-align: center;
}

.errors {
  display: inline-block;
}


/* textarea styles
-------------------------------------------------- */
.input-textarea-content {
  width: 100%;
  height: 500px;
}
