@charset "UTF-8";

#title   {
	width: 730px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#ptitle   {
	width: 690px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.plist	{
	/*width: 780px;*/
	text-align: center;
	background-color: #FFFFFF;
}

.plist table {
	margin-top: 30px;
	/*width: 80%;*/width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-left-color: #DCDCDC;
	background-color: #FFFFFF;
}

.plist td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	padding: 3px;
}

.plist td.slist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
   background:#EFEBEF;
	padding: 3px;
	width: 150px;font-size: 0.9em; 
}

.plist  table th {
   padding:0px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}
.plist a {
	font-weight: bold;
}

.plist p {
	text-align: center;
	color: #333333;
	font-size: 12px;
	line-height: 1.3em;
}

.plist  p.ma {
	color: #333333;
}

.plist p.style1 {font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
.plist p.style2 {color: #FF0000}


@media (max-width: 1125px){
	.plist	{
	font-size: 1.2em;
	}

	.plist table {
	width: 90%; 
	}
.plist .slist {
	font-size: 0.8em;
	width: 180px;

	}		
		
}

@media screen and (max-width: 640px) {
  .plist tr .slist {
    width: 100%;     padding-right:0px;font-size: 0.7em; 
  }
  .plist table th,
  .plist table td {
    display: block;
    width: 100%;   padding-right:0px;
/*    border-bottom:none;*/
  }
  .slist tr:last-child{
    border-bottom: solid 1px #ccc;
  }
.plist p.style1 {
	font-size: 1.2em;
}

}

.text{
   padding:0px 0px 0px 10px;
}