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

	contact page Setting
	
	1. common Setting
	2. cat_products
	3. cat_other
	4. contact_notes
	
	
---------------------------------------------- */

/*
  1. common Setting -------------------------- */

p.other_recept{
	text-align: right;
	margin: 4px 10px 8px 0px;
	}

p.other_recept a{
	background: url(../../img/common/list_sankaku_dot.gif) no-repeat left 0.2em;
	padding-left: 14px;
	}

.category{
	overflow: hidden;
	margin: 0px 10px 20px 0px;
}

.category:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .category {
    height: 1em;
    overflow: visible;
}
/**/

/*
  2. cat_products -------------------------- */

#cat_products h4{
	margin-bottom: 21px;
	}


#cat_products dl{
	width: 320px;
	background: #fff0d0;
	padding-bottom: 12px;
	float: left;
	}

#cat_products dl.otc{
	margin-right: 30px;
	}

#cat_products dt{
	margin-bottom: 6px;
	}

#cat_products dd{
	margin: 0px 10px;
	letter-spacing: 0em;
	position: relative;
}

#cat_products dd.tel,
#cat_products dd.fax{
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0em;
	padding-left: 1.5em;
	line-height: 100%;
	}

#cat_products .otc dd.tel,
#cat_products .otc dd.fax{color: #116d7d;}

#cat_products .healthcare dd.tel,
#cat_products .healthcare dd.fax{color: #935800;}

#cat_products dd.tel{margin-bottom: 14px;}
#cat_products dd.fax{margin-bottom: 6px;}

#cat_products dd span{
	letter-spacing: 0em;
	font-size: 50%;
	position: absolute;
	left: 0px;
	bottom: 0.2em;
	line-height: 110%;
	}

#cat_products dd.btn_form{
	text-align: center;
	margin-top: 24px;
	}


/*
  3. cat_other -------------------------- */

#cat_other li{
	float: left;
	width: 320px;
	}

#cat_other li.first{
	margin-right: 30px;
	}


/*
  4. contact_notes -------------------------- */

#contact_notes ul{
	margin-left: 10px;
	}

#contact_notes ul li{
	background: url(../../img/common/list_maru.gif) no-repeat left 0.4em;
	padding-left: 20px;
	margin-bottom: 14px;
	}

#contact_notes ul li.emergency{
	color:#C00;
	}






