@charset "UTF-8";
/* CSS Document */

.signup_table {
		border: solid 1px #d2d0d0;
		font-size: 14px;
		margin-bottom: 10px;
		}

		.signup_table h2 {
		font-weight: bold;
		}
		.signup_table th {
		border-bottom: solid 1px #ccc9ca;
		background-color:#dddbdb;
		}
		.signup_table th, .signup_table td {
		padding: 7px;
		}
		.signup_table .pro, .signup_table .medium, .signup_table .mini {
		margin: 3px;
		}
		.signup_table .right {
		border-left: solid 1px #ccc9ca;
		 text-align:center;
		 font-weight:normal;
		 font-size:16px;
		}
		.signup_table tr.odd {
		background: #f3f3f3;
		}
		.signup_table .left {
		width: 28%;
		}
		.subtitle_left {
			text-align: center;
			color: #205182;
			font-size:18px;
			font-weight:normal;
		}
		
		
		.yes_plans li {
    background-image: url("../images/green_bullet.png");
    background-position: 0 55%;
    background-repeat: no-repeat;
	color: #4e4e4e;
    font-size: 15px;
    font-weight: bold;
    line-height: 2em;
    padding-left: 15px;
}