

/*** for PC Browser ***/
@media (min-width:401px)
{
 .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: medium;
	text-align: left;
	margin: 1em 0em 1em 0em;
         line-height:150%;
         text-indent:0em;
}

p
/* p 本文用 */
{
	margin-bottom:1em;
	line-height:1.5em;
         text-indent:-1em;
         padding-left:1em;
         font-size:medium;
}

 ul
/* UL 本文用*/
 {

	margin-top:0.2em;
	margin-bottom:0.5em;

}


 li
/* LI 本文用*/
 {
         list-style-type: disk;
	margin-left:1em;
	margin-top:0em;
	margin-bottom:0em;
	line-height: 1.5em;
         font-size:medium;
}
}
