@charset "utf-8";
/* CSS Document */
A{text-decoration : none;}
A:LINK{color : #0000FF;}
A:VISITED{color : #800080;}
A:HOVER{color : #FF0000;}

body{
	margin:0;
	background-color: #fff;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	overflow-x:hidden;
	width:100%;
	height:100%;
}



/*------------------------------------------------kyoei---------------------------------------------------*/



/*------------------------header---------------------------*/
A.head{text-decoration : none;}
A.head:LINK{color : #00A291;
 	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
A.head:VISITED{color : #00A291;
}
A.head:HOVER{color:#00F2DA; }
@media screen and (max-device-width: 480px) {
A.head{
}
A.head:LINK{color : #00A291;
font-size:30px;
}
A.head:VISITED{color : #00A291;
}
A.head:HOVER{color:#00F2DA; }

}

A.headlogo{text-decoration : none;}
A.headlogo:LINK{color : #00A291;
 	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
	font-size:30px;
}
A.headlogo:VISITED{color : #00A291;
}
A.headlogo:HOVER{color:#00F2DA; }
@media screen and (max-device-width: 480px) {
A.headlogo{
}
A.headlogo:LINK{color : #00A291;
font-size:70px;
}
A.headlogo:VISITED{color : #00A291;
}
A.headlogo:HOVER{color:#00F2DA; }

}


A.foot{text-decoration : none;}
A.foot:LINK{color : #fff;
 	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
A.foot:VISITED{color : #fff;
}
A.foot:HOVER{color:#00F2DA; }

A.daigo_url{text-decoration : none;}
A.daigo_url:LINK{color : #000;
 	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
A.daigo_url:VISITED{color : #000;
}
A.daigo_url:HOVER{color:#CCC; }



#header_contants {
	width:100%;
	height:60px;
	text-align: center;
	z-index:3;
	background:#fff;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #12A095;
	position: fixed; 
}

@media screen and (max-device-width: 480px) {
#header_contants {
	height:150px;
	text-align: center;
	z-index:3;
	background: #FFF;
	position:absolute;
}
}


@media only screen and (max-device-width:480px) and (orientation:landscape) {
/* style */
}


#header_logo {
	width:400px;
	height:50px;
	font-weight: bold;
	color:#00A291;
	float:left;
	padding-left: 200px;
	padding-top: 10px;

}
@media screen and (max-device-width: 480px) {
#header_logo {
	width:100%;
	margin:auto;
	height:80px;
	color:#00A291;
	padding-left: 0px;
	padding-top: 0px;
}
}
#header_category {
	width:800px;
	height:40px;
	font-weight: bold;
	color:#00A291;
	float:left;
	padding-top: 20px;

}
@media screen and (max-device-width: 480px) {
#header_category {
	width:100%;
	height:40px;
	font-weight: bold;
	color:#00A291;
	float:left;
	padding-top: 20px;
}
}
#top {
	width:100%;
	float: left;
	padding-top: 0px;
}
@media screen and (max-device-width: 480px) {
#top {
	width:100%;
	float: left;
	padding-top: 0px;
}
}

#main {
	margin: auto;
	width: 1500px;
}
#sign_pic {
	width:610px;
	margin:auto;
	padding-top: 50px;
	float:left;
	padding-bottom:70px;
	padding-left: 80px;
}	
#daigo_info {
	width:810px;
	margin:auto;
	float:left;
	height: 420px;
	padding-top: 170px;
}
#title {
	width:100%;
	height:50px;
	background-image:url(img/led/led_title.png);
	background-repeat:repeat;
}
#title_in {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}



#top_menu_led{
	float:left;
	width:50%;
	padding-top: 20px;
}
#top_menu_led img	{
	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s; }
img.button1, #top_menu_led img.button2	{ opacity: 1.0; }
#top_menu_led:hover img.button1, img.button2 { opacity: 0; }
img.button1	{ position: absolute; }

#top_menu_air{
	float:left;
	padding-top:20px;
	width:50%;
}
#top_menu_air img	{
	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s; }
img.button1, #top_menu_air img.button2	{ opacity: 1.0; }
#top_menu_air:hover img.button1, img.button2 { opacity: 0; }
img.button1	{ position: absolute; }

#top_menu_fc{
	float:left;
	padding-top:20px;
	width:50%;
}
#top_menu_fc img	{
	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s; }
img.button1, #top_menu_fc img.button2	{ opacity: 1.0; }
#top_menu_fc:hover img.button1, img.button2 { opacity: 0; }
img.button1	{ position: absolute; }

#top_menu_aboutus{
	float:left;
	padding-top:20px;
	width:50%;
}
#top_menu_aboutus img	{
	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s; }
img.button1, #top_menu_aboutus img.button2	{ opacity: 1.0; }
#top_menu_aboutus:hover img.button1, img.button2 { opacity: 0; }
img.button1	{ position: absolute; }

#top_menu_contact{
	padding-top:20px;
	width:50%;
	float: left;
}
#top_menu_contact img	{
	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s; }
img.button1, #top_menu_contact img.button2	{ opacity: 1.0; }
#top_menu_contact:hover img.button1, img.button2 { opacity: 0; }
img.button1	{ position: absolute; }


#footer{
	width:100%;
	height:150px;
	background-color: #25B4A2;
	margin-top: 0px;
	clear: both;
}
#footer_contants{
	margin:auto;
	width:1200px;
	height:100px;
}
#footer_contants1{
	width:500px;
	height:55px;
	float:left;
	text-align: center;
	vertical-align: top;
	padding-top: 45px;
}
#footer_contants2{
	width:600px;
	height:80px;
	float:left;
	padding-top: 20px;
}
#footer_br{
	width:100%;
	height:150px;
	clear: both;
}
::-webkit-input-placeholder    {color: #CCC; font-size:18px; padding-top:7px; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
::-moz-placeholder    {color: #CCC; font-size:18px; padding-top:7px; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
:-moz-placeholder    {color: #CCC; font-size:18px; padding-top:7px; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
:-ms-input-placeholder    {color: #CCC; font-size:18px; padding-top:7px; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }

.spNone {display:none;}/*@media*/


#price {
	float: left;
	width: 100%;
	padding-bottom: 150px;
}

table.t_price {
	width: 1000px;
	border-collapse: separate;
	border-spacing: 0 10px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #12A095;
}
table.t_price th {
	vertical-align: middle;
	width: 200px;
	margin: 0;
	text-align: center;
	color: #12A095;
	font-size: 15px;
	font-weight: bolder;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #12A095;
}
 
table.t_price td.data {
	margin: 0;
	width: 900px;
	color: #999999;
	font-size: 15px;
	line-height: normal;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
 
table.t_price td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.t_price td.bar {
	height: 1px;
	width: 100%;
}
hr.style-one {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#daihyo_pic {
	float: left;
	height: 800px;
	width: 500px;
}
#daihyo_contants {
	width: 50%;
	float: left;
}
table.fcdesign {
	width: 700px;
	border: none;
	border-collapse: separate;
	border-spacing: 0 10px;
	color: #999999;
}
table.fcdesign th {
	vertical-align: middle;
	width:150px;
	height: 53px;
	border:3px solid #12A095;
	text-align: center;
	color: #12A095;
	font-size: 16px;
	font-weight: bold;
	background-image:url(daigo_img/menu_mainstore/th_back.png);
}
 
table.fcdesign td.data {
	height: 53px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	
}
 
table.fcdesign td:fst-child {
    vertical-align: middle;
}

table.fcdesign2 {
	width: 1000px;
	border: none;
	border-collapse: separate;
	border-spacing: 0 30px;
	color: #999999;
  text-align: left;
}
table.fcdesign2 th {
	vertical-align:middle;
	width:180px;
	height: 53px;
	border:3px solid #12A095;
	text-align: left;
	color: #12A095;
	font-weight: bold;
	background-image:url(daigo_img/menu_mainstore/th_back.png);
	position: relative;
	margin-bottom: 50px;

}
table.fcdesign2 th:before{
	content: "";
	position: absolute;
	bottom: -26px;
	right: 43%;
	border: 12px solid transparent;
	border-top: 12px solid #12A095;
}
 
table.fcdesign2 td.data {
	height: 53px;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
 
table.fcdesign3 {
	width: 100%;
	border: none;
	border-collapse: separate;
	color: #999999;
  text-align: left;
}
table.fcdesign3 th {
	vertical-align:middle;
	width:180px;
	height: 53px;
	border:3px solid #12A095;
	text-align: left;
	color: #12A095;
	font-weight: bold;
	background-image:url(daigo_img/menu_mainstore/th_back.png);
	position: relative;
	margin-bottom: 50px;
}

 
table.fcdesign3 td.data {
	height: 53px;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

table.fcdesign4 {
	width: 700px;
	border: none;
	border-collapse: separate;
	border-spacing: 0 10px;
	color: #999999;
}
table.fcdesign4 th {
	vertical-align: middle;
	width:150px;
	height: 53px;
	border:3px solid #000;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background-image:url(img/franchise/th_back.png);
}
 
table.fcdesign4 td.data {
	height: 53px;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	
}
 
table.fcdesign4 td:fst-child {
    vertical-align: middle;
}

 
#about {
	width:700px;
	margin:auto;
	padding-top: 50px;
	float:left;
	padding-bottom: 150px;
}
#pic {
	width:500px;
	padding-top: 50px;
	float:left;
	padding-bottom: 150px;
}
#fc {
	width:700px;
	margin:auto;
	float:left;
	padding-top: 20px;
	padding-bottom: 80px;
}
#fc3 {
	width:1400px;
	float:left;
	padding-top: 20px;
	padding-bottom: 80px;
}
#fc2 {
	width:700px;
	margin:auto;
	float:left;
	padding-top: 20px;
	padding-bottom: 80px;
}
#fc_top {
	width:1400px;
	margin:auto;
	padding-top: 50px;
	padding-bottom:70px;
}	
#fc_pr {
	width:1400px;
}	
#fc_contants {
	width:1400px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}	
#fc_concept_title {
	width:1400px;
	font-size:24px;
	color:#999999;
	font-weight:bold;
	clear: both;
}   
#fc_concept_contants {
	font-size:18px;
	color:#999999;
	padding-left: 30px;
} 
#fc_contract_title {
	width:1400px;
	margin:auto;
	font-size:36px;
	color:#990000;
	font-weight:bold;
	float: left;
}

#fc_button {
	width:1400px;
	margin:auto;
	height: 70px;
}
A.fcform{
	background: #12A095;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	color:#fff;
	font-size:36px;
	width: 700px;
	padding: 25px 25px 25px 25px;
    font-weight:bold;
	}
A.fcform:LINK{color : #fff;
 	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
A.fcform:VISITED{color : #fff;
}
A.fcform:HOVER{color : #fff;
background:#990000; }
#menu_title {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #12A095;
	margin-top: auto;
}

.input_set{
	text-align:center; 
}
input,textarea {
	font-size: 30px;
}
#button_font{
    font-size:24px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#fff;
	background-color:#12A095;
	border:0;
}	
A.mailform{text-decoration : none;}
A.mailform:LINK{color : #999;
 	-webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
A.mailform:VISITED{color : #999;
}
A.mailform:HOVER{color:#666; }

#mail_left{
	width:36%;
	float: left;
	padding-left: 210px;
}
#mail_right{
	width:40%;
	float:right;
	height: 230px;
	padding-right: 150px;
	padding-top: 140px;
}
#mail_all{
	width:1500px;
	clear: both;
}
