@charset "utf-8";

 #EnvironmentWrap{
	position: absolute;
	width: 100%;
}
#EnvironmentTitle{
	background-color: #3771b7;
	color: #fff;
	font-size: 10pt;
	font-family:Meiryo,'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-selif;
	padding: 2px 0 4px 0;
	text-align: center;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 1px solid #aaa;
	border-top-width: 0;
	margin: 0 auto;
	width: 150px;

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

/* エラーメッセージ */
div.notice {
	width:870px;
	margin:0 auto;
	clear:both;
	border: 1px solid #9c0909;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	text-align: left;
}
@media only screen and (max-width:480px) {
	div.notice {
		width:90%;
		margin:0 auto 20px;
	}
}

.notice ul li {
	margin-bottom: 3px;
}

.notice ul li span {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:17px;
	background:url(../image/ico_exc.png) no-repeat left center;
	color: #9c0909;
}
.red {
	color: #9c0909;
}

.hide {
	display:none;
}

#last-cnt{
	border-radius: 5px 5px 5px 5px;
	top: 390px;
	left: 10px;
	position: absolute;
	z-index: 999;
	background-color: #ff0000;
	color: #fff;
	width: 120px;
	text-align: center;
	padding: 7px;
	opacity: 0.75;
}

button.BtnDisabled {
color:#7e837f;
background:#f0f0f0;
text-shadow:none;
-ms-border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
cursor: default;
box-shadow: none;
}

/*
 追加
 */
.clear{
	clear: both;
}
.fontS{
	font-size: 10px;
}
#gpsSearch{
	display: none;
}
.shopDataList li{
	margin-bottom: 10px;
	padding: 10px 20px 20px 80px;
	color: #000;
	cursor: pointer;
}
.shopDataList a{
	margin-left: -20px;
	font-size: 1.2em;
	font-weight: 700;
	display: block;
}
.shopDataList div{
	font-size: 12px;
}
.shopDataList .statusB{
	background: url(../image/bg_dot.gif) bottom repeat-x,
	url(../image/arrow01.png)no-repeat 95% 50%,
	url(../image/status_blue.png)no-repeat 2% 30%;
}
.shopDataList .statusR{
	background: url(../image/bg_dot.gif) bottom repeat-x,
	url(../image/arrow01.png)no-repeat 95% 50%,
	url(../image/status_red.png)no-repeat 2% 30%;
}
.shopDataList .statusG{
	background: url(../image/bg_dot.gif) bottom repeat-x,
	url(../image/arrow01.png)no-repeat 95% 50%,
	url(../image/status_gray.png)no-repeat 2% 30%;
}
.imgInfo{
	margin: 50px 10px 10px;
}
.imgInfo img{
	margin: 5px 0;
	vertical-align: middle;
}
button.update{
	width: 30px;
	height: 30px;
	margin: -1px 0 0;
	float: right;
	background: url(../image/update.png)no-repeat 50% 50%;
	border: none;
}
button.update:hover{
	background: url(../image/updated.png)no-repeat 50% 50%;
}
/* 詳細 */
.ticketResult th{
	width: 135px;
}
.backColTh{
	background-color: #f0f0f0;
}
.detailList{
	width: 700px;
	margin: -10px 0;
	margin-right: -700px;
	display: table;
	table-layout: fixed;
}
.detailList li{
	display: table-cell;
}
.detailList li div{
	margin: 5px 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}
.repairType{
	margin: 0 10px;
	padding: 0;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px dashed #ddd;
}

@media only screen and (max-width:480px) {
	#gpsSearch{
		display: block;
	}
	.ticketResult th{
		width: 95%;
	}
	.ticketResult td{
		margin-left: 10px;
	}
	.ticketResult td:not(.bold){
		margin-top: -5px;
		margin-left: 20px;
	}
	.ticketResult .bold{
		font-weight: bold;
	}
	button.update, button.update:hover{
		margin-top: -20px;
		width: 42px;
		height: 42px;
		background: url(../image/updateSP.png)no-repeat 50% 50%;
	}
.backColTh{
	background-color: #fff;
}
	.detailList{
		width: 120%;
		margin: 0 -30px;
		display: block;
	}
	.detailList li{
		display: block;
		clear: both;
	}
.detailList li div{
	padding-bottom: 20px;
	border: none;
	border-top: 1px dashed #ddd;
	border-radius: 0;
}
.repairType{
	border: none;
	font-size: 13px;
	font-weight: bold;
}
.numAndWait{
	width: 33%;
	display: block;
	float: left;
}
}
