@CHARSET "utf-8";
@-ms-viewport {
	width: auto;
}
@viewport
{
	width: device-width;
}

/** override bootstrap */
a {
	color: #6c6e70;
	text-decoration: none;
}
a:hover, a:focus {
	color: #535556;
}

/** 共通 */
@media (max-width:320px) {
	html {
		min-width:320px;
	}
}

html, body {
}
input {
/*	-webkit-appearance: none; */
}
input.ime-off {
	ime-mode: disabled;
}
a.anchor {
	display: block;
	position: relative;
	width: 0;
	height: 0;
	overflow: hidden;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear, .after-clear:after, .before-clear:before {
	clear: both;
}

div.spacer-1 {
	height: 0.5em;
}
div.spacer-2 {
	height: 1em;
}
div.spacer-4 {
	height: 2em;
}
div.border {
	width: 100%;
	height: 2px;
	border-top: 2px solid #cdcdcd;
}

.container-vmargin {
	margin-top: 1em;
}
.container-vmargin-sm {
	margin-top: 0.5em;
}
.row-vmargin {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.row-vmargin-sm {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.link-default a {
	text-decoration: none;
	line-height: 2em;
}
.link-default a:hover {
	text-decoration: underline;
}

.input-group-addon {
	cursor: pointer;
}

.addition-label {
	padding-top: 7px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

span.caution {
	color: #d9534f;
}

/** メッセージ部 */
.message-block ul {
	list-style-type :none;
	padding: 0;
	margin-bottom: 0;
}

/** ヘッダ部 */
/* 2018.06.14 Mod hiraoka スマホ対応 START */

header {
	overflow: hidden;
	background-color: #eeefef;
}/*
header .block {
	float: left;
	width: 50%;
}*/
header .block:after {
	clear: both;
}/*
header .system {
	width: 100%;
	line-height: 120px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #956235;
}*/
header .right-block > div {
	display: inline-block;
}/*
header .logo, header .logout {
	float: left;
	width: 50%;
	line-height: 90px;
}
header .logo {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}*/
header .company {
	width: 91.6667%;
	line-height: 30px;
}

@media screen and (max-width: 950px) {
	header .block {
		width: 100%;
	}
	header .system {
		width: 100%;
		line-height: 50px;
		font-size: 150%;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #956235;
	}
	header .logo, header .logout {
		width: 100%;
		line-height: 50px;
	}
	header .logo {
		background-image: url('../img/logo.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
}
@media screen and (min-width: 951px) {
	header .block {
		float: left;
		width: 50%;
	}
	header .system {
		width: 100%;
		line-height: 120px;
		font-size: 150%;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #956235;
	}
	header .logo, header .logout {
		float: left;
		width: 50%;
		line-height: 90px;
	}
	header .logo {
		background-image: url('../img/logo.png');
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
	}
}

/* 2018.06.14 Mod hiraoka スマホ対応 START */

/** コンテンツ部 */
#wrapper {
	background-color: #cbccce;
}

/** フッタ部 */
footer{
/* 2022.06.25 2022年度バージョンアップ
	height: 240px; */
	height: 50px;
/* 2022.06.25 2022年度バージョンアップ */
	background-image: url('../img/footer.png');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #cbccce;
}

/** ポップアップ画面用 */
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width:            100%;
	height:           100%;
	background-color: #000;
	opacity:          0.7;
	z-index:          100;
}

.popup {
	display:          none;
	position:         fixed;
	top:              50%;
	left:             50%;
	background-color: #333;
	overflow:         hidden;
	z-index:          101;
	width:            600px;
}

.popup .popup-group {
	padding-right: 0px;
	padding-left:  0px;
	margin-bottom: 15px;
}

.popup .popup-group .control-label {
	text-align:    right;
	margin-bottom: 0px;
	padding-top:   7px;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.panel {
	margin-bottom: 0px;
}

.title-logo-font{
	position:absolute;
	top: 10px;
	left:10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	font-size: 150%;
	color: #006C67;
}