/*!
 * Copyright 2013 CORAL, Inc
 * Designed for CORAL
 * 2021/4/27/fujita
 * 2020/10/16/fujita
 */
 
body {
	color: #555;
	font-size: 14px;
	line-height: 170%;
}

.body-back {
	background-image: url(../images/back2.jpg);
	background-repeat: repeat-x;
}

p {
	color: #555;
	font-size: 14px;
}

a { text-decoration: none; }

h1{ font-size: 25px; }
h2{ font-size: 22px; font-weight: normal;}
h3{ font-size: 18px; font-weight: normal; margin-top: 10px;}
h4{ font-size: 15px; color:#006dcc; font-weight: normal; margin-top: 10px; margin-left: 10px;}

h2.signin { font-size: 18px; font-weight: normal; margin-top: -10px;}

.signout { text-align: right; margin-top: 20px;}

.text_12 {font-size: 12px;}
.text_14 {font-size: 14px;}
.text_16 {font-size: 16px;}

.row-back-white{
	background-color: #FFF;
}

/* nav */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #666666;
}
.nav-tabs { border-bottom: 1px solid #bbbbbb; }
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
}

.jumbotron {
	background-color: #006dcc;  /* テーマカラーの変更 */
	margin-bottom: 30px;
	padding-top:20px;
	padding-bottom: 20px;
}
.jumbotron h1 {color: #ffffff;}
.jumbotron p.logo a {
	color: #ffffff;
	font-size:24px;
}


h1.apply-top { margin: 20px 0 30px 0; font-weight:notmal;}
h2.apply-top { margin: 20px; font-weight:notmal; text-align:center;}



.for-serach { float:right;}
.container { width: 1000px; }

.frame {
  display: block;
  padding: 30px 20px;
  margin-bottom: 20px;
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #bbbbbb;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  margin: 10px 0 0 20px;
}
.top-info {
  margin-top: -10px;
  margin-bottom: 0px;
}

.form-horizontal p { margin-top: 4px;}

.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-50 { margin-top: 50px; }

.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-50 { margin-bottom: 50px; }

.text-alert {
  color: #ff0000;
}
.text-white {
  color: #ffffff;
}

.dl-horizontal dt {
  width: 100px;
  text-align: left;
  margin-left: 10px;
}

.dl-horizontal dd {
  margin-left: 120px;
}

.download-data  th{
  font-size: 11px;
  font-weight: bold;
}


footer { font-size: 80%; line-height: 100%; margin-top: 30px; padding: 20px 0; text-align: center;}

.center-text {
	text-align: center;
}



.table-top {
  width: 100%;
  margin-bottom: 20px;
}

.table-top th {
	font-size:16px;
	padding: 8px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: normal;
}

.table-top td {
	font-size:48px;
	padding: 30px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: lighter;
}


.table-top2 {
  width: 40%;
  margin-bottom: 20px;
}

.table-top2 th {
	font-size:16px;
	padding: 8px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: normal;
}

.table-top2 td {
	font-size:48px;
	padding: 30px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: lighter;
}

.table.member-edit th { text-align:left;}


.btn-custom { background-color: hsl(0, 0%, 35%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#828282", endColorstr="#595959"); background-image: -khtml-gradient(linear, left top, left bottom, from(#828282), to(#595959)); background-image: -moz-linear-gradient(top, #828282, #595959); background-image: -ms-linear-gradient(top, #828282, #595959); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #595959)); background-image: -webkit-linear-gradient(top, #828282, #595959); background-image: -o-linear-gradient(top, #828282, #595959); background-image: linear-gradient(#828282, #595959); border-color: #595959 #595959 hsl(0, 0%, 31%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); -webkit-font-smoothing: antialiased; }


/* 申請フォーム年月日 */
.form-date { width: 80px; }

/* 20200825-fujita */
tr.auto td, tr.auto th {
  background-color: #f9f9f9;
}
.center {text-align:center;}
table i {
	margin-left:30px;
	font-size:20px;
	color:#ccc;
}
table th i.icon-sort {
	margin-left:5px;
	font-size:14px;
}

i.icon-eye-open{margin-right:10px;}
i.icon-eye-close{margin-left:10px;}

.edit, .pass-show {display: none;}


.well form {margin: 0px;}
.well form input[type="radio"], .well form input[type="checkbox"], table td input[type="radio"], table td input[type="checkbox"] {position: relative;top: -4px;margin-right:3px;}

/* 一覧表の表示制御 */
table#list td {text-align:center;}
table#list td.left {text-align:left;}

table.report th {text-align:left;}
table.report tr.center th {text-align:center;}
table.report th {background-color: #f9f9f9;}

/* ログイン状況によって背景色付け */
#sekkei table tr.sekou, #sekou table tr.sekkei, #sekou table tr.sekkei th, #sekou table tr.sekkei th p {background-color: #e5e5e5;pointer-events : none;color: #aaa;}

/* アップロードファイルのテキスト折り返し用 */
table.report tr.sekou td .span3 {word-wrap: break-word;}

/* report-edit：実績報告書 詳細 */
input[type="radio"]:not(:first-child) {margin-left:20px;}	/*（ラジオボタン調整）*/
tr.sekkei td .control-group, tr.sekou td .control-group {text-align:center;}
tr.sekkei th .control-group {text-align:center;font-weight:normal !important;margin-top:50px;}

/* プリント禁止 */
@media print {
	body {display:none;}
}