@charset "utf-8";

/* ぶらうんかふぇとは */
@import url("../../common/css/common.css");

/* contents */
#contents h1 {margin-bottom: 0;}
#contents h3 {
	font-size: 24px;
	line-height: 25px;
	color: #4C2C20;
	text-align: center;
}
#contents p {padding-bottom: 30px;}

#contents .box {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #BBBABB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#photo2 {
	height: 839px;
	padding: 0 0 0 35px;
	background: url(../img/browncafe_photo02.jpg) no-repeat left top;
}
#photo2 p {
	padding-bottom: 1.2em;
	font-size: 14px;
	line-height: 22px;
	color: #47210D;
}
#photo2 p#detail1 {
	width: 320px;
	padding-top: 54px;
	float: right;
}
#photo2 #detail2 {
	width: 345px;
	padding-top: 286px;
	float: left;
}
#photo2 #detail2 h4 {
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	color: #AA1E3A;
}

#photo5 {
	height: 406px;
	background: url(../img/browncafe_photo05.jpg) no-repeat left top;
}
#photo5 p {
	padding: 65px 0 0 80px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -1px;
	color: #47210D;
}


/* fit images on text tags */
#contents h2 {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
#photo2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#photo2 {zoom:100%;}
