@charset "UTF-8";
/* 新規で作る。全画面共通のクラス定義 */
body {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #F0F1F4;
	overflow-y: scroll;
}

.container {
	width: 1480px;
}

@media ( max-width : 1367px) {
	.container {
		width: inherit !important;
	}
}

.navbar .container {
	width: initial;
}

.navbar-brand {
	background-color: #FFF !important;
	height: 50px;
	width: 250px;
}

.navbar-nav li {
	border-left: 1px solid #FFF;
}

.navbar-nav li:last-child {
	border-right: 1px solid #FFF;
}

.navbar-text span {
	margin-right: 8px;
}

@media ( max-width : 768px) {
	.nav.navbar-nav.pull-right {
		float: none !important;
	}
}

main {
	margin-top: 30px;
}

section {
	margin-bottom: 24px;
}

/*-----------------------------------------------
 * Contextual classes
 *----------------------------------------------*/
.btn-accent {
	color: #FFF;
	background-color: #EB7308;
	background-image: linear-gradient(to bottom, #F7841E 0, #CA6307 100%);
	border-color: #A95306;
}

.btn-accent:hover, .btn-accent:focus {
	color: #FFF;
	background-color: #F77B0D;
	background-image: linear-gradient(to bottom, #F88D2E 0, #DB6B07 100%);
}

.bg-accent {
	background-color: #FFEDC6;
}

.btn-delete {
	color: #FFF;
	background-color: #A2A2A2;
	background-image: linear-gradient(to bottom, #B3B3B3 0, #828282 100%);
	border-color: #B0B0B0;
}

.btn-delete:hover, .btn-delete:focus {
	color: #FFF;
	background-color: #BBB;
	background-image: linear-gradient(to bottom, #CCC 0, #AAA 100%);
}

/*-----------------------------------------------
 * Forms classes
 *----------------------------------------------*/
textarea.form-control {
	width: 100%;
	resize: vertical;
}

/*-----------------------------------------------
 * Footer
 *----------------------------------------------*/
footer {
	margin-top: 20px;
}

footer div {
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
}

footer div:first-child {
	color: #FFF;
	background-color: #00007F;
	background-image: linear-gradient(to bottom, #00007F 0, #00007F 100%);
}

footer address {
	margin-bottom: 0;
	line-height: 30px;
	/* text-align: right; */
}

footer .version {
	float: left;
	display: inline-block;
	margin-left: 20px;
}

footer .about {
	display: inline-block;
}

.ht_clone_left .wtHolder,
.ht_clone_top .wtHolder {
	width: 100% !important;
	height: 100% !important;
	padding: 0px !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}