@charset "euc-jp";
li {
	margin-left: 0px;
	list-style-type: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	list-style-type: none
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, li {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

strong {
	font-weight: bold;
}

/* 文字関係 */
.style_name {
	font-size: 16px;
	margin-bottom: 20px;
	color: #000000;
	line-height: 190%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: Arial, Helvetica, sans-serif;
}

.style_name_cap {
	font-size: 14px;
	margin-bottom: 10px;
	color: #000000;
	line-height: 150%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: Arial, Helvetica, sans-serif;
}

.style_name_capcap {
	font-size: 11px;
	margin-bottom: 10px;
	color: #000000;
	line-height: 150%;
	text-align: left;
	text-justify: inter-ideograph;
	font-family: Arial, Helvetica, sans-serif;
}

.style_name_capcap02 {
	font-size: 11px;
	margin-bottom: 10px;
	color: #000000;
	line-height: 150%;
	text-align: right;
	text-justify: inter-ideograph;
	font-family: Arial, Helvetica, sans-serif;
}

.style_lighting_name {
	font-size: 22px;
	margin-bottom: 10px;
	color: #000000;
	line-height: 120%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/* 罫線 */
hr {
	border-width: 1px 0px 0px 0px;
	/* 太さ1px */
	border-style: solid;
	/* 線種を線に */
	border-color: #666;
	/* 線色を灰色に */
	height: 1px;
	/* 高さ*/
}

/* ボタン*/
.button_bmwx3 {
	display: inline-block;
	width: 400px;
	height: 70px;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #990000;
	color: #990000;
	line-height: 60px;
	overflow: hidden;
}

.button_bmwx3:hover {
	color: #fff;
}

.button_bmwx3::before, .button_bmwx3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button_bmwx3, .button_bmwx3::before, .button_bmwx3::after {
	top: -100%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_bmwx3:hover::after {
	top: 0;
	background-color: #990000;
}
