@charset "utf-8";
#MainFrame header #Intro {
	height:300px;
	background-image: url(../Images/ai_bg.jpg);
	background-size: 100%;
}
#MainFrame header #Comment {
	padding-top: 10px;
	padding-left: 10px;
	background-color: rgba(76,98,223,0.30);
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-left: 80px;
	width: 390px;
	text-indent: 1pc;
}
#main h3 {
	font-size: 24px;
	text-indent: 3em;
	padding-top: 30px;
	margin-bottom:0px;
}
#main #Item .Product {
	width: 290px;
	height:300px;
	float: left;
	border: 2px solid #1714F4;
	margin-left: 2px;
	margin-bottom: 2px;
	min-height: 0px;
}
#Item .Product h4 {
	background-color: #1609BB;
	color: #FFFFFF;
	text-indent: 1em;
	margin-top: 0px;
}
#Item .Product img {
	flot:left;
	margin-left: 5px;
	margin-right:20px;
}
#Item .Product .spec {
	font-size: 9px;
	text-align: justify;
}
#Item .Product table {
	margin-left:5px;
	font-size: small;
}
#Item .Product table th, table td {
	padding-left:5px;
}
#Item .Product table, table th, table td {
	border:1px solid black;
	border-collapse: collapse;
}

.btnExp {
	float: left;
	height: 50px;
	width: 165px;
	margin-left: 70px;
	margin-top: 100px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-radius: 8px 8px 8px;
	background-image: -webkit-linear-gradient(90deg,rgba(104,211,219,1.00) 0%,rgba(229,244,252,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(104,211,219,1.00) 0%,rgba(229,244,252,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(104,211,219,1.00) 0%,rgba(229,244,252,1.00) 100%);
	background-image: linear-gradient(0deg, #68d3db, #e5f4fc);
}
	
.System {
	clear: both;
}
.System article {
	border: 3px solid #297808;
	border-radius: 10px;
	margin-bottom: 5px;
}
.System article h4 {
	background-color: #297808;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-family: Osaka-mono, "MS Gothic", monospace;
	font-size: large;
	padding-top: 3px;
	padding-bottom: 3px;
}
.System  .explanation {
	background-color: #F5E699;
	font-size: small;
	border-width: 600px;
	width: 590px;
	margin-left: 100px;
	text-indent: 1em;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#main #Item #NSSlogo {
	margin-top: 0px;
	margin-left: 100px;
}
