/*
============================ 公安 CSS ============================

				1.プルダウン
				2.テーブル


====================================================================
*/
/* １カラムに調整*/
#contentMainWrap {
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* 1.検索
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/*検索フォーム共通*/
#searchArea{margin-bottom:10px;}
#searchArea .list,
#searchArea .side_bar-search{float:left;}

#searchArea .list{margin-right:1em;}


/*セレクトボックス*/
form {
    width: 100%;
}

label {
    position: relative;
    display: block;
    width: 285px;
	border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
	min-height:35px;
}

label#list:before {
    content: "";
    position: absolute;
    top:0;
    right:-1px;
    display: block;
    width:3em;
    height:100%;
	border-radius:0 4px 4px 0;
	background:#000066 url(/content/admin/icon_arrow_white_down_koan.png) center center no-repeat;
	background-size:80%;
}

select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    padding: 0.6em 1em;
    color: #000;
    border: none;
    border-radius: 5px;
    background: transparent;
	width: 100%;
}

::-ms-expand {
    display: none;
}



/*検索窓*/
.side_bar-search {width: 40%;}
.side_bar-search-form {position: relative;}
.side_bar-search-field {
    width: 99%;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    padding:0 .5em;
	line-height: -moz-block-height;
	min-height:36px;
}

input, textarea, optgroup, select, button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

.side_bar-search-button {
    position: absolute;
    top: 0;
    right: -4%;
    width: 100px;   /*// 134px //*/
    height: 100%;
    text-align: center;
    border-radius: 0 4px 4px 0;
    background:url(/content/admin/btn_search_koan.png) right top no-repeat !important;
	background-size:contain !important;
	cursor: pointer;
}
 





/* 2.テーブル
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#kobutsu table{word-break:break-all;}

#kobutsu table.borderTable th {
  background-color: #24378c;
  text-align:center;
  vertical-align:middle;
  color:#FFF;
}

#kobutsu table.borderTable tr:nth-child(2n+1){background:#fff !important;}
#kobutsu table.borderTable tr:nth-child(2n){background:#DEF !important;}


#kobutsu table.borderTable tr th:nth-child(1) {
    width: 17%;
}

#kobutsu table.borderTable tr th:nth-child(4) {
    width: 17%;
}



@media (max-width:667px) {
/*検索フォーム*/
#searchArea .list,
#searchArea .search{float:none;}

#searchArea .list{margin:0 0 5px 0;}	
label{width:100%;}
.side_bar-search{width:100%;}	
.side_bar-search-field{width:90%;}
.side_bar-search-button{right:0;}
	
	
/*テーブル*/
#kobutsu table.borderTable thead {display: none;}
#kobutsu table.borderTable tr {border-bottom:#b9b9b9 solid 1px; display: block; margin-bottom: 20px;}
#kobutsu table.borderTable td {
	border-bottom: none;
    display: block;
    padding: 10px;
	overflow:auto;
}

#kobutsu table.borderTable td::before {
	content: attr(data-label);
    float: left;
	display:block;
	width:50%;
    margin-right: 1em;
}

#kobutsu table ul{
	float:right;
	width:45%;
}
}



@media (max-width:320px) { 
#kobutsu table.borderTable td::before{width:46%; margin-right:.5em;}
}