﻿@charset "utf-8";

#main h3 {
	clear: both;
	margin-bottom: 20px;
}
.L_box {
	width: 129px;
	float: left;
	padding-left: 150px;
}
.L_box img {
	border: 1px solid #CCCCCC;
}
.L_box p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}


.R_box {
	width: 129px;
	float: right;
	padding-right: 150px;
	text-align: center;
}
.R_box img  {
	border: 1px solid #FF0000;
}
.R_box p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.tx  {
	font-size: 12px;
	clear: both;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}
