@charset "utf-8";

#main {
	color: #333333;
}

@media screen and ( min-width: 768px ) {
	#main {
		font-weight: bold;
		font-size: 1.2em;
	}

	#block-begin {
		position: relative;
		background: url("../images/comic/ucchi-l.png") left center no-repeat;
		padding-left: 250px;
		margin: 10px;
		margin-left: 30px;
		margin-bottom: 0;
	}

	#block-begin .balloon-ucchi {
		position: absolute;
		right: 0;
		bottom: 100px;
	}

	#block-end1 {
		position: relative;
		background: url("../images/comic/ucchi-m.png") left top no-repeat;
		padding-left: 250px;
		margin: 10px 0;
		height: 450px;
	}

	#block-end1 .balloon-vendor {
		position: absolute;
		right: 0;
		top: 110px;
	}

	#block-end1 .balloon-ucchi {
		position: absolute;
		left: 200px;
		top: 170px;
	}

	#block-end1 .text-ucchi {
		position: absolute;
		left: 315px;
		top: 180px;
		color: #ffffff;
		text-shadow: -1px -1px #000,
		1px -1px #000,
		-1px 1px #000,
		1px 1px #000000;
	}

	#block-end1 .balloon-seller {
		position: absolute;
		left: 205px;
		top: 290px;
	}

	#block-end1 .text-seller {
		position: absolute;
		left: 315px;
		top: 268px;
		line-height: 1.2em;
	}

	#block-end2 {
		margin-left: 150px;
	}

	#block-end3 {
		margin-left: 170px;
	}
}
