@charset "utf-8";

/** 色覚障がい者配慮 */
a {
	text-decoration: underline !important;
	text-underline-offset: 1px;
}

input[type=submit], input[type=button] {
	text-decoration: underline;
}

/***/
p, td {
	word-break: break-all;
}

hr.divider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.google-logo {
	display: inline-block;
	vertical-align: top;
	background-position: 0 -1794px;
	background-image: url("https://ssl.gstatic.com/gb/images/p1_c9bc74a1.png");
	height: 64px;
	width: 64px;
}

.link-caption {
	vertical-align: middle;
	line-height: 64px;
}

.row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hidden-control {
	display: none;
}
/***/
.scopes {
	display: inline-block;
	margin-right: 1em;
}

.scopes label {
	margin-left: 0.1em;
}

/***/
.ok-text {
	color: blue;
	font-weight: bold;
}

.ng-text {
	color: red;
	font-weight: bold;
}

.warn-text {
	color: red;
	font-weight: bold;
}

.err-text {
	color: red;
	font-weight: bold;
}

.unimplemented {
	color: red;
	font-weight: bold;
}

.optional {
	color: gray;
}

/***/
.sys-tool {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid gray;
	outline: 1px solid silver;
}

.home-panel {
	border-radius: 0.5em;
	padding: 0.5em;
	border: 2px solid silver
}

.admin-scr {
	background: #ffe0e0;
}

.business-scr {
	background: #e0ffe0;
}

.confirm-scr {
	background: #e0e0ff;
}

.agreement-text, .memo-text {
	font-size: 80%;
	color: gray;
}

/***/
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN',
		'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: medium;
}

DIV[data-column-sort] a {
	padding-right: 20px;
	background: url("/amp/assets/meta/core/17419a2b/sortable.png") no-repeat right;
}

DIV[data-column-sort=ASCENDING] a {
	background-image: url("/amp/assets/meta/core/9bb6819e/sort-asc.png");
}

DIV[data-column-sort=DESCENDING] a {
	background-image: url("/amp/assets/meta/core/5ada83c7/sort-desc.png");
}

DIV.separator HR {
	margin: 0px 10px;
	padding-bottom: 6px;
	border-top: 1px solid #c0c0c0;
}

FORM {
	background: #fff;
}

FORM.nav {
	border: 1px solid #ddd;
	border-top: 0;
}

FORM.form-rounded {
	border: 2px solid #333;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

FORM.form-rounded DIV.form-header {
	margin-top: -2px;
	padding-bottom: 10px;
}

FORM.form-rounded DIV.form-header-item {
	padding: 5px 5px 5px 20px;
	font-size: 120%;
	font-weight: bold;
	color: white;
	background: #333;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}

INPUT[disabled] {
	pointer-events: none;
}

.container.border-outer {
	border: 2px solid #333;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.container.border-outer>DIV.header {
	margin-top: -2px;
}

.container.border-outer>DIV.header>DIV.header-item {
	padding: 5px 5px 5px 20px;
	font-size: 120%;
	font-weight: bold;
	color: white;
	background: #333;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}

.container.border-outer>DIV.header>DIV.header-item>DIV.tool-btn {
	float: right !important;
	margin-top: -3px;
	margin-left: 3px;
}

.border-inner {

}

.border-inner DIV.detail-header {
	text-align: center;
}

.border-inner DIV.detail-header>DIV {
	font-weight: bold;
	color: white;
	background: #444;
}

.border-inner>.row {
	border-top: 1px solid #333;
}

.border-inner>.row>DIV {
	padding-top: 4px;
	padding-bottom: 2px;
	border-left: 1px solid #333;
}

.border-inner>.row>DIV.item {
	padding-top: 9px;
	padding-bottom: 9px;
}

.border-inner>.row>DIV.tool {
	padding-top: 6px;
	padding-bottom: 3px;
}

TABLE.table-bordered.table-nobottom {
	margin-bottom: 0px;
}

TABLE.table-bordered TR.header, TABLE.table-bordered TH.header, TABLE.table-bordered THEAD TH
	{
	background: #ccc;
	color: #0;
	text-align: center;
}

TABLE.table-bordered TR.header A, TABLE.table-bordered TH.header A,
	TABLE.table-bordered THEAD TH A {
	color: #225279;
}

DIV.form-header-item DIV.tool-btn {
	float: right !important;
	margin-top: -3px;
	margin-left: 3px;
}

DIV.row DIV.tool-btn {
	float: right !important;
	margin-top: -3px;
	margin-left: 3px;
}

TABLE.table {
	background: #fff;
}

H3 {
	line-height: initial;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

INPUT[type=checkbox] {
	font-size: 120%;
	height: 24px;
	width: 24px;
	vertical-align: text-bottom;
}

.nav-tabs>li.active>DIV>a, .nav-tabs>li.active>DIV>a:hover, .nav-tabs>li.active>DIV>a:focus
	{
	color: #555;
	cursor: default;
}

.nav-tabs>li>DIV {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-right: 2px;
	line-height: 1.42857143;
}

.nav-tabs>li.active>DIV {
	background-color: #fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .form-control[disabled],
	fieldset[disabled] .form-control {
	cursor: default;
}

.breadcrumb {
	background-color: initial;
	margin-bottom: initial;
}

TD DIV.star A {
	color: #ddd;
	font-size: 24px;
}

TD DIV.star.watch A {
	color: #f22;
}

DIV.mode {
	margin-top: 1em;
}

DIV.mode>DIV>DIV {
	padding: 5px;
	border: 1px solid #ddd;
}

DIV.mode>DIV>.selected {
	background: #d9edf7;
}

DIV.form-rounded {
	border: 2px solid #333;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.tilt {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.nowrap {
	white-space: nowrap;
}

DIV#FollowHeader.addHeader {
	background: white;
}

DIV.row.login-note {
	padding: 1em 1em 0 1em;
}

DIV.row.login-note>P.indent {
	text-indent: -1em;
	padding-left: 1em;
}

DIV#AlternateHeader {
	background: #fff;
}

.draft-unknown {
	font-weight: bold;
	background: red;
	color: white;
}