/* CSS Document */
/*--- タブ ---*/
#tab{
	border-bottom:1px solid #c6c6c6;
	margin:10px 0 0 0;
	padding:0 0 0px;
	z-index:990;
	display: flex;
	position:relative;
}
#tab li{
	border:solid #c6c6c6;
	border-width:1px 1px 0;
	height:35px;
	float:left;
	margin:0 0px 0 0.5%;
	z-index:990;
	position:relative;
	width:33%;
	text-align:center;
	box-sizing:border-box;
}
#tab li a{
	background:-moz-linear-gradient(center top,,left bottom , #bdbdbd 0% , #dddddd 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #bdbdbd), color-stop(1, #dddddd));
	display:block;
	color:#FFF;
	line-height:35px;
	font-weight:bold;
	text-decoration:none;
}
#tab li.selected{
}
#tab li a.selected{
	height:35px;
	z-index:999;
	display:block;
	color:#FFF;
	line-height:35px;
	font-weight:bold;
}

#tab li a.selected{
	color:#d72e32;
	background:-moz-linear-gradient(center top,,left bottom , #ffe5e5 0% , #FFF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe5e5), color-stop(1, #FFF));
}

/*　内容　*/
h3{
	background-image:url(/company/images/h3_icon.gif);
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	height:20px;
	line-height:22px;
	margin:10px 5px 0;
	background-position:left center;
	color:#422505;
	font-size:14px;
}
#company{
	border-top:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	margin:10px 0 0 0;
}
#company th{
	background-color:#fff0f0;
	padding:5px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #c6c6c6;
	width:80px;
}
#company td{
	border-left:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	margin:5px 0 0 0;
	padding:5px;
}

.r{
	background-color:#fff0f0;
	padding:10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #c6c6c6;
	width:30px;
	text-align:center;
}
/* 事業案内 */
#zigyo{
}
#zigyo li{
	margin:0 5px 15px;
}
#zigyo li h3{
	background-image: url(/company/images/zigyouTT.gif);
	background-repeat:no-repeat;
	color:#FFF;
	height:27px;
	line-height:27px;
	padding:0 0 0 10px;
	margin:0 0 10px;
}
.zigyo_img{
	max-width:300px;
	margin:auto;
}
.zigyo_txt{
}
.zigyo_txt li{
	background-image:url(/company/images/list.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding:0 0 0 12px;
	margin:0 0 3px !important;
}