﻿@charset "utf-8";

/* ----------------------------------------------
 * 名水亭売れ筋プラン ベスト5
 *
 * 作成日 : 09/09/10
 * 作成者 : sue
---------------------------------------------- */

/* イベント時専用contentMain */
#eventContentMain {
	float: left;
	width: 580px;
	text-align: center;
}
	#eventContentMain h2 {
		margin: 0 0 5px;
		padding: 0;
	}

	#headline,
	#planRunking {
		width: 540px;
	}
		#headline {
			margin: 10px auto 20px;
		}
		#headline p {
			text-align: left;
			font-size: 120%;
		}

	#planRunking {
		margin: 10px auto;
		text-align: left;
	}
		#planRunking .article {
			padding: 20px 0;
		}
			#planRunking .article .runk {
				float: left;
				margin-right: 0;
			}
			#planRunking .article .posR {
				float: right;
				width: 440px;
			}
				#planRunking .article .posR .posR {
					float: right;
					width: 285px;
				}
				#planRunking .article h3 {
					margin: 0 0 5px;
					color: #BC1A32;
					font-size: 130%;
					font-weight: bold;
				}
				#planRunking .article .price {
					color: #ff0000;
					font-weight: bold;
					text-align: right;
				}
				#planRunking .article dl dt {
					color: #FD7D00;
					font-weight: bold;
				}
					#planRunking .article dl dd ul li {
						margin-left: 15px;
						list-style-type: disc;
						margin-bottom: 5px;
					}
				
				.detailBt {
					margin: 10px 0;
					text-align: right;
				}

/* ランク1位 */
#runk01 {
	border-top: 2px dotted #FDB200;
}

/* ランク2位 */
#runk02 {
	border-top: 2px dotted #929BA6;
}

/* ランク3位 */
#runk03 {
	border-top: 2px dotted #BD9456;
}
/* ランク4・5位 */
#runk04,
#runk05 {
	border-top: 2px dotted #3FA6D6;
}
