/* 共通 */
.red {
	color: red;
}
.blue {
	color: blue;
}
.green {
	color: green;
}

.remove-text {
	text-decoration: line-through;
}

body {
	width: 100%;
	height: 100%;
	min-width: 640px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 0.8pt;
}
input.logintext {
	width: 100%;
}
.btn {
	border-radius: 5px;
}
.header {
	width: 100%;
	min-width: 640px;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	height: 58px;
	position: absolute;
	top: 0;
	background-color: #26B597;
	color: #fff;
}
.header-title {
	width: 130px;
	margin: 5px;
	line-height: 18px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}
.header .user-information {
	margin-top: 9px;
	margin-right: 7px;
	height: 41px;
	padding: 3px;
	background-color: #fff;
	color: black;
	border-radius: 4px;
	max-width: 200px;
	min-width: 100px;
}
.header .user-information:hover {
	background-color: #D8D8D8;
	cursor: pointer;
}
.header .account {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}
.header .account > i {
	color: #26B597;
}
.header .account-memo {
	font-size: 0.5em;
	text-align: right;
}
.title1 {
	font-size: 24px;
	border-bottom: 1px solid white;
}
.title2 {
	font-size: 16px;
	border-bottom: 1px solid white;
}
.header-title-mobile {
	padding: 2px;
	line-height: 14px;
	text-decoration: underline;
}
.header-title-mobile>span {
	text-decoration: underline;
}
.menu-button-group {
	margin-left: 5px;
}
.menu-button {
	margin: 8px 5px 0 0;
	line-height: 14px;
}
.learning {
	line-height: 28px;
}
.logout {
	line-height: 28px;
}
.container {
	width: 100%;
	margin-top: 64px;
	margin-bottom: 101px;
	height: calc(100% - 70px);
}
.container2 {
	width: 100%;
	margin-bottom: 101px;
	height: calc(100% - 70px);
}
.container-margin-min {
	margin-top: 79px !important;
}
.container-learning-attend {
	height: 100%;
}
.headline {
	width: 100%;
	max-width: 100%;
	display: table;
	table-layout:fixed;
	margin: 0 auto;
	padding: 0 10px;
	height: 38px;
	background-color: #26B597;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.headline .title {
	display: table-cell;
	vertical-align: middle;
}
.headline .title.smaller {
	font-size: 18px;
	width: 93%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.headline .course-name {
	font-size: 19px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.headline .right-contents {
	margin: auto;
	position: relative;
	top: 2px;
}
.headline-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	z-index: 5;
}
#remaining {
	font-size: 14px;
	padding: 3px;
	background-color: #FEFFE5;
	color: #f00;
	border-radius: 4px;
}
/* */
.list {
	margin-top: 6px;
	vertical-align: middle;
}
.operate1 {
	width: 53px;
	white-space: nowrap;
}
.operate2 {
	width: 98px;
	white-space: nowrap;
}
.operate3 {
	width: 140px;
	white-space: nowrap;
}
.operate4 {
	width: 178px;
	white-space: nowrap;
}
.operate5 {
	width: 218px;
	white-space: nowrap;
}
#choices-table .operate {
	width: 56px;
}
input.upload-csv {
	width: 100%;
}
.modal-header>.headline-button {
	margin: 4px;
	padding: 2px 12px;
}
.big {
	font-weight: bold;
	font-size: 20px;
	padding: 2px 7px;
}
.input-items {
	padding: 6px 10px 0 10px;
}
.modal-body-button {
	text-align: right;
}
.modal-body2 {
	border-top: 1px solid #e5e5e5;
}
.modal-body2 .select-checkbox {
	margin-left: 10px;
}
#loading {
	margin: 10px auto;
	text-align: center;
	display: none;
}
#authority {
	padding: 0 18px;
}
#result {
	width: 100%;
	height: 400px;
	margin: 10px auto;
	display: none;
	overflow-y: scroll;
}
.input-group {
	width: 100%;
}
.input-group>.input-group-label {
	width: 100px;
}
.input-group>.row {
	height: 10px;
}
.naka {
	padding-top: 7px;
	text-align: center;
}
.input-radio {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 34px;
}
.input-radio>.input-group-label {
	border: none;
	margin-right: 5px;
	border-right: 1px solid #ccc;
}
.input-radio-inline, .input-content-inline {
	margin-left: 10px;
	position: relative;
	top: 3px;
}
select.edit-item {
	border-radius: 0 5px 5px 0 !important;
}
.modal-xl {
	width: 90%;
}
textarea.question-textarea {
	height: 10em;
}
.question-header {
	background-color: #ddd !important;
}
.question-sentence {
	min-width: 200px;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#choices-item {
	margin-top: 15px;
}
.question {
	margin: 5px auto 0 auto;
	width: 95%;
}
.question .attachment {
	margin-top: 15px;
	width: 100%;
	height: 240px;
	max-width: 320px;
	max-height: 240px;
	display: block;
	overflow: hidden;
}
.attachment img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.question .check-hide {
	visibility: hidden;
}
.question .list-group-item.active {
	background-color: #33b77a;
	border-color: #33b77a;
}
.attachment .thumbnail {
	margin: 3px 0 3px 3px;
}
div.attachment {
	padding: 5px;
}
.swiper-pagination-parrent {
	margin-top: 4px;
	height: 21px;
	width: 100%;
}
.swiper-pagination-parrent .legend {
	font-size: 14px;
}
.swiper-pagination {
	margin: 0 auto 0 auto;
	width: calc(100% - 30px);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.swiper-pagination {
		margin: 0 auto 0 auto;
		width: calc(100% - 30px);
		text-align: left;
	}
}
.swiper-pagination-fixed {
	position: fixed;
	z-index: 10;
	margin-top: 30px;
	width: calc(100% - 30px);
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(255,0,0,0.2);
}
.swiper-pagination-bullet.settled {
	background: rgba(0,122,0,0.2);
}
.swiper-pagination-bullet-active {
	color:#fff;
	background: #007aff !important;
}
.swiper-button-next {
	position: fixed;
	top: 50%;
}
.swiper-button-prev {
	position: fixed;
	top: 50%;
}
video {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.question-video {
	width: 163px;
}
.nav-tabs {
	margin-top: 15px;
}
textarea.mail-textarea {
	height: 20em;
}
.container-edit-mail .badge {
	position: relative;
	top: -2px;
}
.scrollable-table {
	width: 100%;
	height: calc(100vh - 200px);
	margin: 10px auto;
	overflow-y: scroll;
}
.scrollable-table.mail {
	height: calc(100vh - 255px);
}
.mail-contents {
	margin-top: 15px;
}
#send-date-group {
	width: 200px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.radio {
	margin: 5px 0;
	padding-left: 20px;
}
.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 48px;
	line-height: 48px;
	position: fixed;
	bottom: 21px;
	left: 0;
	background-color: #fff;
	color: #fff;
	vertical-align: middle;
	border-top: 1px solid #26B597;
	z-index: 5;
}
@media screen and (max-width: 767px) {
	.footer {
		bottom: 21px;
	}
}

.footer>.footer-table {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	height: 48px;
	line-height: 48px !important;
	border-collapse: separate;
}
@media screen and (min-width: 768px) {
	.footer>.footer-table {
		table-layout: fixed;
	}
}
.footer .btn {
	position: relative;
	font-size: 16px;
	margin: 0 2px;
}
.footer-nav {
	display: table;
	margin:0 auto;
}
.pagination {
	margin: 7px auto;
}
.attached-item-panel {
	margin-bottom: 15px;
}
.footer-logo {
	width: 100%;
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border-top: 1px solid #26B597;
	z-index: 10;
}
thead tr {
	background-color: #069577;
	color: white;
}
thead tr th:nth-child(n+2) {
	border-left: 1px solid white;
}
.confirm-message {
	padding: 10px 20px;
}
.result {
	margin-top: 10px;
}
text.timer {
	font-family: "Cambria", "Baskerville";
}
.label-big {
	font-size: 16px;
	font-weight: 100;
}
.copyright {
	position: relative;
	color: black;
}
@media screen and (max-width: 767px) {
	.copyright {
		top: 0px;
	}
	.footer-logo {
		padding: 0;
	}
}

.sparkpie {
	position: relative;
	top: 3px;
}
#attached-item-header {
	cursor: pointer;
}
#search {
	margin-top: 6px;
	margin-bottom: 0;
}
#search-header {
	cursor: pointer;
}
.attached-item-collapse {
	float: right;
	margin-top: 3px;
	color: #aaa;
}
.search-item-collapse {
	float: right;
	margin-top: 3px;
	color: #aaa;
}
.course-chart {
	width: 80px;
	height: 40px;
}
.td-chart {
	padding: 2px !important;
}
.summary {
	margin-top: 10px;
}
.radio input[type=radio] {
	margin-left: -10px;
}
.radio label {
	padding-left: 10px;
	margin-right: 20px;
}
#history-contents {
	height: 400px;
	overflow-y: scroll;
}
label {
	margin-bottom: 0;
	font-weight: normal;
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: 4px;
}
.pass-fail-image {
	width: 100%;
	height: auto;
}

.chosen-container-single {
	width: 100% !important;
}

.chosen-single {
	height: 30px !important;
	border-radius: 0 5px 5px 0 !important;
}

.chosen-single > * {
	margin-top: 3px;
}

th > a {
	color: #afa;
	text-decoration: underline;
}

.asc:after {
	content: '▲';
}

.desc:after {
	content: '▼';
}

.notice {
	margin-top: 6px;
	font-style: italic;
	color: #600;
}
.notice > i {
	font-size: 1.1em;
}

.dd-handle > i {
	font-size: 1.1em;
	color: #26B597;
}

#nestable div.changed {
	background: #fafa94;
}
.glyphicon {
	top: 3px;
}
td.btn-group {
	padding: 2px 8px !important;
}
span.td-icon {
	position: relative;
	top: 2px;
}

/* 会社登録 */
table.company-edit {
	width: 100%;
	margin-top: 6px;
	border-color: lightgray;
}
table.company-edit th {
	width: 300px;
	background-color: #069577;
	color: white;
	padding: 5px;
}
table.company-edit a {
	text-decoration: none;
}
.caption {
	background-color: #2697B5 !important;
	font-size: 1.2em;
}
.requiredlabel {
	font-size: 0.8em;
	color: red;
}
.tips {
	font-size: 0.8em;
	color: #600;
}
.input-area {
	padding: 3px;
}
.normal-text {
	width: 100%;
}
.half-text {
	width: 50%;
}
.short-text {
	width: 200px;
}
.minimum-text {
	width: 100px;
}
.btn-copy {
	margin-bottom: 3px;
}
.border-box {
	margin: 6px auto;
	width: 75%;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid lightgray;
	text-align: center;
}
.big-icon {
	font-size: 1.5em;
	color: #26B597;
}
.caption-message {
	font-size: 1.5em;
}
.disabled-text {
	color: #999999;
}

/* 項目エラー */
div.error {
	padding: 2px;
	background-color: #FDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #FBB;
}
div.error-message {
	color: red;
}

#volume {
	margin: 10px 65px 10px 15px;
}
#question-num {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 0.8em;
	float:right;
	position: relative;
	right:-65px;
	top:-3px;
}
.ui-slider-handle {
	font-size: 0.8em;
	text-align: center;
	height: 18px !important;
	width: 40px !important;
}

.table-sortable {
	table-layout: fixed;
}
.ellipsis {
	 text-overflow:ellipsis;
	-o-text-overow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.sell-contents {
	position: relative;
	top: -2px;
	padding: 2px 3px 2px 4px;
	margin-right: 3px;
	border-radius: 20px;
	background-color: orange;
	font-size: 0.8em;
	color: white;
}
.align-middle {
	vertical-align: middle !important;
}
