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

#entry-box, #entry-box-x{
width:100%;
height:auto;
min-height: 200px;
overflow: hidden;
margin-bottom: 20px;
float: left;
}
#entry-box-x{
	margin-top: 35px;
}
.wrap{

margin:0 auto;

}

.box-cop, .box-cop-x {
width:25%;
overflow:visible;
float:left;
font-size:11px;
line-height:1.8em;
}
.in-box{
margin:5px;
padding:10px;
/*background-color: #faf9fb; */
border-radius: 5px;
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;
border: 1px solid #fff;
overflow: hidden;
text-align: center;
}
.in-box-x{
	margin:5px;
	padding:10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;
	background-color: #d7d7d7;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
}
.in-box2{
margin:1px;
padding:10px;
/*background-color: #faf9fb; */
border-radius: 2px;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;
border: 1px solid #f1f1f1;
overflow: hidden;
text-align: center;
background-color: #eee;
}
.in-box3{
margin:1px;
padding:10px;
/*background-color: #faf9fb; */
border-radius: 2px;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;
border: 1px solid #eee;
overflow: hidden;
text-align: center;
background-color: #aaa;

}
.in-box:hover{

border: 1px solid #e9e8ea;

}
.in-box-x:hover {
	background-color: #d0d0d0;
	border: 1px solid #c3c3c3;

}
.in-box2:hover {
border: 1px solid #e9e8ea;
background-color: #f7f7f7;
}
.in-box3:hover {
border: 1px solid #aaa;
background-color: #bbb;
}
.in-box2 a:hover {
text-decoration: none;		
}
.in-box3 a:hover {
text-decoration: none;		
}
.in-box img, .in-box2 img, .in-box3 img, .in-box-x img{
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
}
.in-box3 img{
	margin-bottom: 10px;
	width: 80%;
	height: 80%;
}
.sofa-img{
	
}
.sofa-name{
	font-size: 14px;
	font-weight: bold;
	height: 2.6em;
}
.sofa-name:hover{
	text-decoration: none;	
}
.sofa-type{
	
}
.option-title{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
}
@media (max-width: 768px) {
	.box-cop, .box-cop-x {
	width:32%;
	}	
}
@media (max-width: 480px) {
	.box-cop, .box-cop-x {
	width:48%;

	}	
}
@media (max-width: 320px) {
	
}
