@charset "utf-8";

/*-----------------------------------------------------------
 Common
-----------------------------------------------------------*/

.t-point {
	}
	.t-point #primary {
		width: 950px;
		}


/*-----------------------------------------------------------
 T-Point
-----------------------------------------------------------*/

/*---------- leadSec ----------*/

.t-point #leadSec {
	margin: 0 0 50px;
	}
	.t-point #leadSec h3 { text-align: center; }



/*---------- htuSec ----------*/

.t-point #htuSec {
	margin: 0 0 40px;
	}
	.t-point #htuSec .htuBox {
		float: left;
		}
		.t-point #htuSec .htuBox:nth-of-type(2) { float: right; }
		
		.t-point #htuSec .htuBox p.htuImage {
			margin: 25px 0;
			text-align: center;
			}



/*---------- notesSec ----------*/

.t-point #notesSec {
	padding: 15px;
	box-shadow: inset 0 0 0 1px #ccc;
	border: 4px solid #eee;
	}
	.t-point #notesSec h4 {
		padding: 0 0 10px;
		font-size: 14px;
		border-bottom: 1px dotted #ccc;
		}
	
	.t-point #notesSec ul {
		margin: 0;
		}



