@charset "utf-8";

body {background: url(images/anko/bg_anko2.png)}


/* 大洗あんこう祭専用 */
#oarai-anko {background: url(images/anko/bg_pink.png)}


#main{background: transparent}


#main .main-img {
	position: relative;
}

#main .price {
	position: absolute;
	top: 30px;  
    left: -10px;  
	background: #f00;
	color:#fff;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.6);
}
#main .price p:first-child{
	font-size: large;
	font-weight: bold;
	margin-bottom: 0;
}
#main .price p:last-child{
	margin-top: 0;
	text-align: right;
}


@media only screen and (max-width: 640px) {
	.small-6 .linkbox {
		height: 22em;
		}
}


@media only screen and (min-width: 641px) {
	.linkbox {
		min-height: 30em;
		}
}
@media only screen and (orientation:landscape){
	.linkbox {
		min-height: 22em;
		}
}

@media only screen and (min-width: 769px) {
	.linkbox {
		min-height: 24em;
		}
}
	

#pickup h3 {
	color:#fff;
}