@charset "utf-8";


/* -------------------------
		   common
-----------------------------*/
#LEDlight *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body #LEDlight{
	width: 967px;
	display: block;
	margin: 0 auto;
	color: #333333 ;
	font-size: 16px;
	line-height: 1.5;
}
#LEDlight img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#LEDlight .flexbox{
	display: flex;
	justify-content: space-between;
}

/* ------------------------
			Reset
 -------------------------- */
.is-mian a {
	text-decoration: underline;
	-webkit-transition: all .35s cubic-bezier(.75, 0, .35, 1);
	transition: all .35s cubic-bezier(.75, 0, .35, 1);
}
.is-main a:hover,
.is-main a:hover img {
 text-decoration:none;
 opacity:.8;
 }
.is-main a:before,
.is-main a:after,
.is-main a img {
	-webkit-transition: all .35s cubic-bezier(.75, 0, .35, 1);
	transition: all .35s cubic-bezier(.75, 0, .35, 1);
}
h1,h2,h3,p,a,ul,ol,li{
	margin: 0;
	padding: 0;
	list-style:none;
}
 #LEDlight a:hover,
 #LEDlight a:hover img {
 text-decoration:none;
 opacity:1;
 }

/* -------------------------
        	  sns
-----------------------------*/
#LEDlight .u-inner{
	width: 967px;
	margin: 0 auto;
	text-align: right;
}
#LEDlight .is-item_fb{
	display: inline-block;
}
#LEDlight .is-item_twitter{
	display: inline-block;
}
#LEDlight .l-mainSns_items{
	width: 967px;
}
#LEDlight{
	position: relative;
}	
#LEDlight .l-mainSns_items .is-item_fb{
	position: absolute;
	top: 0;
	right: 80px;
}
#LEDlight .l-mainSns_items .is-item_tw{
	position: absolute;
	top: 4px;
	right: 0px;
}

/* -------------------------
          	pc
-----------------------------*/
#LEDlight .visible-sp{
	display: none;
}

/* -------------------------
          layout
-----------------------------*/

/* common */
#LEDlight .section{
	margin-top: 50px;
}
#LEDlight h2{
	padding: 10px 20px;
	border-top: solid 1px #ffffff; 
	background: #f3c60d;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}
#LEDlight h3{
	margin: 35px 0;
	padding: 5px 40px 2px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 2px #f3c60d;
	background: url(../img/nv-bgic-on.png)no-repeat left center #fff;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}
#LEDlight .text{
	margin: 15px 0 20px 10px;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}
#LEDlight .flexbox>.text{
	width: 447px;
	margin: 0 20px;
}
#LEDlight .sub-title{
	margin: 0 200px 35px;
	padding: 10px 20px;
    border-bottom: solid 6px #fdbf41;
	text-align: center;
}
#LEDlight .red{
	color: #e40000;
}
#LEDlight .note{
	font-size: 12px;
}

#LEDlight .contentsbox{
	margin-top: 40px;
}

/* ----------- 押し込むボタン 共通 ----------- */
.btn_box {
  height: 90px;
  margin: auto;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.btn_box span{
	display: block;
}

.btn_box span a{
	display: block;
	color: #fff;
	text-decoration: none;
	transition: none;
}
.btn {
	padding: 20px;
	background: #273a9b ;
	/*    border-bottom: 10px solid #293162;*/
	box-shadow: 0 4px 0 #293162;
	border-radius: 10px;
}
.btn_wrap:hover {
	padding-top: 4px;
}
.btn_wrap:hover .btn {
	/*    border-bottom: none;*/
	box-shadow: none;
	transition: none;
}


/*----------- main -----------*/
#LEDlight #main_visuale{
	margin: 20px auto;
	background: url(../img/mainimg_bg.jpg)no-repeat center;
}
#LEDlight #main_visuale .main_text{
	width: 40%;
	padding: 20px;
	background-color: rgba(0,0,0,0.65);
	color: #fff;
}
#LEDlight #main_visuale .main_text h1{
	margin: 40px 0;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.08em;
	text-shadow: 0px 0 5px #ce9800;
}
#LEDlight #main_visuale .main_text p{
	margin: 15px 0;
	font-size: 14px;
}

/*-----------nav-----------*/
#LEDlight nav{
	width: auto;
	margin-top: 50px;
}
#LEDlight nav .flexbox li{
	width: 30%;
}
#LEDlight nav .flexbox li a{
	min-height: 72px;
	padding: 10px 0 7px 30px; 
	background: url(../img/nv-bgic-off.png) no-repeat #273a9b left 12px center;
	transition: none;
	font-size: 16px;
}
#LEDlight nav .flexbox li a:hover {
	background-image: url(../img/nv-bgic-on.png);
}
#LEDlight nav .flexbox li:first-child a{
	padding: 22px 0 0 0;
}
#LEDlight .movie + p.btn_box a{
	width: 60%;
	margin: 0 auto;
	padding: 20px;
}

/*------light-ic------*/
#LEDlight .point{
	margin: 0 25px 35px 0;
	background: url(../img/light-ic01.png)no-repeat right center;
}
#LEDlight .point02{
	margin-left: 35px;
	background: url(../img/light-ic02.png)no-repeat left 10px center;
	height: 163px;
}
#LEDlight  #content05 .point03{
	margin-top: 10px;
	background: url(../img/light-ic03.png)no-repeat right top;
}
#LEDlight #bigbox .point02{
	margin-left: 25px;
}

/*------Balloon------*/
#LEDlight .right-Balloon,
#LEDlight .left-Balloon{
	width: 232px;
	padding: 15px;
	border: solid 3px #f3c60d;
	border-radius: 10px;
	background: #ffffff;
	position: relative;
}
#LEDlight .right-Balloon{
	margin-right: 150px;
}
#LEDlight .left-Balloon{
	margin-left: 150px;
}
#LEDlight .Balloon01{
	position: absolute;
	top: 40%;
	right: -19px;
}
#LEDlight .Balloon02{
	position: absolute;
	top: 40%;
	left: -19px;
}


/* ---- contentbox01 ---- */
#col2 {
	margin: 15px 0;
    padding: 30px 20px 0;
    background: #fff5ca;
}
#plus{
	margin: auto 10px;
}
#epair-box,
#feature-box{
	width: 45%;
}
#epair-box #epair,
#feature-box #feature{
	min-height: 415px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 3px #273a9b;
	border-radius: 10px;
	background: #ffffff;
}
#epair,#feature{
	position: relative;
}
#light01,#light02,#light03,#light04{
	position: absolute;
}
#light01,#light03{
	top: -20px;
	left: -20px;
}
#light02,#light04{
	top: -20px;
	right: -20px;
}
#epair p.title,#feature .title{
	margin: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 6px #ffd731;
}
#epair p,#feature li{
	margin-top: 10px;
}

/* ---- bn ---- */
.bn01{
	margin: 50px 0;
}
.bn01 a{
	display: block;
	border: solid 5px #273a9b;
	border-radius: 80px;
	background: #fff;
	color: #273a9b;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}
#bigbox01 .bn01 a{
	background: #fff url(../img/bn01_off.png)no-repeat bottom 10px center;
	padding: 40px 0;
}
#bigbox02 .bn01 a{
	background: #fff url(../img/bn02_off.png)no-repeat bottom 15px center;
	padding: 30px 0;
	line-height: 1.2;
}
.bn01 a:hover{
	border: solid 5px #ffd731;
	background: #fff5ca;
	color: #fff;
	text-shadow: #ffd731 2px 0px, #ffd731 -2px 0px, #ffd731 0px -2px, #ffd731 0px 2px, #ffd731 2px 2px, #ffd731 -2px 2px, #ffd731 2px -2px, #ffd731 -2px -2px, #ffd731 1px 2px, #ffd731 -1px 2px, #ffd731 1px -2px, #ffd731 -1px -2px, #ffd731 2px 1px, #ffd731 -2px 1px, #ffd731 2px -1px, #ffd731 -2px -1px, 0 3px 5px #e6b800;
	transition: all 0.3s;
}
#bigbox01 .bn01 a:hover{
	background: #fff5ca url(../img/bn01_on.png)no-repeat bottom 10px center;
}
#bigbox02 .bn01 a:hover{
	background: #fff5ca url(../img/bn02_on.png)no-repeat bottom 15px center;
}

/*------movie------*/
#LEDlight .movie{
	text-align: center;
}
#LEDlight #bigbox01 .movie{
	height: 600px;
	padding: 125px 0 0;
	border-radius: 10px;
	background: url(../img/movie-bg.png)no-repeat center;
}
#LEDlight .movie .movietitle{
	margin: 10px 330px;
	padding: 5px;
	border-bottom: solid 4px #ffd731;
	text-align: center;
	color: #273a9b;
	font-weight: bold;
	font-size: 18px;	
}
#LEDlight .movie iframe{
	width: 621px; 
	height: 349px; 
	margin: 10px;
}

/*------Adobe------*/
#LEDlight .Adobe{
	margin-top: 30px;
	padding: 15px 50px;
	border: solid 2px  #d4d4d4;
}
#LEDlight .Adobe .text-block{
	margin: 0 30px 0 20px;
	text-align: left;
}
#LEDlight .Adobe .text-block .icon_nw{
	vertical-align: middle;
}


/*------yellowbox------*/
#LEDlight .yellowbox{
	margin-top: 30px;
	padding: 20px;
	border: dashed 2px #f3c60d;
	border-radius: 30px;
	background-color: #ffffff;
}
#LEDlight .yellowbox .ye{
	width: 50%;
    margin-left: 50px;
}
#LEDlight .yellowbox .ye a{
	background-color: #f3c60d;
    box-shadow: 0 4px 0 #b9a13d;
}
#LEDlight .yellowbox .ye .btn_wrap:hover a{
	box-shadow:  none;
}
#LEDlight .yellowbox .flexbox{
	margin: 0 30px;
}
#LEDlight .yellowbox p:first-child{
	text-align: center;
}


/*------ tool ------*/
#content05 .tool + .btn_box .btn_wrap{
	width: 50%;
	margin: 20px auto;
}
.tool{
	padding: 0 35px;
}
#content05 figure{
	width: 222px;
	margin: 10px 5px;
}
#content05 figure figcaption{
	text-align: center;
}
#content05 #imgcol2{
	width: 471px;
}


/* ---- QandA ---- */
#LEDlight #QandA  .ye{
	margin-right: auto;
	margin-left: auto;
}
#QandA{
	background-image: url(../img/QandAbg.png);
}
#QandA .color{
	text-align: center;
	font-size: 18px;
	color: #404d9c;
}

/*------ceiling------*/
#content06 .text + .ceiling{
	margin-top: 10px;
	padding-top: 0;
	border-top: none;
}
#LEDlight .ceiling{
	width: 95%;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: solid 1px #ccc;
}
#LEDlight .ceiling img{
	margin-bottom: 20px;
}
#LEDlight .ceiling p:first-child{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
#LEDlight .ceiling p strong{
	margin: 10px;
}

#content07 .margin{
	margin: 20px 0;
}
#content07 .btn_box{
	width: 250px;
	height: 200px;
}
#content07 .btn_box a{
	padding: 5px;
}
#content08 .ceiling:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
#content09 .content09,
#content10 .btn03{
	text-align: right;
	margin-left: 28%;
}
#LEDlight #content08 .flexbox{
	margin: 0;
}
#LEDlight .col3{
	margin: 0;
	width: 25%;
}
#LEDlight .col3 a{
	margin: 10px;
	padding: 25px 0;
	border-radius: 10px;
	font-size: 18px;
}
#LEDlight #content08 .flexbox .col3 img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/*------btn03------*/
#LEDlight .btn03 {
	width: 45%;
	margin: 0 auto;
}
#LEDlight .btn03 a{
	display: block;
	padding: 15px 30px;
	border: solid 3px #404d9c;
	border-radius: 10px;
	background-color: #ffffff;
	color: #404d9c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition:all 0.3s;
}
#LEDlight .btn03 a:hover{
	background: #c7cdf6;
	transition:all 0.3s	
}


/* ---- line --- */
#LEDlight .line{
	margin: 80px 0;
	padding: 20px 0;
	text-align: center;
	background: url(../img/line.png) repeat-x;
}

/*------下部コンテンツ------*/
#LEDlight .underline{
	text-decoration: underline;
}
#bg{
	padding: 20px;
	border-radius: 4px;
	background: #273a9b;
}
#bigbox04{
	border-radius: 3px;
	background: #eaecf5;
	padding: 25px; 
}
#bigbox04 h2{
	margin: 0 0 35px 0 ;
	padding: 5px;
	text-align: center;	
	font-size: 30px;	
	color: #1c3093;	
	background: none;	
	border-top: none;	
	border-bottom: solid 6px #f3c60d;
}
#bigbox04 h3{
	margin-bottom: 10px;
	padding:0 10px;
	border-top:none;
	border-bottom:solid 3px #5c7fd8;
	background:#eaecf5;
}
#content09 img,#bxslider{
	margin-bottom: 30px;
}


/*------bxslider------*/
#bxslider {
   width:870px;
}
#photo {
   width:683px;
   height:483px;
   float:left;
   position:relative;
}
#photo li {
   position:absolute;
}
#thum {
   width:178px;
   float:right;
}
#thum li {
	margin-left: 11px;
   cursor:pointer;
	z-index: 2
}
#thum li+li{
	margin-top: 24px;
}


/* -------------------------
          under box
-----------------------------*/
#LEDlight .under-box-desc {
	width: 976px;
	margin: 50px auto;
	padding: 20px;
	background: #ECECEC;
}
#LEDlight .under-box-read {
	font-size:14px;
}
#LEDlight .under-box-button {
	font-size:14px;
	text-align: right;
	display: block;
}
#LEDlight .under-box-button .e-link {
	padding: 0 0 0 15px;
	background: url(../images/arrow-right001.png) no-repeat left .35em / 10px auto;
}

/* -------------------------
          pagetop
-----------------------------*/
#float-btn-backtotop { position: fixed; height: 0; width: 100%; bottom: 20px; right: 0; z-index: 1005; transition: 0.2s ease; }
#float-btn-backtotop .container { max-width: 1200px; min-width: 967px; margin: 0 auto !important; padding: 0; position: relative; }
#float-btn-backtotop > .wrapper { max-width: 1200px; min-width: 967px; margin: 0 auto; }
#float-btn-backtotop .bttbtn { position: absolute; bottom: 0; right: 20px; }
#float-btn-backtotop .bttbtn a { display: block; text-align: center; width: 40px; height: 40px; background-color: #9fa1a0; transition: opacity 0.3s ease; }
#float-btn-backtotop .bttbtn a:hover, #float-btn-backtotop .bttbtn a:focus { opacity: 0.7; }
#float-btn-backtotop .bttbtn a img { vertical-align: baseline; width: auto !important; }
#float-btn-backtotop a:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }



/* ------------------------------------------------------------------------------------------------------------
	media
 ------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:640px) {

	DIV#pankuzu_r {
		line-height:1.5;
		width:auto;
		margin:0 10px;
		font-size: 12px;
		position: static;
	}
	body #LEDlight{
		width: auto;
		padding: 5px;
		font-size: 14px;
	}
	
	#LEDlight .flexbox{
		display: block;
	}
	
	/*------sns------*/
	#LEDlight .l-mainSns_items .is-item_fb{
		top:35px;
	}
	#LEDlight .l-mainSns_items .is-item_tw{
		top: 35px;
	}
	/*------sp------*/
	#LEDlight .visible-pc{
		display: none;
	}
	#LEDlight .visible-sp{
		display: block;
	}
	
	/*------layout------*/
	
	/* main */
	#LEDlight #main_visuale{
		padding-top: 80%;
		background: url(../img/mainimg-sp.jpg)no-repeat top;
		background-size: contain;
	}
	#LEDlight #main_visuale .main_text{
		width: auto;
		padding: 5px;
		background-color: #333;
		color: #fff;
	}
	#LEDlight #main_visuale .main_text h1{
		margin: 5px 0;
		border-bottom: solid 2px #f3c60d; 
		font-size: 20px;
		text-align: center;
		letter-spacing: 0.08em;
		text-shadow: 0px 0 5px #ce9800;
		color: #fff;
		font-weight: bold;
	}
	#LEDlight #main_visuale .main_text p{
		margin: 5px 0;
		font-size: 14px;
		color: #fff;
	}
	
	/* 押し込むボタン 共通 */
	#LEDlight .btn_box {
	  height: auto;
	  margin: auto;
	}
	#LEDlight .btn {
		padding: 10px;
		width: auto;
		height: auto;
		border: none;
	}
	#LEDlight .btn_wrap:hover {
		padding-top: 4px;
	}
	#LEDlight .btn_wrap:hover .btn {
		/*    border-bottom: none;*/
		box-shadow: none;
		transition: none;
	}
	
	/* nav */
	#LEDlight nav .flexbox li{
		width: auto;
		height: auto;
		
	}
	#LEDlight nav .flexbox li a.btn{
		min-height: 55px;
		margin-top: 1px;
		padding: 5px;
		border-radius: 0;
		background:#273a9b url(../img/nv-bgic-on.png) no-repeat top 10px left 10px;
		box-shadow: none;
		font-size: 14px;
		line-height: 1.2;
	}
	#LEDlight nav .flexbox li:first-child a.btn{
		padding-top: 15px;
	}
	#LEDlight nav .flexbox li a.btn:hover{
		background:#273a9b url(../img/nv-bgic-on.png) no-repeat top 10px left 10px;
	}
	
	/* contents_box */
	#LEDlight #bigbox01,
	#LEDlight #bigbox02{
		margin-top: 50px;
	}
	#LEDlight .contentsbox{
		margin: 0;
	}
	#LEDlight h2{
		padding: 5px;
		border-bottom: solid 3px #cccccc;
		border-left: solid 8px #f3c60d;
		color: #333333;
		background: #ffffff;
		font-size: 22px;
		text-align: center;
	}
	#LEDlight h3{
		margin: 20px 0;
		padding: 10px 0 10px 25px;
		font-size: 16px;
		text-align: center;
	}
	#LEDlight .flexbox>.text,
	#LEDlight .text{
		width: auto;
		margin: 20px 5px;
		font-size: 14px;
	}
	#LEDlight .movie + p.btn_box a{
		width: auto;
		padding: 10px;
	}
	
	
	
	/*Balloon*/
	#LEDlight .right-Balloon, #LEDlight .left-Balloon{
		width: auto;
	}
	#LEDlight .right-Balloon{
		margin-right: 120px;
	}
	#LEDlight .left-Balloon{
		margin-left: 130px;
	}
	#LEDlight .point{
		background: url(../img/light-ic01-sp.png) no-repeat right 20px center;
		margin: 0;
		padding: 20px 0;
	}
	#LEDlight .point02{
		background: url(../img/light-ic02-sp.png)no-repeat left 30px center;
		height: auto;
		margin: 0;
		padding: 20px 0;
	}
	#LEDlight  #content05 .point03{
		background: url(../img/light-ic03-sp.png)no-repeat right 20px center;
		margin: 0;
		padding: 20px 0;
	}
	
	/* movie */
	#LEDlight #bigbox01 .movie{
		height: auto;
		margin: 30px 0 0 0;
		padding: 15px 0 0 0;
	}
	#LEDlight .movie .movietitle{
		margin: auto;
	}
	#LEDlight #bigbox01 .movie iframe{
		width: auto;
		height: auto;
		margin: 10px 0;
	}
	
	/*  col2  */
	#LEDlight #content02 #col2{
		padding: 10px;
	}
	#epair-box, #feature-box{
		width: auto;
	}
	#epair-box #epair, #feature-box #feature{
		width: auto;
		height: auto;
		min-height: inherit;
		margin-bottom:5px;
		padding: 10px;
	}
	#epair p.title, #feature .title{
		font-size: 20px;
	}
	#LEDlight #content02 #light01, #LEDlight #content02 #light02,
	#LEDlight #content02 #light03, #LEDlight #content02 #light04{
		display: none;
	}
	#epair-box .btn , #feature-box .btn{
		padding: 10px 0;
	}
	#LEDlight #content02 #plus{
		width: 50px;
		margin: 20px auto;
		text-align: center;
	}
	
	
	/* bn */
	#LEDlight .bn01{
		background-image: none;
	}
	#LEDlight .bn01 a{
		padding: 10px;
		border: solid 3px #f3c60d;
		background-color: #fff5ca;
		background-repeat: no-repeat;
		background-position: bottom 10px left 5px,bottom 10px right 5px;
		background-size: 20%;
		font-size: 18px;
		color: #fff;
		line-height: 1.3;
		text-shadow: #ffd731 2px 0px, #ffd731 -2px 0px, #ffd731 0px -2px, #ffd731 0px 2px, #ffd731 2px 2px, #ffd731 -2px 2px, #ffd731 2px -2px, #ffd731 -2px -2px, #ffd731 1px 2px, #ffd731 -1px 2px, #ffd731 1px -2px, #ffd731 -1px -2px, #ffd731 2px 1px, #ffd731 -2px 1px, #ffd731 2px -1px, #ffd731 -2px -1px, 0 3px 5px #e6b800;
		transition: all 0.3s;
	}
	#bigbox01 .bn01 a{
		background-image: url(../img/bn01_sp_01.png),url(../img/bn01_sp_02.png);
	}
	#bigbox02 .bn01 a{
		background-image: url(../img/bn02_sp_01.png),url(../img/bn02_sp_02.png);
	}
	#bigbox01 .bn01 a:hover{
		background-image: url(../img/bn01_sp_01.png),url(../img/bn01_sp_02.png);
		background-repeat: no-repeat;
		background-position: bottom 10px left 5px,bottom 10px right 5px;
		background-size: 20%;
	}
	#bigbox02 .bn01 a:hover{
		background-image: url(../img/bn02_sp_01.png),url(../img/bn02_sp_02.png);
		background-repeat: no-repeat;
		background-position: bottom 10px left 5px,bottom 10px right 5px;
		background-size: 20%;
	}
	
	/* yellowbox */
	#LEDlight .yellowbox{
		padding: 10px;
	}
	#LEDlight .yellowbox .flexbox{
		margin: 5px;
	}
	#LEDlight .yellowbox .ye{
		width: auto;
		margin: 20px auto;
	}
	#LEDlight .yellowbox .ye a{
		padding: 10px 0;
	}
	
	/* tool */
	#LEDlight .tool{
		text-align: center;
		padding: 0;
	}
	#content05 .tool + .btn_box .btn_wrap{
		width: auto;
	}
	#content05 #imgcol4 figure{
		box-sizing:border-box;
		width: 50%;
		float: left;
		margin: 10px 0;
		padding: 0 2%;
	}
	#content05 #imgcol2{
		width: auto;
	}
	#content05 #imgcol2 figure{
		width: 50%;
		float: left;
		margin: 10px 0;
		padding: 0 2%;
	}
	
	
	/* ceiling */
	
	#LEDlight .ceiling{
		width: auto;
	}
	#LEDlight .ceiling p:first-child{
		font-size: 15px;
		margin-bottom: 5px;
	}
	#LEDlight .ceiling img{
		margin: 0 auto 20px;
	}
	#LEDlight .ceiling .flexbox{
		margin: 0 auto;
		display: flex;
	}
	
	#LEDlight .btn03 a{
		width: auto;
		margin: 5px 0;
		padding: 10px 0;
		font-size: 15px;
		border: solid 2px #404d9c;
	}
	
	
	/* bigbox03 */
	#content07 .margin{
		display: flex!important;
	}
	
	#content07 .margin .btn_box{
		width: 32%;
	}
	#content07 .margin a.btn{
		display: block;
		margin: 0 auto;
		font-size: 13px;
	}
	#content07 .margin a.btn span{
		display: block;
		min-height: 37px;
		line-height: 1.2;
	}
	#content07 .margin a.btn img{
		width: 50px;
	}
	
	#LEDlight .col3{
		width: auto;
	}
	#content08 .btn03, #content09 .btn03, #content10 .btn03{
		margin: 0;
	}
	#LEDlight #photo li img{
		margin-top: 50px;
	}
	#bg{
		padding: 0;
		border-radius: 0;
		background: none;
	}
	#bigbox04{
		padding: 10px;
		border: solid 4px #273a9b;
	}
	#LEDlight #bigbox04 h2{
		margin: 10px 10px 20px;
		background: none;
		border-bottom: solid 8px #f3c60d;
		border-left: none;
	}
	
	#LEDlight #bigbox04 h3{
		padding: 5px 0;
	}
	#bxslider{
		width: auto;
	}
	#photo{
		width: 100%;
		height: auto;
	}
	#thum{
		float: none;
		display: flex;
		width: auto;
	}
	#thum li+li{
		margin-top: 0;
	}
	#LEDlight #content08 .flexbox{
		display: block;
	}
	#LEDlight .col3 a{
		margin: 10px 0;
	}
		/*-----clearfix-----*/
	#content07 .flexbox,
	#imgcol2:after,
	#imgcol4:after{
		display: block;
		clear: both;
		content: "";
	}
}


@media screen and (min-width: 641px) {
	#LEDlight strong {
		font-weight: bold;
	}
	DIV#pankuzu_r {
		height: auto;
		margin: 0 !important;
		max-width: 810px;
	}
	#LEDlight .l-mainSns_items .is-item_fb {
		top: 15px;
	}
	#LEDlight .l-mainSns_items .is-item_tw {
		top: 19px;
	}
	#LEDlight h1 {
		margin-top: 0;
	}
}
@media screen and (max-width: 640px) {
	DIV#pankuzu_r {
		margin: 0 !important;
		padding: 0 10px;
	}
	#LEDlight #main_visuale {
		margin: 40px 0 20px;
	}
	#LEDlight ul.red {
		color: inherit;
	}
}

	