@charset "utf-8";


	ul.ListBulletDisc li
	{
		display			:	list-item !important;
		list-style-type		:	disc;
		margin			:	0em 0em 0em 2em;
		padding			:	0px !important;
	}
	ul.ListBulletDisc li:before
	{
		content			:	"";
	}
	ul.ListBulletCircle li
	{
		display			:	list-item !important;
		list-style-type		:	circle;
		margin			:	0em 0em 0em 2em;
		padding			:	0px !important;
	}
	ul.ListBulletCircle li:before
	{
		content			:	"";
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
}

/*
======================================
Wide PC
======================================
*/
@media print, screen and (min-width:1241px)
{
}

/*
======================================
Middle PC
======================================
*/
@media screen and (min-width:1001px) and (max-width:1240px)
{
}

/*
======================================
Narrow PC
======================================
*/
@media screen (min-width:801px) and (max-width:1000px)
{
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
}
