@charset "UTF-8";
/* CSS Document */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/**** Base styles ****/
body {
	font-family: "Segoe UI Light","Helvetica Neue","Segoe UI","Segoe WP",sans-serif;
	color: #818284;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
a {
    color:#818284;
    text-decoration:none;
}
h1 {
    font-size: 32px;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 50px;
    text-transform: lowercase;
    color: inherit;
    text-rendering: optimizelegibility;
}

.box100 {
    height: 100px;
    background:#68BCBC;
}
.box200 {
    height: 200px;
    background:#71AAD7;
}



.alignleft { float: left; }




article {
	width: 744px;
	padding: 3px;
	background: #eee;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
}
#contwork header #filters ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: -30px;
	font-size: 11px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #666;
	letter-spacing: 2px;
	line-height: 20px;
}
#contwork #menuwork {
	float: left;
	width: 250px;
}
#contwork {
	width: 1000px;
	padding-top:120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contwork header #filters dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contwork header #filters dl dd {
	font-size: 10px;
	margin-left: 15px;
}


section {
	width: 180px;
	margin: 3px;
	overflow: hidden;
}
footer {
	width: 150px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: none;
}



article img {
	width: 180px;
	height: auto;
}
img {
	padding-bottom:-3px;
	margin-bottom:0px;
}
/*
@media only screen and (max-width:480px){
    article {
        width:390px;
	}
}
@media only screen and (max-width:320px){
    article {
        width:130px;
	}
*/	
	
header {
	float: left;
	width: 250px;
    overflow: auto;
}


#footer {
	font-size: 10px;
	letter-spacing: 3px;
	color: #F1F1F1;
	text-align: center;
	margin-top: 50px;
	margin-bottom:20px;
}


#logo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	margin-bottom: 40px;
}


@media screen and (max-width:420px){

article {
	width: 314px;
	padding: 3px;
	background: #eee;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
}


#contwork {
	width: 320px;
	padding-top:80px;
	margin-top: 0px;
	margin-bottom: 0px;
}

article img {
	width: 314px;
	height: auto;
	padding-bottom: 3px;
}

section {
	width: 314px;
	margin: 0px;
	overflow: hidden;
}


}
