@charset "UTF-8";

._telInfo .form-search { background-color: #f5f6f8; padding: 20px 0px; border-radius: 5px; margin-bottom: 50px; text-align:center;}
/*._telInfo .form-search fieldset { display: flex; flex-flow: row wrap; width: 100%; justify-content: center; align-items: center; }	*/
._telInfo .form-search fieldset .tbl-search { text-align:center; }
._telInfo .form-search fieldset .box-sel { top: 0px; display: inline-block; margin-right: 2px; vertical-align: middle; }
._telInfo .form-search fieldset .box-search { position: relative; top: 0; display: inline-block; vertical-align: middle; background: #fff; height: 55px; line-height: 55px; border: 1px solid #ccd0d7; min-width: 400px; }
@media only screen and (max-width:800px) {
	._telInfo .form-search fieldset .box-sel { width:95%; margin-bottom:10px; }
	._telInfo .form-search fieldset .box-sel select { width:100%; }
	._telInfo .form-search fieldset .box-search { width:95%; }
}
@media only screen and (max-width:460px) {
	._telInfo .form-search fieldset .box-search { min-width: 300px; }
}
._telInfo .form-search fieldset .box-sel select { 
	background: #fff url("/sites/style_guide/images/common/arrow-search.png") no-repeat right center; 
	font-size: 18px; 
	font-family: 'Noto Light'; 
	color: #9d9d9d; 
	border: 1px solid #ccd0d7; 
	height: 55px; 
	min-width: 130px; 
	padding-left:20px; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}

._telInfo .form-search fieldset .box-search input{
	position: relative;
    top: -1px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    font-family: 'Noto Light';
    font-size: 18px;
    text-indent: 10px;
    color: #9d9d9d;
}

._telInfo .form-search fieldset .box-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 55px;
    background: url("/sites/style_guide/images/common/ico-search-btn.png") no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
}

._telInfo .form-search fieldset .box-search input[type="button"],
._telInfo .form-search fieldset .box-search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 55px;
	background: url('/sites/style_guide/images/common/ico-search-btn.png') no-repeat center center;
	text-indent: -9999px;
	cursor: pointer;
}

._telInfo .btnWrap { display:flex; justify-content:space-between; margin-bottom:10px; }
._telInfo .btnWrap .left { flex-basis: 50%; }
._telInfo .btnWrap .right { flex-basis: 50%; }
