@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
html, body {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}
input[type="text"], input[type="file"], input[type="password"], select, textarea {
	box-sizing: border-box;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 4px;
}
select {
	width: auto;
}
#wrapper {
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 200px;
	position: relative;
	overflow: hidden;
	overflow-x: scroll;
}
a:link,
a:visited {
	color: #39F;
}

.mt-27 {
	margin-top: -27px!important;
}
#header {
	width: 100%;
	background-color: #F6F6F6;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
}
	#roof {
		height: 30px;
		line-height: 30px;
		border-bottom: solid 1px #B0B0B0;
		background-color: #FFF;
	}
		#roof h1 {
			display: block;
			font-size: 12px;
			line-height: 30px;
			color: #666;
		}
		#header_sns {
			width: 210px;
			height: 54px;
			position: absolute;
			top: 3px;
			right: 17px;
		}
			#header_sns a {
				display: block;
				width: 54px;
				height: 54px;
				background-color: #FFF;
				border-radius: 50%;
				box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
				float: left;
				margin-right: 16px;
				position: relative;
			}
				#header_icon_facebook {
					display: block;
					width: 15px;
					height: 29px;
					background: url(../img/parts_common.png) no-repeat -766px -38px;
					position: absolute;
					left: 19px;
					top: 12px;
				}
				#header_icon_twitter {
					display: block;
					width: 28px;
					height: 23px;
					background: url(../img/parts_common.png) no-repeat -766px -67px;
					position: absolute;
					left: 13px;
					top: 15px;
				}
				#header_icon_contact {
					display: block;
					width: 25px;
					height: 21px;
					background: url(../img/parts_common.png) no-repeat -781px -38px;
					position: absolute;
					left: 14px;
					top: 16px;
				}
				
	#header_main {
		height: 112px;
		padding: 9px 0px;
	}
		#header_logo {
			display: block;
			width: 960px;
			height: 112px;
			background: url(../img/header.png) no-repeat 0px 0px;
			float: left;
			margin-right: 8px;
		}
		#header_entry {
			width: 260px;
			height: 74px;
			float: left;
			margin-top: 38px;
		}
			#header_entry_copy {
				width: 74px;
				height: 74px;
				background: url(../img/parts_common.png) no-repeat -692px 0px;
				float: left;
				margin-right: 6px;
			}
			#header_entry_user {
				display: block;
				background-color: #F6871E;
				padding-left: 12px;
				font-size: 14px;
				line-height: 35px;
				text-decoration: none;
				color: #FFF;
				font-weight: bold;
				text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
				position: relative;
				margin-bottom: 4px;
			}
			#header_entry_shop {
				display: block;
				background-color: #A4CF0E;
				padding-left: 12px;
				font-size: 14px;
				line-height: 35px;
				text-decoration: none;
				color: #FFF;
				font-weight: bold;
				text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
				position: relative;
				margin-bottom: 4px;
			}
				#header_entry a span {
					display: block;
					width: 29px;
					height: 35px;
					background: url(../img/parts_common.png) no-repeat -731px -74px;
					position: absolute;
					right: 0px;
					top: 0px;
				}
	#header_menu {
		height: 34px;
		line-height: 34px;
		color: #FFF;
		background-color: #E50012;
		border-bottom: solid 4px #000;
	}
		#header_menu_login {
			width: 200px;
			height: 34px;
			line-height: 34px;
			float: left;
		}
			#header_menu_login a {
				color: #FFF;
			}
		#header_menu ul {
			display: block;
			height: 34px;
			line-height: 34px;
			text-align: right;
			color: #FFF;
		}
		#header_menu ul:after {
			content: ' |';
		}
			#header_menu li {
				display: inline;
				color: #FFF;
			}
				#header_menu li a {
					color: #FFF;
					text-decoration: none;
				}
				#header_menu li a:hover {
					text-decoration: underline;
				}
			#header_menu li:before {
				content: ' | ';
			}
	#page {
		overflow: hidden;
		min-height: 100%;
		padding-bottom: 32768px;
		margin-bottom: -32768px;
	}
		#page .box_left {
			box-sizing: border-box;
			width: 200px;
			height: 100%;
			min-height: 100%;
			padding-top: 199px;
			background-color: #F6F6F6;
			margin-right: 15px;
			position: relative;
			float: left;
			padding-bottom: 32768px;
			margin-bottom: -32768px;
		}
			#box_left_border {
				position: absolute;
				width: 4px;
				height: 100%;
				background-color: #000;
				min-height: 100%;
				right: 0px;
				top: 0px;
			}
			#menu_parts {
				position: relative;
			}
				#menu_parts .heading {
					margin-top: 11px;
					height: 60px;
					border-bottom: solid 1px #FFF;
				}
					#menu_parts .heading .parts_left {
						display: block;
						width: 58px;
						height: 60px;
						background-color: #E50012;
						float: left;
						border-radius: 50% 50% 0px 0px;
						border: solid 1px #E50012;
						border-width: 0px 1px;
					}
						#menu_parts .heading .parts_left .icon {
							display: block;
							width: 38px;
							height: 38px;
							margin: 14px auto 0px;
						}
						#menu_parts .heading .parts_left.services .icon {
							background: url(../img/icon_55.png) no-repeat;
							background-size: contain;
						}
						#menu_parts .heading .parts_left.user .icon {
							background: url(../img/icon_user.png) no-repeat;
							background-size: contain;
						}
						#menu_parts .heading .parts_left.factory .icon {
							background: url(../img/parts_common.png) no-repeat -766px 0px;
						}
					#menu_parts .heading .parts_right {
						display: block;
						width: 136px;
						height: 34px;
						line-height: 34px;
						color: #FFF;
						font-weight: bold;
						letter-spacing: 2px;
						float: left;
						margin-top: 26px;
						background-color: #E50012;
					}
				#menu_parts .menuitem {
					display: block;
					width: 200px;
					height: 59px;
					border-bottom: solid 1px #FFF;
				}
					#menu_parts .menuitem a {
						display: block;
						width: 192px;
						height: 58px;
						border-left: solid 4px #E50012;
						border-bottom: solid 1px #000;
						text-align: center;
						letter-spacing: 2px;
						line-height: 58px;
						font-size: 16px;
						text-decoration: none;
						color: #000;
						position: relative;
						transition: all 0.3s ease 0s;
						-moz-transition: all 0.3s ease 0s;
					}
					#menu_parts .menuitem a:hover,
					#menu_parts .menuitem.drive a {
						width: 196px;
						background-color: #FFF;
					}
						#menu_parts .menuitem a span {
							display: block;
							width: 18px;
							height: 30px;
							background: url(../img/parts_common.png) no-repeat -794px -59px;
							opacity: 0.1;
							-moz-opacity: 0.3;
							position: absolute;
							right: 6px;
							top: 14px;
							transition: all 0.3s ease 0s;
							-moz-transition: all 0.3s ease 0s;
						}
						#menu_parts .menuitem a:hover span,
						#menu_parts .menuitem.drive a span {
							right: 1px;
							opacity: 0.8;
						}
		#bread {
			font-size: 12px;
			line-height: 16px;
			margin-bottom: 10px;
		}
#footer {
	width: 100%;
	height: 200px;
	background-color: #000;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.box_960 {
	width: 960px;
	margin: 0px auto;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
.heading_red {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 22px;
	line-height: 52px;
	font-weight: bold;
	background-color: #E50012;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.button_red {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #E50012;
	background-image: linear-gradient(#F00,#E50012);
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}
.button_red:active {
	background-image: linear-gradient(#E50012,#F00);
}
	.button_red span {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		position: absolute;
		right: 6px;
		top: 5px;
		background: url(../img/parts_common.png) no-repeat -760px -90px;
	}
.heading_orange {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #F6871E;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.button_orange {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #F6871E;
	background-image: linear-gradient(#FF9444, #EF4F19);
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}
.button_orange:active {
	background-image: linear-gradient(#EF4F19, #FF9444);
}
	.button_orange span {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		position: absolute;
		right: 6px;
		top: 5px;
		background: url(../img/parts_common.png) no-repeat -760px -90px;
	}
.heading_yellow {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #E9BB1D;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.button_yellow {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #E9BB1D;
	background-image: linear-gradient(#F7D962, #E0B110);
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}
.button_yellow:active {
	background-image: linear-gradient(#E0B110, #F7D962);
}
	.button_yellow span {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		position: absolute;
		right: 6px;
		top: 5px;
		background: url(../img/parts_common.png) no-repeat -760px -90px;
	}
.heading_brown {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #D98840;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.button_brown {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #D98840;
	background-image: linear-gradient(#EAA74D, #D68032);
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}
.button_brown:active {
	background-image: linear-gradient(#D68032, #EAA74D);
}
	.button_brown span {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		position: absolute;
		right: 6px;
		top: 5px;
		background: url(../img/parts_common.png) no-repeat -760px -90px;
	}
.heading_pink {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #F24873;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.button_pink {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #F24873;
	background-image: linear-gradient(#FC8992, #F13A68);
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}
.button_pink:active {
	background-image: linear-gradient(#F13A68, #FC8992);
}
	.button_pink span {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		position: absolute;
		right: 6px;
		top: 5px;
		background: url(../img/parts_common.png) no-repeat -760px -90px;
	}
.heading_purple {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #E85EAD;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.button_purple {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #E85EAD;
	background-image: linear-gradient(#FF79B9, #E651A7);
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}
.button_purple:active {
	background-image: linear-gradient(#E651A7, #FF79B9);
}
	.button_purple span {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		position: absolute;
		right: 6px;
		top: 5px;
		background: url(../img/parts_common.png) no-repeat -760px -90px;
	}
.heading_grey {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #999;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.button_grey {
	display: block;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	background-color: #999;
	background-image: linear-gradient(#CCC, #999);
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}
.button_grey:active {
	background-image: linear-gradient(#999, #CCC);
}
	.button_grey span {
		display: block;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		position: absolute;
		left: 6px;
		top: 5px;
		background: url(../img/parts_common.png) no-repeat -812px -34px;
	}
.size_60 {
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 26px;
	line-height: 60px;
	letter-spacing: 2px;
}
	.size_60 span {
		width: 50px;
		height: 50px;
		background: url(../img/parts_common.png) no-repeat -798px -90px;
	}
