@charset "UTF-8";
/*==================================================
 COMMON LIB CSS
==================================================*/

button {
	height: 48px;

  white-space: nowrap;
  vertical-align: middle;
  line-height: normal;
  font: bold 11px Sans-Serif;
  color: #000;
  -webkit-appearance: none; /* stop mobile safari from using default button styles */
  border: 1px solid #DDD;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
/*      -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow:    0 1px 1px #fff;
  box-shadow:         0 1px 1px #fff;
  text-shadow: 0 1px 1px white;*/
  background: #eee;
  cursor: pointer;

  color: #111;
  border-color: #999;
  background: #dbdbdb; /* Old browsers */
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e0e0e0));
  background: -webkit-linear-gradient(top, white, #e0e0e0);
  background:    -moz-linear-gradient(top, white, #e0e0e0);
  background:     -ms-linear-gradient(top, white, #e0e0e0);
  background:      -o-linear-gradient(top, white, #e0e0e0);
  background:         linear-gradient(top, white, #e0e0e0);
/*      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;*/
}

/** Hover button state **/
button:hover {
  color: #111;
  border-color: #999;
  background: #dbdbdb;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e0e0e0));
  background: -webkit-linear-gradient(top, white, #e0e0e0);
  background:    -moz-linear-gradient(top, white, #e0e0e0);
  background:     -ms-linear-gradient(top, white, #e0e0e0);
  background:      -o-linear-gradient(top, white, #e0e0e0);
  background:         linear-gradient(top, white, #e0e0e0);
/*      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;*/
}

/** Active button state **/
button:active {
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  border-top-color: #999;
  -webkit-box-shadow: inset 0 1px 2px #aaa;
  -moz-box-shadow:    inset 0 1px 2px #aaa;
  box-shadow:         inset 0 1px 2px #aaa;
  background: -webkit-gradient(linear, center top, center bottom, from(#e6e6e6), to(#dcdcdc));
  background: -webkit-linear-gradient(top, #e6e6e6, gainsboro);
  background:    -moz-linear-gradient(top, #e6e6e6, gainsboro);
  background:     -ms-linear-gradient(top, #e6e6e6, gainsboro);
  background:      -o-linear-gradient(top, #e6e6e6, gainsboro);
  background:         linear-gradient(top, #e6e6e6, gainsboro);
}

button:disabled {
  color: #CCCCCC;
  border: 1px solid #b5b5b5;
  border-bottom-color: #d8d8d8;
  border-top-color: #a5a5a5;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f2f2f2));
  background: -webkit-linear-gradient(top, white, #f2f2f2);
  background:    -moz-linear-gradient(top, white, #f2f2f2);
  background:     -ms-linear-gradient(top, white, #f2f2f2);
  background:      -o-linear-gradient(top, white, #f2f2f2);
  background:         linear-gradient(top, white, #f2f2f2);
}

.inputType01 {
	width: 150px;
	height: 42px;
}

.textareaType01 {
	width: 394px;
}

select {
	height: 48px;
}

.tableType01 {}
	.tableType01 table {
		width: 100%;
		border: 1px solid #CCCCCC;
	}
	.tableType01 table th,
	.tableType01 table td {
		padding: 8px 10px;
		font-size: 12px;
		color: #333333;
		border: 1px solid #CCCCCC;
	}
	.tableType01 table th {
		background: #F7F7F7;
		text-align: center;
		vertical-align: middle;
	}
	.tableType01 table td {
		background: #FFFFFF;
		vertical-align: middle;
	}
	
.loginTable {}
	.loginTable table {
		width: 100%;
	}
	.loginTable table th,
	.loginTable table td {
		font-size: 12px;
		color: #333333;
		vertical-align: middle;
		padding: 8px 10px;
	}
	.loginTable table th {
		font-weight: bold;
		color: #6F6532;
		padding: 8px 25px;
		background: url(../img/arrowM.png) no-repeat 10px center;
	}

.pNavi {}
	.pNavi p {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.pNavi ul {
		overflow: hidden;
		zoom: 1;
		}
	.pNavi ul li {
		float: left;
		line-height: 40px;
		margin: 0px 3px 0px 0px;
		min-width: 57px;
	}
		.pNavi ul li a {
			display: block;
			height: 40px;
			line-height: 40px;
			padding: 0px 5px;
			text-align: center;
			color: #FFFFFF;
			border: 1px solid #006AB5;
			background-color: #006AB5;
			}
			.pNavi ul li a:hover {
				text-decoration: none;
				background-color: #333333;
				border: 1px solid #EEEEEE;
				}
			.pNavi ul li.this a {
				color: #FFFFFF;
				background-color: #333333;
				border: 1px solid #EEEEEE;
				}
			
	.pNavi ul li span {
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0px 5px;
		text-align: center;
		color: #FFFFFF;
		border: 1px solid #333333;
		background-color: #333333;
	}
	
	
	
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #DDFFDD;
  padding: 10px;
  overflow: auto;
  z-index: 99999;
  position: absolute;
  width: 720px;
}

.modal div.leftBox {
	width: 230px;
	height: 420px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.modal div.rightBox {
	width: 480px;
	height: 420px;
	border: 1px solid #666666;
	/*background-color: #FFFF00;*/
}

.modal dl {
	
}

.modal dl dt,
#viewMap dl dt {
	color: #0000FF;
	font-weight: bold;
	font-size: 15px;
}

.modal dl dt .No {
	
}

.modal dl dd,
#viewMap dl dd {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}

div.popupContent {
	width: 240px;
	padding: 2px 4px;
	font-size: 10pt; color: green; font-weight: bold;
}

ul.detailList{}

	ul.detailList li{
		float: left;
		width: 120px;
		display: inline;
		font-size: 13px;
		margin-bottom: 5px;
	}

.selectType01+.select2 {
	
}

.selectType01+.select2.select2-container--default .select2-selection--single {
	border: 1px solid #4F4F4F;
	border-radius: 0;
	height: 48px;
}
.selectType01+.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
}
.selectType01+.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}


