﻿#lightbox {
	margin-top:70px;
	background-color: #eee;
	padding: 10px;
	max-width:450px;
	max-height:600px;
	position:relative;
	top:180px;
}
#lightbox img{
	max-width:230px;
	width:auto;
	max-height:500px;
	height:auto;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}

#actionImage{

	display: hidden;
}
* html #lightboxOverallView,
* html #overlay {
	border:solid 10px black;
	background-color: #000;
	filter: Alpha(opacity=50);
}

@media screen and (min-width:1600px){
	#lightbox {
		background-color: #eee;
		padding: 10px;
		max-width:600px;
		max-height:750px;
		position:relative;
		top:180px;
	}
	#lightbox img{
		max-width:530px;
		width:auto;
		max-height:750px;
		height:auto;
	}
}
@media screen and (max-width:1000px){
	#lightbox {
		background-color: #eee;
		padding: 10px;
		max-width:800px;
		max-height:800px;
		position:relative;
		top:180px;
	}
	#lightbox img{
		max-width:700px;
		width:auto;
		max-height:750px;
		height:auto;
	}
}





/*
#lightbox {
	margin-top:70px;
	background-color: #eee;
	padding: 10px;
	max-width:450px;
	max-height:600px;
	position:relative;
	top:180px;
}
#lightbox img{
	max-width:230px;
	width:auto;
	max-height:500px;
	height:auto;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	border:solid 10px black;
	background-color: #000;
	filter: Alpha(opacity=50);
}

@media screen and (min-width:1600px){
	#lightbox {
		background-color: #eee;
		padding: 10px;
		max-width:600px;
		max-height:750px;
		position:relative;
		top:180px;
	}
	#lightbox img{
		max-width:530px;
		width:auto;
		max-height:750px;
		height:auto;
	}
}
*/


