/* ===============================================================================
	PRIME GRADE STYLE
	LATEST UPDATE : 2025/07/07
	AUTHOR : YAMAGISHI TAE
=============================================================================== */
/* -------------------------------------------------------------------------------
	*GRADE COMPARISON
     -WEB-INF/jsp/include/product/grade-comparison-mobile-app_box.jsp
     -WEB-INF/jsp/include/product/grade-comparison-windows-app_box.jsp
	 -WEB-INF/jsp/include/product/grade-comparison-mac-app_box.jsp
------------------------------------------------------------------------------- */
div#grade-comparison-windows-app > h4,
div#grade-comparison-mac-app > h4,
div#grade-comparison-mobile-app > h4{
	font-size: 24px;
    line-height: 2rem;
    text-align: center;
    width: 100%;
    margin-bottom: 42px;
}

div#price-windows-app p:nth-child(3),
div#price-mac-app p:nth-child(3),
div#grade-comparison-mobile-app p:nth-child(3),
div#price-windows-app p:nth-child(4),
div#price-mac-app p:nth-child(4),
div#grade-comparison-mobile-app p:nth-child(4) {
	font-size: 10px;
	text-align: right;
	margin-top: 4px;
}


/* GRADE COMPARISON */
div#grade-comparison-windows-app,
div#grade-comparison-mac-app,
div#grade-comparison-mobile-app {
	padding-top: 48px;
	border-top: 1px solid #D9E0E6;
}

div#grade-comparison-windows-app table,
div#grade-comparison-mac-app table,
div#grade-comparison-mobile-app table {
	width: 100%;
	height: auto;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #F3F5F7;
}

div#grade-comparison-mobile-app table {
border-bottom: 1px solid #D9E0E6;
}

div#grade-comparison-windows-app table th,
div#grade-comparison-windows-app table td,
div#grade-comparison-mac-app table th,
div#grade-comparison-mac-app table td,
div#grade-comparison-mobile-app table th,
div#grade-comparison-mobile-app table td {
	font-size: 12px;
	line-height: 1.0rem;
	text-align: center;
	vertical-align: middle;
	padding: 14px 8px 12px;
}

div#grade-comparison-windows-app table tr:nth-child(1) th,
div#grade-comparison-mac-app table tr:nth-child(1) th,
div#grade-comparison-mobile-app table tr:nth-child(1) th {
	background-color: #D9E0E6;
}

div#grade-comparison-windows-app table tr:nth-child(1) span,
div#grade-comparison-mac-app table tr:nth-child(1) span,
div#grade-comparison-mobile-app table tr:nth-child(1) span {
	font-size: 10px;
	font-weight: normal;
}

div#grade-comparison-windows-app table tr:nth-child(even),
div#grade-comparison-mac-app table tr:nth-child(even),
div#grade-comparison-mobile-app table tr:nth-child(even) {
	background-color: #FFFFFF;
}

div#grade-comparison-windows-app table tr:last-child td,
div#grade-comparison-mac-app table tr:last-child td,
div#grade-comparison-mobile-app table tr:last-child td {
	color: #0095FF;
	font-size: 16px;
	line-height: 1.8rem;
	font-weight: bold;
}

div#grade-comparison-windows-app table tr:last-child td span,
div#grade-comparison-mac-app table tr:last-child td span,
div#grade-comparison-mobile-app table tr:last-child td span {
	font-size: 12px;
}

div#grade-comparison-windows-app table tr:last-child td li,
div#grade-comparison-mac-app table tr:last-child td li,
div#grade-comparison-mobile-app table tr:last-child td li {
	margin-bottom: 6px;
}

div#grade-comparison-windows-app table tr:last-child td li:last-child,
div#grade-comparison-mac-app table tr:last-child td li:last-child,
div#grade-comparison-mobile-app table tr:last-child td li:last-child {
	margin-bottom: 0;
}

div#grade-comparison-windows-app table td.grade_yes_txt,
div#grade-comparison-mac-app table td.grade_yes_txt,
div#grade-comparison-mobile-app table td.grade_yes_txt {
	font-weight: bold;
	color: #33b85b;
}

div#grade-comparison-mobile-app table td.comparison-table_txt_annotation{
    padding: 0 0 0 4px;
}
div#grade-comparison-mobile-app table td.comparison-table_txt_annotation:dir(rtl) {
    padding: 0 5px 0 0;
}

div#grade-comparison-windows-app > p,
div#grade-comparison-mac-app > p {
	font-size: 10px;
	text-align: right;
	margin-top: 4px;
}

/* ---------------------------------------------------------------------------
	*PRIME LIST
	 -WEB-INF/jsp/include/about/ja.jsp
--------------------------------------------------------------------------- */
ul.PrimeList_box {
	padding: 12px 12px 11px;
	border: 1px solid rgb(0, 173, 173);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

ul.PrimeList_box li {
	line-height: 1.2em;
	padding-left: 20px;
	margin-bottom: 12px;
	background-image: url("../img/cloudStorage/list_check.png");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left 0;
}

ul.PrimeList_box li:last-child {
	margin-bottom: 0;
}

ul.PrimeList_box li {
	text-align: right;
	line-height: 1.2em;
	padding-right: 20px;
	margin-bottom: 12px;
	background-image: url("../img/cloudStorage/list_check.png");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: right 0;
}