﻿/*-----------------------------------------------------	*/
/*	about.css						*/
/*-----------------------------------------------------	*/
#mainLead {
	text-align:center;
}

article {
	width:100%;
	margin:0 auto;
	max-width:1280px;
}

/* ------ profArea ------ */

#profArea section {
	width:50%;
}

#profArea section#prof01 { float:left; }
#profArea section#prof02 { float:right; }
#profArea section#prof03 { float:left; }
#profArea section#prof04 { float:right; }

#profArea section div {
	width:85%;
	margin:0 auto;
}
#profArea section h2 {
	font-size:140%;
	padding-bottom:10px;
	text-align:center;
}
#profArea section p {
	border-top: #000000 solid 1px;
	padding:20px 0 80px;
	text-align: justify;
}
#aboutBg {
	width:320px;
	margin:0 auto;
}

/*-----------------------------------------------------	*/
/*	for - 1280px					*/
/*-----------------------------------------------------	*/

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

}

/*-----------------------------------------------------	*/
/*	for - 980px					*/
/*-----------------------------------------------------	*/

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

}

/*-----------------------------------------------------	*/
/*	for - 800px					*/
/*-----------------------------------------------------	*/

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

}

/*-----------------------------------------------------	*/
/*	for - 568px					*/
/*-----------------------------------------------------	*/

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

#profArea section {
	width:100%;
}

#profArea section#prof01,
#profArea section#prof02,
#profArea section#prof03,
#profArea section#prof04 { float:none; }

}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

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

}

