@charset "UTF-8";

/* !header
---------------------------------------------------------- */
#headerWrap {
	min-width: 1060px;
}
	#headerCommon {
		background: #f5f5f5;
		border-bottom: 1px solid #e5e5e5;
	}
		#headerCommonIn {
			margin: 0 auto;
			width: 1000px;
			padding: 4px 0;
			display: block;
			min-height: 1%;
		}
		#headerCommonIn:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#headerCommonSelectWrap {
				float: right;
			}
				#headerCommonSelectWrap .logo {
					float: left;
					padding: 4px 10px 0 0;
					line-height: 1;
				}
				#headerCommonSelect {
					float: right;
					line-height: 1;
					position: relative;
				}
					#headerCommonSelect select {
						width: 150px;
					}
					#headerCommonSelected {
						width: 150px;
						height: 20px;
						line-height: 1.8;
						border: 1px solid #b5b5b5;
						padding: 0 20px 0 4px;
						background: url(/images/header/bg_header_select01.png) no-repeat right center #f1f1f1;
						color: #7b7b7b;
						font-size: 79%;
						cursor: pointer;
					}
					#headerCommonSelectList {
						display: none;
						position: absolute;
						width: 150px;
						top: 19px;
						right: 0;
						border: 1px solid #b5b5b5;
						overflow: hidden;
						background: #f1f1f1;
					}
						#headerCommonSelectList ul {
							margin: -1px 0 0;
						}
							#headerCommonSelectList ul li {
								border-top: 1px dotted #cfcfcf;
								color: #7b7b7b;
								font-size: 79%;
								cursor: default;
							}
							#headerCommonSelectList ul li a {
								color: #939393;
								display: block;
								padding: 7px 5px;
								border: none;
							}
							#headerCommonSelectList ul li a:hover {
								color: #2f2f2f;
							}
	#header {
		min-width: 1060px;
		border-bottom: 1px solid #e5e5e5;
	}
		#headerIn {
			width: 1000px;
			margin: 0 auto;
			padding: 20px 0;
			display: block;
			min-height: 1%;
		}
		#headerIn:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#headerLogo {
				float: left;
				line-height: 1;
				font-size: 0;
			}
				#headerLogo a {
					border-bottom: none;
				}
			#headerLinkWrap {
				width: 739px;
				float: right;
				display: block;
				min-height: 1%;
			}
			#headerLinkWrap:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				#headerContactWrap {
					float: left;
					margin: 0 20px 0 0;
					display: table;
					border: 1px solid #e5e5e5;
					table-layout: fixed;
					width: 360px;
				}
					#headerContactWrap .icon {
						display: table-cell;
						width: 30px;
						background: #cdcdcd;
						vertical-align: middle;
						line-height: 1;
						font-size: 0;
					}
					#headerContactWrap .telWrap,
					#headerContactWrap .formWrap {
						display: table-cell;
						padding: 0 8px 0 8px;
						vertical-align: middle;
						border-bottom: 0;
					}
					#headerContactWrap .formWrap {
						color: #565856;
					}
					#headerContactWrap .formWrap:hover {
						color: #2f2f2f;
					}
					#headerContactWrap .telWrap {
						line-height: 1.2;
					}
						#headerContactWrap .telWrap .tel {
							font-size: 86%;
							font-weight: bold;
							color: #6d6e6d;
							white-space: nowrap;
						}
							#headerContactWrap .telWrap .tel span {
								font-size: 84%;
							}
						#headerContactWrap .telWrap .time {
							font-size: 64%;
							color: #878787;
							white-space: nowrap;
						}
						#headerContactWrap .formWrap .link {
							padding: 0 0 0 12px;
							background: url(/images/common/ico_arrow01.png) no-repeat left center;
							font-size: 86%;
							white-space: nowrap;
						}
				#headerLngWrap {
					width: 144px;
					float: left;
					margin: 0 20px 0 0;
					position: relative;
				}
				#headerLngWrap p {
					border: 1px solid #e5e5e5;
					background: url(/images/header/bg_header_select01.png) no-repeat right center;
					color: #565856;
					font-size: 86%;
					cursor: pointer;
					padding: 3px 5px;
				}
				#headerLngWrap ul {
					background: #fff;
					border: 1px solid #dbdbdb;
					border-top: none;
					display: none;
					position: absolute;
					width: 144px;
					top: 30px;
					right: 0;
					z-index: 1000;
				}
				#headerLngWrap li {
					border-top: 1px dotted #dbdbdb;
				}
				#headerLngWrap li:first-child {
					border-top: none;
				}
				#headerLngWrap li a {
					display: block;
					padding: 10px;
					color: #565856;
					font-size: 86%;
					line-height: 1;
					border:none;
				}
				#headerLngWrap li a:hover {
					background: #f9f9f9;
					color: #2f2f2f;
				}
				#headerSearch {
					float: right;
					display: block;
					min-height: 1%;
				}
				#headerSearch:after {
					clear: both;
					content:".";
					display: block;
					height: 0;
					visibility: hidden;
				}
					#headerSearch input {
						float: left;
						font-size: 86%;
					}
					#headerSearch .inputText {
						margin: 0 3px 0 0;
						width: 150px;
						height: 30px;
						padding: 5px 10px;
						background: #f0f0f0;
						border: none;
						line-height: 20px;
					}
					#headerSearch .inputText::-webkit-input-placeholder { color: #8f8f8f;}
					#headerSearch .inputText::-moz-placeholder { color: #8f8f8f;}
					#headerSearch .inputText:-ms-input-placeholder { color: #8f8f8f;}

			#headerSpMenuWrap {
				display: none;
			}

