@import url("basic.css");
@import url("common.css");

body{
	background	: #DEDCCF;
}

.clear{
	clear		: both;
}

.box LI{
	padding			: 5px 0;
}

.box .box-inner{
	border			: 1px solid #9B9984;
	border-top		: none;
	margin-top		: -5px;
}

.category-child{
	z-index			: 10000;
}

.logo-base{
	background		: white none repeat scroll 0 0;
	display			: block;
	height			: 100px;
	left			: 0;
	position		: absolute;
	top				: 0;
	width			: 100%;
}

#contentleft H3 IMG{
	width			: 466px;
}

.ad{
	position	: relative;
	top			: 5px;
}

.bottom{
	height		: 5px;
}

#header {
	background		: url(/common/images/img_bg_header.gif);
	width			: 1000px;
	font-size		: 18px;
	color			: #333333;
	margin			: 0px auto 2px auto;
	position		: relative;
	height			: 168px;
}

	#header .logo-area{
		
	}

	#header #navigation{
		position		: absolute;
		top				: 100px;
		height			: 34px;
		visibility		: hidden;
	}

	#header #navigation .category-parent{
	}
	#header #navigation A{
		display		: block;
	}
	#header #navigation DIV{
		float			: left;
		width			: 170px;
	}
		#header #navigation .category-child{
			position	: relative;
			text-align	: center;
			background	: #DEDCCF;
		}
		#header #navigation .category-child DIV{
			width		: 170px;
			float		: none;
			z-index		: 1000;
		}
		#header #navigation .category-child IMG{
			width		: 150px;
		}

		#header #navigation .category-child #gamecategory{
			display		: none;
			position	: absolute;
			background	: #DEDCCF;
			top			: 71px;
			left		: 170px;
		}
		#header #navigation .category-child #gamecategory A{
			display		: block;
		}

		#header #navigation .category-child A{
			color		: #F0F0F0;
			font-size	: 12px;
			font-weight	: bold;
			height		: 24px;
			line-height	: 24px;
			overflow	: hidden;
			padding-left: 30px;
			text-align	: left;
		}
			#header #navigation .category-child A{
				text-decoration	: none;
			}

		#head-button-news A{
			background	: url(/common/images/subcate_btn/img_btn_subcate_news.jpg);
		}
			#head-button-news A:hover{
				background	: url(/common/images/subcate_btn/img_btn_subcate_news_on.jpg);
			}
		#head-button-iphone A{
			background	: url(/common/images/subcate_btn/img_btn_subcate_app.jpg);
		}
			#head-button-iphone A:hover{
				background	: url(/common/images/subcate_btn/img_btn_subcate_app_on.jpg);
			}
		#head-button-web A{
			background	: url(/common/images/subcate_btn/img_btn_subcate_site.jpg);
		}
			#head-button-web A:hover{
				background	: url(/common/images/subcate_btn/img_btn_subcate_site_on.jpg);
			}
		#head-button-ipad A{
			background	: url(/common/images/subcate_btn/img_btn_subcate_ipad.jpg);
		}
			#head-button-ipad A:hover{
				background	: url(/common/images/subcate_btn/img_btn_subcate_ipad_on.jpg);
			}

	#header #navigation-sub{
		height		: 34px;
		position	: absolute;
		top			: 134px;
		width		: 1000px;
		padding-left: 5px;
		display		: hidden;
	}
		#header #navigation-sub UL{
		}
		#header #navigation-sub LI{
			margin-top	: 7px;
			float		: left;
			margin-right: 10px;
		}
		#header #navigation-sub LI A{
		}


#wrap {
	width: 1000px;
	margin: 0px auto 0px;
	background	: white;
}

#content {
	width: 1000px;
	margin: 0px auto 0px;
	line-height: 18px;
}

#contentleft {
	float		: left;
	width		: 468px;
	display		: inline;
	margin-left	: 6px;
	margin-top	: 10px;
}

#l_sidebar {
	float		: left;
	width		: 200px;
	display		: inline;
	margin-top	: 10px;
	margin-left	: 10px;
}

#r_sidebar {
	float		: right;
	width		: 300px;
	display		: inline;
	margin-top	: 10px;
	margin-right: 10px;
}

#footer{
	width: 1000px;
	margin: 10px auto 0px;
	background	: url(/common/images/img_bg_footer.gif) no-repeat;
	width:1000px; height:102px;
	text-align	: center;
}
	#footer UL{
		margin-bottom:10px;
		padding-top:20px;
	}
	#footer LI{
		display:inline;
		margin:0 2px;
	}
	#footer .copyright{
		font-weight	: bold;
		font-size	: 13px;
	}

.logo{
	float	: left;
	left	: 20px;
	position: relative;
	top		: 10px;
}

.ad{
	float		: right;
}

.box{
	background		: #FFFFFF;
	margin-bottom	: 10px;
}

	.left-news-category{
		border			: 1px solid #8D8B79;
		background		: #E5E4DB;
	}
		.left-news-category UL{
			margin-left		: 5px;
		}
		.left-news-category LI{
			background		: url(/common/images/arrow/img_btn_newsarrow_right.gif) no-repeat 0px center;
			line-height		: 20px;
			padding			: 0px 0px 0px 15px;
		}

	.left-news-list{
		border			: 1px solid #8D8B79;
	}
		.left-news-list UL{
			margin		: 5px;
		}
		.left-news-list LI{
			border-bottom: 1px dotted gray;
			padding		: 4px 0;
		}
		.left-news-list LI .square{
			color		: #EF9B15;
		}
		.left-news-list LI A{
			color		: #222222;
		}
		.left-news-list LI A .date{
			font-size	: 10px;
		}

	.left-iphone-category{
		border			: 1px solid #8D8B79;
		background		: #E5E4DB;
	}
		.left-iphone-category LI{
			line-height		: 20px;
			padding			: 0px;
		}

	.left-site-category{
		border			: 1px solid #8D8B79;
		background		: #E5E4DB;
	}
		.left-site-category LI{
			line-height		: 20px;
			padding			: 0px;
		}

	.center-news-default-list{
		border			: 1px solid #8D8B79;
	}
		.center-news-default-list UL{
			margin		: 7px;
		}
		.center-news-default-list LI{
			border-bottom: 1px dotted gray;
		}
		.center-news-default-list .thumbnail-div{
			float		: left;
			margin-right: 5px;
		}
			.center-news-default-list .thumbnail{
			}
		.center-news-default-list .title{
			font-weight	: bold;
			font-size	: 15px;
		}
		.center-news-default-list .title A{
			font-weight	: bold;
			font-size	: 15px;
		}
		.center-news-default-list .header-div{
			float		: right;
			width		: 339px;
		}
			.center-news-default-list .subtitle{
				color		: #E7A00F;
				font-size	: 10px;
				font-weight	: bold;
				float		: left;
				line-height	: 17px;
			}
			.center-news-default-list .icon-category{
				float		: right;
				margin-right: 5px;
			}
		.center-news-default-list .body{
			margin-top	: 3px;
		}
		.center-news-default-list .date{
			font-size	: 10px;
			color		: gray;
			text-align	: right;
		}
		.center-news-default-list .view-all{
			margin-left	: 410px;
		}

	.center-news-top-headline{
		border			: 1px solid #8D8B79;
	}
		.center-news-top-headline UL{
			margin		: 7px;
		}
		.center-news-top-headline LI{
			border-bottom: 1px dotted gray;
		}
		.center-news-top-headline .thumbnail-div{
			float		: left;
			width		: 100px;
			margin-right: 3px;
		}
			.center-news-top-headline .thumbnail{
			}
		.center-news-top-headline .title{
			font-size	: 15px;
			font-weight	: bold;
		}
		.center-news-top-headline .title A{
			font-size	: 18px;
			font-weight	: bold;
			color		: #313131;
		}
		.center-news-top-headline .header-div{
			float		: right;
			width		: 340px;
		}
			.center-news-top-headline .subtitle{
				color		: #E7A00F;
				font-size	: 11px;
				font-weight	: bold;
				float		: left;
				line-height	: 18px;
			}
			.center-news-top-headline .icon-category{
				float		: right;
			}
		.center-news-top-headline .body{
			font-size	: 14px;
			margin-top	: 2px;
		}
		.center-news-top-headline .view-all{
			margin-left	: 410px;
		}
		.center-news-top-headline .date{
			font-size	: 10px;
			color		: gray;
			text-align	: right;
		}

	.center-news-all{
		border:1px solid #8D8B79;
	}
		.center-news-all UL{
			margin		: 5px;
		}
		.center-news-all LI{
			border-bottom: 1px dotted gray;
		}
		.center-news-all A{
			color		: #857C6D;
			font-weight	: bold;
			font-size	: 15px;
		}
		.center-news-all .date{
			font-size	: 10px;
			color		: gray;
			text-align	: right;
		}
		.center-news-all .view-all{
			margin-left	: 410px;
		}

	.right-attention{
	}
		.right-attention UL{
			margin		: 5px;
		}
		.right-attention LI{
			border-bottom: 1px dotted gray;
		}
		.right-attention .thumbnail{
			float		: left;
			margin-right: 5px;
		}
		.right-attention .title{
			font-size	: 15px;
			font-weight	: bold;
		}
			.right-attention .title A{
				color		: #313131;
				font-size	: 14px;
				font-weight	: bold;
			}
		.right-attention .description{
			color		: #E7A00F;
			font-size	: 11px;
			font-weight	: bold;
		}

	.right-ranking-list{
	}
		.right-ranking-list A{
			color		: #739217;
			font-weight	: bold;
			font-size	: 13px;
		}
		.right-ranking-list UL{
			margin		: 5px;
		}
		.right-ranking-list LI{
			border-bottom: 1px dotted gray;
			padding-left: 40px;
		}
		.right-ranking-list .title{
		}
		.right-ranking-list .rank1{ background:url(/common/images/img_ic_newsrank1.gif) no-repeat 0px center;}
		.right-ranking-list .rank2{ background:url(/common/images/img_ic_newsrank2.gif) no-repeat 0px center;}
		.right-ranking-list .rank3{ background:url(/common/images/img_ic_newsrank3.gif) no-repeat 0px center;}
		.right-ranking-list .rank4{ background:url(/common/images/img_ic_newsrank4.gif) no-repeat 0px center;}
		.right-ranking-list .rank5{ background:url(/common/images/img_ic_newsrank5.gif) no-repeat 0px center;}

	.center-detail{
		border			: 1px solid #8D8B79;
	}
		.center-detail .header-area{
			background		: #313131;
			padding			: 7px;
		}
			.center-detail .header-area .thumbnail{
				float		: left;
				margin-right: 10px;
			}
			.center-detail .header-area .r{
			}
			.center-detail h3{
				color			: #FEFEFE;
				font-size		: 16px;
				font-weight		: bold;
				margin-bottom	: 10px;
				height			: 40px;
				overflow		: hidden;
			}
			.center-detail .description{
				color		: #E7A00F;
				font-weight	: bold;
				margin-bottom: 3px;
			}
			.center-detail .date{
				color		: #FEFEFE;
				text-align	: right;
			}
			.center-detail .screenshot{
				float		: left;
				margin		: 10px;
			}
			.center-detail .screenshot IMG{
			}
		.center-detail .entry-content{
			margin-top	: 10px;
			padding		: 7px;
			font-size	: 130%;
		}
		.center-detail .entry-content, .center-detail .entry-content *, .center-detail .entry-content B, .center-detail .entry-content DIV, .center-detail .entry-content P{
			line-height	: 1.3;
		}
	#contentleft .center-detail-foot .tags{
		background	: #E5E4DB;
		border		: 1px solid #8D8B79;
	}
	#contentleft .center-detail-foot .tags-title{
		background	: #FF8C00;
		float		: left;
		background	: #8D8B79;
		line-height	: 23px;
		color		: #FEFEFE;
		font-weight	: bold;
		padding		: 0px 5px;
	}
	#contentleft .center-detail-foot .tags A{
		line-height	: 23px;
		margin-left	: 5px;
	}

	#contentleft .bm-news{
		margin:5px 10px 5px 0px;
		text-align:right;
	}
		#contentleft .bm-news A{
			margin-right	: 5px;
		}
		#contentleft .bm-news IMG{
			vertical-align	: middle;
		}

	.center-news-list{
		border			: 1px solid #8D8B79;
	}
		.center-news-list UL{
			margin		: 5px;
		}
		.center-news-list LI{
			border-bottom: 1px dotted gray;
		}

	/* meet-i */
	.left-recommend{
		border			: 1px solid #8D8B79;
	}
		.left-recommend UL{
			margin		: 5px;
		}
		.left-recommend LI{
			border-bottom: 1px dotted gray;
		}
		.left-recommend .main{
			float		: left;
			width		: 135px;
		}
		.left-recommend .title{
			font-weight	: bold;
			color		: #874149;
			font-size	: 13px;
		}
		.left-recommend .thumbnail{
			float		: left;
			margin-right: 5px;
			height		: 45px;
			width		: 45px;
			position	: relative;
		}
		.left-recommend .thumbnail IMG{	/* mask */
			position	: absolute;
			top			: 0px;
			left		: 0px;
			width		: 45px;
			height		: 45px;
		}
		.left-recommend .description{
		}
		.left-recommend .category{
			font-size	: 10px;
		}
		.left-recommend .price{
			font-size	: 10px;
		}
		.left-recommend .new{
			float		: right;
			margin-right: 10px;
		}
		.left-recommend .view-all{
			margin-left	: 140px;
		}

	.left-new{
		border			: 1px solid #8D8B79;
	}
		.left-new UL{
			margin		: 5px;
		}
		.left-new LI{
			border-bottom: 1px dotted gray;
		}
		.left-new .main{
			float		: left;
			width		: 135px
		}
		.left-new .title{
			font-weight	: bold;
			color		: #874149;
		}
		.left-new .thumbnail{
			float		: left;
			margin-right: 5px;
			height		: 45px;
			width		: 45px;
			position	: relative;
		}
		.left-new .thumbnail IMG{	/* mask */
			position	: absolute;
			top			: 0px;
			left		: 0px;
			width		: 45px;
			height		: 45px;
		}
		.left-new .description{
		}
		.left-new .category{
		}
		.left-new .price{
			font-weight	: bold;
		}
		.left-new .new{
			float		: right;
			margin-right: 10px;
		}
		.left-new .view-all{
			margin-left	: 140px;
		}

	.center-new-application{
		border			: 1px solid #8D8B79;
	}
		.center-new-application TABLE{
			padding		: 2px;
		}
		.center-new-application TABLE TD{
			height:70px; width:230px;
			padding		: 5px 5px 0 5px;
			vertical-align: top;
		}
		.center-new-application .main{
			float		: right;
			width		: 155px;
		}
			.center-new-application .title{
				color			: #874149;
				font-size		: 13px;
				font-weight		: bold;
			}
			.center-new-application .thumbnail{
				float		: left;
				margin-right: 5px;
			}
			.center-new-application .description{
				margin-top	: 1px;
				font-size	: 10px;
				height		: 12px;
				overflow	: hidden;
			}
			.center-new-application .category{
				font-size	: 10px;
			}
			.center-new-application .price{
				font-weight	: bold;
				float		: left;
			}
			.center-new-application .new{
				float		: right;
				margin-right: 10px;
				margin-top	: 2px;
			}
		.center-new-application .view-all{
			margin-left	: 410px;
		}

	.center-news{
		border			: 1px solid #8D8B79;
	}
		.center-news UL{
			margin		: 7px;
		}
		.center-news LI{
			line-height: 18px;
		}

	.center-itemlist{
		border			: 1px solid #8D8B79;
	}
		.center-itemlist LI{
			border-bottom	: 1px solid silver;
			padding			: 5px;
		}
		.center-itemlist .head-area{
		}
		.center-itemlist .thumbnail{
			float		: left;
			margin-right: 3px;
			width		: 60px;
			height		: 60px;
			position	: relative;
		}
		.center-itemlist .thumbnail IMG{	/* mask */
			position	: absolute;
			top			: 0px;
			left		: 0px;
			width		: 60px;
			height		: 60px;
		}
		.center-itemlist .area-title{
			float		: left;
			width		: 380px
		}
		.center-itemlist .area-title-ranking{	/* ランキングは短くなるので、widthの上書き */
			width		: 330px
		}
		.center-itemlist .title{
			font-weight	: bold;
			font-size	: 13px;
		}
		.center-itemlist .view-detail-inner{
			width		: 100px;
			float		: right;
		}
		.center-itemlist .view-detail{
		}
		.center-itemlist .open-button-area{
			text-align	: right;
		}
			.center-itemlist .open-button-area .jump IMG{
				vertical-align	: middle;
			}
			.center-itemlist .open-button-area .btun-send-mail{
			}
		.center-itemlist .rating-inner{
			vertical-align	: middle;
			float		: left;
			width		: 135px;
			font-size	: 10px;
		}
		.center-itemlist .rating{
			vertical-align	: middle;
		}
		.center-itemlist .ico-new{
			float		: right;
			margin-right: 20px;
		}
		.center-itemlist .msg{
			font-size	: 10px;
			text-align	: center;
		}
		.center-itemlist .bm{
		}
			.center-itemlist .bm A{
				margin-right	: 2px;
			}
			.center-itemlist .bm IMG{
				vertical-align	: middle;
			}
		/* opened */
		.center-itemlist .jumpearea{
			margin-top	: 5px;
		}
		.center-itemlist .mail-input{
			float		: left;
			width		: 240px;
		}
		.center-itemlist .go{
			float		: left;
			width		: 200px;
		}
		.center-itemlist .screenshot{
			float		: left;
			width		: 200px;
			margin-right: 5px;
		}
		.center-itemlist .screenshot .screenshot-toggle{
			margin-top	: 10px;
			text-align	: center;
		}
		.center-itemlist .screenshot .screenshot-toggle INPUT{
			margin		: 0px 5px;
			border		: 1px solid silver;
		}
		.center-itemlist .review{
			float		: left;
			width		: 240px;
		}
		.center-itemlist .rankingico{
			float		: left;
			margin-right: 5px;
			margin-top	: 15px;
		}
		.center-itemlist .title-iphone{
			color		: #76343B;
		}

	.right-ranking-iphone{
	}
		.right-ranking-iphone UL{
			margin		: 5px;
		}
		.right-ranking-iphone LI{
			border-bottom: 1px dotted gray;
			padding		: 0px;
			padding-top	: 5px;
		}
		.right-ranking-iphone A{
			color		: #913F48;
			font-weight	: bold;
			font-size	: 13px;
		}
		.right-ranking-iphone .rankingico{
			float		: left;
			margin-right: 5px;
			margin-top	: 8px;
		}
		.right-ranking-iphone .thumbnail{
			float		: left;
			height		: 45px;
			margin-right: 5px;
			width		: 45px;
			position	: relative;
		}
		.right-ranking-iphone .thumbnail IMG{	/* mask */
			position	: absolute;
			top			: 0px;
			left		: 0px;
			width		: 45px;
			height		: 45px;
		}
		.right-ranking-iphone .right-area{
			float		: left;
			width		: 200px;
		}
		.right-ranking-iphone .title{
			font-weight	: bold;
		}
		.right-ranking-iphone .description{
			font-size	: 10px;
			height		: 12px;
			overflow	: hidden;
		}
		.right-ranking-iphone .category{
			font-size	: 10px;
		}
		.right-ranking-iphone .price{
			font-size	: 10px;
		}
		.right-ranking-iphone .view-all{
			margin-left	: 240px;
		}

	.right-ranking-web{
	}
		.right-ranking-web UL{
			margin		: 5px;
		}
		.right-ranking-web LI{
			border-bottom: 1px dotted gray;
			padding		: 0px;
			height		: 53px;
			padding-top	: 5px;
		}
		.right-ranking-web A{
			color		: #00677A;
			font-weight	: bold;
			font-size	: 13px;
		}
		.right-ranking-web .rankingico{
			float		: left;
			margin-right: 5px;
			margin-top	: 8px;
		}
		.right-ranking-web .thumbnail{
			float		: left;
			height		: 45px;
			margin-right: 5px;
			width		: 45px;
		}
		.right-ranking-web .title{
			font-weight	: bold;
		}
		.right-ranking-web .description{
			font-size	: 10px;
			height		: 12px;
			overflow	: hidden;
		}
		.right-ranking-web .price{
			font-size	: 10px;
		}
		.right-ranking-web .category{
			font-size	: 10px;
		}
		.right-ranking-web .view-all{
			margin-left	: 240px;
		}

	.center-sitemap{
		border			: 1px solid #8D8B79;
		padding-left	: 10px;
	}
		.center-sitemap LI{
			padding	: 1px 0px;
			list-style-type: disc;
		}
		.center-sitemap UL{
			padding-left	: 10px;
		}

.news-detail{
	
}
	.news-detail .title{
		float	: left;
		font-weight	: bold;
	}
	.news-detail .categorys{
		float	: right;
	}
		.news-detail .categorys IMG{
			margin-right	: 5px;
		}

#news-detail{
	padding:15px;
}

/*
.mail-portal{
	background	: url(/common/images/img_iphonecom.jpg);
	width:200px; height:59px;
	margin-bottom	: 10px;
	padding-top		: 210px;
}

	.mail-portal .mail_area{
		width		: 200px;
		text-align	: center;
	}
	.mail-portal .input{
		width		: 113px;
	}
*/
.mail-portal{
	background	: url(/common/images/img_iphonecom.png);
	width:200px; height:200px;
	margin-bottom	: 10px;
}
	.mail-portal A{
		display		: block;
		overflow	: hidden;
		text-indent	: -9999px;

		position	: relative;
		width		: 141px;
		height		: 25px;
		top	: 168px;
		left	: 52px;
	}

.pager, .page-numbers{
	clear				: both;
	float				: none;
}
	.pager .page_num, .pager .page-info,.page-numbers SPAN, .page-numbers A{
		background-color	: #C8EC4E;
		border				: 1px solid #888888;
		display				: block;
		font-weight			: bold;
		line-height			: 20px;
		margin-left			: 2px;
		text-align			: center;
		width				: 38px;
		margin-top			: 3px;
	}

	.pager LI, .page-numbers LI{
		float				: left;
	}

	.pager .current, .page-numbers .current{
		background	: white;
	}

	.pager .page-info, .page-numbers .page-info{
		background	: white;
		border		: none;
		padding		: 1px;
		width		: 70px;
		text-align	: left;
		padding-left: 5px;
	}

.forwardnext{
	text-align	: center;
}
	.forwardnext .forward{
		float	: left;
		width	: 50%;
	}
	.forwardnext .next{
		float	: left;
		width	: 50%;
	}

.bread{
}
	.bread DIV{
		font-weight		: bold;
	}

.contentstitle{
	background	: url(/common/images/img_center_bg_app_notext.gif) no-repeat;
	border		: 1px solid #888888;
	border-bottom: none;
	padding-left: 15px;
	color		: #FEFEFE;
	font-weight : bold;
	font-size	: 14px;
	height		: 21px;
	line-height	: 21px;
	overflow	: hidden;
}
	.contentstitle-iphone{
		background	: url(/common/images/img_center_bg_app_notext.gif) no-repeat;
	}
	.contentstitle-site{
		background	: url(/common/images/img_center_bg_site_notext.gif) no-repeat;
	}
	.contentstitle-news{
		background	: url(/common/images/img_center_bg_news_notext.gif) no-repeat;
		overflow	: hidden;
	}
	.contentstitle-ipad{
		background	: url(/common/images/img_center_bg_ipad_notext.gif) no-repeat;
	}
	.contentstitle-news .date{
		font-size	: 10px;
		color		: gray;
		text-align	: right;
	}

	.contentstitle-archive{
		margin-top	: 10px;
	}

.searchedtitle{
	font-weight		: bold;
	line-height		: 25px;
}

.search-box{
	margin-bottom	: 15px;
}
	.search-box .select{
		background	: transparent url(/common/images/img_left_bg_search.gif) no-repeat scroll 0 0;
		height		: 34px;
		text-align	: right;
	}
	.search-box .select SELECT{
		margin-top	: 8px;
		width		: 120px;
	}
	.search-box .input INPUT{
		width		: 100%;
	}
	.search-box .submit{
		text-align	: center;
		margin-top	: 4px;
	}

.ipad-detail .app_review_image, .app_review_image TD{
	width:100%;
	text-align:center;
}
	.app_review_image TD .L{
		width:420px;
	}
	.app_review_image TD .R{
		width:320px;
	}

	.ipad-detail .itunes-preview-bottom{
		margin-top	: 10px;
	}

	.ipad-detail .more-view{
		text-align:right;
		margin-right:5px;
	}
	.ipad-detail .more-view A{
		padding:1px;
	}

	.ipad-detail .itunes-preview{
		border-top:1px solid silver;
		background: #eef8ff url(/common/images/img_bg_itsreview_area_ipad.jpg) repeat-x;
	}

	.ipad-detail .itunes-data{
		float:left;
		width:240px;
	}

	.ipad-detail .jumpearea{
		text-align:center;
	}

	.ipad-detail .review{
		border-top:1px solid silver;
		width:100%;
	}

	.ipad-detail .img-review{
		margin		: 5px 0px;
	}

	.ipad-back{
		text-align	:right;
	}

