@charset "UTF-8";

.pagecontent {
	font-size: 117%;
}


.pagetitle {
	margin-bottom:15px;
}


.nav {
	position: relative;
	width: 960px;
	z-index: 50;
}

.list_nav {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	letter-spacing: -.4em;
	background: #000;
}

.item_nav {
	position: relative;
	margin: 0 1px 0 0;
	padding: 0;
	display: inline-block;
	letter-spacing: normal;
}

.item_nav:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: 35px;
	background: #808080;
}

.item_nav:last-child:after {
	width: 0;
}

.item_nav a {
	display: block;
}

.item_nav img {
	vertical-align: bottom;
}



.brandbox {
	margin: -80px 0 70px;
	padding: 80px 0 0;
}

#aula.brandbox {
	margin-top: 0;
}


.boxhead {
	margin: 0 0 35px;
	text-align: center;
}

.brandimage {
	display: inline-block;
	width: 196px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.description {
	display: inline-block;
	width: 525px;
	margin: 0 0 0 17px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.brandlogo {
	margin: 0 0 1.5em 0;
}




.list_photos {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -.4em;
}

.list_photos img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	cursor: pointer;
}

.item_photos {
	display: inline-block;
	width: 180px;
	margin: 0 0 15px 15px;
	padding: 0;
	vertical-align: top;
	letter-spacing: normal;
}

.item_photos:first-child {
	margin-left: 0;
}

.item_photos .post_content {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 55px 0;
	text-align: center;
	background: #000;
}

.item_photos .post_content img {
	width: auto;
	height: auto;
	cursor: default;
}

.post_content .control {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.post_content .control .close {
	position: absolute;
	top: -55px;
	right: 0;
	width: 68px;
	height: 68px;
	background: url(http://tokyo-runway.com/ny/report/images/btn_close.png) no-repeat 50%;
	cursor: pointer;
}

.post_content .control .prev,
.post_content .control .next {
	position: absolute;
	top: 232px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.post_content .control .prev {
	left: 140px;
	background: url(http://tokyo-runway.com/ny/report/images/btn_prev.png) no-repeat 50%;
}

.post_content .control .next {
	right: 140px;
	background: url(http://tokyo-runway.com/ny/report/images/btn_next.png) no-repeat 50%;
}


.sep {
	height: 7px;
	margin: 0 0 70px;
	background: #fff;
	border-top: 3px solid #000;
	border-right: none;
	border-bottom: 3px solid #000;
	border-left: none;
}