@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
/*************************************************************
RESET AND BASIC DEFINITIONS
*************************************************************/
/*はみ出し防止*/
html {
overflow-x:hidden;min-width:970px
}

/* GLOBAL RESET
============================================================*/
body,h1, h2, h3, h4, h5, p, ul, li, ol, dl, dt, dd, h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input  {
margin: 0px;
padding: 0px;
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

html,body{
height: 100%;
}
table, th, td, th {
font-weight: normal;
}

body {
font-size: 13px;
*font-size: small;
*font: x-small;
}

table {
font-size: 13px;
font: 100%;
}
img { border: 0;
vertical-align: top;
line-height: 0;
 }
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}

/*************************************************************
CONTAINERS
*************************************************************/

body {
	color: #666;
	background-color: #25211e;
	background-image: url(../img/dark_bg.gif);
}

* html #wrapper {
	height:100%;
}

/* FONT
============================================================*/
body {
font-family: 'Lucida Grande', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'Verdana', 'MS P ゴシック';
font-size: 13px;
*font-size: small;
*font: x-small;
}
table, td {
font-size: 100%;
}
/*************************************************************
フォントサイズ
*************************************************************/
.txt11 {
	font-size: 85%;
	line-height: 160%;
}
.txt12 {
	font-size: 93%;
	line-height: 160%;
}
.txt13 {
	font-size: 100%;
	line-height: 160%;
}
.txt14 {
	font-size: 107%;
	line-height: 160%;
}
.txt15 {
	font-size: 114%;
	line-height: 160%;
}
.txt16 {
	font-size: 122%;
	line-height: 160%;
}

/* FONT-SIZE ADJUSTMENT
77% = 10px | 122% = 16px | 167% = 22px
85% = 11px | 129% = 17px | 174% = 23px
92% = 12px | 136% = 18px | 182% = 24px
100% = 13px | 144% = 19px | 189% = 25px
107% = 14px | 152% = 20px | 197% = 26px
114% = 15px | 159% = 21px |
============================================================*/

globalheader.recruit #globalnav li#gn-recruit a { background-position: -852px -61px; width: 118px; cursor:default; }


/*************************************************************
回り込み解除処理
*************************************************************/
.cbox { 
zoom: 100%;
}

.cbox:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
/* ///////////////////////////////////////////

clearfix 

////////////////////////////////////////////*/  
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*  float/clear  */
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clear{
	clear:both;
}


/*************************************************************
ヘッダ指定
*************************************************************/
#header {
	background-image: url(../head/bg.png);
	background-position: center top;
	height: 115px;
	margin: 0 auto;
	overflow: hidden;
}
#logoarea {
	overflow: hidden;
	position: fixed;
	z-index: 800;
	width: 100%;
	background-image: url(../head/bg.png);
	background-position: center top;
	display: block;
	height: 60px;
	zoom:1
}
#logoarea #headerfix {
	width: 970px;
	background-image: url(../head/logarea_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
#logoarea #logo {
	float:left;
	display: block;
	margin:10px 0 0 0;
	height:35px;
	float:left;
}
#logoarea #logo a {
	display: block;
	height: 0px;
	width: 138px;
	padding-top: 35px;
	overflow: hidden;
	background-image: url(../head/logo.gif);
	background-repeat: no-repeat;
}
#headerInqiry {
	background-image: url(../img/inquiry.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -100em;
	height: 35px;
	width: 260px;
	overflow: hidden;
	float:right;
	margin:11px 12px 0 0 ;	
}
#headerInqiry a {
	display: none;
}
@media screen and (max-device-width:768px) {
#headerInqiry a {
	height:70px;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	height: 35px;
	width: 260px;
}
}

#inqiryBtn {
	height: 37px;
	width: 175px;
	float:right;
	margin-top:10px;
}
#inqiryBtn a {
	background-image: url(../img/inquiryBtn.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -100em;
	height: 37px;
	width: 175px;
	overflow: hidden;
}
#inqiryBtn a:hover {
	background-position:left -37px;
}

#header .naviarea {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}


/*navigation*/

#globalheader {
	padding-top: 65px;
	background-image: url(../head/logarea_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#globalheader ul {
	width: 970px;
	height: 47px;
	overflow: hidden;
	margin:0 auto;
	display:block;
}
#globalheader li {
	float:left;
}
#globalheader li a {
	top: 0;
	height: 47px;
	background-image: url(../head/navi.png);
	text-indent: -9000px;
	overflow: hidden;
	z-index: 2;
	display:block;
}
#globalheader li.custom a {
	width: 150px;
	background-position: 0px 0px;
}
#globalheader li.custom a:hover {
	background-position: 0px -47px;
}
#globalheader li.modelhouse a {
	width: 150px;
	background-position: -150px 0px;
}
#globalheader li.modelhouse a:hover {
	background-position: -150px -47px;
}
#globalheader li.asset a {
	width: 150px;
	background-position: -300px 0px;
}
#globalheader li.asset a:hover {
	background-position: -300px -47px;
}
#globalheader li.consept a {
	width: 131px;
	background-position: -450px 0px;
}
#globalheader li.consept a:hover {
	background-position: -450px -47px;
}
#globalheader li.access a {
	width: 130px;
	background-position: -581px 0px;
}
#globalheader li.access a:hover {
	background-position: -581px -47px;
}
#globalheader li.profile a {
	width: 130px;
	background-position: -711px 0px;
}
#globalheader li.profile a:hover {
	background-position: -711px -47px;
}
#globalheader li.recruit a {
	width: 129px;
	background-position: -841px 0px;
}
#globalheader li.recruit a:hover {
	background-position: -841px -47px;
}



/*************************************************************
メインコンテンツ
*************************************************************/

#mainwrap {
	
	
	background-color: #FFF;
}

#maincontents {
width: 980px;
margin: 0 auto;
	padding: 0px 0px 10px 0px;
	text-align: left;	
}




/* ///////////////////////////////////////////

footer

////////////////////////////////////////////*/

#footer {
	line-height: 1.4em;
	color: #a9a6a0;
	background-image: url(../../index/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align:left;
}
#footer a {
	color: #fff;
}

#footer .footernavi {
	width:970px;
	margin:0 auto;
	border-right:1px solid #353433;
}
.footernavi ul.nav {
	display:block;
	float:left;
}
.footernavi ul.nav2 {
	display:block;
	float:right;
	width: 25%;
}
.footernavi ul.sitenav {
	width:230px;
	padding-left:20px;
	border-left:1px solid #353433;
}
.footernavi ul.sitenav2 {
	width:210px;
	padding-left:20px;
	border-left:1px solid #353433;
}
.footernavi ul li {
	font-size: 85%;
	line-height: 1.3;
	margin-bottom: 7px;
	zoom:1;
}
.footernavi ul li.navsitemap {
	margin-bottom: 25px;
}
.footernavi ul li.nmlink {
	margin-bottom: 5px;
}
.footernavi ul li p {
	font-size: 90%;
	font-weight:normal;
}
.nav ul.sub,
.nav2 ul.sub {
	margin-top: 7px;
	padding-left:2em;
}
.nav ul.sub li,
.nav2 ul.sub li {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: normal;
}
.footernavi .nav a,
.footernavi .nav2 a {
	text-decoration: none;
	color:#a9a6a0;
	display:block;
	zoom:1;
}
.footernavi .nav a:hover,
.footernavi .nav2 a:hover {
	color: #FFF;
}
span.nwlink {
	background-image: url(../image/footer_link2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}
.footernavi .nav li.logolink {
	background-image: none;
	float: left;
	margin: 20px 0px 10px 0px;
	padding:0;
}
.footernavi .nav li.mgn10 {
	margin: 20px 8px 10px 0px;
}
#pagetop {
	position: absolute;
	overflow: hidden;
	width: 35px;
	height: 35px;
	left: 946px;
	top: -15px;
}
#pagetop a.ptop {
	background-image: url(../image/pagetop.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 35px;
	width: 35px;
}
#pagetop a:hover.ptop {
	background-position: left -35px;
}
#footer #copyright .cr {
	font-size: 85%;
}
#footer #copyright {
	border-top:1px solid #3a3836;
	padding-top:12px;
	margin-top:12px;
}
#footer #copyright .crinner {
	width: 970px;
	margin:5px auto 0px auto;
}
#footer .cr {
	font-size: 85%;
	margin-top: 10px;
}
#footer address {
	font-style: normal;
}

.nav li a {
	background-image: url(../img/f_bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
/**/
.width770 {
	margin: 6px;
}
#contentsparts {
	width: 742px;
	float: left;
	text-align: left;
	display: inline;
}




#mainmenu {
	width: 652px;
	height: 49px;
	overflow: hidden;
	clear: left;
	position: absolute;
	z-index: 500;
	text-align: center;
	background-image: none;
	bottom: 0px;
	background-color:#000;
	box-shadow:0px 0px 6px rgba(000,000,000,0.5);
	}
#mainmenu li { display: inline; zoom:1 }
#mainmenu li a {
	float: left;
	background-image: url(../../index/main_menu.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height:49px;
	background-position: left -1px;
	text-indent:-999em;
}

/* BUTTONS */
#mainmenu li.mcustom a { background-position: 0 -1px; width: 326px; }
#mainmenu li.masset a { background-position: -644px -1px; width: 326px; }
/* hover */
#mainmenu li.mcustom a:hover { background-position: 0 -51px; }
#mainmenu li.masset a:hover  {background-position: -644px -51px; }


#contentsblock {
	background-repeat: no-repeat;
	background-image: url(../../index/black_mirror_2.jpg);
	background-position: center top;
	padding: 50px 0;
}
#contentsblock #menubg {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../../index/contents_bg.png);
	background-repeat: repeat-y;	
}
#contents {
	padding: 20px 0 25px 20px;
	background-image: url(../../top/menublock_bg.gif);
}
#leftblock {
	display: block;
	width: 270px;
	background-color: #FFFFFF;
	float:left;
}
.leftmenu li {
	clear: both;
	padding-bottom:10px;
	margin-top:10px;
	display: block;
	background-image: url(../../top/dotline_yoko.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.leftmenu li.top {
	margin-top:0;
}
.leftmenu li.bottom {
	background: none;
	padding-bottom:0;
}
.leftmenu a {
	display: block;
	cursor:pointer;
	color: #666;
	text-decoration: none;
	line-height: 1.3em;
}
.leftmenu p {
	font-size: 93%;
}
.leftmenu div {
	display: block;
	width:180px;
	float:right;
}
.leftmenu a img.cimg {
	float: left;
	border: 3px solid #CCCCCC;
}
.leftmenu a:hover img.cimg {
	border: 3px solid #72C1A5;
}
img.cimg:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
.leftmenu a img.timg {
	margin: 0 0 7px 0;
}
.leftmenu a:hover img.timg,
{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a:hover img.txtimg{
	opacity:0.7;
	filter: alpha(opacity=70);
}


#rightblock {
	float: right;
}
#rightblock li.model {
	float: left;
	width:206px;
	display:inline;
	background-image: url(../../top/dotline_tate.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:25px
}
#rightblock li.isolid {
	float: left;
	width:206px;
	display:inline;
	background-image: url(../../top/dotline_tate.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:15px
}
#rightblock li.model p,
#rightblock li.isolid p {
	font-size: 85%;
	color: #444;
	text-decoration: none;
	display: block;
	width:190px;
}
#rightblock a img.cimg {
	border: 2px solid #CCCCCC;
	margin: 0 0 5px 0;
}
#rightblock a:hover img.cimg {
	border: 2px solid #72C1A5;
	margin: 0 0 5px 0;
}
#rightblock a:hover img.txtimg{
	opacity:0.7;
	filter: alpha(opacity=70);
}
#rightblock li.cm {
	width:148px;
	display:inline;
	float: left;
	margin-left:15px
}
#rightblock li.cm p {
	font-size: 85%;
	color: #444;
	text-decoration: none;
	line-height: 150%;
	display: block;
}

#rightblock #bannerblock {
	background-color: #FFFFFF;
	background-image: url(../../index/separate.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	width:640px;
}
#rightblock #bannerblock a {
	display: block;
	text-decoration: none;
}

/* News
---------------------------------------------------- */
#newsinfo {
	padding: 15px 25px 0 0;
	background: #FFF;
	position: relative;
}

#news-list {
	line-height:1.5;
	background-color: #dad9d8;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 190px;
}
#news-list a {
	color:#56514a;
}
#news-list a:hover {
	color:#777;
	text-decolation: none;
}
#news-list dl {
	margin: 7px 0;
	overflow: hidden;  
}
#news-list dt,
#news-list dd {
	line-height: 1.5em;
}
#news-list dt {
	padding: 7px 0 3px 0;
	font-size: 85%;
	font-weight: bold;
	border-top: 1px dotted #bdb7b1;
	margin-top: -1px;  
}
#news-list dd {
	padding: 0 0 7px 0;
	font-size: 93%;
}
#newsinfo .newstitle {
	margin-bottom:12px;
	margin-left:25px;
}
#newsinfo #infokink {
	position: absolute;
	left: 460px;
	top: 13px;
}
#newsinfo #infokink a img {
	border: 1px solid #ccc;
}
#newsinfo #infokink a:hover img {
	border: 1px solid #72C1A5;
}
#mainimage {
	height: 520px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../index/flash_bg.jpg);
	position: relative;
}

ul.leftbnr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.leftbnr li img {
	margin-bottom: 5px;
}
.leftbnr li {
	float: left;
	width: 130px;
	font-size: 77%;
	line-height: 150%;
	margin-right:10px;
}
.leftbnr li a:hover {
	text-decoration:none
}
.leftbnr li a img {
	border: 2px solid #CCC;
}
.leftbnr li a:hover img {
	border: 2px solid #72C1A5;
}
.leftbnr li.nomargin {
	margin:0 0 0 0 !important;
}
.nv3 {
	float: left;
	margin-right:15px;
}


ul.rightmh {
	margin-top: 10px;
}
.rightmh li img {
	margin-bottom: 5px;
}
.rightmh li {
	float: left;
	width: 132px;
	font-size: 77%;
	line-height: 150%;
	margin-right:20px;
}
.rightmh li a {
	display:block;
}
.rightmh li a:hover {
	text-decoration:none
}
.rightmh li a img {
	border: 2px solid #CCC;
}
.rightmh li a:hover img {
	border: 2px solid #72C1A5;
}
.rightmh li.nomargin {
	margin:0 0 0 0 !important;
}
#mainimageSub {
	background-image: url(../../index/mainimage_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 520px;
	width: 100%;
	overflow: hidden;
}
#newsblock {
	float: left;
	width: 220px;
	padding: 15px 0;
}
.white {
	background:#FFF
	}
#shonan {
	padding: 0px 15px;
	width: 190px;
}
#shonan .borderimg {
	border: 2px solid #FFF;
	background-color: #FFF;
}
a:hover img.borderimg,
a:hover img.worklink {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#worklist {
	float: right;
	width: 730px;
}
.listflame a {
	display:block;
	zoom:1;
}
.listflame a,
.listflame a:hover {
	color:#58544e;
	text-decoration:none;	
}
.listflame a:hover .thumb{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#worklist .listflame {
	background-image: url(../../index/list_bg_base.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 680px;
	padding: 0px 1px 2px 1px;
	margin-top:10px;
}
.listflame ul {
	background-image: url(../../index/worklist_bg.png);
	display:block;
}
.listflame li {
	padding:10px 10px 15px 10px;
	width:150px;
	float: left;
	line-height:1.4;
}
.listflame li p {
	font-size: 87%;
}
.listflame li p span {
	font-weight:bold;
}
.listflame .category {
	margin: 8px 0 5px 0;
}
.listflame .thumb {
	border:3px solid #fff;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	display:block;
	overflow:hidden;
}
.bx-wrapper .bx-prev {
	position: absolute;
	top: 50px;
	left: -23px;
	width: 23px;
	height: 59px;
	text-indent: -999999px;
	background-image: url(../../index/slide_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.bx-wrapper .bx-next {
	position: absolute;
	top: 50px;
	right: -23px;
	width: 23px;
	height: 59px;
	text-indent: -999999px;
	background: url(../../index/slide_btn.png) no-repeat -23px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -59px;
}
.bx-wrapper .bx-next:hover {
	background-position: -23px -59px;
}
#worklist .customworks {
	padding: 15px 24px 17px 24px;
}
#worklist .assetworks {
	padding: 30px 24px 25px 24px;
	background-image: url(../../index/separate.jpg);
	background-repeat: repeat-x;
}
#modelhouse {
	background-image: url(../../index/modelhouse_line.png);
	background-repeat: repeat-x;
	margin-top: 18px;
}
#modelhouse ul {
	display: block;
	padding-bottom: 10px;
}
#modelhouse li{
	font-size: 83%;
	color:#5b5752;
	width:140px;
	display:block;
	float:left;
	zoom:1;
	margin-right: 15px;
}
#shonanhouze p {
	font-size: 83%;
}
#modelhouse ul li img,
#shonanhouze a .white img {
	border: 2px solid #edeceb;
}
#modelhouse p {
	margin-top:6px;
}
#modelhouse a:hover {
	color:#827c74;
	text-decoration:none;
}
#modelhouse a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#logoarea .langChange {
	position: absolute;
	left: 165px;
	top: 15px;
}
.crinner {
	position:relative;
}
.crinner .langChange {
	position: absolute;
	right: 0px;
	top: -5px;
	z-index:10;
}
.langChange a {
	border:1px solid #43413d;
	color:#edeae7 !important;
	padding:5px 20px 5px 12px;
	line-height:1;
	display:inline-block;
	/display:inline; 
	/zoom:1;
	background-image: url(../../index/lang_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
	text-decoration:none !important;
	font-size:12px;
}
.langChange a:hover {
	border:1px solid #615f5d;
	color:#fff !important;
	text-decoration:none !important;
}
/*CM*/
#cmfilms {
	padding: 0px 15px;
	width: 190px;
}
#cmfilms a p {
	color: #2C2823;
	margin-top: 8px;
	font-size:95%;
}
#cmfilms a:hover p img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cmfilms a:hover {
	text-decoration:none !important;
}
#cmfilms .borderimg {
	border: 3px solid #FFF;
	background-color: #FFF;
	position: relative;
	margin-top:13px;
}
#cmfilms a .borderimg .playbtn {
	background-image: url(../../cm-tvprogram/img/cm-playbtn.png);
	position: absolute;
	height: 100px;
	width: 184px;
	left: 0px;
	top: 0px;
	z-index:2;
	background-repeat: no-repeat;
	background-position: center top;
}
#cmfilms a:hover .borderimg .playbtn {
	background-position: center -100px;
}
#cmfilms h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2C2823;
	margin-bottom: 5px;
	padding-top:2px;
	font-size:1.3em;
	letter-spacing:1px;
	text-shadow:0px 1px 1px rgba(255,255,255,1);
}
#cmfilms ul li a p {
	color: #FFF;
	background-color: #aeaaa7;
	padding:6px 7px;
	line-height:1;
	margin:5px 0 10px 0;
	text-shadow:0px 1px 1px rgba(0,0,0,0.2);
	font-size:0.95em;
	letter-spacing:0.1em;
	display:block;
	zoom:1;
}
#cmfilms ul li a {
	text-decoration:none;
}
#shonan {
	width: 174px;
}
#shonanhouze {
	background-image: url(../../index/shonan_bg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 2px;
}
#modelhouse h3 a:hover img,
#shonanhouze a:hover h3 img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
#shonanhouze a p strong {
	font-size: 120%;
}
#nonfla {
	height: 520px;
	width: 760px;
	margin:0 auto;
	text-align:center;
	position: relative;
}
#nonfla-02 {
	position: absolute;
	left: -341px;
	top: 0px;
	overflow: hidden;
	height: 245px;
	width: 340px;
}
#nonfla-03 {
	position: absolute;
	left: -341px;
	top: 246px;
	overflow: hidden;
	height: 274px;
	width: 169px;
}
#nonfla-04 {
	position: absolute;
	left: -171px;
	top: 246px;
	overflow: hidden;
	height: 274px;
	width: 170px;
}
#nonfla-05 {
	position: absolute;
	right: -170px;
	top: 0px;
	overflow: hidden;
	height: 275px;
	width: 169px;
}
#nonfla-06 {
	position: absolute;
	right: -341px;
	top: 0px;
	overflow: hidden;
	height: 275px;
	width: 170px;
}
#nonfla-07 {
	position: absolute;
	right: -341px;
	top: 275px;
	overflow: hidden;
	height: 245px;
	width: 340px;
}
#nonfla-01 {
	height: 520px;
	width: 760px;
	overflow: hidden;
}
#catchtxt {
	width: 410px;
	position: absolute;
	bottom: 55px;
	text-align:center;
}
