@charset "UTF-8";
/* ==========================================================================================================

	print.css
 
============================================================================================================*/

/*==============================================*/
/* 0.hidden
/*==============================================*/
#h_nav ul,
#side,
.pagetop,
#footer-nav,
#maintitle #background,
#develop_nav,
#product_nav,
.print_nodisplay {
	visibility:hidden;
	display:none;
}

/*==============================================*/
/* 1.bgCancel
/*==============================================*/
body,#wrapper,#container,
#main h3,
#main h4 span,
#top #container,
#main_top #product,
#about .faq h3,
.print_bgcancel {
	background: none;
}

/*==============================================*/
/* 2.link
/*==============================================*/
a{color:#000; text-decoration:none;}
a, a:link, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover, a:active {
	color: #000;
	text-decoration:none;
}
/*==============================================*/
/* 3.font set
/*==============================================*/
body {
    font-size: 12pt;
    line-height: 1.4;
	background-color:#FFF;
	color: #000;
}
/*==============================================*/
/* 4.width set
/*==============================================*/
body,#wrapper,#wrapp_container,#contents { width:100%; }
body {
	/zoom: 0.7;	/* IE6,7 */
}


/*==============================================*/
/* 5.margine padding set
/*==============================================*/
#section {
	margin-left: 0;
}

/* section_sec
--------------------------------------------------------------- */
#section_sec {
	margin-left: 1em;
	margin-bottom: 1em;
}
#top #main_top h2 img {
	margin: 0 0 10px 0;
}

/*==============================================*/
/* 6.contents
/*==============================================*/
#wrapper h1 {
	font-size: 10pt;
	background: none;
	color: #999;
	padding: 0;
	font-weight: normal;
}


#header {
	width: 900px;
	margin: 0 auto 0.5em auto;
}

#main,
#main_top {
	float: none;
	clear: both;
	width:100%!important;
	margin-right:0!important;

}

#top #main_top h2,
#main h3,
#about .faq h3 {
	color:#333;
	border-bottom:2px solid #333;
	height:auto;
	padding: 5px;
	margin: 0 0 0.5em 0;
	width: 100%;
}

#top #main_top h2 span,
#main_top #product li span {
	display: block;
}

#main h3 {
	height: auto;
	padding:0;
	margin: 0 0 0.3em 0;
}

#main h4 span {
	display: block;
	padding: 0 0 5px 0;
}

/* section
--------------------------------------------------------------- */
#section {
	margin-bottom: 2em;
}
#section .section_margin {
	margin-left: 0;
}

/* table.type01
--------------------------------------------------------------- */
#main table.type01 th h3 {
	background: none;
	padding:0;
	margin:0;
	font-size: 12pt;
	border-bottom: none;
}

/*==============================================*/
/* 7.top
/*==============================================*/
#main_top #product {
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	width: 100%;
}
#main_top #product li {
	clear: both;
	width: 100%;
	
}

#main_top ul.search {
	margin: 0;
	clear: both;
}
#main_top .search li {
	
}
.topics {
	clear: both;
}

/*　nav */
#main_top #product li.diamiron_mf a,
#main_top #product li.diamiron_m a,
#main_top #product li.diamiron_s a,
#main_top #product li.diamiron_c a {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
#main_top #h2_product,
#main_top #h2_topics,
#main_top #product li.diamiron_mf a,
#main_top #product li.diamiron_m a,
#main_top #product li.diamiron_s a,
#main_top #product li.diamiron_c a {
	background: none;
}


#main_top .topics ul {
	margin: 0;
}
#main_top .topics ul li {
	background: none;
	border-bottom: 1px solid #999;
}
#main_top .topics ul li span {
	display:inline-block;
	width:9.5em;
	text-indent:0;
	padding: 0;
	
}
#main_top .topics ul li a {
	display:inline-block;
	text-indent:0;
	background: none;
	padding: 0 0 0 10px;
}
#main_top .topics .link_right {
	display: none;
	
}




#main_top ul.search {
	display: none;
}

/*==============================================*/
/* 8.sitemap
/*==============================================*/
.other {
	background: none;
	padding: 1em 0 0 0;
	}

/*==============================================*/
/* 9.product
/*==============================================*/
/* dl.material
--------------------------------------------------------------- */
#product #main ul.material {
	width: auto;
}
#product #main ul.material li dl dd {
	font-size: 10pt;
}

#product #main #medical {
	background: none;
	padding-left: 0;
	min-height: inherit;
	height: auto !important;
	height: inherit;
}



/*==============================================*/
/* 10.table set
/*==============================================*/
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}


/*==============================================*/
/* float rest
/*==============================================*/
.print_floatreset {
	float: none;
	clear: both;
}
