@charset "utf-8";

#page_history .frame{
	border-bottom: 1px dotted #999999;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 780px;
}
#page_history .frame:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #page_history .frame{
    height: 1em;
}
#page_history .frame{
    display: block;
}
*:first-child+html #page_history .frame{
	zoom:1;
}




#page_history .frame .image{
	width: 250px;
	float: left;
}
#page_history .frame .image img{
	max-width: 250px;
	height: auto;
}

#page_history .frame .details{
	width: 510px;
	float: right;
}

@media screen and (max-width: 979px) {
#page_history .frame{
	width: auto;
}
#page_history .frame .image{
	width: 30%;
	float: left;
}
#page_history .frame .image img{
	max-width: 100%;
	height: auto;
}

#page_history .frame .details{
	width: 68%;
	float: right;
}
}

@media screen and (max-width: 480px){
#page_history .frame .image{
	width: auto;
	float: none;
}
#page_history .frame .image{
	text-align: center;
}

#page_history .frame .details{
	width: auto;
	float: none;
}
}