#wrapper{
	padding:40px 0;
}

#migrationTopHeader{
	width:994px;
	height:48px;
	margin:20px auto 0;
	background:url("/img/migration/topHeader.png") no-repeat;
	text-indent:-10000px;
}

#title04{
	width:992px;
	height:80px;
	margin:0 auto;
	background:url("/img/geoid/title.png") no-repeat;
	text-indent:-10000px;
	overflow:hidden;
}

.bgNone #title04 {
	text-indent: 0;
	background: none;
}

#geoidText{
	width:840px;
	height:66px;
	margin:30px auto 45px;
	background:url("/img/geoid/geoid_text.png") no-repeat;
	text-indent:-10000px;
	overflow:hidden;
}

#geoidFrameTop{
	width:940px;
	height:33px;
	margin:0 auto;
	background:url("/img/geoid/geoid_frame_top.png") no-repeat;
	text-indent:-10000px;
	overflow:hidden;
}

#geoidFrameBtm{
	width:940px;
	height:14px;
	margin:0 auto;
	background:url("/img/geoid/geoid_frame_bottom.png") no-repeat;
	text-indent:-10000px;
	overflow:hidden;
}

.bgNone #title04,
.bgNone #geoidText,
.bgNone #geoidFrameTop,
.bgNone #geoidFrameBtm {
	text-indent: 0;
	background: none;
}

#geoidFrame{
	display:block;
	width:934px;
	margin:0 auto;
	box-sizing:content-box;
	padding:0;
	border:3px solid #e72f2f;
	border-width:0 3px;
	list-style-type:none;
}

#geoidFrame li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#geoidFrame .cl{
	margin:0 30px 15px;
	padding:15px 0;
	border-bottom:1px solid #e72f2f;
	overflow: hidden;
}

#geoidFrame .cl.last{
	margin:0 30px;
	padding:15px 0 30px;
	border-bottom:none;
	overflow: hidden;
}

#geoidFrame .cl > span,
#geoidFrame .cl > a{
	margin: 0 15px 0 0;
}

#golIcon,
#geoAppIcon,
#secondStOnlineIcon,
#secondStAppIcon,
#tamepochiAppIcon,
#megryAppIcon{
	display:block;
	float:left;
	width:342px;
	height:95px;
	margin:0;
	text-indent:-10000px;
	overflow:hidden;
	background-repeat:no-repeat;
}

#golIcon{
	background-image:url("/img/geoid/btn_gol.png");
}
#geoAppIcon{
	background-image:url("/img/geoid/btn_geoapp.png");
}

#secondStOnlineIcon{
	background-image:url("/img/geoid/btn_2st_online.png");
}

#secondStAppIcon{
	background-image:url("/img/geoid/btn_2st_app.png");
}

#tamepochiAppIcon{
	background-image:url("/img/geoid/btn_tamepochi.png");
}

#megryAppIcon{
	background-image:url("/img/geoid/btn_megry.png");
}

.geoIdText{
	display:block;
	margin:0;
	font-size:14px;
	line-height:21px;
}

.bgNone #geoAppIcon,
.bgNone #secondStOnlineIcon,
.bgNone #secondStAppIcon,
.bgNone #tamepochiAppIcon,
.bgNone #megryAppIcon,
.bgNone #kuchikoAppIcon,
.bgNone #geoMangaAppIcon,
.bgNone #geoTVAppIcon,
.bgNone #geoTakuhaiIcon{
	text-indent: 0;
	background: none;
}

#geoAppIcon.geoidIconArea,
#secondStOnlineIcon.geoidIconArea,
#secondStAppIcon.geoidIconArea,
#tamepochiAppIcon.geoidIconArea,
#megryAppIcon.geoidIconArea,
#kuchikoAppIcon.geoidIconArea,
#geoMangaAppIcon.geoidIconArea,
#geoTVAppIcon.geoidIconArea,
#geoTakuhaiIcon.geoidIconArea{
	text-decoration: none;
	color: #000;
	width: 323px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	float:left;
	margin:0;
}

.geoidIconArea > img{
	width: auto;
	height: auto;
}

.geoidIconArea>div{
	width: 213px;
}

.geoidDevice{
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 0 0.6em;
	background-color: black;
	display: inline-block;
}

.geoidAppname{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0.3em;
	display: block;
}

.geoidAppLink{
	font-size: 17px;
	font-weight: bold;
	color: #175482;
	position: relative;
	display: block;
}

.geoidAppLink.detailIcon {
	padding-left: 29px;
}

.geoidAppLink.detailIcon::before,
.geoidAppLink.detailIcon::after{
	position: absolute;
}

.geoidAppLink.detailIcon::before{
	content: "";
	width: 22px;
	height: 22px;
	background-color: #000;
	border-radius: 50%;
	top: 3px;
	left: 2px;
}

.geoidAppLink.detailIcon::after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: rotateZ(45deg);
	top: 9px;
	left: 6px;
}

#backBtn{
	display:block;
	width:118px;
	height:31px;
	margin:20px auto 40px;
	padding:0;
	border:1px solid #8e8e8e;
	border-radius:3px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f2f2f2 50%, #e2e2e2 51%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#f2f2f2), color-stop(51%,#e2e2e2), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f2f2f2 50%,#e2e2e2 51%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f2f2f2 50%,#e2e2e2 51%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f2f2f2 50%,#e2e2e2 51%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f2f2f2 50%,#e2e2e2 51%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	color: #069;
	font-size:14px;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	-webkit-appearance:none;
	cursor:pointer;
}

.newSignupBtnWrapper #loginBtn{
	display:block;
	width:300px;
	height:32px;
	margin:20px auto;
	border:1px solid #24246f;
	border-radius:8px;
	background: #5757a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #5757a1 0%, #24246f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5757a1), color-stop(100%,#24246f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5757a1 0%,#24246f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5757a1 0%,#24246f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5757a1 0%,#24246f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5757a1 0%,#24246f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5757a1', endColorstr='#24246f',GradientType=0 ); /* IE6-9 */
	font-size:15px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#fff;
	-webkit-appearance:none;
}

.newSignupBtnWrapper #signupBtn{
	display:block;
	width:300px;
	height:32px;
	margin:20px auto;
	border-radius:8px;
	background: #5757a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #5757a1 0%, #24246f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5757a1), color-stop(100%,#24246f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5757a1 0%,#24246f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5757a1 0%,#24246f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5757a1 0%,#24246f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5757a1 0%,#24246f 100%); /* W3C */
	background-image: url("/img/signup/geo_yellow.png");
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5757a1', endColorstr='#24246f',GradientType=0 ); /* IE6-9 */
	font-size:16px;
	line-height:32px;
	font-weight:bolder;
	text-align:center;
	text-decoration:none;
	color:#5757a1;
	-webkit-appearance:none;
}