@charset "UTF-8";
@import url("../../css/default.css");
@import url("../../css/screen_base.css");
@import url("../../css/two_column_layout.css");

div.worimg {
	margin: 15px 0px;
	text-align: center;
}

h3 {
	clear: both;
	margin: 10px 0px;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #c0c0c0;
}
span.tel {font-weight:bold; }
img.factoryimg {
	width: 200px;
	margin-bottom: 0;
}

div.factorytext {
	width: 100%;
}

div.factorytext h4 {
	font-weight:normal;
	font-size:120%;
	margin-bottom:5px;
}

div.factorytext h4 img {
	margin:  0px 5px 0px 0px;
}

div.zip h4 {
	font-size: 120%;
	font-weight: normal;
}

div.zip h4 img {
	margin:  0px 5px 0px 0px;
}

div.zip p {
	margin: 0;
	padding:0;
}

div.zip hr {
	border-top:1px solid #ccc;
}

hr.group {
	border-top:1px solid #ccc; margin-bottom:10px;
}

div.factorytext table,
div.zip table {
	border-collapse:collapse;
	border:none;
	width:95%;
}

div.factorytext th,
div.factorytext td,
div.zip th,
div.zip td {
	border:none;
	padding:3px 0 0 0;
}

div.factorytext th,
div.zip th {
	width:100px;
}
	
div.techcenter h4 {
	font-size: 120%;
	font-weight: normal;
}

div.techcenter h4 img {
	margin:  0px 5px 0px 0px;
}

div.comleft,
div.comright {
	width: 230px;
}

div.comleft {
	float: left;
	padding-left:30px;
}

div.comright {
	float: right;
	padding-right:0px;
}

div.comleft img,
div.comright img {
	margin-bottom:15px;
}

div.comleft h4 img,
div.comright h4 img {
	margin-bottom:0;
}

/* clearfix */
div.group:after {
                 content: "."; 
                 display:block; 
                 height:0; 
                 clear:both; 
                 visibility:hidden;
                }
div.group { display: inline-block; }
* html div.group { height:1%; }
div.group { display:block; }
