@charset "UTF-8";
/*
 * style.css
 *
 */


/* Cechnology Common
---------------------------------------------------------- */
.table_tech {
	border-top: 1px solid #ccc;
}
	.table_tech th,
	.table_tech td {
		border-bottom: 1px solid #ccc;
	}
	.table_tech td {
		text-align: center;
	}
		.table_tech th div,
		.table_tech td div {
			padding: 30px 0;
		}
#microreactorList {
	margin-bottom: 30px;
	width: 678px;
	overflow: hidden;
}
	#microreactorList ul {
		width: 700px;
	}
		#microreactorList ul li {
			float: left;
			margin-right: 3px;
			width: 235px;
			background: url(/common/img/ico_arrow_r_03.gif) no-repeat right 90px;
		}
		#microreactorList ul li.last {
			margin-right: 0;
			width: 201px;
		}
			#microreactorList ul li p img {
				margin-bottom: 3px;
			}
.about_img05 {
	position: relative;
	width: 678px;
	height: 258px;
	background: url(/english/technology/img/about_img05.gif) no-repeat left top;
}
	.about_img05 a {
		position: absolute;
		left: 358px;
		top: 94px;
	}
	.about_img05 a img {
		visibility: hidden;
	}
	.about_img05 a:hover img {
		visibility: visible;
	}
