@charset "utf-8";

/* =======================================================
LP
======================================================== */

.lp {
	margin-bottom: 40px;
	position: relative;
}

.lp.liquid {
	max-width: 840px;
	margin: 0 auto;
}

.lp_title {
	font-size: 125%;
	text-align: center;
	font-weight: bold;
}

#lp_head {
	color: #fff;
	background: #333;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
}


/****** media query ******/

@media screen and (min-width: 600px) {
	.lp_title {
		font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
	}
}


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

@media screen and (min-width: 1000px) {
	.lp_title {
		font-size: calc(137.5%)
	}
}


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

.character {
	margin-bottom: 20px;
}

.character img {
	margin-top: 30px;
}

.lp ul {
	margin: 15px 10px 0 0;
	padding: 0;
	list-style-type: none;
}

.character ul li {
	margin-bottom: 0;
	background: url(../../img/lp-common/check_sp.png) 6px 11px no-repeat;
	background-size: 18px 18px;
	padding: 10px 5px 10px 30px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.character ul li:last-child,
.character .character_comments ul li {
	background: none;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 5px;
}

.character .character_comments ul li {
	padding-top: 0px;
	padding-bottom: 5px;
}

.suptext {
	font-size: 70%;
	display: inline-block;
	vertical-align: top;
}

.cospa_note {
	max-width: 700px;
	margin: -10px auto 0;
	text-align: center;
}

.cospa_note ul li {
	font-size: 11px;
	line-height: 1.3;
	text-align: left;
	text-indent: -11px;
	padding-left: 11px;
}

.cospa_note ul li:before {
	content: "※ ";
}


/****** media query ******/

@media screen and (min-width: 750px) {
	.lp {
		margin-bottom: 80px;
	}
	.character {
		width: 750px;
		margin: 20px auto 40px;
		text-align: center;
	}
	.character ul {
		display: inline-block;
		text-align: left;
		margin: 20px auto;
	}
	.character ul li {
		font-size: 24px;
		background-size: 24px;
		padding-left: 40px;
	}
	.character img {
		max-width: 550px;
	}
	.character .character_comments ul {
		margin: 20px auto 0;
		display: block;
		max-width: 550px;
	}
}


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

.lp_image {
	margin-bottom: 20px;
	text-align: center;
}

.lp_image2 {
	text-align: center;
}

.lp_image3 img {
	display: block;
	margin: 0 auto;
}

.spec_table {
	text-align: center;
}

.spec_table table {
	width: 100%;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 40px;
}

.spec_table th,
.spec_table td {
	padding: 5px;
}

.spec_table th {
	background: #f2f2f2;
}

.spec_table td {
	background: #fff;
	text-align: left;
}

.spec_table tr.spec_th td {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 8px;
}

.spec_table tr.spec_th2 td {
	background: #e1f7ff;
	text-align: center;
	padding: 8px;
	font-weight: bold;
}


/****** media query ******/

@media screen and (min-width: 750px) {
	.spec_table {
		max-width: 750px;
		margin: 0 auto 60px;
	}
}


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

.a_001 {
	margin: 20px 0 0;
}

/****** media query ******/

@media screen and (min-width: 750px) {
	.a_001 {
		margin: 40px 0 0;
	}
}

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

.coil_logo img {
	height: 1.2rem;
	display: inline-block;
	padding: 0 2px;
}


/*== LP ORDER TEIKI BUTTON ================*/

.lp_image.order_teiki p,
.lp_image.order_normal p {
	margin: 0;
}

.lp_image .teiki_btn,
.lp_image .teiki_btn02,
.lp_image .normal_btn,
.lp_image .normal_btn02 {
	position: relative;
}

.lp_image.order_teiki {
	margin: 40px auto 0;
}

.lp_image.order_normal {
	margin: 20px auto 0;
}

.lp_image.order_teiki p img,
.lp_image.order_normal p img {
	vertical-align: bottom;
}

.lp_order_teiki a img,
.lp_order_teiki img.end {
	display: block;
	position: absolute;
	margin: auto;
	top: 3px;
	left: 0;
	right: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.outlet2 .lp_order_teiki a img,
.outlet2 .lp_order_teiki img.end {
	top: 0px;
}

.lp_order_normal a img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0;
	right: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.teiki_btn02,
.normal_btn02 {
	max-width: 750px;
	margin: 0 auto;
}

.lp_order_teiki02 a img,
.lp_order_normal02 a img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: auto;
	right: 10px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.lp_order_teiki img.end
	{ cursor: default; }

.lp_image a img:hover {
	opacity: 0.6;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/****** media query ******/

@media screen and (max-width: 809px) {
	.lp_order_teiki a img,
	.lp_order_normal a img,
	.lp_order_teiki img.end {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.lp_order_teiki02 a img,
	.lp_order_normal02 a img {
		width: 66%;
	}
}


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


/*== LP ORDER TEIKI BUTTON　AGE CHECK ================*/

.lp_order_teiki.order_check03 img {
	display: block;
	position: absolute;
	margin: auto;
	top: 3px;
	left: 0;
	right: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.age_check03 {
	margin-bottom: -5px;
}


/****** media query ******/

@media screen and (max-width: 809px) {
	.lp_order_teiki.order_check03 img {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}


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


/*== LP ORDER BUTTON ================*/

.lp_order {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.teika {
	font-size: 12px;
	margin-top: 5px;
	color: #999;
}

p.campaign {
	line-height: 1.4;
	font-size: 18px;
}

p.campaign a {
	color: #dc3939;
	font-weight: bold;
}

p.campaign a:hover {
	color: #666;
}


/*== FAQ ================*/

ul.b_question_wrapper.lp {
	max-width: 800px;
	margin: 20px auto;
}

dl.b_question {
	background: #f3f3f3;
	padding: 10px;
	margin-bottom: 15px;
}

.b_question_wrapper.lp .question {
	margin-bottom: 10px;
}


/*== LP SOLDOUT ================*/

.soldout_text {
	font-size: 14px;
	border: 1px solid #fff;
	text-align: center;
	padding: 0 10px;
}

.soldout_text p {
	font-size: calc(100% + 0.5vw);
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
}

.soldout_text p.under_black {
	text-decoration: underline;
	margin-bottom: 15px;
}

.soldout_text p.link {
	font-weight: normal;
	display: block;
	text-align: center;
}


/****** media query ******/

@media screen and (max-width: 699px) {
	.soldout_text p.red br {
		display: none;
	}
}


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


/* =======================================================
OUTLET
======================================================== */

.lp_title_outlet {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}


/*== LP LINK ================*/

.lp_link {
	text-align: center;
	margin-top: 10px;
}

.lp_link a {
	font-weight: bold;
	color: #0125fd;
}

.lp_link a:hover {
	color: #999;
}


/*== OUTLET EXPLAIN ================*/

.outlet_explain {
	max-width: 800px;
	margin: 60px auto 30px;
}

.outlet_explain h2 {
	background: #333;
	color: #fff;
	font-size: 2rem;
	padding: 10px;
}

.outlet_explain h3 {
	text-align: center;
	margin-top: 30px;
	font-size: 2rem;
}

.outlet_explain p {
	margin: 10px 20px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.outlet_explain ul {
	padding-left: 30px;
}

.outlet_explain ul li {
	margin-bottom: 10px;
	font-size: 1.6rem;
	list-style-type: disc;
}


/* =======================================================
LIQUID
======================================================== */


/****** media query ******/

@media screen and (max-width: 599px) {
	.woodstand_img img {
		max-width: 45%;
	}
}


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


/* =======================================================
TYPE2-S F
======================================================== */

.lp_image.order_type2 p {
	margin: -1px 0 0 0;
}

.lp_image .type2_btn {
	position: relative;
}

.lp_image.order_type2 {
	margin: 40px auto 0;
}

.lp_image.order_type2 p img {
	vertical-align: bottom;
}

.lp_image.order_type2 .soon p {
	margin-top: -1px;
}

.lp_order_type2 img {
	display: block;
	position: absolute;
	margin: auto;
	top: 3px;
	left: 0;
	right: 0;
	border: none;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.lp_image a img:hover {
	opacity: 0.6;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/****** media query ******/

@media screen and (max-width: 809px) {
	.lp_order_type2 img {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.lp_order_type2 img.btn_small
		{
		max-height: 50px;
		}
}


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


/****** media query ******/

@media screen and (max-width: 729px) {
	.type2_btn.soon .lp_order_type2 img {
		max-height: 75%;
	}
}


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


/*== LP ORDER BUTTON ================*/

.lp_order {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}


/*== LIQUID ORDER BUTTON ================*/

.liquid_order {
	position: relative;
	width: auto;
	margin: 0 auto 20px;
}

.liquid_order a img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
}


/****** media query ******/

@media screen and (max-width: 859px) {
	.liquid_order a img {
		width: 20%
	}
}

@media screen and (max-width: 699px) {
	.liquid_order a img {
		right: 10px;
	}
}


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


/* =======================================================
AGE CHECK
======================================================== */

.age_check01,
.age_check02 {
	margin-bottom: -5px;
}


/*== review ================*/

.review {
	max-width: 800px;
	margin: 20px auto;
	overflow: hidden;
}

.v_box {
	margin: 10px;
	overflow: hidden;
	border: 7px solid #e1f7ff;
	text-align: justify;
	padding: 10px;
	position: relative;
}

.v_box p {
	overflow: hidden;
	line-height: 1.4;
	font-size: 14px;
	padding: 10px;
}

.v_img {
	max-width: 180px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 3px;
	float: left;
}

.v_img:hover {
	opacity: 0.6;
}

.v_info {
	display: block;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

.v_torigger {
	text-align: right;
	margin: 0 10px 10px;
	color: #00a7e5;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1.8rem;
}

.v_torigger i {
	margin-right: 5px;
}

.v_torigger:hover {
	color: #666;
}

.v_open {
	display: block !important;
}

#v_fold {
	display: none;
}


/****** media query ******/

@media screen and (max-width: 570px) {
	.v_img {
		float: none;
		margin: 0 auto;
		display: block;
	}
}


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

.review p.comment {
	font-size: 12px;
	margin: 10px;
}


/* =======================================================
question
======================================================== */


/*======== question_wrapper ==========================*/

ul.question_wrapper,
.question_wrapper li,
.question_wrapper ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.question_wrapper {
	max-width: 1000px;
	margin: 0 auto 50px;
}

.question_wrapper .question--dt {
	margin: 20px 0 0px;
}

.question_wrapper .question.-answer {
	margin-bottom: 0;
	clear: both;
	background: #f3f3f3;
	margin-top: 15px;
	padding: 10px;
}

.question_wrapper--item {
	padding: 40px 0 33px;
	border-bottom: 1px solid #e1e1e1;
}


/****** media query ******/

@media screen and (max-width: 599px) {
	ul.question_wrapper {
		padding: 0 5px;
	}
	.question_wrapper .question--dt {
		margin: 20px 0 0;
	}
	.question_wrapper .question.-answer {
		margin-top: 5px;
	}
}


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


/*======== question ==========================*/

.question--dt {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.question--th {
	width: 42px;
}

.question--th,
.question--td {
	display: table-cell;
	vertical-align: top;
}

.question--td {
	padding: 7px 10px 5px 22px;
	text-align: left;
}

.question.-answer .question--th,
.question.-answer .question--td {
	vertical-align: top;
}

.question--icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #000;
	color: #fff;
	border-radius: 50%;
	font-size: 2.0rem;
	margin-left: 5px;
}

.question.-answer .question--icon {
	background: #fff;
	color: #000;
}

.question--heading {
	line-height: 1.6;
	font-size: 1.7rem;
	font-weight: bold;
	color: #000;
}

.question.-answer .question--td {
	font-size: 1.4rem;
	line-height: 1.9;
	text-align: left;
}


/****** media query ******/

@media screen and (max-width: 599px) {
	.question--td {
		padding-left: 10px;
	}
	.question.-answer .question--td {
		line-height: 1.7;
	}
}


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


/* =======================================================
EGO AIO LP
======================================================== */

.lp.egoaio .lp_image2 {
	margin: 60px auto 30px;
}


/****** media query ******/

@media screen and (max-width: 699px) {
	.lp.egoaio .lp_image2 {
		margin: 60px auto 20px;
	}
}

@media screen and (max-width: 599px) {
	.lp.egoaio .lp_image2 {
		margin: 30px auto 10px;
	}
}


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



/* =======================================================
FOOTER
======================================================== */

.siteseal
{
	text-align: center;
	margin-bottom: 10px;
}

#footer
{
	background: #333;
	padding: 10px;
	text-align: center;
	color: #fff;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer ul li
{
	display: inline-block;
	margin: 0 10px;
}

#footer p
{ margin-top: 10px; }

#footer img
{
	margin: 5px 10px 10px;
}


/*== shop-info ================*/

.shop-info
{
	padding: 40px 0 20px;
	border-top: 1px solid #eaeaea;
	background: rgba(255,255,255,.96);
}

.shop-info::after,
.shop-info__manager::after,
.shop-info__calendar::after
{
	display: block;
	clear: both;
	content: '';
}

/****** media query ******/
@media screen and (min-width: 960px)
{

	.shop-info__manager
	{
		float: left;
		width: 75%;
	}

	.shop-info__manager--half
	{ width: 50%; }

}
/*************************/
@media screen and (max-width: 599px)
{

	.shop-info
	{
		padding-right: 20px;
		padding-left: 20px;
	}

}
/*************************/


/*== manager__image ================*/

.manager__image
{
	display: block;
	max-width: 200px;
	height: auto;
	margin: 0 auto 20px;
}

.manager__heading
{
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 0 1em;
	text-align: center;
}

.manager__content
{
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

/****** media query ******/
@media screen and (min-width: 600px)
{
	.manager__image
	{
		float: left;
		margin: 0 40px 20px 0;
	}

	.manager__text-wrap
	{ overflow: hidden; }

	.manager__heading
	{ text-align: left; }
}
/*************************/


/*== global-footer ================*/

.global-footer
{
	color: #fff;
	background: rgba(255,255,255,.1);
}

.global-footer a
{
	transition: .2s;
	color: #fff;
}

.global-footer a:hover
{ opacity: .66; }

.global-footer__group
{ clear: both; }

.global-footer__group::after
{
	display: block;
	clear: both;
	content: '';
}

.global-footer__heading
{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	overflow: hidden;
	margin: 0 10px 10px;
	padding: .5em 0;
	text-align: center;
	border-bottom: 2px solid #fff;
}

/****** media query ******/
@media screen and (min-width: 600px)
{
	.global-footer
	{ padding-top: 40px; }

	.global-footer::after
	{
		display: block;
		clear: both;
		content: '';
	}

	.global-footer__unit
	{
		float: left;
		width: 50%;
		padding-bottom: 40px;
	}

	.global-footer__unit--half
	{
		clear: both;
		padding-bottom: 40px;
	}

	.global-footer__heading
	{
		margin: 0 0 30px;
		text-align: left;
	}
}
/*************************/
@media screen and (min-width: 960px)
{
	.global-footer__unit
	{
		float: left;
		width: 25%;
	}

	.global-footer__unit--half
	{
		float: right;
		width: 50%;
	}
}
/*************************/
@media screen and (max-width: 599px)
{
	.global-footer__group
	{ padding: 30px 0; }

	.global-footer__group:first-child
	{ border-bottom: 1px solid #eaeaea; }

	.global-footer__group--secondary
	{
		font-size: 1.2rem;
		text-align: center;
	}
}
/*************************/


/*== global-footer__mailmaga-form ================*/

.global-footer__mailmaga-form
{ margin: 0 10px; }

.global-footer__mailmaga-form br
{ display: none; }

.global-footer__mailmaga-form span
{ display: block; }

.global-footer__mailmaga-form p
{
	margin: 20px 0;
	text-align: right;
}

.global-footer__mailmaga-form a
{ padding: 10px 0; }

.global-footer__mailmaga-form .mailmaga_text
{ margin-bottom: 10px; }

.global-footer__mailmaga-form .mailmaga_text input
{
	font-size: 1.6rem;
	line-height: 1.5;
	width: 100%;
	padding: 10px;
	transition: .2s;
	vertical-align: middle;
	border: 2px solid transparent;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.global-footer__mailmaga-form .mailmaga_text input:focus
{
	border-color: #333;
	outline: none;
}

.global-footer__mailmaga-form .mailmaga_ins input
{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	padding: 9px 15px;
	cursor: pointer;
	transition :.2s;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	border: 0;
	border-radius: 4px;
	background: #fd7f23;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.global-footer__mailmaga-form .mailmaga_ins input:hover,
.global-footer__mailmaga-form .mailmaga_ins input:focus
{
	outline: none;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

.global-footer__mailmaga-form .mailmaga_del
{ display: none; }

/****** media query ******/
@media screen and (min-width: 600px)
{
	.global-footer__mailmaga-form
	{ margin: 0; }

	.global-footer__mailmaga-form form
	{
		display: inline-block;
		width: 400px;
	}

	.global-footer__mailmaga-form span
	{ display: inline-block; }

	.global-footer__mailmaga-form p
	{
		display: inline-block;
		margin: 0;
	}

	.global-footer__mailmaga-form .mailmata_text
	{
		width: 70%;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.global-footer__mailmaga-form .mailmata_text input
	{
		font-size: 1.4rem;
		padding: 7px 10px 8px;
	}

	.global-footer__mailmaga-form .mailmata_ins input
	{ width: auto; }
}
/*************************/


/*== global-footer__social-nav ================*/

.global-footer__social-nav
{
	margin: 0;
	padding: 0;
}

.global-footer__social-nav li
{ display: inline-block; }


/*==================*/

.global-footer__qr-code
{
	float: right;
	padding-left: 30px;
}

.footer-nav
{
	line-height: 1.5;
	margin: 0;
	padding: 0;
}


/*== footer-nav ================*/

/****** media query ******/
@media screen and (min-width: 600px)
{
	.footer-nav li
	{ margin-bottom: .6em; }

	.footer-nav a
	{
		display: inline;
		width: auto;
		padding: 0;
		text-decoration: none;
	}

	.footer-nav__text
	{ display: inline; }
}
/*************************/
@media screen and (max-width: 599px)
{
	.footer-nav--secondary
	{ margin: 0 20px; }

	.footer-nav--secondary li
	{
		display: inline-block;
		margin: 0;
	}

	.footer-nav--secondary a
	{
		line-height: 3;
		display: inline;
		padding: 1em .5em;
	}
}
/*************************/


/*== footer-guide ================*/

.footer-guide
{
	color: #fff;
	background: rgba(255,255,255,.1);
}

.footer-guide a
{
	transition: .2s;
	color: #fff;
}

.footer-guide a:hover
{ opacity: .66; }

.footer-guide__heading
{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 10px 10px;
	padding: .5em 0;
	text-align: center;
	border-bottom: 2px solid #fff;
}

.footer-guide__label
{
	line-height: 1.5;
	margin: 10px 0;
}

.footer-guide__content
{
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 0 0 40px;
}

.footer-guide__image
{ margin-bottom: 10px; }

/****** media query ******/
@media screen and (min-width: 600px)
{
	.footer-guide .layout-container
	{
		display: table;
		width: 100%;
		padding: 50px 5px;
		border-top: 1px solid #eaeaea;
	}

	.footer-guide__unit
	{
		display: table-cell;
		width: 33.33333%;
		padding: 0 15px;
	}

	.footer-guide__heading
	{
		margin: 0 0 30px;
		text-align: left;
	}
}
/*************************/


/*== footer-bottom ================*/

.footer-bottom
{
	font-family: 'Montserrat', sans-serif;
	position: relative;
	color: #fff;
}

.footer-bottom::after
{
	display: block;
	clear: both;
	content: '';
}

.footer-bottom a
{
	transition: .2s;
	color: #fff;
}

.footer-bottom a:hover
{ opacity: .66; }

.footer-bottom__copyright
{
	font-size: 1.2rem;
	line-height: 20px;
	padding: 10px;
	text-align: center;
}

.footer-bottom__credit
{
	padding: 15px 0;
	text-align: center;
}

.footer-bottom__credit span
{
	font-size: 1rem;
	position: relative;
	top: -.3em;
	margin-right: 5px;
	color: #fff;
}

.footer-bottom__pagetop
{ background: #fff; }

.footer-bottom__pagetop a
{
	display: block;
	padding: 13px 10px 10px;
	text-align: center;
	background: #fd7f23;
	text-decoration: none;
}

/****** media query ******/
@media screen and (min-width: 600px)
{
	.footer-bottom__copyright
	{
		padding: 15px 10px;
	}

	.footer-bottom__credit
	{
		float: right;
		width: 370px;
		text-align: left;
	}

	.footer-bottom__pagetop
	{
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.footer-bottom__pagetop a
	{
		padding: 17px 10px 0px;
		width: 50px;
		height: 50px;
		box-sizing: border-box;
	}
}
/*************************/


/****** media query ******/
@media screen and (max-width: 599px)
{
	.body
	{
		padding-top: 50px;
		padding-bottom: 20%;
	}

	.body.nobanner
		{
		padding-bottom: 0;
		}

	.fixed-header
	{ display: none; }

	.js-fix-height
	{ display: none; }

}
/*************************/