.item_box {
float:left;
padding-bottom:10px;
text-align:center;
width:120px;
}

h1 { font-size: 1.125em; }
.img_box {position: relative;display: inline-block;}
.prev {	position: absolute;	left: -40px;top: 50%;margin-top: -40px;cursor: pointer;}
.next {	position: absolute;	right: -40px;top: 50%;margin-top: -40px;cursor: pointer;}

/*-------色変える場合はコチラ-------------*/
span.point_label {
    color: #000; 
    font-weight: normal;
}
span.point_colon {
    color: #000;
    font-weight: normal;
}
span.point_color {
    color: #000;
    font-weight: normal;
}
span.point_label2 {
    color: #000;
    font-weight: normal;
}
/*--------------------*/
img.large {
	max-width: 605px;
}