/*find系**/
/**ボタン**/
button.button1 {
	/* 文字サイズを1.4emに指定 */
	font-size: 1.1em;
	/* 文字の太さをboldに指定 */
	font-weight: 300;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	/* 背景色を濃い青色に指定 */
	background-color: #FFFFFF;
	/* 文字色を白色に指定 */
	color: #0B4D1E;
	border: 1px solid #1611AF;
	height: auto;
	border-radius: 5px;
}

button.button1:hover {
	/* 背景色を明るい青色に指定 */
	background-color: #E3E7F2;	/* 文字色を白色に指定 */
}
button.button1 a {
	color: #1611AF;
}


/* @group search */

img.search-bg-typo {
	opacity: 0.4;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group find */

.table-bordered.find th {
	width: 15%;
}

.table-bordered thead tr th {
	border-bottom-style: none;
}

#result_data_table {
	margin-bottom: 30px;
}

#result_data_table td {
	vertical-align: middle!important;
}

#result_data_table thead tr th:nth-child(1),
#result_data_table thead tr th:nth-child(2) {
	width: 8em;
}

#result_data_table thead tr th:nth-child(4) {
	width: 12em;
}

#result_data_table td:nth-child(1),
#result_data_table td:nth-child(2),
#result_data_table td:nth-child(4) {
	text-align: center;
	padding-right: 0.75em;
	padding-left: 0.75em;
}

#result_data_table td:nth-child(3) {
	padding-right: 0;
	padding-left: 0;
}

#result_data_table tr:nth-child(even) {
	background-color: #E3E7F2
}


.find-day{
	width: 100px;
}

p.find-field{
	padding-right: 0.75em;
	margin-top: 7px;
	margin-bottom: 3px;
}

p.find-title {
	border-bottom: 1px dashed #dddddd;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
}

p.find-name {
	padding-left: 0.75em;
	padding-right: 0.75em;
	margin-bottom: 0;
}

.index_search a {
	color: #045C52;
	text-decoration: none;
	font-weight: bold;
}
.index_search a:hover,.index_search a:active {
	color: #FF6600;
	text-decoration: none;
}



.find-no {
	width: 6em;
}

.select-form select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-form select::-ms-expand {
    display: none;
}

.select-form {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}

.select-form::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.select-form:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

.select-form select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.find-info {
	border: 1px dashed #dddddd;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 1em;
}

.find-info ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0;
}

/* @end */


.index_search {
	border: 1px solid #C1C1C1;
	font-size: 9pt;
	line-height: 12pt;
}

.index_search th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #F5F5F5;
}
.index_search td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
}
.form-control.titlesearch{
	width: 20em;
	padding-right: 0px;
	margin-right: 0px;
}
