/* 게임 탭 기본 레이아웃 */
.summary img {
	margin: 20px 0px 0px 45px;
}

.summary p {
	margin:	 15px;
	font-size:	12px;
}


/* 공략 케릭터 색인 테이블 */
.index_table {
	width:	330px;
	border-collapse:	collapse;
	border:	1px solid black;
	margin:	 5px;
	margin-bottom:	50px;
}

.index_table th, .ChartStyle1 th {
	background-color: #AAAAD5; /* 연보라 */
	margin-bottom:	25px;
}

.index_table td, .ChartStyle1 td {
	padding:	10px;
}


/* 본격 공략이 들어가는 레이어 */
.InfoStyle {
	width:	580px;
	margin-top:	120px;
	margin-left:	auto;
	margin-right:	 auto;
	line-height:	180%;
	font-size:	12px;
}


/* 공략 테이블 */
.ChartStyle1 {
	width:	100%;
	border-collapse:	collapse;
	border:	1px solid black;
	margin-bottom:	30px;
}


.sun_default_skin #view_main .ChartStyle1 th{
	text-align:	center;
}

.ChartStyle1 td {
	text-align:	center;
	border: 1px dotted #AFAFAF; /* 잿빛 보라색 */
}


/* 표 중간의 Check Point 꾸미기 */
.ChartStyle1 .cp_label {
	background-color:	#06CB35;
}


/* 테이블 좌우 균형 맞추기 */
.t_left, .t_right {
	width:	50%;
}

.t_left2 {
	width:	20%;
}

.t_right2 {
	width:	80%;
}

.ChartStyle1 .align_left {
	text-align:	left;
}



/*****	게임 리뷰 섹션	*****/


/* 프리뷰 테이블 */
.preview {
	border:	1px solid #B5C997; /*연한 연두색 */
	margin-bottom:	25px;
}

.preview .t_left {
	width:	36%;
}

.preview .t_right {
	text-align:	center;
	width:	 60%;
}

.ReviewStyle {
	width:	98%;	
	margin:	 40px auto 40px auto;

	line-height:	180%;
}

.ReviewGallery {
	border:	3px	double	#9DB3A2;
}