@charset "utf-8";
/* CSS Document */

element.style {
  height: 285px !important;　
}


.content{
  text-align: center;
}


div#main_photo {
  height: 10px !important;
}



/*==================================================
共通　横並びのための設定
===================================*/


#container{
  margin: 0 auto;
  max-width: 380px;
}
#thumbnail{
	overflow: hidden;
	margin: 300px auto 0px;
	width: 90%;
}
#thumbnail li{
	float: left;
	margin-bottom: 5px;
	list-style: none;
	text-align: center;
}

#thumbnail li:last-child{
  margin-right: 0;
}
#thumbnail li img{
  width: 70%;
opacity: 1;
  filter: alpha(opacity=50); 
}
#thumbnail li.current img{
opacity: 0.5;
  filter: alpha(opacity=100);
}
#main_photo{
position: relative;
height: 500px;
}
#main_photo img{
position: absolute;
width: 85%;
}







