@charset "utf-8";

#content_inner {
	width:100%;
}

#socialicons {
	text-align:center;
	clear:both;
}
#socialicons .twitter {
	width:80px;
	display:block;
	float:right;
}
#socialicons .facebook {
	width:80px;
	display:block;
	float:right;
	padding-right:10px;
}

.news {
	float:right;
	max-width:600px;
	position:relative;
	margin:40px 0 0;
}
.news h2 {
	position:absolute;
	left:-120px;
	top:100px;
}
.news dl {
	border-left:solid 1px #8b8e90;
	padding-left:55px;
}
.news dt {
	font-size:14pt;
	font-weight:300;
	padding:0;
	line-height:1.1em;
}
.news dd {
	font-size:10pt;
	padding:0 0 15px 0;
}

@media screen and (max-width: 800px){ 
	.portfolio {
		margin-left:0;
	}
	.news {
		float:none;
		width:100%;
		max-width:none;
		margin:10px 0;
	}
	.news h2 {
		position:relative;
		left:0;
		top:0;
		text-align:center;
		margin-bottom:20px;
	}
	.news h2 img {
		width:100px;
	}
	.news dl {
		border-left:none;
		padding-left:0;
	}
	.news dt {
		margin-bottom:5px;
		font-size:11pt;
	}
	.news dd {
		font-size:8pt;
		border-bottom:solid 1px #8b8e90;
		margin-bottom:20px;
	}
}
.mainnavi2nd {
	display:none;
}

/* # キービジュアル用
---------------------------------------------------------------------------- */
#content {
	margin:70% 0 0 0;
}

.keyouter {
	padding-right:30px;
}

#keyvisual {
	display:none;
	position:fixed;
	top:0;
	width: 100%;
	overflow: hidden;
	margin-bottom:80px;
}
#carousel0 {
	height: 500px;
	overflow: hidden;
}
#carousel0 div {
	float: left;
	width:100%;
}
#carousel0 div img {
	width:100%;
}
#prev0, #next0 {
	display: block;
	bottom: 0;
	position: absolute;
}
#prev0 {
	left: 0px;
}
#next0 {
	right: 0px;
}
@media screen and (max-width: 800px){ 
	#keyvisual {
		margin-bottom:10px;
		padding-top:50px;
	}
	.keyouter {
		padding-right:0;
	}
	#content {
		margin:75% 0 0 0;
	}
	.bx-controls {
		display:none;
	}
}
.filter {
	z-index:100;
	width:auto;
	text-align:center;
	margin-top:20px;
}
.filter li:first-child {
	margin-left:-7rem;
}
.filter li {
	padding:6px 0 7px;
	font-size:20pt;
	font-weight:300;
	display: -moz-inline-box;/*for FF2*/
	display: inline-block;/*Modern Browser & FF3*/
}

.filter a {
	text-decoration:none;
	color:#4b4b4b;
	padding:13px 12px 10px;
}
.filter li:last-child a {
	padding:10px 6px 9px 6px;
}
.filter li a.current {
	border-bottom:solid 2px #8b8e90;
}
.filter span {
	border-bottom:solid 2px #8b8e90;
	display:inline-block;
	background:#8b8e90;
	color:#ffffff;
	padding:4px 25px;
	margin:0 0 0 0;
	text-align:center;
}

.filter.fixed {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);	
	position:fixed;
	top:0;
	left:0;
	right:0;
	background-color:#fff;
	margin-top:0;
}

.grid {
	margin-top:80px;
}

#anchor {
	height:0;
}

@media screen and (max-width: 1800px){
	.grid {
		margin-top:60px;
	}
}

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

	#anchor {
		height:40px;
		display:block;
	}
	.portfolio {
		padding-top:5px;
	}
	.filter li:first-child {
		margin-left:0rem;
	}
	.filter li a.current {
		border-bottom:solid 1px #8b8e90;
	}
	.filter {
		width:auto;
		margin-top:10px;
		clear:both;
	}
	.filter li {
		font-size:14pt;
	}
	.filter a {
		display:inline-block;
		padding:4px 5px 3px;
	}
	.filter li:last-child a {
		padding:4px 5px 3px;
	}
	.filter span {
		width:auto;
		margin:0 5px 0 0;
		padding:4px 6px;
	}
	.filter .title {
		display:none;
	}
	.filter.fixed {
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);	
		position:fixed;
		top:50px;
		left:0;
		right:0;
		background-color:#fff;
	}
	.grid {
		margin-top:20px;
	}
}
