@charset "UTF-8";
@import url("common.css"); /* 共通スタイルの読み込み */ 

/*==========================================================
 【ご近所ドクターNET】スタイルシート
 ----------------------------------------------------------
  common.css … 共通スタイル
  ***_style.css … 各ページのスタイル
 ----------------------------------------------------------
  このスタイルは運営会社のスタイルです。
==========================================================*/

/* ================================================
コンテンツ
================================================= */
#company {
	padding: 20px 0px 0px 0px;
}

#company h2 {
	position:relative;
	margin: 0px 15px 0px 15px;
	padding: 15px 0 0 0;
	font-size:100%;
	text-align:left;
}

#company .add {
	margin: 0px 15px 0px 15px;
	padding: 0px 0 15px 0;
	background-image: url(../img/company/bg_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size:100%;
	text-align:left;
}

/* ------------------------
回り込みクリア:FireFox対応
------------------------ */
#clinicContents .clear {
	clear:both;
	margin:0;
	padding:0;
	border:0;
	font-size:0;
	line-height:0;
	height:0;
	width:0;
	overflow:hidden;
}