@charset "UTF-8";
/* reset 
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, section, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
}
header, nav, article, aside, section, footer {
	display: block;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	/*文字サイズ自動調整OFF*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #000;
}
body {
	font-size: 18px;
}
table {
	word-break: break-all;
}
/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	transition: all 0.2s ease-out 0s;
}
a:link, a:hover, a:active, a:visited {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.2s ease-out 0s;
}
a img:hover {
	opacity: 0.7;
}
body {
	background: #fff;
}
/* 
------------------------------------------------------------*/
/*   header    */
.header {
	position: relative;
	z-index: 1;
}
.header .logo {
	width: 100px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.sns {
	position: absolute;
	right: 10px;
	top: 10px;
}
.sns a {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.sns img {
	height: 22px;
	width: auto;
}
/*   footer    */
.footer {
	background: #3ec359;
	padding: 15px 15px 100px 15px;
	text-align: center;
	color: #fff;
	position: relative;
}
.footer .inner {
}
.footer .footer_logo {
	width: 100px;
	left: 10pxpx;
	top: 10px;
	margin: 0 auto;
}
.footer_fix {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	text-align: center;
}
.footer_fix img {
	max-width: 250px;
}
.copy {
	font-size: 10px;
	line-height: 1.3;
	margin-top: 10px;
}
/*  共通　*/

.top_box {
	padding: 40px 0 0px 0;
	text-align: center;
}
.open_box {
	padding-bottom: 40px;
}
.machine_box, .first_box, .about_box, .qa_box {
	padding-top: 0;
}
.first_box {
	padding-bottom: 25px;
}
.top_box .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.w840 {
	max-width: 840px;
	margin: 0 auto;
}
.bg_white {
	background: #fff;
}
.bg_usu_green {
	background: #b8e6b8;
}
.bg_gray {
	background: #e8e8e8;
}
.midasi_wrap {
	position: relative;
}
.midasi_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 1000px;
	width: 100%;
	text-align: left;
	flex-direction: column;
	justify-content: center;
	display: flex;
}
.qa_box .midasi_text span {
	color: #fff;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 64px;
}
.midasi_bg {
	width: 100%;
	object-fit: cover;
}
/*　　　　　　　　　　　　                 　first　*/
.first_under_text {
	max-width: 1120px;
	margin: 0 auto;
 /* margin-top:-274px; */
	margin-top: -12%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.onayami_box {
	max-width: 960px;
	margin: 0 auto;
}
/*　　　　　　　　　　　　　about 頑張るあなたへご褒美　*/

.bg_area img {
	width: 100%;
	object-fit: cover;
}
.service_wrap .inner, .about_list {
	max-width: 960px;
	margin: 0 auto;
}
.about_list {
	margin-top: -5%;
	position: relative;
	z-index: 1;
}
.about_list li {
	background: #b8e6b8;
	margin-bottom: 15px;
	text-align: left;
}
.about_list_under {
	margin: 20px 0 15px 0;
}
.service_wrap {
	padding: 25px 0 0 0;
}
.service_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 35px auto 0 auto;
}
.service_list li {
	width: 29%;
}
/*　　　　　　　　　　　　　price 気軽に始められるフィットネス　*/
.price_box .midasi_text img {
	margin-top: -5%;
}
/*  決済　*/
.price_kessai_wrap {
	padding: 25px 0 100px 0;
}
.price_kessai_wrap li {
	width: 100%;
	background: #fff;
	position: relative;
	padding: 40px 15px;
	margin-bottom: 30px;
}
.price_kessai_link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -96px;
	z-index: 1;
	margin: auto;
}
/*  サービス　*/
.price_kakaku_wrap, .price_apply_wrap, .price_service_wrap {
	padding: 50px 0;
}
.price_midasi {
	margin-bottom: 15px;
}
.price_kakaku_wrap, .price_service_wrap {
	background: #B8E6B8;
}
.price_service_list_wrap {
	padding: 25px 30px 15px;
	background: #fff;
}
.price_kakaku_list, .price_apply, .price_kessai_wrap, .price_service_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.price_service_list {
	justify-content: center;
}
.price_service_list li {
	width: 50%;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-top: -1px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	margin-right: -1px;
}
.price_service_list_wrap p {
	text-align: left;
	margin: 15px 0 0 0;
	font-size: 12px;
}
/*  アプリ　*/
.price_apply_wrap {
	background: #fff;
}
.price_apply_wrap .text {
	width: 70%;
	text-align: left;
}
.price_apply_wrap .img {
	width: 30%;
	text-align: right;
}
.apply_link {
	display: flex;
	flex-wrap: nowrap;
	margin: 30px 0 0 0;
}
.apply_link li {
	margin-right: 15px;
}
/*  価格　*/
.price_kakaku_wrap {
	padding-bottom: 30px;
}
.price_kakaku_list_wrap {
	background: #fff;
	padding: 25px 30px 0px 30px;
}
.price_kakaku_wrap li {
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
/*　　　　　　　　　　　　　充実のマシン設備　*/
.machine_box .inner {
	max-width: 840px;
	position: relative;
}
.machine_box .inner:before, .machine_box .inner:after {
	z-index: -1;
}
.machine_box .inner:before {
	position: absolute;
	left: -221px;
	top: 79px;
	display: block;
	content: "";
	width: 290px;
	height: 320px;
	background: url(../images/machine/machine_img_06.png) no-repeat top left;
	background-size: contain;
}
.machine_box .inner:after {
	position: absolute;
	right: -223px;
	top: -27px;
	display: block;
	content: "";
	width: 315px;
	height: 320px;
	background: url(../images/machine/machine_img_07.png) no-repeat top left;
	background-size: contain;
}
.machine_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 12px;
}
.machine_list li {
	width: 48%;
	margin: 0px 0 15px 0;
	border: solid 1px #808080;
	background: #fff;
}
.machine_caution {
	margin: 10px 0 30px 0;
}
/*　　　　　　　　　　　　　よくある質問　*/
#qa_wrap {
	margin-top: 40px;
}
#qa_wrap dl {
	background: #fff;
	margin-top: 10px;
}
#qa_wrap dt {
	font-weight: bold;
	cursor: pointer;
}
#qa_wrap dt, #qa_wrap dd {
	font-size: 16px;
	padding: 20px 25px 16px 40px;
	text-align: left;
	position: relative;
	line-height: 1.5;
}
#qa_wrap dd {
	border-top: solid 1px #808080;
	display: none;
	font-size: 14px;
}
#qa_wrap dt:before, #qa_wrap dd:before {
	position: absolute;
	left: 5px;
	top: 10px;
	content: "Q";
	display: block;
	width: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	color: #3EC359;
	margin-right: 0;
}
#qa_wrap dd:before {
	content: "A";
	color: #008F45;
}
#qa_wrap dt:after {
	position: absolute;
	right: 10px;
	top: 19px;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/qa/qa_icon_01.png) no-repeat center top;
	background-size: contain;
}
#qa_wrap dt.active:after {
	background: url(../images/qa/qa_icon_02.png) no-repeat center top;
	background-size: contain;
}
/*　　　　　　　　　　　　　オープン情報　*/
.open_box .inner {
	padding: 20px 40px;
	margin-top: 30px;
}
.open_detail {
	padding: 15px;
	border: solid 5px #B8E6B8;
}
.gglmap iframe {
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: 250px;
}
.open_address_wrap {
	font-weight: bold;
	letter-spacing: 0px;
	padding: 20px 0 25px 0;
}
.open_address_01 {
	font-size: 25px;
}
.open_address_02 {
	font-size: 18px;
	margin: 15px 0;
}
.open_tel img {
}
.open_midasi {
	margin-bottom: 15px;
}
.open_ticket {
	margin-top: 20px;
}
.pc {
	display: none;
}
@media only screen and (min-width: 768px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
.top_box {
}
/*   header    */
.header .logo {
	width: auto;
	left: 70px;
	top: 20px;
}
.sns {
	right: 70px;
	top: 20px;
}
.sns a {
	margin: 0 0px 0 10px;
}
.sns img {
	height: auto;
}
/*   footer    */
.footer {
	padding: 40px 15px 40px 15px;
}
.footer .footer_logo {
	width: auto;
	left: 70px;
	top: 20px;
	position: absolute;
	text-align: left;
}
.first_under_text {
 /* margin-top: -274px; */
	margin-top: -12%;
	margin-bottom: 100px;
}
.copy {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}
.footer_fix {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	width: auto;
}
.footer_fix img {
	max-width: inherit;
}
/*    共通　　　*/

.top_box {
	padding: 80px 0 0px 0;
	text-align: center;
}
.open_box {
	padding-bottom: 80px;
}
.machine_box, .first_box, .about_box, .qa_box {
	padding-top: 0;
}
/*　　　　　　　　　　　　　first ファーストビュー　*/
.first_box {
	padding-bottom: 50px;
}
.first_box .midasi_text img {
	margin-top: -5%;
}
/*　　　　　　　　　　　　　about 頑張るあなたへご褒美　*/

.about_list {
	margin-top: -15%;
}
.about_list li {
	background: #b8e6b8;
	margin-bottom: 40px;
	text-align: left;
}
.about_list_under {
	margin: 70px 0 50px 0;
}
.service_wrap {
	padding: 50px 0 0 0;
}
.service_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 70px auto 0 auto;
}
.service_list li {
	width: 24%;
}
/*　　　　　　　　　　　　　price 気軽に始められるフィットネス　*/

/*  決済　*/
.price_kessai_wrap {
	padding: 50px 0 150px 0;
}
.price_kessai_wrap li {
	width: 46%;
	padding: 45px 15px;
	margin-bottom: 0;
}
.price_kessai_link {
	bottom: -96px;
}
/*  サービス　*/
.price_kakaku_wrap, .price_apply_wrap, .price_service_wrap {
	padding: 50px 0;
}
.price_midasi {
	margin-bottom: 50px;
}
.price_kakaku_wrap, .price_service_wrap {
}
.price_service_list_wrap {
	padding: 50px 76px 30px;
}
.price_kakaku_list, .price_apply, .price_kessai_wrap, .price_service_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.price_service_list li {
	width: 25%;
}
.price_service_list_wrap p {
	margin: 15px 0 0 0;
	font-size: 20px;
}
/*  価格　*/
.price_kakaku_wrap {
	padding-bottom: 30px;
}
.price_kakaku_list_wrap {
	padding: 50px 76px;
}
.price_kakaku_wrap li {
	width: 46%;
	margin-bottom: 0px;
}
/*　　　　　　　　　　　　　充実のマシン設備　*/


.machine_list li {
	width: 48%;
	margin: 0px 0 40px 0;
}
.machine_caution {
	margin: 20px 0 20px 0;
}
/*　　　　　　　　　　　　　よくある質問　*/

#qa_wrap dl {
	margin-top: 20px;
}
#qa_wrap dt, #qa_wrap dd {
	font-size: 24px;
	padding: 25px 20px 25px 90px;
	line-height: 1.5;
}
#qa_wrap dd {
	font-size: 16px;
}
#qa_wrap dt:before, #qa_wrap dd:before {
	left: 18px;
	top: 10px;
	width: 60px;
	height: 60px;
	font-size: 42px;
	margin-right: 25px;
}
#qa_wrap dt:after {
	right: 19px;
	top: 23px;
	width: 40px;
	height: 40px;
}
/*　　　　　　　　　　　　　オープン情報　*/
.open_box .inner {
	padding: 80px 80px;
}
.open_detail {
	padding: 50px;
}
.gglmap iframe {
	height: 340px;
}
.open_address_wrap {
	font-weight: bold;
	letter-spacing: 2px;
	padding: 40px 0 50px 0;
}
.open_address_01 {
	font-size: 36px;
}
.open_address_02 {
	font-size: 24px;
	margin: 25px 0;
}
.open_tel img {
	margin-left: -55px;
}
.open_midasi {
	margin-bottom: 30px;
}
.open_ticket {
	margin-top: 80px;
}
}
@media only screen and (min-width:1000px) and (max-width:1300px) {
.midasi_text img {
 /* width: 57vw; */
}
.first_under_text {
	padding: 0 15px;
}
.about_list {
	margin-top: -9%;
}
}
 @media only screen and (max-width:1120px) {
.first_under_text {
	padding-right: 15px;
	padding-left: 15px;
}
}
@media only screen and (max-width:1000px) {
/*   共通　　*/	
.price_kakaku_wrap, .price_apply_wrap, .top_box .inner, .midasi_text {
	padding-right: 15px;
	padding-left: 15px;
}
.open_ticket, .open_box .inner, .price_service_list_wrap, .price_kessai_wrap {
	margin-right: 15px;
	margin-left: 15px;
}
.first_under_text {
	margin-top: -14%;
}
.first_under_text img:first-of-type {
	width: 80%;
}
.midasi_text img {
	width: 57vw;
}
.first_box .midasi_text img, .price_box .midasi_text img {
	margin-top: -5%;
}
.machine_box .midasi_text img {
	width: 83vw;
	margin-top: -5%;
}
.about_box .midasi_text img, .open_box .midasi_text img {
	margin-top: 5%;
}
.qa_box .midasi_text span {
	letter-spacing: 2px;
	font-size: 6vw;
}
.price_kessai_wrap img {
	max-width: 200px;
	height: auto;
	width: 100%;
}
.price_apply_wrap .img {
	width: 27%;
}
}
@media only screen and (min-width: 768px) and (max-width:1000px) {
.header .logo, .footer .footer_logo {
	left: 15px;
}
.sns {
	right: 15px;
}
.copy {
	text-align: right;
}
.first_under_text {
	margin-bottom: 50px;
}
.about_list {
	margin-top: -6%;
}
.service_list {
	max-width: 600px;
}
.price_kessai_wrap {
	padding: 50px 0 100px 0;
}
.price_kessai_wrap li {
	width: 48%;
	padding: 37px 15px;
}
.price_kessai_link {
	bottom: -57px;
}
.price_service_list_wrap {
	padding: 50px 40px 30px;
}
.price_kakaku_list_wrap {
	padding: 50px 40px;
}
.machine_box .inner:before, .machine_box .inner:after {
	display: none;
}
.open_box .inner {
	padding: 50px 15px;
}
.open_ticket {
	margin-top: 40px;
}
}
 @media only screen and (max-width: 767.666px) {
.price_midasi img {
	height: 44px;
	width: auto;
}
.price_service_list{
	/* border: 1px solid #808080; */
	 justify-content: flex-start;
		border-top: 1px solid #808080;
	 
}
.price_service_list li {
    width: 50%;
	border:none;
	margin:0;
	    position: relative;
		border: 1px solid #808080;
}
.price_service_list li{
	/*border-right: 1px solid #808080;
	border-top: 1px solid #808080; */


}

.price_service_list li:nth-of-type(odd){
	 	border-right: none;

}
.price_service_list li:nth-of-type(7),
.price_service_list li:nth-of-type(8){
}


.machine_box .inner:before, .machine_box .inner:after {
	display: none;
}
.bg_area img {
	width: auto;
	height: 100%;
}
}

.machine_box .inner iframe {
    /* position: absolute;
    top: 0; */
    left: 0;
    width: 100%;
    height: 100%;
	min-height: 400px;
}

/*20210729add*/
/*-----Modal Window-----*/
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 550px;
	padding: 0;
	background-color: #fff;
	z-index: 2;
}
@media (max-height: 770px) {
	.popup-inner {
		max-width: 430px;
	}
}
.popup-inner img {
	width: 100%;
}
.popup .close-btn {
	position: absolute;
	right: -60px;
	top: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.popup .close-btn span{
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
}
.popup .close-btn span::before,
.popup .close-btn span::after{
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 3px);
    left: 14%;
}
.popup .close-btn span::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
@media only screen and (max-width: 640px) {
	.popup .close-btn {
		right: 0;
		top: -60px;
	}
}
.popup .black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}
/*-----Fixed Menu-----*/
#fixnav {
    position: fixed;
    right: 0;
    top: calc(30%);
    z-index: 4;
}
#fixnav .sp-btn {
	display: none;
}
#fixnav ul {
	width: 220px;
	border: 1px solid #fff;
	background: #000;
	border-right: 0px;
	border-top-left-radius: 10px;
	overflow: hidden;
}
#fixnav li:first-child a {
    background: #ff0;
    color: #000;
}
#fixnav a {
	display: block;
	padding: 6px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
	transition: all 300ms 0s ease;
}
#fixnav a:hover {
    background: #fff;
    color: #000;
    opacity: .8;
}
@media (max-width: 767px) {
	#fixnav {
		top: calc(10%);
	}
	#fixnav .sp-btn {
	    display: block;
	    width: 42px;
	    height: 42px;
	    line-height: 42px;
	    border: 1px solid #fff;
	    background: #000;
	    color: #fff;
	    text-align: center;
	}
	#fixnav ul {
	    right: -220px;
	    position: absolute;
	    transition: .5s;
	}
	#fixnav ul.open {
	    right: 0;
	}
}
.l-machineArea {
    margin: 30px 0 60px;
}
.l-machineArea h4{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    color: #5eb74f;
}
.l-tagArea .l-tagArea_item:first-child {
    border-top: none;
}
.l-tagArea .l-tagArea_item {
    padding: 20px 0 10px;
    display: table;
    border-top: 1px solid #d8d8d8;
}
.l-tagArea .l-tagArea_item .title {
	font-size: 13px;
	font-weight: bold;
    width: 160px;
}
.l-tagArea .l-tagArea_item .title, .l-tagArea .l-tagArea_item .txt {
    display: table-cell;
    vertical-align: top;
}
.l-tagArea .l-tagArea_item .txt {
    width: 920px;
}
.l-tagArea .l-tagArea_item .title, .l-tagArea .l-tagArea_item .txt {
    display: table-cell;
    vertical-align: top;
}
.l-tagArea .l-tagArea_item .txt ul {
    width: 100%;
    padding-right: 30px;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.l-tagArea .l-tagArea_item .txt ul li {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25%;
    float: left;
    height: 40px;
    padding: 0;
    position: relative;
}
.l-tagArea .l-tagArea_item .txt ul li:nth-child(4n) {
    margin-right: -30px;
}
.c-tag {
    font-size: 14px;
    text-align: center;
    background: #c1e76b;
    position: relative;
    padding: 5px 10px;
    letter-spacing: normal;
    display: inline-block;
}
.l-tagArea .l-tagArea_item .txt ul li span {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    line-height: 1.2;
    font-size: 13px;
}
.cf:after {
    clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
@media screen and (max-width: 767px){
	.l-machineArea {
    	margin: 30px 0;
	}
	.l-machineArea h4{
	    font-size: 20px;
	}
	.l-tagArea .l-tagArea_item {
	    display: block;
	}
	.l-tagArea .l-tagArea_item .title {
		padding-bottom: 3px;
		text-align: left;
		font-size: 12px;
	    width: 100%;
	    vertical-align: bottom;
	}
	.l-tagArea .l-tagArea_item .txt {
	    width: 100%;
	}
	.l-tagArea .l-tagArea_item .title, .l-tagArea .l-tagArea_item .txt {
	    display: inline-block;
	}
	.l-tagArea .l-tagArea_item .txt ul {
	    padding-right: 0;
	}
	.l-tagArea .l-tagArea_item .txt ul li {
	    margin-right: 0;
	    width: 100%;
	    float: none;
	}
}