@charset "utf-8";

/* 広告用CSS
-----------------------------------------------------------------------*/


/* 基本設定 */

.ad {
	display: block;
	text-align: center;
	clear: both;
}

.adTxt a {
	padding-left: 10px;
	background: url(/img/icon/arrow_5x10.png) left center no-repeat;
}

.adBnr a {
	display: inline-block;
}

.adBnr img {
	vertical-align: middle;
}


/* TOPページ */

#adIndex01 {
	margin-bottom: 1px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF7ED;
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

#adIndex01 .adBnr {
	margin-bottom: 5px;
}

#adIndex02 {
	margin: 30px auto;
}

#adIndexFront {
	margin-bottom: 15px;
}
	#adIndexFront .in {
		float: left;
		width: 50%;
		text-align: left;
	}
	#adIndexFront .end {
		text-align: right;
	}


/* 右カラム */

.adItemList {
	margin: 0 auto 15px;
}

.adItemList .adItem {
	margin-bottom: 10px;
}

.adItemList .adItem:last-child {
	margin-bottom: 0;
}	
 

/* クリニック検索 */

.adSearchTop {
	margin-top: 30px;
}

.adSearchList {
	margin-bottom: 20px;	
}
