
html, body {
	height:auto;
}

#detailScroll {
	position:fixed;
	bottom:22px;
	right:33px;
	cursor:pointer;
	display:none;
}

#content {
	max-width:960px;
	margin: 0 auto; 
	
	display:none;
}

header, section, footer {
	margin-left: 26px;
	margin-right: 26px;
}


/* ------------------------------------------------------------------ common */

.textSub, .textSubNotes, .textBody, .textNotes {
	line-height:150%;
}

.textSub      { font-size:22px; margin-top:46px; }
.textSubNotes { font-size:12px; margin-top:11px; }
.textBody     { font-size:16px; margin-top:24px; }
.textNotes    { font-size:12px; margin-top:26px; }


/* ------------------------------------------------------------------ header */

#standalone,
#iframe {
	display:none;
}
#standalone {
	
}
#iframe {
	
}

/* standalone */
header {
}
header #logo {
	width:15%;
	max-width:97px;
	margin-bottom:20px;
	float:left;
}
header #logoXtrail {
	margin-top:8px;
	float:right;
}
header #logoXtrail div {
	text-align:right;
	margin-bottom:10px;
}
header .btBack {
	clear:both;
	margin-bottom:10px;
}
header .btBack img {
	height:40px;
}

/* iframe */
header #iframe {
	margin-top:10px;
}

/* ------------------------------------------------------------------ section */

section {
	clear:both;
}

section #videoImage {
	position:relative;
	top:0px;
	left:0px;
}
section #videoHit {
	background:url(../IMG/USP/bt_play.png) no-repeat center;
	background-size:113px 112px;

	position: absolute;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
section #videoId, section #videoStart, section #videoEnd {
	display:none;
}
section #title {
	margin-top:36px;
	overflow:hidden;
}

section #title img {
	width:100%;
}

#secDetail {
	width:64%;
	margin-left:18%;
	margin-top:50px;
}
#secDetail .box,
#secDetail .box2 {
	clear:both;
	
	width:100%;
	padding-top:32px;
}

#secDetail .box img,
#secDetail .box .textBody,
#secDetail .box2 img,
#secDetail .box2 .textBody {
	display:inline-block;
	vertical-align:middle;
}
#secDetail .box img,
#secDetail .box2 img {
	width: 50%
}
#secDetail .box .textBody,
#secDetail .box2 .textBody {
	width: 42%;
	margin:0;
	margin-left:6%;
}

#secDetail .space {
	margin-top:32px;
}

#secDisplay {
	white-space:nowrap;
	margin-top:26px;
}
#secDisplay img {
	width:32%;
	margin-right:2%;
}

/* ------------------------------------------------------------------ footer */

footer {
	clear:both;
	padding-top:74px;
	margin-bottom:40px;
}
footer .btBack {
	display:none;
}
footer .btBack img {
	margin-top:48px;
}

.btPrev {
	float:left;
}
.btNext {
	float:right;
}
.btPrev img,
.btNext img {
	height:16px;
}

/* ------------------------------------------------------------------ loading */

#loading {
	width:100%;
	height:100%;
}
#loading img {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-right:-16px;
}


@media screen and (min-width: 321px) {
	.brSp {
		display:none;
	}
}


@media screen and (max-width: 600px) {
	.btPrev img,
	.btNext img {
		height:12px;
	}
}
@media screen and (max-width: 320px) {
	.brPc {
		display:none;
	}
	.btPrev img,
	.btNext img {
		height:8px;
	}
	.textSub      { font-size: 12px; margin-top:23px; }
	.textSubNotes { font-size:7.5px; margin-top: 6px; }
	.textBody     { font-size: 10px; margin-top:12px; }
	.textNotes    { font-size:7.5px; margin-top:13px; }
	
	header, section, footer {
		margin-left: 13px;
		margin-right: 13px;
	}
	header .btBack img {
		height:20px;
	}
	section #videoHit {
		background-size:56px 56px;
	}
	section #title {
		margin-top:18px;
	}
	section #title img {
		width:117%;
		overflow:hidden;
	}
	#secDetail {
		width:auto;
		margin-left:13px;
		margin-top:24px;
	}
	
	#secDetail .box,
	#secDetail .box2 {
		padding-top:18px;
	}
	#secDetail .box2 img {
		width: 100%
	}
	#secDetail .box2 .textBody {
		width: auto;
		display:block;
		margin:0;
		margin-top:12px;
	}
	#secDetail .space {
		margin-top:16px;
	}
	
	#secDisplay {
		white-space:normal;
		margin-top:0px;
	}
	#secDisplay span {
		display:block;
		margin-top:23px;
	}
	#secDisplay img {
		width:100%;
		margin:0;
	}
	
	footer {
		padding-top:24px;
		margin-bottom:16px;
	}
	footer .btBack img {
		margin-top:24px;
	}
}



/* ------------------------------------------------------------------ jScrollPane */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 100%;
	background: #3c3c3c;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 11px;
	background: #3c3c3c;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #3c3c3c;
	position: relative;
}

.jspDrag
{
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #3c3c3c;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #3c3c3c;
}

.jspVerticalBar .jspArrow
{
	height: 11px;
}

.jspHorizontalBar .jspArrow
{
	width: 11px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #3c3c3c;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
