@charset "utf-8";

/*------------------------------
	content
------------------------------*/
.visual{
	background-image: url("/img/visual_service.jpg");
	background-position: center center;
}

.visual#network{
	background-image: url("/img/visual_top_network.jpg");
	background-position: center center;
}

.visual#development{
	background-image: url("/img/visual_top_development.jpg");
	background-position: center center;
}

.visual#consulting{
	background-image: url("/img/visual_top_consulting.jpg");
	background-position: center center;
}

section{
	padding:20px 0;
}

h1 {
	display: inline-block;
	min-width: 57%;
	max-width: 90%;
	margin: 0 0 30px;
	padding: 20px 30px 20px 130px;
	box-sizing: border-box;
	font-size: 1.8em;
	color: #fff;
	text-align: left;
	background-color: #a51f24;
}

/*------------------------------
	description
------------------------------*/

#description {
	overflow: hidden;
	margin-top: 0 !important;
}

#description h1 {
	position: absolute;
	z-index: 1;
}

#description p {
	width: 100%;
	min-height: 100px;
	margin-top: 45px;
	padding: 70px 124px 20px;
	box-sizing: border-box;
	line-height: 30px;
	background-color: #dddada;
}

#description p .center {
	display: block;
	margin: 10px auto;
}

/*------------------------------
	list
------------------------------*/

.division {
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #c8c3c2;
}

.division > a {
	display: block;
	margin:auto;
	padding: 25px 50px 30px;
	color: #fff;
	text-decoration: none;
	background-size: cover;
	text-shadow: 0px 0px 10px #424242,0px 0px 10px #424242,0px 0px 10px #424242,0px 0px 10px #424242;}
}


/*---/business/---*/

.network{
	background-position: center 20%;
}

.development{
	background-position: center 20%;
}

.consulting{
	background-position: center 35%;
}

/*---/business/network/---*/
.office365{
	background-position: center 25%;
}

.linux{
	background-position: 0 center;
}

.computer{
	background-position: center 80%;
}

.firewall{
	background-position: center center;
}

.vpn{
	background-position: 0 45%;
}

.backup{
	background-position: 20% 30%;
}

.active_directory{
	background-position: 25% 40%;
}

.example{
	background-position: 0 40%;
}

/*---/business/development/---*/
.web_solution{
	background-position: 0 center;
}

.easywebup{
	background-position: 0 60%;
}

.program{
	background-position: 0 45%;
}

/*---/business/consulting/---*/

.management{
	background-position: center center;
}

.security{
	background-position: 30% center;
}

.system{
	background-position: center bottom 20%;
}

.division h2 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

.division a p {
	margin: 0 auto 20px;
	max-width: 1000px;
}

.division span {
	display: inline-block;
	padding: 5px 30px;
	border-radius: 5px;
	background-color: #424242;
	color: #fff;
}