@charset "UTF-8";

body {
	margin: 0px;
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(70% + 0.8vmin);
	font-size: -webkit-calc(70% + 0.8vmin);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%; /* Safariの横画面対応 */
	font-family: sans-serif;
	color: #323232;
	background-color: #FFF;
}
a{
	display: block;
	text-decoration: none;
}
a, a:visited {
	color : #5a96d7;
}
img {
	width: 100%;
	vertical-align: bottom;
}


.wrap {
	text-align: center;
}
.contents-area {
	padding: 22px 18px;
	padding: 22px 6.5vmin;
}
.gray-area {
	padding: 48px 18px 48px;
	padding: 48px 6.5vmin 48px;
	background: #fafafa;
}
.msg-left {
	text-align: left;
}
.msg-small {
	margin:14px 0px 2px;
	font-size: 12px;
	font-size: calc(70% + 0.5vmin);
	font-size: -webkit-calc(70% + 0.5vmin);
}
.button {
	width: 88vmin;
	max-width: 500px;
	margin: 4px auto 0px;
}
.regist-btn-area .button {
	max-width: 360px;
}
.img-title {
	margin-bottom: 48px;
	width: 90vmin;
	max-width: 550px;
}
.img-receive {
	margin-bottom: 26px;
	width: 87vmin;
	max-width: 500px;
}
.img-step {
	max-width: 400px;
}
.border {
	max-width: 366px;
	margin: 0 auto 24px;
	padding: 16px 16px 24px;
	border-radius: 0 0 4px 4px;
	background-color: #ffffff;
	border: solid 1px;
}
#step1 {
	border-color: #5a96d7;
}
#step2 {
	border-color: #4cb5ab;
}
#step3 {
	border-color: #faa042;
}
#step4 {
	border-color: #e8535f;
}


#code-title {
	margin: 0 0 8px;
}
#exp-date {
	margin: 8px 0 25px;
}
#code-area {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	box-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
}
.border-dot-around {
	width: 154px;
	width: 27vmax;
	margin: 0 4px 4px 0;
	padding: 4px;
	background: #ffffff;
	border: dashed 1px #333333;
	border-radius: 2px;
}
#invite-code {
	margin-top: 2px;
	font-size: 20px;
	font-size: calc(70% + 3.5vmin);
	font-size: -webkit-calc(70% + 3.5vmin);
}
#img-recreate {
	width: 88px;
	width: 14.5vmax;
}
.sns-area {
	padding: 10px 18px 30px;
	padding: 10px 6.5vmin 30px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	box-pack:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
}
.ic-sns {
	padding-left: 26px;
}
.img-ic-sns {
	width: 60px;
	width: 10.565vmax;
	height: 60px;
	height: 10.565vmax;
}
.sns-name {
	margin-top: 10px;
}


.input-box {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	border: 1px solid #a0a0a0;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 0;
	font-size: 16px !important;
	line-height: inherit;
}
.positive-btn {
	display: block;
	text-align: center;
	text-decoration: none !important;
	color: #ffffff !important;
	font-size: 16px;
	background-color: #faa042;
	width: 100%;
	line-height: inherit;
	padding: 12px;
	border-radius: 2px;
	border: none;
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.regist-btn {
	border: solid 1px;
	border-color: #A0A0A0;
	border-radius: 4px;
	height: 40px;
	padding: 19px 0 0 0;
	font-size: 16px;
	color: #323232;
	box-shadow: 1px 1px 4px #A0A0A0;
}

.disable-btn{
	border-color: #C5C5C5;
	background-color: #DCDCDC;
	color: #9C9C9C;
	box-shadow: none;
}
.complete-btn{
	background: url(../../images/friends/comp-member.png) no-repeat right 10px center;
	background-size: 30px;
	background-color: #DCDCDC;
	height: 40px;
}
