@charset "utf-8";

/*________________________________________________

	name:			sp.css
	create Date:	2018-12-03
	lastmodified:	****-**-**
________________________________________________*/

.corner_ttl,
.sub_ttl {
    color: #BD39C2;
    margin-bottom: 20px;
}
/* サブ共通 */
.col_navi {
    display: none;
}
.col_main {
    padding-bottom: 20px;
}


/* #tmp_wrap_horoscope
============================== */
#tmp_wrap_horoscope {
    display: block;
	clear: both;
	margin: 0 auto 20px auto;
	padding: 0 10px 20px 10px;
}
/*clearfix*/
#tmp_wrap_horoscope:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_wrap_horoscope .article_min {
	display: block;
	clear: both;
	margin: 0 auto;
}
#tmp_wrap_horoscope p.abouts_center {
	text-align: left;
}
#tmp_wrap_horoscope h3 {
	color: #BD39C2;
	border-color: #BD39C2;
}
#tmp_wrap_horoscope h2 {
	border-color: #ccc;
}
#tmp_wrap_horoscope img {
	max-width: 100%;
}

.horoscope_main_img {
	display: block;
	margin: 30px auto;
	text-align: center;
}
.horoscope_main_img img {
	max-width: 100%;
	height: auto;
}

.calculation {
	display: block;
	margin: 20px 0;
	padding: 15px 10px 5px 10px;
	border: 1px #BD39C2 solid;
}
.calculation .calculation_ttl {
	display: block;
    margin: 0 auto 1em auto;
    text-align: center;
    width: 4.5em;
	color: #BD39C2;
	border-bottom: 2px #BD39C2 solid;
	font-size: 114%;
	font-weight: 500;
}

/* .number_list
============================== */
.number_list {
	display: block;
	margin: 40px 0;
	background: #fff;
	padding: 10px;
	text-align: center;
}
.period {
	display: block;
	font-size: 142.8%;
    font-weight: 600;
    text-align: center;
}
.period span {
	font-size: 128.6%;
    font-weight: 600;
}
.number_list .number_list_ttl {
	display: block;
	margin: 0.5em auto;
	font-size: 157%;
    font-weight: 600;
	color: #BD39C2;
}
.number_list .number {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 40px;
	margin-right: -2%;
}
.number_list .number .number_col {
	width: calc(100% / 2 - 2%);
    margin-right: 2%;
    padding-bottom: 10%;
	font-weight: 600;
}
.number_list .number .number_col a {
	color: #000;
	text-decoration: none;
}
.number_list .number .number_col a:hover {
	text-decoration: underline;
}
.number_list .number .number_col img {
	display: block;
	margin: 0 auto 10px auto;
	width: auto;
	height: 110px;
}
.number_list .number .number_img_min img {
	margin: 10px auto;
	height: 100px;
}
.number_list .number .number_col a:hover img {
	transform: scale(1.05);
}
.number_list .number .number_col span {
	display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
	font-size: 114%;
	font-weight: 600;
	line-height: 35px;
	color: #fff;
    background-color: #DD0011;
    position: relative;
    vertical-align: middle;
}

/* .fortuneteller
============================== */
.fortuneteller {
	display: block;
	margin: 0 auto 20px auto;
}
.fortuneteller::after {
	content: "";
    display: table;
    clear: both;
}
.fortuneteller img {
	margin-right: 20px;
	float: left;
	width: 120px;
	height: auto;
}
.fortuneteller .fortuneteller_info {
	float: right;
	width: calc(100% - 140px);
}
.fortuneteller .fortuneteller_info .fortuneteller_name {
	font-size: 114%;
	font-weight: 600;
}

/* detail
============================== */
.number_mainimg {
	display: block;
	margin-top: 30px;
}

.lucky {
	display: table;
    margin: 0 auto;
	padding: 10px 20px 10px 70px;
	background: #fff;
	font-size: 114%;
	font-weight: 600;
	position: relative;
}
.lucky img {
	display: inline;
	margin: auto;
	margin-right: 15px;
	height: 30px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}
