@charset "utf-8";
@import url(/css/reset.css);
@import url(/css/global.css);
@import url(/css/structure.css);

#body_right_inner .content {
	padding-bottom: 20px;
}
#body_right_inner .content h3 {
	margin-bottom: 10px;
}
#body_right_inner .content p {
	padding: 0 10px 10px;
}
#body_right_inner .content .button {
	padding: 0 10px 5px;
}
#body_right_inner .content .button a {
	display: block;
	padding-bottom: 10px;
}
#body_right_inner .content_introduction .image{
	margin-bottom: 10px;
	text-align: center;
}
#body_right_inner .content_introduction .image img{
	border: 1px solid #CCC;
}
#body_right_inner .content_introduction table {
	margin: 0 10px 20px;
}
#body_right_inner .content_introduction table th {
	padding: 3px 0;
}
#body_right_inner .content_introduction table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 8px 0;
	text-align: center;
}
#body_right_inner .content_introduction table p {
	padding: 0;
}
#body_right_inner .content_introduction table.cols4 tbody p {
	width: 127px;
}
#body_right_inner .content_introduction table.cols4 .cell4 {
	border-right: none;
}
#body_right_inner .content_introduction table.cols4 .cell4 p {
	width: 126px;
}
#body_right_inner .content_introduction table thead th {
	background: #666;
	color: #FFF;
	font-size: 10px;
	padding: 5px 0 5px 10px;
}
#body_right_inner .content_introduction table tbody th {
	background: #EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
