@charset "UTF-8";
/* CSS Document */

#Index #MainContents .iconMenugr{
	text-align: center;
	list-style-type: none;
	}

#Index #MainContents .iconMenu {
	list-style-type: none;
	text-align: center;
}


/* -----------------------------------------------
* Portrait Style
----------------------------------------------- */
	/* Portrait */
	@media screen and (orientation:portrait) {
		.iconMenu {
			width:80px;
		}
	}

/* -----------------------------------------------
* Landscape Style
----------------------------------------------- */
	@media screen and (orientation:landscape) {
		.iconMenu {
			width:80px;
		}
	}

	.iconMenu {
		text-align: center;
		
	}

	.iconMenu a{
		width:98%;
	}
