/**
 * master.css
 */

body {
	background-color: #F2F2F2;
}

/* ヘッダ */
.head {
    position: fixed !important;  
    position: absolute;  
    width: 100%;  
    top: 0;  
    left: 0;  
	z-index: 999;
}

.head + #master-content {
	padding-top: 60px;
}

.head .navMenu .ulLink > li .head-crewlist{
	display: inline-block;
	margin-left: -3px;
}

/* topスクロールボタン */
#master-page-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	font-size: 2em;
}

/* ------------------------- */
/* メッセージ領域             */
/* ------------------------- */
.master-msg-area {
	width: 535px;	
	margin: 0px auto;
	padding: 10px 0;
}
.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

/*入力項目に背景を付ける*/
.input-background {
	background: #88bfbc !important;
}
.input-background-complete {
	background: #e0ffff !important;
}

/* インジケータ */
.master-indicator {
	position: fixed;
	width: 96px;
	height: 96px;
	margin: 0;
	padding: 0;
	border: 0;
	top: calc(50vh - 48px);
	left: calc(50vw - 48px);
	z-index: 999999;
}
