.model-select {
	padding-top: 244px;
}

.model-select p {
	margin-top: 5px;
}

.model-select input[type=radio] {
	transform: scale(1.3);
}

.model-select input[type=radio]:focus {
	outline: 0;
	box-shadow: 0 0 0 0.08rem rgba(0,0,0,0.8);
}

.model-select input[type=checkbox] {
	transform: scale(1.3);
}

.model-select .border-top-only {
	border: 1px solid;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.model-select .change-cursor {
	cursor: pointer;
}

.model-select div[name="loading"] {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
	text-align: center;
}

.model-select div[name="loading"] img {
	width: 230px;
	position: fixed;
	top: calc(50% - 82px);
	left: calc(50% - 115px);
}

.model-select dt,
.model-select dd {
	margin: 0;
	padding: 0;
}

.model-select .dlTable {
	border-top: 1px solid #ddd;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 50px;
}

.model-select .dlTable dt,
.model-select .dlTable dd {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding: 15px 15px;
}

.model-select .dlTable dt {
	font-size: 16px;
	width: 180px;
	text-align: center;
	background-color: whitesmoke;
}

.model-select .dlTable dd {
	width: calc(100% - 180px);
}

.model-select #confirmBtn {
	margin-right: 30px;
}

.model-select .modal-dialog-centered {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	height: 100%;
}

.model-select .modal-content {
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.model-select .modal-body {
	width: 941px;
}

.model-select label {
	margin-bottom: 0;
	margin-right: 10px;
}

.model-select .fa-copy {
	cursor: pointer;
}

.model-select .dli-arrow-down {
	display: inline-block;
	vertical-align: middle;
	color: darkgrey;
	line-height: 1;
	position: relative;
	width: 0.2em;
	height: calc(100% - 5px);
	background: currentColor;
}

.model-select .dli-arrow-down::before {
	content: '';
	width: 1.5em;
	height: 1.5em;
	border: 0.2em solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -0.05em;
	box-sizing: border-box;
}

body .header-authed {
	color: #3E3A39;
	line-height: 1.42857143 !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body footer {
	color: #3E3A39;
	line-height: 1 !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.ja .header-authed,
.cs .header-authed,
.ct .header-authed,
.kr .header-authed {
	font-size: 18px;
}

.en .header-authed {
	font-size: 16px;
}

.th .header-authed {
	font-size: 16px;
}

.ja .header-authed {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.en .header-authed {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.de .header-authed {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.cs .header-authed {
	font-family: "Heiti SC", "Microsoft Yahei", sans-serif;
}

.ct .header-authed {
	font-family: "Heiti TC", "Microsoft JhengHei", sans-serif;
}

.es .header-authed {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.pt .header-authed {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.ru .header-authed {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.th .header-authed {
	font-family: sans-serif;
}

.kr .header-authed {
	font-family: sans-serif;
}

.ja footer,
.cs footer,
.ct footer,
.kr footer {
	font-size: 18px;
}

.en footer {
	font-size: 16px;
}

.th footer {
	font-size: 16px;
}

.ja footer {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.en footer {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.de footer {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.cs footer {
	font-family: "Heiti SC", "Microsoft Yahei", sans-serif;
}

.ct footer {
	font-family: "Heiti TC", "Microsoft JhengHei", sans-serif;
}

.es footer {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.pt footer {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.ru footer {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.th footer {
	font-family: sans-serif;
}

.kr footer {
	font-family: sans-serif;
}

.header-authed .btn {
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header-authed a,
.header-authed a:hover,
.header-authed a:active {
	text-decoration: none;
}

.header-authed a {
	box-sizing: border-box;
	text-align: center;
}

.header-authed ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header-authed input[type="text"] {
	display: block;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	border: 1px solid #D7D7D7;
	font-size: 12px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.header-authed input[type="text"].error {
	background: #FFFEEB;
	color: #C30D23;
}

.ja .header-authed [type="text"],
.cs .header-authed [type="text"],
.ct .header-authed [type="text"],
.kr .header-authed [type="text"] {
	padding-top: 2px;
	font-size: 16px;
}

.en .header-authed [type="text"] {
	padding-top: 1px;
	font-size: 15px;
}

.th .header-authed [type="text"] {
	font-size: 14px;
}

.ja .header-authed [type="text"] {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.en .header-authed [type="text"] {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.de .header-authed [type="text"] {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.cs .header-authed [type="text"] {
	font-family: "Heiti SC", "Microsoft Yahei", sans-serif;
}

.ct .header-authed [type="text"] {
	font-family: "Heiti TC", "Microsoft JhengHei", sans-serif;
}

.es .header-authed [type="text"] {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.pt .header-authed [type="text"] {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.ru .header-authed [type="text"] {
	font-family: "Avenir Next", "Segoe UI", Verdana, sans-serif;
}

.th .header-authed [type="text"] {
	font-family: sans-serif;
}

.kr .header-authed [type="text"] {
	font-family: sans-serif;
}

.header-authed select {
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	border: none;
	border-bottom: 2px solid #C9CACA;
	background: #F7F8F8;
	font-size: 12px;
	padding-right: 40px;
	color: inherit;
	font: inherit;
}

.header-authed select.error {
	background-color: #FFFEEB;
	color: #C30D23;
}

.appearance .header-authed select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url(../images/pulldown_pc.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.appearance .header-authed select::-ms-expand {
	display: none;
}

.ja .header-authed select,
.cs .header-authed select,
.ct .header-authed select,
.kr .header-authed select {
	padding-top: 2px;
	font-size: 16px;
}

.en .header-authed select {
	padding-top: 1px;
	font-size: 15px;
}

.th .header-authed select {
	font-size: 14px;
}

.header-container {
	position: absolute;
	width: 100%;
	height: 233px;
}

.header-authed .input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.header-space {
	text-align: center;
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 10;
	padding-bottom: 5px;
}

.header-space .header-spec {
	margin-bottom: 0;
	text-align: initial;
}

.header-space .headerBlock {
	display: inline-block;
	max-width: -moz-min-content;
	max-width: min-content;
	vertical-align: top;
	padding: 0 8px;
	line-height: initial;
	text-align: center;
}

.header-space .verticalLine {
	border-right: 1.2px solid #000000;
}

.header-space .underLine {
	font-size: 31px;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}

.header-space .description {
	height: 18px;
	display: grid;
	font-size: 12px;
	margin: 1px calc(100% - 50vw);
}

.headerBlock:nth-child(3n-1) .verticalLine {
	font-size: 30px;
}

.headerBlock:nth-child(3n) .verticalLine {
	font-size: 42px;
}

.header-authed .container:before {
	display: table;
	content: " ";
}

.header-authed .container:after {
	clear: both;
	display: table;
	content: " ";
}

.header-authed .col-md-offset-2 {
	margin-left: 16.66666667%;
}

.header-authed .pull-left {
	float: left !important;
}

.header-authed .input-group {
	position: relative;
	display: table !important;
}

.urakata_linkStyle {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}

.urakata_linkStyle:hover {
	color: white;
	background-color: #6090EF;
}

.headerEx {
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0 1rem;
	position: absolute;
}

.headerEx>p {
	margin-top: 1rem;
	font-size: 0.8rem;
}

.bottomEx {
	padding: 0 1.5rem;
}

.katabanEx_modal {
	font-size: 0.7rem;
	margin-right: 0px !important;
	float: right;
}

@media screen and (min-width: 960px) {

.model-select .modal-dialog-centered {
	max-width: 960px;
}

.model-select .modal-content {
	width: 960px;
}

}

@media (min-width: 992px) {

.col-md-10,
.col-md-3 {
	float: left;
}

}

@media screen and (min-height: 520px) {

.model-select .modal-dialog-centered {
	max-height: 520px;
}

.model-select .modal-content {
	height: 520px;
}

}

