@charset "utf-8";
/* CSS Document */

/* 2013.06.12 4c */
.social {
    display: box;
    display: -moz-box;
    display: -webkit-box;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 5px 7px 10px;
}

.center {
    box-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
}

.social > div {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	width: 33%;
}

.social a {
	color: #fff;
}

.social .google {
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	border-right: 1px solid #fff;
	background: #da542f;
}

.social .facebook {
	background: #3e5e9e;
	border-right: 1px solid #fff;
}

.social .twitter {
	-webkit-border-radius: 0  7px 7px 0;
	-moz-border-radius: 0  7px 7px 0;
	border-radius: 0  7px 7px 0;
	background: #3daee2;
}

.rakuten {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.rakuten a {
    display: block;
    padding: 0 7px;
}

.rakuten a img {
    width: 100%;
}

.stxt {
  padding: 0 7px;
}

.title-login {
	background: #999999;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 10px;
	padding: 0 10px;
}

.title-login h2 {
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
}

.notice {
    text-align: center;
    padding-top: 15px; 
}

.notice a {
    color: #c00;
    text-decoration: underline;
}
