@charset "utf-8";

/* -----------------------------------------------------------------------------
**
** 極東製薬工業株式会社様 sciences CSS
**
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
** common
----------------------------------------------------------------------------- */
div#title h1 {
	background: url(/sciences/img/sciences_h1_001.jpg) no-repeat;
	}
div#title h1.detail {
	background: url(/sciences/img/sciences_h1_002.jpg) no-repeat;
	padding: 0 0 0 100px;
	}
p.mb1em {
	margin-bottom: 1em;
	}

/* resultDefBlock */
div#contents div.resultDefBlock {
	margin: 0 10px;
	}
div#contents div.resultDefBlock dl {
	margin: 0 0 5px 0;
	}
div#contents div.resultDefBlock dl dt {
	font-weight: bold;
	color: #67a103;
	margin: 0 0 10px 0;
	float: left;
	width: 180px;
	}
div#contents div.resultDefBlock dl dd {
	float: right;
	width: 410px;
	}

/* resultDefTable */
div#contents div#resultDefTable {
	}
div#contents div#resultDefTable th.third {
	text-align: center;
	}
div#contents div#resultDefTable td {
	text-align: center;
	}

/* -----------------------------------------------------------------------------
** list
----------------------------------------------------------------------------- */
div#contents div.sciencesList {
	margin: 0 0 20px 0;
	}
div#contents div.sciencesList dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(/common/img/main_line_001.gif) bottom repeat-x;
	}
div#contents div.sciencesList dl.last {
	margin: 0;
	}
div#contents div.sciencesList dl dt {
	float: left;
	width: 530px;
	}
div#contents div.sciencesList dl dt span {
	margin: 0;
	float: left;
	display: block;
	}
div#contents div#exList dl dt span.date,
div#contents div#acList dl dt span.date {
	width: 119px;
	}
div#contents div#exList dl dt span,
div#contents div#acList dl dt span {
	width: 411px;
	}
div#contents div#acList dl dt span.ita {
	display: inline;
	float: none;
	width: auto;
	}
div#contents div#reList dl dt span.date {
	width: 77px;
	}
div#contents div#reList dl dt span {
	width: 453px;
	}
div#contents div.sciencesList dl dd {
	float: right;
	width: 110px;
	text-align: right;
	color: #999999;
	}
div#contents div.sciencesList dl dd a {
	background: url(/common/img/contents_ico_003.gif) left center no-repeat;
	padding: 0 0 0 12px;
	color: #333333;
	}
div#contents span.ita {
	font-style: italic;
	}
/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */
div#contents div.sciencesList dl {
	overflow: hidden;
	}
	
div#contents div.sciencesList dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}
/*\*/
* html div#contents div.sciencesList dl {
	height: 1em;
	overflow: visible;
	}
/**/

