@charset "UTF-8";

/* -------------------------------------------
/* 共通
/* -----------------------------------------*/
body {
	background-color: #fafafa;
}

input[type="text"], input[type="password"], select {
	height: 28px;
	border-radius: 2px;
	padding: 2px 5px 2px;
	border: 1px solid #ccc;
	border-color: #d2d6de;
}

input.field-error, select.field-error {
	border-color: #e6796b;
	background-color: #fcefee;
}

.wrapper {
	margin: 0 auto;
	width: 1024px;
	min-height: 100%;
	background: transparent;
}

.global-error {
	margin: 32px 0;
	font-size: 18px;
}

.contents-wrapper {
	width: 900px;
	margin: 16px auto;
}

.contents .contents-header {
	margin-bottom: 16px;
}
.contents .contents-header .description {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 16px;
}

.contents .contents-body .title {
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	font-size: 20px;
	background-color: #ffbf7f;
	color: #d46a00;
	text-align: center;
	margin: 0;
	padding: 0;
}
.contents .contents-body .description {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.contents .contents-body .entry-wrapper {
	width: 768px;
	margin: 16px auto;
}
.contents .entry-wrapper .description {
	font-size: 16px;
	line-height: 1.8em;
}
.contents .contents-body .button-wrapper {
	margin: 16px auto;
	text-align: center;
}

ul.message-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px 0;
}
ul.message-list li {
	font-size: 14px;
	font-weight: bold;
}
ul.message-list.info {
	color: #00a65a;
}
ul.message-list.error {
	color: #dd4b39;
}

.error {
	display: block;
	font-size: 12px;
	color: #D73925;
	margin-top: 4px;
}

/* -------------------------------------------
/* 共通：ヘッダー部
/* -----------------------------------------*/

.main-header {
	width: auto;
	height: 72px;
	border-bottom: 1px solid #b2b2b2;
}
.main-header h1 {
	font-size: 28px;
	height: 64px;
	line-height: 64px;
	margin: 0px;
}
.main-header h1 .sub-title {
	font-size: 22px;
}
.main-header .logo {
	font-size: 36px;
	font-weight: bold;
    display: inline-block;
    float:	right;
	height: 72px;
	line-height: 72px;
	background-color: transparent;
}
.main-header .logo a {
	color: #d46a00;
	text-decoration: none;
}

/* -------------------------------------------
/* 共通：入力テーブル
/* -----------------------------------------*/
table.base-table {
	width: 768px;
	margin: 0 auto;
}
table.base-table th,
    table.base-table td {
    padding: 6px 12px;
    border: 1px solid #999999;
    word-break: break-all;
}
table.base-table th {
    color: #222222;
	background-color: #fff2e5;
    font-weight: 400;
    white-space: nowrap;
}
table.base-table th.required:after {
	content: "※";
	margin-left: 5px;
	color: #cc0000;
	font-weight: bold;
}
table.base-table td {
    background-color: #fdfdfd;
}
table.base-table td span.help {
    display: block;
    margin-top: 4px;
    font-size: 0.85em;
}
table.base-table td span.help:before {
	content: "※";
}

table.base-table input.sm {
	width: 200px;
}
table.base-table input.lg {
	width: 100%;
}
table.base-table input.md {
	width: 400px;
}
table.base-table td .btn {
	padding: 2px 10px;
	margin: 0 2px 2px 0;
	height: 27px;
}
table.base-table input[readonly] {
    background-color: #f3f3f3;
    outline: none;
}
/******************************************************************************************************
 AdminLTE オーバーライド
******************************************************************************************************/
.btn {
	width: 160px;
	height: 40px;
	margin: 0 16px;
	border-radius: 0;
    padding-top: 10px;
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;	
}
.btn:hover {
    background-color: #b2b2b2;
	border-color: #dcdcdc;
}

.btn-primary {
	background-color: #26c7c3;
	border-color: #21aaa7;
	color: #ffffff;
}
.btn-primary:hover,
	.btn-primary:active,
	.btn-primary.hover {
    background-color: #26c7c3;
    border-color: #21aaa7;
    opacity: .65;
}
.btn-primary.focus,
	.btn-primary:active:focus,
	.btn-primary:focus {
	background-color: #21aaa7;
	border-color: #1b8e8b;
}
.btn.active.focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn:active:focus,
	.btn:focus {
    outline: none;
}
/* -------------------------------------------
/* ローディング
/* -----------------------------------------*/

#page-protector:hover {
/* 	cursor: wait; */
}

#page-protector .bg {
	background-color : #000000;
	height : 100%;
	width : 100%;
	opacity : 0.15;
	position : fixed;
	top : 0;
	left : 0;
	z-index: 9000;
}

#page-protector .loading {
	position: fixed;
	top: 25%;
	left: 50%;
	width: 400px;
	padding: 30px;
	text-align: center;
	z-index: 9001;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#page-protector .loading .message {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
