@charset "UTF-8";
@import url(reset.css);
@import url(fonts.css);

/* ================================================================ *
	
	EISAI Website ver1.0 200904
	inmportはYUI270の初期化css

 * ================================================================ */

/*設定
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/*基本設定PART1
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}



/*基本設定PART2
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

img {
	vertical-align:top;
	border:0px;
	}
	
img.ver-mid {
	vertical-align:middle;
	}

.text-bold {                  						 /* 太字 */
	font-weight:bold;
	}

.text-red {                  						 /* 赤文字 */
	color:#ff0000;
	}

.text-mizuiro {                  						 /* 水色文字 */
	color:#23aadc;
	}
	
	
.text-left {
	text-align:left;
	}

.text-right {
	text-align:right;
	}

#honbun .text-right {
	text-align:right;
	}

.text-center {
	text-align:center;
	}

a {                  						 /* テキストリンク */
	color:#0e3f8c;
	text-decoration:none;
	}

a:hover {                   /* カーソルが上にある時のリンク */
	color: #ce0c18;
	text-decoration:underline;
	}

#honbun table {
	width:100%;
	color:#333;
	background-color:#fff;
	border:1px solid #ccc;
	border-collapse:collapse;
	line-height:1.3;
	font-size:91%;
	padding:10px;
	}
	
#honbun th {
	padding:5px;
	border:1px solid #ccc;
	border-collapse:collapse;
	line-height:1.3;
	font-size:93%;
	background-color:#6C3E78;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	}
	
#honbun td {
	padding:5px;
	border:1px solid #ccc;
	border-collapse:collapse;
	line-height:1.3;
	font-size:93%;
	text-align:left;
	}

#honbun td.text-c {
	text-align:center;
	}

#honbun td.text-bold {
	font-weight:bold;
}

.pop_box{
	width:1200px;
	margin:0px auto;
	}




#footer{
	font-size:90%;
 width:280px;
 margin:0 auto;
}

#footer .btn{
	padding:5px;
	border:1px solid #aaa;
	width:268px;
	text-align:center;
}


h2.trigger {
	padding: 0 0 0 35px;
	margin: 8px 0 8px 0;
	background: url(../img/h2_trigger_a2.gif) no-repeat;
	height: 28px;
	line-height: 28px;
	width: 560px;
	font-size: 1em;
	font-weight: normal;
	float: left;
}

h2.trigger a {
	color: #6c3e78;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {
	color: #ccc;
}

h2 a:hover .date_txt{
	color: #D3D5FE;
}


h2.active {background-position: left bottom;}

.toggle_container {
	border: 1px solid #E3E3E3;
	/*background:#FAFAFA;*/
	overflow: hidden;
	width: 680px;
	clear: both;
	margin-bottom:8px;
}
.toggle_container .block {
	padding: 10px 15px;
}

.date_txt{
	font-size:80%;
	color:#369;

	}