@charset "UTF-8";

/* ---------------------------------------*/
/* eye design */
/* ---------------------------------------*/


/* sidebar */

.sidebar {
	top: 420px;
}



/* content inner */

.content_inner {
	width: 710px;
	margin: 0 auto;
	padding: 0 250px 0 0;
}

.content_inner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



/* taste */

.block_taste {
	margin: 0 0 80px;
}

.content_inner {
	margin-bottom: 50px;
}

.block_taste:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.taste_title {
	margin: 0 0 10px;
	text-align: center;
	background: url(/img/eyedesign/line.png) no-repeat 0 50%;
}

.taste_title_inner {
	display: inline;
	font-weight: normal;
	line-height: 1;
}

.taste_title_inner .main {
	padding: 0 20px;
	font-size: 357%;
	font-family: 'Crimson Text', 'EB Garamond', serif;
	letter-spacing: .1em;
	background: #fff;
}

.taste_title_inner .sub {
	color: #666;
	font-size: 93%;
	background: #fff;
}

.block_taste .copy {
	text-align: center;
	margin: 0 0 30px;
}

.block_taste .image {
	float: left;
}

.block_taste .photo {
	float: right;
}



/* carl */

.list_carl {
	margin: 0 0 0 -55px;
	letter-spacing: -.4em;
	font-size: 84%;
}

.item_carl {
	display: inline-block;
	*display: block;
	*zoom: 1;
	width: 200px;
	margin: 0 0 40px 27px;
	padding: 0 0 0 27px;
	vertical-align: top;
	border-left: 1px solid #e7e7e7;
	letter-spacing: normal;
}

.item_carl:first-child {
	border: none;
}

.item_carl .image {
	margin: 0 0 20px;
}



/* strands */

.list_strands {
	margin: 0 0 0 -30px;
	letter-spacing: -.4em;
	font-size: 84%;
}

.item_strands {
	display: inline-block;
	*display: block;
	*zoom: 1;
	width: 156px;
	margin: 0 0 40px 29px;
	vertical-align: top;
	letter-spacing: normal;
}

.item_strands .image {
	margin: 0 0 5px;
}


/* matrix */

.matrix_image img {
	width: 100%;
	height: auto;
}