@charset "utf-8";



#page_work .btn_more a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 1.4rem;
	font-weight: lighter;
	margin: 0 0 15px 0;
	text-align: center;
	float: right;
	background: #272421;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}
#page_work .btn_more a img{
	margin: 0 0 0 10px;
	vertical-align: middle;
	
}


.frameWork ul{
	width: 100%;
	list-style-type: none;
}
.frameWork li{
	display:inline-block;
	width: 160px;
	padding: 10px;
	vertical-align: top;
	margin: 0 7px 10px 0;
	float: left;
	background: #272421;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}
.frameWork li .photo{
	width: 160px;
	height: 115px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.frameWork li .photo img{
	width: auto;
	height: 115px;
	display: block;
	margin: 0 auto;
}
.frameWork li .ttl{
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 1.1rem;
}

#page_work table tbody td:nth-of-type(1){
	text-align: center;
	width: 20%;
	font-weight: bold;
}

@media screen and (max-width: 979px) {
/*tablet*/
.frameWork li{
	display:inline-block;
	width: 23%;
	margin: 0 1% 10px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameWork li .photo{
	width: 100%;
	height: 115px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.frameWork li .photo img{
	max-height: 115px;
	width: auto;
}

}

@media screen and (max-width: 768px){
/*smart phone*/
.frameWork li{
	width: 31%;
}
.frameWork li .ttl{
	font-size: 1.4rem;
}

}


@media screen and (max-width: 620px) {
/*sp*/
.frameWork li{
	width: 96%;
	margin: 0 auto 7px auto;
}
.frameWork li .photo{
	width: 100%;
	height: auto;
}
.frameWork li .photo img{
	max-height: initial;
	width: 100%;
	height: auto;
}

#page_work table tbody td:nth-of-type(1){
	text-align: left;
	width: 100%;
	font-weight: bold;
}
#page_work table tbody td:nth-of-type(2){
	border-bottom: 1px dotted #000 !important;
}
}

@media screen and (max-width: 480px){
} 




