@charset "UTF-8";

/**
 * design.css <www.sony.jp/cyber-shot/1hand-fullsize/>
 * create : 2012.10.17
 * update : 2012.10.17
 */

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	background: #222;
}

body#JS {
	background: #222;
}

/*--------------------------------------------------------------------------------
	.img-container
--------------------------------------------------------------------------------*/
.img-container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#JS .img-container {
	min-width: 1024px;
	min-height: 768px;
}

/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 120px 0 30px;
	height: auto;
	vertical-align: middle;
	overflow: visible;
}

#JS .section {
	padding: 60px 0 30px;
}

/*--------------------------------------------------------------------------------
	.content
--------------------------------------------------------------------------------*/
.content {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 738px;
}

#JS .content {
	width: auto;
	min-width: 738px;
}

/*--------------------------------------------------------------------------------
	.img-box
--------------------------------------------------------------------------------*/
.img-box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.img-box img {
	max-width: 1120px;
	min-width: 560px;
	max-height: 785px;
	min-height: 393px;
}

/*--------------------------------------------------------------------------------
	.txt-box
--------------------------------------------------------------------------------*/
.txt-box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 20px auto 0;
	width: 738px;
	min-width: 738px;
	min-height: 50px;
	font-size: 78%;
	line-height: 1.8;
	color: #fff;
	text-align: left;
}

#JS .txt-box {
	width: auto;
	min-width: 0;
}

.txt-box p.note {
	font-size: 90%;
}

/*--------------------------------------------------------------------------------
	.btn-*
--------------------------------------------------------------------------------*/
.btn-prev {
	position: absolute;
	left: 0;
	top: 0;
	height: 393px;
	text-indent: -9999em;
}

.btn-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 393px;
	text-indent: -9999em;
}

.btn-prev a {
	display :block;
	width: 48px;
	height: 100%;
	background: url("../img/btn_prev.gif") no-repeat center center;
}

.btn-next a {
	display :block;
	width: 48px;
	height: 100%;
	background: url("../img/btn_next.gif") no-repeat center center;
}

.btn-close {
	display: none;
}

#JS .btn-close {
	position: absolute;
	right: -74px;
	top: -74px;
	z-index: 3000;
	display: block;
	margin-right: 20px;
	width: 67px;
	height: 21px;
	background: url("../../img/btn_close.gif") no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}
