@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p {
	line-height: 1.5;
}
a {
	color:#333;
	text-decoration:none;
}
.display_pc {
	display:none;
}
html {
	-webkit-text-size-adjust:none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #333;
}
/*--hdr--*/
#hdr {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#logo {
	width: 77px;
	margin:22px 28px 0 28px;
	float:left;
}
#logo img {
	width: 77px;
	height:auto;
}
#btn_menu {
	width:21px;
	float:right;
	margin:12px 28px 0 0;
}
#hdr_in {
	margin:0 0 10px 0;
}
#menu_sp {
	background:#000;
}
#menu_sp li {
	border-bottom:1px solid #333;
	padding:20px 28px;
}
#menu_sp li a {
	color:#fff;
	display:block;
	background:url(../img/ico_arrow.png) no-repeat right;
	background-size:13px 11px;
}
#menu_sp li:last-child {
	margin: 0;
}
/*--/hdr--*/

/*--slider--*/
#slider {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: url(../img/loading.gif) no-repeat center center;
}
#slider ul {
	position: absolute;
	top: 0;
	left: 0;
	padding:0 28px;	
}
#slider li {
	float: left;
}
#slider li img {
	width:320px;
	height:auto;
}
#slider #prev, #slider #next {
	position: absolute;
	top: 64px;
	cursor: pointer;
	background-size:50%;
	width:14px;
	height:26px;
}
#slider #prev {
	left: 10px;
	background: url(../img/btn_prev_sp.gif) no-repeat;
}
#slider #next {
	right: 10px;
	background: url(../img/btn_next_sp.gif) no-repeat;
}
#slider ul, #slider #next, #slider #prev {
	visibility: hidden;
}
/*--/slider--*/

#content {
	margin: 120px auto 0 auto;
	padding:0 28px;
	position: relative;
	z-index: 2;
}
.box {
	margin: 0 0 35px 0;
}
.hl {
	margin: 0 0 12px 0;
}
.hl img {
	width:auto;
	height:12px;
}
#pic_works li {
	float: left;
	margin: 0 6px 6px 0;
}
#pic_works li img {
	width:83px;
	height:auto;
}
@media only screen and (max-width: 320px) { /*縦向き時のみ*/
	#pic_works li:nth-child(3n) {
		margin: 0;
	}
}
/*--ftr--*/
#ftr {
	border-top:1px solid #000;
}
.ftrmenu {
	padding:20px 0;
	border-bottom:1px solid #000;
}
.ftrmenu dt {
	font-weight:bold;
	background-size:11px 13px;
}
.ftrmenu dd ul {
	margin:20px 0 0 0;
}
.ftrmenu dd ul li {
	margin:0 0 14px 0;
}
.ftrmenu dd ul li:last-child {
	margin:0;
}
#copyright {
	margin:40px 0 0 0;
	padding:0 0 20px 0;
}
/*--/ftr--*/
