.cantent {
				max-width: 860px;
				margin: auto;
				padding: 0.5rem 0.5rem 1rem;
				text-align: justify;
				color: #000000;
			}
			.cantent h1 {
				text-align: center;
				font-weight: bold;
				font-size: 0.85rem;
				margin: 1rem 0 1.5rem;
			}
			.cantent h2 {
				text-align: right;
				font-weight: bold;
				font-size: 0.75rem;
				margin-bottom: 0.5rem;
			}
			.cantent h3 {
				font-size: 0.75rem;
				font-weight: bold;
				line-height: 2rem;
				margin-top: 0.4rem;
			}
			.cantent h4{
				font-size: 0.75rem;
				line-height: 1.25rem;
			}
			.cantent p{
				font-size: 0.75rem;
				line-height: 1.25rem;
				text-indent: 1.5rem;
			}
			.cantent span{
				font-weight: bold;
			}
			.cantent .tm{
				font-weight: bold;
			}
			.cantent .tb{
				text-decoration: underline;
			}
			.cantent .tc{
				color: #cecece;
			}
			.gridtable {
			    font-family: verdana,arial,sans-serif;
			    font-size:11px;
			    color:#333333;
			    border-width: 1px;
			    border-color: #666666;
			    border-collapse: collapse;
			}
			.gridtable th {
			    border-width: 1px;
			    padding: 8px 0;
			    border-style: solid;
			    border-color: #666666;
			    background-color: #dedede;
			    text-align: center;
			}
			.gridtable td {
			    border-width: 1px;
			    padding: 4px;
			    border-style: solid;
			    border-color: #666666;
			    background-color: #ffffff;
			    width: 20%;
			    word-break:break-all;
			    display:table-cell; 
			    vertical-align:middle;
			}
			.gridtable td a{
				text-decoration: underline;
			}
img{width: 100%;}