@charset "utf-8";

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

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

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

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

section{
	max-width: 1500px;
	margin:auto;
	padding:20px 0;
}

#description{
	padding: 0 0 20px;

}

h1 {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

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

#description {
	overflow: hidden;
	margin: 0 auto;
}

#description h1 {
}

#description p {
	width: 100%;
	min-height: 100px;
	padding: 20px 20px;
	box-sizing: border-box;
	line-height: 30px;
	background-color: #ece5e4;
}

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

#description img {
	width: 100%;
	height: auto;
}

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

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

.division > a {
	display: block;
	margin:auto;
	padding: 25px 20px 30px;
	color: #fff;
	text-decoration: none;
	background-size: cover;
}

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

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

.development{
	background-position: right 35% center;
}

.consulting{
	background-position: right 5% center;
}

/*---/business/network/---*/
.office365{
	background-position: 8% 10%;
}

.linux{
	background-position: center center;
}

.consulting{
	background-position: right 5% center;
}

.computer{
	background-position: right 40% center;
}

.firewall{
	background-position: right 5% center;
}

.vpn{
	background-position: right 0 center;
}

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

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

.example{
	background-position: right 30% center;
}



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

.easywebup{
	background-position: 5% center;
}

.program{
	background-position: right 5% center;
}


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

.management{
	background-position: 5% center;
}

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

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



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

.division p {
	margin-bottom: 20px;
}

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