@charset "UTF-8";
#mds {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}
#mds_main {
	position: relative;
	width: 1280px;
	height: 696px;
	margin: 0 auto;
}
#mds_header {
	position: relative;
	width: 100%;
	height: 53px;
	background-color:#000;
	background: linear-gradient(top, #666 0%, #333 100%);
	background: -webkit-linear-gradient(top, #666 0%, #333 100%);
	background: -moz-linear-gradient(top, #666 0%, #333 100%);
	background: -o-linear-gradient(top, #666 0%, #333 100%);
	background: -ms-linear-gradient(top, #666 0%, #333 100%);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	z-index: 200;
}
#mds_head {
	position: relative;
	width: 1280px;
	height: 53px;
	margin: 0 auto;
}
#mds_header #navi_home {
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
	z-index: 1;
}
#mds_header #navi_home a {
	display: block;
	height: 52px;
	background: url(../images/logo_mds.png) no-repeat 10px center;
    -webkit-background-size: 180px 28px;
    background-size: 180px 28px;
	text-indent: -9999px;
}
#mds_header ul {
	position: relative;
	display: block;
	width: 1280px;
	height: 53px;
	text-align: right;
}
#mds_header ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 136px;
	height: 52px;
	top: 0;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.9);
}
#mds_header ul li a {
	display: block;
}
#mds_header ul li#navi_logout {
	width: 50px;
}
#mds_header ul li#navi_logout a {
	background: url(../images/icon_logout.png) no-repeat center center;
   -webkit-background-size: 25px 30px;
   background-size: 25px 30px;
   text-indent: -9999px;
}
#mds_header ul li#navi_logout a:hover,
#mds_header ul li#navi_logout a:active {
	background: url(../images/icon_logout_on.png) no-repeat center center;
   -webkit-background-size: 25px 30px;
   background-size: 25px 30px;
}

#mds_header ul li a,
#mds_header ul li .subtitle {
	display: block;
	height: 20px;
	padding: 18px 0 16px 0;
	line-height: 100%;
	color: #E5E5E6;
	text-decoration: none;
	font-weight: bold;
}
#mds_header ul li ul.detail {
	position: absolute;
	display: block;
	width: 136px;
	height: auto;
	top: 100%;
	left: 0;
	padding: 0;
	display: none;
}
#mds_header ul li ul.detail.active {
	display: inline;
}
#mds_header ul li ul.detail.active li {
	display: block;
	width: 136px;
	height: auto;
	padding: 0;
	text-align: left;
	background: #333;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
}
#mds_header ul li ul.detail.active li a {
	display: block;
	width: 116px;
	height: auto;
	line-height: 150%;
	padding: 13px 10px;
}
#mds_header a:hover,
#mds_header a:active {
	color: #BF6;
}
#mds_header ul li#navi_item .subtitle {
	background: url(../images/icon_item.png) no-repeat 8px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#mds_header ul li#navi_item .subtitle.active {
	color: #BF6;
	background: url(../images/icon_item_on.png) no-repeat 8px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#mds_header ul li#navi_setting .subtitle {
	background: url(../images/icon_gear.png) no-repeat 8px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#mds_header ul li#navi_setting .subtitle.active {
	color: #BF6;
	background: url(../images/icon_gear_on.png) no-repeat 8px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#mds_header ul li#navi_distribute .subtitle {
	background: url(../images/icon_distribute.png) no-repeat 8px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#mds_header ul li#navi_distribute .subtitle.active {
	color: #BF6;
	background: url(../images/icon_distribute_on.png) no-repeat 8px center;
    -webkit-background-size: 23px 20px;
    background-size: 23px 20px;
}
#mds #shops {
	position: absolute;
	width: 256px;
	height: 696px;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #FFF;
	box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
	z-index: 1;
}
#mds #shops ul {
	display: block;
	height: 100%;
	overflow: auto;	
}
#mds #shops ul li {
	display: block;
	background: url(../images/check_5.png) #FFF no-repeat 6px center;
	background-size: 25px 18px;
}
#mds #shops ul li.active {
	box-shadow: inset 1px 1px 3px rgba(153,153,153,0.3);
	background: url(../images/check_4.png) #EEE no-repeat 6px center;
	background-size: 25px 18px;
}
#mds #shops ul li a {
	display: block;
	overflow: hidden;
	height: 80px;
	padding: 0 5px 3px 40px;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	color: inherit;
}
#mds #shops ul li a span {
	display: block;	
	line-height: 100%;
	padding-top: 5px;
}
#mds #shops ul li a span.li_code {
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
}
#mds #shops ul li a span.li_name {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: 1px 1px 1px rgba(102,102,102,0.1);
}
#mds #shops ul li a span.li_update,
#mds #shops ul li a span.li_distribute {
	font-size: 12px;
	text-align: right;
	color: #666;
}
#mds #shops ul li a span.li_distribute.on {
	color: #618B0C;	
}
#mds #wrapper,
#mds #main,
#mds .set,
#mds #first,
#mds #second,
#mds #third,
#mes #fourth {
	height: 696px;
}
#mds #wrapper #main {
	position: absolute;
	top: 0;
	left: 256px;
}
#mds #footer .foot {
	width: 100%;	
}
#mds #footer #unit {
	display: block;
	width: 100%;	
}
#mds .detail table {
	margin-top: 15px;	
}
#mds .detail table tr {
	display: block;
	width: 100%;
	padding: 5px 0;
}
#mds .detail table th,
#mds .detail table td {
	border: 1px solid #CCC;
	border-radius: 2px 0 0 2px;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #FFF;
	padding: 5px 10px;
	line-height: 100%;
}
#mds .detail table th {
	border-right: none;
	box-shadow: 0 1px 0 #FFF;
}
#mds .detail table td {
	border-left: none;
	width: 75%;
	box-shadow: 0 1px 0 #FFF;
}
#mds .detail table td .data {
	display: block;
	padding: 7px 0;	
}
#mds .detail table label {
	margin: 0;	
}
#mds .detail table label.l_txt {
	display: inline-block;
	width: auto;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
#mds .detail .select_date select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	margin: 0;
	text-indent: 0.5em;
	border-left: none;
	width: 60px;
}
#mds .detail .select_date select.yy {
	border-left: 1px solid #999;
	border-radius: 4px 0 0 4px;
	width: 80px;
}
#mds .detail .select_date select.ii {
	border-radius: 0 4px 4px 0;	
}
#mds .detail .data {
	font-size: 16px;
	letter-spacing: 0.1em;	
}
#mds .detail .button_area {
	margin-top: 20px;	
}
#mds .list {
	height: 676px;
	padding-top: 20px;	
}
#mds .list table {
	box-shadow: 1px 1px 3px rgba(153,153,153,0.2);
}
#mds .list table tr.active td.li_distribute {
	background: url(../images/check_6.png) #EEE no-repeat 3px center;
}
#mds .list table th {
	font-size: 14px;
	padding-top: 10px;
}
#mds .list .li_distribute,
#mds .list .li_update {
	width: 170px;
}
#mds .list .list_area {
	height: 570px;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
}
#mds .list .list_area table td {
	border: none;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
#mds .list .list_area table td.li_distribute,
#mds .list .list_area table td.li_update {
	border-right: 1px solid #CCC;
	letter-spacing: 0.1em;
}
#mds .list .list_area table td.li_status {
	font-size: 14px;
}
#tr_status_data.wait,
#mds .list .list_area .wait .li_status {
	color: #690;
}
#tr_status_data.complete,
#mds .list .list_area .complete .li_status {
	color: #09C;
}
#tr_status_data.failed,
#mds .list .list_area .failed .li_status {
	color: #C00;
}
#mds #copy_list .list {
	width: 1000px;
}
#mds #copy_list .list table {
	width: 100%;	
}
#mds #copy_list .list .li_code {
	width: 100px;
	border-right: 1px solid #CCC;
}
#mds #copy_list .list .list_area .li_name {
	text-align: left;
}
#mds #copy_list .list table tr.active td.li_code {
	background: url(../images/check_6.png) #EEE no-repeat 6px center;
}
#mds #copy_list .list .list_area {
	height: 552px;
}
#mds #copy_list .note {
	display: block;
	font-size: 14px;
	color: #999;
	height: 30px;	
}


/*MdsDownload*/
#top ul li#li_mds_download a {
	background: url(../images/top_icon_mds_download.png) transparent no-repeat center 18px;
	background-size:  37px 31px;
}
#top ul li#li_mds_download a:hover,
#top ul li#li_mds_download a:active {
	background-image: url(../images/top_icon_mds_download_on.png);
}
#mds_download {
	padding: 50px;	
	font-size: 14px;
	text-align: center;
}
#mds_download table {
	margin: 10px auto;	
}
#mds_download table th,
#mds_download table td {
	padding: 10px 0;
	vertical-align: top;
	line-height: 150%;
	font-weight: normal;	
}
#mds_download table th {
	width: 50%;
	text-align: center;
}
#mds_download input.btn {
	margin-top: 100px;	
}
#mds_download select {
	display: inline;
	width: 80px;
	height: 32px;
	margin: 0 5px;
	font-size: 14px;
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #FAFAFA 51%, #F5F5F5 100%);
	border: 1px solid #AAA;
}
#mds_download select.mm,
#mds_download select.dd {
	width: 50px;	
}

#mds_download input.btn {
	width: 200px;
	height: 32px;
	font-size: 16px;
	color: #FFF;
	text-shadow: -1px -1px 0 #360;
	border: 1px solid #690;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -webkit-linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -moz-linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -o-linear-gradient(top, #8DC21F 0%, #339900 100%);
	background: -ms-linear-gradient(top, #8DC21F 0%, #339900 100%);
	cursor: pointer;
}



