@charset "UTF-8";
/* CSS Document */

.message {
	width: 80%;
	margin: 0 10%;
	font-size: 20px;
	line-height: 35px;
}

.service {
	line-height: 30px;
	margin: 0 0 50px;
}

.service h2 {
	color: rgba(38,64,119,1.0);
	font-size: 20px;
	font-family: 'notoLight';
	font-weight:lighter;
	font-style: lighter;
	border: #264077 1px solid;
	text-align: center;
	padding: 10px 0;
	width: 60%;
	margin: 50px 20%;
}

.service h2 span {
	color: rgba(38,64,119,0.3);
	font-size: 30px;
}

.service h3 {
	font-size: 18px;
	margin: 0 0 30px;
}

.service .glid {
	width: 40%;
	margin: 0;
	padding: 0 5% 50px;
	float: left;
}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 880px */
/* **************************************************************** */
@media only screen and (max-width:880px){

.message { font-size: 16px;	line-height: 30px; }

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 680px */
/* **************************************************************** */

@media only screen and (max-width:680px){

.message { width: 90%;margin: 50px 5%; }

.service .glid {
	width: 90%;
	margin: 0;
	padding: 0 5% 50px;
	float: left;
}

}

