/*!
 * bootstrapの更新用として使用されるCSSデザイン
 * @create 15/12/10
 * 
 */

/*
.pagination {
	font-size: 1rem;
}
*/

@media (min-width: 1800px) {
  .container {
    width: 1770px;
  }
}
//.container {width: auto;}

/* htmlの文字サイズを指定し基準とし、その他をrem指定とする */
html {
	font-size: 14px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Meiryo, sans-serif;
/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Meiryo, sans-serif;
*/
	color: #222222;
	font-size: 1rem;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  color: #222222;
/*
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
*/
}

.tooltip {
  font-family: inherit;
/*
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
*/
}
.popover {
  font-family: inherit;
/*
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
*/
}


label,
.control-label,
.help-block,
.checkbox,
.radio {
	font-size: 1rem;
	font-weight: unset;
}
.sandstone {
	font-size: 1rem;
/* 変更
 	font-size: 11px;
*/
	line-height: 22px;
	font-weight: 500;
	text-transform: none;
/* 変更
	text-transform: uppercase;
*/
}

.form-control {
  font-size: 15px;
}
.form-group {
  margin-bottom: 5px;
}
legend {
  color: #222222;
}


/* パネル関連カスタマイズ */
.panel-primary {
  border-color: #446e9b;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #446e9b;
  border-color: #446e9b;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #446e9b;
}
.panel-primary > .panel-heading .badge {
  color: #446e9b;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #446e9b;
}

/* テーブル関連カスタマイズ */

/* HOMEのテーブルは行は折り返す */
table.return.tablefix{
	white-space: normal;
}
/* HOME以外のテーブルは行も折り返さない */
table.tablefix{
	white-space: nowrap;
}

table.tablefix > thead > tr > th,
table.tablefix > tbody > tr > th,
table.tablefix > tfoot > tr > th,
table.tablefix > thead > tr > td,
table.tablefix > tbody > tr > td,
table.tablefix > tfoot > tr > td {
  padding: 3px;
}

/* テーブルのpaddingを編集 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 3px;
}

table{
	font-size: 1rem;
	color: #222222;
	//background-color: rgba(255,255,255,1.0);
	//background-color: #FFFFFF;
}
/* 最初の列は折り返さない */
table td:first-child {
	//white-space: nowrap;
}
/* 最終列の最大幅を設定 */
table td:last-child {
/* 
	max-width:450px;
	max-width:400px;
	color:orange;
 */
}
/* テーブルのヘッダーの隙間を調整 */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}

/* iOSのブラウザ対策用に明示的に宣言 */
td {
	background-color: rgba(255,255,255,1.0);
}
td.nowrap{
	white-space: nowrap;
}

th {
	color: #FFF;
	background-color: #008CBA;
	text-align: center;
	white-space: nowrap;
	/*
	border: 1px solid #FFF;
	*/
}
th.custom1 {
	color: #222222;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
}
th.custom2 {
	color: #FFF;
	background-color: #446e9b;
	/*
	border: 1px solid #FFF;
	*/
}

/* 管理画面ソート用 */
th a{
	color: #FFF;
	background-color: #008CBA;
}
th a:hover,
th a:focus {
	color: #FFF;
  	text-decoration: underline;
}

.table tbody tr td {
	vertical-align: middle;
	word-break: break-all;
}
.table {
	margin-bottom: 10px;
}
p {
  margin: 0 0 0px;
}

caption {
  font-weight: 900;
  color: #222222;
}

.checkbox {
  margin-left: 15px;
}

li.custom1 {
  color: #222222;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  font-weight: bold;
  padding: 2px 8px 2px 8px;
  display: inline-block;
}
li.custom2 {
  color: #222222;
  background-color: #FFF;
  border: 1px solid #dddddd;
  padding: 2px 8px 2px 8px;
  display: inline-block;
}

/* ログインのチェックボックス用カスタマイズ */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: static;
/*  変更
  margin-left: -20px;
*/
  margin-top: 4px \9;
}

/* コントロールラベルカスタマイズ */
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 9px;
}
/* ボタン全般用カスタマイズ */
.btn {
  border: none;
  font-size: 14px;
/* 変更
  font-size: 11px;
  line-height: 22px;
*/
  font-weight: 500;
	text-transform: none;
/* 変更
	text-transform: uppercase;
*/
}


/* タイトル用カスタマイズ */
.title{
 	color: #FFF;
	background-color: transparent;
	border-color: #333;
	font-size: 26px;
	font-size: 1.5rem;
	margin-bottom: 0px;
	font-style: oblique;
	font-weight: bold;

/*
	background-color: #333;
	background-color: #3E3F3A;
	border-color: #3E3F3A;
*/
	padding-left: 15px;
}
/* ナビバー関連用カスタマイズ */
.navbar .nav > li > a {
  font-size: 14px;
/* 変更
  font-size: 11px;
*/
  line-height: 22px;
  font-weight: 500;
	text-transform: none;
/* 変更
	text-transform: uppercase;
*/
}
.nav {
/* 変更
  font-size: 11px;
*/
  font-size: 100%;
  font-weight: 500;
	text-transform: none;
/* 変更
  line-height: 22px;
	text-transform: uppercase;
*/
}
.navbar {
	 margin-bottom: 0px;
/*
	 margin-bottom: 10px;
*/
}

.nav-justified {
	 margin-bottom: 0px;
/*
	 margin-bottom: 10px;
*/
}
.nav-justified > li > a {
	 padding-left: 0;
	 padding-right: 0;
}

h3,
.h3 {
	clear:left;
	color: #F04124;
}

h4,
.h4 {
	clear:left;
	font-weight: 500; 
/*
	font-weight: 600; 
	font-weight: bold; 


	border-left: solid 15px #555; 
	border-bottom: solid 2px #555; 
	text-indent: 0.8em; 


	width:250px;


	margin-top:14px;
	margin-bottom:14px;


*/
}

h5,
.h5 {
	clear:left;
	font-size: 17px;
}


/*色を明示的に変更*/
/*
a {
  color: #446e9b;
}
a:hover,
a:focus {
  color: #446e9b;
}
.text-primary {
  color: #446e9b;
}
.bg-primary {
  background-color: #446e9b;
}
.btn-primary {
  background-color: #446e9b;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #446e9b;
}
.btn-primary .badge {
  color: #446e9b;
}
.btn-link {
  color: #446e9b;
}
.btn-link:hover,
.btn-link:focus {
  color: #446e9b;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #446e9b;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #446e9b;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #446e9b;
}
.navbar-inverse {
  background-color: #446e9b;
}
.pagination > li > a,
.pagination > li > span {
  color: #446e9b;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #446e9b;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #446e9b;
}
.label-primary {
  background-color: #446e9b;
}
.badge {
  background-color: #446e9b;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #446e9b;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #446e9b;
}
.progress-bar {
  background-color: #446e9b;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #446e9b;
  border-color: #446e9b;
}
.panel-primary {
  border-color: #446e9b;
}
.panel-primary > .panel-heading {
  background-color: #446e9b;
  border-color: #446e9b;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #446e9b;
}
.panel-primary > .panel-heading .badge {
  color: #446e9b;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #446e9b;
}
.navbar-inverse .dropdown-menu {
  background-color: #446e9b;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #446e9b;
}

*/