


/*◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {


/*■■■■　施工事例コンテナ　■■■■*/
.works_con {
	width: 100%;
	margin: auto;
	padding: 60px 0;
	text-align: center;
	background-color: #efede8;
}


.work_list_con{
	padding:40px 0;
}


.work_list {
	width: 1000px;
	margin:0 auto;
	padding:40px auto 30px;
	overflow:hidden;

}

/*施工例各ボックス*/
/*アンカーのため落として上げる*/
.works_box {
	width:307px;
	text-align: left;
	margin: 0px 13px 25px;
	padding:0px 0 0;
	float:left;
}

/*施工事例写真*/
.works_frame img{
	width:100%;
	margin-bottom:5px;
}
.works_frame {
	display: inline-block;
	position: relative;
	-moz-opacity: 0.99; /* FF , Netscape */
	-khtml-opacity: 0.99; /* Safari 1.x */
	opacity: 0.99;
}
.works_frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fafafa;
	z-index: -1;
}
.works_frame:hover {
	-moz-opacity: 0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;
}
.works_frame:hover:after {
	box-shadow: none;
	transform: none;
}

.work_list_t1{
	color:#269128;
	font-size:0.8em;
	margin:20px 0 3px;
}
.work_list_t2{
	margin-bottom:8px;
}
.work_list_o1{
	color:#269128;
	font-size:0.8em;
	margin-bottom:3px;
}
.work_list_o2{
	margin-bottom:15px;
}

.work_next a{
	display:block;
	border:1px solid #000000;
	width: 100%; /* 横幅 */
	padding:8px 0;
	text-align:center;
}


 /* 以下マウスを載せたときのスタイル */
.work_next a:hover {
	background-color: #774d1e;
	color:#fff;
 }


/*◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {


/*■■■■　施工事例コンテナ　■■■■*/
.works_con {
	width: 100%;
	margin: auto;
	padding: 60px 0;
	text-align: center;
	background-color: #efede8;
}


.work_list_con{
	padding:40px 0;
}


.work_list {
	width: 100%;
	margin:0 auto;
	padding:40px auto 30px;
	overflow:hidden;

}
/*施工例各ボックス*/
/*アンカーのため落として上げる*/
.works_box {
	width:90%;
	text-align: left;
	margin: 0px 13px 25px;
	padding:0px 0 0;
	float:left;
}

/*施工事例写真*/
.works_frame img{
	width:100%;
	margin-bottom:5px;
}
.works_frame {
	display: inline-block;
	position: relative;
	-moz-opacity: 0.99; /* FF , Netscape */
	-khtml-opacity: 0.99; /* Safari 1.x */
	opacity: 0.99;
}
.works_frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fafafa;
	z-index: -1;
}
.works_frame:hover {
	-moz-opacity: 0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;
}
.works_frame:hover:after {
	box-shadow: none;
	transform: none;
}

.work_list_t1{
	color:#269128;
	font-size:0.8em;
	margin:20px 0 3px;
}
.work_list_t2{
	margin-bottom:8px;
}
.work_list_o1{
	color:#269128;
	font-size:0.8em;
	margin-bottom:3px;
}
.work_list_o2{
	margin-bottom:15px;
}

.work_next a{
	display:block;
	border:1px solid #000000;
	width: 100%; /* 横幅 */
	padding:8px 0;
	text-align:center;
}


 /* 以下マウスを載せたときのスタイル */
.work_next a:hover {
	background-color: #774d1e;
	color:#fff;
 }




/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/	
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/	
