
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
}

/* FONT LIBRARY */

.border-all {
	border: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
}

.border-bottom-0 {
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
}

div.border-bottom-0 {
	width: 400px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	padding: 5px 0 5px 0;
}

#nyusatsuForm div, #rakusatsuForm div {
	width: 304px;
}

.label-success-light1 {
    background-color: #dff0d8;
    color: #000000;
}

.label-success-light2 {
    background-color: #dff0d8;
}


.label-block{
	display: block;
	padding: 0 5px !important;
	font-size: 100%;
	margin-right: 5px;
	line-height: 20px !important;
}

/* 入札状況 */
.label-status{
	display: block;
	padding: 0 5px !important;
	font-size: 100%;
	margin-right: 5px;
	line-height: 20px !important;
}

.label-status-ok {
    background-color: #ff0000;
    color: #ffffff;
    width: 56px;
}

/* 落札金額小数部 */
.decimal-fraction {
	font-size: x-small;
}

.label-status-unknown {
    background-color: #c0c0c0;
    color: #ffffff;
    width: 56px;
}

.btn-more {
	color: #3300ff;
	padding: 0 3px;
	cursor: pointer;
	margin-left: 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.btn-more:after {
	font-family: 'Glyphicons Halflings';
	content: "\e234";
	vertical-align: middle;
}

.btn-more:hover {
	background: #ddd;
}

.main .item-search{
	width: 980px;
    margin: 0 auto;
}

.ct-minor-nav {
	width: 980px;
    margin: 0 auto;
}

.ct-minor-nav .container-fluid {
	padding: 0;
}

.minor-nav {
	padding-top: 10px;
}

.minor-nav ul li {
	float: left;
	width: 170px;
	height: 53px;
}

.minor-nav ul li a {
	display: block;
	height: 53px;
	text-indent: -9999px;
}

.ct-breadcrumb .container-fluid {
	padding: 0;
}

.ct-client-search {
	margin: 0 60px;
}

.search-condition {
	position: relative;
}

.search-condition .panel-search {
	border: 1px solid #5cb85c;
}

.search-condition .panel-search .panel-heading {
	background: #5cb85c;
	color: #fff;
}

.search-condition .panel-body p {
	margin-bottom: 10px;
}

.search-condition .select-search {
	margin-top: 20px;
	margin-bottom: 35px;
}

.search-condition .select-search .input-down {
	position: absolute;
	top: 113px;
    right: 315px;
    cursor: pointer;
}


.select-search .form-control {
	display: inline-block;
	width: 57%;
	background: #fff;
}



.select-search-raku .form-control {
	display: inline-block;
	width: 60%;
	background: #fff;
}

.select-search .collapse.in{
	display: inline-block;
}

.select-search .well {
	width: 420px;
	background: #fff;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 0;
}

.select-search .well ul li {
	padding-bottom: 10px;
}

.select-search .well ul li i {
	float: right;
	cursor: pointer;
	padding: 0 7px;
	margin-top: 5px;
	color: #f97f23;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.select-search .well ul li i.save-edit {
	color: #008B00;
	display: none;
}

.select-search .well ul li i.remove-search {
	color: #FF3030;
}

.select-search .well ul li i.cancel-search {
	color: #FFC125;
	display: none;
}

.select-search .well ul li i:hover {
	color: #666;
}

.select-search .well .edit-input {
	display: none;
	padding: 5px 10px;
	height: 20px;
}

.select-search #show-search {
	position: absolute;
	right: 220px;
    top: 102px;
}

.add-search {
	width: 430px;
	height: 20px;
	vertical-align:bottom;
	padding: 3px 5px;
}

.add-search-raku {
	width: 455px;
}

.btn-form {
	padding:  6px 14px;
	border: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-oz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.save-search {
	width: 570px;
	margin: 30px auto;
}

.save-search-raku {
	width: 595px;
	margin: 30px auto;
}

.search-condition .modal-content {
	background: none;
	border: none;
	box-shadow: none;
}

.search-condition .modal-content .close {
	position: absolute;
    right: 40px;
    top: 50px;
    z-index: 999;
}

.search-condition .modal-content .close-raku {
	position: absolute;
    right: 0px;
    top: 50px;
    z-index: 999;
}

.save-search .panel{
	width: 100%;
	margin:  0;
	border: 1px solid #5cb85c;
}

.search-condition .save-search .panel-heading {
	background: #5cb85c;
	color: #fff;
}

.save-search .choose {
	text-align: right;
	margin: 10px 10px 10px 88px;
}

.save-search .guide {
	display: none;
}

.label-search p:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 14px;
	margin-right: 5px;
	background: #FFFBCE;
	border: 1px solid #ccc;
}

.panel {
	width: 820px;
    margin: 15px 0;
}

.panel.panel-default {
	border: none;
}

.login-form .th-form, .login-form .td-form {
	font-size: 12px;
	border: 1px solid #ccc;
    padding: 10px 5px;
}

.comp-name td, .comp-name th {
	font-size: 12px;
	font-weight: normal;
	border: none;
    padding: 10px 5px;
}

.comp-name td {
	width: 35px;
}

.comp-name th {
	width: 70px;
}

.comp-name th input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.comp-name td input {
	width: 100%;
	display: inline-block;
}

.login-form tr .th-form {
	border-left: none;
}

.login-form tr .td-form {
	border-right: none;
	padding-left: 10px;
}

.login-form tr:first-child .th-form, .login-form tr:first-child .td-form {
	border-top: 1px solid #ccc;
	border-top-left-radius: 3px;
}

.login-form tr:last-child .th-form, .login-form tr:last-child .td-form {
	border-bottom: none;
	border-bottom-right-radius: 3px;
}

.th-form {
	color: #000000;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    margin: 0;
    padding: 5px 10px;
    border-collapse: collapse;
    border-spacing: 1px;
    background: #FFFBCE;
}

.th-form.green {
    background: #dbf4d6;
}

.login-form .td-form input {
	height: 22px;
	padding: 3px;
}

.text-lenght-all {
	width: 510px;
}

.td-form span {
	font-size: 16px;
}

.td-form span a {
	color: blue;
}

.td-form span a:hover {
	color: #337ab7;
}

.td-form input {
	padding:0;
	vertical-align:middle;
	margin-top: 0;
}

span.red {
	color: red;
    font-size: 10px;
    font-weight: normal;
}

span.red-lg {
	color: #ff0000;
    font-size: 12px;
    font-weight: normal;
}

.border-none {
	position: relative;
	width: 100%;
	border-top: 5px solid #ccc;
}

.border-none.first {
	border-top: none;
}

.border-none tr th, .border-none tr td {
	border: none!important;
    padding: 5px 10px;
    vertical-align: bottom;
    text-align: center;
    font-size: 12px;
    padding-right: 100px;
}

.border-none tr td input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.border-none .type {
	background: #f2f2f2;
}

.border-none tr td.td-right {
	text-align: left;
    font-size: 10px;
}

.border-none span {
	position: absolute;
	bottom: 10px;
	right: 60px;
	cursor: pointer;
}

.border-none span i {
	font-size: 25px;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.border-none span i:hover {
	color: #ccc;
}

.add-email i {
	font-size: 25px;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.add-email i:hover {
	color: #ccc;
}


.select-date select {
	height: 20px;
	width: 70px;
	padding: 6px 5px;
	text-align-last: center;
	font-size: 12px;
}

.select-date select.form-control.search-period {
	height: 20px;
	width: 100px;
	padding: 6px 5px;
	text-align-last: center;
	font-size: 12px;
}


.select-date tr td {
	padding: 5px 0;
}

.display-rs select {
	height: 20px;
	text-align-last: center;
}

.display-rs td {
	padding-left: 0;
}

.submit-form {
	width: 50%;
	margin:  0 auto;
	height: 100px;
	position: relative;
}

.btn-submit {
	display: inline-block;
	margin: 0 20px;
	position: absolute;
}

.btn-clear {
	display: inline-block;
	margin: 0 20px;
	position: absolute;
	right: 0;
}

.mybtn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #378134));
	background:-moz-linear-gradient(top, #53ac50 5%, #378134 100%);
	background:-webkit-linear-gradient(top, #53ac50 5%, #378134 100%);
	background:-o-linear-gradient(top, #53ac50 5%, #378134 100%);
	background:-ms-linear-gradient(top, #53ac50 5%, #378134 100%);
	background:linear-gradient(to bottom, #53ac50 5%, #378134 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#53ac50', endColorstr='#378134',GradientType=0);
	background-color:#53ac50;
	border:1px solid #53ac50;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #53ac50;
	width: 130px;
    height: 40px;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.mybtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1a6d10), color-stop(1, #1a6d10));
	background:-moz-linear-gradient(top, #1a6d10 5%, #106106 100%);
	background:-webkit-linear-gradient(top, #1a6d10 5%, #106106 100%);
	background:-o-linear-gradient(top, #1a6d10 5%, #106106 100%);
	background:-ms-linear-gradient(top, #1a6d10 5%, #106106 100%);
	background:linear-gradient(to bottom, #1a6d10 5%, #106106 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#106106', endColorstr='#1a6d10',GradientType=0);
	background-color:#1a6d10;
}

.mybtn:active {
	position:relative;
	top:1px;
}

.result {
	margin-top: 10px;
	width: 820px;
	position: relative;
    padding: 3px 0px;
    font-size: 12px;
    border-top: 5px #666666 solid;
}

.result p {
	padding: 8px;
	color: #666666;
    font-weight: bold;
    line-height: 10px;
}

.result input {
	font-size: 15px;
	padding: 5px 15px;
	margin: 5px;
}

.result span {
	line-height: 22px;
}

.result .pageokuri {
	margin-bottom: 50px;
    padding: 3px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
}

.result .sortN {
	float: right;
	/* margin: 10px 10px 10px 345px; */
/* 	position: absolute;
	right: 15px;
	top: 75px; */
}

.result .sort {
	margin: 10px;
	position: absolute;
	right: 15px;
	top: 75px;
}

.result .lb-result {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.result-info {
	font-size: 11px;
	width: 810px;
	margin: 10px 5px 10px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.result-info .panel-heading {
	background: #c1e4bc;
}

.result-info.out:hover {
	border-color: #ffcc33;
	box-shadow: 7px 7px 10px #aaa;
}

.result-info.out:hover .panel-heading {
	background: #fcf8e3;
	border-color: #faebcc;
}

.result-info.out table:hover {
	cursor: pointer;
}

.result-info.out table label:hover {
	cursor: pointer;
}

.ct-result-info:hover .invi {
	display: inline;
	opacity: 1;
}

.result-info .subject {
	color: blue;
    font-size: 15px;
/*     font-weight: bold; */
}

.result-info .subject span {
	cursor: pointer;
}

/* .result .check-book { */
/* 	margin: 25px 21px; */
/* } */

.result .check-all {
	display: inline-block;
	font-size: 14px;
	color: #3c763d;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.result .check-all:hover {
	color: #5cb85c;
}

.result .check-all input {
	cursor: pointer;
	vertical-align: middle;
	padding-top: 0;
}

.result .btn-bookmark {
	/* position: absolute;
	right: 10px;
	top: 10px; */
	margin-left: 20px;
}
/*
.result .add-bookmark {
	font-size: 12px;
} */

.result .add-bookmark i {
	padding: 0 5px;
	color: #ffd700;
	font-size: 11px;
}

.result-info table {
	margin:  10px 0;
	width: 100%;
}

.result-info table tr {
	vertical-align: text-top;
}

.result-info table td {
    text-align: center;
    /* border-right: 1px solid #ccc; */
}

.result-info table td span {
	line-height: 20px;
}

.result-info table ul li {
	margin: 10px;
}

.result-info .td-title {
	font-size: 100%;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin: 0 5px;
	line-height: 25px;
}

.result-info .td-info {
    text-align: left;
    padding-right: 10px;
}

.modal-result-search{
	width: 980px;
}

.field-result {
	position: relative;
}

.field-result .close {
	position: absolute;
	right: -25px;
    top: -40px;
}

.field-result .sub-result-info .result-info {
	font-size: 12px;
	width: 888px;
	margin-top: 30px;
}

.field-result .sub-result-info .result-info .td-info {
	width: 270px;
}

.field-result .sub-result-info .result-info .td-title {
	padding-right: 5px;
}

.field-result .sub-result-info .result-info .td-title span {
	font-size: 11px;
}

.result-info .item_subject {
	color: #000080;
}

.result-info .item_subject_visited {
	color: #333333 ;
    text-decoration: underline !important;
}

.field-result .sub-result-info .name {
	font-size: 18px;
	letter-spacing: 2px;
}

.field-result a {
	color: blue;
}

.field-result a:hover {
	color: #337ab7;
}

.td-info label {
	font-size: 11px;
	line-height: 25px;
}

.td-info.item_category .textOverflow {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  display: block;
	overflow: hidden;
	width: 650px;
	white-space: nowrap;
}

.field-result .files {
 /*	margin-top: 50px; */
 	margin-left: 20px;
	line-height: 30px;
}

.field-result .files.raku {
	width: 760px;
	margin-top: 50px;
	line-height: 30px;
}

.field-result .files ul li img {
	width: 16px;
	height: 16px;
}

.files .row {
	width: 100%;
}

.files .tl-pdf {
/* 	width: 675px; */
	width: 890px;
/* 	height: 200px; */
	display: inline-block;
	overflow-y: auto;
}

.raku .tl-pdf {
	width: 900px;
	height: 85px;
}

.files .tl-pdf table {
	width: 100%;
	font-size: 12px;
}

.files .tl-pdf table tr {
	border-bottom: 1px dashed #ccc;
}

.files .tl-pdf table tr td:first-child {
	width: 200px;
	vertical-align: middle;
}

.files .tl-pdf table tr td:last-child {
	padding-left: 10px;
	vertical-align: middle;
	width: 170px;
	height: 30px;
/* 	white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.files.raku .tl-pdf table tr td:last-child {
	padding-left: 50px;
	vertical-align: middle;
	width: 170px;
	height: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.files .memo {
	width: 200px;
	display: inline-block;
}


.files .f-info {
	/* border: 2px solid #ccc; */
	font-size: 12px;
	width: 100%;
	height: 186px;
	/* overflow-y: auto; */
	padding:  5px;
}

.td-title.rank {
	border: 0;
	width: 80px;
}

.rank-title {
	background: #5cb85c;
    color: #fff;
    padding: 3px 0px 3px 5px;
    line-height: 15px;
	border-radius: 3px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-oz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px
}

.rank-title.info {
	line-height: 20px;
}

.ct-filed-result .container {
	width: 900px;
}

.input-email {
	width: 200px;
	margin: 0 6px 5px;
	display: inline-block;
}

.arrow-down {
	font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.arrow-down:hover {
	color: #ccc;
}

.label_check {
	font-weight: normal;
	padding: 0 10px 0 5px;
}

#search_flg + .label_check {
	padding-right: 0;
}

.active .label{
	white-space:normal !important;
	max-width:100%;
	display: inline-block;
}

.th-form.search-type {
	font-size: 18px;
}

#searchType label[for="searchTypeAll"], #searchType label[for="searchTypeNyusatsu"], #searchType label[for="searchTypeRakusatsu"] {
	font-size: 18px;
	margin: 0;
}

/* .data_row.item_subject {
	padding-left: 5px;
	vertical-align: top;
} */

.afterlogin .formtd label {
	vertical-align: top;
	padding-top: 1px;
}

.subject > span.item_subject {
	color: #000080;
    font-size: 19px;
/*     font-weight: bold; */
    cursor: pointer;
}

.subject > span.item_subject_visited {
    color: #333333 ;
    font-size: 19px;
    text-decoration: underline !important;
}

#first-input-email imput {
	margin-left: 0;
}

textarea.md_memo {
	width: 100%;
	height: 100px;
}

.popover {
    max-width: 100%;
}

.num-page {
	height: 40px;
}

.num-page select {
	display: inline-block;
/* 	width: 50px; */
	height: 20px;
}

.search-method {
	color: blue;
	cursor: pointer;
}

.email-method {
	color: blue;
	cursor: pointer;
}

p.popover-about {
	color: blue;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
}

.crown_checked:before {
	content: '';
    display: inline-block;
    margin-right: 10px;
    background: url('../../images/bookmark_sv_03.png') no-repeat center;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

.result-info input[type=checkbox] {
	vertical-align: middle;
}

.all-bookmark {
	margin-bottom: 0px;
	vertical-align: bottom;
	margin-right: 30px;
}


.font-size-11{
	font-size:11px;
}

.PageNavi {
	margin: 10px 5px 10px;
}

.PageNavi .breadcrumb {
	margin-bottom: 0;
}

.PageNavi .breadcrumb .fa-angle-left {
	position: absolute;
	font-size: 25px;
	font-weight: bold;
	left: 0;
	top: 40%;
	margin-top: -0.9rem;
}

.PageNavi .breadcrumb .fa-angle-right {
	position: absolute;
	font-size: 25px;
	font-weight: bold;
	right: -25px;
	top: 30%;
	margin-top: -1.0rem;
}

.angle-left-parent {
	position: relative;
	padding:9.5px 0 9.5px 13px;
}

.angle-right-parent {
	position: relative;
}

.md_memo {
	vertical-align: middle;
	line-height: 27px !important;
}

.btn-shadow {
	box-shadow: 1px 1px 2px rgb(50,50,50);
}

.chkOR.for-blue:before {
	border: 2px solid #4778d9 !important;
}

.chkAND.for-blue:before {
	border: 2px solid #4778d9 !important;
}

.chkNOT.for-blue:before {
	border: 2px solid #4778d9 !important;
}

.error_message {
	font-size: 20px;
	color: red;
	text-align: center;
	padding: 5px;
}

.error_message span {
	vertical-align: middle;
}

.error_message img {
	width: 40px;
	margin-right: 10px;
}

.confirm_message {
	font-size: 20px;
	color: blue;
	text-align: center;
	padding: 1px;
}

.confirm_message span {
	vertical-align: middle;
}

.nyusatsu_th{
	vertical-align: middle
}

.confirm_message img {
	width: 40px;
	margin-right: 10px;
}

.open-date-message {
	border-radius: 5px;
	background: #dbf4d6;
	font-weight: bold;
	border: 1px solid rgb(240,240,240);
	padding: 7px 7px;
	cursor:pointer;
}


.open-date-message:hover {
	border-color: #5cb85c;
	color: #fff;
    background-color: #449d44;
}

.td-subject-first {
	vertical-align: top  !important;
}

#btn_form_submit_serchnotice {
	margin-top: 0;
	font-size: 19px;
}

#btn_form_submit {
	width: 170px;
	margin-bottom: 20px;
}

#detail-form-accordion {
	cursor: pointer;
	width: 180px;
}

#detail-form-accordion.active{
	cursor: pointer;
	width: 205px;
}

#detailNav {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

#detailNav img {
	height: 40px;
	width: 40px;
	vertical-align: -13px;
}

#searchType {
	float: left;
}

input[type=radio][disabled]:checked + label:before {
    color: darkgrey;
    background-color: #999;
}
input[disabled] + label.label_check {
	cursor: not-allowed;
}

#rakusatsuForm, #nyusatsuForm {
	position: relative;
}

#rakusatsuForm .caption, #nyusatsuForm .caption {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 130%;
	color: #fff;
}

#rakusatsuForm .mask, #nyusatsuForm .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 4px;
}

#rakusatsuForm.disabled-form:hover .mask, #nyusatsuForm.disabled-form:hover .mask {
	opacity:		1;
	cursor: not-allowed;
}

.nyusatsu .result-info .panel-heading {
	background: #c1e4bc;
}

.nyusatsu .result-info.out:hover .panel-heading {
    background: #a8cc8e;
}

.nyusatsu .label-success-light1 {
    background-color: #dff0d8;
    color: #000000;
}

.rakusatsu .result-info .panel-heading {
	background: #ffe699;
	border-color: #ffe699;
}

.rakusatsu .result-info.out:hover .panel-heading {
    background: #ffc4aa;
}

.rakusatsu .label-success {
    background-color: #fb5c03;
    color: #ffffff;
}

.rakusatsu .label-success-light1{
	background-color: #ffc4aa;
	color: #000000;
}

.panel-body .popover-about {
	width: 200px;
}

#display_add_html {
	padding: 0px 0px 0px 336px;
}

#fire_show_pop_add, #fire_show_pop_add_first {
	margin: auto;
	text-align: center;
	width: 154px;
	border: solid #5cb85c;
}

/* 検索条件が１件もない場合のコメント */
#not_condition_comment {
	float: right;
    font-size: 10px;
    font-weight: normal;
    margin: 3px 90px 0px 0px;
    padding: 0
}

#fire_show_pop_update {
	width: 165px;
	border: solid #ec971f;
}

.ct-filed-result.nyusatsu, .ct-filed-result.rakusatsu {
	position: relative;
	margin-top: 20px;
}

.nyusatsu-logo, .rakusatsu-logo {
	position: absolute;
	left: -23px;
	top: -1px;
	width: 28px;
}

/* ブックマーク未登録は☆を追加 */
/*
.no_bookmark{
	content: "";
    background: url('../../images/common/no_bookmark_20190806.gif') no-repeat right 7% top 42.5%;
    background-size: 13%;
    display: inline-block;
	vertical-align: sub;
	cursor: pointer;
}
*/
/* ブックマーク登録済は★を追加 */
/*
.bookmarked{
	content: "";
    background: url('../../images/common/bookmarked_20190806.gif') no-repeat right 7% top 42.5%;
    background-size: 13%;
    display: inline-block;
	vertical-align: sub;
	cursor: pointer;
}
*/


/* 検索タブ切り替え */
ul.search_tab{
	border-bottom: 1px solid #b7b0b0;
    margin-bottom: 30px;
    margin-top: 20px;
}

ul.searc_tab:after {
    clear: both;
    display: block;
    content: ""
}

ul.search_tab li{
	display: inline-block;
    line-height: 42px;
    text-align: center;
}

ul.search_tab a{
	display: block;
    color: #817a7a;
    padding-bottom: 1px;
    width: 268px;
    border-top: 4px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    margin-bottom: -1px;
}

ul.search_tab a.active{
	color: #333;
    background-color: #ffffff;
    border-right-color: #b7b0b0;
    border-left-color: #b7b0b0;
    cursor: auto;
}

ul.search_tab li:nth-child(1) a.active {
    border-top-color: #8a2908;
}

ul.search_tab li:nth-child(2) a.active {
    border-top-color: #40bc3d;
}

ul.search_tab li:nth-child(3) a.active {
    border-top-color: #ff8951;
}

/* タブ終了 */

.search-notice-all {
	color: #ffffff;
	background-color : #8a2908;
}

.search-notice-all option {
	color: #000000;
	background-color : #dbbeb4;
}

.search-notice-nyusatsu {
	color: #ffffff;
	background-color : #40bc3d;
}

.search-notice-nyusatsu option {
	color: #000000;
	background-color : #ebf8eb;
}

.search-notice-rakusatsu {
	color: #ffffff;
	background-color : #ff8951;
}

.search-notice-rakusatsu option {
	color: #000000;
	background-color : #ffe7dc;
}

.table.table-striped .search-notice-all {
	color: #ffffff;
	background-color : #8a2908;
}

.table.table-striped .search-notice-nyusatsu {
	background-color : #40bc3d;
}

.table.table-striped .search-notice-rakusatsu {
	background-color : #ff8951;
}

.disable-button:hover {
	cursor: not-allowed;
}

#detailedForm h3 {
	font-weight: bold;
}

.client-search h3 {
	font-weight: bold;
}

/*2018-12-13 kishimoto add*/
.comp-name span i{
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	font-size: 25px;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.comp-name span i:hover {
	color: #ccc;
}

@media screen and (max-width: 767px){
	#item_search_detail_view .md_memo {
		line-height : 22px !important;
	}
  }