@charset "UTF-8";

/* ////////////////////////////////////////////////////////

	Common Setting

//////////////////////////////////////////////////////// */

body {
	text-align:center;
	color:#666666;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    text-align:left;
}

/* margin
----------------------------------------------------------- */

.Mb05 {
	margin-bottom:5px;
}

.Mb10 {
	margin-bottom:10px;
}

.Mb15 {
	margin-bottom:15px;
}

.Mb20 {
	margin-bottom:20px;
}

.Mr05 {
	margin-right:5px;
}

.Mr10 {
	margin-right:10px;
}

/*	clearfix
----------------------------------------------------------- */

.clearfix {
	/zoom:1; /* IE6,7 */
}

.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}







/*	binoculars
----------------------------------------------------------- */

p.sample-photo img{
	width:100%;
}
p.sample-photo span{
	display: block;
	padding: 5px 0 0 0;
	text-align: right;
}

p.detail-button{
	position: relative;
}

p.detail-button span{
	position: absolute;
	top: 0;
	left: 82px;
}
.new{
	color:#FF0000;
	font-size: 10px;
}
