﻿
.inmain2{
	float:left;
	width:250px; height:250px;
	background-color:#000;
	padding:0;
}
.inmain3{
	float:left;
	width:250px; height:250px;
	background-color:#000;
	padding:0;
}

#display {
	margin: 0 auto 8px auto;
	height: 250px;
	width: 250px;

	background-color:#000;

}

#display img{
	position: absolute;
	width: 250px;
	height: 250px;
}

#control {
	position:relative;
	text-align: center;
	margin-top:-90px;
	opacity:0.8;
}

/*==== ボタン変更====*/
.button1{
	width:28px; height:30px;
	margin-left:0px; padding-left:1px;
	background-color:#555;	
	color:#222; font-family:meiryo;
	font-weight:bold; font-size:15px;
	color:#fff;
	border-style:none;
	border-radius: 14px; /* CSS3 */
	　　-webkit-border-radius: 14px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 14px; /* Firefox用 */
	　　behavior: url(file:///D|/xampp/htdocs/js/PIE.htc); /* IE用 */
		
}
.button1:hover{
	background-color:#e5e5e5;	
	color:#c00; font-family:meiryo;
	font-weight:bold; font-size:15px;
	border-style:none;
		
}
.button2{
	width:28px; height:30px;
	margin-left:160px; padding-right:1px;
	background-color:#555;	
	color:#fff; font-family:meiryo;
	font-weight:bold; font-size:15px;
	border-style:none;
		border-radius: 14px; /* CSS3 */
	　　-webkit-border-radius: 14px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 14px; /* Firefox用 */
	　　behavior: url(file:///D|/xampp/htdocs/js/PIE.htc); /* IE用 */
}
.button2:hover{
	background-color:#e5e5e5;	
	color:#c00; font-family:meiryo;
	font-weight:bold; font-size:15px;
	border-style:none;	
}
.button3{
	width:100px; height:20px;
	margin-left:0px; margin-top:20px;
	background-color:#555;
	color:#fff; font-family:meiryo;
	font-weight:700; font-size:13px;
	border-style:none;
		border-radius: 3px; /* CSS3 */
	　　-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 3px; /* Firefox用 */
	　　behavior: url(file:///D|/xampp/htdocs/js/PIE.htc); /* IE用 */
}
.button3:hover{
	background-color:#ddd;
	color:#c00; font-family:meiryo;
	font-weight:700; font-size:13px;
	border-style:none;
}

/*==== モーダルパーツ====*/
.afterphoto03{
	float:left;
	margin:0px 18px 11px 3px;
	width:140px; height:120px;
background-color:#333;
	color:#ddd; font-family:meiryo; font-size:11px;
}