﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#HeaderPane .Lmenu_title .ModuleReference {
	width: 100%;
	margin: 0 auto auto;
}

.Lmenu_title .Title_text {
	background: #F3C8DC url("../../../Images/menu_titlebg.jpg") no-repeat center top;
/*	background: #F9E2EE;*/
/*	color: #ffffff;*/
	color: #000000;
	display: block;
	font-size: 200%;
	font-weight: bold;
	padding: 50px 20px 50px;
	text-align: center;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#HeaderPane .Lmenu_title .ModuleReference {
	width: 100%;
	margin: 0 auto auto;
}

.Lmenu_title .Title_text {
	background: #F3C8DC url("../../../Images/menu_titlebg.jpg") no-repeat center top;
/*	background: #F9E2EE;*/
/*	color: #ffffff;*/
	color: #000000;
	display: block;
	font-size: 160%;
	font-weight: bold;
	padding: 20px 20px 20px;
	text-align: center;
}
}
