@charset 'utf-8';


 

 

 

#targetarea01 {
	float: right;
	width: 300px;
}
 

 
.showbox {
    width: 300px;
}
 
.box {
    display: none;
}
 
.box img {
    float: left;
    padding: 5px;
    border: solid 1px #eee;
}
 

 
.thumb {
	margin: 20px 0;
	padding: 10px 0 0 0;
	width: 300px;
	border-top: dashed 1px #cabf97;
}
 
.thumb li {
	list-style: none;
	float: left;
	padding: 3px;
	width: 100px;
}
 
.thumb li.lastChild {
    margin-right: 0;
}
 
.thumb li.active {
    border: solid 1px #719a48;
}
 
.thumb li.active a {
	cursor: text;
}
#thumb01 li a {
	width: 100px;
	height: 45px;
}

 
.thumb a {
    display: block;
    width: 100px;
    height: 45px;
}
 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
