@charset "utf-8";

#headbg{
	background:url(../img/works/headbg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
header nav ul li.m3 a{
	color:#998673;
	}
header nav ul li.m3:after{
	display:block;
	}
#header2 nav ul li.m3 a{
	background-color:#998673;
	color:#FAFAFA;
	}
#header2 nav ul li.m3 a:after{
	border-color:#FAFAFA;
	}

#cateul{
	text-align:right;
	padding:0 6% 0 8%;
	font-size:0;
	margin-top:-40px;
	}
#cateul h2{
	display:inline-block;
	font-size:17px;
	color:#AAAAAA;
	margin-right:15px;
	vertical-align:11px;
	}
#cateul ul{
	display:inline-block;
	overflow:hidden;
	zoom:1;
	}
#cateul ul li{
	font-size:16px;
	float:left;
	margin:10px 10px 0 0;
	}
#cateul ul li a{
	display:block;
	border:1px solid #998673;
	padding:6px 15px 6px 15px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
#index1{
	max-width:1140px;
	padding:30px 70px 0 70px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	}
#index1 article{
	float:left;
	width:46%;
	margin:110px 8% 0 0;
	overflow:hidden;
	zoom:1;
	}
#index1 article:nth-of-type(2n){
	margin-right:0;
	}
#index1 article h3{
	overflow:hidden;
	zoom:1;
	}
#index1 article h3 a{
	display:block;
	width:100%;
	height:340px;
	transition:0.4s;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	}
#index1 article h3 a:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	}
#index1 article h3 a:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#28323C;
	transition:0.3s;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}
#index1 article h3 a:hover:after{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	}
#index1 article ul{
	float:left;
	padding:15px 12px 0 0;
	overflow:hidden;
	zoom:1;
	}
#index1 article ul li{
	float:left;
	margin:5px 5px 0 0;
	}
#index1 article ul li a{
	font-size:15px;
	display:inline-block;
	border:1px solid #998673;
	padding:4px 13px 4px 13px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
#index1 article time{
	float:left;
	font-size:19px;
	color:#AAAAAA;
	font-family:'Roboto Slab';
	position:relative;
	padding-left:25px;
	margin-top:23px;
	font-weight:400;
	display:inline-block;
	letter-spacing:0.08em;
	}
#index1 article time:after{
	content:"";
	display:block;
	width:17px;
	height:1px;
	position:absolute;
	left:0;
	top:13px;
	background-color:#AAAAAA;
	}
#index1 article h4{
	clear:both;
	padding-top:15px;
	font-size:22px;
	font-weight:700;
	}
#detail1{
	max-width:900px;
	margin:0 auto;
	padding:180px 70px 0 70px;
	overflow:hidden;
	zoom:1;
	}
#detail1 article .headb{
	text-align:center;
	font-size:0;
	padding-bottom:70px;
	}
#detail1 article .headb ul{
	padding-right:15px;
	display:inline-block;
	overflow:hidden;
	zoom:1;
	vertical-align:top;
	}
#detail1 article .headb ul li{
	float:left;
	margin:5px 5px 0 0;
	}
#detail1 article .headb ul li a{
	font-size:16px;
	display:inline-block;
	border:1px solid #998673;
	padding:5px 14px 5px 14px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
#detail1 article .headb time{
	font-size:20px;
	color:#AAAAAA;
	font-family:'Roboto Slab';
	position:relative;
	padding-left:25px;
	margin-top:8px;
	font-weight:400;
	display:inline-block;
	letter-spacing:0.08em;
	vertical-align:top;
	}
#detail1 article .headb time:after{
	content:"";
	display:block;
	width:17px;
	height:1px;
	position:absolute;
	left:0;
	top:13px;
	background-color:#AAAAAA;
	}
#detail1 article .headb h1{
	display:block;
	font-size:38px;
	font-weight:700;
	padding-top:22px;
	}
#detail1 article .headb h1 strong{
	text-align:left;
	display:inline-block;
	}
#detail1 article .post-box .tabledetail{
	margin-top:90px;
	width:100%;
	}
#detail1 .linkto{
	text-align:center;
	padding-top:90px;
	}
@media screen and (max-width:900px){
#cateul{
	padding:50px 7% 0 7%;
	margin:0;
	text-align:left;
	}
#cateul.detail{
	display:none;
	}
#cateul h2{
	display:block;
	font-size:15px;
	margin-right:0;
	}
#cateul ul li{
	font-size:15px;
	margin:8px 5px 0 0;
	}
#cateul ul li a{
	padding:4px 10px 4px 10px;
	}
#index1{
	padding:0px 7% 0 7%;
	}
#index1 article{
	float:none;
	width:600px;
	max-width:100%;
	margin:70px auto 0 auto;
	}
#index1 article:nth-of-type(2n){
	margin-right:auto;
	}
#index1 article h3 a{
	height:400px;
	}
#index1 article h3 a:hover{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	}
#index1 article h3 a:hover:after{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}
#index1 article ul li a{
	font-size:14px;
	}
#index1 article time{
	font-size:18px;
	padding-left:24px;
	}
#index1 article time:after{
	width:16px;
	}
#index1 article h4{
	padding-top:12px;
	font-size:20px;
	}
#detail1{
	padding:90px 7% 0 7%;
	}
#detail1 article .headb{
	padding-bottom:40px;
	}
#detail1 article .headb ul{
	padding-right:12px;
	}
#detail1 article .headb ul li a{
	font-size:14px;
	padding:4px 13px 4px 13px;
	}
#detail1 article .headb time{
	font-size:18px;
	padding-left:24px;
	margin-top:7px;
	}
#detail1 article .headb time:after{
	width:16px;
	}
#detail1 article .headb h1{
	font-size:28px;
	padding-top:18px;
	}
#detail1 article .post-box .tabledetail{
	margin-top:60px;
	}
#detail1 article .post-box .tabledetail tr th{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-bottom:0;
	padding:22px 0 0 0;
	}
#detail1 article .post-box .tabledetail tr td{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:5px 0 20px 0;
	font-size:16px;
	}
#detail1 .linkto{
	padding-top:60px;
	}
}
@media screen and (max-width:520px){
#index1 article h3 a{
	height:230px;
	}
}