/**
 * download.css
 * lastModified: 2014.03.11
 */

/*--------------------------------------------------------------------------------
	.introduction
--------------------------------------------------------------------------------*/
.introduction {
	margin: 70px auto 0;
	width: 940px;
	text-align: center;
}
.introduction h3.heading {
	font-size: 225%;
	line-height: 1.4;
}
.introduction p.copy {
	margin-top: 25px;
	font-size: 93.8%;
	color: #5b5b5b;
}

/* .badge
--------------------------------------------------------------------------------*/
.introduction .badge-container {
	margin-top: 5px;
	text-align: right;
}
.introduction .badge-container em.badge {
	display: inline-block;
	padding: 0 35px;
	height: 40px;
	font-size: 168.8%;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	background: url("../img/intro_badge.png") repeat-x 0 center;
	border-radius: 7px;
}
.introduction .badge-container.win em.badge span {
	position: relative;
	top: 7px;
}
.introduction .badge-container.mac em.badge span {
	position: relative;
	top: 5px;
}

/* .intro-img
--------------------------------------------------------------------------------*/
.introduction .intro-img.win {
	position: relative;
	margin: 0 0 10px;
}
.introduction .intro-img.mac {
	position: relative;
	margin: 10px 0 40px;
}
.introduction .intro-img.mac img {
	margin-left: -25px;
}

@media(max-width:800px) {
	.introduction {
		margin: 9.114% 30px 0;
		width: auto;
	}
	.introduction h3.heading {
		font-size: 168.8%;
	}
	.introduction .badge-container {
		margin-top: 15px;
	}
	.introduction .intro-img.win {
		margin-top: 5px;
	}
	.introduction .intro-img.win img {
		width: 90%;
	}
	.introduction .intro-img.mac img {
		margin-left: 0;
		width: 100%;
	}
}
@media(max-width:640px) {
	.introduction {
		margin: 9.114% 20px 0;
	}
	.introduction p.copy {
		margin-top: 4.166%;
		font-size: 87.5%;
	}
	.introduction .badge-container {
		text-align: center;
	}
	.introduction .badge-container em.badge {
		font-size: 150%;
	}
	.introduction .intro-img.win {
		margin-top: 20px;
	}
	.introduction .intro-img.win img {
		width: 100%;
	}
	.introduction .intro-img.mac {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------------------------
	#Update
--------------------------------------------------------------------------------*/
#Update {
	margin: 20px auto 0;
	width: 940px;
}
#Update h3 {
	color: #242424;
}
#Update .inner {
	padding: 4px 0 !important;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
#Update .scroll-pane {
	height: 133px;
	overflow: hidden;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#Update table {
	table-layout:fixed;
	font-size: 81.3%;
	line-height: 1.4;
}
#Update table th {
	padding: 12px 20px 0 0;
	color: #000000;
	vertical-align: top;
	white-space: nowrap;
}
#Update table td {
	padding: 12px 0 0;
	color: #4d4d4d;
	vertical-align: top;
}
#Update table td.ver {
	padding: 12px 30px 0 0;
	white-space: nowrap;
}
#Update a {
	color: #555;
}
#Update a:hover {
	color: #000;
}

@media(max-width:800px) {
	#Update {
		margin: 15px 30px 0;
		width: auto;
	}
	#Update .scroll-pane {
		height: 200px;
	}
}
@media(max-width:640px) {
	#Update {
		margin: 25px 20px 0;
	}
	#Update .scroll-pane {
		height: 240px;
	}
	#Update table {
		display: block;
		padding-bottom: 20px;
	}
	#Update table th {
		display: inline-block;
		padding-right: 10px;
		width: auto;
	}
	#Update table td.ver {
		display: inline-block;
		width: 130px;
	}
	#Update table td.txt {
		display: block;
		padding: 4px 0 0 0;
	}
}

/* .scroll-pane
--------------------------------------------------------------------------------*/
.jspContainer {
	overflow: hidden;
	position: relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.jspPane {
	position: absolute;
	padding-bottom: 15px !important;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
	background: #fff;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	background: #ddd;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #bbb9c0;
}
.jspVerticalBar .jspArrow {
	height: 15px;
}
.jspVerticalBar .jspArrow.jspArrowUp {
	background: url("../img/news_arrow_up.gif") no-repeat;
}
.jspVerticalBar .jspArrow.jspArrowDown {
	background: url("../img/news_arrow_down.gif") no-repeat;
}


.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/*--------------------------------------------------------------------------------
	.features
--------------------------------------------------------------------------------*/
.features {
	position: relative;
	margin-top: 60px;
}
.features .inner {
	position: relative;
	margin: 0 auto;
	width: 940px;
	zoom: 1;
}
.features .inner:after {
	clear: both;
	display: block;
	content: "";
}
.features .inner.dl {
	margin-top: 80px;
	padding-bottom: 80px;
}
.features .section .rightfix {
	float: right;
	margin-top: 38px;
	width: 42.553%; /*400px;*/
}
.features .section h3 {
	font-size: 187.5%;
	line-height: 1.0;
	color: #242424;
}
.features .section p {
	margin-top: 15px;
	font-size: 93.8%;
	color: #555;
}
.features .section p.note {
	margin-top: 10px;
	font-size: 62.5%;
}
.features .item {
	float: left;
	margin-top: 60px;
	width: 45.106%; /*424px;*/
	text-align: center;
}
.features .item em {
	display: block;
	font-size: 106.3%;
	line-height: 1.4;
	color: #242424;
}
.features .item h3 {
	margin-top: 5px;
	font-size: 162.5%;
	line-height: 1.4;
	color: #242424;
}
.features .item p {
	margin-top: 10px;
	font-size: 87.5%;
	color: #555;
}

@media(max-width:800px) {
	.features .inner {
		margin: 0 30px;
		width: auto;
	}
	.features .section .rightfix {
		margin-top: 0;
		padding: 6% 0;
		width: 50%;
	}
	.features .item {
		float: none;
		margin: 30px 0 0 0 !important;
		padding-top: 30px !important;
		width: auto !important;
		border-top: 1px dotted #ddd;
		text-align: left;
		zoom: 1;
	}
	.features .item:after {
		clear: both;
		display: block;
		content: "";
	}
	.features .item .txt {
		float: left;
		width: 50%;
	}
	.features .item h3 {
		font-size: 150%;
	}
	.features .item .img {
		float: right;
		margin-top: 0 !important;
		width: 45%;
		text-align: center;
	}
	.features .item .btn-link {
		float: left;
		margin-top: 15px;
		width: 45%;
	}
}
@media(max-width:640px) {
	.features .section {
		height: auto;
	    padding-top: 45%;
	}
	.features .section .inner {
		position: static;
		margin: 0 0 0 0 !important;
		padding: 0 20px;
		background-color: #fff;
	}
	.features .section h3 {
		font-size: 150%;
	}
	.features .section .rightfix {
		float: none;
		padding-bottom: 0;
		width: auto;
	}
	.features .inner {
		margin: 0 20px;
	}
	.features .item {
		text-align: center;
	}
	.features .item .txt {
		float: none;
		width: auto;
	}
	.features .item h3 {
		font-size: 137.5%;
	}
	.features .item .img {
		float: none;
		margin-top: 15px !important;
		width: auto;
	}
	.features .item .btn-link {
		float: none;
		margin-top: 0;
		width: auto;
	}
	.features .inner.dl {
		margin-top: 13.333%;
		padding-bottom: 18.333%;
	}
}

/* .cloud
--------------------------------------------------------------------------------*/
.features .cloud {
	background: url("../img/feat_cloud.jpg") no-repeat center 0 #f3f4f4;
}
.features .cloud .inner {
	min-height: 376px;
}
.features .cloud .leftfix {
	float: left;
	margin: 4.042% 0 0 -2.872%; /*-38px 0 0 -27px;*/
	width: 53.191%; /*500px;*/
}
.features .cloud .button.black {
	margin-top: 20px;
}
.features .cloud .button.orange {
	margin-top: 7px;
}

@media (min-width: 1400px) {
	.features .cloud {
		background-size: cover !important;
	}
}
@media(max-width:800px) {
	.features .cloud {
		background-size: cover !important;
	}
	.features .cloud .inner {
		min-height: 1px;
	}
	.features .cloud .leftfix {
		width: 45%;
	}
	.features .cloud .leftfix img {
		width: 100%;
		max-width: 453px;
	}
}
@media(max-width:640px) {
	.features .cloud {
		background-position: left 0 !important;
    	background-size: 200% auto !important;
	}
	.features .cloud .leftfix {
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.features .cloud .leftfix img {
		width: 70%;
	}
}

/* .calendar
--------------------------------------------------------------------------------*/
.features .calendar {
	/*margin: 4px 0 50px;*/
	margin: 0;
	background: url("../img/feat_calendar.jpg") no-repeat center 0 #f8f9f9;
}
.features .calendar .inner {
	min-height: 374px;
}
.features .calendar .button.black {
	margin-top: 30px;
}

@media (min-width: 1400px) {
	.features .calendar {
		background-size: cover !important;
	}
}
@media(max-width:800px) {
	.features .calendar .inner {
		min-height: 1px;
	}
}
@media(max-width:640px) {
	.features .calendar {
		margin: 30px 0 0;
		background-position: left 0 !important;
    	background-size: 185% auto !important;
	}
	.features .calendar .button.black {
		margin-top: 20px;
	}
}

/* .sort
--------------------------------------------------------------------------------*/
.features .sort {
	background-color:#f3f4f4;
/* 	background: url("../img/feat_sort.jpg") no-repeat center 0 #f3f4f4; */
	position: relative;
}
.features .sort .inner {
	min-height: 376px;
}
.features .sort .leftfix {
	float: left;
	margin: 4.042% 0 0 -2.872%; /*-38px 0 0 -27px;*/
	width: 53.191%; /*500px;*/
}
.features .sort .button.black {
	margin-top: 20px;
}
.features .sort .button.orange {
	margin-top: 7px;
}

@media (min-width: 1400px) {
	.features .sort {
		background-size: cover !important;
	}
}
@media(max-width:800px) {
	.features .sort {
		background-size: cover !important;
	}
	.features .sort .inner {
		min-height: 1px;
	}
	.features .sort .leftfix {
		width: 45%;
	}
	.features .sort .leftfix img {
		width: 100%;
		max-width: 453px;
	}
}
@media(max-width:640px) {
	.features .sort {
		background-position: left 0 !important;
  	background-size: 200% auto !important;
  	padding-top: 0;
  	margin: 30px 0 0;
	}
	.features .sort .leftfix {
		float: none;
		/*position: absolute;*/
		position: relative;
		top: 0;
		left: 0;
		margin: 20px 0;
		padding: 20px 0 20px 0 ;
		width: auto;
		text-align: center;
		background: #f3f4f4;
	}
	.features .sort .leftfix img {
		width: 70%;
	}
	.features .sort .rightfix {
		padding:0 20px;
	}
	.features .sort .inner {
		padding:0;
	}
}

/* .drag
--------------------------------------------------------------------------------*/
.features .drag {
/* 	background: url("../img/feat_drag.jpg") no-repeat center 0 #f3f4f4; */
	background-color:#f3f4f4;
	position: relative;
}
.features .drag .inner {
	min-height: 376px;
}
.features .drag .leftfix {
	float: left;
	margin: 4.042% 0 0 -2.872%; /*-38px 0 0 -27px;*/
	width: 53.191%; /*500px;*/
}
.features .drag .button.black {
	margin-top: 20px;
}
.features .drag .button.orange {
	margin-top: 7px;
}

@media (min-width: 1400px) {
	.features .drag {
		background-size: cover !important;
	}
}
@media(max-width:800px) {
	.features .drag {
		background-size: cover !important;
	}
	.features .drag .inner {
		min-height: 1px;
	}
	.features .drag .leftfix {
		width: 45%;
	}
	.features .drag .leftfix img {
		width: 100%;
		max-width: 453px;
	}
}
@media(max-width:640px) {
	.features .drag {
		background-position: left 0 !important;
  	background-size: 200% auto !important;
  	padding-top: 0;
  	margin: 30px 0 0;
	}
	.features .drag .leftfix {
		float: none;
		/*position: absolute;*/
		position: relative;
		top: 0;
		left: 0;
		margin: 20px 0;
		padding: 20px 0 20px 0 ;
		width: auto;
		text-align: center;
		background: #f3f4f4;
	}
	.features .drag .leftfix img {
		width: 70%;
	}
	.features .drag .rightfix {
		padding:0 20px;
	}
	.features .drag .inner {
		padding:0;
	}
}

/* .upload
--------------------------------------------------------------------------------*/
.features .upload {
	/*background: url("../img/feat_upload.jpg") no-repeat center 0 #f3f4f4;*/
	position: relative;
	background-color:#f3f4f4;
	padding-bottom: 40px;
}
.features .upload .inner {
	min-height: 376px;
}
.features .upload .leftfix {
	float: left;
	margin: 4.042% 0 0 -2.872%; /*-38px 0 0 -27px;*/
	width: 53.191%; /*500px;*/
}
.features .upload .button.black {
	margin-top: 20px;
}
.features .upload .button.orange {
	margin-top: 7px;
}

@media (min-width: 1400px) {
	.features .upload {
		background-size: cover !important;
	}
}
@media(max-width:800px) {
	.features .upload {
		background-size: cover !important;
	}
	.features .upload .inner {
		min-height: 1px;
	}
	.features .upload .leftfix {
		width: 45%;
	}
	.features .upload .leftfix img {
		width: 100%;
		max-width: 453px;
	}
}
@media(max-width:640px) {
	.features .upload {
		background-position: left 0 !important;
  	background-size: 200% auto !important;
  	padding-top: 0;
  	margin: 30px 0 0;
	}
	.features .upload .leftfix {
		float: none;
		/*position: absolute;*/
		position: relative;
		top: 0;
		left: 0;
		margin: 20px 0;
		padding: 20px 0 10px 0 ;
		width: auto;
		text-align: center;
		background: #f3f4f4;
	}
	.features .upload .leftfix img {
		width: 70%;
	}
	.features .upload .rightfix {
		padding:0 20px;
	}
	.features .upload .inner {
		padding:0;
	}
}

/* .rw
--------------------------------------------------------------------------------*/
.features .rw {
	margin-right: 9.787%; /*92px;*/
}
.features .rw .img {
	margin-top: 4px;
	text-align: left;
}
.features .rw .img img {
	margin-left: -4.481%; /*-19px;*/
	width: 392px;
	height: 248px;
	max-width: 392px;
}
@media(max-width:800px) {
	.features .rw .img img {
		width: 100%;
		height: auto;
	}
}
@media(max-width:640px) {
	.features .rw {
		margin-right: 0;
	}
	.features .rw .img {
		text-align: center;
	}
}

/* .picture
--------------------------------------------------------------------------------*/
.features .picture.mac {
	margin-right: 9.787%; /*92px;*/
}
.features .picture .img {
	margin-top: 35px;
}
.features .picture .img img {
	width: 325px;
	height: 232px;
	max-width: 325px;
}

@media(max-width:800px) {
	.features .picture .img img {
		width: 100%;
		height: auto;
	}
}
@media(max-width:640px) {
	.features .picture.mac {
		margin-right: 0;
	}
}

/* .view
--------------------------------------------------------------------------------*/
.features .view {
	margin-right: 9.787%; /*92px;*/
}
.features .view .img {
	margin-top: 30px;
}
.features .view .img img {
	width: 278px;
	height: 241px;
	max-width: 278px;
}

@media(max-width:800px) {
	.features .view .img img {
		width: 100%;
		height: auto;
	}
}
@media(max-width:640px) {
	.features .view {
		margin-right: 0;
	}
}

/* .movie
--------------------------------------------------------------------------------*/
.features .movie .img {
	margin-top: 36px;
}
.features .movie .img img {
	width: 352px;
	height: 238px;
	max-width: 352px;
}
.features .movie .button {
	width: 377px;
}
.features .movie .button.orange {
	margin-top: 7px;
}

@media(max-width:800px) {
	.features .movie .img img {
		width: 100%;
		height: auto;
	}
	.features .movie .button {
		width: auto;
	}
}

/*--------------------------------------------------------------------------------
	.relation
--------------------------------------------------------------------------------*/
.relation {
	background: url("../img/relation_bg.gif") repeat-x;
}
.relation .inner {
	margin: 0 auto;
	padding-top: 100px;
	width: 940px;
}
.relation h3 {
	font-size: 187.5%;
	line-height: 1.5;
	color: #2b2b2b;
	text-align: center;
}
.relation .button.apps {
	margin-top: 20px;
	width: 437px;
	font-size: 100%;
	font-weight: normal;
	background: #3381c5;
	border-radius: 8px;
}
.relation .products {
	margin-top: 60px;
	padding: 30px 0 30px 0;
	background: #f1f5fa;
}
.relation .line {
	background: url("../img/relation_spt.png") repeat-y center 0;
	zoom: 1;
}
.relation .line:after {
	clear: both;
	display: block;
	content: "";
}
.relation .item {
	float: left;
	width: 42.553%; /*400px;*/
}
.relation .item .img {
	margin-bottom: 13px;
}
.relation h4 {
	font-size: 225%;
	font-weight: bold;
	line-height: 1.2;
	color: #3381c5;
	text-align: center;
}
.relation em {
	display: block;
	font-size: 93.8%;
	font-weight: bold;
	line-height: 1.2;
	color: #3381c5;
	text-align: center;
}
.relation p {
	margin-top: 12px;
	font-size: 81.3%;
	color: #5a5a5a;
}
.relation .item.xperia {
	margin: 0 0 0 3.191%; /*0 0 0 30px;*/
}
.relation .item.xperia img {
	margin: 0 0 0 8px;
	max-width: 378px;
}
.relation .item.bravia {
	margin: 0 0 0 8.510%; /*0 0 0 80px;*/
}
.relation .item.bravia img {
	margin: -4.25% 0 0 1.75%; /*-17px 0 0 7px;*/
	max-width: 378px;
}

@media(max-width:800px) {
	.relation .products {
		margin-top: 8.108%;
		padding-top: 40px;
	}
	.relation .inner {
		margin: 0 30px;
		width: auto;
	}
	.relation .item.xperia img {
		width: 100%;
	}
	.relation .item.bravia img {
		margin: -4.25% 0 0 0;
		width: 100%;
	}
}
@media(max-width:640px) {
	.relation .inner {
		margin: 0 20px;
		padding-top: 16.666%;
		width: auto;
	}
	.relation h3 {
		font-size: 137.5%;
	}
	.relation .products {
		padding: 0 0 30px 0;
	}
	.relation .line {
		background: none;
	}
	.relation .button.apps {
		width: auto;
	}
	.relation .item {
		float: none;
		margin: 30px 20px 0 !important;
		padding: 30px 0 0;
		width: auto;
		border-top: 1px dotted #639ed2;
	}
	.relation .item:first-child {
		margin-top: 0 !important;
		border-top: none;
	}
	.relation .item .img {
		text-align: center;
	}
	.relation .item img {
		margin: 0 !important;
		width: 90% !important;
	}
}

/*--------------------------------------------------------------------------------
	.compati
--------------------------------------------------------------------------------*/
.compati {
	margin: 60px auto 0;
	width: 85%;
	max-width: 1200px;
	min-width: 940px;
	color: #83838f;
}
.compati h3 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 137.5%;
	line-height: 1.3;
	color: #2e353d;
	border-bottom: 4px solid #e4e7eb;
}
.compati .inner {
	zoom: 1;
}
.compati .inner:after {
	clear: both;
	display: block;
	content: "";
}
.compati .list {
	float: left;
	margin-top: 40px;
	width: 48.207%;
	line-height: 1.65em;
}
.compati .list.wide {
	float: none;
	width: auto;
}
.compati .list li {
	padding: 15px 0;
	font-size: 93.8%;
	border-top: 1px solid #e4e7eb;
}
.compati .list li.first-child {
	padding-top: 0;
	border-top: none;
}
.compati p.note {
	margin-top: 10px;
	font-size: 81.3%;
	line-height: 1.5;
}
.compati .extra {
	float: right;
	margin-top: 40px;
	padding: 25px 2.75% 25px;
	width: 42.707%;
	font-size: 81.3%;
	background: #f1f5f9;
}

@media(max-width:800px) {
	.compati {
		margin: 60px 30px 0;
		width: auto;
		min-width: 320px;
	}
}
@media(max-width:640px) {
	.compati {
		margin: 60px 20px 0;
		min-width: 280px;
	}
	.compati h3 {
		margin: 0;
		padding: 0 0 10px 0;
	}
	.compati .list {
		float: none;
		margin-top: 5%;
		width: auto;
	}
	.compati .extra {
		float: none;
		margin-top: 7%;
		padding: 15px;
		width: auto;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

.introduction .another-os, .inner .another-os {
	margin-top: 15px;
	font-size: 93.8%;
	color: #505050;
	text-align: center;
}
.introduction .another-os a,
.introduction .another-os a:link,
.inner .another-os a,
.inner .another-os a:link {
	color: #0033cc;
}
.introduction .another-os a:hover,
.inner .another-os a:hover {
	color: #3c4c74;
}
/*--------------------------------------------------------------------------------
	.download
--------------------------------------------------------------------------------*/
.download {
	margin: 50px auto 0;
	padding-bottom: 100px;
	width: 940px;
}
.download .another-os {
	margin-top: 15px;
	font-size: 93.8%;
	color: #83838f;
	text-align: center;
}
.download .another-os a,
.download .another-os a:link {
	color: #4572ed;
}
.download .another-os a:hover {
	color: #3c4c74;
}

@media(max-width:800px) {
	.download {
		margin: 50px 30px 0;
		padding-bottom: 100px;
		width: auto;
	}
}
@media(max-width:640px) {
	.download {
		margin: 10% 20px 0;
	}
}

/*--------------------------------------------------------------------------------
	.btn-download
--------------------------------------------------------------------------------*/
.btn-download {
	padding: 3px;
	background: url("../img/btn_download_bg.gif") repeat-x 0 center #cc1f06;
	font-size: 143.8%;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	zoom: 1;
	cursor: pointer;
	transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
}
.btn-download:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.btn-download span {
	display: block;
	*margin-top: 3px;
	padding: 23px 15px 22px;
	border: 1px solid #fff;
}
.app-version {
	margin-top: 7px;
	font-size: 87.5%;
	color: #646464;
	text-align: center;
}
.txt-flow {
	margin-top: 15px;
	font-size: 87.5%;
	color: #646464;
	text-align: center;
}
.txt-flow__sib {
	margin-top: 0;
}
.txt-flow a,
.txt-flow a:link {
	color: #0033cc;
}
.txt-flow a:hover {
	color: #3c4c74;
}
.txt-escape {
	margin-top: 50px;
	font-size: 87.5%;
	color: #646464;
	text-align: center;
}

@media(max-width:640px) {
	.btn-download {
		font-size: 125%;
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.btn-download:hover {
		opacity: 1.0;
	}
	.btn-download span {
		padding: 19px 15px 18px;
	}
}

/*--------------------------------------------------------------------------------
	.button
--------------------------------------------------------------------------------*/
.button {
	margin: 0 auto;
	padding: 9px 10px 7px;
	font-size: 93.8%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	zoom: 1;
	cursor: pointer;
	transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
}
.button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.button.black {
	background: #363636;
}
.button.orange {
	background: #B50000;
}

@media(max-width:640px) {
	.button {
		padding: 12px 15px 10px;
		font-size: 87.5%;
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.button:hover {
		opacity: 1.0;
	}
}

/*--------------------------------------------------------------------------------
	Floatbox
--------------------------------------------------------------------------------*/
#FloatboxOverlayer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#FloatboxFrame {
	position: absolute;
	top: -2000px;
	left: -2000px;
	z-index: 9999;
}

/* .float-detail
--------------------------------------------------------------------------------*/
.float-detail {
	position: relative;
	display: inline-block;
	padding: 3px;
	background: #000000;
	color: #fff;
	*display: inline;
	*zoom: 1;
}
.float-detail .inner {
	margin: 0 auto;
	padding: 40px 40px;
	border: 2px solid #505050;
}
.float-detail .inner h4 {
	margin-bottom: 28px;
	font-size: 150%;
	font-weight: bold;
}

.float-detail .btn-close {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.float-detail .ss-invisible {
	position: relative;
	zoom: 1;
}
.float-detail .ss-invisible:after {
	clear: both;
	display: block;
	content: "";
}
.float-detail .ss-visible {
	display: none;
}

@media(max-width:640px){
	.float-detail {
		display: block;
	}
	.float-detail .inner {
		padding: 30px 30px 35px;
		width: auto !important;
		border: 2px solid #505050;
		text-align: center;
	}
	.float-detail .inner h4 {
		font-size: 131.3%;
	}
	.float-detail .ss-invisible {
		display: none;
	}
	.float-detail .ss-visible {
		display: block;
	}
	.float-detail .btn-close {
		display: none;
	}
}
@media(max-width:479px){
	.float-detail .inner h4 {
		font-size: 106.3%;
	}
}

/* .cloud
--------------------------------------------------------------------------------*/
.float-detail.cloud .inner {
	width: 799px;
}
.float-detail.cloud p.txt-01 {
	position: absolute;
	top: 53%; /*208px;*/
	right: 15px;
	font-size: 75%;
	text-align: center;
}
.float-detail.cloud p.txt-02 {
	margin-top: 42px;
	font-size: 93.8%;
	line-height: 1.2;
}
.float-detail.cloud p.txt-03 {
	margin-top: 10px;
	font-size: 93.8%;
	line-height: 1.2;
}
.float-detail.cloud p.txt-03 span {
	margin-left: 15px;
	font-size: 75%;
}
.float-detail.cloud p.txt-02 img,
.float-detail.cloud p.txt-03 img {
	margin-right: 10px;
	max-width: 42px;
	vertical-align: middle;
}

@media(max-width:640px){
	.float-detail.cloud .img-01 {
		width: 100%;
		height: auto;
		max-width: 488px;
	}
	.float-detail.cloud .img-02 {
		position: relative;
	}
	.float-detail.cloud .img-02 img {
		width: 100%;
		height: auto;
		max-width: 488px;
	}
	.float-detail.cloud .txt-04,
	.float-detail.cloud .txt-06 {
		margin-top: 15px;
		font-size: 75%;
		text-align: center;
	}
	.float-detail.cloud .txt-05 {
		position: absolute;
		top: 9.221%;
		right: -5.122%;
		width: 39.959%;
		font-size: 75%;
		line-height: 1.2;
		text-align: left;
	}
	.float-detail.cloud .txt-05 span {
		font-size: 75%;
	}
}

/* .calendar
--------------------------------------------------------------------------------*/
.float-detail.calendar .inner {
	width: 794px;
}
.float-detail.calendar .img-01 {
	float: left;
	/*margin-right: 13px;
	width: 264px;*/
	margin-right: 1.46%;
	width: 33.24%;
}
.float-detail.calendar .img-02 {
	float: left;
	/*margin-right: 13px;
	width: 264px;*/
	margin-right: 1.46%;
	width: 33.24%;
}
.float-detail.calendar .img-03 {
	float: left;
	/*width: 243px;*/
	width: 30.6%;
}
.float-detail.calendar .img-03 img {
	margin-top: -39px;
}
.float-detail.calendar .img-01 span,
.float-detail.calendar .img-02 span,
.float-detail.calendar .img-03 span {
	display: block;
	margin-top: 10px;
	font-size: 87.5%;
	line-height: 1.4;
}

@media(max-width:640px){
	.float-detail.calendar .ss-visible {
		text-align: center;
	}
	.float-detail.calendar span {
		display: block;
		margin: 10px 0 0 5%;
		font-size: 75%;
		line-height: 1.4;
		text-align: left;
	}
	.float-detail.calendar .img-04 {
		display: inline-block;
	}

	.float-detail.calendar .img-05 {
		display: inline-block;
		margin-top: 15px;
	}

	.float-detail.calendar .img-06 {
		display: inline-block;
		margin-top: 15px;
	}

	.float-detail.calendar .img-04 img,
	.float-detail.calendar .img-05 img,
	.float-detail.calendar .img-06 img {
		margin-left: -15%;
		width: 120%;
		max-width: 460px;
		height: auto;
	}
}

/* .movie
--------------------------------------------------------------------------------*/
.float-detail.movie .inner {
	width: 794px;
}
.float-detail.movie .box-01 {
	float: left;
	margin-right: 42px;
	margin-right: 5.289%;
	width: 355px;
	width: 44.71%;
}
.float-detail.movie .box-02 {
	float: right;
	width: 355px;
	width: 44.71%;
}
.float-detail.movie .txt-01 {
	margin-bottom: 25px;
}
.float-detail.movie .txt-01 img {
	margin-right: 10px;
	vertical-align: middle;
}
.float-detail.movie .txt-02 {
	display: block;
	margin-top: 10px;
	font-size: 75%;
}
.float-detail.movie .box-03 {
	margin-top: 35px;
	padding: 11px 21px 13px 32px;
	background: url("../img/feat_movie_05.gif") no-repeat 0 0 #333;
}
.float-detail.movie .box-03 .txt-03 {
	float: left;
	width: 365px;
}
.float-detail.movie .box-03 h5 {
	margin-top: 15px;
	font-weight: bold;
}
.float-detail.movie .box-03 p {
	margin-top: 10px;
	font-size: 81.3%;
}
.float-detail.movie .box-03 .img-03 {
	float: right;
}

@media(max-width:640px){
	.float-detail.movie .box-01 {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.float-detail.movie .img-01 {
		width: 100%;
		height: auto;
		max-width: 355px;
	}
	.float-detail.movie .txt-01 {
		font-size: 87.5%;
	}
	.float-detail.movie .txt-01 img {
		margin-top: -5px;
		margin-right: 5px;
		width: 26px;
		height: auto;
	}
	.float-detail.movie .box-02 {
		float: none;
		margin: 40px 0 0 0;
		width: auto;
	}
	.float-detail.movie .img-02 {
		width: 100%;
		height: auto;
		max-width: 355px;
	}
	.float-detail.movie .txt-02 {
		margin: 10px 5% 0;
		text-align: left;
	}
	.float-detail.movie .box-03 {
		padding: 20px;
	}
	.float-detail.movie .box-03 .txt-03 {
		float: none;
		width: auto;
	}
	.float-detail.movie .box-03 h5 {
		margin-top: 15px;
		font-weight: bold;
		text-align: left;
	}
	.float-detail.movie .box-03 p {
		margin-top: 10px;
		font-size: 81.3%;
		text-align: left;
	}
	.float-detail.movie .box-03 .img-03 {
		float: none;
		margin-top: 20px;
		width: 100%;
		height: auto;
		max-width: 350px;
	}
}

/*--------------------------------------------------------------------------------
	colorbox
--------------------------------------------------------------------------------*/
@media(max-width:640px){
	#cboxLoadedContent iframe .video-thumbnail {
		width: 1000px;
	}
}