@charset "utf-8";


.pagetitle{
	background: url(../../service/img/h2_bg.jpg) no-repeat center center #666;}

article #individual{
	width: 100%;
	margin: 0 auto;
	background:#000;
}

.serviceIndividual{
	display: block;
	width: 100%;
	background-color: #16a085;
	margin: 0;
	padding: 15px 0;
	font-weight: 600;
	font-size: 28px;
	text-align:center;
	color:#fff;
}
.serviceCorporate{
	display: block;
	width: 100%;
	background-color: #f39c12;
	margin: 0;
	padding: 15px 0;
	font-weight: 600;
	font-size: 28px;
	text-align:center;
	color:#fff;
}

.frame{
	display: table;
	width: 100%;
}

.frame .photo{
	display: table-cell;
	width: 300px;
	vertical-align: top;
}
.frame .photo img{
	max-width: 300px;
	height: auto;
}

.frame .details{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 2em;
	width: 700px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frame .images{
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top:20px;
}
.frame .images img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 979px) {
.frame{
	display: table;
	width: 95%;
	margin: auto;
}
.frame .photo{
	width: 35%;
}
.frame .photo img{
	max-width: 100%;
	height: auto;
}


.frame .details{
	width: 65%;
}
}
@media screen and (max-width: 620px) {
.frame .details{
	padding: 0 0 0 1em;
}
}
@media screen and (max-width: 480px){
.frame,
.frame .photo,
.frame .details{
	display: block;
	width: auto;
	margin: 0 10px;
	padding: 0;
}
.frame .photo{
	text-align: center;
	padding: 0 0 15px 0;
}
.frame .photo img{
	max-width: 70%;
	height: auto;
}
}


