@charset "utf-8";
/*! ==========================================================================
   トライアル体験お申込み
   ========================================================================== */
@media screen and (min-width: 769px) {
	.flexbox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
}

.form__label {
	display: block;
	margin-bottom: .3em;
}
.form__required,
.form__optional {
	margin-left: .5em;
	font-weight: 300;
	color: #fff;
}
.form__required.gold {
	color: #c49e00;
}
.form__optional.gray {
	color: #555;
}
.form__required.green {
	color: #3acbc6;
}
.form__step {
	display: block;
	float: left;
	margin-right: .8em;
	font-weight: 600;
	font-size: 1.5rem;
	font-style: italic;
	color: #fff;
	letter-spacing: .08em;
	line-height: 1.2;
}
.form__step-num {
	font-weight: 400;
	font-size: 200%;
}

@media screen and (min-width: 769px) {
	.form__step {
		font-size: 1.6rem;
		line-height: .7;
	}
}


.notes {
	margin-bottom: 1em;
	font-size: 80%
}


input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
	padding: 10px;
}
@media screen and (min-width: 769px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  textarea {
    padding: 16px;
  }
}
input[type="date"] {
	min-height: 40px;
	margin-bottom: 1em;
	padding-top: .6em;
	padding-bottom: .6em;
	background-color: #f4f4f4;
}
input[type="button"],
input[type="submit"] {
	width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
	visibility: hidden;
	display: block;
	height: 0;
}
input[type="radio"]:checked + .form__radiobox:before,
input[type="checkbox"]:checked + .form__checkbox:before {
	opacity: 1;
}
select {
	width: 100%;
	margin-bottom: 1em;
	padding: .8em;
	background-color: #f4f4f4;
	background-image: url(/common/img/icon_caret_down_green.svg);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 14px;
}
input:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #3acbc6;
}

::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	line-height: 1.8;
}
::-moz-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	line-height: 1.8;
}
:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	line-height: 1.8;
}
input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	line-height: 1.8;
}

.input-text,
.input-date,
.input-textarea {
	width: 100%;
}

.form__radiobox,
.form__checkbox {
	display: block;
	position: relative;
	padding-left: 1.5em;
	border-radius: 0;
	cursor: pointer;
}
.form__radiobox:before,
.form__checkbox:before {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
  top: 5px;
	left: 5px;
	width: 8px;
	height: 13px;
	border-right: 2px solid #3acbc6;
	border-bottom: 2px solid #3acbc6;
	opacity: 0;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: opacity .3s ease-in;
	-moz-box-sizing: opacity .3s ease-in;
	-ms-box-sizing: opacity .3s ease-in;
	-o-box-sizing: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
.form__radiobox:after,
.form__checkbox:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
  top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
.form__radiobox:after {
	border-radius: 20px;
}
.form__radiobox:before,
.form__radiobox:after {
	top: -15%;
}
/*
.form__checkbox:before,
.form__checkbox:after {
	top: -20%;
}
*/
.form__radiobox:last-child,
.form__checkbox:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.form__radiobox--ml:before,
	.form__radiobox--ml:after {
		top: 15%;
	}
}

@media screen and (min-width: 769px) {
	.form__radiobox--ml:before,
	.form__radiobox--ml:after {
		top: 5%;
	}
}


/* ==========================================================================
   mainvisual
   ========================================================================== */
.mainvisual {
	background-image: url(../img/mainvisual_bg_sp.jpg);
}

@media screen and (min-width: 769px) {
	.mainvisual {
		background-image: url(../img/mainvisual_bg.jpg);
	}
}


/* ==========================================================================
   overview
   ========================================================================== */
.overview {
	padding-left: 10px;
	padding-right: 10px;
}
.overview__container {
	padding: 20px;
	background-color: #fff;
}

@media screen and (min-width: 769px) {
	.overview {
		padding-left: 20px;
		padding-right: 20px;
	}
	.overview__container {
		padding: 40px 50px;
	}
}
@media screen and (min-width: 1601px) {
	.overview {
		padding-left: 0;
		padding-right: 0;
	}
}


.overview__title {
	margin-bottom: 20px;
	font-family: 'Cormorant Garamond',serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.6rem;
}
.overview__title:after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	margin-top: 5px;
	background-color: #3acbc6;
}
.overview__title-ruby {
	margin-left: 1em;
	font-weight: 300;
	font-size: 1.2rem;
	font-style: normal;
	color: #a0a0a0;
}

@media screen and (min-width: 769px) {
	.overview__title {
		margin-bottom: 30px;
		font-size: 2.0rem;
	}
	.overview__title:after {
		width: 68px;
		height: 2px;
	}
	.overview__title-ruby {
		font-size: 1.4rem;
	}
}


.overview__leadcopy {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 2.0rem;
}
.overview__bodycopy {
	margin-bottom: 25px;
	font-size: 1.2rem;
	line-height: 1.8;
}
.overview__bodycopy span {
	padding-top: .8em;
	display: block;
	font-size: 1.1rem;
}
.overview__attention {
	color: red;
	line-height: 1.5;
	border: 1px solid red;
	display: inline-block;
	margin: 1.3rem 0 0 0;
	padding: 0.3rem 0.7rem;
}


@media screen and (min-width: 769px) {
	.overview__leadcopy {
		margin-bottom: 30px;
		font-size: 3.0rem;
	}
	.overview__bodycopy {
		margin-bottom: 35px;
		font-size: 1.4rem;
		line-height: 2;
	}
	.overview__bodycopy span {
		padding-top: .3em;
		font-size: 1.2rem;
	}
}


.overview__tel {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border: 1px solid #3acbc6;
	color: #3acbc6;
	text-align: center;
}
.overview__tel-bodycopy {
	font-size: 1.4rem;
	font-weight: 600;
}
.overview__tel-number {
	margin-top: -5px;
	font-family: 'Cormorant Garamond',serif;
	font-size: 1.8rem;
}
.overview__tel-link {
	font-size: 3.0rem;
}
.overview__tel-notes {
	font-size: 1.3rem;
}
.normal {
	position: relative;
	top: .1em;
}

@media screen and (min-width: 769px) {
	.overview__tel {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.overview__tel-bodycopy {
		margin-bottom: 0;
		padding-right: 1em;
		font-size: 1.6rem;
	}
	.overview__tel-number {
		margin-top: -13px;
		font-size: 1.8rem;
	}
	.overview__tel-link {
		font-size: 3.6rem;
	}
	.overview__tel-notes {
		margin-top: -3px;
		padding-left: .3em;
		font-size: 1.5rem;
	}
}


/* ==========================================================================
   form-base
   ========================================================================== */
.form-base {

}
@media screen and (min-width: 769px) {
	.form-base {
	}
}

.form-base__title {
	font-weight: 300;
	font-size: 1.6rem;
	text-align: center;
}
.form-base__title-ruby {
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	font-style: italic;
	color: #a0a0a0;
}

@media screen and (min-width: 769px) {
	.form-base__title {
		font-size: 2.0rem;
	}
	.form-base__title-ruby {
		font-size: 1.4rem;
	}
}


.form__table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.form__table-th,
.form__table-td {
	position: relative;
	padding-top: .8em;
	padding-bottom: .8em;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.form__table-th,
	.form__table-td {
		display: block;
	}
	.form__useselect {
		height: 50px;
	}
}

@media screen and (min-width: 768px) {
  .form__table {
    margin: 40px 0 0 0;
  }
	.form__useselect {
		display: inline-block;
		width: 150px;
	}
  .form__table-th.flexbox {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .form__table-th.flexbox label {
    flex-basis: 38%;
    max-width: 38%;
  }
  .form__table-th.flexbox input {
    flex-basis: 60%;
    max-width: 60%;
  }
}


/* ==========================================================================
   form-plan
   ========================================================================== */
.form-plan {
}
.form-plan__container {
}

@media screen and (min-width: 769px) {
	.form-plan {
	}
	.form-plan__container {
	}
}


.form-plan__title {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 1.6rem;
	text-align: center;
}
.form-plan__title-ruby {
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	font-style: italic;
	color: #a0a0a0;
}
.form-plan__bodycopy {
	margin-bottom: 25px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (min-width: 769px) {
	.form-plan__title {
		font-size: 2.0rem;
	}
	.form-plan__title-ruby {
		font-size: 1.4rem;
	}
	.form-plan__bodycopy {
		max-width: 780px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.4rem;
		line-height: 2.0;
	}
}


.form-plan__accordion {
	margin-bottom: 30px;
}
.form-plan__dt {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #3acbc6;

	background-image: url(/common/img/icon_plus_green.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 20px;

	cursor: pointer;

	-webkit-transition: background-color .4s ease-in;
	-moz-transition: background-color .4s ease-in;
	-ms-transition: background-color .4s ease-in;
	-o-transition: background-color .4s ease-in;
	transition: background-color .4s ease-in;
}
.form-plan__dt.active {
	background-image: url(/common/img/icon_minus_green.svg);
	background-position: right center;
}
.form-plan__dt:hover {
	background-color: #edf8f7;
}
.form-plan__dd {
	display: none;
	padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
	.form-plan__dt {
		background-size: 30px 30px;
	}
	.form-plan__dd {
		padding-bottom: 40px;
	}
}


.form-plan__accordion-title {
	font-weight: 300;
	font-size: 1.5rem;
}
.form-plan__accordion-ruby {
	display: block;
	font-family: 'Cormorant Garamond',serif;
	font-weight: 400;
	font-size: 1.2rem;
	font-style: italic;
	color: #a0a0a0;
}
.form-plan__accordion-attention {
	font-size: 1.3rem;
	font-weight: normal;
	color: red;
	border: 1px solid red;
	display: inline-block;
	margin: 1rem 3rem 1rem 0;
	padding: 0.3rem 0.7rem;
}

@media screen and (min-width: 769px) {
	.form-plan__accordion-title {
		font-size: 2.0rem;
	}
	.form-plan__accordion-ruby {
		font-size: 1.4rem;
	}
}


.form-plan__step {
	margin-bottom: 2em;
	border: 1px solid #dcdcdc;
}
.form-plan__step-dt {
	padding: 20px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #3acbc6;
}
.form-plan__step-dd {
	padding: 20px;
	font-size: 1.4rem;
	border-top: 0;
}

.form-plan__mygoal {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 769px) {
	.form-plan__step {
		width: 48%;
	}
	.form-plan__step-dt {
		font-size: 1.6rem;
	}
	.form-plan__step-dd {
		font-size: 1.6rem;
	}

	.form-plan__mygoal {
		margin-left: 3em;
	}
}



.form__choice-title {
  margin: 1em 0 .3em 0;
}
.form__choice-date-ttl {
 margin: 1em 0 0 0; 
}
.form__choice-flexbox {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.form__choice-flexbox > select {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .form__choice.flexbox {
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
  }
  .form__choice.flexbox .form__choice-block {
    flex-basis: 38%;
    max-width: 38%;
  }
  .form__choice.flexbox .form__choice-wrap {
    flex-basis: 60%;
    max-width: 60%;
  }
	.form__choice-title,
	.form__choice-date,
	.form__choice-time {
		display: inline-block;
		width: 40%;
	}
	.form__choice-title {
		width: 15%;
		text-align: center;
	}
  .form__choice-flexbox > input {
    flex-basis: 50%;
    max-width: 50%;
  }
  .form__choice-flexbox > select {
    flex-basis: 50%;
    max-width: 50%;
  }
}






.float--center {
	display: block;
}
.icon--plus {
	font-size: 200%;
	color: #3acbc6;
}


/* ==========================================================================
   WINBACK
   ========================================================================== */
.form__esthetic {
  margin: 2em 0;
}
.form__esthetic-btn {
  font-size: 1.3rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin: 10px 0 0 0;
  padding: 10px;
}
.form__esthetic .form__checkbox:before {
  top: 2px;
}
.form__esthetic .form__checkbox:after {
  top: 2px;
}
@media screen and (min-width: 769px) {
  .form__esthetic {
    margin: 40px 0 50px;
  }
  .form__esthetic.flexbox {
    align-items: center;
  }
  .form__esthetic-btn {
   padding: 16px; 
  }
  .form__esthetic.flexbox .form__esthetic-txt {
    flex-basis: 36%;
    max-width: 36%;
  }
  .form__esthetic.flexbox .form__esthetic-wrap {
    flex-basis: 60%;
    max-width: 60%;
  }
}

/* ==========================================================================
   other
   ========================================================================== */
.form__question {
	margin-bottom: 30px;
}
.form__question-description {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.form__question-textarea {
	height: 130px;
}

@media screen and (min-width: 769px) {
	.form__question {
		margin-bottom: 50px;
	}
  .form__question.flexbox {
    align-items: center;
    justify-content: space-between;
  }
	.form__question.flexbox input {
    flex-basis: 38%;
    max-width: 38%;
	}
	.form__question-textarea {
    flex-basis: 60%;
    max-width: 60%;
		height: 180px;
	}
}


.form__approval {
	position: relative;
	margin-bottom: 40px;
}
.form__approval-link {
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	.form__approval {
		max-width: 340px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}


.form__submit {
	margin-bottom: 40px;
}
.form__submit-btn {
	display: block;
  font-family: "Shippori Mincho", serif;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #3acbc6;
	background-image: url(/common/img/icon_arrow_right_white.svg);
	background-position: 82% center;
	background-repeat: no-repeat;
	background-size: 25px;
	border: 0;
	transition: all .4s ease-in;
	margin: 0 auto;
	padding: 20px 0;
}
.form__submit-btn:hover {
	background-color: rgba(78, 181, 172, .75);
}

@media screen and (min-width: 769px) {
	.form__submit {
		max-width: 100%;
		margin: 70px 0 40px;
	}
	.form__submit-btn {
		font-size: 3.0rem;
    background-position: 64% center;
    padding: 30px 10px 30px 0;
	}
}


.contact_tel {
  font-size: 1.3rem;
  text-align: center;
  background-color: #e1f7f6;
  padding: 15px 10px;
}
.contact_tel p:nth-child(2) {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 0 5px;
}
.contact_tel p:nth-child(2) span {
  font-size: 1.1rem;
}
.contact_tel p:nth-child(3) {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .contact_tel {
    font-size: 1.6rem;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
    padding: 15px 10px;
  }
  .contact_tel p:nth-child(2) {
    font-size: 3.0rem;
    line-height: 1.4;
    margin: 0 0 5px;
  }
  .contact_tel p:nth-child(2) span {
    font-size: 1.4rem;
  }
  .contact_tel p:nth-child(3) {
    font-size: 1.4rem;
  }

}





.form__notes {
	padding: 1.5em 1.2em;
	background-color: #edf8f7;
}
.form__notes-title {
	margin-bottom: .5em;
	font-size: 1.8rem;
}
.form__notes-description {
	font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
	.form__notes {
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ==========================================================================
   form-confirm
   ========================================================================== */
.form-confirm {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.form-confirm__container {
	padding: 80px 20px 50px;
	background-color: #fff;
}

@media screen and (min-width: 769px) {
	.form-confirm {
		margin: 100px 0 0;
		padding: 0 20px;
	}
	.form-confirm__container {
    width: 100%;
    max-width: 900px;
		min-height: 600px;
    margin: 0 auto;
		padding: 40px 0;
	}
}


.form-confirm__title {
	margin-bottom: 20px;
	font-family: 'Cormorant Garamond',serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.6rem;
}
.form-confirm__title:after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	margin-top: 5px;
	background-color: #3acbc6;
}
.form-confirm__title-ruby {
	margin-left: 1em;
	font-weight: 300;
	font-size: 1.2rem;
	font-style: normal;
	color: #a0a0a0;
}

@media screen and (min-width: 769px) {
	.form-confirm__title {
		margin-bottom: 30px;
		font-size: 2.0rem;
	}
	.form-confirm__title:after {
		width: 68px;
		height: 2px;
	}
	.form-confirm__title-ruby {
		font-size: 1.4rem;
	}
}


.form-confirm__subtitle {
	margin-bottom: .5em;
	font-size: 1.5rem;
	font-weight: 600;
}
.form-confirm__leadcopy {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 2.0rem;
}
.form-confirm__bodycopy {
	margin-bottom: 25px;
	font-size: 1.2rem;
	line-height: 2;
}

@media screen and (min-width: 769px) {
	.form-confirm__subtitle {
		font-size: 1.4rem;
	}
	.form-confirm__leadcopy {
		margin-bottom: 30px;
		font-size: 3.0rem;
	}
	.form-confirm__bodycopy {
		margin-bottom: 40px;
		font-size: 1.4rem;
		line-height: 2;
	}
}


.form-confirm__table {
	width: 100%;
	margin-bottom: 30px;
}
.form-confirm__table-th,
.form-confirm__table-td {
	display: block;
	font-size: 1.5rem;
	text-align: left;
}
.form-confirm__table-th {
	font-weight: 600;
}
.form-confirm__table-td {
	min-height: 2em;
	margin-bottom: 1em;
	border-bottom: 2px solid #3acbc6;
}

@media screen and (min-width: 769px) {
	.form-confirm__table {
    width: 100%;
		max-width: 900px;
    margin: 0 auto;
	}
	.form-confirm__table-th,
	.form-confirm__table-td {
		font-size: 1.6rem;
	}
	.form-confirm__table-td {
		min-height: 2.5em;
	}
}


.form-confirm__submit {
	width: 100%;
}
.form-confirm__submit-td {
	display: block;
}
.form-confirm__submit-btn,
.form-confirm__back-btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	font-size: 1.4rem;
	border: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
.form-confirm__submit-btn:hover {
	background-color: rgba(78, 181, 172, .75);
}
.form-confirm__submit-btn {
	margin-bottom: 20px;
	color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.0rem;
	background-color: #3acbc6;
	background-image: url(/common/img/icon_arrow_right_white.svg);
	background-position: 82% center;
	background-repeat: no-repeat;
	background-size: 25px;
  paddin
}
.form-confirm__back-btn {
	color: #3acbc6;
	background-color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	.form-confirm__submit {
		width: 900px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.form-confirm__submit-btn,
	.form-confirm__back-btn {
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 1.8rem;
	}
  .form-confirm__submit-btn {
		font-size: 3.0rem;
    background-position: 64% center;
    padding: 30px 10px 30px 0;
  }
}


/* ==========================================================================
   form-thanks
   ========================================================================== */
.form-thanks__back-link {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 300;
	font-size: 1.4rem;
	color: #fff;
	background-color: #3acbc6;
	text-align: center;
}
.form-thanks__back-link:hover {
	background-color: #75dad7;
}
.form-thanks__back-link:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: .5em;
	background-image: url(/common/img/icon_arrow_right_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

@media screen and (min-width: 769px) {
	.form-thanks__back-link {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ==========================================================================
   validationEngine
   ========================================================================== */
.formError .formErrorContent,
.formError .formErrorArrow div {
	background-color: #eb66c1;
}
.formError .formErrorContent {
	color: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.4);
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.formError .formErrorArrow div {
	-webkit-box-shadow: 0 1px 2px #444;
	-moz-box-shadow: 0 1px 2px #444;
	-ms-box-shadow: 0 1px 2px #444;
	-o-box-shadow: 0 1px 2px #444;
	box-shadow: 0 1px 2px #444;
}
