*{
	word-break: break-all;
}

input,select{
font-size: 16px;
}

#header h1{
	width: calc(100% - 185px);
}

.formwrap{
	max-width: 100%;
}

#drawernav{
	width: 100%;
}

.authority{
	text-indent: -9999px;
	width: 0px;
}

#content{
	padding: 10px;
}

#content .keytext {
    margin: 0;
}

#content .keyword{
	width: 200px;
}
#content .search a{
	background-color: #0086A5;
	height: 40px;
	width: 60px;
	line-height: 40px;
	margin-left: -5px;
	border-radius: 30px;
	color: #FFF;
	padding-left: 50px;
	position: relative;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: left;
}

#content .search a:hover{
	background-color: #BB0003;
}

li.level3{
	margin: 0 0 5px 0;
}
@media only screen and (max-width:480px){
#login{
	width: auto;
	margin: 30px 10px;
	padding: 10px 20px;
}
	#login table *{
		display: block;
		text-align: left;
		margin: 0;
	}
}

#content table[border="1"]>tbody>tr>td, #content table[border="1"]>tbody>tr>th, #content table[border="1"]>thead>tr>th{
	padding: 2px;
	min-width: auto !important;
}

#spsearch{
	float: right;
	position: relative;
	display: block;
}

#spsearch.open{
	background: #FFF;
}

#spsearch.open::before,#spsearch.open::after{
	content: "";
	display: block;
	background: #333;
	width: 20px;
	height: 3px;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 13px;
}

#spsearch.open::after{
	transform: rotate(135deg);
}

#search{
	padding-top: 10px;
	clear: both;
	float: none;
	display: none;
}

#content .keyword{
	width: calc(100% - 40px);
}

table.form,table.form tbody,table.form tr,table.form th,table.form td{
	display: block;
	width: auto;
}

table.form th{
	text-align: left;
	padding: 10px !important;
}

table.form td{
	padding: 5px !important;
}

.bt_box{
	font-size: 90%;
}

.alert{
	margin: 2px 0;
}

.ui-widget{
	max-width: 100% !important;
}

.jqplot-xaxis-tick{
	width: 1em;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.user_info,.user_info2{
	margin-top: 10px;
}

.user_info input[type="text"],.user_info2 input[type="text"]{
	margin-bottom: 3px;
}

input{
	max-width: 100vw;
}

.user_info td,.user_info2 td{
	vertical-align: top;
}

.user_info td:first-child,.user_info2 td:first-child{
	white-space: nowrap;
}

.choosewrap{
	display: block;
}

.choose{
	width: 100%;
}