@charset "utf-8";
/* CSS Document */

#press_description {
	float: left;
	width: 150px;
	margin-right: 20px;
}
	#press_tns {
		display: block;
		float: left;
		width: 570px;
		margin-top: -30px;
	}
		.tn {
			float: left;
			margin-right: 10px;
			height: 180px;
			cursor: pointer;
		}
#press_layer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 900;
	height: 100%;
	width: 100%;
	background: url(/_inc/img/fff_alpha80.png) repeat;
	cursor: pointer;
}
	#press_item {
		display: none;
		position: absolute;
		top: 7%;
		left: 50%;
		z-index: 901;
		margin-left: -100px;
		background: #fff;
		border: solid 1px #533019;
	}
	#youtube {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 902;
		width: 425px;
		height: 344px;
		margin-top: -172px;
		margin-left: -212px;
		background: #000;
	}
