@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	max-width:100%;
	 font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    line-height:24px;
    font-size:14px;
	min-width:1400px;
	margin:0 auto;
	color:#231815;
}

img {
	width:100%;
	max-width:100%;
}

ul,li{
	list-style:none;
}

/***header****/
header{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	
}

#h_wrapper{
	margin:0 auto;
	width:1200px;

}

.logo{
	width:420px;
	float:left;
	margin:16px 0 0 ;
}

.souryou{
	float:left;
	width:270px;
	/*background-color:#FFFAC0;*/
	border-radius:10px;
	margin:0 0 0 220px;

}

.h_right{
	float:right;
}

.card{
	width:260px;
	margin:10px 0 0 0;
}

.h_tel {
	font-size:13px;
/*	font-weight:bold;
	text-align: center;
	background-color: #E0FFC8;*/
}

/*ご利用ガイド*/
.button_like li {
	height: 30px;
	margin: 9px 0;
	/*padding: 8px 0px 5px 10px;*/
	border: 1px solid #DCDDDD;
	/*border-bottom: 2px solid #D9E8BA;
	border-top: 2px solid #D9E8BA;*/
	background: #F7F8F8;
	position:relative;
}

.button_like a {
	height: 100%;
	background: #F7F8F8;
	text-decoration: none;
	letter-spacing: 4px;
	font-size: 14px;
	width:100%;
	position:absolute;
}

.button_like a:before {
content: "●";
padding: 20px 10px;
}

.button_like li:hover{
	opacity:0.8;
}

/*wrapper*/
#wrapper{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	
}

#container{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}


/***menu**********************/
#menu{
	width:100%;
	padding:18px 0;
	/*overflow:hidden;*/
}

#menu a {
	font-size: 48px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #161616;
}

#menu ul{
	width:1200px;
	margin:0 auto;
}

#menu li{
	width:238px;
	float:left;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition:0.5s ease 0s;
}

#menu li li{
	float: none;
	border: none;
	background:#fff;
	opacity:0.9;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition:0.5s ease 0s;

}

#menu li li:hover,#menu li:hover{
	background: #E8E8E8;
}


#menu li ul{
	width:auto;
}
	
/*#menu li li {
	display:none;
}*/

/**ドロップダウンメニュー**/

#nav
{
	
    /* container */
	
}
    #nav > a
    {
        display: none;
    }
    #nav li
    {
        position: relative;
		
    }
 
    /* first level */
 
    #nav > ul
    {
        height: 3.75em;
    }
        #nav > ul > li
        {
            width: 238px;
            height: 100%;
            float: left;
        }
 
    /* second level */
 
    #nav li ul
    {
        display: none;
        position: absolute;
        top: 100%;
		z-index:100;
		
    }
        #nav li:hover ul
        {
            display: block;
        }

/*********/





/***slider****/

#slider{
	width:1200px;
	/*margin:0 auto;*/
	margin:10px auto;
}


/*all*/
#all{
	width:1200px;
	margin:0 auto;
}


/**side******/

#leftcolumn{
	width:250px;
	float:left;
}


/**maincont**/
#two_maincolumn_right{
	float:right;
	width:840px;
	overflow:hidden;

}

/*led電球*/
.led li{
	width:200px;
	float:left;
	margin:10px 36px;
}

.led li:hover{
	opacity:0.9;
}

.led_area{
		background: #F4F8E6;
	border: 1px solid #B0BD86;

}
	

.led ul{
	overflow:hidden;
}

.led a{
	font-size:18px;
	margin:20px auto;
	text-align:center;
	background:#269656;
	border-radius:10px;
	padding:10px 70px;
	/*font-weight:bold;*/
	text-decoration:none;
	color: #fff;
		-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition:0.5s ease 0s;
}

.t_l_text{
	background:#fff;
	padding:10px 0;
	text-align:center;

}

.led a:hover{
	background: #105B0A;
	color:#fff;

}

.li_led{
	margin:20px auto;
	text-align:center;
	
}

h4 {
	/*margin: 0 0 20px;*/
	width: 100%;
	/*border-bottom: 3px solid #1D7E32;
	padding: 0 0 4px;*/
}

h4 img{
	width:70%;
	margin:10px 0;
}

.osusume h4{
	border-bottom:none;
	margin:0 auto;
	text-align:center;
}

/*おすすめ*/
.osusume li{
	width:350px;
	float:left;
	margin:0 18px;

}

.osusume li:hover{
	opacity:0.8;

}


.osusume ul{
	overflow: hidden;
	background: #F7F8F8;
	padding: 10px 30px;
	border: 1px solid #DCDDDD;
	
}

/*フッター*/

footer{
	background-color:#D2E6B5;
	width:100%;
	margin:0 auto;
	
}

.f_w{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}

.sitemap ul{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}

.sitemap li{
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
}

.sitemap a{
	color: #006A05;
	margin:0 8px;
}


small{
	margin:0 auto;
	text-align:center;

}

.facebook{
	width:340px;
	float:left;

}

.twitter{
	width:340px;
	float:left;
	margin:0 10px;
}


.f_soroe {
	margin: 0 auto; 
	overflow: hidden;
	text-align: center;
	padding: 20px 60px;
}

.insta {
	width: 340px;
	float:left;
	padding: 0 10px;
	background: #fff;
	margin: 0 0 0 20px;
	border-radius: 2px;
	overflow: hidden;
	height: 400px;
}

h6 {
	font-size: 18px;
	padding: 10px;
	background:;
}

#leftcolumn,#two_maincolumn_right {
margin: 20px auto;
}

.d_sou table {
padding: 0;
vertical-align: middle;
text-align: center;
width:100%;
margin:0 auto;


}

.d_sou td {
padding: 0;
vertical-align: middle;
text-align: center;
/*width:40%;*/
}

.sou_td2{
	background:#D7F9DD;
}

.sou_td3{
	color:#FF0004;
}


/*.d_sou th {
	font-weight: 100;
width: 43%;
text-align: left;
padding: 0 0 0 15px;
font-size: 16px;
color:#002C62;
background-color:#DDF8FF;
}

.d_sou table {
width: 50%;
margin: 20px 0 0;
}*\/






