/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

p, h1, h2, h3, h4, h5, h6, ul, li        {
	margin: 0px;
	padding: 0px;
	list-style:none;
	
}

#content {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.works_title {
	height: 63px;
	width: 100%;
	text-align: center;
	margin-top: 6px;
}

.filter {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #5e6364;
	padding-top: 11px;
	border-bottom: 1px solid #5e6364;
	padding-bottom: 12px;
}

.filter ul {
	position: relative;
	left: 50%;
	float: left;
	padding-left: 20px;
}

.filter ul li {
	position: relative;
	left: -50%;
	float: left;
	padding-right: 30px;
}

.filter_cl {
	clear: both;
	font-size: 0px;
	height: 0px;
}

#filtering-nav .all {
	background-image: url(../img/works/arrow_01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}

#filtering-nav .bro_leaf {
	background-image: url(../img/works/arrow_02.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}

#filtering-nav .pos {
	background-image: url(../img/works/arrow_03.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}

#filtering-nav .ad {
	background-image: url(../img/works/arrow_04.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}

#filtering-nav .logo {
	background-image: url(../img/works/arrow_05.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}

#filtering-nav .others {
	background-image: url(../img/works/arrow_06.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 0px 3px;
}

#filtering-nav .web {
	background-image: url(../img/works/arrow_07.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}


/**** Masonry CSS ****/

.container {
	margin: 0 auto;
}

.wrap {
	padding: 0px;
	clear: both;
	overflow: hidden;
	margin: auto;
}

.box{
	margin-top: 30px;
	margin-right: 55px;
	margin-left: 55px;
	margin-bottom: 30px;
	width: 184px;
	height: 184px;
}

.title {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

.title p {
	margin-left: 3px;
}

/* ------------------------------
.bro_leaf  .title {
	background-image: url(../img/works/bro_leaf_box02.gif);
	background-repeat: no-repeat;
}

.pos  .title {
	background-image: url(../img/works/pos_box02.gif);
	background-repeat: no-repeat;
}

.ad  .title {
	background-image: url(../img/works/ad_box02.gif);
	background-repeat: no-repeat;
}

.logo  .title {
	background-image: url(../img/works/logo_box02.gif);
	background-repeat: no-repeat;
}

.others  .title {
	background-image: url(../img/works/other_box02.gif);
	background-repeat: no-repeat;
}

.web  .title {
	background-image: url(../img/works/web_box02.gif);
	background-repeat: no-repeat;
}

.bro_leaf  .title2 {
	background-image: url(../img/works/bro_leaf_box02.gif);
	background-repeat: no-repeat;
}

.pos  .title2 {
	background-image: url(../img/works/pos_box02.gif);
	background-repeat: no-repeat;
}

.ad  .title2 {
	background-image: url(../img/works/ad_box02.gif);
	background-repeat: no-repeat;
}

.logo  .title2 {
	background-image: url(../img/works/logo_box02.gif);
	background-repeat: no-repeat;
}

.others  .title2 {
	background-image: url(../img/works/other_box02.gif);
	background-repeat: no-repeat;
}

.web  .title2 {
	background-image: url(../img/works/web_box02.gif);
	background-repeat: no-repeat;
}
------------------------------ */

.kind {
	font-size: 12px;
	margin-left: 15px;
	margin-top: 18px;
	display: block;
	margin-right: 15px;
	padding-bottom: 35px;
}

.box a {
	display: block; /* ここでaタグに対し、blockに設定をします */
}

/* ------------------------------
link
------------------------------ */

#filtering-nav a {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

#filtering-nav a:hover{
	filter: alpha( opacity=50 );  /* IE */
	opacity:0.5;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.5;           /* Firefox 0.9より前 */
}

.box a {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
	
.box a:hover{
	filter: alpha( opacity=50 );  /* IE */
	opacity:0.5;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.5;           /* Firefox 0.9より前 */
}
