@charset "utf-8";
#top_area {
	background-image: url(../images/horohh.gif);
	padding-top: 15px;
}
#top_area .white_area {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 3%;

}
#top_area .white_area .sp_img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 727px;
}

#top_area .white_area h1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 727px;
}
#top_area .white_area h1 + p {
	font-size: 1.3rem;
	line-height: 1.5em;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#top_area .white_area p {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EA5532;
}
#top_area .white_area .prof {
	margin-top: 6px;
	position: relative;
	padding-bottom: 16px;
}
#top_area .white_area .prof p {
	color: #4C4C4C;
	position: relative;
	z-index: 5;
}
#top_area .white_area .prof p > span {
	display: block;
	color: #EA5532;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
#top_area .white_area .prof p > span span {
	font-size: 2.5rem;
}

#top_area .white_area .prof p a {
	margin-left: 15px;

}

#top_area .white_area .prof p a img {
	width: 24.3vw;
	max-width: 187px;
}
#top_area .white_area .prof .photo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 54.3%;
	max-width: 418px;
}
#top_area .constellation {
}
#top_area .constellation dl {
	display: table;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	width: 94%;
}
#top_area .constellation dl dt, #top_area .constellation dl dd {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_area .constellation dl dt {
	text-align: center;
}
#top_area .constellation dl dt h2 img {
	width: 43vw;
}

#top_area .constellation dl dd {
	margin-top: 22px;
}
#top_area .constellation dl dd ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	display: table;
}
#top_area .constellation dl dd ul li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 49%;
	float: left;
}
#top_area .constellation dl dd ul li:nth-child(even) {
	float: right;
}
#top_area .constellation dl dd ul li:nth-child(n+3) {
	margin-top: 1.5vw;
}
#profile {
	position: fixed;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: 100vh;
	display: none;
	background-color: rgba(0,0,0,0.50);
	z-index: 100;
}
#profile.active {
	display: table;
}

#profile .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#profile .cell .box {
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 2px solid #000000;
	max-height: 80vh;
	position: relative;
	max-width: 600px;
}
#profile .cell .box .close  {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 5;
	background-color: rgba(255,255,255,0.70);
}
#profile .cell .box .close span {
	display: block;
	width: calc(100% - 10px);
	height: 2px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 5px;
	top: 50%;
	background-color: #4C4C4C;
	transform: rotate(45deg);
}
#profile .cell .box .close span + span {
	transform: rotate(-45deg);
}


#profile .cell .box .area {
	width: 100%;
	border: 1px solid #C0C0C0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	overflow-y: auto;
	max-height: calc(80vh - 8px);
	z-index: 1;
}

#profile .cell .box .area .table {
	margin-top: 50px;
}

#profile .cell .box .area .table .cell {
	display: block;
}
#profile .cell .box .area .table .cell + .cell {
	margin-top: 20px;
}

#profile .cell .box .area .table .cell .face {
	width: 41.5%;
	max-width: 320px;
}
#profile .cell .box .area .table .cell p.name > span {
	display: inline-block;
	font-size: 3rem;
	padding-left: 10px;
}
#profile .cell .box .area .table .cell p.name > span span {
	font-size: 2rem;
}


#profile .cell .box .area .table .cell p.name + p {
	text-align: left;
	padding-right: 0px;
	display: block;
	margin-top: 20px;
}
article.data {
	display: block;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F1F7EC;
}
article#aries ,article#sagittarius{
	background-color: #F1F7EC;
}
article#taurus, article#libra, article#aquarius {
	background-color: #F9F6EA;
}
article#gemini, article#cancer {
	background-color: #FDF3F3;
}
article#leo {
	background-color: #FEF4F8;
}
article#virgo ,article#pisces{
	background-color: #F6FAED;
}
article#scorpio {
	background-color: #FFF5E0;
}
article#capricorn {
	background-color: #F8F2F8;
}







article.data + article.data {
	margin-top: 90px;
}
article.data h2 {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 63%;
	max-width: 240px;
}
article.data h2 img {
	margin-top: -50%;
}
article.data > .table {
	margin-top: 20px;
}
article.data > .table .cell {
	display: block;

}
article.data > .table .cell img {
	width: 100%;
}

.category {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: calc(94% + 5px);
}
.category ul {
	display: table;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.category ul li {
	display: table;
	margin-top: 0px;
	margin-right: 2.5px;
	margin-bottom: 0px;
	margin-left: 2.5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
	border-collapse: collapse;
	float: left;
	width: calc(25% - 5px);
}

.category ul li a {
	display: table-cell;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #3FB05D;
	border: 1px solid #3FB05D;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
	background-color: #FFFFFF;
}
.category ul li.active a {
	background-color: #3FB05D;
	color: #FFFFFF;
}
#aries .category ul li a,#sagittarius .category ul li a {
	color: #3FB05D;
	border: 1px solid #3FB05D;
}
#aries .category ul li.active a,#sagittarius .category ul li.active a {
	background-color: #3FB05D;
	color: #FFFFFF;
}
#taurus .category ul li a,#libra .category ul li a,#aquarius .category ul li a {
	color: #BE8915;
	border: 1px solid #BE8915;
}
#taurus .category ul li.active a,#libra .category ul li.active a,#aquarius .category ul li.active a {
	background-color: #BE8915;
	color: #FFFFFF;
}
#gemini .category ul li a,#cancer .category ul li a {
	color: #EB6161;
	border: 1px solid #EB6161;
}
#gemini .category ul li.active a,#cancer .category ul li.active a {
	background-color: #EB6161;
	color: #FFFFFF;
}
#leo .category ul li a {
	color: #EA6094;
	border: 1px solid #EA6094;
}
#leo .category ul li.active a {
	background-color: #EA6094;
	color: #FFFFFF;
}
#virgo .category ul li a,#pisces .category ul li a {
	color: #7FBE26;
	border: 1px solid #7FBE26;
}
#virgo .category ul li.active a,#pisces .category ul li.active a {
	background-color: #7FBE26;
	color: #FFFFFF;
}
#scorpio .category ul li a {
	color: #F39800;
	border: 1px solid #F39800;
}
#scorpio .category ul li.active a {
	background-color: #F39800;
	color: #FFFFFF;
}
#capricorn .category ul li a {
	color: #A66AAA;
	border: 1px solid #A66AAA;
}
#capricorn .category ul li.active a {
	background-color: #A66AAA;
	color: #FFFFFF;
}


.category ul li a span {
	font-size: 1.5rem;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.category ul li a img {
	display: none;
}
article.data section {
	width: 94%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
article.data section.active {
	display: block;
}

article.data section h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 88px;
	font-size: 2rem;
	color: #3FB05D;
	position: relative;
}
article.data section h3:before {
	width: 80px;
	height: 76px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	background-size: contain;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: -5px;
}
article#aries.data section h3:before {
	background-image: url(../images/horo01p2_sp.png);
}
article#taurus.data section h3:before {
	background-image: url(../images/horo02p2_sp.png);
}
article#gemini.data section h3:before {
	background-image: url(../images/horo03p10_sp.png);
}
article#cancer.data section h3:before {
	background-image: url(../images/horo04p2_sp.png);
}
article#leo.data section h3:before {
	background-image: url(../images/horo05p2_sp.png);
}
article#virgo.data section h3:before {
	background-image: url(../images/horo06p2_sp.png);
}
article#libra.data section h3:before {
	background-image: url(../images/horo07p2_sp.png);
}
article#scorpio.data section h3:before {
	background-image: url(../images/horo08p2_sp.png);
}
article#sagittarius.data section h3:before {
	background-image: url(../images/horo09p2_sp.png);
}
article#capricorn.data section h3:before {
	background-image: url(../images/horo08p10_sp.png);
}
article#aquarius.data section h3:before {
	background-image: url(../images/horo11p2_sp.png);
}
article#pisces.data section h3:before {
	background-image: url(../images/horo12p2_sp.png);
}













article.data section h3 span {
	display: block;
	color: #000000;
	font-size: 1.5rem;
}
article.data section .sentence {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

article#aries section h3,article#sagittarius section h3 {
	color: #3FB05D;
}
article#taurus section h3,article#libra section h3,article#aquarius section h3 {
	color: #BE8915;
}
article#gemini section h3,article#cancer section h3 {
	color: #EB6161;
}
article#leo section h3 {
	color: #EA6094;
}
article#virgo section h3,article#pisces section h3 {
	color: #7FBE26;
}
article#scorpio section h3 {
	color: #F39800;
}
article#capricorn section h3 {
	color: #A66AAA;
}
article.data section .table {
	margin-top: 20px;
	display: table;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
article.data section .table .cell {
	display: block;
	width: 45.5%;
	max-width: 355px;
	float: left;
}
article.data section .table .cell + .cell {
	float: right;
}
article.data section .table .cell p {
	display: none;
}















article.data .recommended {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
	position: relative;
	background-color: #FFFFFF;
	color: #3FB05D;
}
article#aries .recommended, article#sagittarius .recommended {
	color: #3FB05D;
}
article#taurus .recommended, article#libra .recommended, article#aquarius .recommended {
	color: #BE8915;
}
article#gemini .recommended, article#cancer .recommended {
	color: #EB6161;
}
article#leo .recommended {
	color: #EA6094;
}
article#virgo .recommended, article#pisces .recommended {
	color: #7FBE26;
}
article#scorpio .recommended {
	color: #F39800;
}
article#capricorn .recommended {
	color: #A66AAA;
}







article.data .recommended:before, article.data .recommended:after {
	display: block;
	width: 100%;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/horo01line_sp.gif);
	background-repeat: repeat-x;
	background-position: left top;
	content: "";
}
article#aries .recommended:before, article#aries .recommended:after,article#sagittarius .recommended:before, article#sagittarius .recommended:after {
	background-image: url(../images/horo01line_sp.gif);
}
article#taurus .recommended:before, article#taurus .recommended:after,article#libra .recommended:before, article#libra .recommended:after,article#aquarius .recommended:before, article#aquarius .recommended:after {
	background-image: url(../images/horo02line_sp.gif);
}
article#gemini .recommended:before, article#gemini .recommended:after,article#cancer .recommended:before, article#cancer .recommended:after {
	background-image: url(../images/horo03line_sp.gif);
}
article#leo .recommended:before, article#leo .recommended:after {
	background-image: url(../images/horo05line_sp.gif);
}
article#virgo .recommended:before, article#virgo .recommended:after,article#pisces .recommended:before, article#pisces .recommended:after {
	background-image: url(../images/horo06line_sp.gif);
}
article#scorpio .recommended:before, article#scorpio .recommended:after {
	background-image: url(../images/horo08line_sp.gif);
}
article#capricorn .recommended:before, article#capricorn .recommended:after {
	background-image: url(../images/horo10line_sp.gif);
}
article.data .recommended:after {
	top: auto;
	bottom: 0px;
}
article.data .recommended dl {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 94%;
}
article.data .recommended dl dt, article.data .recommended dl dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	position: relative;
	z-index: 2;
}
article.data .recommended dl dt {
	width: 100%;
	text-align: center;
	z-index: 1;
	padding-top: 7.5px;
}
article.data .recommended dl dt span  {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;


}
article.data .recommended dl dt span img {
	opacity: 0;

}
article.data .recommended dl dt span:before {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/horo01kmds_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	content: "";
	position: absolute;
	left: 0px;
	top: -50%;
}
article#aries.data .recommended dl dt span:before {
	background-image: url(../images/horo01kmds_sp.png);
}
article#taurus.data .recommended dl dt span:before {
	background-image: url(../images/horo02kmds_sp.png);
}
article#gemini.data .recommended dl dt span:before {
	background-image: url(../images/horo03kmds_sp.png);
}
article#cancer.data .recommended dl dt span:before {
	background-image: url(../images/horo04kmds_sp.png);
}
article#leo.data .recommended dl dt span:before {
	background-image: url(../images/horo05kmds_sp.png);
}
article#virgo.data .recommended dl dt span:before {
	background-image: url(../images/horo06kmds_sp.png);
}
article#libra.data .recommended dl dt span:before {
	background-image: url(../images/horo07kmds_sp.png);
}
article#scorpio.data .recommended dl dt span:before {
	background-image: url(../images/horo08kmds_sp.png);
}
article#sagittarius.data .recommended dl dt span:before {
	background-image: url(../images/horo09kmds_sp.png);
}
article#capricorn.data .recommended dl dt span:before {
	background-image: url(../images/horo10kmds_sp.png);
}
article#aquarius.data .recommended dl dt span:before {
	background-image: url(../images/horo11kmds_sp.png);
}
article#pisces.data .recommended dl dt span:before {
	background-image: url(../images/horo12kmds_sp.png);
}

















article.data .recommended dl dd .table .cell {
	display: block;
	margin-top: 0px;
	text-align: center;
}
article.data .recommended dl dd .table .cell img {
	width: 100%;
	max-width: 726px;
}

article.data .recommended dl dd .table .cell + .cell {
	margin-top: 10px;
}

article.data .recommended dl dd .table .cell .plus {
	height: 50px;
	width: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.plus span {
	width: 100%;
	height: 5px;
	display: block;
	margin-top: -2.5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #3FB05D;
	position: absolute;
	top: 50%;
}
#aries .plus span,#sagittarius .plus span {
	background-color: #3FB05D;
}
#taurus .plus span,#libra .plus span,#aquarius .plus span {
	background-color: #BE8915;
}
#gemini .plus span,#cancer .plus span {
	background-color: #EB6161;
}
#leo .plus span {
	background-color: #EA6094;
}
#virgo .plus span,#pisces .plus span {
	background-color: #7FBE26;
}
#scorpio .plus span {
	background-color: #F39800;
}
#capricorn .plus span {
	background-color: #A66AAA;
}
.plus span + span {
	transform: rotate(90deg);
}




article.data .recommended dl dd p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




































/* CSS Document */


@media only screen and (min-width:767px){
#top_area {

}
#top_area .white_area {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

#top_area .white_area h1 {
	max-width: 971px;
}
#top_area .white_area .prof {
	background-color: #FFF9D6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#top_area .white_area .prof p {
	margin-top: 0px;
}
#top_area .white_area .prof p > span {
	display: inline-block;
	margin-left: 20px;
	font-size: 2.5rem;
}
#top_area .white_area .prof p > span span {
	font-size: 1.8rem;
}
#top_area .white_area .prof p + p {
	margin-top: 10px;
	display: block;
	padding-right: 250px;
	line-height: 1.5em;
	font-size: 1.3rem;
}




#top_area .white_area .prof p a img {
	width: 100px;
}
#top_area .white_area .prof p a.rollover:hover .on {
	top: auto;
	bottom: 0px;
}
#top_area .white_area .prof .photo {
	width: 226px;
	right: 27px;
}
#top_area .constellation dl {
	width: 846px;
}

#top_area .constellation dl dt ,#top_area .constellation dl dd{
	display: table-cell;
	vertical-align: middle;
}
#top_area .constellation dl dt {
	width: 168px;
}
#top_area .constellation dl dt h2 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_area .constellation dl dt h2 img {
	width: 100%;
}


#top_area .constellation dl dd {
	padding-left: 60px;
}
#top_area .constellation dl dd ul li {
	width: calc(25% - 10px);
	margin-left: 10px;
}
#top_area .constellation dl dd ul li:nth-child(even) {
	float: left;
}
#top_area .constellation dl dd ul li:nth-child(n+3) {
	margin-top: auto;
}
#top_area .constellation dl dd ul li:nth-child(n+5) {
	margin-top: 10px;
}
#top_area .constellation dl dd ul li a {
	display: block;
}

#profile .cell .box {

}
#profile .cell .box .close {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#profile .cell .box .area .table {
	margin-top: 0px;

}


#profile .cell .box .area .table .cell {
	display: table-cell;
	vertical-align: top;
	width: 100px;
}
#profile .cell .box .area .table .cell + .cell {
	width: auto;
	padding-left: 20px;
}
#profile .cell .box .area .table .cell .face {
	width: 100%;
}
#profile .cell .box .area .table .cell p.name {
	text-align: left;
}
#profile .cell .box .area .table .cell p.name + p {
	margin-top: 5px;
}

article.data h2 {
	margin-left: 77px;

}
article.data > .table {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
article.data > .table .cell {
	display: table-cell;
	vertical-align: top;
	width: auto;
	padding-left: 48px;
	position: relative;
}
article.data > .table .cell:nth-child(1) {
	width: 322px;
	padding-left: 0px;
}
.category {
	position: absolute;
	width: auto;
	right: 0px;
	top: -83px;
}
.category ul li {
	width: calc(25% - 4px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	height: auto;
	display: block;
}
.category ul li a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0rem;
	line-height: 0px;
	border-style: none !important;
	background-color: rgba(255,255,255,0.00) !important;
}
.category ul li a img {
	display: block;
}
.category ul li.active a img.on {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
}
article.data section {
	width: 100%;
	position: relative;
	padding-bottom: 73px;
}

article.data section h3 {
	font-size: 2.5rem;
	padding-left: 0px;
}
article.data section h3:before {
	display: none;
}

article.data section h3 span {
	font-size: 2rem;
	display: inline;
}
article.data section h3 span:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/horo01star.png);
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	margin-left: 10px;
	margin-right: 10px;
}
article.data section .sentence {
	height: 260px;
	overflow-y: auto;
}
article.data section .table {
	margin-top: 0px;
	width: 904px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
article.data section .table .cell ,article.data section .table .cell + .cell{
	width: auto;
	display: table-cell;
	vertical-align: middle;
	float: none;
	text-align: right;
}
article.data section .table .cell:nth-child(1) {
	width: 226px;
	text-align: left;
}
article.data section .table .cell p {
	display: inline-block;
	margin-right: 20px;
	color: #3FB05D;
	width: 320px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article#aries section .table .cell p,article#sagittarius section .table .cell p {
	color: #3FB05D;
}
article#taurus section .table .cell p,article#libra section .table .cell p,article#aquarius section .table .cell p {
	color: #BE8915;
}
article#gemini section .table .cell p,article#cancer section .table .cell p {
	color: #EB6161;
}
article#leo section .table .cell p {
	color: #EA6094;
}
article#virgo section .table .cell p,article#pisces section .table .cell p {
	color: #7FBE26;
}
article#scorpio section .table .cell p {
	color: #F39800;
}
article#capricorn section .table .cell p {
	color: #A66AAA;
}


article.data section .table .cell a {
	width: 206px;
	display: inline-block;
}


















article.data .recommended {
	background-image: url(../images/horo01line_pc.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: center 0%;
}
article#aries .recommended,article#sagittarius .recommended {
	background-image: url(../images/horo01line_pc.gif);
}
article#taurus .recommended,article#libra .recommended,article#aquarius .recommended {
	background-image: url(../images/horo02line_pc.gif);
}
article#gemini .recommended,article#cancer .recommended {
	background-image: url(../images/horo03line_pc.gif);
}
article#leo .recommended {
	background-image: url(../images/horo05line_pc.gif);
}
article#virgo .recommended,article#pisces .recommended {
	background-image: url(../images/horo06line_pc.gif);
}
article#scorpio .recommended {
	background-image: url(../images/horo08line_pc.gif);
}
article#capricorn .recommended {
	background-image: url(../images/horo10line_pc.gif);
}
    

article.data .recommended:before, article.data .recommended:after {
	display: none;
}
article.data .recommended dl {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
	height: 180px;
}
article.data .recommended dl dt, article.data .recommended dl dd {
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
article.data .recommended dl dt {
	margin-bottom: 10px;
	margin-top: 0px;

}
article.data .recommended dl dt span:before {
	top: calc(-50% - 5px);
}
article#aries.data .recommended dl dt span:before {
	background-image: url(../images/horo01kmds_pc.png);
}
article#taurus.data .recommended dl dt span:before {
	background-image: url(../images/horo02kmds_pc.png);
}
article#gemini.data .recommended dl dt span:before {
	background-image: url(../images/horo03kmds_pc.png);
}
article#cancer.data .recommended dl dt span:before {
	background-image: url(../images/horo04kmds_pc.png);
}
article#leo.data .recommended dl dt span:before {
	background-image: url(../images/horo05kmds_pc.png);
}
article#virgo.data .recommended dl dt span:before {
	background-image: url(../images/horo06kmds_pc.png);
}
article#libra.data .recommended dl dt span:before {
	background-image: url(../images/horo07kmds_pc.png);
}
article#scorpio.data .recommended dl dt span:before {
	background-image: url(../images/horo08kmds_pc.png);
}
article#sagittarius.data .recommended dl dt span:before {
	background-image: url(../images/horo09kmds_pc.png);
}
article#capricorn.data .recommended dl dt span:before {
	background-image: url(../images/horo10kmds_pc.png);
}
article#aquarius.data .recommended dl dt span:before {
	background-image: url(../images/horo11kmds_pc.png);
}
article#pisces.data .recommended dl dt span:before {
	background-image: url(../images/horo12kmds_pc.png);
}

article.data .recommended dl dd .table .cell {
	display: table-cell;
	vertical-align: middle;
	width: 390px;
}
article.data .recommended dl dd .table .cell:nth-child(2) {
	width: 66px;
}


























}
