@charset "UTF-8";

* {
	font-family: sans-serif !important;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 18px;
}

body {
	background-color: #808080 !important;
	line-height: 1;
	word-break: normal;
	word-wrap: break-word;
}

/* アカウント更新で使用 */
.error-message {
	margin-left: 338px;
	font-size: 16px;
	color: #ff5151;
}

.parent-container {
	background-color: #D8D8D8;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	box-sizing: border-box;
	padding-top: 78px;
}

.parent-trial-container {
	background-color: #D8D8D8;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	box-sizing: border-box;
	padding-top: 118px;
}

.main-container {
	background-color: #fff;
	padding: 30px 22px;
	min-height: 375px;
}

.sub-title {
	font-family: sans-serif;
	color: #fff;
	font-size: 20px; /* フォント置換による類似 */
	font-weight: 400;
	line-height: 30px; /* フォント置換による類似 */
	height: 30px;
	text-align: left;
	padding-left: 25px;
	background-color: #4d4d4d;
	margin-bottom: 30px;
}

.form-control {
	width: 371px;
	/*
	height: 30px;
	*/
	/*ユーザーアプリ申し込み*/
	height: 34px;
	font-size: 18px;
	padding: 0px 12px;
}
/* inputのautocomplete対策 */
.form-dummy-input {
	visibility: hidden; 
	position: absolute; 
	height: 0;
}

.form-title {
	width: 270px;
	float: left;
	font-weight: 400;
	color: #222;
	font-size: 18px;
	line-height: initial;
}

.form-value-row {
	line-height: 24px;
}

.form-value {
	float: left;
	color: #222;
	font-size: 20px;
	margin-left: 6px;
	width: 636px;
}

.form-record {
	overflow: hidden;
	margin-bottom: 13px;
	font-size: 18px;
	color: #222222;
}

.form-description {
	float: left;
	font-weight: 400;
	color: #222;
	font-size: 16px;
	line-height: initial;
	padding-left: 45px;
}


.form-title-sub {
	width: 240px;
	float: left;
	font-weight: 400;
	color: #222;
	font-size: 18px;
	line-height: initial;
}

.form-value-sub {
	float: left;
	color: #222;
	font-size: 20px;
	margin-left: 6px;
	width: 636px;
}

.form-record-sub {
	overflow: hidden;
	margin-bottom: 13px;
	font-size: 18px;
	color: #222222;
}

.form {
	margin-bottom: 35px;
}

.default-button {
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	padding: 0 20px;
	border: 0;
}

.primary-button {
	background-color: #009cdf !important;
	color: #ffffff !important;
}

.primary-button:hover, .primary-button:focus {
	color: #ffffff;
}

.footer-btn-area {
	padding: 30px 190px;
	background-color: #D8D8D8;
	text-align: center;
}

.large-button {
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
	width: 300px;
	height: 68px;
	padding: 0px;
	font-size: 20px;
	font-weight: 400;
	line-height: 68px;
	text-align: center;
}

.default-button {
	background-color: #fff;
	color: #000;
}

.standard-link {
	text-decoration: underline;
	color: #333;
}

.m-r-15px {
	margin-right: 15px;
}

.m-r-45px {
	margin-right: 45px;
}

.m-l-20px {
	margin-left: 20px;
}

.m-t-20px {
	margin-top: 20px;
}

.m-auto {
	margin: auto;
}

.icon {
	margin-left: 35px;
	margin-right: 25px;
	width: 88px;
	height: 88px;
}

#application-name {
	font-family: sans-serif;
	color: #000000;
	font-size: 30px; /* フォント置換による類似 */
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	width: 80%;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.itemization {
	float: left;
	padding-left: 27px;
	line-height: initial;
}

.itemization-sub{
	float: left;
	padding-left: 57px;
	line-height: initial;
}

.devider {
	/* 必要*/
	line-height: initial;
	float: left;
	margin-right: 5px;
}

.p-t-0px {
	padding-top: 0px;
}

.rate-plan-charge-item {
	padding-left: 15px;
	padding-top: 10px;
}

.rate-plan-charge-item-row {
	padding-top: 8px;
}

.top-menu-table td {
	padding-top: 3px;
}

.tier-list {
	width: 90%;
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.tier-list tr th, .tier-list tr td {
	padding: 10px;
	border: 1px solid #DDD;
	border-right: 0px;
	border-left: 0px;
}

.tier-start {
	width: 20%;
}

.tier-end {
	width: 20%;
}

.tier-price {
	width: 30%;
}

.tier-price-format {
	width: 30%;
}

.tier-header {
	text-align: center;
	font-weight: normal;
	background-color: #f4f4f4 !important;
}

.tier-data {
	text-align: center;
}

.descriptionArea {
	width: 80%;
	border: 0px;
	resize: none;
	line-height: 1.2;
	vertical-align: top;
	padding: 0px;
}

/* IE11の説明欄用CSSハック */
@media all and (-ms-high-contrast:none) {
	.descriptionArea {
		white-space: pre;
	}
}

/* EDGEの説明欄用CSSハック */
_:-ms-lang(x), _::-webkit-meter-bar, .descriptionArea {
	white-space: pre-wrap;
}

.item-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

/* ボタン見出しの省略対応 */
.footer-button {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 各画面のコピーライト部分 */
.copyright-logo {
	color: #919191;
}

.copyright-img-logo {
	width: 9%;
}

.copyright-area {
	bottom: 0;
	padding-left: 150px;
	font-size: 14px;
	text-align: center;
	padding-left: 0px;
	background-color: #D8D8D8;
}

@media screen and (max-height: 520px) {
	.main-container {
		padding: 10px 22px;
		min-height: 270px;
	}
	.footer-btn-area {
		padding: 20px 190px;
	}
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingImg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(/img/loading.gif) center center no-repeat;
}

.btn-ignore {
  pointer-events: none;
}

.selectedData {
	background-color: #FFD200;
}

.tier-info:hover {
	background-color: #FFFBF0;
}

img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 7px!important;
  vertical-align: middle;
}

.description-white-space {
	white-space: nowrap;
}

/* 表示/非表示の初期設定用 */
.switch-visible {
	display: block;
}

.switch-not-visible {
	display: none;
}

.notification-size {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	padding: 18px;
	border-radius: 2px;
	line-height: 20px;
	right: 0;
	width: 980px;
	margin: 0px 0px 30px 0px;
}

.caution-color {
	background-color: #fff4b7;
	color: #ff4500;
	border: 1px solid #ff4500;
}
