@charset "utf-8";
/* CSS Document */
/* Simple Reset
------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
body {
	max-width: 950px;
	width: 100%;
	font-family: helvetica, verdana, geneva, arial, sans-serif;
	font-size: 14px;
	//font-size: 1em;
	background-color: #fffffe;
	text-decoration: none;
	font-weight: normal;
	line-height: 19px;
}
header {
	z-index: 50;
	background-color: #CCC;
}
a {
	color: #3399cc;
}
a:link {
	color: #3399cc;
	text-decoration: underline;
}
a:visited {
	color: #3399cc;
	text-decoration: underline;
}
a:active {
	color: #3399cc;
	text-decoration: underline;
}
a:hover {
	color: #3399cc;
	text-decoration: underline;
}

img {
	position: relative;
	width: 100%;
	max-width: 950px;
	height: auto;
	border: none;
}
h2 {
	font-size: 1.5em;
}
h3 {
	color: #777;
	font-size: 1.2em;
}
em {
	margin-left: 8px;
}
/*16:9*/
.video-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
//video source { width: 100%; height: auto; }

/*8:6*/
.flash-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.flash-container {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.flash-container iframe, .flash-container object, .flash-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*2:3*/
.flash-iphone4-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
	border: 3px;
}
.flash-iphone4-container {
	position: relative;
	padding-bottom: 150%;
	height: 0;
	overflow: hidden;
}
.flash-iphone4-container iframe, .flash-iphone4-container object, .flash-iphone4-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*2:1*/
.opt-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.opt-container {
	position: relative;
	padding-bottom: 48.5%;
	height: 0;
	overflow: hidden;
}
.opt-container iframe, .opt-container object, .opt-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.four-in-one img {
	width: 24.07%;
}
.three-in-one img {
	width: 33.33%;
	float: left;
}
.two-in-one img {
	width: 48%;
	float: left;
	background-color: #ccc;
	padding: 1%;
}
hr {
	display: block;
	clear: both;
}
#content {
	height: auto;
	margin: auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#bgImg {
	position: relative;
}
#bgImg img {
	position: absolute;
}
#bgImg iframe {
	position: absolute;
}

.orange {
	color: #ff9933;
}
/* OpArt ***********************************************/
.OpArtContent {
	width: 880px;
}
.OpArtContent img {
	width: 400px;
	height: 400px;
	color: #ddd;
	border: 5px solid;
	margin-left: 4px;
	margin-right: 4px;
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 6px;
	right: 5px;
	overflow: hidden;
	width: 51px;
	height: 25px;
	border: none;
	text-indent: 100%;
	background: url(../images/icon/ui.totop.png) no-repeat left -26px;
}
#toTopHover {
	background: url(../images/icon/ui.totop.png) no-repeat left -51px;
	width: 51px;
	height: 25px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}


/*

@keyframes fade-in-up {
  0% { opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.video-wrapper {
  text-align: center;
}

.video-container {  
  iframe {
    max-width: 100%;
    max-height: 100%;
  }

  &.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up .25s ease forwards;
  }
}

*/