@charset "UTF-8";
/*
Theme Name: ledSenka
Theme URI: http://led-senka.com/
Description: LED専科用のテーマ
Version: 1.0
Author: Serendipity
Author URI: http://serendipy.jp/
*/

/* ------------------------------------- */
/*     body
/* ------------------------------------- */
body {
    margin: 0;
    padding: 0;
    line-height:1.4;
    color:#333;
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size:0.9em;
}

/* ------------------------------------- */
/*     Header
/* ------------------------------------- */
#header {
    padding-top: 10px;
    /* border-top: 2px solid #006699; */
    background-color: #FFA21E;
    border-top: 2px solid #FFC91E;
}

/* ------------------------------------- */
/*	title-midashi01
/* ------------------------------------- */
h2.title-midashi01{
	background:#fff8dc;
	border-left:10px solid #FFA21E;
	border-bottom:1px dotted #ccc;
	padding:.8em .9em;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 18px;
	font-weight:bold;
}
 
/*  nav
/*--------------------------------- */
#nav {
	position: relative;
	height: 45px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	z-index: 1;
}

#nav ul {
	max-width: 980px;
	height: 45px;
	margin: 0 auto;
	float: none;
	width: 100%;
}

#nav ul li {
	display: block;
	float: left;
	width: 20%;
	font-size: 16px;
	padding: 0;
	margin:0;
	line-height: 45px;
	text-align: center;
}

#nav ul li a {
	width: auto;
	height: 45px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	display: block;
	background: #666;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
}

#nav ul li a:hover {
	background: #555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}

#nav ul li a:focus {
	background: #555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}

#nav ul li:first-child a {
	border-radius:10px 0 0 0;
}
#nav ul li:last-child a {
	border-radius:0 10px 0 0;
}

 
/*  carousel
/*--------------------------------- */
.carousel-inner img{
    width: 100%;
    background-color: #0053A9;
}

/*      Footer
/* ------------------------------------- */
#footer {
    clear: both;
    position: relative;
    width: 100%;
    background: #474747;
    border-top: 1px solid #CACACA;
}

#footer-info {
    position: relative;
    width: 100%;
    min-height: 60px;
    margin: 0 auto;
}

#footer-info p, #footer-info address, #footer-info ul {
	position: absolute;
}

#footer-logo {
     top: 10px;
     left: 15px;
}

#footer-navi {
     top: 40px;
     left: 80px;
}

#footer-navi li {
	float: left;
	margin-left: 15px;
	padding-left: 8px;
	font-size: 12px;
	list-style-type: none;
}

#footer-navi li a {
	color: #ffffff;
text-decoration: none;
}

/*  copy
/*--------------------------------- */
#copy {
    margin-top: 10px;
    text-align: center;
}
 
#copy span{
    color: #fff;
}

/*  topMessage
/*--------------------------------- */
.topMessage{
	margin-bottom:30px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 14px;
	}

.topMessage img{
	margin-right:10px;
	border:2px solid #FFA21E;
	}

.topMessage img.last{
	margin-right: 0;
	border: 2px solid #FFA21E;
	}

.topMessage h2 { 
    border-left:10px solid #FFA21E;
    border-bottom:1px solid #ccc;
    padding: .6em .8em;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.topMessage p { 
	font-size:16px;
	margin-left: 15px;
	margin-right: 10px;
}

/*  privacy policy 個人情報保護方針
/*--------------------------------- */
.ppolicy{
	margin-bottom:30px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 0.9em;
	}

.ppolicy h2 {
    border-left:10px solid #FFA21E;
    border-bottom:1px solid #ccc;
    padding:.6em .8em;
    font-size:120%;
    font-weight:bold;
    margin-bottom:10px;
}

.ppolicy p {
    margin-left: 1em;
}

/*  mainContent
/*--------------------------------- */
#mainContent{
	overflow: hidden;
}

/*  sideBar
/*--------------------------------- */
#sidebar{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	height: auto;
	background-color: #F4F4F4;
	}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar .widget{
	margin-bottom: 20px;
	}

/*  ContactForm7
/*--------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 80%;
}

/*  会社概要
/*--------------------------------- */
table.company {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    background: #FFA21E;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.company td {
    background: #F0F0F0;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    font-weight: normal;
    font-size: 15px;
}


/***** コンタクトフォーム *****/
.required-contactform7{
 padding: 5px;
 background: #DE8686;
 color: #fff;
 border-radius: 3px;
 margin-right: 3px;
}
 
.table-contactform7 th{
font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
 max-width: 100%;
}
 
.address-100 input{
 width: 100%;
}
 
.message-100 textarea{
 width: 100%;
}
 
@media screen and (max-width: 900px){
 .table-contactform7 th{
 width:100%;
 display:block;
 margin: 0 auto;
 border:none;
 }
 .table-contactform7 td{
 display: list-item;
 list-style-type:none;
 margin:0;
 padding:0;
 width: 100%;
 border-top: none !important;
 }
}

/*  コンタクトページ contact001
/*--------------------------------- */
div.div1{
     border: 3px double #FFA21E;
     padding: 10px 10px 5px 10px;
     border-radius: 2px;
     margin: 15px 0;
     width: 100%;
}

div.div1 p.midashi01{
     font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
     font-size: 20px;
     text-align:center;
     font-weight:bold;
}
div.div1 p.midashi02{
     font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
     font-size: 16px;
     text-align:left;
}
div.div1 p.midashi03{
     font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
     font-size: 14px;
     text-align:left;
}
div.div1 p.midashi04{
     font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
     font-size: 12px;
     text-align:left;
}
