@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Title*/
body:before {
    background: url(../img/drink_img/bg_title.jpg) center top no-repeat;
    background-size: auto 500px;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
section#pagetitle {
	width: 320px;
	height: 200px;
}
section#pagetitle h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding-top: 90px;
}
/*-------------------------------------------------------- Drink */
/* drink01 */
section#drink01 {
	padding: 20px 0;
	background: url(../img/common_img/bg_wood.jpg);
	width: 100%;
}
section#drink01 h3 {
	margin: 0px 10px 0;
	font-size: 20px;
	text-align: center;
}
section#drink01 h4 {
	margin: 0px 10px 0;
	text-align: center;
}
section#drink01 p {
	margin: 10px;
}

/* drink02 */
section#drink02 {
	background: url(../img/common_img/bg_paper02.jpg);
}
section#drink02 ul {
	padding: 20px 10px 0;
}
section#drink02 ul li:first-child {
	border-top: dotted 1px #000;
}
section#drink02 ul li {
	border-bottom: dotted 1px #000;
}
section#drink02 ul li p {
	padding: 5px;
}
section#drink02 ul li h3 {
	padding: 5px;
}
section#drink02 p {
	padding: 10px;
}

/* drink03 */
section#drink03 {
	padding: 20px 0;
	background: url(../img/common_img/bg_wood.jpg);
}
section#drink03 h3 {
	margin: 0px 10px 0;
	font-size: 20px;
	text-align: center;
}
section#drink03 h4 {
	margin: 0px 10px 0;
	text-align: center;
}
section#drink03 p {
	margin: 10px;
}

/* drink04 */
section#drink04 {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.7);
}
section#drink04 ul {
	list-style-type: none;
	width: 100%;
	font-size: 0;
}
section#drink04 ul li {
	display: inline-block;
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	vertical-align: top;
}
section#drink04 ul li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	font-size: 11px;
	font-weight: normal;
}
section#drink04 ul li h3 strong {
	font-size: 17px;
}


/* drink05 */
section#drink05 {
	background: url(../img/common_img/bg_paper02.jpg);
}
section#drink05 ul {
	padding: 20px 10px 0;
}
section#drink05 ul li:first-child {
	border-top: dotted 1px #000;
}
section#drink05 ul li {
	border-bottom: dotted 1px #000;
}
section#drink05 ul li p {
	padding: 5px;
}
section#drink05 ul li h3 {
	padding: 5px;
}
section#drink05 p {
	padding: 10px;
}