@charset "UTF-8";
/*! module */

/*----------------------------------
btn
----------------------------------*/
.btn {
	text-align: center;
	padding: 4px 15px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #4d4d4d;
	background: #DDDDDD;
	text-decoration:none;
	font-size:1.4rem;
	line-height:1.5;
	display:inline-block;f
}
.btn-small {
	font-size:1.2rem;
	padding: 2px 10px;
}
.btn-primary {
	color:#FFFFFF;
	background: #337ab7;
}
.btn-success {
	color:#FFFFFF;
	background: #5cb85c;
}
.btn-info {
	color:#FFFFFF;
	background: #5bc0de;
}
.btn-warning {
	color:#FFFFFF;
	background: #f0ad4e;
}
.btn-danger {
	color:#FFFFFF;
	background: #d9534f;
}
.btn:hover,
.btn:focus,
.btn:active{
 	background: #CCCCCC;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #286090;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background: #449d44;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background: #31b0d5;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #ec971f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background: #c9302c;
}
.btn-primary:disabled {
	background: #337ab7;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.sort-btn {
	padding:0 2px;
	margin:0 10px;
	border:#CCCCCC 1px solid;
}
.sort-btn.current {
	color:#FF0000;
}
.table01 .file-del-btn .btn {
  margin:10px 0;
}
.table01 td img {
  max-width:100%;
}
.table01 td .file-box img {
  width:200px;
}
/*----------------------------------
InputForm
----------------------------------*/
textarea, input[type="text"], input[type="number"], input[type="time"], input[type="date"],
input[type="password"]{
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:5px;
	width:100%;
	box-sizing: border-box;
	margin:1px 0;
}
input[type="text"].smin{
	width:10%;
}
input[type="text"].min{
	width:15%;
}
input[type="text"].mmin{
	width:6%;
}
input[type="text"].smid,
input[type="password"].smid{
	width:25%;
}
input[type="text"].mid,
input[type="password"].mid{
	width:30%;
}
input[type="text"].wmid,
input[type="password"].wmid,
select.wmid{
	width:75%;
}
input[type="text"].wmid2,
input[type="password"].wmid2{
	width:50%;
}

input[type="checkbox"]{
	margin-right:5px;
	vertical-align:middle;
}
textarea{
	height:200px;
}
textarea.hlow{
	height:100px;
}
textarea.low{
	height:50px;
}
select{
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:4px 5px;
	margin:1px 0;
}
form label {
	margin-right:20px;
	display:inline-block;
}
form label * {
	vertical-align:middle;
}
form label input[type=radio] {
	margin-right:5px;
}
form .caution{
	color:#FF0000;
}
form .warning{
	color:#FF8800;
}
.submit-box01{
	padding:20px;
	text-align:center;
}
.submit-box01 .btn{
	margin:0 10px;
}
.submit-box02{
	padding:0 0 10px;
	text-align:right;
}
.submit-box03{
	padding:20px 0;
	text-align:left;
}
.btn-box01{
	padding:10px 0;
	text-align:right;
}

/*----------------------------------
alert
----------------------------------*/
.alert {
	width:100%;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.alert p {
	font-size: 1.4rem;
	padding: 8px 25px 8px 14px;
}
.alert.success {
	background-color:#D9EED9;
	border-color:#5CB85C;
}
.alert.danger {
	background-color:#F8DFDE;
	border-color:#D9534F;
}

.alert a.close {
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	position:absolute;
	top:0.5em;
	right:10px;
}
/*----------------------------------
tableList
----------------------------------*/
.table01{
	width:100%;
	background:#CCC;
	font-size: 1.2rem;
	line-height: 1.5;
}
.table01 th,
.table01 td{
	border:#CCC 1px solid;
	padding:5px;
	background:#FFF;
	vertical-align:middle;
}
.table01.edit th{
	width:20%;
}
.table01 th{
	background: #E6E6E6;
	font-weight:bold;
}
.table01 td{
	
}
.table01 thead th{
	text-align:center;
}
.table01 .caution,
.table01 .warning{
	padding-top:0.5em;
}
.table01 .center,
.table01 .center th,
.table01 .center td{
	text-align:center;
}
.table01 .right{
	text-align:right;
}
.table01 .vcenter,
.table01 .vcenter th,
.table01 .vcenter td{
	vertical-align:middle;
}
.table01 .vtop,
.table01 .vtop th,
.table01 .vtop td{
	vertical-align:top;
}
.table01 .btn{
	margin:0 5px;
}
.table01 form{
	display:inline;
}
.table01 .disp-0 th,
.table01 .disp-0 td {
	background:#EEEEEE;
}
.table01 td span{
	margin-left:5px;
}
.table01 td em{
	margin:0 5px;
	color:#999999;
}
.table01 .sun{
	color:#FF0000;
}
.table01 .sat{
	color:#0000FF;
}
.table01 .nowrap{
	white-space: nowrap;
}


.listCtrl{
	margin:10px 0;
}
.listCtrl .pager{
	float:left;
	margin-top:2px;
}
.listCtrl h3{
	float:left;
	margin:2px 0;
}
.listCtrl .pager li{
	float:left;
	border:#CCCCCC 1px solid;
	margin-right:5px;
}
.listCtrl .pager li.active{
	font-weight:bold;
}
.listCtrl .pager li a{
	display:block;
	padding:5px 7px;
	text-decoration:none;
}
.listCtrl .pager li.active a{
	background:#337ab7;
	color:#FFFFFF;
}
.listCtrl form{
	float:right;
}
.listCtrl .ctrlRight{
	float:right;
}
.listCtrl .ctrlRight li{
	float:left;
}

/* margin */
.mt05{
	margin-top:5px;
}
/*----------------------------------
pager
----------------------------------*/
.pager { margin: 10px 0; text-align: left; letter-spacing: -.40em; }
.pager li { display: inline-block; vertical-align: top; letter-spacing: normal; margin: 0 1px; text-align: center; }
.pager li a { display: block; background: #ededed; color: #424242; padding: 7px 0 10px; line-height: 1; }
.pager li a:hover { background: #337ab7; color: #fff; }
.pager .active a { background: #337ab7; color: #fff; }


/*----------------------------------
tab
----------------------------------*/
.tab01 ul {
	display: inline-block;
	min-height: 1%;
	display: block;
	*zoom: 1;
}
.tab01 ul:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .tab01 ul {
	height: 1%;
}

.tab01 li {
	float:left;
	margin-right:2px;
}
.tab01 li a {
	display:block;
	padding:5px 10px;
	background:#337ab7;
	text-decoration:none;
	color:#FFFFFF;
	border:#337ab7 solid;
	border-width:1px 1px 0 1px;
}
.tab01 li a.current {
	background:#FFFFFF;
	color:#333333;
	border-color:#cccccc;
}
.tab01 div {
	margin-top:-1px;
	border:#CCCCCC 1px solid;
	padding:10px;
}
