	@charset "utf-8";
/* Aタグ修飾の上書き */
.gray-spacer{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	background-color: #EFECED;
	-webkit-box-shadow: 2px 2px 2px #888 inset;
}
.gray-back-text{
	/* viewportが320だとエンボスがうまくかけられないので妥協 */
	/*text-shadow: 0px 1px 1px #fff;*/
	/*color: #97661B;*/
	/*text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);*/
	font-size: 12px;
}
div.centering{
	text-align: center;
}
div.centering-block{
	margin: 10px 0px;
	text-align: center;
}

div.clear-left{
	clear: left;
}
/* 占い関連スタイル これはfortune.cssとかにまとめる？ */
.lucky-color-display{
	font-size: 8px;
	width: 95px;
	height: 18px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ababab;
	display: inline-block;
	line-height: 17px;
}
/* 占い部分 */
section#personality-container{
	background-color: #FFF;
/*
	background-image: url("../images/paper.png");
	background-repeat: repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
*/

}

section#personality{
	padding: 0px 10px;
}
section#personality nav#tab{
	padding-top: 30px;	/* add ボタンの位置調整　*/
	width: 211px; /* ボタンのラベル変更時はこの値を修正 */
	text-align: center;
	margin: auto;
	position: relative;
	top: -18px;
}
section#personality article.fortune{
	padding: 20px 0px;
	line-height: 1.4em;
}
section#personality #personality-status-img-block{
	width: 50%;
	text-align: center;
}
section#personality #personality-status-img-block img{
	width: 150px;
	border: 1px solid orange;
	box-shadow: 1px 1px 1px #AAA;
}
section#personality #personality-color-img-block{
	text-align: center;
}
section#personality #personality-color-img-block img{
	width: 100%;
}
section#personality #personality-status-block{
	width: 50%;
	text-align: center;
}
section#personality #personality-status{
	margin: 5px 10px;
}
section#personality .personality-status-addition{
	padding-top: 10px;
}
/* 追加コンテンツ */
section.additionaly-contents{
	background-color: #EFECED;
	-webkit-box-shadow: 2px 2px 2px #888 inset;
	padding:20px 8px 30px 8px;
}
section.additionaly-contents div.additionaly-content-block{
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 2px #888;
	margin-bottom: 15px;
}
section.additionaly-contents div.additionaly-content{
	background-color: #FFF;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	padding: 5px 0px;
	cursor: pointer;
	font-size: 16px;
	height: 25px;
	line-height: 1.6em;
}
section.additionaly-contents div.additionaly-content-label{
	float:left;
	padding-left: 20px;
	line-height: 1.6em;
	width: 60%;
	font-weight: bold;
}
section.additionaly-contents div.additionaly-content-link{
	float:left;
	width: 60px;
	margin-top: -2px;
}
section.additionaly-contents div.more-content{
	padding-top: 30px;
}
section.additionaly-contents .explanation{
	margin: 10px 0px;
}
/* サブコンテンツ */
section.sub-contents a:link,
section.sub-contents a:visited,
section.sub-contents a:hover,
section.sub-contents a:active{
	color: #333;
	text-decoration: none;
	border-bottom: none;
}
section.sub-contents{
	padding: 25px 10px 30px 10px;
/*	border-top: 1px solid #BBB;*/
}
article.sub-content .sub-content-title{
	/*text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;*/
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	width: 100%;
	color: #FFB300;
	border-bottom: 1px dotted #FFB300;
}
article.sub-content .sub-content-next{
	width: 100%;
	text-align: right;
}

#floating-window{
	margin: 15px;
	background-color: #ECDD92;
/*	border: 3px solid orange; */
	border-radius: 20px;
	padding: 15px;
	/*height: 100%;  240px */
	/*-webkit-overflow-scrolling: touch;*/
	/*overflow-y: auto;*/
}
#floating-window_re{
	margin: 1rem;
	background-color: #ECDD92;
	border-radius: 8px;
	border: 2px solid #dbcc81;
	border-image: linear-gradient(to right, #978830 0%, #babb70 100%);
	border-image-slice: 1;
	line-height: 20px;
	padding: 15px;
}

/* サイト共通CSS */
/*
*{
	font-family:HiraKakuProN-W3;
	font-size:14pt;
}
*/
body{
	color: #333;
/*	margin-bottom: 50px;
	line-height: 1.1em; */
	background-color: #FFF;
}
.body-color{
	background-color: #FFF;
}
.position-r {
	position: relative;
}
.hkds-pos {
	position: absolute;
	top: 10%;
	right: 0;
	z-index: 10;
}
@media screen and (min-width:900px) and (max-width:1024px) {
	.hkds-pos {
		right: 9%;
	}
}
@media screen and (min-width:1024px) and (max-width:1248px) {
	.hkds-pos {
		right: 16%;
	}
}
@media screen and (min-width:1248px) {
	.hkds-pos {
		right: 22%;
	}
}
.hkds{
	padding: 8px;
	background-color: #9c93f5;
	border: 2px solid #9c93f5;
	width: 90%;
}

/* beforeで枠線の三角を表現 */
.hkds::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	top: -15px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #9c93f5;
	border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
.hkds::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	top: -12px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #9c93f5;
	border-left: 15px solid transparent;
}
header{
	line-height: 0px;
	width: 100%;
/*	max-width: 1024px;		*/
}
header.title_header{
	width: 100%;
/*	max-width: 1024px;		*/
	background-image: url(../../images/satellite/header_d.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

p.title_section{
	text-shadow: 1px 1px 2px #000000;
	font-weight: bold;
	line-height: 200%;
	color: #ff6790;
	font-size: 22px;
	font-weight: bold;
	font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}

.index-list{
	height: 72px;
	width: 100%;
/*	max-width: 1024px;		*/

	background-size: 100% auto;
	background-repeat: no-repeat;
/*	margin-right: auto;
	margin-left: auto;
	line-height: 4;	*/
	font-size: 10pt;
	padding-bottom:5px;
}

.index-sp-edition{
	background-image: url(../../images/satellite/title_tokusyu_d.png);
}
.index-message{
	background-image: url(../../images/satellite/title_message_d.png);
}
.index-decision{
	background-image: url(../../images/satellite/title_unki_d.png);
}
.index-onayami{
	background-image: url(../../images/satellite/title_onayami_d.png);
}
.index-foundation{
	background-image: url(../../images/satellite/title_kihon_d.png);
}
.index-mypage{
	background-image: url(../../images/satellite/title_mypage_d.png);
}
.index-cpn{
	background-image: url(../../images/satellite/title_campaign_d.png);
}
.index-present{
	background-image: url(../../images/satellite/title_open_d.png);
}
.index-famous{
	background-image: url(../../images/satellite/title_yumeijin_d.png);
}
.index-sgtk{
	background-image: url(../../images/satellite/dvaluepass/title_sugotoku_d.png);
}
.index-privilege{
	background-image: url(../../images/satellite/No22-27_title_d_1812.png);
}
.index-fortune{
	background-image: url(../../images/satellite/title_unmei_d.png);
}
.index-daisakkai{
	background-image: url(../../images/satellite/title_daisakkai_d.png);
}

.color-sp-edition{
	color: rgb(139, 102, 1);
}
.color-message{
	color: rgb(173, 43, 18);
}
.color-decision{
	color: rgb(188, 100, 14);
}
.color-foundation{
	color: rgb(244, 145, 42);
}
.color-mypage{
	color: rgb(127, 108, 2);
}
.color-cpn{
	color: rgb(147, 65,131);
}
.color-present{
	color: rgb(85,77,158);
}
.color-famous{
	color: rgb(129,145,19);
	line-height:35px;
}
.color-sgtk{
	color: rgb(42,130,137);
}
.color-privilege{
	color: rgb(39,108,71);
}
.color-fortune{
	color: rgb(67,155,58);
}
.color-unki{
	color: rgb(155,146,242);
}
.color-daisakkai{
	color: rgb(102,153,255);
}
.color-decision_re{
	color: rgb(155,146,242);
}
.list-text-area{
	text-align:left;
	height: 100%;
	display:table-cell;
	vertical-align:middle;
}

.list-decision-text-area{
	text-align:left;
	height: 100%;
	display:table-cell;
	vertical-align:middle;
}


.sub-title{
	text-align:center;
	/*	max-width: 1024px;		*/

	background-image: url(../../images/satellite/title_d.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display:table-cell;
	vertical-align:middle;
	font-weight: bold;
}

.sub-area{
	margin-top: 25px;
	margin-bottom: 0px;
}

.decision-list{
	font-size: 9pt;
	color:rgb(0,121, 189);
	padding-bottom:12px;
}


.decision-category-0{
	background-image: url(../../images/satellite/title_unki0_d.png);
}
.decision-category-1{
	background-image: url(../../images/satellite/title_unki1_d.png);
}
.decision-category-2{
	background-image: url(../../images/satellite/title_unki2_d.png);
}
.decision-category-3{
	background-image: url(../../images/satellite/title_unki3_d.png);
}
.decision-category-4{
	background-image: url(../../images/satellite/title_unki4_d.png);
}
.decision-category-5{
	background-image: url(../../images/satellite/title_unki5_d.png);
}
.decision-category-6{
	background-image: url(../../images/satellite/title_unki6_d.png);
}
.decision-category-no{
	background-image: url(../../images/satellite/unki_category_d.png);
	background-size: 100%;
	background-repeat: no-repeat;
	float: left;
}

.decision-category-text{
	color:#FFF;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	font-weight: bold;
	font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}
.decision-head{
	height: 72px;
	width: 100%;
	/*	max-width: 1024px;		*/

	background-size: 100% auto;
	background-repeat: no-repeat;
	font-size: 10pt;
}

a:link, a:visited{
/*	color: #9F915B; */
	color: #333;
	text-decoration: none;
}

a:hover, a:active{
/*	color: #FFFFFF;
	background-color: #9F915B;
	text-decoration: none;
	border-radius: 8px;*/
}
.text-link{
	color: #9F915B;
	text-decoration: none;
	border-bottom: dotted 1px #9F915B;
}
input{
	font-size: 16px;
}
div .inner-centering{
	text-align: center;
}
div .centering{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.spacer{
	height: 10px;
}
nav div#go-site-top{
	position:fixed; bottom:0px; width: 160px; height: 43px; background-color: orange; opacity:0.5; color:#FFF; text-align:center; line-height: 43px; font-size: 18px; border-radius: 0px 15px 0px 0px;
	border-top: 1px solid red;
	border-right: 1px solid red;
}
nav div#go-site-top-label{
	position:fixed; bottom:0px; width: 160px; height: 43px; color:#FFF; text-align:center; line-height: 43px; font-size: 18px;
}

.daily_category{
	margin:0 -10px;
}

.top-button{
	position: relative;
	float: right;
	top: -60%;
	margin-right: 2px;
}

/*
section#footer a:link,
section#footer a:visited{
	color: #FFFFFF;
	background-color: #9F915B;
	text-decoration: none;
	border-radius: 8px;
	padding: 1px 5px;
}
*/
.footer_link{
	color: #FFFFFF;
	background-color: #9F915B;
	text-decoration: none;
	border-radius: 8px;
	padding: 1px 5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.footer_button{
	color: #FFFFFF;
	background-color: #9F915B;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/* CSS */
.orange_bt {
	/* 背景のグラデーション*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9F915B), to(#9F915B));
	padding: 15px 0px 15px; color: #fff; text-decoration: none;
	 /* ボタンに影をつける */
	 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	 /* テキストへの影 */
	 text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	 border:solid 1px #aa5221;
	 cursor: pointer;
	 font-size:14px;
}


section#footer .specific{
	color: #FFFFFF !important;
	background-color: #FFB20F !important;
	text-decoration: none !important;
	border-radius: 8px !important;
	padding: 1px 5px !important;
	border-bottom: none !important;
}


/* 占いボタン 　　*/
.gray-button{
display: inline-block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(214, 214, 214)), color-stop(100%,rgb(124, 121, 121)));
/*background: -moz-linear-gradient(center top, rgb(255, 255, 255) 0%, rgb(124, 121, 121) 100%);*/
-webkit-box-shadow: 0px 1px 0px 0px rgb(0, 0, 0) inset, 0px -1px 0px 0px rgb(0, 0, 0) inset, 0px 2px 2px 0px #d4d4d4;
-moz-box-shadow:0px 1px 0px 0px rgb(0, 0, 0) inset, 0px -1px 0px 0px rgb(0, 0, 0) inset, 0px 2px 2px 0px #d4d4d4;
box-shadow: 0px 1px 0px 0px rgb(223, 223, 223) inset, 0px -1px 0px 0px rgb(77, 77, 77) inset, 0px 2px 2px 0px #696969;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-shadow: 0px 1px 0px rgb(29, 29, 29);
padding: 10px 20px;
display: inline-block;
border-color: rgb(0, 0, 0);
border-width: 0px;
border-style: solid;
text-align: center;
font-family: Lucida Grande;
font-size: 14px;
color: #ffffff;
font-weight: 100;
}


.free-top-gray-button{
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(214, 214, 214)), color-stop(100%,rgb(124, 121, 121)));
/*	background: -moz-linear-gradient(center top, rgb(255, 255, 255) 0%, rgb(124, 121, 121) 100%);*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px 1px 0px rgb(29, 29, 29);
	display: inline-block;
	border-color: rgb(0, 0, 0);
	border-width: 0px;
	border-style: solid;
	text-align: center;
	font-family: Lucida Grande;
	font-size: 14px;
	font-weight: 100;
	color:#FFF !important;
}


.headding01 {
	margin:20px 0 10px 0;
	padding:12px 10px;
	background: rgb(220,220,180);
	border: 1px solid #c0c0c0;
	border-left:5px solid #9F915B;
	text-shadow: 0px 1px 1px rgb(29, 29, 29);
	color:#FFF;
}
.border-01{
	border-bottom: 1px solid #c0c0c0;
	margin: 10px 0px;
}
.column-article{
	padding: 0 10px;
}
.column-left{
	text-align:left;
	float: left;
}
.column-right{
	text-align:right;
}

.space-lines{
	padding-top: 4px;
}

.wallpaper-dwnload{
	color: rgb(216, 0, 0);
	padding-top: 10px;
}

.banner-icon-list {
	width: 95%;
	margin: 0.25em auto;
}
.banner-title {
	background-color: #dcdcdc;
	margin: 1rem 0;
	padding: 3% 0;
	text-align: center;
}
.icon-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	text-align: center;
}

/* フッター */
section#footer{
/*	-webkit-box-shadow: 2px 2px 2px #888 inset;	*/
/*		background-color: #EFECED;	*/
	padding: 15px 10px;
	border-top: 1px solid #c0c0c0;
/*	border-bottom: 1px solid #DDD; */
	line-height: 1.8em;
}
footer{
	font-size: 9px;
	text-align: center;
/*	padding-top: 5px;  */
}
footer.back-link{
	height: 54px;
/*	background-color: #FFFFFF;*/
}

.mb-1 {
	margin-bottom: .5rem;
}
.mb-3 {
	margin-bottom: 1rem;
}

.sgtk-news__contents {
	margin: 1rem;
}
.sgtk-news__contents--ul, .sgtk-news__contents--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sgtk-news__contents--ul {
	margin: 0 0 1.2rem;
}
.sgtk-news__contents--ul > li {
	margin: 0 0 0.6rem;
}
.sgtk-news__contents--detail {
	line-height: 1.4em;
	margin: 0;
}
.sgtk-news__contents--detail > a {
	color: #6699FF;
	text-decoration: underline;
}
.sgtk-news__contents--new {
	background-color: #fcabea;
	color: #ffffff;
	display: inline-block;
	font-size: 0.8rem;
	margin-right: 0.4rem;
	padding: 0 0 0 0.2rem;
	position: relative;
	user-select: none;
	width: 3.2rem;
}
.sgtk-news__contents--new::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 0.6rem 0.4rem;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
	content: '';
	position: absolute;
}
.sgtk-news__contents--date {
	color: #8f8f8f;
	display: inline-block;
	font-size: 0.7rem;
	padding: 0;
	text-align: left;
	user-select: none;
	width: 4.8rem;
}

.btn-init {
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}

.famous__pickup {
	margin: 1rem 1rem 0;
}
.famous__pickup--ul, .famous__pickup--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.famous__pickup--ul > li {
	display: inline-block;
	margin: 0 1rem 1rem 0;
}
@media screen and (max-width:576px) {
	.famous__pickup {
		margin: 0.6rem 0.6rem 0;
	}
	.famous__pickup--ul > li {
		display: inline-block;
		margin: 0 0.6rem 0.6rem 0;
	}
}

.sgtk-notice {
	margin: 1rem;
	padding: 0.8rem;
	border: 1px solid #666666;
}
