<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ==========================================================================

	Date: 2017-05-17
	update: 2017-00-00
	CSS Document: PRONET(プロネット) STYLE D'ART / 友安製作所

 ========================================================================== */
/* カート横テーブル */	
	
table.cart_table {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
	border: #cfcfcf solid 1px;
	font-size: .8125em;
}
table.cart_table tbody th {
	background: #f7f6f3;
	padding: 10px 15px;
	vertical-align: top;
	white-space: nowrap;
	border-right: #cfcfcf solid 1px;
	border-top: #cfcfcf solid 1px;
}
table.cart_table tbody td {
	background: #FFF;
	padding: 10px 15px;
	vertical-align: top;
	border: #cfcfcf solid 1px;
}
table.cart_table ul.base {
	list-style-type: disc;
	margin: 0;
}
table.cart_table ul.base li {
	width: 100%;
	float: none;
	margin: 0 0 4px 16px;
	padding: 0;
	border: none;
	text-align: left;
	letter-spacing: normal;
}

/* 商品ページ - PC
---------------------------------------------------------------------------*/

@media (min-width: 751px) {
/* main　商品ページスライダー */
	
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: none;
}
.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	left: 0px;
}
/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	position: absolute;
	bottom: 0;
	width: 25px;
	height: 25px;
	border: none;
	border-radius: 3px;
	background-color: #1e1e1e;
	cursor: pointer;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flickity-prev-next-button:active {
	opacity: 0.6;
}
.flickity-prev-next-button.previous {
	left: 10px;
	background-image: url(//www.styledartpro.com/img/net/common/btn_slick_prev.png) !important;
	background-size: 100%;
	background-repeat: no-repeat;
}
.flickity-prev-next-button.next {
	right: 10px;
	background-image: url(//www.styledartpro.com/img/net/common/btn_slick_next.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}
.flickity-prev-next-button svg {
	display: none;
}
.flickity-prev-next-button .arrow {
	fill: white;
}
/* ---- page dots ---- */

.flickity-page-dots {
	display: none;
}
.carousel {
	margin-bottom: 20px;
}
.carousel-cell {
	width: 700px;
	height: 700px;
	margin-right: 10px;
	border-radius: 3px;
	counter-increment: carousel-cell;
}
.cartbox .carousel-cell {
	width: 100%;
	height: auto;
	margin-right: 10px;
	border-radius: 3px;
	counter-increment: carousel-cell;
}
/* cell number */

.carousel-nav {
	transform: translateX(0) !important;
}
.carousel-nav .carousel-cell {
	height: 100px;
	width: 100px;
}
.carousel-nav button {
	display: none;
}
.carousel-nav .carousel-cell.is-nav-selected {
	border: 3px solid #f6d63a;
}
.cartbox .carousel-nav {
	transform: translateX(0) !important;
}
.cartbox .carousel-nav .carousel-cell {
	height: 50px;
	width: 50px;
}
.contents .item_catch {
	font-size: 18px;
	margin: 6% 0 1%;
}
/* main ライト 価格表 */
.p_table {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-sizing: border-box;
}
.p_table .bg_rgray {
	background-color: #e6e6e6;
}
.p_table .csTbl {
	border-collapse: collapse;
	font-size: 12px;
}
.csTbl th, .csTbl td {
	border: 1px solid #e6e6e6;
	padding: 10px;
	text-align: center;
}
.p_table table th {
	background: #f7f6f4;
	color: #1e1e1e;
}
.p_table #header {
	float: left;
}
.p_table #data {
	overflow-x: scroll;
}
/* main ライト 価格表 */
.p_table {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-sizing: border-box;
}
.p_table .bg_rgray {
	background-color: #e6e6e6;
}
.p_table .csTbl {
	border-collapse: collapse;
	font-size: 12px;
}
.csTbl th, .csTbl td {
	border: 1px solid #e6e6e6;
	padding: 10px;
	text-align: center;
}
.p_table table th {
	background: #f7f6f4;
	color: #1e1e1e;
}
.p_table #header {
	float: left;
}
.p_table #data {
	overflow-x: scroll;
}
/* main ライト　商品ページカート */	
	
div.itemswap {
	overflow: hidden;
	width: 100%;
}
div.itemswap p {
	padding: 0;
	margin: 0 0 2.238% 0;
	border: solid 3px #ddd;
	display: block;
}
div.itemswap ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.itemswap li {
	float: left;
	background: #fff;
}
.ordertit {
	padding: 1em;
	background: #4e4132;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-size: 1.125em;
}
.cartbox {
	width: 100%;
}
.cartbox .tab_info {
	width: 44.44%;
	float: left;
	margin-right: 4.44%;
}
.cartbox .txt {
	width: 51%;
	float: right;
}
.cartbox .tit {
	padding: 2%;
	background: #a6a098;
	color: #fff;
	margin-bottom: 5%;
	border-radius: 3px;
	font-size: 16px;
}
.cartbox .txt ul {
	margin-bottom: 3%;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cartbox .txt li {
	width: 20.5%;
	float: left;
	margin: 0 0 15px 3.79%;
	padding: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #e6e6e6;
	text-align: center;
	font-size: .8125em;
	letter-spacing: normal;
	background-color: #fff;
}
/* ショッピングカート 全幅用 */
.cartbox .txtall {
	width: 100%;
}
.cartbox .txtall ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.cartbox .txtall li {
	width: 11.75%;
	float: left;
	padding: 2%;
	margin-bottom: 3.79%;
	margin-left: 3.2%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 1px #ccc;
	text-align: center;
	font-size: 85%;
}
.cartbox .txt li img {
	margin-bottom: 4px;
}
.cartbox select {/* Firefox */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
.cartbox select::-ms-expand {/* ie */
 display: none;
}
.day01 {
	background: #C00;
	padding: 3%;
	margin-bottom: 0;
	color: #fff;
}
.day99 {
	background: #0072A8;
	padding: 3%;
	margin-bottom: 0;
	color: #fff;
}
.day00 {
	background: #666;
	padding: 3%;
	margin-bottom: 0;
	color: #fff;
}
/*カート　巾丈*/
.Size {
	border: inherit;
	color: #000;
	font-weight: bold;
}
.Pri {
	border: inherit;
	color: #e73f3f;
	font-size: 20px;
}
input.Prib {
	width: 80%;
	border: none;
	background: #fff;
	color: #e73f3f;
	font-size: 1.5em;
	margin-left: 3%;
}
input.Pris {
width: 6em;
	border: none;
	background: #fff;
	color: #e73f3f;
	font-size: 1.5em;
	margin-left: 3%;
}
/* フォーム　セレクト */
	
.wwhh {
	margin: 3.79%;
}
.dropdown, .numberdown {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-indent: 1em;
	background: url(../../img/net/common/arw_select_down.png) no-repeat;
	background-size: 30px 25px;
	background-position: right center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	vertical-align: middle;
	border: 1px solid #e6e6e6;
	margin-bottom: 5px;
	padding-left: 10px;
}
.dropdown {
	background-color: #f7f6f4;
	width: 35%;
}
.numberdown {
	background-color: #ffffff;
	width: 27%;
}
.numberin {
	border: 0;
	padding: 10px;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	margin: 0 0 20px;
	width: 7%;
}
/* カートボタン */
.zaiko_none { /* 在庫なし */
	color: #fff;
	background-color: #990000;
	text-align: center;
	padding: 3% 0;
	margin: 5% auto;
}
.btnView {
	width: 100%;
	background: #37424d; /* Old browsers */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #e6e6e6;
	-moz-box-shadow: 0px 1px 3px #e6e6e6;
	box-shadow: 0px 1px 3px #e6e6e6;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 20px;
	margin-right: 6%;
	margin-left: 3%;
	border: solid #37424d 1px;
	text-decoration: none;
}
.btnView:hover {
	position: relative;
	top: 1px;
	background: #4e5f70;
	text-decoration: none;
}
.btnView a {
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
}
/* 見積ボタン */
.btnViewM {
	width: 100%;
	background: #1b92d0;
	-moz-box-shadow: inset 0px 1px 0px 0px #6cabcf;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6cabcf;
	box-shadow: inset 0px 1px 0px 0px #6cabcf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1b92d0), color-stop(1, #158fbc));
	background: -moz-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: -webkit-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: -o-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: -ms-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: linear-gradient(to bottom, #1b92d0 5%, #158fbc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b92d0', endColorstr='#158fbc', GradientType=0);
	background-color: #1b92d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #116194;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	padding: 4% 6%;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
}
.btnViewM:hover {
	position: relative;
	top: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #158fbc), color-stop(1, #1b92d0));
	background: -moz-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: -webkit-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: -o-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: -ms-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: linear-gradient(to bottom, #158fbc 5%, #1b92d0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#158fbc', endColorstr='#1b92d0', GradientType=0);
	background-color: #158fbc;
}
.btnView a {
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
}
/*  カート横　タブ */
.tab_info .tab {
	overflow: hidden;
}
.tab_info li {
	background: #fff;
	margin-right: 1%;
	padding: 5px 25px;
	float: left;
	border: 1px solid #e6e6e6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.tab_info .tab li.select {
	background: #f7f6f4;
}
.tab_info .content li {
	padding: 4%;
	margin-top: -1px;
	border: 1px solid #e6e6e6;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
.tab_info .hide {
	display: none;
}
/*商品ページ　画像ボックス*/
.itempage_imgbox {
	width: 100%;
}
.itempage_imgbox h2 {
	font-size: 24px;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 15px;
}
.itempage_imgbox .item_bx_l {
	float: left;
	width: 50%;
	padding: 0 1.5%;
}
.itempage_imgbox .item_bx_r {
	float: right;
	width: 50%;
	padding: 0 1.5%;
}
.itempage_imgbox .item_link li {
	width: 100%;
	padding: 1%;
	background-color: #f7f6f4;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.5;
}
.itempage_imgbox .item_link li:nth-child(even) {
	background-color: #FAF9F8;
}
.itempage_imgbox .item_link li:hover {
	background-color: #fff;
}
/* 照明　テンプレート　dcl */
.dcl_wrap {
	margin-bottom: 15%;
}
.dcl_wrap h2, .dcl_wrap h3 {
	color: #1a2933;
}
.dcl_wrap h3 {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 1.5px;
	margin: 4% 0 2%;
	border-bottom: none;
}

.dcl_wrap p.en_intro { 
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #85b3b1; 
font-size: 360%;
text-align: center;
line-height: 120%;
margin: 10% auto 3%;
padding-bottom: 2%;
border-bottom: solid #85b3b1 2px;
}

.dcl_wrap h2.h2_cont {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 1.5px;
	margin: 4% 0 3%;
	border-bottom: none;
	background-color: #fff;
	width: 100%;
	padding: 0;
	border-top: none;
	font-family: inherit;
}
.dcl_wrap h2.h2_cont:before {
	content: none;
}
.dcl_wrap h2.h2_cont:after {
	content: none;
}
.dcl_wrap .txt_wrap {
	background-color: #f7f6f3;
	padding: 3%;
}
.dcl_wrap .txt_wrap p {
	line-height: 2;
}
.dcl_wrap hr {
	border: none;
	border-top: dashed 1px #1a2933;
	height: 1px;
	color: #1a2933;
	margin: 5% 0 6%;
}
.dcl_wrap table {
	width: 100%;
}
.dcl_wrap table, td, th {
	border-collapse: collapse;
	border-radius: 3px;
}
.dcl_wrap td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.dcl_wrap th {
	background: #f0e6cc;
}
.dcl_wrap .even {
	background: #fbf8f0;
}
.dcl_wrap .odd {
	background: #fefcf9;
}
/* 電球の種類と選び方　表 */
table.bulb_type {
	border-top: 1px solid #1a2933;
	border-right: 1px solid #1a2933;
	border-collapse: collapse;
	width: 100%;
	line-height: 1.8;
}
table.bulb_type th, table.bulb_type td {
	border-left: 1px solid #1a2933;
	border-bottom: 1px solid #1a2933;
	padding: 10px;
	vertical-align: top;
}
table.bulb_type th {
	background-color: #f7f6f4;
	margin-right: 5%;
	width: 70px;
	text-align: center;
}
/* テレビドラマ美術提供商品 */
main .artoffer {
	width: 100%;
	border: #cfcfcf solid 1px;
	border-radius: 3px;
	padding: 2%;
}
main .artoffer .art_left {
	width: 40%;
	margin-right: 3%;
	float: left;
}
main .artoffer .art_right {
	width: 57%;
	float: left;
}
main .artoffer .art_ttl {
	font-weight: bold;
	color: #1a2933;
	font-size: 125%;
	border-bottom: #cfcfcf 1px dotted;
	padding-bottom: 1%;
	margin-bottom: 1.5%;
	text-align: center;
}
main .artoffer .txt {
	line-height: 1.8;
	font-size: 98%;
}
}

/* main メイン - SP
---------------------------------------------------------------------------*/
@media (max-width: 750px) {
/* main　商品ページスライダー */
	
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: none;
}
.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	position: absolute;
	bottom: 0;
	width: 25px;
	height: 25px;
	border: none;
	border-radius: 3px;
	background-color: #1e1e1e;
	cursor: pointer;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
	background: #464646;
}
.flickity-prev-next-button:active {
	opacity: 0.6;
}
.flickity-prev-next-button.previous {
	left: 10px;
	background-image: url(//www.styledartpro.com/img/net/common/btn_slick_prev.png) !important;
	background-size: 100%;
	background-repeat: no-repeat;
}
.flickity-prev-next-button.next {
	right: 10px;
	background-image: url(//www.styledartpro.com/img/net/common/btn_slick_next.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}
.flickity-prev-next-button svg {
	display: none;
}
.flickity-prev-next-button .arrow {
	fill: #333;
}
/* ---- page dots ---- */

.flickity-page-dots {
	display: none;
}
.carousel {
	background: #FFF;
	margin-bottom: 20px;
}
.carousel-cell {
	width: 100%;
	margin-right: 10px;
	border-radius: 3px;
	counter-increment: carousel-cell;
}
.carousel-main .carousel-cell {
	height: 55.5vh;
	width: 100%;
}
/* cell number */

.carousel-nav .carousel-cell {
	height: 45px;
	width: 45px;
}
.carousel-nav button {
	display: none;
}
.carousel-nav .carousel-cell.is-nav-selected {
	border: 3px solid #f6d63a;
}
.contents .item_catch {
	font-size: 15px;
	margin: 6% 0 1%;
}
/* main ライト 価格表 */
.p_table {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-sizing: border-box;
}
.p_table .bg_rgray {
	background-color: #e6e6e6;
}
.p_table .csTbl {
	border-collapse: collapse;
	font-size: 12px;
}
.csTbl th, .csTbl td {
	border: 1px solid #e6e6e6;
	padding: 8px;
	text-align: center;
}
.p_table table th {
	background: #f7f6f4;
	color: #1e1e1e;
}
.p_table #header {
	float: left;
}
.p_table #data {
	overflow-x: scroll;
}
/* main ライト　商品ページカート */	
	
div.itemswap {
	overflow: hidden;
	width: 100%;
}
div.itemswap p {
	padding: 0;
	margin: 0 0 2.238% 0;
	border: solid 3px #ddd;
	display: block;
}
div.itemswap ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.itemswap li {
	float: left;
	background: #fff;
}
.ordertit {
	padding: 1em;
	background: #4e4132;
	color: #fff;
	margin: 3% 0;
	border-radius: 3px;
	text-align: center;
	font-size: 1em;
}
.cartbox {
	width: 100%;
}
.cartbox .tab_info {
	width: 100%;
	margin: 10% auto 0;
}
.cartbox h3 {
	margin-top: 0;
}
.cartbox .txt {
	width: 100%;
	margin: 0 auto;
}
.cartbox .tit {
	padding: 2%;
	background: #a6a098;
	color: #fff;
	margin-bottom: 5%;
	border-radius: 3px;
}
.cartbox .txt ul {
	margin-bottom: 3%;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cartbox .txt li {
	width: 29%;
	float: left;
	margin: 0 0 8px 10px;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #e6e6e6;
	text-align: center;
	font-size: 89%;
	background-color: #fff;
}
/* ショッピングカート 全幅用 */
.cartbox .txtall {
	width: 100%;
}
.cartbox .txtall ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.cartbox .txtall li {
	width: 11.75%;
	float: left;
	padding: 3px;
	margin-bottom: 8px;
	margin-left: 3.2%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: solid 1px #ccc;
	text-align: center;
	font-size: 89%;
}
.cartbox .txt li img {
	margin-bottom: 4%;
}
.cartbox select {/* Firefox */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
.cartbox select::-ms-expand {/* ie */
 display: none;
}
.day01 {
	background: #C00;
	padding: 3%;
	margin-bottom: 0;
	color: #fff;
}
.day99 {
	background: #0072A8;
	padding: 3%;
	margin-bottom: 0;
	color: #fff;
}
.day00 {
	background: #666;
	padding: 3%;
	margin-bottom: 0;
	color: #fff;
}
/*カート　巾丈*/
.Size {
	border: inherit;
	color: #000;
	font-weight: bold;
}
.Pri {
	border: inherit;
	color: #e73f3f;
	font-size: 20px;
}
input.Prib {
	width: 80%;
	border: none;
	background: #fff;
	color: #e73f3f;
	font-size: 1.25em;
	margin-left: 3%;
}
input.Pris {
width: 6em;
	border: none;
	background: #fff;
	color: #e73f3f;
	font-size: 1.5em;
	margin-left: 3%;
}
/* フォーム　セレクト */
	
.wwhh {
	margin: 3.79%;
}
.dropdown, .numberdown {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-indent: 1em;
	background: url(../../img/net/common/arw_select_down.png) no-repeat;
	background-size: 30px 25px;
	background-position: right center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	vertical-align: middle;
	border: 1px solid #e6e6e6;
	margin-bottom: 5px;
	padding-left: 10px;
}
.dropdown {
	background-color: #f7f6f4;
	width: 35%;
}
.numberdown {
	background-color: #ffffff;
	width: 27%;
}
.numberin {
	border: 0;
	padding: 10px;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	margin: 0 0 20px;
	width: 7%;
}
/* カートボタン */
	
.zaiko_none { /* 在庫なし */
	color: #fff;
	background-color: #990000;
	text-align: center;
	padding: 3% 0;
	margin: 5% auto;
}
.btnView {
	width: 100%;
	background: #37424d; /* Old browsers */
	background: -moz-linear-gradient(top, #37424d 0%, #37424d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #37424d 0%, #37424d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #37424d 0%, #37424d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37424d', endColorstr='#37424d', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #e6e6e6;
	-moz-box-shadow: 0px 1px 3px #e6e6e6;
	box-shadow: 0px 1px 3px #e6e6e6;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 20px;
	border: solid #37424d 1px;
	text-decoration: none;
}
.btnView:hover {
	width: 100%;
	background: #4e5f70; /* Old browsers */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 3px #489FBA;
	-webkit-box-shadow: 0px 1px 3px #e6e6e6;
	-moz-box-shadow: 0px 1px 3px #e6e6e6;
	box-shadow: 0px 1px 3px #e6e6e6;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 20px;
	border: solid #37424d 1px;
	text-decoration: none;
}
.btnView a {
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
}
/* 見積ボタン */
.btnViewM {
	width: 100%;
	background: #1b92d0;
	-moz-box-shadow: inset 0px 1px 0px 0px #6cabcf;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6cabcf;
	box-shadow: inset 0px 1px 0px 0px #6cabcf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1b92d0), color-stop(1, #158fbc));
	background: -moz-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: -webkit-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: -o-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: -ms-linear-gradient(top, #1b92d0 5%, #158fbc 100%);
	background: linear-gradient(to bottom, #1b92d0 5%, #158fbc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b92d0', endColorstr='#158fbc', GradientType=0);
	background-color: #1b92d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #116194;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	padding: 4% 6%;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
}
.btnViewM:hover {
	position: relative;
	top: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #158fbc), color-stop(1, #1b92d0));
	background: -moz-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: -webkit-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: -o-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: -ms-linear-gradient(top, #158fbc 5%, #1b92d0 100%);
	background: linear-gradient(to bottom, #158fbc 5%, #1b92d0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#158fbc', endColorstr='#1b92d0', GradientType=0);
	background-color: #158fbc;
}
.btnView a {
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
}
/*  カート横　タブ */
	
.tab_info .tab {
	overflow: hidden;
}
.tab_info li {
	background: #fff;
	margin-right: 1%;
	padding: 5px 25px;
	float: left;
	border: 1px solid #e6e6e6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.tab_info .tab li.select {
	background: #f7f6f4;
}
.tab_info .content li {
	padding: 4%;
	margin-top: -1px;
	border: 1px solid #e6e6e6;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
.tab_info .hide {
	display: none;
}
/* カート横テーブル */	
table.cart_table {
	font-size: .9em;
}
table.cart_table thead {
	display: none;
	border: none;
}
table.cart_table tbody th {
	display: block;
	border-top: none;
	border-bottom: #cfcfcf solid 1px;
	border-right: none;
}
table.cart_table tbody td {
	border-top: none;
	border-right: none;
	border-bottom: #cfcfcf solid 1px;
	border-left: none;
	display: block;
}
table.cart_table tbody td::before {
	content: attr(label);
	float: left;
	clear: both;
	font-weight: bold;
}
table.cart_table tbody td p {
	padding-left: 6em;
}
.itempage_imgbox .item_link li {
	width: 100%;
	padding: 1%;
	background-color: #f7f6f4;
	margin-top: 8px;
	line-height: 1.5;
	font-size: 12px;
	font-weight: normal;
}
table.cart_table ul.base {
	list-style-type: disc;
	margin-left: 1.5625em;
}
table.cart_table ul.base li {
	margin-bottom: 0.625em;
	border: none;
	width: 100%;
}
.itempage_imgbox .item_link li:nth-child(even) {
	background-color: #FAF9F8;
}
.itempage_imgbox .item_link li:hover {
	background-color: #fff;
}
/* 照明　テンプレート　dcl */
.dcl_wrap {
	margin-bottom: 30px;
}
.dcl_wrap h2, .dcl_wrap h3 {
	color: #1a2933;
}
.dcl_wrap p.en_intro { 
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #85b3b1; 
font-size: 260%;
text-align: center;
line-height: 120%;
margin: 10% auto 3%;
padding-bottom: 2%;
border-bottom: solid #85b3b1 2px;
}
.dcl_wrap h2.h2_cont {
	text-align: center;
	font-family: inherit;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.5;
	letter-spacing: 1.5px;
	margin: 4% 0;
	border-bottom: none;
	background-color: #fff;
	width: 100%;
	padding: 0;
	border-top: none;
}
.dcl_wrap h2.h2_cont:before {
	content: none;
}
.dcl_wrap h2.h2_cont:after {
	content: none;
}
.dcl_wrap h3 {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.5;
	letter-spacing: 1.5px;
	margin: 5% 0 2%;
	border-bottom: none;
}
.dcl_wrap .txt_wrap {
	background-color: #f7f6f3;
	padding: 3%;
}
.dcl_wrap .txt_wrap p {
	line-height: 2;
}
.dcl_wrap hr {
	border: none;
	border-top: dashed 1px #1a2933;
	height: 1px;
	color: #1a2933;
	margin: 5% 0 6%;
}
/* 電球の種類と選び方　表 */
table.bulb_type {
	border: none;
}
table.bulb_type thead {
	display: none;
}
table.bulb_type th {
	width: 20%;
	margin-right: 5%;
 border:
}
table.bulb_type tr {
	border-top: 1px solid #1a2933;
	display: block;
	margin-bottom: 20px;
}
table.bulb_type td {
	border-right: 1px solid #1a2933;
	border-left: 1px solid #1a2933;
	border-bottom: 1px solid #1a2933;
	display: block;
	padding: 10px;
	text-align: left;
}
table.bulb_type td.on {
	background-color: #f7f6f4;
	text-align: center;
	font-weight: bold;
}
table.bulb_type td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	background-color: #37424d;
	color: #fff;
	margin-bottom: 2%;
	width: 100%;
	text-align: center;
	border-radius: 3px;
}
/* テレビドラマ美術提供商品 */
main .artoffer .art_left, main .artoffer .art_right {
	width: 100%;
}
main .artoffer {
	width: 100%;
	border: #cfcfcf solid 1px;
	border-radius: 3px;
	padding: 2%;
	margin-bottom: 4em;
}
main .artoffer .art_ttl {
	font-weight: bold;
	color: #1a2933;
	font-size: 125%;
	border-bottom: #cfcfcf 1px dotted;
	padding-bottom: 1%;
	margin-bottom: 2%;
	text-align: center;
}
main .artoffer .txt {
	line-height: 1.8;
	font-size: 90%;
}
}
</pre></body></html>