@charset "utf-8";
/*////////////////////////////////////////////////////////////////////////////////////
利用できる端末ページ：動作確認端末確認テーブル
https://his-mobile.com/beginner/devices/
---------------------
対象OS
【PC】Microsoft Windows7以降【SP】iPhone、iPad：iOS 7.0以降、Android搭載端末：Android4.0以降
---------------------
対象ブラウザ
【PC】Internet Explorer11以上、Firefox 最新版、Chrome 最新版【SP】iPhone、iPad：Safariのみ、Android搭載端末（Xperia、Galaxy）：Chromeのみ"
---------------------
////////////////////////////////////////////////////////////////////////////////////*/


/*共通設定*/
main .tableBox .device th {
	padding: 10px 25px 10px 10px !important;
}
main .tableBox .device td {
	padding: .625rem;/*10*/
	font-size: 12px;
}
.inputBox {
	position: relative;
	width: 350px;
	height: 40px;
	overflow: hidden;
}
.inputBox #search {
	width: 300px;
	padding: 10px;
	height: 40px;
	border: 0;
	border-radius: 5px 0 0 5px;
	box-shadow: none;
	background: #fff;
	font-size: 1rem;
	position: absolute;
	top: 0;
	left: 0;
}
.inputBox .resetBtn {
	overflow: hidden;
	width: 108px;
	height: 40px;
	border-radius: 0 5px 5px 0;
	background: #e5007e;
	position: absolute;
	right: 0;
}
.inputBox .resetBtn::before {
	content: "";
	background: url("../images/common/common_ic_40.svg") no-repeat center center;
	background-size: contain;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.inputBox #reset {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	line-height: 40px;
	padding-left: 35px;
	border: 0;
	cursor: pointer;
	background: rgba(0,0,0,0);
}
main .tableBox .device .sortBtn {
	position: relative;
}
main .tableBox .device .sortBtn {
    background: url(../images/common/common_ic_44.png) no-repeat center right 5px !important;
}
main .tableBox .device .sortBtn.tablesorter-headerAsc {/*昇順*/
	background-image: url(../images/common/common_ic_45.png) !important;
}
main .tableBox .device .sortBtn.tablesorter-headerDesc {/*降順*/
	background-image: url(../images/common/common_ic_46.png) !important;
}

main .tableBox .device .sortBtn::after {
	/*content: "";
	width: 10px;
	height: 17px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	background: url(../images/common/common_ic_44.png) no-repeat center center;
	background-size: contain;*/
}
main .tableBox .device .sortBtn.tablesorter-headerAsc::after, main .tableBox .device .sortBtn.tablesorter-headerDesc::after {
	height: 6px;
}
main .tableBox .device .sortBtn.tablesorter-headerAsc::after {/*昇順*/
	background-image: url(../images/common/common_ic_45.png);
}
main .tableBox .device .sortBtn.tablesorter-headerDesc::after {/*降順*/
	background-image: url(../images/common/common_ic_46.png);
}

/*SP設定*/
@media screen and (max-width:784px) {
.inputBox {
	width: 280px;
	height: 30px;
}
.inputBox #search {
	width: 200px;
	height: 30px;
}
.inputBox .resetBtn {
	width: 100px;
	height: 30px;
}
.inputBox .resetBtn::before {
	width: 16px;
	height: 15px;
	left: 10px;
}
.inputBox #reset {
	line-height: 30px;
	padding-left: 30px;
}
}
