@charset "EUC-JP";

/*---------------------------------------------
 共通部分
---------------------------------------------*/
#ct-main-plumoi13 {
	margin-top: 30px;
}

#contentsArea > #nenunContents {
	background-color: #fff;
	font-color: #373737;
	font-size: 16px;
	/* 游ゴシックのWindows版Chromeでの文字かすれ対策 */
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#contentsArea > #nenunContents a {
	color: #ee3c51;
}

#contentsArea > #nenunContents > #nenun_header {
	color: #fff;
	background-color: #fb8787;
	text-align: center;
	font-size: 15px;
}

/*---------------------------------------------
 12星座トップ
---------------------------------------------*/

#contentsArea > #nenunContents > #nenun_header {
	position: relative;
}

#contentsArea > #nenunContents > #nenun_header .intro {
	position: absolute;
	bottom: 36px;
	width: 100%;
	text-align: center;
}

#contentsArea > #nenunContents > .seiza_list {
	background: ;
	background: -prefix-linear-gradient(top, #fb8787, #fff);
	background: linear-gradient(to bottom, #fb8787, #fff);
}

#contentsArea > #nenunContents > .seiza_list > .row {
	width: 480px;
	margin: 0 auto;
	padding: 0 0  18px 0;	
}

#contentsArea > #nenunContents > .seiza_list > .row > p {
	display: inline-block;
	width: 80px;
	height: 110px;
	vertical-align: bottom;
}
#contentsArea > #nenunContents > .seiza_list > .row > p  > a {
}
#contentsArea > #nenunContents > .seiza_list > .row > p  > a > img {
	vertical-align: bottom;
}

/*---------------------------------------------
 各星座ページ
---------------------------------------------*/

#contentsArea > #nenunContents > #nenun_header.detail > .mark {
	position: relative;
}
#contentsArea > #nenunContents > #nenun_header.detail > .mark > img {
	position: absolute;
	top: 116px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 82px;
	height: 82px;
}

#contentsArea > #nenunContents > .main_contents {
	padding: 60px 30px 60px 30px;
	line-height: 30px;	
}

#contentsArea > #nenunContents > .main_contents > .seiza_top_mark {
	text-align: center;
}

#contentsArea > #nenunContents > .main_contents > h1 {
	margin-top: 42px;
	margin-bottom: 42px;
	text-align: center;
}

#contentsArea > #nenunContents > .main_contents > h2 {
	text-align: center;
	margin-bottom: 6px;
}

#contentsArea > #nenunContents > .main_contents > .txt {
	margin-bottom: 66px;
}

#contentsArea > #nenunContents > .main_contents > .txt  > p {
	padding: 16px 0 0 0;
}

#contentsArea > #nenunContents > .main_contents > .txt  > p.attention {
	padding: 0 0 16px 0;
	color: #fb8787;
	text-align: center;
}

#contentsArea > #nenunContents > .main_contents > .txt  > h3 {
	text-align: center;
	margin-top: 24px;
}

#contentsArea > #nenunContents > .main_contents > .txt  > h3.kore {
	margin-bottom: 8px;
}

#contentsArea > #nenunContents > .main_contents > .txt  > p.center {
	text-align: center;
	padding: 12px 0  14px 0;
}

#contentsArea > #nenunContents > .main_contents > .txt  > p > span.activity {
	font-size: 1.2em;
	font-weight: bold;
	color: #ec3447;
}

#contentsArea > #nenunContents > .main_contents > .login {
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 24px;	
}

#contentsArea > #nenunContents > .main_contents > .login > p {
	padding: 16px 0;
}

#contentsArea > #nenunContents > .main_contents > .area-adv {
	text-align: center;
	margin-bottom: 40px;
}

#contentsArea > #nenunContents > .main_contents > .to_top {
	text-align: center;
}

.sns-share-area-individual {
	text-align: center;
	margin: 0 0 40px 0;
}
.sns-share-area-individual > a:first-child {
	margin-right: 20px;
}

/* ログイン後のみ使用 */
#contentsArea > #nenunContents > .main_contents  .copy {
	padding: 24px 0 0 0;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	color: #3a4154;
}

/* float解除 */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

ul.sticky{
	display: block;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 0;
	line-height:230%;
	text-align: center;
}
ul.sticky li{
	display: inline;
	white-space: nowrap;
	padding-right: 10px;
	font-size: 12px;
}
ul.sticky li a{
	text-decoration: none;
	font-size: 14px;
	color: #e85448;
	padding: 8px 10px;
	border: 1px solid #48b5f5;
	background-color: #fffed1;
}
