div.subject-center {
	text-align: center;
	font-size: xx-large;
}
div.subject-bell {
	/*text-align: right;*/
	float:right;
	font-size: xx-large;
	margin-right: 50px;
}
div.subject-right {
	text-align: right;
	margin-right: 50px;
	font-size: x-small;
}

.row{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("/image/load-blue.gif") center center no-repeat;
}

.bkRGBA{
	/* 背景画像の透過用css */
	height: 100%;
	background: rgba(255,255,255,0.9);
}
/* 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;
}
.btn-default >.badge-notify{
	background:red;
	position:relative;
	top: -15px;
	left: -15px;
}
/* 更新メッセージ */
.alert-reload {
	display: none; /* 初期状態は非表示 */
	/* 画面中央部に表示 */
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 150px;
	z-index: 10;
	transform: translate(-50%, -50%);
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 1;
	display: none;
	display:none;

}
#page-top a {
	/*background-color': '#999',*/
	background: rgba(153, 153, 153,0.5);
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 20px 20px;
}
#page-top a:hover {
	background-color: #666;
	text-decoration: none;
}
@media screen and (max-width:767px) { 
	#target-date-group { display: none; }
}
@media screen and (min-width:768px){
	#target-date-mobile-input { display: none; }
}
