﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

	#information h1 {
		margin: 0 0 30px 0;
		color: #335577;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 2em;
	}
	
	#information p {
		margin: 0 0 30px 0!important;
	}
	#information p.ct {
		text-align: center;
	}
	
	
	#information figure {
		margin: 0 0 30px 0;
	}
	#information figure figcaption {
		text-align: center;
		margin: 6px 0 0 0!important;
	}




/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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


}

/*-----------------------------------------------------	*/
/*	for - 1000px					*/
/*-----------------------------------------------------	*/


@media only screen and ( max-width: 62.5em ) /* 1000 */ {



}
		



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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


}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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





}













