<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html&gt;/**/body {font-size:13px;}

body {
	background:#ffe5e4;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#copyright {
	clear:both;
	padding:20px 0;
	text-align:center;
	}

h1 {
	text-align:center;
}
.cap {
	color:#C30;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}

#wrap {
	width:490px;
	margin:0 auto;
}
.cocktail {
	background:#FFF;
	padding:5px 15px 15px;
	margin:20px 0;
	border:2px solid #FCC;
	-webkit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px; 
    border-radius:10px 10px 10px 10px;
	-webkit-box-shadow: 0 6px 6px -6px #000;
	-moz-box-shadow: 0 6px 6px -6px #000;
	box-shadow: 0 6px 6px -6px #000;
}
h2 {
	clear:both;
	font-size:118%;
}
h2 strong {
	font-size:123%;
	margin:2px 0;
	text-indent:-0.5em;
}
h2 span {
	color:#C30;
	font-size:90%;
}
.cocktail_img {
	text-align:center;
}
.cocktail_img img {
	margin:0 auto 10px;
	border:1px solid #ccc;
	padding:2px;
	-webkit-box-shadow: 0 6px 6px -6px #000;
	-moz-box-shadow: 0 6px 6px -6px #000;
	box-shadow: 0 6px 6px -6px #000;	
}
.recipe {
	font-weight:bold;
	color:#C30;
	text-align:center;
	border-top:1px dotted #C30;
	border-bottom:1px dotted #C30;
	padding:5px 0;
	margin:10px 0 10px;
}
.cocktail dt {
	clear:both;
	float:left;
	width:25px;
	text-align:right;
	color:#C30;
	font-weight:bold;
}
.cocktail dd {
	border-bottom:1px solid #eee;
}
strong {
	color:#C30;
	font-weight:bold;
	margin:0 3px;
	}
.cocktail dt,.cocktail dd {
	margin-bottom:5px;
	padding-bottom:5px;
}

.close {
	text-align:center;
	padding:20px 0;
}

.close a {
	background:#C30;
	text-align:center;
	padding:10px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	-webkit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px; 
    border-radius:10px 10px 10px 10px;
}
.close a:hover {
	background:#333;
	text-align:center;
	padding:10px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	-webkit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px; 
    border-radius:10px 10px 10px 10px;
}

.smphome {
	display:none;
}

.bartender {
	position:relative;
	height:135px;
}
.bartender_img {
	position:absolute;
	top:0;
}
.bartender_img img {
	width:120px;
}
.bartender_txt {
	padding:25px 10px 0 140px;
	margin:0;
	font-size:104%;
	line-height:1.8;
}
.bartender_txt strong {
	font-size:118%;
}
.bartender_txt span {
	font-size:90%;
}

.winner {
	background:url(../img/winner_bg.png) repeat-x top;
	text-align:center;
	padding-top:20px;
}
.winner img {
	width:70%;
}</pre></body></html>