@charset "UTF-8";

a {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	opacity: 1;
}

a:hover {
	opacity: 0.6;
}

/* Concept */

.socialBox {
	float:right;
	width:400px;
	height: 70px;
	overflow: hidden;
}

.socialBox img {
	margin:0;
}

#concept {
	width: 860px;
	margin:0 auto;
	font-size:14px;
	line-height:180%;
	}

#concept h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#444;
	font-size:24px;
	font-weight:400;
	letter-spacing:1px;
	margin:50px 0 30px;
}

#concept p {
	margin-bottom:1em;
}


/* Collection */
.bxslider{
	display: block;
	height: 525px;
}
	
  .bx-wrapper .bx-pager {
    bottom: -55px;
  }
  
  .bx-wrapper .bx-pager a {
    border: solid #EAEAE5 1px;
    display: block;
    margin: 5px 10px;
    padding: 2px;
  }

	.bx-wrapper .bx-pager img {
		width: 120px;
		height: auto;
	}
	
  .bx-wrapper .bx-pager a:hover,
  .bx-wrapper .bx-pager a.active {
    border: solid #eca19b 1px;
  }
  
  .bx-wrapper {
    margin-bottom: 0px;
  }

.box_style01 {
		width: 900px;
    text-align: center;
    margin: 20px auto;
	}

.box_style01 p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 150%;
	}

.wrap_lightglay {
	width: 100%;
	background: #fafafa;
	padding: 0;
	margin: 0;
}

.box_backnumber {
	width: 930px;
	padding: 60px 0;
	margin: 0 auto;
	font-family: 'Source Serif Pro', serif;
	letter-spacing: 0.02em;
	line-height: 140%;
	color: #444;
}

.box_backnumber h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
}

.box_backnumber ul {
	font-size: 18px;
	text-align: center;
}

.box_backnumber li {
	width: 280px;
	margin: 0 15px 10px 15px;
	float: left;
	opacity: 1;
}

.box_backnumber li img {
	width: 280px;
}

.box_backnumber li p {
	padding: 15px 0;
}


