@charset "UTF-8";
/*
 * header.css
 *
 */

/* !header
---------------------------------------------------------- */
#headerWrap {
	background: #000;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #000), color-stop(0.00, #454545));
		background: -webkit-linear-gradient(top, #454545 0%, #000 88%);
		background: -moz-linear-gradient(top, #454545 0%, #000 88%);
		background: -o-linear-gradient(top, #454545 0%, #000 88%);
		background: -ms-linear-gradient(top, #454545 0%, #000 88%);
		background: linear-gradient(to bottom, #454545 0%, #000 88%);
	max-height: 150px;
	padding: 14px 0 10px;
	min-width: 960px;
	font-size: 14px;
	overflow: hidden;
}

#headerIn {
	width: 960px;
	margin: 0 auto;
	display: block;
	min-height: 1%;
}
#headerIn:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

#headerInnerL {
	display: block;
	float: left;
	width: 350px;
	padding: 0;
	color: #b0b0b0;
	text-decoration: none;
	margin-top: -5px;
}
	#site_logo {
		float: left;
		line-height: 1;
		font-size: 0;
	}
	#site_descrption {
		float: right;
		width: 245px;
		color: #b0b0b0;
		font-size: 12px;
		padding: 1px 0 0;
	}
	#headerInnerL .brand_logo {
		clear: both;
		padding: 8px 0 0;
	}

#headerInnerR {
	float: right;
	width: 602px;
	display: block;
	min-height: 1%;
}
#headerInnerR:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
	#headerSelectBtn {
		width: 172px;
		float: left;
		line-height: 1;
	}
	#headerSelectBtn02 {
		width: 172px;
		float: left;
	}
		#headerSelectBtn02 a {
			color: #333;
			text-decoration: none;
			display: block;
			padding: 7px 0 0;
			position: relative;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-ms-border-radius: 3px;
			height: 72px;
			border: 1px solid #fff;
			background: #fefefe; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #fefefe 0%, #cbcbcb 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #fefefe 0%,#cbcbcb 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-8 */
		}
			#headerSelectBtn02 a .iconWrap {
				display: table;
				margin: 0 auto;
			}
				#headerSelectBtn02 a .iconWrap p {
					display: table-cell;
					vertical-align: middle;
				}
				#headerSelectBtn02 a .iconWrap p.icon {
					line-height: 1;
				}
				#headerSelectBtn02 a .iconWrap p.name {
					padding: 0 10px;
					font-weight: bold;
					font-size: 14px;
					max-width: 100px;
					line-height: 1.2;
				}
			#headerSelectBtn02 a .btn {
				position: absolute;
				left: 3px;
				bottom: 3px;
				line-height: 1;
				font-size: 0;
			}
	#header_functions {
		font-size: 12px;
		float: right;
		width: 425px;
		padding: 5px 5px 5px 10px;
		overflow: hidden;
		background: #444444;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-ms-border-radius: 2px;
	}
		#header_functions ul {
			margin: 0 0 0 -20px;
			display: block;
			min-height: 1%;
		}
		#header_functions ul:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#header_functions ul li {
				margin: 0 0 0 20px;
				float: left;
			}
				#header_functions ul li {
					margin: 0 0 0 20px;
					float: left;
				}
					#header_functions ul li a {
						color: #fff;
						text-decoration: none;
						overflow: hidden;
					}
					#header_functions ul li a:hover {
						text-decoration: underline;
					}
						#header_functions ul li span {
							float: left;
							padding: 0 4px 0 0;
							line-height: 1;
							font-size: 0;
						}
						#header_functions ul li em {
							overflow: hidden;
							padding: 1px 0 0;
							font-style: normal;
							font-weight: bold;
						}
		#headerMembersWrap {
			float: right;
			width: 425px;
			margin: 7px 0 0;
			display: block;
			min-height: 1%;
		}
		#headerMembersWrap:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#headerMembersBtn {
				float: left;
				line-height: 1;
				font-size: 0;
				margin: 0 0 0 -5px;
				display: block;
				min-height: 1%;
			}
			#headerMembersBtn:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				#headerMembersBtn li {
					float: left;
					margin: 0 0 0 5px;
				}
					#headerName {
						display: table;
						font-size: 11px;
						width: 154px;
						background: #3a3a3a;
						border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						-ms-border-radius: 2px;
						color: #fff;
						line-height: 1.3;
					}
						#headerNameIn {
							display: table-cell;
							height: 36px;
							padding: 2px 5px;
							vertical-align: middle;
						}
						#headerNameIn p.notice {
							color: #ff76a9;
						}
			#headerCartBtn {
				float: right;
				margin: 0 0 0 5px;
				width: 107px;
				display: table;
			}
				#headerCartBtn a {
					display: table-cell;
					color: #333;
					text-decoration: none;
					vertical-align: middle;
					text-align: center;
					height: 36px;
					border: 1px solid #fff;
					border-radius: 3px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					-ms-border-radius: 3px;
					background: #fefefe; /* Old browsers */
					/* IE9 SVG, needs conditional override of 'filter' to 'none' */
					background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
					background: -moz-linear-gradient(top,  #fefefe 0%, #cbcbcb 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #fefefe 0%,#cbcbcb 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-8 */
				}
					#headerCartBtn a img {
						vertical-align: middle;
						margin: 0 2px 0 0;
					}
					#headerCartBtn a em {
						font-style: normal;
						font-weight: bold;
						font-size: 12px;
						vertical-align: middle;
						padding: 1px 0 0;
					}
						#headerCartBtn a em span {
							font-size: 14px;
							padding: 0 3px 0 4px;
						}

.selectNotice {
	background: #ffffff;
	color: #cc0000;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
	margin-top: 7px;
	padding: 2px 5px;
	font-size: 10px;
	width: 602px;
	float: right;
	position: relative;
}
.selectNotice:after {
	content: '';
	position: absolute;
	border-bottom: 10px solid #ffffff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -7px;
	left: 80px;
}

.selectMusical {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  color: #4b4948;
  text-align: left;
  padding: 20px;
  width: 820px;
 }
.selectMusical .title {
  background: url(/images/header/icon_select.png) no-repeat;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
  padding-left: 35px;
}
.selectMusical .tabs {
	position: relative;
}
.selectMusical .tabs .btn_deselect {
	position: absolute; top:0; right:0;
}
.selectMusical .tabs .tab {
	margin-top: 10px;
	display: block;
	min-height: 1%;
}
.selectMusical .tabs .tab:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
	.selectMusical .tabs .tab li {
		background: url(/images/common/tab_selectMusical.png) right top no-repeat;
		float: left;
		min-width: 180px;
		position: relative;
		margin-right: 15px;
		z-index: 3;
		cursor: pointer;
	}
	.selectMusical .tabs .tab li:nth-child(2) {
		z-index: 2;
		margin-left: -20px;
	}
	.selectMusical .tabs .tab li:nth-child(3) {
		z-index: 1;
		margin-left: -20px;
	}
		.selectMusical .tabs .tab li span {
			display: block;
			font-size: 14px;
			text-align: center;
			color: #fff;
			background: #84c0dd;
			border-radius: 4px 0 0 0;
			margin-right: 18px;
			padding: 0 10px 0 15px;
			font-weight: bold;
			line-height: 2.6;
			height: 35px;
		}
		.selectMusical .tabs .tab li.current {
		background: url(/images/common/tab_selectMusical_current.png) right top no-repeat;
		z-index: 5;
		}
		.selectMusical .tabs .tab li.current span {
			background: #0060a9;
		}

.tabs_musical {
	border: 2px solid #0060a9;
	padding: 10px;
	height: 500px;
}

.tabs_musical .btn {
	margin-top: 10px;
	text-align: center;
}

.tabs_musical .indexHead01 {
    background: none repeat scroll 0 0 #666;
    margin: 0 0 4px;
}
.tabs_musical .indexHeadIn01 {
    display: table;
}
.tabs_musical .indexHeadIn01 p {
    background: url("/images/common/bg_tableline01.png") left bottom no-repeat;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    line-height: 1.2;
    padding: 9px 0;
    text-align: center;
    vertical-align: middle;
}
.tabs_musical .indexHeadIn01 p.cell01 {
    width: 200px;
}
.tabs_musical .indexHeadIn01 p.cell02 {
    width: 352px;
}
.tabs_musical .indexHeadIn01 p.cell03 {
    width: 204px;
}
.tabs_musical .indexHeadIn01 p:first-child {
    background: none;
}
.tabs_musical .indexMain {
	display: block;
	min-height: 1%;
}
.tabs_musical .indexMain:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#tabs_musical02 .indexMain ul,
#tabs_musical03 .indexMain ul {
	height: 250px;
	overflow: auto;
}
.tabs_musical .indexMain div {
	border: 1px solid #e5e5e5;
	float: left;
	height: 250px;
	overflow: auto;
	margin-top: -4px;
}
.tabs_musical .indexMain .block01 {
	width: 200px;
}
.tabs_musical .indexMain .block02 {
	width: 352px;
}
.tabs_musical .indexMain .block02 li {
	display: table;
	width: 100%;
}
.tabs_musical .indexMain .block02 p {
	display: table-cell;
	vertical-align: middle;
}
.tabs_musical .indexMain .block02 p.btn_products {
	padding-left: 20px;
	width: 100px;
}
.tabs_musical .indexMain .block03 {
	width: 204px;
}
.tabs_musical .indexMain li {
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	padding: 7px 10px;
	margin-top: -1px;
}
.tabs_musical .indexMain li.select {
	background: #ffc9c9;
}
.tabs_musical .indexMain .block03 li {
	display: table;
	width: 100%;
}
.tabs_musical .indexMain .block03 li span,
.tabs_musical .indexMain .block03 li .img_products,
.tabs_musical .indexMain .block03 li .btn_products {
	display: table-cell;
	vertical-align: middle;
}
.tabs_musical .indexMain .block03 li span {
	width: 130px;
}
.tabs_musical .indexMain .block03 li .img_products {
	padding-left: 10px;
	width: 50px;
}
.tabs_musical .indexMain .block03 li .btn_products {
	padding-left: 30px;
	width: 80px;
}

.tabs_musical .notice {
	padding: 10px;
	text-align: center;
}

.tabs_musical .img_products img {
	width: 45px;
}
/* #tabs_musical02, #tabs_musical03 */
#tabs_musical02 .model_search,
#tabs_musical03 .model_search {
	margin: 10px 0 30px;
	text-align: center;
}
#tabs_musical03 .model_search input[type="text"] {
	width: 435px;
	height: 29px;
	border: 1px solid #808080;
	border-right: none;
	padding: 2px 8px;
}
#tabs_musical03 .model_search input {
	vertical-align: middle;
}
#tabs_musical02 .indexHead01,
#tabs_musical03 .indexHead01 {
	margin: 15px auto 0;
	width: 400px;
}
#tabs_musical02 .indexHead01 p.cell01,
#tabs_musical03 .indexHead01 p.cell01 {
	width: 400px;
}

#tabs_musical02 label,
#tabs_musical03 label { cursor: pointer; }
#tabs_musical02 .indexMain,
#tabs_musical03 .indexMain {
	border-bottom: none;
	margin: 0 auto;
	width: 400px;
}
#tabs_musical02 .indexMain li,
#tabs_musical03 .indexMain li {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	display: table;
	width: 100%;
}
#tabs_musical02 .indexMain li span.check,
#tabs_musical02 .indexMain li span.name,
#tabs_musical02 .indexMain li span.img_products,
#tabs_musical02 .indexMain li .btn_products,
#tabs_musical02 .indexMain li span.user,
#tabs_musical03 .indexMain li span.check,
#tabs_musical03 .indexMain li span.name,
#tabs_musical03 .indexMain li span.img_products,
#tabs_musical03 .indexMain li .btn_products,
#tabs_musical03 .indexMain li span.user {
	display: table-cell;
	vertical-align: middle;
}
#tabs_musical02 .indexMain li span.check,
#tabs_musical03 .indexMain li span.check { width: 25px; }
#tabs_musical02 .indexMain li span.name,
#tabs_musical03 .indexMain li span.name {
	padding-left: 10px;
	width: 170px;
}
#tabs_musical02 .indexMain li span.img_products,
#tabs_musical03 .indexMain li span.img_products {
	padding-left: 10px;
	width: 50px;
}
#tabs_musical02 .indexMain li .btn_products,
#tabs_musical03 .indexMain li .btn_products {
	padding-left: 30px;
	width: 80px;
}
#tabs_musical02 .indexMain li span.user,
#tabs_musical03 .indexMain li span.user {
	padding-left: 20px;
	width: 140px;
}
#tabs_musical02 .indexMain li span.user span,
#tabs_musical03 .indexMain li span.user span {
	background: #0060a9;
	color: #ffffff;
	display: block;
	font-size: 12px;
	padding: 2px 10px;
	margin-top: -6px;
}