@charset "EUC-JP";
/* お茶の井ヶ田 喜久水庵 井ヶ田製茶物語 css*/

.prol_text {
	font-size: 14px;
	line-height: 2;
	margin: 30px 0;
}

#prol_history li {
	font-size: 14px;
	line-height: 2;
	padding-bottom:20px;
}
#prol_history h4 {
	text-indent: -9999px;
	height: 60px;
}
#prol_history p {
	text-indent: 1em;
	margin-top: 10px;
}

#prol_banner {
	background: url(../image/prol/bg_btn.jpg);
	padding: 20px 80px 18px 80px;
}
#prol_banner h3 {
	background: url(../image/prol/cp.jpg) no-repeat center top;
	height: 63px;
	text-indent: -9999px;
}
#prol_banner p {
	background: url(../image/prol/btn.jpg) no-repeat center top;
	height: 40px;
	width: 540px;
}
#prol_banner p a {
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -9999px;
}

.letter-page_nav {/* 各レターページのナビゲーション（共通） */
	width: 700px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-top: 25px;
}
.letter-page_nav li {
	float: left;
	background: url(../image/navi/cnav_arw.gif) no-repeat left center;
	padding: 0 30px 0 10px;
	margin: 5px 0 0px 0;
	font-size: 14px;
}

/*----------------■中大画面---------------*/
@media screen and (min-width: 767px) {

#prol_history li img{float:right;margin-left:5%;}

}