@charset "utf-8";
@import url("classes.css");
@import url("module.css");

/**�@
 * common.css
 * update: 2013.06.21
 * update: 2013.10.11
 */

/*--------------------------------------------------------------------------------
	#tmpl_main | override Sony HQ design template v5.0
--------------------------------------------------------------------------------*/
body { margin:0; font-size: 12px;} /**ローカルサーバー用 */
@media(max-width:640px) {
	body{font-size:16px;}
	#footer {font-size:12px;}
	#new_header {font-size:12px;}
	.bread_banner {font-size:12px;}
}

body, p, span, h1, h2, h3, h4, h5, h6, label {
  color: #666;
  font-weight: normal;
}
img, object, embed, video {
  max-width: none;
}
#tmpl_main { width: 100% !important; margin:0; padding:0; }





/*--------------------------------------------------------------------------------
	.comment2
--------------------------------------------------------------------------------*/
.sd-content .comment2 {
	position: relative;
	min-height: 400px;
	overflow: hidden;
}
.sd-content .comment2.left {
	float: none;
	display: block;
}
.sd-content .comment2.right {
	float: none;
	display: block;
}
.sd-content .comment.left {
	float: none;
	display: block;
}
.sd-content .comment.right {
	float: none;
	display: block;
}
@media(max-width:640px) {
	.sd-content .comment2 {
		min-height: 1px;
	}
	.w960 {
	width: 98%;
	margin: 1% auto;
	}
}

/*--------------------------------------------------------------------------------
	#tmpl_contentMenu_bar
--------------------------------------------------------------------------------*/
#tmpl_contentMenu_bar {

	-webkit-font-smoothing: antialiased;
	min-width: 950px;
}

#tmpl_contentMenu_bar_base {
	width: 950px;
}
@media(max-width:640px) {
	#tmpl_contentMenu_bar {
		min-width: 320px;
	}
	#tmpl_contentMenu_bar_base {
	width: auto;
	}
}
#tmpl_contentMenu_bar h1 {

	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
}
#tmpl_contentMenu_bar h1 a:hover {
	text-decoration:none !important;
}

/*--------------------------------------------------------------------------------
	nav #tmpl_footerMenu
--------------------------------------------------------------------------------*/
nav #tmpl_footerMenu {
	min-width: 950px;
}
@media(max-width:640px) {
	nav #tmpl_footerMenu {
	min-width: 320px;
	}
}

/*--------------------------------------------------------------------------------
	.sdContainer
--------------------------------------------------------------------------------*/
.sdContainer {
	position: relative;
	min-width: 950px;
	line-height: 1.4;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

.sdContainer a {
	color: #666;
	text-decoration: none;
	*cursor: pointer;
	*background-color: transparent;
	*zoom: 1;
}
.sdContainer a:hover {
	text-decoration: none !important;
}
.sdContainer a.hover {
	display: inline-block;
	transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
}
.sdContainer a.hover:hover {
	opacity: 0.6;
}

.sdContainer img {
	border: 0;
	vertical-align: top;
}
.sdContainer h2, .sdContainer h3, .sdContainer h4, .sdContainer h5 {
	margin: 0;
	font-weight: lighter;
}
.sdContainer p, .sdContainer li {
	margin: 0;
}
.sdContainer ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.sdContainer table {
	border-collapse: collapse;
	border-spacing: 0;
}

	.adjust {
		-webkit-font-smoothing: antialiased;
	}
	.adjust a {
		display: inline-block;
		transition: none !important;
	}
	.adjust:hover {
		opacity: 1.0 !important;
	}
	.adjust a.hover:hover {
		opacity: 1.0;
	}

/* Media Queries
--------------------------------------------------------------------------------*/
@media(max-width:640px) {
	.sdContainer {
		min-width: 320px;
		font-size: 90%;
		-webkit-font-smoothing: antialiased;
	}
	.sdContainer strong {
		font-weight: normal;
	}
	.sdContainer a {
		display: inline-block;
		transition: none !important;
	}
	.sdContainer a:hover {
		opacity: 1.0 !important;
	}
	.sdContainer a.hover:hover {
		opacity: 1.0;
	}
}

/*--------------------------------------------------------------------------------
	#sdMainVisual
--------------------------------------------------------------------------------*/
#sdMainVisual {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#sdMainVisual .item {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}
#sdMainVisual .item.expand {
	background-size: cover;
}

#sdMainVisual .item a {
	display: block;
}

#sdMainVisual .item .inner {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 400px;
	/*overflow: hidden;*/
}

#sdMainVisual .item .inner.left {
	text-align: right;
}

#sdMainVisual .item img.main {
	position: absolute;
	z-index: 0;
	top: 0;
	left: -490px;/*left: -325px;*/
}

#sdMainVisual .item img.spacer {
	display: inline-block;
	width: 1px;
	height: 100%;
	font-size: 0;
	vertical-align: middle;
}

#sdMainVisual .item .heading {
	position: relative;
	display: inline-block;
	max-width: 95%;
	vertical-align: middle;
	/*z-index: 1;*/
	color: #666;
	text-align: left;
	*display: inline;
	*zoom: 1;
}
.no-script #sdMainVisual .item .heading {	 	
	margin-top: 158px;	 	
}

#sdMainVisual .item .heading h2 {
	font-size: 383.4%;
	/*font-size: 237.4%;*/
	-webkit-font-smoothing: antialiased;
	line-height: 1.2;
	color:#444;
	margin-top: 4px;
}

#sdMainVisual .item .heading p {
	margin-top: 7px;
	font-size: 183.4%;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	color: #666;
}

/* .adjust
--------------------------------------------------------------------------------*/
.adjust #sdMainVisual .item.expand {
	background-size: 1315px 600px;
}
.adjust #sdMainVisual .item .inner {
	font-size: 100%;
	margin: 0 30px 0 30px;
	width: auto;
}

/* Media Queries
--------------------------------------------------------------------------------*/
@media(min-width:1920px) {
	#sdMainVisual .item {
		background-size: cover;
	}
	#sdMainVisual .item.future-design {
		background-size: auto;
		background-color: #fcfcfc;
	}
	#sdMainVisual .item.future-design2 {
		background-size: cover;
	}
}
@media(max-width:640px) {
	#sdMainVisual {
		min-width: 320px;
	}
	#sdMainVisual .item {
		font-size: 100%;
		background-size: auto 100%;
	}
	#sdMainVisual .item .inner {
		margin: 0 20px 0 30px;
		width: auto;
		/*height: 380px !important;*/
		height: 340px !important;
	}
}
@media(max-width:540px) {
	#sdMainVisual .item .heading{ font-size: 110% !important;}
	#sdMainVisual .item .inner { height: 340px !important; }
}
@media(max-width:480px) {
	#sdMainVisual .item {
		
	}
	#sdMainVisual .item .inner {
		margin: 0 15px;
		height: 300px !important;
	}
}
@media(max-width:400px) {
	#sdMainVisual .item .inner { height: 250px !important; }
}
@media(max-width:360px) {
	#sdMainVisual .item { font-size: 55%; }
	#sdMainVisual .item .inner { height: 230px !important; }
	#sdMainVisual .item .heading p { margin-top: 5px; }
}
@media(max-width:320px) {
	#sdMainVisual .item .inner { height: 200px !important; }
}

/*--------------------------------------------------------------------------------
	.sd-content-menu
--------------------------------------------------------------------------------*/
.sd-content-menu {
	min-width: 940px;
	font-size: 75%;
	-webkit-font-smoothing: antialiased;
	color: #666;
	line-height: 1.0;
	border-top: 1px solid #dbdbe4;
	border-bottom: 1px solid #dbdbe4;
}
.sd-content-menu ul {
	margin: 0 auto;
	width: 940px;
	*zoom: 1;
}
.sd-content-menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.sd-content-menu li {
	float: left;
	width: 33.3%;
	background: url("../img/cnt_menu_spt.gif") no-repeat right center;
	text-align: center;
}
.sd-content-menu.two li {	 	
	width: 50%;	 	
}
.sd-content-menu li:last-child {
	background: none;
}
.sd-content-menu li a {
	display: block;
	padding: 19px 0;
}
.sd-content-menu li a.current,
.sd-content-menu li a:hover {
	color: #2892e2;
}
.sd-content-menu li span {
	margin-right: 4px;
}

	.adjust .sd-content-menu {
		font-size: 93.8%;
	}

/* Media Queries
--------------------------------------------------------------------------------*/
@media(max-width:640px) {
	.sd-content-menu {
		min-width: 320px;
	}
	.sd-content-menu ul {
		width: auto;
	}
}
@media(max-width:400px) {
	.sd-content-menu {
		font-size: 87.5%;
		border-bottom: none;
	}
	.sd-content-menu li {
		float: none;
		width: auto;
		text-align: left;
		border-bottom: 1px solid #dbdbe4;
		background: none;
	}
	.sd-content-menu.two li {	 	
		width: auto;	 	
	}
	.sd-content-menu li a {
		padding: 19px 20px;
	}
}

/*--------------------------------------------------------------------------------
	.sd-content
--------------------------------------------------------------------------------*/
.sd-content {
	position: relative;
	margin: 75px auto 0;
	width: 940px;
	color: #666;
	_overflow: hidden;
}

.sd-content h3 {

	-webkit-font-smoothing: antialiased;
}

.sd-content p {
	font-size: 116.7%;
	line-height: 1.75;
}
.sd-content p span.eng {

	-webkit-font-smoothing: antialiased;
	font-size:150%;
	line-height:1;
}
.sd-content p span.english {

	-webkit-font-smoothing: antialiased;
}

.sd-content p.small{
	font-size:77.5%;
	line-height: 1.75;
}

.sd-content .section {
	position: relative;
	margin-top: 95px;
	*zoom: 1;
}

.sd-content .section.close {
	margin-top: 75px;
}

.sd-content .section:after {
	clear: both;
	display: block;
	content: "";
}

/* .adjust
--------------------------------------------------------------------------------*/
.adjust .sd-content {
	font-size: 120%;
	margin-left: 30px;
	margin-right: 30px;
	width: auto;
	max-height: 999999px;
}

/* Media Queries
--------------------------------------------------------------------------------*/
@media(max-width:640px) {
	.sd-content {
		margin-top: 50px;
		margin-left: 30px;
		margin-right: 30px;
		width: auto;
		max-height: 999999px;
	}
	


}
@media(max-width:480px) {
	.sd-content {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/*--------------------------------------------------------------------------------
	#sdFooter
--------------------------------------------------------------------------------*/
#sdFooter {
	margin: 90px auto 0;
	padding-bottom: 60px;
	min-width: 940px;

	-webkit-font-smoothing: antialiased;
	line-height: 1.0;
	color: #666;
}

#sdFooter .pagetop {
	margin: 0 auto 19px;
	width: 940px;
	text-align: right;
}

#sdFooter .pagetop a {
	display: inline-block;
	padding-left: 21px;
	background: url("../img/pagetop.png") no-repeat 0 2px;
}

#sdFooter .pagetop a:hover {
	color:#2892e2;
	background-position: 0 -10px;
}

#sdFooter .heading {
	border-top: 1px solid #dbdbe4;
	border-bottom: 1px solid #dbdbe4;
}

#sdFooter .heading h2 {
	margin: 0 auto;
	padding: 13px 0 18px;
	width: 940px;
	font-size: 118.8%;

	*line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}
#sdFooter .heading h2 a:hover{
	color:#2892e2;
}
#sdFooter .heading ul {
	margin: -35px auto 20px auto;
	text-align:right;
	width: 940px;
	font-size: 81.3%;
}
#sdFooter .heading ul li {
	float:right;
}
#sdFooter .heading ul li.first {
	color:#aaa;
	padding-right:10px;
	border-right:1px solid #dbdbe4;
	margin-right:9px;
}
#sdFooter .heading ul:after {
	clear: both;
	display: block;
	content: "";
}

#sdFooter .heading ul li a:hover{
	color:#2892e2;
}

#sdFooter .menu {
	margin: 0 auto;
	width: 940px;
	*zoom: 1;
}

#sdFooter .menu:after {
	clear: both;
	display: block;
	content: "";
}

#sdFooter .menu .item {
	float: left;
	width: 313px;
}

#sdFooter .menu .item.last-child {
	width: 220px;
}

#sdFooter .menu h3 {
	margin: 18px 0 0;
	padding-bottom: 3px;
	font-size: 118.8%;
	color: #aaa;

	-webkit-font-smoothing: antialiased !important;
}

#sdFooter .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sdFooter .menu li {
	margin: 10px 0 0;
	font-size: 81.3%;
}

#sdFooter .menu .item.last-child li a {
	color:#777;
}
#sdFooter .menu li a:hover,
#sdFooter .menu .item.last-child li a:hover {
	color:#2892e2;
}

	.adjust #sdFooter {
		min-width: auto;
		font-size: 110%;
	}
	.adjust #sdFooter .pagetop {
		margin: 0 30px 19px;
		width: auto;
	}
	.adjust #sdFooter .heading h2 {
		margin: 0 30px;
		padding: 13px 0 18px;
		width: auto;
	}
	.adjust #sdFooter .heading ul {
	margin: -32px 30px 15px 30px;
	width: auto;
	}
	.adjust #sdFooter .menu {
		margin: 0 30px 0;
		width: auto;
	}
	.adjust #sdFooter .menu .item {
		width: 25%;
	}
	.adjust #sdFooter .menu .line .item:last-child {
		width: 25%;
	}

/* Media Queries
--------------------------------------------------------------------------------*/
@media(max-width:640px) {
	#sdFooter {
		min-width: 320px;
		font-size: 120%;
	}
	#sdFooter .pagetop {
		margin: 0 30px 19px;
		width: auto;
	}
	#sdFooter .pagetop a {
		background: url("../img/pagetopl.png") no-repeat 0 2px;
		background-size: 15px auto;
	}
	#sdFooter .heading h2 {
		margin: 0 30px;
		padding: 13px 0 18px;
		width: auto;
	}
	#sdFooter .heading ul {
		margin: -35px 30px 20px;
		width: auto;
	}
	#sdFooter .menu {
		margin: 0 30px 0;
		width: auto;
	}
	#sdFooter .menu .line:after {
		clear: both;
		display: block;
		content: "";
	}
	#sdFooter .menu .item {
		width: 55%;
	}
	#sdFooter .menu .line .item:last-child {
		width: 45%;
	}
	#sdFooter .menu h3 {
		margin-top: 30px;
	}
}
@media(max-width:480px) {
	#sdFooter .pagetop {
		margin: 0 15px 19px;
	}
	#sdFooter .heading h2 {
		margin: 0 15px;
	}
	#sdFooter .heading ul {
		margin: -35px 15px 20px;
		width: auto;
	}
	#sdFooter .menu {
		margin: 0 15px 0;
	}
	#sdFooter .menu h3 {
		margin-top: 35px;
	}
	#sdFooter .menu li {
	margin: 15px 0 0;
	font-size: 81.3%;
	}
}
@media(max-width:320px) {
	#sdFooter {
		font-size: 130%;
	}
	#sdFooter .menu .item {
		width: 100%;
	}
	#sdFooter .menu .line .item:last-child {
		width: 100%;
	}
	#sdFooter .menu h3 {
		margin-top: 40px;
	}
	#sdFooter .menu li {
		margin: 20px 0 0;
	}
}


.compati #tmpl_footerMenu {
	margin: 0;
}
@media(min-width:950px) and (max-width:1279px){
	.imgsuo {
	max-width: 100%;
	}
}


/* .txt-box
--------------------------------------------------------------------------------*/
.sd-content .comment2 .txt-box {
	position: relative;
	z-index: 1;
	width: 48.9%; /*460px*/
}
.sd-content .comment2.right .txt-box {
	margin-left: 43.617%; /*410px;*/
}
.sd-content .comment2.left .txt-box {
	margin-left: 6.9148%; /*65px;*/
}
.sd-content .comment2 .txt-box em {
	display: block;
	font-size: 150%;
	font-style: normal;
	line-height: 1.6;
	color: #7f7f7f;
}
.sd-content .comment2 .txt-box p {
	margin-top: 25px;
	font-size: 108.4%;
	line-height: 2.2;
}
.sd-content .comment2 .txt-box p.name {
	margin-top: 20px;
}
.sd-content .section h5 {
	position: relative;
	z-index: 1;
	padding-bottom: 5px;
	font-size: 183.4%;
	line-height: 1.8;
}
.sd-content .section p {
	position: relative;
	z-index: 1;
	margin-top: 15px;
	padding-bottom: 11px;
	font-size: 108.4%;
	line-height: 2.1;
}
.sd-content .section .product {
	font-size: 366.7%;
	line-height: 1.2;
}
.sd-content .section .series {
	display: block;
	font-size: 191.7%;
	line-height: 1.0;
}
.sd-content .section.notice p {
	font-size: 68.8%;
	text-align: right;
}

.adjust .sd-content .section h5 {
	font-size: 138.9%;
}

@media(max-width:640px) {
	.sd-content .section h5 {
		padding-bottom: 0;
		font-size: 138.9%;
	}
	.sd-content .section p {
		padding-bottom: 10px;
		font-size: 83.4%;
	}
	.sd-content .section .product {
		font-size: 225%;
	}
	.sd-content .section.notice p {
		font-size: 62.5%;
		text-align: left;
	}
}

/*--------------------------------------------------------------------------------
	#sdMainVisual
--------------------------------------------------------------------------------*/
#sdMainVisual .item .heading em {
	font-size: 183.4%;
	font-style: normal;
	font-weight: lighter;
}

@media(max-width:640px) {
	#sdMainVisual .item .heading h2 {
		margin-top: 0;
		font-size: 300%;
	}
}
@media(max-width:480px) {
	#sdMainVisual .item .heading em {
		font-size: 125%;
	}
	#sdMainVisual .item .heading h2 {
		margin-top: 0;
		font-size: 225%;
	}
}
@media(max-width:375px) {
	#sdMainVisual .item .heading em {
		font-size: 105%;
	}
	#sdMainVisual .item .heading h2 {
		font-size: 185%;
	}
}
@media(max-width:360px) {
	#sdMainVisual .item .heading em {
		font-size: 125%;
	}
	#sdMainVisual .item .heading h2 {
		font-size: 225%;
	}
}

/*--------------------------------------------------------------------------------
	.intro
--------------------------------------------------------------------------------*/
.sd-content .intro h3 {
	font-size: 266.7%;
	/*color: #808080;*/
	text-align: center;
	background-color: #fff;
	font-weight: lighter;
}
.sd-content .intro p {
	margin: 27px 0 0;
	font-size: 125%;
	line-height: 2.4;
	text-align: center;
	background-color: #fff;
}



.sd-content .comment .txt-box em {
	display: block;
	font-size: 150%;
	font-style: normal;
	line-height: 1.6;
	color: #7f7f7f;
}
.sd-content .comment .txt-box p {
	margin-top: 25px;
	font-size: 108.4%;
	line-height: 2.2;
}
.sd-content .comment .txt-box p.name {
	font-size: 100%;
}

.sd-content .heading h4 {
	font-size: 250%;
	line-height: 2;
}
.sd-content .heading em {
	font-size: 125%;
	font-style: normal;
}
@media(max-width:640px) {
	.sd-content .intro h3 {
		font-size: 187.5%;
	}
	.sd-content .comment .txt-box em {
		font-size: 118.1%;
	}
	.sd-content .comment .txt-box p {
		margin-top: 20px;
		font-size: 83.4%;
	}
	.sd-content .comment .txt-box p.name {
		font-size: 83.4%;
		margin-top: 15px;
	}
	.sd-content .heading h4 {
		font-size: 138.9%;
	}
	.sd-content .heading em {
		font-size: 83.4%;
	}
}


.adjust .sd-content .comment2 .txt-box {
	width: 51%;
}

@media(max-width:640px) {
	.sd-content .comment2 .txt-box {
		padding: 40px 0 100px !important;
		width: 60%;
	}
	.sd-content .comment2 .txt-box p {
		margin-top: 20px;
		font-size: 83.4%;
	}
	.sd-content .comment2 .txt-box p.name {
		margin-top: 15px;
	}
	.sd-content .comment2.right .txt-box {
		margin-left: 35%;
	}
	.sd-content .comment2 .txt-box em {
	  font-size: 118.1%;
	}
}
@media(max-width:479px) {
	.sd-content .comment2 .txt-box {
		padding: 30px 0 75% !important;
		margin: 0 20px !important;
		width: auto;
	}
}

/* .img-box
--------------------------------------------------------------------------------*/
.sd-content .comment2 .img-box {
	position: absolute;
	z-index: 0;
	bottom: 0;
}
.sd-content .comment2.right .img-box {
	left: 0;
}
.sd-content .comment2.left .img-box {
	right: 0;
}

@media(max-width:640px) {
	.sd-content .comment2.right .img-box img {
		width: 110%;
	}
	.sd-content .comment2.left .img-box img {
		margin-left: -10%;
		width: 110%;
	}
}
@media(max-width:479px) {
	.sd-content .comment2.right .img-box img {
		margin-left: 0 !important;
		width: 180%;
	}
	.sd-content .comment2.left .img-box img {
		margin-left: -80%;
		width: 180%;
	}
}
/*--------------------------------------------------------------------------------
	.intro
--------------------------------------------------------------------------------*/
.adjust .sd-content .intro h3 {
	font-size: 168.8%;
}

@media(max-width:640px) {
	.sd-content .intro h3 {
		font-size: 152.8% !important;
	}
	.sd-content .intro p {
		font-size: 76.4%;
	}
}

.sd-content .section.no-02 .card strong {
  font-size: 183.4%;
}
.sd-content .section.no-02 .card em {
  font-size: 108.4%;
}
.sd-content .videozhushi {
	margin-left: 90px;
}
.sd-content .section h5.ent.big {
	font-size: 400%;
}
@media(max-width:640px) {
	.sd-content .section.no-02 .card strong {
	  font-size: 138.9%;
	}
	.sd-content .section.no-02 .card em {
	  font-size: 83.4%;
	}
	.sd-content .videozhushi {
		margin-left: 0px;
		font-size: 70%;
	}
	.sd-content .conclu p{
	  font-size: 97.3%;
	}
	.sd-content .section h5.ent.big {
	font-size: 200%;
	}
}

.section .txt-box h5 {
  font-size: 183.4%;
  line-height: 1.8;
}
.section .txt-box p {
  font-size: 108.4%;
  line-height: 2.1;
}
.section.no-06 .txt-box h5 {
  padding-bottom: 20px;
}
.section.no-08 .txt-box h5 {
  padding-bottom: 20px;
}
@media(max-width:640px) {
	.section .txt-box h5 {
	  font-size: 138.9%;
	  line-height: 1.8;
	}
	.section .txt-box p {
	  font-size: 83.4%;
	  line-height: 2.1;
	}

}

.sd-content .section.no-05 dt {
  font-size: 133.4%;
  line-height: 2;
  font-weight: lighter;
}
.sd-content .section.no-05 dd {
  font-size: 85%;
}

.sd-content .section .key-value strong {
  font-size: 158.4%;
}
.sd-content .section .key-value em {
  font-size: 108.4%;
}
.sd-content .section .key-value dt {
  font-size: 133.4%;
  font-weight: lighter;
}
.sd-content .section .key-value dd {
  font-size: 85%;
}

.pagebottomnote{
	text-align: center;
	padding-bottom: 30px;
}



.back_homepage {
	display: none;
}
.back_homepage_mobile {
	display: none;
}
@media(min-width: 1025px) {
	.back_homepage {
		display: block;
		position: fixed;
		max-width: 1100px;
		width: 90%;
		height: 0;
		left: 0;
		right: -100px;
		bottom: 80px;
		margin: 0 auto;
		z-index: 9;
	}
	.back_homepage a {
		float: right;
	}
}
@media(max-width: 1024px) {
	.back_homepage_mobile {
		display: block;
		position: fixed;
		width: 97%;
		height: 0;
		left: 0;
		right: 0;
		bottom: 50px;
		margin: 0 auto;
		z-index: 9;
	}
	.back_homepage_mobile a {
		float: right;
	}
}
