/* 全体レイアウト */
html, body {
	height: 100%;
}
header, main {
	width: 98.333333333333%;
	margin-left: 0.83333333333333%;
	margin-right: 0.83333333333333%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -2em;
}
#for_footer_fixing {
	height: 2em;
}
footer {
	height: 2em;
	background-color: #a3d48e;
	text-align: center;
	padding-top: 0.3em;
}

/* 非対応表示用 */
.ie_legacy {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffd700;
    padding: 0.75em 0 0.75em 4em;
}
.ie_legacy i[class^='glyphicon'] {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 0.5em;
    margin-top: -0.5em;
    color: #dc143c;
}
.ie_legacy .strong {
    color: #dc143c;
    font-weight: bold;
}
.no_script {
    position: relative;
    top: 0;
    left: 0;
    background-color: #dc143c;
    padding: 0.75em 0 0.75em 4em;
    color: #fff0f5;
}
.no_script i[class^='glyphicon'] {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 0.55em;
    margin-top: -0.45em;
    color: #fff0f5;
}

/* ヘッダー箇所 */
#title {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0.25em;
}
#title img {
	height: 1.25em;
	vertical-align: bottom;
	margin: 0 0.25em;
}
#login_user {
	margin: -1.25em 0.25em 0.5em 0;
}
.navbar-nav li i.fa {
	margin-right: 0.5em;
}
.navbar-nav li i.fa-file-pdf-o {
	color: #ff0000;
}
#page_title i.fa {
	margin-right: 0.75em;
}

/* スクロールテーブルレイアウト */
/*
.list_data {
	max-height: 400px;
	overflow-y: auto;
}
.list_data.with_btn {
	max-height: 350px;
}
*/
.list_data table.table>tbody>tr>td {
	border-top: 1px solid transparent;
}
.list_data > table.table:nth-child(even) > tbody > tr > td {
	background-color: #f0f0f0;
}
.list_data > table.table.fixed_data > tbody > tr > td {
	background-color: #fdd;
}
.list_data > table.table > tbody:hover > tr > td {
  background-color: #f5f5dc;
}
/* 項目の幅指定（px単位） */
.scrollbar_width {
	width: 18px;
}
.fixed_flg_area {
	width: 24px;
	color: #dc143c;
}
.width_30 {
	width: 30px;
}
.width_50 {
	width: 50px;
}
.width_60 {
	width: 60px;
}
.width_70 {
	width: 70px;
}
.width_80 {
	width: 80px;
}
.width_90 {
	width: 90px;
}
.width_100 {
	width: 100px;
}
.width_110 {
	width: 110px;
}
.width_130 {
	width: 130px;
}
.width_170 {
	width: 170px;
}
.width_360 {
	width: 360px;
}
.width_450 {
	width: 450px;
}
.width_480 {
	width: 480px;
}

/* 背景色指定（例外用） */
th.no_bgcolor {
	background-color: transparent;
}
/* .tableで上枠線消すため */
.table th.no_border, .table td.no_border {
	border-top: 1px solid transparent;
}

/* フォーム・メッセージ関連 */
.cancel_list_msg strong {
	color: #dc143c;
}
.required {
	margin-left: 0.5em;
	color: #dc143c;
}
#error_message {
	display: none;
}
#error_message .message {
	font-weight: bold;
}
.input-group {
	max-width: 350px;
}
.input-group.date {
	max-width: 152px;
}
.form-control[readonly] {
	background-color: #fafafa;
}
.btn i.fa {
	margin-left: 0.75em;
}
form .radio.radio_group, form.input_form table tr td .checkbox.checkbox_group {
	padding-top: 3px;
}
form .radio.radio_group label {
	margin-right: 2em;
}
form .radio.radio_group.has-error, form .checkbox.checkbox_group.has-error {
	background-color: #f2dede;
	border-color: #ebccd1;
}
form.input_form table tr td .checkbox.checkbox_group label {
	width: 8em;
	line-height: 2em;
}
form.input_form table tr td .help-block {
	margin-bottom: 0;
	font-size: 90%;
}
table.btn_area {
	margin: 1em 0 0 0;
}
table.btn_area tr td {
	border-top: none;
	padding: 0;
}
table.btn_area .text-right button,
table.btn_area .text-right a.btn {
	margin-left: 1em;
	margin-right: 0;
}
table.btn_area button,
table.btn_area a.btn {
	margin-left: 0;
	margin-right: 1em;
}
.help-block.right-block {
	margin-top: 0.5em;
}

/* 検索条件指定欄 */
#searchbox_body {
	padding: 8px;
}

/* ログイン前フォームのレイアウト */
#login_area {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 100px;
}

/* table Layout */
table tr th {
	background-color: #a3d48e;
}
.paginator {
	text-align: right;
	margin-bottom: -5px;
	padding:0;
}
.listtop_btnarea {
	margin-bottom: 5px;
}
.listtop_btnarea.with_pagenator {
	margin-top: -42px;
}
.paginator.with_help_block {
	margin-top: -30px;
}
table.info_table {
	margin-bottom: 1.5em;
}

/* セレクタWindowのレイアウト */
.select_window_content .search_box tr td {
	border-top: none;
}
.select_window_loading {
	display: none;
	text-align: center;
}

#confirm_cancel_window h5 {
	margin: 5px 0 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	border: 1px solid #a3d48e;
	border-bottom: none;
	padding: 5px;
	width: 12em;
	text-align: center;
	font-weight: bold;
}

/* ステップナビゲーション */
ol.stepnavi {
	padding: 0;
	margin: 0 0 1.5em 0;
	list-style: none;
	text-align: center;
	counter-reset: stepnavi_item;
}
ol.stepnavi li {
	display: inline-block;
	margin: 0 0.25em;
	padding: 0 0.5em;
	text-align: center;
	line-height: 4em;
	height: 4em;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	color: #cccccc;
}
ol.stepnavi li span:before {
	counter-increment: stepnavi_item;
	content: counter(stepnavi_item);
	display: inline-block;
	font-size: 1.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	margin-right: 0.5em;
	background: #f9e0c0;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
}
ol.stepnavi li span {
	margin: 0;
	padding: 0;
}
ol.stepnavi li span:after {
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
	content:"\f138";
	font-size: 1.2em;
	padding-left: 0.5em;
}
ol.stepnavi li.last span:after {
	content: " ";
	padding-left: 0;
}
ol.stepnavi li.done {
	color: #333333;
}
ol.stepnavi li.current {
	background-color: #f5f5dc;
	color: #333333;
}
ol.stepnavi li.current span:before, ol.stepnavi li.done span:before {
	background: #f0ad4e;
}
ol.stepnavi li.current span:after {
	content:"\f13a";
	padding-left: 0.5em;
}
th.route_step {
	position: relative;
}
th.route_step > span.step_item {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	display: inline-block;
	padding: 0 0.5em;
	text-align: center;
	line-height: 1.75em;
	height: 1.75em;
	border: 1px solid #e3e3e3;
	border-radius: 0.5em;
    background-color: #f5f5dc;
}

@media screen and (max-height:800px) { 
    /* Height: Under 800px */
	.list_data {
		max-height: 400px;
		overflow-y: auto;
	}
	.list_data.with_btn {
		max-height: 350px;
	}
}
@media screen and (min-height:801px) and (max-height: 825px) {
    /* Height: 801px to 825px */
	.list_data {
		max-height: 425px;
		overflow-y: auto;
	}
	.list_data.with_btn {
		max-height: 375px;
	}
}
@media screen and (min-height:826px) and (max-height: 850px) {
    /* Height: 826px to 850px */
	.list_data {
		max-height: 450px;
		overflow-y: auto;
	}
	.list_data.with_btn {
		max-height: 400px;
	}
}
@media screen and (min-height:851px) and (max-height: 875px) {
    /* Height: 851px to 875px */
	.list_data {
		max-height: 475px;
		overflow-y: auto;
	}
	.list_data.with_btn {
		max-height: 425px;
	}
}
@media screen and (min-height:876px) and (max-height: 900px) {
    /* Height: 876px to 900px */
	.list_data {
		max-height: 500px;
		overflow-y: auto;
	}
	.list_data.with_btn {
		max-height: 450px;
	}
}
@media screen and (min-height:901px) {
    /* Height: Over 900px */
	.list_data {
		max-height: 525px;
		overflow-y: auto;
	}
	.list_data.with_btn {
		max-height: 475px;
	}
}