@charset "utf-8";

@media screen and (min-width: 641px)
{
	div#single_content{
	position: relative;
	width: 96vw;
	}

	div#single_contentleft{
		position: relative;
		width: 48vw;
		top: -75px;
		padding: 1vw;
		float:left;
	}

	div#single_contentright{
		position: relative;
		width: 44vw;
		padding: 1vw;
		float:left;
	}

	h3#single_caption{
		position: relative;
		left: 51vw;
		font-size: 24px;
	}

	div#single_text{
		position: relative;
		top: -30px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px dashed #888;
		border-bottom: 1px dashed #888;
	}

	div#images{
		position: relative;
		width: 48vw;
		height: 72vw;
	}

	img.single_image{
		margin-left: auto;
		margin-right: 0;
		-webkit-box-shadow: 0px 1px 5px 0px #b3b3ab;
		-moz-box-shadow: 0px 1px 5px 0px #b3b3ab;
		box-shadow: 0px 1px 5px 0px #b3b3ab;
	}

	#single_contentleft img{
		width: 48vw;
		height: 72vw;
	}
}

@media screen and (max-width: 640px)
{
	div#single_content{
		position: relative;
		width: 90vw;
		margin: 0 auto;
	}

	div#single_contentleft{
		position: relative;
		width: 90vw;
		margin: 0 auto;
	}

	div#single_contentright{
		position: relative;
		width: 90vw;
		margin: 50px auto auto 0;
	}

	h3#single_caption{
		position: relative;
		font-size: 24px;
	}

	div#single_text{
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px dashed #888;
		border-bottom: 1px dashed #888;
	}

	div#images{
		position: relative;
		width: 90vw;
		height: 135vw;
		margin: 0 auto;
	}

	img.single_image{
		-webkit-box-shadow: 0px 1px 5px 0px #b3b3ab;
		-moz-box-shadow: 0px 1px 5px 0px #b3b3ab;
		box-shadow: 0px 1px 5px 0px #b3b3ab;
		width: 90vw;
		height: 135vw;
	}

	#single_contentleft img{
		width: 90vw;
		height: 135vw;
	}
}

@media screen and (min-width: 1001px)
{
	div#single_content{
	position: relative;
	width: 960px;
	}

	div#single_contentleft{
		position: relative;
		width: 480px;
		top: -75px;
		padding: 10px;
		float:left;
	}

	div#single_contentright{
		position: relative;
		width: 440px;
		padding: 10px;
		float:left;
	}

	h3#single_caption{
		position: relative;
		left: 510px;
		font-size: 24px;
	}

	div#single_text{
		position: relative;
		top: -30px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px dashed #888;
		border-bottom: 1px dashed #888;
	}

	div#images{
		position: relative;
		width: 480px;
		height: 720px;
	}

	img.single_image{
		margin-left: auto;
		margin-right: 0;
		-webkit-box-shadow: 0px 1px 5px 0px #b3b3ab;
		-moz-box-shadow: 0px 1px 5px 0px #b3b3ab;
		box-shadow: 0px 1px 5px 0px #b3b3ab;

	}

	#single_contentleft img{
		width: 480px;
		height: 720px;
	}
}
