/* 全体のフォント色 */
body {
	color: #505050;
}

/* 改行無し */
.nowrap {
	white-space: nowrap;
}

/* 数字 */
.number {
	text-align: right;
}

/* 中央寄せ */
.center {
	text-align: center;
}

/* テキストリンクの色 */
.danger-link a:link    { color: #D00000; }
.danger-link a:visited { color: #D00000; }
.danger-link a:hover   { color: #A00000; }
.danger-link a:active  { color: #800000; }

/* 狭い幅の場合隠す */
@media screen and (max-width: 767px) {
	.narrow_hide {
		display:none;
	}
}

/* 条件入力コントロールの下部マージン */
.cond-form {
	margin-bottom: 10px;
}

/* ページ上部へ移動のボタン(ホバー時) */
#back-to-top:hover {
	background: none repeat scroll 0 0 rgba(255, 153, 0, 0.75);
	text-decoration: none;
}

/* ページ上部へ移動のボタン */
#back-to-top {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	border-radius: 3px 3px 3px 3px;
	bottom: 20px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 45px;
	z-index: 9999;
}
#back-to-top span {
	color: white;
}

/* ナビゲーションメニューがある場合の body */
.has_navbar
{
	padding-top: 70px;
}

/* ブランドロゴ */
.navbar-brand {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px 12px;
	width: 100px;
}

/* ブランドロゴ左側のスペース */
.navbar-header {
	padding-left: 10px;
	padding-right: 10px;
}

/* 右寄せ要素の右側スペース */
.navbar-right {
	padding-right: 20px;
}

/* ポップアップメニューの角を丸くする */
.navbar-nav > li > .dropdown-menu {
	top: 50px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* ポップアップメニューに吹き出しのでっぱりを付ける */
.navbar-nav > li > .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(255,255,255,0.8);
	content: '';
}

.navbar .nav>li>.dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
	content: '';
}

/* ポップアップメニューホバー時の色 */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-image: -webkit-linear-gradient(#88CBE8 0%, #00A2E8 100%);
	background-image: -moz-linear-gradient(#88CBE8 0%, #00A2E8 100%);
	background-image: -o-linear-gradient(#88CBE8 0%, #00A2E8 100%);
	background-image: linear-gradient(#88CBE8 0%, #00A2E8 100%);
	color: #FFFFFF;
}

/* bootstrap 3 navigation sub-menu */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.footer
{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/* table */
.table th {
	background: #f5f5f5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

.table td.tb_l { text-align:left; }
.table td.tb_c { text-align:center; }
.table td.tb_r { text-align:right; }

td.plus  {color: blue;}
td.minus {color: red;}

/* フォントカラー定義 (他の色が必要な場合は直指定すること) */
.fcomp { color: gray; }
.fwait { color: #FD5061; }
.fcall { color: #00A65A; }
.fbpre { color: darkslategray; }
/*.fbpre { color: white; 
  text-shadow: 
     0.1vw 0.1vw 0 #42BEE7, -0.1vw -0.1vw 0 #42BEE7,
    -0.1vw 0.1vw 0 #42BEE7,  0.1vw -0.1vw 0 #42BEE7,
     0.0vw 0.1vw 0 #42BEE7, -0.1vw  0.0vw 0 #42BEE7,
    -0.1vw 0.0vw 0 #42BEE7,  0.0vw  0.0vw 0 #42BEE7;
}*/
.fpre { color: #42BEE7; }
