@charset "utf-8";

div#upper .head .logo{
	position: relative;
}
div#upper .head .logo::after{
	content: "企業用管理画面";
	position: absolute;
	left: 408px;
	top: 11px;
	width: 182px;
	height: 28px;
	color: #fff;
	background: #199be6;
	font-size: 15px;
	line-height: 28px;
	white-space: nowrap;
	text-align: center;

}

div#title{
	background: #199be6;
}
div#title h1{
	font-size: 152%;
}
a.sbB,
input.sbB{
	border: 2px solid #199be6;
	color: #000;
	background-color: #65c4fb;
	background: -moz-linear-gradient(top, #FFF, #65c4fb);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#65c4fb));
	background: -ms-linear-gradient(top, #FFF, #65c4fb);
}
a.sbB.return,
input.sbB.return{
	background-color: #d8eceb;
	background: -moz-linear-gradient(top, #FFF, #d8eceb);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#d8eceb));
	background: -ms-linear-gradient(top, #FFF, #d8eceb);
}
div#foot .pgTop a{
	border: 1px solid #199be6;
}
div#foot .copy{
	border-top: 1px solid #199be6;
}
div#wrap .main .searchBox{
	border: 4px solid #199be6;
}
ul.userTab{
	border-bottom: 3px	solid #199be6;
}
ul.userTab li{
	border: 1px solid #199be6;
}
ul.userTab li.on{background: #199be6;}

/*一覧テーブル*/
th.nwp, td.nwp{
	width: auto !important;
}
.main .readerList th{
	font-size: 14px;
	padding: 10px;
}
.main .readerList td{
	font-size: 13px;
	padding: 10px 5px;
}
.main .readerList th a, .main .readerList td a{
	display: inline-block;
}
.main .readerList th:first-child{
	width: 60px;
}
	.main .readerList td:first-child input{
		margin: 0;
	}
.main .readerList th:last-child{
	width: 200px;
}
.main .readerList td:last-child,
.main .readerList td:nth-last-child(2){
	width: 100px;
}

div#foot .pgTop{
	width: 100%;
}

.main .formTbl th{
	font-size: 14px;
}
.tbl-title{
	padding: 1em;
	font-size: 15px;
	background: #199be6;
	color: #fff;
}

.main .formTbl th{
	font-size: 14px;
	vertical-align: top;
}
.tbl-title{
	padding: 1em;
	font-size: 15px;
	background: #199be6;
	color: #fff;
}

textarea{
	resize: vertical;
}