@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;
	text-align: center;
	font-size: 15px;
	height: 313px;
}

#contentsArea > #nenunContents > #nenun_header .intro {
	margin-top: -126px;
	font-size: 18px;
}

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

#contentsArea > #nenunContents > #nenun_header.top {
}

#contentsArea > #nenunContents > .seiza_list {
	padding-bottom: 24px;
}

#contentsArea > #nenunContents > .seiza_list > .row {
	margin: 0 0 0 30px;
}

#contentsArea > #nenunContents > .seiza_list > .row > p {
	display: inline-block;
	width: 74px;
	height: 102px;
	line-height: 102px;
	margin: 20px;	
}

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

#contentsArea > #nenunContents > #nenun_header.detail {
	padding-bottom: 62px;
}

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

#contentsArea > #nenunContents > h1 {
	margin-bottom: 12px;
	text-align: center;
}

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

#contentsArea > #nenunContents > .main_contents > h2 {
	text-align: center;
	margin-bottom: 36px;
	font-size:  32px;
    line-height: 40px;
}

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

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

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

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

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

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

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

#contentsArea > #nenunContents > .main_contents > .area-adv {
	padding: 26px 0;
}

#contentsArea > #nenunContents > .main_contents > .to_top {
	margin-top: 16px;
	text-align: center;
}

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

.area-adv {
	text-align: center;
}

/* ログイン後のみ使用 */
#contentsArea > #nenunContents > .main_contents > .txt > p.copy {
	padding: 24px 0 0 0;
	text-align: center;
	font-size: 32px;
	color: #74704c;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .q_box {
	background-image: url(../img/question_cocoru.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 94px 0 0;
	margin-bottom: 18px;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .q_box strong {
    font-size: 1.1em;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .q_box  > p.question {
    padding: 12px 16px;
	background-color: #fef8da;
	border: solid 1px #eee194;
	border-radius: 8px;
	position: relative;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .q_box  > p.question:before {
    position: absolute;
    content: "";
    top: 18px;
    right: -16px;
    border: solid 8px transparent;
    border-left: solid 8px #eee194;
    width: 0;
    height: 0;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .q_box  > p.question:after {
    position: absolute;
    content: "";
    top: 18px;
    right: -14px;
    border: solid 8px transparent;
    border-left: solid 8px #fef8da;
    width: 0;
    height: 0;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .a_box {
	background-image: url(../img/answer_cocoru.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 94px;
	margin-bottom: 18px;
    color: #645559;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .a_box strong {
	color: #eb154a;
	font-size: 1.1em;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .a_box  > p.answer {
    padding: 12px 16px;
	background-color: #fff4f7;
	border: solid 1px #febbcf;
	border-radius: 8px;
	position: relative;
}

#contentsArea > #nenunContents > .main_contents > .txt  >  .a_box  > p.answer:before {
    position: absolute;
    content: "";
    top: 18px;
    left: -16px;
    border: solid 8px transparent;
    border-right: solid 8px #febbcf;
    width: 0;
    height: 0;
}
#contentsArea > #nenunContents > .main_contents > .txt  >  .a_box  > p.answer:after {
    position: absolute;
    content: "";
    top: 18px;
    left: -14px;
    border: solid 8px transparent;
    border-right: solid 8px #fff4f7;
    width: 0;
    height: 0;
}

/* 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;
}
