/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
* {
	margin: 0;
	padding: 0;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 18px;
}
.date {
	font-size: 12px;
	color: #a4a4a4;
	text-align: right;
	margin: -15px 10px 10px 15px;
}
#content {
	max-width: 600px;
	margin: 0 auto;
}
.top_txt {
	padding: 15px;
}
.top_txt p {
	line-height: 1.8em;
	margin-bottom: 10px;
	font-size: 16px;
}
.login_time {
	font-weight: bold;
	font-size: 17px;
	background-color: #a9017b;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.login_time img {
	width: 35px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 0;
}
a {
	color: #000;
	text-decoration: none;
}
.store_btn {
	width: 75%;
	margin: 0 auto;
	padding: 10px 0 15px;
}
.store_btn img {
	width: 100%;
}
/*--------------------header--------------------*/
#header {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #e0e0e0;
	padding: 10px 0;
}
#header img {
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
/*--------------------footer--------------------*/
#footer {
	color: #4B4B4B;
	background-color: #F0F0F0;
	border-top: 1px solid #B1B1B1;
	margin-top: 20px;
}
#footer p {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
/*--------------------chara_box--------------------*/
.chara_box {
	margin-top: 10px;
	margin-bottom: 50px;
}
.join_box {
	width: 310px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.chara_img,
.join_img {
	width: 250px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
	border: solid 2px #a9017b;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.join_img {
	width: 65px;
	height: 65px;
	margin: 0;
}
.chara_img img,
.join_img img {
	width: 100%;
}
.join_txt {
	float: left;
	font-size: 20px;
	padding-top: 10px;
	font-weight: bold;
	margin: 0 20px 0 10px;
}
.join_txt p {
	text-align: center;
	line-height: 1.4em;
}
.chara_prof {
	background-color: #f0f0f0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 92%;
	margin: 0 auto;
	box-shadow: 0px 0px 0px 5px #f0f0f0;
	padding-bottom: 15px;
}
.sub_title {
	position: relative;
	background-color: rgba(220, 118, 192, 0.70);
	box-shadow: 0px 0px 0px 5px rgba(220, 118, 192, 0.70);
	border: dashed 2px #fff;
	padding: 10px 0;
	color: #454545;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
}
.sub_title:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff rgba(220, 118, 192, 0.90);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.prof_name {
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}
.prof_txt {
	padding: 10px;
	background-color: #fff;
	border: 2px #454545 dotted;
	line-height: 1.8em;
	width: 90%;
	margin: 0 auto;
}
/*--------------------install_box--------------------*/
.install_box {
	margin-bottom: 25px;
	border-bottom: solid 2px #949494;
	padding-bottom: 30px;
}
.install_btn {
	width: 85%;
	margin: 0 auto;
	border: solid 2px #949494;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.icon_img {
	width: 25%;
	float: left;
}
.icon_img  img{
	width: 100%;
}
.install_txt {
	width: 75%;
	float: right;
	text-align: center;
}
.install_txt p{
	font-size: 17px;
	line-height: 1.6em;
}
/*--------------------sns_box--------------------*/
.sns_box {
	width: 90%;
	margin: 0 auto;
}
.sns_box p {
	float: left;
	text-align: center;
	font-size: 17px;
	line-height: 1.4em;
	margin-left: 5px;
}
.sns_icon {
	padding-top: 3px;
}
.sns_icon img {
	width: 13%;
	float: right;
	padding-left: 3px;
}
/*--------------------loading--------------------*/
.loading_box {
	width: 70%;
	margin: 0 auto;
	max-width: 100px;
	text-align: center;
}
.loading_box img:nth-child(1) {
	width: 80%;
	padding-bottom: 30px;
}
.loading_box img {
	width: 100%;
}
/*--------------------COMMON--------------------*/
.center {
	text-align: center;
}
.mb15 {
	margin-bottom: 15px;
}
.orange {
	color: #f2a93a;
}
.red {
	color: #ff4e7e;
}
.bold {
	font-weight: bold;
}
.uline {
	text-decoration: underline;
}
.txt19 {
	font-size: 19px;
}
.txt20 {
	font-size: 20px;
}
@media screen and (min-width:360px) { 
.join_box {width: 340px;}
.join_img {
	width: 75px;
	height: 75px;
}
.join_txt{font-size: 22px;}
}
/*--------------------clearfix--------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */