@charset "utf-8";

/** 色覚障がい者配慮 */
a {
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

input[type=submit], input[type=button] {
	text-decoration: underline;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}

label {
	padding-left: 5px;
}

div.confirm-message {
	text-align: center;
	color: blue;
	font-weight: bold;
}

div.warn-message {
	text-align: center;
	color: red;
	font-weight: bold;
}

p.help-block {
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}

/***/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}

body.background-svg {
	background: url("/macs/assets/meta/z50c65f47/img/background.svg");
	background-size: 400px 400px;
	background-position: 50px 50px;
}

DIV[data-column-sort] a {
	padding-right: 20px;
	background: url("/macs/assets/meta/17419a2b/img/sortable.png") no-repeat right;
}

DIV[data-column-sort=ASCENDING] a {
	background-image: url("/macs/assets/meta/9bb6819e/img/sort-asc.png");
}

DIV[data-column-sort=DESCENDING] a {
	background-image: url("/macs/assets/meta/5ada83c7/img/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;
}

.rounded-frame {
	border: 2px solid #333;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.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-rounded DIV.form-header {
	margin-top: -2px;
	padding-bottom: 10px;
}

.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;
}

.container.border-outer>DIV.detail {
	border-top: 1px solid black;
}

.container.border-outer>DIV.detail>DIV.detail-item {
	padding-top: 4px;
	padding-bottom: 2px;
	border-left: 1px solid #333;
}

/*.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: #000;
	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;
}

.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;
}

.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;
}

typo {
	background: #111;
	color: red;
}

.table.table-shortcut th {
	width: 16em;
}

.table.table-shortcut.table-connect {
	margin-bottom: -1px;
}