@charset "UTF-8";
.contents {
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
}

section {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 4rem;
	text-align: center;
	background-color: #fff;
}
section:first-of-type {
	padding-top: 8rem;
}
#info-header {
	height: 8rem;
	width: 100%;
	background-color: white;
	position: fixed;
	z-index: 1;
}
@media screen and (max-width: 600px) {
	section {
		padding-top: 1rem;
	}
	section:first-of-type {
		padding-top: 4rem;
	}
	#info-header {
		height: 4rem;
	}
	.disp-pc {
		display: none;
	}
	.disp-sp {
		display: block;
	}
}
@media screen and (min-width: 600px) {
	.disp-pc {
		display: block;
	}
	.disp-sp {
		display: none;
	}
}

.waitFadeIn {
	opacity: 0;
}

video,
img {
	display: block;
}

img {
	max-width: 100%;
}

.clickable_button {
	cursor: pointer;
}

.clickable_button:hover {
	transform: scale(1.04, 1.04);
	transform-origin: center;
}

/**
 * modals
 */
.blocker {
	z-index: 200;
	margin: 0;
	padding: 0;
}

.modal {
	z-index: 201;
	margin: 0;
	padding: 0;
}

.modal a.close-modal {
	display: none;
}

#open_video.modal {
	background: none;
	box-shadow: none;
}

@media screen and (max-width: 600px) {
	iframe {
		width: 100%;
		height: 300px;
		background: none;
		box-shadow: none;
	}
}
@media screen and (min-width: 600px) {
	#open_video.modal {
		max-width: 853px;
	}
}

/**
 * navigation
 */
nav {
	position: fixed;
    top: 0;
    right: 0;
	left: 0;
	z-index: 100;
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: auto;
    /* margin-left: 1rem; */
}

.nav-logo {
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	width: 15vw;
	z-index: 1;
}

.nav-hamburger .nav-toggle-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 6vw;
	height: 6vw;
	z-index: 1;
}
.nav-menu .nav-toggle-button {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 94px;
	height: 94px;
	z-index: 1;
}

/* nav_hamburger */
.nav-hamburger {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 96px;
	height: 78px;
	opacity: 1;
}
@media screen and (min-width: 1300px) {
	.nav-hamburger .nav-toggle-button {
		position: absolute;
		top: 0;
		right: 0;
		/* width: 5vw;
		height: 8vh; */
		z-index: 1;
	}
}
@media screen and (max-width: 600px) {
	.nav-logo {
		position: absolute;
		top: 15px;
		left: 10px;
		width: 100px;
		z-index: 1;
	}
	.nav-hamburger {
		top: 10px;
		right: 20px;
		width: 48px;
		height: 39px;
	}
	.nav-hamburger .nav-toggle-button {
		width: 48px;
		height: 39px;
	}
}

#nav_3_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

/* nav_menu */
.nav-menu {
	position: absolute;
	top: 0;
	width: 1200px;
	height: 800px;
	opacity: 0;
	visibility: hidden;
}
.nav-menu.slide-skew {
	animation: slide-skew .6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slide-skew {
	0% {
	  transform: translate(1000px, -500px);
	  opacity: 0;
	}
	100% {
	  transform: translate(0,0);
	}
	20%,100% {
	  opacity: 1;
	}
}

#nav_open_bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

#nav_x_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.nav-menu-items {
	position: absolute;
	top: 100px;
	right: 100px;
	z-index: 1;
}
.nav-menu-items li img {
	width: 100%;
	height: 100%;
}

.sec-title-img,
.sec-bg-img {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.nav-menu {
		width: 600px;
		height: 500px;
	}
	.nav-menu .nav-open-bg {
		width: 600px;
		height: 500px;
	}
	.nav-menu .nav-toggle-button {
		top: 10px;
		right: 20px;
		width: 47px;
		height: 47px;
	}
	.nav-menu .nav-toggle-button img {
		width: 47px;
		height: 47px;
	}
	.nav-menu .nav-menu-items {
		top: 45px;
		right: 50px;
		width: 160px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.nav-menu .nav-menu-items li {
		margin: .2rem 0 0;
	}
	.nav-menu .nav-menu-items li img {
		width: 145px;
		height: 40px;
	}
}
/**
 * section top
 */
@media screen and (max-width: 950px) {
	/* 一時的なやつ */
	#txt_3kisei {
		width: 90%;
	}
}
#bg-img-wrapper {
	position: relative;
	width: 100%;
	max-height: 1089px;
}
#bg-img-wrapper:before {
	content: '';
	display: block;
	padding-top: 80%;
}
#bg-img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
main section .top-bg {
	margin: 0 auto;
}
main section .move-sns-buttons {
	margin: 0 auto;
	padding: 3rem 0 0;
}
main section .move-sns-buttons img {
	margin: 0 auto;
}
main section .move-sns-buttons .store-buttons {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-top: 2rem;
}
main section .move-sns-buttons a:nth-child(1) {
	margin-right: 1rem;
}
main section .sns-buttons-list {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.5% 0;
}
main section .sns-buttons-list li {
	padding: 0 3rem;
}

main >>> .ytp-cued-thumbnail-overlay-image {
	background-size: contain!important;
	-webkit-background-size: contain!important;
}

@media screen and (max-width: 600px) {
	main section .move-sns-buttons {
		padding: 1rem 0 0;
	}
	main section .move-sns-buttons img {
		width: 75%;
	}
	main section .move-sns-buttons .appstore-button {
		width: 139px;
		height: 100%;
	}
	main section .move-sns-buttons .googleplay-button {
		width: 171px;
		height: 100%;
	}
	main section .sns-buttons-list {
		justify-content: space-evenly;
	}
	main section .sns-buttons-list li {
		padding: 1rem 0 0 1rem;
	}
	main section .sns-buttons-list li:first-child {
		padding: 1rem 0 0 0;
	}
	main section .sns-buttons-list li img {
		width: 25px;
	}
	main section .movie_pr {
		width: 100%;
		height: 300px;
	}
}
@media screen and (min-width: 600px) {
	#top_bg {
		display: block;
		max-width: 100%;
		height: auto;
	}
	main section .movie_pr {
		width: 100%;
		max-width: 1440px;
		height: 800px;
	}
}

/**
 * section system
 */
main section.sec-system {
	margin-bottom: 2rem;
}
/* スライダー */
.system-swiper {
	overflow: hidden;
}
.swiper-pagination {
	bottom: -1.5rem!important;
}
.swiper-pagination-bullet {
	background-image: url("../images/contents/system_off.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-image: url("../images/contents/system_on.png");
}

.swiper-button-next, .swiper-button-prev {
	top: 60%;
	color: #C87187;
}

/**
 * section campaign
 */
main section .campaign-list {
	width: 90%;
	margin: 0 auto;
}
main section .campaign-list > img {
	margin: 0 auto;
}
main section .campaign-list .btn-precautions {
	padding: 2rem 0 5rem;
	cursor: pointer;
}
main section .campaign-list .btn-precautions img {
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	main section .campaign-list {
		padding-top: 1rem;
	}
	main section .campaign-list .btn-precautions {
		width: 45%;
		margin: 0 auto;
		padding: 1rem 0 2.5rem;
	}
}

/**
 * section member
 */
#stars_container {
	display: grid;
	height: auto;
	margin: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.stars_button {
	width: 100%;
	height: auto;
}

/**
 * section sns
 */
 @media screen and (max-width: 600px) {
	#sns_container {
		max-width: 100%;
		height: 500px;
		overflow: scroll;
		display: flex;
		align-items: center;
	}

	#sns_twitter {
		width: calc(600px / 2);
		margin: auto;
	}
}
@media screen and (min-width: 600px) {
	#sns_container {
		max-width: 100%;
		height: 500px;
		overflow: scroll;
		display: flex;
		align-items: center;
	}

	#sns_twitter {
		width: calc(2000px / 2);
		margin: auto;
	}

	.twitter-timeline {
		width: 1000px!important;
	}
	.twitter-timeline iframe {
		width: 1000px!important;
	}
}

/**
 * section news
 */
#news_container {
	position: relative;
	overflow: scroll;
	max-width: 100%;
	background-color: rgb(238, 238, 238);
}
@media screen and (max-width: 600px) {
	#news_container {
		height: 400px;
	}
}
@media screen and (min-width: 600px) {
	#news_container {
		height: 600px;
	}
}
#news_container ol {
	position: absolute;
	top: 20%;
	left: 10%;
	max-height: 60%;
	width: 80%;
	margin: auto;
	overflow-y: scroll;
}
#news_container ol li {
	margin-bottom: 15px;
}

.news_date,
.news_title {
	display: inline-block;
	line-height: 1.6;
	color: rgb(127, 127, 127);
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgb(127, 127, 127);
}
@media screen and (max-width: 600px) {
	.news_date,
.news_title {
		font-size: 12px;
	}
}
@media screen and (min-width: 600px) {
	.news_date,
.news_title {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.news_date {
		width: 80px;
	}
}
@media screen and (min-width: 600px) {
	.news_date {
		width: 90px;
	}
}

.news_title {
	min-width: 230px;
	margin-left: 10px;
}

.long-text {
	white-space: pre-line;
	text-align: start;
	padding: 0 5rem;
	margin-bottom: 3rem;
}

.long-text h2 {
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.long-text {
		padding: 0 1.5rem;
		margin-bottom: 3rem;
	}
	
}

/**
 * footer
 */
footer {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	padding-bottom: 3rem;
	color: rgb(61, 61, 61);
	max-width: 1440px;
	margin: 0 auto;
}
footer .footer-inner {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	padding: 2rem;
}
footer .footer-inner .footer-spec-info {
	display: flex;
	align-items: center;
	/* padding-bottom: 1rem; */
}
footer .footer-inner .footer-spec-info .app-icon {
	padding-right: 2rem;
}
footer .footer-inner .footer-store-info {
	padding: 2rem 0 0;
}
footer .footer-inner .footer-store-info .footer-store-buttons {
	display: flex;
	align-items: center;
	padding-bottom: .5rem;
}
footer .footer-inner .footer-store-info .footer-store-buttons img {
	height: 100%
}
footer .footer-inner .footer-store-info .footer-store-buttons a:nth-child(1) {
	margin-right: 1rem;
}
footer .footer-inner .footer-link-info {
	padding-top: 2rem;
	font-size: 1rem;
}
footer .footer-inner .footer-link-info a {
	margin-right: 1rem;
	color: #bf6c85;
}
footer .copylight {
	margin: 0 auto;
}
footer .move-store-buttons {
	position: relative;
	padding-top: 2rem;
	background-image: url("/images/contents/footer_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
footer .move-store-buttons img {
	margin: 0 auto;
}
footer .move-store-buttons .btn-close {
	position: absolute;
	top: 35px;
	right: 30px;
	cursor: pointer;
}
footer .move-store-buttons .store-buttons {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-top: 2rem;
}
footer .move-store-buttons .store-buttons a:nth-child(1) {
	margin-right: 1rem;
}
main footer .move-store-buttons .move-sns-buttons {
	padding: 1rem 0 5rem 0;
}
footer .move-store-buttons .move-sns-buttons .sns-buttons-list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
footer .move-store-buttons .move-sns-buttons .sns-buttons-list li {
	width: 70%;
	padding: 1rem 1rem 0 0;
}
@media screen and (max-width: 1300px) {
	footer .footer-inner {
		flex-direction: column;
	}
}
@media screen and (max-width: 600px) {
	footer {
		padding-bottom: 1rem;
	}
	footer .copylight {
		width: 60%;
		padding-top: 0;
	}
	footer .footer-inner .footer-spec-info .app-icon {
		max-width: 100px;
		padding-right: 1rem;
	}
	footer .footer-inner .footer-spec-info img {
		max-width: 220px;
	}
	footer .footer-inner .footer-link-info {
		padding-top: 1rem;
		font-size: .8rem;
	}
	footer .move-store-buttons {
		padding: 1.5rem 0;
		background-size: cover;
	}
	footer .move-store-buttons .txt-dl {
		width: 75%;
	}
	footer .move-store-buttons .btn-close {
		top: 25px;
		right: 10px;
		width: 15px;
	}
	footer .move-store-buttons .store-buttons {
		padding-top: 1rem;
	}
	footer .move-store-buttons .store-buttons .appstore-button {
		width: 139px;
		height: 100%;
	}
	footer .move-store-buttons .store-buttons .googleplay-button {
		width: 171px;
		height: 100%;
	}
	main footer .move-store-buttons .move-sns-buttons {
		width: 90%;
		padding: 1rem 0 0;
	}
	footer .move-store-buttons .move-sns-buttons .sns-buttons-list {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	footer .move-store-buttons .move-sns-buttons .sns-buttons-list li {
		width: 90%;
		padding: .5rem .5rem 0 0;
	}
}

#bottom_container {
	position: fixed;
	z-index: 10;
	bottom: -100%;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.6);
}

/**
 * modal of star profiles
 */
#profile_modal {
	max-width: none;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px) {
	#profile_modal {
		width: 90vw;
		height: 54.1935483871vw;
	}
}
@media screen and (min-width: 600px) {
	#profile_modal {
		width: calc(0.58125 * min(1920px, 100vw));
		height: calc(0.35 * min(1920px, 100vw));
	}
}

#profile_modal_swiper {
	overflow: hidden;
}
#profile_modal_swiper .swiper-pagination {
	bottom: -25%!important;
}
#profile_modal_swiper .swiper-pagination-bullet {
	background-color: white;
	opacity: 0.55;
}
#profile_modal_swiper .swiper-pagination-bullet-active {
	background-color: white;
	opacity: 0.85;
}
@media screen and (max-width: 600px) {
	#profile_modal_swiper .swiper-button-next {
		color: gray;
		opacity: 0.55;
		right: -5.5%;
	}
}
@media screen and (min-width: 600px) {
	#profile_modal_swiper .swiper-button-next {
		color: white;
		opacity: 0.55;
		right: -9%;
	}
}
#profile_modal_swiper .swiper-button-next:after {
	font-size: 150%;
}
@media screen and (max-width: 600px) {
	#profile_modal_swiper .swiper-button-prev {
		color: gray;
		opacity: 0.55;
		left: -5.5%;
	}
}
@media screen and (min-width: 600px) {
	#profile_modal_swiper .swiper-button-prev {
		color: white;
		opacity: 0.55;
		left: -9%;
	}
}
#profile_modal_swiper .swiper-button-prev:after {
	font-size: 150%;
}

.profile_modal_bg {
	width: 100%;
	height: auto;
	margin: auto;
}

.profile_modal_close {
	position: absolute;
	top: -12%;
	right: -5%;
	width: 6.8100358423%;
	height: auto;
}

/**
 * modal of privacy policy
 */
#attension-modal,
#attension-cover-modal {
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	background: white;
	max-width: 920px;
	width: 90%;
	height: 95%;
}
#attension-modal iframe,
#attension-cover-modal iframe {
	width: 100%;
	height: 100%;
}

#attension-modal .attension-modal_close,
#attension-cover-modal .attension-modal_close {
	position: absolute;
}
@media screen and (max-width: 600px) {
	#attension-modal .attension-modal_close,
	#attension-cover-modal .attension-modal_close {
		width: 15px;
		height: 15px;
		top: 20px;
		right: 20px;
	}
}
@media screen and (min-width: 600px) {
	#attension-modal .attension-modal_close,
	#attension-cover-modal .attension-modal_close {
		width: 22px;
		height: 22px;
		top: 30px;
		right: 30px;
	}
}
#attension-modal .attension-modal_close span,
#attension-cover-modal .attension-modal_close span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	display: block;
	width: 100%;
	height: 2px;
	background: black;
}
#attension-modal .attension-modal_close span:last-child,
#attension-cover-modal .attension-modal_close span:last-child {
	transform: translate(-50%, -50%) rotate(45deg);
}
#attension-modal .attension-modal_close span:first-child,
#attension-cover-modal .attension-modal_close span:first-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.store_button {
	transform-origin: center;
	cursor: pointer;
}

.email-popup .email-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.75);
}
.email-popup .email-popup-close {
	position: fixed;
	top: 13%;
	right: 20%;
	z-index: 1000;
	cursor: pointer;
}
.email-popup .email-popup-close-img {
	width: 40px;
}
.email-popup .email-popup-main {
	position: fixed;
	top: 20%;
	right: 20%;
	z-index: 1000;
	width: 60%;
	min-width: 500px;
	max-height: 70%;
	opacity: 95%;
	overflow-y: scroll;
	background: #ffffff;
}
.email-popup .email-popup-main .email-popup-text {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 400px;
	padding: 0 2rem;
	text-align: center;
	color: #9999a2;
}
.email-popup .email-popup-main .email-popup-text p {
	padding: 0 0 2rem;
	font-size: 2rem;
	font-weight: bold;
}
.email-popup .email-popup-main .mail-input-block {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.email-popup .email-popup-main .mail-input-block .mail-input-block-inner {
	position: relative;
	width: 80%;
	min-width: 345px;
	height: 56px;
	margin-right: 1rem;
	border: 3px solid #E4ADC2;
	border-radius: 6px;
	box-sizing: border-box;
}
.email-popup .email-popup-main .mail-input-block .mail-input-block-inner .email-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 345px;
	height: 100%;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1.2rem;
	color: #9999a2;
	border: none;
	outline: none;
	-webkit-appearance : none;
	background-color: transparent;
}
.email-popup .email-popup-main .mail-input-block .mail-input-block-inner .email-text::placeholder {
	font-size: 1.2rem;
	color: #E4ADC2;
}
.email-popup .email-popup-main .mail-input-block .mail-send-btn {
	width: 130px;
	height: 56px;
	font-size: 1.2rem;
	color: #fff;
	border: 3px solid #C87187;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #C87187;
}
.email-popup .email-popup-main .mail-input-block .mail-send-btn.disabled {
	border: #999;
	background-color: #999;
}
.email-popup .email-popup-main .privacy-block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	font-size: 1.2rem;
}
.email-popup .email-popup-main .privacy-block .check-icon {
	width: 30px;
	height: 30px;
}
.email-popup .email-popup-main .privacy-block .privacy-link {
	padding-left: .5rem;
	font-size: 1.4rem;
	color: #384fff;
	text-decoration: underline;
	cursor: pointer;
}

.privacy-popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	box-sizing: border-box;
	padding: 4rem 2rem;
	overflow-y: scroll;
	background: #f2f2f2;
}
.privacy-popup-main p {
	padding-top: 2rem;
	line-height: 1.5;
}
.privacy-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
}
@media screen and (max-width: 600px) {
	.email-popup .email-popup-close {
		top: 16%;
		right: 5%;
	}
	.email-popup .email-popup-close-img {
		width: 20px;
	}
	.email-popup .email-popup-main {
		left: 5%;
		width: 90%;
		min-width: auto;
	}
	.email-popup .email-popup-main .email-popup-text {
		height: 350px;
		padding: 0 1rem;
	}
	.email-popup .email-popup-main .email-popup-text p {
		font-size: 1.2rem;
	}
	.email-popup .email-popup-main .mail-input-block {
		flex-wrap: wrap;
	}
	.email-popup .email-popup-main .mail-input-block .mail-input-block-inner {
		width: 90%;
		min-width: auto;
		margin-right: 0;
	}
	.email-popup .email-popup-main .mail-input-block .mail-input-block-inner .email-text,
	.email-popup .email-popup-main .mail-input-block .mail-input-block-inner .email-text::placeholder {
		min-width: auto;
		padding: .5rem;
		font-size: 1rem;
	}
	.email-popup .email-popup-main .mail-input-block .mail-send-btn {
		width: 110px;
		height: 45px;
		margin-top: 1rem;
	}
	.email-popup .email-popup-main .privacy-block {
		font-size: 1rem;
		line-height: 1.5;
	}
	.email-popup .email-popup-main .privacy-block .check-icon {
		width: 25px;
		height: 25px;
	}
	.email-popup .email-popup-main .privacy-block .privacy-link {
		font-size: 1rem;
	}
}
/* .privacy-agree {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px;
}
.email-text-border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 3px;
	-moz-border-image: url('/images/campaign/sp_img_mailbox.png') 5 5 5 5 repeat repeat;
	-webkit-border-image: url('/images/campaign/sp_img_mailbox.png') 5 5 5 5 repeat repeat;
	-o-border-image: url('/images/campaign/sp_img_mailbox.png') 5 5 5 5 repeat repeat;
	border-image: url('/images/campaign/sp_img_mailbox.png') 5 5 5 5 repeat repeat;
} */

/*# sourceMappingURL=index.css.map */
