@charset "UTF-8";
/*--------------------------------------
  全体
---------------------------------------*/
body,code, kbd, pre, samp, .btn, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo","Helvetica Neue","Helvetica","Arial",sans-serif;
}
code {
	background-color: inherit;
	color: inherit;
}
textarea.ime_on {
	ime-mode : active;
}
input[type="text"] {
	ime-mode : disabled;
}
input.ime_on {
	ime-mode : active;
}
input.ime_off {
	ime-mode : disabled;
}
.word_wrap {
	word-wrap: break-word;
	word-break: break-all;
}
i.glyphicon {
	margin-right: 6px;
}
i.glyphicon.only_icon,
span.input-group-btn > button > i.glyphicon {
	margin-right: 0px;
}
span.input-group-btn > button.btn {
	height: 40px;
}
#body_wrapper {
	overflow-x: hidden;
}
/*--------------------------------------
  ヘッダ
---------------------------------------*/
div.navbar_line {
	width: 100%;
	height: 55px;
	font-size: 15px;
}
div.navbar-header > a.navbar-brand.navbar_header_logo {
	background: url('../images/logo.png') no-repeat;
	background-size: auto 70px;
	width: 300px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	display: block;
	margin-left: 0px;
}
div.navbar_info {
	width: 100%;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
}
nav.navbar-static-top {
	margin-bottom: 0px;
}
button.navbar-toggle {
	margin-top: 8px;
}
ul.nav.navbar_logout > li {
	margin-top: 5px;
}
/*--------------------------------------
  フッタ
---------------------------------------*/
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 110px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 110px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-radius: 0px;
	font-size: 15px;
	padding: 2px 15px 0px 15px;
}
/*--------------------------------------
  コンテンツ領域
---------------------------------------*/
#page_wrapper {
	padding: 15px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
}
#page_wrapper > div.row {
	margin-bottom: 10px;
}
#panel_wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*--------------------------------------
  メニュー
---------------------------------------*/
.sidebar_collapse .nav {
	padding: 0px;
}
.sidebar_collapse > .nav > li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.nav_second_level li,
.nav_third_level li {
	border-bottom: none !important;
}
.nav_second_level li a {
	padding-left: 37px;
}
.nav_third_level li a {
	padding-left: 55px;
}
.sidebar_collapse > .nav > li > a {
	padding:15px 10px;
}
/*--------------------------------------
  メニュー開閉アイコン
---------------------------------------*/
// 矢印
.collapser .glyphicon.arrow {
	float: right;
}
.collapser .glyphicon.arrow:before {
	content: "\e257";
}
.collapser.active .glyphicon.arrow:before {
	content: "\e259";
}
// プラス、マイナス
.collapser2 .glyphicon.open_close {
	float: right;
}
.collapser2 .glyphicon.open_close:before {
	content: "\2b";
}
.collapser2.active .glyphicon.open_close:before {
	content: "\2212";
}
/*--------------------------------------
  ページトップリンク
---------------------------------------*/
.link_to_top {
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 12px;
	cursor: pointer;
}
/*--------------------------------------
  パネル
---------------------------------------*/
.panel {
	margin-bottom : 10px;
}
.panel-body {
	padding : 10px;
	font-size: 15px;
}
.panel-heading {
	padding: 8px 15px;
	font-size: 20px;
}

/*--------------------------------------
  警告
---------------------------------------*/
div.alert{
	margin-top:3em;
	margin-bottom : 10px;
	font-size: 15px;
}
div.alert .alert_title {
	font-size: 20px;
	text-decoration: underline;
}
/*--------------------------------------
  ボタン
---------------------------------------*/
.btn {
//	padding: 5px 10px;
}
/*--------------------------------------
  ボタン配置領域
---------------------------------------*/
div.btn_bar {
	border-top-style: solid;
	border-top-width: 1px;
}
div.btn_bar > div.row {
	padding: 8px 0px;
}
div.btn_bar > div.row > div {
	padding: 0px 8px;
}
/*--------------------------------------
  フォーム
---------------------------------------*/
/*
form {
	font-size: 12px;
}
.form-group {
	margin-bottom : 11px;
}
fieldset > div.form-group:last-child {
	margin-bottom : 0px;
}
*/
/*
.form-control {
	height: 30px;
	padding: 4px 8px;
	font-size: 13px;
}
.form-control-static {
	min-height: 30px;
	font-size: 13px;
	padding: 5px 8px;
}
*/
.form-control {
	height: 40px;
	font-size: 16px;
}
legend {
	margin-bottom: 10px;
	line-height: 1.2em;
}
legend > span,
legend > div {
	font-size: 14px;
	line-height: 1em;
}
.has-error .select2-selection.select2-selection--multiple {
	border-color: #d9230f;
}
.has-error .select2-selection.select2-selection--single {
	border-color: #d9230f;
}
.select2-selection.select2-selection--single {
	height: 30px;
}
.form-group .form-control.input_code3 {
	min-width: 80px;
}
.form-group .form-control.input_code6 {
	min-width: 80px;
}
.form-group .form-control.input_value4 {
	min-width: 70px;
}
.form-group .form-control.input_value8 {
	min-width: 120px;
}
p.form-control.form-control-static {
	background-color: #eeeeee;
	color: #444444;
}
div.form-group > .required > .control-label:after,
div.form-group.required > .control-label:after {
	content: "*";
	color: red;
}
.help-block {
	margin-top: 4px;
	margin-bottom: 2px;
	color: #979799;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #ddd;
}
/*--------------------------------------
  ラジオボタン・マルチチェックボックス
---------------------------------------*/
.input-group > .btn-group.radio_btn > .btn,
.input-group > .btn-group.check_btn > .btn {
	font-size: 12px;
	min-height: 30px;
	padding-top: 6px;
}
.input-group > .btn-group.radio_btn > .btn.not_active,
.input-group > .btn-group.check_btn > .btn.not_active {
	background-image: none;
	background-color: #ffffff;
}
.input-group > .btn-group.radio_btn > .btn.btn-default.not_active,
.input-group > .btn-group.check_btn > .btn.btn-default.not_active {
	color: #2e2f2f;
}
.input-group > .btn-group.radio_btn > .btn.btn-info.not_active,
.input-group > .btn-group.check_btn > .btn.btn-info.not_active {
	color: #02749c;
}
.input-group > .btn-group.radio_btn > .btn.btn-primary.not_active,
.input-group > .btn-group.check_btn > .btn.btn-primary.not_active {
	color: #a91b0c;
}
.input-group > .btn-group.radio_btn > .btn.btn-success.not_active,
.input-group > .btn-group.check_btn > .btn.btn-success.not_active {
	color: #2f6405;
}
.input-group > .btn-group.radio_btn > .btn.btn-danger.not_active,
.input-group > .btn-group.check_btn > .btn.btn-danger.not_active {
	color: #ac6819;
}
.input-group > .btn-group.radio_btn > .btn.btn-warning.not_active,
.input-group > .btn-group.check_btn > .btn.btn-warning.not_active {
	color: #79377c;
}
.input-group > .btn-group.radio_btn > .btn.not_active:hover,
.input-group > .btn-group.check_btn > .btn.not_active:hover {
	background-color: #f3f3f3;
}
.input-group > .btn-group.check_btn~button {
	margin-left: 10px;
}
/*--------------------------------------
  チェックボタン
---------------------------------------*/
.form-group > .check_btn {
	padding-top: 4px;
}
.form-group > .check_btn > a.btn {
	padding: 1px 5px;
	margin-right: 10px;
}
.form-group > .check_btn > span {
	cursor: pointer;
	position: relative;
	top: 2px;
}
.form-group > .check_btn > .btn.not_active {
	background-image: none;
	background-color: #ffffff;
	color: #ffffff;
}
.form-group > .check_btn > a.btn > i {
	width: 12px;
}
.form-group > .check_btn > a.btn.active > i:before {
	content: "\e013";
}
/*--------------------------------------
  一覧（テーブル）
---------------------------------------*/
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
	vertical-align: middle;
	border-top: 1px solid #bbbbbb;
	padding: 5px;
	font-size: 15px;
}
table.table > thead > tr:first-child > th,
table.table > tbody > tr:first-child > th,
table.table > tfoot > tr:first-child > th,
table.table > thead > tr:first-child > td,
table.table > tbody > tr:first-child > td,
table.table > tfoot > tr:first-child > td {
	border-top: none;
}
table.table {
	margin-top:3em;
	margin-bottom: 0px;
	max-width: none;
}
table.table > tbody > tr > td.cell_right,
table.table > thead > tr > th.cell_right {
	text-align: right;
}
table.table > thead > tr > th {
	border-bottom: 0px;
}
table.table > thead > tr > th.cell_btn {
	width : 80px;
}
table.table > thead > tr > th.entry_plan {
	width : 160px;
	color: #000000;
}
table.table > tbody > tr > th.entry_plan_sub {
	color: #000000;
}
table.table > tbody > tr > td.entry_plan_sub_title {
	width : 160px;
}
/*--------------------------------------
  モーダルダイアログ
---------------------------------------*/
.modal-header {
	padding: 10px;
	border-bottom: 0px;
}
.modal-body {
	font-size: 14px;
	padding : 15px 15px 10px 15px;
}
.modal-footer {
	border-radius: 0px 0px 6px 6px;
	border-top: 0px;
	padding: 15px;
}
div#modal_search_body.modal-body {
	padding : 0px;
}
div#modal_search > div.modal-dialog > div.modal-content > div.modal-footer {
	border-top : 1px solid;
}
/*--------------------------------------
  日付選択
---------------------------------------*/
div.datepicker-days > table.table-condensed > tbody > tr > td.holidays:not(.new):not(.old) {
	color: red;
}
div.datepicker-days > table.table-condensed > thead > tr > th.dow:first-child,
div.datepicker-days > table.table-condensed > tbody > tr > td:first-child:not(.new):not(.old) {
	color: red;
}
div.datepicker-days > table.table-condensed > thead > tr > th.dow:last-child,
div.datepicker-days > table.table-condensed > tbody > tr > td:last-child:not(.new):not(.old) {
	color: blue;
}
div.datepicker-days > table.table-condensed > tbody > tr > td.day_closed:not(.new):not(.old) {
	background-color: #808080;
	color: white;
}
div.datepicker-days > table.table-condensed > tbody > tr > td.disable_weekday:not(.new):not(.old) {
	background-color: #808080;
	color: white;
}
/*--------------------------------------
  メディアクエリ
---------------------------------------*/
@media(min-width:992px) {
	#page_wrapper{
		margin: 0 0 0 260px;
		padding: 10px 15px;
	}
	.navbar_side {
		z-index: 1;
		position: absolute;
		width: 260px;
	}
	button.btn_pushed {
		margin-left: 10px;
	}
	button.btn.pull-right.btn_stretch_md+button.btn.pull-right.btn_stretch_md {
		margin-right: 10px;
	}
	button.btn.btn_stretch_md:not(.pull-right)+button.btn.btn_stretch_md {
		margin-right: 10px;
	}
	button.btn.btn_stretch_md:not(.pull-right):first-child {
		margin-right: 10px;
	}
	button.btn.btn_stretch_md:not(.pull-right):not(.pull-left) {
		margin-right: 7px !important;
	}
}
@media (max-width: 767px) {
	button.btn_stretch_sm {
		width: 100%;
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	button.btn_stretch_md {
		width: 100%;
	}
	button.btn_stretch_md+button.btn_stretch_md {
		margin-top: 10px;
	}
	form,
	.input-group > .btn-group.radio_btn > .btn,
	.input-group > .btn-group.check_btn > .btn,
	.btn {
		font-size: 14px;
	}
	/*
	.form-control {
		height: 32px;
		padding: 5px 8px;
		font-size: 14px;
	}
	.form-control-static {
		min-height: 32px;
		font-size: 14px;
		padding: 5px 8px;
	}
	*/
	.form-horizontal .control-label {
		text-align: left;
	}
	.callout {
		border-width: 0px;
		border-left-color: #eee !important;
		padding: 0px;
	}
	.callout+.callout {
		margin-top: 30px;
	}
	.callout h4 {
		border-bottom: 1px solid;
		font-size: 17px;
	}
	div.datepicker-days > table.table-condensed > thead > tr > th,
	div.datepicker-days > table.table-condensed > tbody > tr > th,
	div.datepicker-days > table.table-condensed > tfoot > tr > th,
	div.datepicker-days > table.table-condensed > thead > tr > td,
	div.datepicker-days > table.table-condensed > tbody > tr > td,
	div.datepicker-days > table.table-condensed > tfoot > tr > td {
		padding: 8px;
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	button.btn_pushed {
		margin-left: 10px;
	}
	.form-group input.form-control.input_date {
		width: 120px;
	}
	.form-group p.form-control-static.input_date {
		width: 140px;
	}
	.form-group input.form-control.input_date_from_year {
		width: 120px;
	}
	.form-group p.form-control-static.input_date_from_year {
		width: 140px;
	}
	.form-group input.form-control.input_ym {
		width: 100px;
	}
	.form-group p.form-control-static.input_ym {
		width: 100px;
	}
	.form-group input.form-control.input_money,
	.form-group p.form-control-static.input_money {
		width: 140px;
		text-align: right;
	}
	.form-group input.form-control.input_value2 {
		width: 60px;
	}
	.form-group input.form-control.input_value4 {
		width: 70px;
	}
	.form-group .form-control.input_value8 {
		width: 130px;
	}
	.form-horizontal .control-label {
		padding-top: 8px;
	}
	.form-group p.form-control-static.input_zip {
		width: 110px;
	}
	.form-group p.form-control-static.input_sex {
		width: 60px;
	}
	.form-group p.form-control-static.input_birthday {
		width: 170px;
	}
}
/*--------------------------------------
  エラーメッセージ
---------------------------------------*/
span.err_block {
	display: block;
	margin-bottom: 2px;
	font-size: 13.5px;
}
span.err_block > i:after {
	content: "\2000";
}
/*--------------------------------------
  スクロールバー
---------------------------------------*/
.scroll-box-x {
	overflow-x: auto;
	overflow-y: hidden;
}
.scroll-box-y {
	overflow-x: hidden;
	overflow-y: auto;
}
.scroll-box-both {
	overflow-x: auto;
	overflow-y: auto;
}
.scroll-box::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
.scroll-box::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #dddddd;
}
.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #606060;
}
/*--------------------------------------
  規約
---------------------------------------*/
.block_kiyaku {
	overflow-x: hidden;
	white-space: pre-wrap;
}
/*--------------------------------------
  読取項目
---------------------------------------*/
input[readonly].input_default_style{
	background-color: #ffffff;
}
/*--------------------------------------
  画像
---------------------------------------*/
img.align_left
{
	float:left;
}
img.align_right
{
	float:right;
}
img.photo_face
{
	padding-bottom: 15px;
	width:200px;
}

/*--------------------------------------
  余白
---------------------------------------*/
.margin_zero {
	margin: 0px;
}
.mt1 {
	margin-top:1em;
}
.mt2 {
	margin-top:2em;
}
.mt3 {
	margin-top:3em;
}
.mt4 {
	margin-top:4em;
}
.mt5 {
	margin-top:5em;
}
.mb1 {
	margin-bottom:1em;
}
.mb2 {
	margin-bottom:2em;
}
.mb3 {
	margin-bottom:3em;
}
.m_btn_g {
	margin-top:4em;
	margin-bottom:4em;
}
.mr1 {
	margin-right:1em;
}
.ml1 {
	margin-left:1em;
}
.form-group .igp5 .input-group-addon,
.form-group .igp5 .form-control {
	padding: 5px;
}
/*--------------------------------------
  MEMO
---------------------------------------*/
.memo {
	margin-left:5px;
	margin-bottom:5px;
}
/*--------------------------------------
  進捗状況表示
---------------------------------------*/
.nav-wizard{
	margin-top:3em;
}
/*--------------------------------------
  文字装飾・サイズ
---------------------------------------*/
.title_bold{
	font-weight:800;
}
.sub_title {
	font-size: 18px;
}
.nebiki_bf {
	color: red;
	text-decoration:line-through;
}
span.required {
	content: "*";
	color: red;
}
.alignCenter{
	text-align: center
}
.hidden_item{
	display:none !important;
}
.plan_biko {
	color: red;
}
.display_block {
	display:block;
}
.text_no_line > a
{
	text-decoration: none;
}
