@import "share.css";


/*----------コンテンツ------------*/

#pointstyle h2 {
	width: 550px;
	font-size: 1px;
	line-height: 0%;
	margin: 0 0 20px;
	padding: 0;
	}

#pointstyle h3 {
	width: 520px;
	margin: 0 15px 5px;
	padding: 0;
	}

#pointstyle h4 {
	width: 520px;
	margin: 0 15px 5px;
	padding: 0;
	font-weight: bold;
	}

#pointstyle p {
	margin: 0 15px 20px;
	padding: 0;
	}

#pointstyle table {
	width: 520px;
	border: #99cc33 solid 2px;
	border-collapse: collapse;
	margin: -10px 15px 20px 15px;
	padding: 0;
	}

#pointstyle table tr {
	border-bottom: 1px solid #99cc33;
	}

#pointstyle table th {
	text-align: center;
	font-weight: bold;
	color: #566539;
	vertical-align: top;
	margin: 0;
	padding: 5px 15px;
	border-left: 1px solid #99cc33;
	background: #eff6e1;
	}

#pointstyle table th.rank {
	background: #fff;
	}

#pointstyle table td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px 15px;
	border-left: 1px solid #99cc33;
	}

#pointstyle table th.val,
#pointstyle table td.val {
	text-align: right;
	}

