@charset "UTF-8";

.star-card-box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	width: 100%;
	margin-top: 10px;
	padding: 20px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(255, 255, 255, 0.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	background: -webkit-linear-gradient(top, #000, #333);
	background: linear-gradient(to bottom, #000, #333);
	box-sizing: border-box;
}

.star-card-box-sub {
	color: #fff;
	width: 100%;
	margin-top: 10px;
	padding: 20px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(255, 255, 255, 0.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	background: -webkit-linear-gradient(top, #000, #333);
	background: linear-gradient(to bottom, #000, #333);
	box-sizing: border-box;
}

.star-card-box-sub .card-info-box {
	width: 400px;
	color: #fff;
	margin: 0 auto;
	line-height: 1;
}

.star-card-box-sub .card-info-box .card-h3 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #333;
	margin: 0 auto;
	line-height: 2;
}

.star-card-box-sub .card-info-box2 {
	width: 400px;
	color: #fff;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.star-card-box-sub .card-info-box2 .card-h3 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #333;
	margin: 0 auto;
	line-height: 2;
}

.star-card-box .card-title {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	width: 300px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #6cc5a6;
	border-radius: 5px;
	margin-bottom: 20px;
}

.star-card-box .card-text {
	line-height: 1.5;
	margin-bottom: 20px;
}

.card-img-box {
	width: 500px;
	height: 73px;
	margin: 15px auto;
}

.card-img-text {
	text-align: center;
	color: #6b4fca;
	font-weight: bold;
}

.star-card-box .link-eria .link-button {
	width: 500px;
	margin: 15px auto;
	line-height: 1.2;
}

.star-card-box .link-eria .link-button .f-13 {
	font-size: 13px;
}

.star-card-box .link-button {
	text-decoration: none;
	font-size: 22px;
	display: block;
	text-align: center;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#EC3E3E), to(#B52222));
	background: -webkit-linear-gradient(top, #EC3E3E, #B52222);
	background: linear-gradient(to bottom, #EC3E3E, #B52222);
}

.card-table {
	width: 100%;
	height: auto;
	display: table;
}

.card-table .card-cell {
	width: 50%;
	height: auto;
	display: table-cell;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
}

.card-table .card-cell .sub-h3 {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 95%;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #f47c7d;
	border-radius: 5px;
	margin-bottom: 20px;
}

.card-table .card-cell .sub-text {
	width: 95%;
	letter-spacing: 1px;
	line-height: 1.2;
}

.card-table .card-cell .sub-text p {
	margin: 15px 0;
}

.card-table .card-cell .sub-text span {
	color: #ffffff;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #6cc5a6;
	border-radius: 5px;
	margin-bottom: 20px;
}

.card-table .card-cell .sub-text .bb-g1 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.star-card-box-sub p {
	margin: 10px 0;
}