﻿@charset "utf-8";
/* 
CSS Information
 File name:      price.css
 Author:         Administrator
 Style Info:     /price.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #price
***********************************/
#content section {
	padding-bottom: 10px;
}

#content table {
	width: 100%;
	font-size: 93%;
}

#content th,
#content td {
	padding: 5px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#content th {
	width: 60%;
}

#content tr:nth-child(even) th,
#content tr:nth-child(even) td {
	background: #ddf7ff;
}

#content section p,
#content section ul {
	margin: 10px;
	font-size: 93%;
}

#content section .note {
	padding: 10px;
	margin: 0;
	border-top: 1px solid #d1faff;
	border-bottom: 1px solid #d1faff;
}

.iconCard li {
	display: inline;
}

/* */