﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.ModuleSet_Standard_25047 {
	background: #FFE6F1;
}

.ModuleSet_Standard_25047 h2 {
	text-align: center;
	color: #000;
	padding: 50px 0px 30px 0px;
	margin: 0px;
}

#ContentPane .ModuleSet_Standard_25047 .ModuleReference {
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.ModuleSet_Standard_25047 .ModuleReference {
	background: #FFE6F1;
}

.ModuleSet_Standard_25047 h2 {
	text-align: center;
	color: #000;
	padding: 30px 0px 10px 0px;
	margin: 0px;
}

#ContentPane .ModuleSet_Standard_25047 .ModuleReference {
	width: 320px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}

.ModuleSet_Standard_25047 .ItemList_Topics {
	width: 320px;
	overflow-x: scroll;
	overflow-y: hidden;
}

#ContentPane .ModuleSet_Standard_25047 .ItemList_Topics .ModuleReference {
	width: 1100px;
	margin: 0px auto;
	padding: 0;
}
}
