@charset "utf-8";

/* CSS Document */
html,
body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #555;
	background-color: #000;
}
ul, ol, li, dl, dt, dd, form, p, div {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
p {
	margin-bottom: 10px;
}
select {
	padding: 5px;
	margin: 0px;
	border: solid 1px #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
}
table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
	th, td {
		text-align: center;
		vertical-align: middle;
		padding: 5px;
		border: solid 1px #CCC;
	}
a:link,
a:visited {
	color: #39F;
	text-decoration: underline;
}
#wrapper {
	width: 898px;
	padding: 26px 0px 137px;
	margin: 0px auto;
}
	#roof {
		width: 100%;
		height: 26px;
		background-color: #000;
		color: #FFF;
		font-size: 12px;
		line-height: 26px;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1000;
	}
		#roof .box {
			width: 898px;
			margin: 0px auto;
		}
		#roof a {
			color: #FFF;
		}
		#roof span:after {
			content: ' | ';
		}
	#header {
		height: 62px;
		padding: 20px 0px;
	}
		#logo {
			display: block;
			width: 308px;
			height: 62px;
			background: url(../img/parts.png) no-repeat 0px 0px;
			float: left;
		}
		#box_headericon {
			width: 122px;
			height: 34px;
			float: right;
			margin-top: 14px;
		}
			#box_headericon a {
				display: block;
				width: 34px;
				height: 34px;
				background-image: url(../img/parts.png);
				background-repeat: no-repeat;
				float: left;
				transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
			}
				#box_headericon a:hover {
					opacity: 0.7;
					-moz-opacity: 0.7;
					filter: alpha(style=0, opacity=70);
				}
			#box_headericon a.icon_twitter {
				background-position: -308px 0px;
				margin-right: 10px;
			}
			#box_headericon a.icon_facebook {
				background-position: -342px 0px;
				margin-right: 10px;
			}
			#box_headericon a.icon_mail {
				background-position: -376px 0px;
			}
	#mainmenu {
		height: 44px;
		margin-bottom: 20px;
	}
		#mainmenu .item {
			width: 148px;
			height: 44px;
			overflow: hidden;
			text-align: center;
			background-color: #E50012;
			color: #FFF;
			font-size: 14px;
			font-weight: bold;
			line-height: 44px;
			float: left;
			margin-right: 1px;
			transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
		}
		#mainmenu .item.last {
			margin-right: 0px;
		}
			#mainmenu .item:hover {
				background-color: #000;
			}
			#mainmenu .item a {
				display: block;
				width: 100%;
				height: 100%;
				color: #FFF;
				text-decoration: none;
			}
			#mainmenu .item span {
				display: block;
				line-height:17px;
			}
	#floor {
		width: 100%;
		height: 57px;
		padding: 20px 0px;
		background-color: #000;
		color: #CCC;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
		#sslseal {
			width: 115px;
			height: 57px;
			overflow: hidden;
			float: left;
		}
		#floor .box {
			width: 898px;
			margin: 0px auto;
			text-align: right;
			font-size: 12px;
			line-height: 28px;
		}
			#floorlogo {
				display: block;
				width: 40px;
				height: 40px;
				background: url(../img/parts.png) no-repeat -410px 0px;
				float: left;
			}
			#floormenu {
			}	
				#floormenu li {
					display: inline;
				}
					#floormenu li a {
						color: #CCC;
						text-decoration: underline;
					}
					#floormenu li:after {
						content: ' | ';
					}
					#floormenu li.last:after {
						content: '';
					}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
.heading_1 {
	height: 38px;
	line-height: 38px;
	padding: 0px 10px;
	background-color: #E50012;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
}
.heading_2 {
	color: #E50012;
	font-size: 18px;
	line-height: 22px;
	font-weight:bold;
	margin-bottom: 10px;
}
.heading_3 {
	color: #333;
	font-size: 18px;
	line-height: 22px;
	font-weight:bold;
	margin-bottom: 10px;
}
.heading_4 {
	color: #E50012;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom:20px;
}
.content_1 {
	padding: 20px 10px;
}
.button_red {
	display: block;	
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	text-decoration:none !important;
	text-align: center;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #b23e35;
}
.button_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.button_green {
	display: block;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: none;
	text-decoration:none !important;
	text-align: center;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #689324;
}
.button_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	background:-ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.button_blue {
	display: block;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: none;
	text-decoration:none !important;
	text-align: center;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #1570cd;
}
.button_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.button_orange {
	display: block;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius: 2px;
	text-decoration:none !important;
	text-align:center;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff7722), color-stop(100%, #e05a07) );
	background:-moz-linear-gradient( center top, #ff7722 5%, #e05a07 100% );
	background:-ms-linear-gradient( top, #ff7722 5%, #e05a07 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7722', endColorstr='#e05a07');
	background-color:#ff7722;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #cc9f52;
}
.button_orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e05a07), color-stop(100%, #ff7722) );
	background:-moz-linear-gradient( center top, #e05a07 5%, #ff7722 100% );
	background:-ms-linear-gradient( top, #e05a07 5%, #ff7722 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05a07', endColorstr='#ff7722');
	background-color:#e05a07;
}
.button_white {
	display: block;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius: 2px;
	border:1px solid #dcdcdc;
	text-decoration:none !important;
	text-align: center;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #eeeeee) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-color:#ffffff;
	color:#666666 !important;
	text-shadow:1px 1px 0px #ffffff;
}
.button_white:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eeeeee), color-stop(100%, #ffffff) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #eeeeee 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	background-color:#eeeeee;
}
.button_pink {
	display: block;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:3px;
	border:1px solid #dd5df4;
	text-decoration:none !important;
	text-align: center;
	background:-moz-linear-gradient( center top, #e08df0 5%, #f06cda 100% );
	background:-ms-linear-gradient( top, #e08df0 5%, #f06cda 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e08df0', endColorstr='#f06cda');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e08df0), color-stop(100%, #f06cda) );
	background-color:#e08df0;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #cc3dc0;
 	-webkit-box-shadow: 0px 0px 0px -50px #f4cafc;
 	-moz-box-shadow: 0px 0px 0px -50px #f4cafc;
 	box-shadow: 0px 0px 0px -50px #f4cafc;
}.button_pink:hover {
	background:-moz-linear-gradient( center top, #f06cda 5%, #e08df0 100% );
	background:-ms-linear-gradient( top, #f06cda 5%, #e08df0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06cda', endColorstr='#e08df0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f06cda), color-stop(100%, #e08df0) );
	background-color:#f06cda;
}.button_pink:active {
	position:relative;
	top:1px;
}
.button_purple {
	display: block;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:3px;
	text-decoration:none !important;
	text-align: center;
	background:-moz-linear-gradient( center top, #9e7cff 5%, #7a4dff 100% );
	background:-ms-linear-gradient( top, #9e7cff 5%, #7a4dff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7cff', endColorstr='#7a4dff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9e7cff), color-stop(100%, #7a4dff) );
	background-color:#7a4dff;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #4304FF;
 	-webkit-box-shadow: 0px 0px 0px -50px #4304FF;
 	-moz-box-shadow: 0px 0px 0px -50px #4304FF;
 	box-shadow: 0px 0px 0px -50px #4304FF;
}
.button_purple:hover {
	background:-moz-linear-gradient( center top, #7a4dff 5%, #9e7cff 100%);
	background:-ms-linear-gradient( top, #7a4dff 5%, #9e7cff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a4dff', endColorstr='#9e7cff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #7a4dff), color-stop(100%, #9e7cff));
	background-color: #9e7cff;
}
.input_tx {
	margin: 0px;
	border: solid 1px #CCC;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.alnum {
	ime-mode: disabled;
}

/*201606*/

		
#header_main {
	height: 112px;
	padding: 9px 0px;
}
	#header_logo {
		display: block;
		width: 692px;
		height: 112px;
		background: url(../06/img/parts_common.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(../06/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(../06/img/parts_common.png) no-repeat -731px -74px;
				position: absolute;
				right: 0px;
				top: 0px;
			}

#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(../06/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(../06/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(../06/img/parts_common.png) no-repeat -781px -38px;
			position: absolute;
			left: 14px;
			top: 16px;
			}

#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: ' | ';
		}

#header_top {
	width: 100%;
	height: 30px;
	border-bottom: solid 1px #B0B0B0;
	
	font-weight:bold;
	font-size: 12px;
	color: #666;
}
	#header_top_box {
		position:absolute;
		width: 960px;
		height: 30px;
		left: 50%;
		top: 0;
		margin-left: -480px;
		line-height: 30px;
	}
#header_mid {
	width: 100%;
	height: 112px;
	background-color: #F6F6F6;
	padding:9px 0px;
}

	.header_box {
		position: absolute;
		width: 960px;
		left: 50%;
		margin-left: -480px;
	}

