@charset "UTF-8";
@import "../../css/reset.css";
@import "../../css/common.css";
@import "infoCommon.css";

a:link,
a:visited	{
	color:#336699;
	}
a:hover,
a:active,
a:focus	{
	color:#6699cc;
	}
h2 {
	margin-bottom: .5em;
	text-align:center;
}
h3 {
	margin-top: .5em;
	margin-bottom: .5em;
	color: #009900;
	font-size: 110%;
	line-height:1.2em;
}


/*　左コラム　*/
div#coll	{
	float: left;
	width: 400px;
}
/*　右コラム　*/
div#colr	{
	float: right;
	width: 400px;
}
div.column ol,
div.column ul {
	line-height: 1.5;
	margin-left: 2em;
}
div.column em {
	color: #ff0000;
	font-style: normal;
}

div.column,
div.aboutThis {
	border: solid 1px #330099;
	margin: 0 0 5px 0;
	padding: 5px;
}
div.aboutThis:after {
	content: ".";       /* 擬似要素に空を追加。 */
	display: block;     /* 上の空をブロック要素にする */
	height: 0;          /* 高さが算出されないよう0に設定 */
	clear: both;        /* フロートを解除して回り込みを防ぐ */
	visibility: hidden;
}
div.aboutThis {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div.aboutThis { height: 1%; }
div.aboutThis { display: block; }
/* End hide from IE-mac */
	
/* 薬の名前 */
div#coll div.aboutThis p.drug-name {
	margin-bottom: 1em;
}
div#coll div.aboutThis p.drug-name em {
	color: #ff0066;
	font-size: 160%;
	font-style: normal;
	font-weight: normal;
}
/*　イラスト　*/
div#coll div.aboutThis p.illust {
	clear: both;
	float: right;
	margin-left: 10px;
}

div#coll div.aboutThis strong {
	margin-left: 3em;			/* マージン */
}
div.column ul.list2,
div.column ul.list3	{
	list-style: none;
}
div.column ul.list2 li {
	background: #ffffff url("../images/exqu.gif") no-repeat left 0.2em;
	padding-left: 1em;
}
div.column ul.list3 li {
	background: #ffffff url("../images/batsu.gif") no-repeat left 0.4em;
	padding-left: 1.5em;
}
/* 価格 */
div.column dl.price dt {
	font-weight: bold;
}
div.column dl.price dd {
	margin-left: 5em;
}

/* フッタ */

div#contact {
	clear: both;
	font-size: .9em;
}
div#contact p.rgt {
	text-align: right;			/* 文字揃え */
	color: #330099;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.cntr {
	text-align: center;			/* 文字揃え */
}
.red {
	color: #ff0000;
}