@charset "utf-8";
/*
.mainMenu li a:hover,
.mainMenu li .current,
.en .mainMenu li a:hover,
.en .mainMenu li .current {
	background-position:0 -25px;
}

.mainMenu li .inquiry{
	background:url(/images/tw/mainMenu_contact.jpg) no-repeat 0 0 ;
}

.en .mainMenu li .inquiry{
	background:url(/images/en/mainMenu_contact.jpg) no-repeat 0 0 ;
}

#content_area .subNav {
	margin-right: 10px;
	width: 290px;
}
#content_area .subNav li a:hover{
	background:url(/images/tw/subNav_hover.jpg) no-repeat 272px 7px #838181;
}

#content_area .subNav li.project {
	 background: url("/images/tw/project_left.jpg") no-repeat scroll 0 3px transparent;
	 padding-left: 11px;
}

#content_area .subNav li.project span {
	background: url("/images/tw/project_right.jpg") no-repeat scroll right 0 #C0CFE0;
	padding-right: 11px;
	padding-left: 0;
}

#content_area .subNav li {
	text-align: left;
}
*/
h2 {
	font-size: 24px;
	line-height: normal;
	height: auto;
}

.menu {
	z-index: 10;
}

.content_area {
	margin: 14px auto 30px;
	/* padding-left: 30px; */
	width: 92%;
	/*height: 240px;*/
}

.content_map {
	padding-left: 30px;
	width: 100%;
	margin: 10px auto 30px;
}

.content_map iframe {
	width: 90%;
}

img.certificate {
	width: 232px;
	height: 316px;
}

.machine_style img {
	width: 300px;
}

.inquery_form li input {
	margin: 10px auto;
}

.footer_inside p {
	line-height: 21px;
}

.debug {
	background-color: #FFFFFF;
	border: 4px double #FF0000;
	color: #000000;
	display: block;
	padding: 4px;
	line-height: 20px;
	word-wrap: break-word;
	word-break: break-all;
	clear: both;
	position: relative;
}

.debugHidden {
	display: none;
}