@charset "UTF-8";


/******************************************************

 works
 
******************************************************/



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

}

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

}


/******************************************************

 clear fix
 
******************************************************/

.cf:after {
  display : block;
  clear : both;
  content : '';
}

/******************************************************

main
 
******************************************************/

#main {
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0.10);
}
#main img {
	width: 100%;
	height: auto;
}
#main-1 {
	float: left;
	width: 50%;
}
#main-i {
	overflow: hidden;
}
#main-i div {
	float: left;
	width: 50%;
}

@media screen and (max-width: 600px){
#main-1 {
	float: none;
	width: auto;
}
#main-i div {
	width: 25%;
}
}

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

}


/******************************************************

category-nav
 
******************************************************/

.category-nav-container {
	background-color: #eaeaea;
}
.category-nav-inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.category-nav {
	float: left;
	width: 29%;
	margin: 2%;
	position: relative;
	z-index: 1;
	left: 0.5%;
}
.category-nav-h {
	display: table;
	width: 100%;
}
.category-nav-h a {
	display: table-cell;
	text-decoration: none;
	border: 3px solid;
	padding: 1em;
	padding-right: 10%;
	position: relative;
	background-color: #fff;
}
.category-nav-h a:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid;
	border-width: 0 2px 2px 0;
	transform-origin: center;
	transform: translateY(-80%) rotate(45deg);
	position: absolute;
	right: 5%;
	top: 50%;
}
.open .category-nav-h a:after {
	transform: translateY(-60%) rotate(-135deg);
}
.category-nav-b {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.category-nav-b a {
	display: block;
	text-decoration: none;
	background-color: #fdfdfd;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0.10) inset, -1px 0 0 0 rgba(0,0,0,0.10) inset, 1px 0 0 0 rgba(0,0,0,0.10) inset;
	padding: 1em;
}

@media screen and (max-width: 600px){
.category-nav-inner {
	padding: 1px 0;
}
.category-nav {
	float: none;
	width: 95%;
}
.category-nav-b {
	position: static;
}
}

.category-nav-1 .category-nav-h a {
	color: #416a5e;
	border-color: #416a5e;
}
.category-nav-1.open .category-nav-h a {
	background-color: #416a5e;
	color: #fff;
}
.category-nav-1 .category-nav-b a {
	color: #416a5e;
}
.category-nav-1 .category-nav-b a:hover {
	background-color: #416a5e;
	color: #fff;
}
.category-nav-2 .category-nav-h a {
	color: #405f98;
	border-color: #405f98;
}
.category-nav-2.open .category-nav-h a {
	background-color: #405f98;
	color: #fff;
}
.category-nav-2 .category-nav-b a {
	color: #405f98;
}
.category-nav-2 .category-nav-b a:hover {
	background-color: #405f98;
	color: #fff;
}
.category-nav-3 .category-nav-h a {
	color: #633c45;
	border-color: #633c45;
}
.category-nav-3.open .category-nav-h a {
	background-color: #633c45;
	color: #fff;
}
.category-nav-3 .category-nav-b a {
	color: #633c45;
}
.category-nav-3 .category-nav-b a:hover {
	background-color: #633c45;
	color: #fff;
}


/******************************************************

workstop_body
 
******************************************************/

.workstop_body {
	width: 99.5%;
	max-width: 1192px;
	margin: auto;
}

.workstop_list {
	float: left;
	width: 75%;
	margin-bottom: 5%;
}

.workstop_bnr {
	float: right;
	width: 25%;
	margin-bottom: 5%;
}

.workstop_list .grid_sizer,
.workstop_list .thumb {
	width: 30%;
	margin: 3% 0 0 3%;
}
#works_list .grid_sizer {
	margin-top: 0;
}
.workstop_bnr .bnr {
	margin: 9%;
	margin-left: auto;
	width: 87%;
	max-width: 245px;
}
.workstop_bnr .bnr img {
	width: 100%;
	height: auto;
}

.thumb.works01 {	background-color: #c7bfb8;	}
.thumb.works02 {	background-color: #cae4e6;	}
.thumb.works03 {	background-color: #e1c9c5;	}
.thumb.works04 {	background-color: #e1d7e4;	}
.thumb.works05 {	background-color: #dfe2d2;	}
.thumb.works06 {	background-color: #e9d5bf;	}
.thumb.works07 {	background-color: #e8dcbd;	}
.thumb.works08 {	background-color: #f8d0bc;	}
.thumb.works09 {	background-color: #ccdae8;	}
.thumb.works10 {	background-color: #c9d3d1;	}


@media screen and (max-width: 800px){
.workstop_body {
	width: 100%;
	overflow: hidden;
}

.workstop_list {
	float: none;
	width: auto;
	margin-bottom: 2.5%;
}
.workstop_list .thumb_title, 
.workstop_list .thumb_btn {
	font-size: 100%;
}

.workstop_bnr {
	float: none;
	width: auto;
	border-top: 1px solid rgba(0,0,0,0.10);
	margin-bottom: 0;
}
.workstop_list .grid_sizer,
.workstop_list .thumb {
	width: 30%;
	margin: 2.5% 0 0 2.5%;
}
.workstop_bnr .bnr {
	float: left;
	width: 22.25%;
	margin: 2.5% 1%;
	position: relative;
	left: 1%;
}
}
@media screen and (max-width: 600px){
.workstop_list .grid_sizer,
.workstop_list .thumb {
	max-width: none;
	width: 46.25%;
}
}
@media screen and (max-width: 320px){
.workstop_list .grid_sizer,
.workstop_list .thumb {
	width: 95%;
	margin: 5% 0 0 2.5%;
	max-width: none;
	text-align: left;
}
.workstop_list .thumb:after {
  display : block;
  clear : both;
  content : '';
}
.workstop_list .thumb_img {
	float: right;
	width: 120px;
}
.workstop_list .thumb_img {
	float: left;
	width: 100px;
}
.workstop_list .thumb_title, 
.workstop_list .thumb_btn {
	overflow: hidden;
	padding: 8px 10px 0;
}
.workstop_list .thumb_title {
	text-align:left;
}
.workstop_list .thumb_btn a{
	margin:0;
}
.workstop_bnr .bnr {
	width: 46.25%;
	left: 1.5%;
}
}