@charset "utf-8";

/* mag-sample
--------------------------------------------------------- */
#mag-sample {
	padding: 10px 15px;
	text-align: left;
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
    width:95%;
    height:475px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
#mag-sample iframe {
	overflow: scroll;
	border: 0;
	width: 100%;
	height: 95%;
    display: block;
}

#mag-sample p {
	padding-top: 10px;
	text-align: right;
}

/* back-number
--------------------------------------------------------- */
#back-number {
	margin: 0 auto;
	padding: 35px 25px 30px;
	width: 698px;
	border: solid 1px #999999;
	background-color: #e6e6e6;
	text-align: left;
  min-height: 425px;
  box-sizing: content-box;
}
* html #back-number {
	width: 750px;
}
#back-number h3 {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #db00e5;
}
#back-number caption {
	margin-bottom: 15px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#back-number table {
	border: 0;
}
#back-number table th {
	padding: 0 15px 20px 0;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
#back-number table td {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
#back-number .bn_btn {
	text-align: center;
}

/* mag-sample
--------------------------------------------------------- */
/* 
#mag-sample {
  box-sizing: content-box;
  overflow: auto;
  width:778px;
  height:491px;
  -webkit-overflow-scrolling:touch;
}
#mag-sample iframe {
  width:100%;
  height:100%;
  border: none;
  display:block;
}
*/

/* free-title
--------------------------------------------------------- */
#free-title {
	margin: 0 auto;
	padding: 10px 15px;
	text-align: left;
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
}

/* review
--------------------------------------------------------- */
#review {
	margin: 0 auto;
	padding: 10px 15px;
	text-align: left;
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
    width:95%;
    height:475px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
#reviewStars {
	font-size: 24px;
	font-weight: bold;
	color: #f3f;
}
#moreReviewComment { padding: 10px 5px 0; }
#moreReviewComment dt {
	padding-top: 10px;
	color: #f3f;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	line-height: 1.5;
}
#moreReviewComment .reviewDatetime { color: #323232; }
#moreReviewComment dd {
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 10px;
}
#moreReviewComment dd:last-child { border-bottom: 1px solid #ccc; }
