@charset "utf-8";
/* CSS Document */

/*-------------------------------------
  right contents　共通
-------------------------------------*/
.bulbsize h2::after {
	color: #ffc800;
	font-size: 16px;
	margin-left: 20px;
}
.bulbsize h2::after {
	content: "BULB SIZE";
}
.bulbsize img {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	padding: 10px;
	width: 345px;
}
/*--------------------------------------------------------------------/
	スマートフォン
/--------------------------------------------------------------------*/
body.xs .bulbsize p {
	margin: 5px;
}
body.xs .bulbsize .section {
	margin: 0 5px;
}
body.xs .slider {
	height: 269px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
body.xs .slider::before,
body.xs .slider::after {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	height: 100%;
	padding: 120px 2px;
	position: absolute;
	top: 0;
	z-index: 50;
}
body.xs .slider::before {
	content: "◀";
	left: 0;
}
body.xs .slider::after {
	content: "▶";
	right: 0;
}
body.xs .mask {
	height: 305px;
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
body.xs .mask > * {
	-webkit-transform: translateZ(0px);
}
body.xs .slider ul {
	display: inline-table;
	max-width: 100%;
	margin: 0 0 20px;
}
body.xs .slider li {
	display: table-cell;
}
body.xs .slider img {
	margin-right: 10px;
}
/*--------------------------------------------------------------------/
	PC
/--------------------------------------------------------------------*/
body.xl .bulbsize ul {
	letter-spacing: -0.4em;
	margin: 10px 0 0;
}
body.xl .bulbsize li {
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 10px;
	vertical-align: top;
}
body.xl .bulbsize li:nth-child(odd) {
	margin-right: 10px;
}
body.xl .bulbsize li:nth-child(3) img,
body.xl .bulbsize li:nth-child(6) img,
body.xl .bulbsize li:nth-child(9) img {
	margin: 0 0 10px;
}