@charset "utf-8";
/*----------------------------------------------------
	                 mainVisual
------------------------------------------------------*/
#mainLead{
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
#mainCopy{
	color: #fff;
	text-align: center;
}
#recruitBn a{
	color: #fff;
	text-decoration: none;
}
#recruitBn{
	display: block;
	position: absolute;
	box-shadow: #000 0 0 0;
}
/*----------------------------------------------------
	                 business
------------------------------------------------------*/
#business{
	background: url(../img/home/bg01.png) ;
}
#businessLists{
	text-align: center;
}
.businessList{
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.businessList a{
	text-decoration: none;
	text-align: center;
}
#businessLists:after{
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------------
	                 service
------------------------------------------------------*/
#service{
	background: url(../img/home/bg02.png);
}
#service p{
	text-align: center;
}
.serviceList{
	width: 240px;
	display: block;
	float: left;
	position: relative;
}
.serviceList img{
	width: 238px;
	height: 158px;
	border: 1px solid #cccaca;
}
#serviceLists:after{
	content: "";
	display: block;
	clear: both;
}
.serviceList a span{
	display: table-cell;
	width: 200px;
	vertical-align: middle;
	color: #fff;
}
.serviceList .icos{
	width: 240px;
	height: 21px;
	padding: 5px 0;
	display: block;
	background: #262626;
	text-align: center;
	vertical-align: middle;
}
.serviceList .ico,
.serviceList .ico span{
	width: 23px;
	height: 21px;
}
.serviceList .ico{
	display: inline-block;
	overflow: hidden;
	margin-right: 2px;
}
.serviceList .ico span{
	background-image: url(../img/home/icos.png) ;
	background-size: 143px 21px;
	background-repeat: no-repeat;
	display: inline-block;
}
.serviceList .ico span{
	background-image: url(../img/home/pc/icos_ie8.png) ; 
}
.serviceList:last-child{
	margin-right: 0;
}
.icoSp span    { background-position: 4px 0; }
.icoSys span   { background-position: -20px 0; }
.icoConsul span{ background-position: -48px 0; }
.icoServer span{ background-position: -77px 0; }
.icoDesign span{ background-position: -100px 0; }
.icoIllust span{ background-position: -125px 0; }

.genre{
	position: absolute;
    height: 11px;
    top: 10px;
    left: -6px;
    background-color: #262626;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    line-height: 1em;
}
.genre:after {
    content: '';
    position: absolute;
    border-top: 3px solid #0d0000; 
    border-left: 3px solid transparent; 
    border-right: 3px solid #0d0000; 
    border-bottom: 3px solid transparent; 
    bottom: -6px;
    left: 0px;
}
/*----------------------------------------------------
	                 recruit
------------------------------------------------------*/
#recruit{
	padding:50px 0 70px;
}
#recruitBtn a{
	background: #45b1c7;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	-moz-transition: background-color 0.5s linear, color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
#recruitBtn a:hover{
	background: #262626;
}
#recruitBtn a:after{
	content: '\e801';
	font-family: 'fontello';
	padding-left: 10px;
}
#recruit{
	background: #fff;
}
/*----------------------------------------------------
	                 news
------------------------------------------------------*/
#news{
	background: url(../img/home/bg01.png) ;
}
#news .sectionTit{
	text-align: left;
	display: block;
}
#newsBtn a:after{
	content: '\e801';
	font-family: 'fontello';
	padding-left: 10px;
}
#newsBtn a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background: #262626;
	color: #fff;
	border: 2px solid #262626;
}
#newsBtn a:hover{
	background: #fff;
	color: #262626;
}
#newsTitArea:after{
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------------
	                 access
------------------------------------------------------*/
#access,
#gMap{
	width: 100%;
}
#accessTitArea{
	width: 100%;
	background-color: #a5a5a5;
	}
#accessTitArea .sectionTit{	
	text-align: left;
	width: 240px;
	display: block;
}
#accessTitArea p{
	display: block;
	color: #fff;
	line-height: 1.6em;
}