html {
	margin: 0;
	padding: 0;
}

body {
	font-family: '微軟正黑體', '蘋果儷黑體', '新細明體', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Tahoma, Verdana, sans-serif;
	background: #000 url(../images/common/mBnrBg.jpg) no-repeat center top;
    background-attachment: fixed;
    color: #000;
	font-size: 17px;
	line-height: 1.5em;
    margin: 0;
    padding: 0;
}

@media (max-width: 1200px){
	body {
		display: inline-block;
	}
}

.hidden-md { display: none !important; }
div { display: block; }
.clear { clear: both; }

.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .clearfix { zoom: 1; }

.txtHide { text-indent: -9999px; }

img.center {
	display: block;
	margin: 0 auto;
}

.block-center {
	display: table;
	margin: 0 auto;
}

a:hover { text-decoration: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.no-touch {	pointer-events: none; }

section.small,
.result-container section.small {
	margin: 0 auto;
	width: 950px;
}

.col { float: left; }

.colFull { width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3em;
}

strong { font-weight: bold !important; }

.paragraph {
	line-height: 1.5em;
	text-align: justify;
}

.paragraph p {
	margin-bottom: 10px;
	text-indent: 17px;
}

p.big { font-size: 1.1em; }

p.small {
	font-size: .9em;
	line-height: 1.3em;
}

p.no-indent { text-indent: 0; }

.tCenter { text-align: center; }

strong { font-weight: bold; }

.title {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}

.whiteGrad::after {
    color: #fff;
}

.tgrad {
	position: relative;
	width: 100%;
}

.tgrad:before,
.tgrad:after {
	position: absolute;
	content: attr(title);
	display: block;
	width: 100%;
	top: 0;
	left: 0;
}

.gradColor::after {
	color: #330356;
}

.gradTop::after {
	mask-image: -webkit-linear-gradient(top,rgba(0,0,0,1),rgba(0,0,0,0.4) 40%,rgba(0,0,0,0.2) 52%,rgba(0,0,0,0));
    -webkit-mask-image: -webkit-linear-gradient(top,rgba(0,0,0,1),rgba(0,0,0,0.4) 40%,rgba(0,0,0,0.2) 52%,rgba(0,0,0,0));
}

.gradBtm::after {
	mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0));
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0));
}

.tRed,
.attention {
	color: red;
}
.tMaroon { color: #860000; }
.tYellow { color: #ff0; }
.tSPurple { color: #d7b0ff; }
.tLGreen { color: #B8FFAA; }
.tLYellow { color: #FDD891; }
.nLYellow { color: #ffeeaa; }
.tLPink { color: #FFAAFF; }
.tDGreen { color: #0a5d01; }
.tBrown { color: #941601; }
.tAqua { color: #2ee8e6; }
.tDBlue { color: #01258d; }
.tBlue { color: #1e06a3; }
.tPurple { color: #960fc7; }
.tLPurple { color: #d78ef6; }
.tDPurple { color: #44237e; }
.tPink { color: #ff5d99; }
.tGold { color: #e4d271; }
.tBlack { color: #000; }
.tWhite { color: #fff; }

.navi-container { min-height: 90px; }
.navi-container .naviInfo {
	display: block;
    height: 58px;
    max-width: 870px;
    margin: 0px auto;
}

.paid-container .navi-container .naviInfo { display: none; }
.navi-container .naviInfo a { display: inline-block; }

.navi-container .navi_button {
	background: transparent url(../images/common/button/navSprite.png) no-repeat;
	width: 262px;
    height: 42px;
    margin: 0 10px;
    position: relative;
    top: 12px;
}

.navi-container .navi_home { background-position: 14px -4px; }
.navi-container .navi_home:hover { background-position: 14px -53px; }

.navi-container .navi_profile { background-position: 14px -4px; }
.navi-container .navi_profile:hover { background-position: 14px -53px; }

.navi-container .navi_info { background-position: -3px -4px; }
.navi-container .navi_info:hover { background-position: -3px -53px; }

.navi-container .navi_input { background-position: -19px -4px; }
.navi-container .navi_input:hover { background-position: -19px -53px; }

.navi-container .navi_button:before {
	content: "";
    position: relative;
    background: url(../images/common/button/naviTxt.png) no-repeat 77px -1px;
    display: table;
    top: 4px;
    width: 100%;
    height: 30px;
}

.navi-container .navi_profile:before { background-position: 77px -38px; }
.navi-container .navi_info:before { background-position: 58px -74px; }
.navi-container .navi_input:before { background-position: 48px -110px; }
.navi-container .navi_input:before { background-position: 48px -110px; }

.full-container .info {
	display: table;
	margin: 15px auto;
	width: 950px;
	max-width: 100%;
}

.header-container {
	background: transparent url(../images/common/naviBg.png) no-repeat center top;
    margin: 0 auto;
}

.breadcrumb {
	color: #fff;
	max-width: 760px;
	font-size: .8em;
	margin: 0 auto 15px;
	line-height: 1.5em;
}
.breadcrumb a { color: #abc; }

.body-container .commonMenuBox {
	color: #836;
    background: transparent;
    background-image: url(../images/common/menu/cmnMenuTop.jpg), url(../images/common/menu/cmnMenuBtm.jpg), url(../images/common/menu/cmnMenuBg.jpg);
    background-position: center top, center bottom, center 49px;
    background-repeat: no-repeat, no-repeat, repeat-y;
    margin: 0 auto 0;
    padding: 70px 0 80px;
	max-width: 830px;
}
.body-container .commonMenuBox.noBg { background: none; padding: 0; }
.commonMenuBox.noBg .infoelement { padding: 0; }
.body-container .secYudo .commonMenuBox { background-image: url(../images/result/free/cmnMenuTop.jpg), url(../images/result/free/cmnMenuBtm.jpg), url(../images/result/free/cmnMenuBg.jpg); }


.commonMenuBox .infoelement { 
	position: relative; 
	padding: 0 110px;
}

.commonMenuBox .iconelement {
	background: transparent no-repeat center top;
	background-size: 100%;
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
}

.commonMenuBox .titelement { padding: 0 0 0 85px; }
.commonMenuBox .iconelement.free { background-image: url(../images/common/icon/icon0.png); }
.commonMenuBox .iconelement.xiangyu { background-image: url(../images/common/icon/icon1.png); }
.commonMenuBox .iconelement.danlian { background-image: url(../images/common/icon/icon2.png); }
.commonMenuBox .iconelement.erdwl { background-image: url(../images/common/icon/icon3.png); }
.commonMenuBox .iconelement.ngrdxy { background-image: url(../images/common/icon/icon4.png); }

.commonMenuBox .iconelement.qihedu { background-image: url(../images/common/icon/icon6.png); }
.commonMenuBox .iconelement.jiehun { background-image: url(../images/common/icon/icon7.png); }
.commonMenuBox .iconelement.life { background-image: url(../images/common/icon/icon8.png); }
.commonMenuBox .iconelement.weilai { background-image: url(../images/common/icon/icon9.png); }
.commonMenuBox .iconelement.job { background-image: url(../images/common/icon/icon10.png); }
.commonMenuBox .iconelement.total { background-image: url(../images/common/icon/icon11.png); }
.commonMenuBox .iconelement.bulun { background-image: url(../images/common/icon/icon12.png); }
.commonMenuBox .iconelement.fuhe { background-image: url(../images/common/icon/icon13.png); }
.commonMenuBox .iconelement.qingyu { background-image: url(../images/common/icon/icon14.png); }
.commonMenuBox .iconelement.kulian { background-image: url(../images/common/icon/icon15.png); }

.commonMenuBox .iconelement.nianyun { background-image: url(../images/common/icon/icon17.png); }

.commonMenuBox .iconelement.fuyuan { background-image: url(../images/common/icon/icon19.png); }
.commonMenuBox .iconelement.lovedirection { background-image: url(../images/common/icon/icon20.png); }

.commonMenuBox .iconelement.spdyx { background-image: url(../images/common/icon/icon22.png); }
.commonMenuBox .iconelement.suyuan { background-image: url(../images/common/icon/icon23.png); }

header .secDesc {
    color: #ccc;
    width: 75%;
    font-size: 1em;
    text-align: center;
    margin: 10px auto 30px;
}

.full-container {
    background: transparent url(../images/common/mBnr.png) no-repeat center top;
    display: table;
    margin: 0 auto;
    padding-top: 500px;
    width: 100%;
}

.body-container {
	background: transparent url(../images/common/mBg.png) repeat-y center top;
    position: relative;
    display: table;
    margin: 0 auto;
    min-height: 295px;
    max-width: 950px;
    width: 100%;
    z-index: 44;
}

.fixed-cont,
.subbody-container {
	position: relative;
	margin: 0 auto;
}


.body-footer {
	background: transparent url(../images/common/mBg.png) repeat-y center top;
	color: #fff;
	padding: 20px 0;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.body-footer .copyrightTxt {
	margin-top: 20px;
	text-align: center
}

.body-footer a {
	color: #69ffba;
	font-weight: bold
}


/*##################
	  Button
##################*/
.input_submit a { text-decoration: none; }
.free-btn,
.charge-btn {
	position: relative;
	display: inline-table;
	width: 386px;
	height: 180px;
	margin-bottom: 15px;
}

.free-btn { background: transparent url(../images/common/button/btnFree.png) no-repeat center top; }
.free-btn:hover {background-position: center -180px; }

.charge-btn { background: transparent url(../images/common/button/btnNext.png) no-repeat center top; }
.charge-btn:hover { background-position: center -180px; }

.free-btn .btnText,
.charge-btn .btnText {
	font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: table-cell;
	padding: 40px 20px;
	height: 100%;
	width: 100%;
	line-height: 0;
	font-size: 1.8em;
	text-align: center;
	opacity: .85;
	color: #f5be19;
	vertical-align: middle;
	text-shadow: -4px 1px 3px #000, 0 -5px 3px #000, 0 4px 3px #000, 4px 4px 5px #000, 0 4px 3px #000;
}

.free-btn .title, .charge-btn .title , .submit-btn .title {
	position: absolute;
    width: 100%;
    top: 40%;
    font-size: 1.5em;
    text-align: center;
    text-shadow: 1px 1px 5px #000, 1px 2px 8px #000, 1px 2px 10px #000;
} 

.free-container .submit-btn .title { 
	top: 38%; 
    font-size: 1.2em;
}

.free-btn .btnText {
	letter-spacing: 5px;
}

.free-container .charge-btn .btnText {
	padding: 0;
	font-size: 1.6em;
}

.free-container .submit-btn {
	position: relative;
 	background: transparent url(../images/common/button/btnSubmit.png) no-repeat center top; 
	float: none;
	display: table;
	width: 335px;
	height: 90px;
	margin: 0 auto 5px;
	padding: 0;
	font-size: 1.1em;
}

.free-container .submit-btn:hover {
	background-position: center bottom;
}
/*################## Button End ##################*/

/*################## 
	info-container
##################*/
.info-container .infoProfile {
	background: transparent;
	background-image: url(../images/info/infTop.jpg), url(../images/info/infBtm.jpg), url(../images/info/infBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	position: relative;
	display: table;
	margin: -18px auto 20px;
	padding: 230px 0 130px;
	max-width: 860px;
	color: #2e0000;
}
.info-container .infoProfile p { text-indent: 0; }

.info-container .section .heading {
	position: relative;
	width: 100%;
	height: 100px;
}

.info-container .section.profile .secInfo ul li {
    background: transparent url(../images/info/infIcon.png) no-repeat -10px 3px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 30px;
    line-height: 1.7em;
	font-size: 1.2em;
	font-weight: bold;
}

.info-container .section.profile {
	background: transparent url(../images/info/infImg.jpg) no-repeat center top;
	color: #000000;
}
.info-container .section.profile .secInfo { padding: 210px 100px 30px; }

.info-container .section.about {
	background: transparent;
	background-image: url(../images/info/infInrTop.jpg), url(../images/info/infInrBtm.jpg), url(../images/info/infInrBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	color: #F9F8F4;
	width: 754px;
    margin: 0 auto;
}
.info-container .section.about .secInfo { padding: 60px 80px 80px; }
.info-container .section.about .proSign {
    background: url(../images/info/infSign.png) no-repeat;
    width: 300px;
    height: 75px;
    padding: 30px 0;
    margin: 0px 0 0px auto;
}

.info-container .section.induct {
	background: transparent;
	background-image: url(../images/info/intro/abtTop.jpg), url(../images/info/intro/abtBtm.jpg), url(../images/info/intro/abtBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	position: relative;
	display: table;
	margin: 0 auto 20px;
	padding: 229px 0 130px;
	max-width: 860px;
	color: #ffffff;
}

.info-container .section.induct .paragraph {
    padding: 32px 65px 20px;
    line-height: 1.8em;
}

.info-container .abtSec1 .abtTit {
    background: transparent url(../images/info/intro/abtTit1.jpg) no-repeat center top;
    height: 120px;
}
.info-container .section.induct .abtSec.abtSec1 { background: transparent url(../images/info/intro/abtInrBg.jpg) no-repeat center top; }

.info-container .abtSec2 .abtTit {
    background: transparent url(../images/info/intro/abtTit2.jpg) no-repeat center top;
	height: 130px;
    margin-bottom: 50px;
}

.info-container .abtSec3 .abtTit {
    background: transparent url(../images/info/intro/abtTit3.jpg) no-repeat center top;
    height: 120px;
}

.info-container .abtSec4 .abtTit {
    background: transparent url(../images/info/intro/abtTit4.jpg) no-repeat center top;
    height: 120px;
}

.info-container .abtSec5 .abtTit {
    background: transparent url(../images/info/intro/abtTit5.jpg) no-repeat center top;
    height: 120px;
}

.info-container .abtSec6 .abtTit {
    background: transparent url(../images/info/intro/abtTit6.jpg) no-repeat center top;
    height: 160px;
}

/*########### intro #############*/
.section.intro {
	background: transparent;
	background-image: url(../images/info/intro/introBtm.jpg), url(../images/info/intro/introBg.jpg);
	background-position: center bottom, center top;
	background-repeat: no-repeat, repeat-y;
	color: #F9F8F4;
	width: 860px;
    margin: 0 auto;
	padding-bottom: 80px;
}

.section.intro .introTop {
    background: transparent url(../images/info/intro/introTop.jpg) no-repeat center top;
    height: 128px;
}

.section.intro .introSecTopTit .introTit {
    background: transparent url(../images/info/intro/introTopTit.jpg) no-repeat center top;
	height: 115px;
    margin: 10px 0;
}

.section.intro .paragraph {
    padding: 20px 100px 20px;
    line-height: 1.8em;
}

.section.intro .introSec1 .introTit {
    background: transparent url(../images/info/intro/introInrTit1.jpg) no-repeat center top;
    height: 130px;
}

.section.intro .introSec2 .introTit {
    background: transparent url(../images/info/intro/introInrTit2.jpg) no-repeat center top;
    height: 120px;
}
/*########### intro End #############*/
/*################## info-container End ##################*/

/*##########################
	input-container 
##########################*/
.input-container .komiCatch{
	background: transparent url(../images/input/komiCatch.jpg) no-repeat center top;
    display: table;
    margin: 0 auto;
    padding-top: 420px;
    width: 100%;
}
.komi {
	background: transparent;
	background-image: url(../images/input/komiTop.jpg), url(../images/input/komiBtm.jpg), url(../images/input/komiBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	padding: 130px 0;
}

.komi .komiBtm {
	background: transparent url(../images/input/komiBtm.jpg) no-repeat center top;
	position: relative;
	height: 220px;
}

.komi .komiUl {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 560px;
	line-height: 1.5em;
	z-index: 33;
}

.komi ul li {
	color: #100;
	background: transparent url(../images/input/komiSprite.png) no-repeat left 0px;
	padding-left: 40px;
	margin-top: 15px;
	font-weight: bold;
}

.komi ul li.cmn {
	color: #b7f4fc;
}

.komi ul li br {
	display: none;
}

.komi ul li li {
	background-position: left -407px;
	padding-left: 0;
	padding-top: 5px;
	margin-top: 1px;
	color: #fff;
	font-weight: normal;
}

.komi ul li li:before {
	content: "• ";
	float: left;
	padding-right: 10px;
	font-weight: bold;
}

.komi ul li li.isStar {
	color: #fff350;
	font-weight: bold;
	padding-left: 20px;
}

.komi ul li li.isStar:before {
	content: "┗ ";
	margin-left: -5px;
}


/*######### question #########*/
.question {
    background: transparent;
    background-image: url(../images/input/formBtm.jpg),url(../images/input/formBg.jpg);
    background-repeat: no-repeat,repeat-y;
    background-position: center bottom,center top;
	padding-bottom: 120px;
}

.question .top-heading {
	background: transparent;
    background-repeat: no-repeat;
    background-position: center top;
}

.question .top-heading.self {
	padding: 180px 0 50px;
    background-image: url(../images/input/formTit1.jpg);
}

.question .top-heading.target {
	padding: 150px 0 0;
    background-image: url(../images/input/formTit2.jpg);
}

.question .formInfo .inputHolder {
	display: table;
	margin: 0 auto;
}

.question form span.inbold,
.question form span.bold {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: inline;
    width: 35px;
    height: 32px;
    color: #263c3d;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: right;
}
.question form span.inbold { 
    color: #000;
    font-size: 1.2em;
}

.question form #sex11+span,
.question form #sex21+span {
    display: initial;
	background: none;
}

.question form #sex12+span,
.question form #sex22+span {
	background-position: -310px -337px;
	background-size: 650px;
}
.question form label.inbold {
    font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    color: #000;
    font-size: 1.5em;
	line-height: 36px;
	cursor: pointer;
}
.question form label.inbold input { vertical-align: middle; margin-bottom: 6px; }
.question form span.birth_unit {
	display: inline-table;
    margin-left: -2px;
    width: 33px;
    height: 29px;
    font-weight: bold;
}
.question form .form_month+span.birth_unit { background-position: -165px -395px; }
.question form .form_day+span.birth_unit { background-position: -312px -395px; }
.question .col { float: left; }
.tcolHalf { width: 48%; }
.question .col:first-child { margin-right: 0px; }

.question .inputRow {
	display: table;
	margin: 10px auto;
	min-width: 90%;
}
.question .inputRow.name .col { 
	float: left; 
	text-align: center;
}
.question .inputRow.name .col:first-child {
	position: relative;
    display: table;
    width: 100px;
    height: 40px;
}
.question .inputRow .attention {
	display: table;
	margin: 0 auto;
}
.question .rName span,
#default_check+span {
	position: relative;
	top: 3px;
}
.question .rBirthTime { margin: 10px 0; }
.question select.form_hh {
    margin-left: 20px;
    width: 90px;
}
.question select.form_mm {
    margin-left: 0px;
    width: 90px;
}
.question .rGender { margin: 10px 0; }
.question .rGender span {
	position: relative;
	top: 0px;
}
.question .gender {
	display: table;
	float: left;
    min-width: 96px;
    margin-right: 20px;
}
.question select {
	margin: 0 5px;
	padding: 5px;
	font-size: 1.2em;
	box-shadow: 1px 1px 1px 0 #8e8e8e inset;
	border-radius: 6px;
}
select {
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	border-image: initial;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 65px;
	vertical-align: middle;
	margin: 0 3px 3px 5px;
	padding: 5px;
	-webkit-border-radius: 3px;
	border: 2px solid #7d7d7d;
	border-radius: 3px;
	background-color: #fff;
	background-image: url(../images/common/iconArrow.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	-webkit-background-size: 16px;
	background-size: 10px;
}
input[type="text"],
input[type="date"] {
	background: #fff;
	display: inline-block;
	width: 220px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding: 7px 5px;
	appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
	border: 2px solid #7d7d7d;
	border-radius: 7px;
	-webkit-border-radius: 3px;
	font-size: 1.2em;
	box-shadow: 1px 1px 1px 0 #ddd inset;
}
.question select option {
	padding: 20px;
}
.question select.form_year {
	margin-left: 20px;
	width: 90px;
}
.question .entry_save {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 0 auto 30px;
}
.caption_input {
	width: 213px;
	position: absolute;
	top: 60px;
	right: 10px;
}
.formBtn_content {
	color: #fff;
	text-align: center;
	padding: 0 35px;
	font-size: 17px;
	line-height: 1.4em;
}
.formBtn_content span {
	font-weight: bold;
}
.formBtn_text {
	width: 498px;
	margin: 170px auto 10px;
}

.input_submit {
	display: table;
	margin: 30px auto 0;
}
.input_submit a { text-decoration: none; }
span.spanError:before { top: 0px; }
/*################## input-container End ##################*/

/*########################## 
	result-container   
##########################*/
/*######### blur #########*/
.free-container .blur {
	background: transparent url(../images/result/blur/text_img_m3.png) no-repeat center top;
	background-size: 100%;
	position: relative;
	margin-top: 10px;
	padding-top: 75px;
    height: 142px;
}

.free-container .animeCardMsg .blur,
.free-container .listInncommon .blur,
.free-container .listSentiensu .blur,
.free-container .listCommon .blur {
    background: transparent url(../images/result/blur/text_img_s3.png) no-repeat center top;
    background-size: 100%;
    display: inline-block;
    float: left;
    width: 350px;
    max-width: 350px;
    height: 150px;
	padding-top: 70px;
}

.free-container .animeCardMsg .blur {
    width: 430px;
    max-width: 430px;
}

.free-container .blur a { text-decoration: none; }

.free-container .res_tarot_btn_box1 .blur { background: none; } 
.free-container .res_tarot_btn_box1 .submit-btn .title {
    top: 32%;
    font-size: .8em;
}
/*######### blur End #########*/

.result-container .subbody-container {
	color: #fff;
	background: transparent;
	background-image: url(../images/result/cmnTop.jpg), url(../images/result/cmnBtm.jpg), url(../images/result/cmnBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center bottom;
	padding-bottom: 150px;
	max-width: 860px;
}

.result-container .secGreet {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: relative;
    padding: 120px 60px 10px 325px;
    margin: 0 auto 20px;
    min-height: 350px;
	font-size: 1.2em;
    text-shadow: 1px 1px 10px #000, 1px 1px 20px #000, 1px 1px 30px #000;
    z-index: 45;
}

.result-container .secUser {
	max-width: 700px;
    margin: 0 auto;
	text-align: center;
}

.result-container .secUser .userTit { 
	color: #fea;
	margin-bottom: 10px;
	font-weight: bold;
}

.result-container .secUser .usrDate,
.result-container .secUser .userInfo { 
	font-weight: bold;
	color: #b5dbd9;
}

.result-container .secUser .userInfo p:last-child { 
	color: #dfb6a9; 
	margin: 4px 0;
}  

.result-container .secUser .usrDate span { margin-left: 10px; }

/* ----------------------
 * result_type2
 *---------------------- */
.result-container .res_sub_bg .res_type1_p2 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    background: transparent;
    background-image: url(../images/result/type1/res_type1_p2_before.jpg),url(../images/result/type1/res_type1_p2_after.jpg),url(../images/result/type1/res_type1_p2.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
    background-size: 100%;
    position: relative;
    padding: 35px 0 60px;
    margin: 30px auto 0;
    text-align: center;
    max-width: 760px;
    color: #eea;
    line-height: 1.3em;
}

.res_type1_p2 strong {
    color: #ff0;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: normal;
    text-shadow: 0 0 30px #7f0, 0 0 60px #7f0;
} 

.res_type1_p3 {
	color: #fea;
    font-size: 1.1em;
	text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 0;
}

.res_type1_p3 strong {
    color: #cfe;
    letter-spacing: 0.05em;
}

.res_type2_box1 {
	position: relative;
	max-width: 790px;
	height: 600px;
	margin: 0 auto;
    overflow: hidden;
}
.res_type2_box1 div {
    position: absolute;
    display: block;
	text-align: center;
}
.res_type2_box1 img {
    display: block;
    position: absolute;
}
.res_type2_bg1 {background: url(../images/result/type2/res_type2_bg1.jpg) no-repeat;}
.res_type2_bg2 {background: url(../images/result/type2/res_type2_bg2.jpg) no-repeat;}
.res_type2_bg3 {background: url(../images/result/type2/res_type2_bg3.jpg) no-repeat;}
.res_type2_bg4 {background: url(../images/result/type2/res_type2_bg4.jpg) no-repeat;}
.res_type2_bg5 {background: url(../images/result/type2/res_type2_bg5.jpg) no-repeat;}
.res_type2_bg6 {background: url(../images/result/type2/res_type2_bg6.jpg) no-repeat;}
.res_type2_bg7 {background: url(../images/result/type2/res_type2_bg7.jpg) no-repeat;}
.res_type2_hand1 {background: url(../images/result/type2/res_type2_hand1.png) no-repeat;}
[class^="res_type2_bg"],.res_type2_hand1,.res_type2_box2 {
	width: 790px;
	height: 600px;
    top: 0;
    left: 0;
	background-size: 100% 100%;
}

.res_type2_head1 {left: 190px;}
.res_type2_head2 {left: 0;}
.res_type2_head3 {left: 380px;}
[class^="res_type2_head"] {
	width: 400px;
	height: 400px;
    top: 0;
}


[class^="res_type2_name_box"] {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	color: #fff;
	font-size: 25px;
	line-height: 34px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000;
}

[class^="res_type2_name_box"] p:nth-of-type(2) {
	font-size: 20px;
	letter-spacing: -0.05em;
}
.res_type2_name_box2 {
	width: 50%;
}
.res_type2_name_box3 {
	width: 50%;
	left: 50%;
}

/*Clairvoyance 1*/
.res_type2_box2.b1_1 img:nth-of-type(2) {width: 280px; height: 280px; top: 49px; left: 0px;}
.res_type2_box2.b1_1 img:nth-of-type(3) {width: 280px; height: 280px; top: 308px; left: 476px;}
.res_type2_box2.b1_1 img:nth-of-type(4) {width: 260px; height: 260px; top: 0px; left: 520px;}
.res_type2_box2.b1_1 img:nth-of-type(5) {width: 208px; height: 208px; top: 368px; left: 58px;}
.res_type2_box2.b1_2 img:nth-of-type(2) {width: 260px; height: 260px; top: 0px; left: 520px;}
.res_type2_box2.b1_2 img:nth-of-type(3) {width: 208px; height: 208px; top: 368px; left: 58px;}
.res_type2_box2.b1_2 img:nth-of-type(4) {width: 280px; height: 280px; top: 308px; left: 476px;}
.res_type2_box2.b1_2 img:nth-of-type(5) {width: 280px; height: 280px; top: 49px; left: 0px;}

/*Clairvoyance 2*/
.res_type2_box2.b2_1 img:nth-of-type(3) {width: 280px; height: 280px; top: 30px; left: 250px;}
.res_type2_box2.b2_2 img:nth-of-type(3) {width: 320px; height: 320px; top: 260px; left: 230px;}
.res_type2_box2.b2_2 img:nth-of-type(4) {width: 280px; height: 280px; top: 30px; left: 250px;}
.res_type2_box2.b2_2 img:nth-of-type(5) {width: 221px; height: 221px; top: 110px; left: 560px;}
.res_type2_box2.b2_2 img:nth-of-type(6) {width: 175px; height: 175px; top: 174px; left: 0px;}

/*Claire audience*/
.b3_1 {width: 100%; top: 0; left: 0;}
.b3_2 {width: 100%; top: 0; left: 0;}
.b3_3 {width: 100%; top: 0; left: 0;}

/*Claire sentiensu*/
.res_type2_box2.b4 img:nth-of-type(1) {width: 200px; height: 200px; top: 60px; left: 290px;}
.res_type2_box2.b4 img:nth-of-type(2) {width: 200px; height: 200px; top: 200px; left: 290px;}
.res_type2_box2.b4 img:nth-of-type(3) {width: 200px; height: 200px; top: 200px; left: 130px;}
.res_type2_box2.b4 img:nth-of-type(4) {width: 200px; height: 200px; top: 200px; left: 450px;}
.res_type2_box2.b4 img:nth-of-type(5) {width: 200px; height: 200px; top: 340px; left: 290px;}

/*animation*/
.res_type2_box1.anime1 .res_type2_box2 img:nth-of-type(1) {animation: eff2 0.5s linear 0.5s 1 forwards;}
.res_type2_box1.anime1 .res_type2_box2 img:nth-of-type(2) {animation: eff2 0.5s linear 0.5s 1 forwards;}
.res_type2_box1.anime1 .res_type2_box2 img:nth-of-type(3) {animation: eff2 0.5s linear 1.5s 1 forwards;}
.res_type2_box1.anime1 .res_type2_box2 img:nth-of-type(4) {animation: eff2 0.5s linear 2s 1 forwards;}
.res_type2_box1.anime1 .res_type2_box2 img:nth-of-type(5) {animation: eff2 0.5s linear 2.5s 1 forwards;}
.res_type2_box1.anime1 .res_type2_box2 img:nth-of-type(6) {animation: eff2 0.5s linear 3s 1 forwards;}

.res_type2_box1.anime4 .res_type2_box2 img:nth-of-type(1) {animation: eff2 0.5s linear 0.5s 1 forwards;}
.res_type2_box1.anime4 .res_type2_box2 img:nth-of-type(2) {animation: eff2 0.5s linear 1s 1 forwards;}
.res_type2_box1.anime4 .res_type2_box2 img:nth-of-type(3) {animation: eff2 0.5s linear 1.5s 1 forwards;}
.res_type2_box1.anime4 .res_type2_box2 img:nth-of-type(4) {animation: eff2 0.5s linear 2s 1 forwards;}

.res_type2_box1.anime5 .res_type2_hand1 {animation: eff2 0.5s linear 0s 1 forwards, eff5 3s ease-in-out 1s 1 forwards, eff1 0.5s linear 4s 1 forwards;}
.res_type2_box1.anime5 .res_type2_box2 img.a0 {animation: eff2 0.5s linear 2s 1 forwards;}
.res_type2_box1.anime5 .res_type2_box2 img.a1 {animation: eff2 0.5s linear 2.5s 1 forwards;}

.res_type2_box1 [class^="b2_"].p1 p,
.res_type2_box1 [class^="b2_"] [class^="res_type2_date"],
.res_type2_box1 [class^="b2_"] p span,
.res_type2_box1 [class^="b1_"] p,
.res_type2_box1 img {
	opacity: 0;
}
@keyframes eff2 {
    100% {opacity: 1;}
}
.res_type2_box1 [class^="b2_"] p.res_type2_date2.anime,
.res_type2_box1 [class^="b2_"] p.res_type2_date3.anime,
.res_type2_box1 [class^="b2_"] p.res_type2_date4.anime,
.res_type2_box1 [class^="b2_"] p.res_type2_date4.anime span,
.res_type2_box1 [class^="b2_"] p.res_type2_date5.anime,
.res_type2_box1 [class^="b2_"] p.res_type2_date5.anime span {animation: eff2 1s linear 0s 1 forwards;}
.res_type2_box1 [class^="b2_"].p1 p.anime {animation: eff2 1s linear 0s 1 forwards;}
.res_type2_box1 [class^="b2_"] p span.anime {animation: eff2 1s linear 0s 1 forwards;}
.res_type2_box1 [class^="b1_"] p.anime {animation: eff2 1s linear 0s 1 forwards;}
.res_type2_box1 img.anime {animation: eff2 1s linear 0s 1 forwards;}
/* ----------------------
 * result_type2
 *---------------------- */

/* ----------------------
 * result_tarot
 *---------------------- */
.res_tarot_box1 {
	position: relative;
	width: 780px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.res_tarot_bg1 {
	background: url(../images/result/psCardBg.jpg) no-repeat;
	background-size: 100%;
}
.res_tarot_bg1,.res_tarot_box2 {
    position: absolute;
	width: 780px;
	height: 600px;
    top: 0;
    left: 0;
}
.res_tarot_img1,.res_tarot_img2,.res_tarot_img3 {
	width: 120px;
	height: 170px;
	position: absolute;
}
.res_tarot_img2,.res_tarot_img3 {
	opacity: 0;
}

.res_tarot_btn_box1.trial {display:none;opacity:0;}
.res_tarot_box1.anime2 .res_tarot_btn_box1.init {animation: eff1 1s linear 0s 1 forwards;}
.res_tarot_box1.anime2 .res_tarot_btn_box1.trial.anime3 {animation: eff2 0.5s linear 0s 1 forwards;}
.res_tarot_box1.anime3 .res_tarot_hand1 {animation: eff2 0.5s linear 0s 1 forwards, eff5 3s ease-in-out 1s 1 forwards, eff1 0.5s linear 4s 1 forwards;}
/*front side*/
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(1) {animation: eff2 0s linear 2.1s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(2) {animation: eff2 0s linear 2.2s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(3) {animation: eff2 0s linear 2.3s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(4) {animation: eff2 0s linear 2.4s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(5) {animation: eff2 0s linear 2.5s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(6) {animation: eff2 0s linear 2.6s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(7) {animation: eff2 0s linear 2.7s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(8) {animation: eff2 0s linear 2.8s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(9) {animation: eff2 0s linear 2.9s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(10) {animation: eff2 0s linear 3s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(11) {animation: eff2 0s linear 3.1s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(12) {animation: eff2 0s linear 3.2s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(13) {animation: eff2 0s linear 3.3s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(14) {animation: eff2 0s linear 3.4s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(15) {animation: eff2 0s linear 3.5s 1 forwards;}

/*eff1*/
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(1) {animation: eff1 1s linear 2.1s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(2) {animation: eff1 1s linear 2.2s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(3) {animation: eff1 1s linear 2.3s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(4) {animation: eff1 1s linear 2.4s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(5) {animation: eff1 1s linear 2.5s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(6) {animation: eff1 1s linear 2.6s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(7) {animation: eff1 1s linear 2.7s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(8) {animation: eff1 1s linear 2.8s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(9) {animation: eff1 1s linear 2.9s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(10) {animation: eff1 1s linear 3s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(11) {animation: eff1 1s linear 3.1s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(12) {animation: eff1 1s linear 3.2s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(13) {animation: eff1 1s linear 3.3s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(14) {animation: eff1 1s linear 3.4s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(15) {animation: eff1 1s linear 3.5s 1 forwards;}

.res_tarot_box2 img {top: 205px;}
.res_tarot_box2 img:nth-of-type(-n+5) {top: 35px;}
.res_tarot_box2 img:nth-of-type(n+11) {top: 375px;}
.res_tarot_box2 img:nth-of-type(5n+1) {left: 90px;}
.res_tarot_box2 img:nth-of-type(5n+2) {left: 210px;}
.res_tarot_box2 img:nth-of-type(5n+3) {left: 330px;}
.res_tarot_box2 img:nth-of-type(5n+4) {left: 450px;}
.res_tarot_box2 img:nth-of-type(5n+5) {left: 570px;}

.res_type2_hand1,.res_tarot_hand1 {
	position: absolute;
	width: 780px;
	height: 600px;
    top: 0;
    left: 0;
	background: url(../images/result/type2/res_type2_hand1.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0;
}


.res_tarot_eff1,
.res_tarot_eff2 {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
@keyframes eff1 {
    0% {opacity: 1}
    100% {opacity: 0}
}
@keyframes eff3 {
    100% {-webkit-transform: scale(2.5); -moz-transform: scale(2.5); transform: scale(2.5); opacity: 0;}
}
@keyframes eff4 {
    100% {-webkit-transform: scale(1.5); -moz-transform: scale(1.5); transform: scale(1.5); opacity: 0;}
}
@keyframes eff5 {
    100% {-webkit-transform: translateY(330px) scale(1.4); -moz-transform: translateY(330px) scale(1.4); transform: translateY(330px) scale(1.4);}
}
.res_tarot_box1.anime1 .res_tarot_btn_box1 {
	animation: eff1 1s linear 0s 1 forwards;
}

.res_tarot_btn_box1 {
    position: absolute;
    width: 780px;
    bottom: 40%;
    left: 0px;
	background: url(../images/result/unmeiBtnBg.png) no-repeat;
	background-size: 100% 100%;
    color: #ff3;
    font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ 明朝", "MS Mincho", "MS 明朝", serif;
    line-height: 150%;
    letter-spacing: 0;
	overflow: hidden;
	text-align: center;
}
.res_tarot_btn_box1 p{
	padding: 0 0 30px;
	text-shadow: 0px 0px 10px #09f,0px 0px 10px #09f,0px 0px 20px #09f;
}
.res_tarot_btn_box1 img {
	cursor: pointer;
}

.res_tarot_eff1, .res_tarot_eff2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
}
/* ----------------------
 * result_tarot
 *---------------------- */

/*########################## 
		listCard
##########################*/
.result-container .res_sub_bg .res_type1_p2.cardTop{
	padding: 50px 0 45px;
}

.result-container .secList.listCard .secCardCatch {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: transparent;
    background-image: url(../images/result/unmeiTopImg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: relative;
    padding: 20px 75px 0;
    margin: 0 auto;
    text-align: left;
    max-width: 690px;
	min-height: 350px;
    font-size: 1.5em;
    line-height: 1.8em;
}
.result-container .secList.listCard .secCardMsg strong,
.result-container .secList.listCard .secCardCatch strong {
    color: #ff3;
}
.result-container .secList.listCard .secCardCatch:before {
    display: block;
    float: left;
    content: "";
    width: 240px;
    height: 320px;
}

.result-container .secList.listCard .secCardMsg {
    max-width: 680px;
    margin: 0 auto 0;
    padding: 20px 20px;
    background: #234;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
/*####### listCard End #######*/

/*########################## 
		listAudience
##########################*/
.result-container .secList.listAudience .secTitle {
    background: transparent;
    background-image: url(../images/result/cmnTitTop.jpg),url(../images/result/cmnTitBtm.jpg),url(../images/result/cmnTitBg.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
    background-size: 100%;
    position: relative;
    padding: 75px 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    max-width: 790px;
    color: #eea;
    text-shadow: 0 0 10px #900, 0 0 10px #900;
}

.result-container .secList.listAudience .secSentiensuMsg {
    max-width: 680px;
    margin: 0 auto 0;
    padding: 20px 20px;
    background: #234;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.result-container .secList.listAudience .secAudienceMsg {
    max-width: 680px;
    margin: 0 auto 0;
    padding: 20px 20px;
    background: #234;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.result-container .secList.listAudience .secAudienceMsg strong { color: #ff3; }
.result-container .secList.listAudience .secSentiensuMsg strong { color: #ff3; }
/*####### listAudience End #######*/

/*########################## 
		listSentiensu
##########################*/
.result-container .secList.listSentiensu .secTitle {
    background: transparent;
    background-image: url(../images/result/cmnTitTop.jpg),url(../images/result/cmnTitBtm.jpg),url(../images/result/cmnTitBg.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
    background-size: 100%;
    position: relative;
    padding: 75px 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    max-width: 790px;
    color: #eea;
    text-shadow: 0 0 10px #900, 0 0 10px #900;
}

.result-container .secList.listSentiensu .secInfo {
    max-width: 700px;
    margin: 0 auto;
}

.result-container .secList.listSentiensu .secSentiensuMsg {
    max-width: 680px;
    margin: 0 auto 0;
    padding: 20px 20px;
    background: #234;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.result-container .secList.listSentiensu .secSentiensuMsg strong { color: #ff3; }
.result-container .secList.listSentiensu .secInfo .res_type4_box1 img { width: 100%;} 
/*####### listSentiensu End #######*/

.result-container .secList .secTitle .paragraph { 
	font-size: 1.2em;
	text-align: center; 
} 

.result-container .secList .secTitle {
    background: transparent;
    background-image: url(../images/result/listTitTop.jpg),url(../images/result/listTitBtm.jpg),url(../images/result/listTitBg.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
    background-size: 100%;
    position: relative;
    padding: 65px 0 75px;
    margin: 0 auto;
    text-align: center;
    max-width: 840px;
}

.result-container .secList .secTitle .paragraph { padding: 0 80px; }
.result-container .secListing .titFloat,
.result-container .secListing .secInfo {
    margin: 0 70px;	
}

.result-container .secList .secInList { 
    max-width: 650px;
    margin: 0 auto;
}

.result-container .secList .secInList .paragraph { margin: 0 20px; }
.result-container .secGreet .greetInfo .paragraph {
	color: #fff;
	min-height: 260px;
}

.result-container .common {
	background: transparent url(../images/result/cmnBg.jpg) repeat-y center top;
	margin-bottom: 20px;
}

.scroll_box, .type1_scroll_box, .type2_scroll_box {
    overflow: hidden;
    display: none;
}

.res_type4_box1, .res_type4_box3, .res_type4_box4 {
	display: block;
    position: relative;
    float: left;
    width: 290px;
    height: 300px;
    vertical-align: top;
    margin: 0 10px 0 -10px;
    padding: 0 0 0;
}

.res_type4_box1 .res_type4_img2 {
    width: 95%;
    margin: -10px auto 0;
}
/*########################## 
		listCommon
##########################*/
.result-container .listInncommon .secTitle,
.result-container .listCommon .secTitle {
    background: transparent;
    background-image: url(../images/result/cmnTitTop.jpg),url(../images/result/cmnTitBtm.jpg),url(../images/result/cmnTitBg.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
    background-size: 100%;
    position: relative;
    padding: 75px 0;
    margin: 0 auto;
    text-align: center;
	font-weight: bold;
    max-width: 790px;
	color: #eea;
	text-shadow: 0px 0px 10px #900, 0px 0px 10px #900;
}

.listInncommon .secInfo,
.listCommon .secInfo {
	max-width: 700px;
	margin: 0 auto;
}

.listInncommon .secCommonMsg,
.listCommon .secCommonMsg {
	max-width: 680px;
    margin: 0 auto 0;
    padding: 20px 20px;
    background: #234;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.listInncommon .secListMsg .secInfo,
.listCommon .secListMsg .secInfo { 
	margin-bottom: 0; 
}
.listInncommon .secCommonMsg strong,
.listInncommon .secListMsg span,
.listCommon .secCommonMsg strong,
.listCommon .secListMsg span { 
	color: #ff3; 
}
/*####### listCommon End #######*/

/*########################## 
		listSpread
##########################*/
.result-container .listSpread .secTitle {
    background: transparent;
    background-image: url(../images/result/cmnTitTop.jpg),url(../images/result/cmnTitBtm.jpg),url(../images/result/cmnTitBg.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
    background-size: 100%;
    position: relative;
    padding: 75px 0;
    margin: 0 auto;
    text-align: center;
	font-weight: bold;
    max-width: 790px;
	color: #eea;
	text-shadow: 0px 0px 10px #900, 0px 0px 10px #900;
}

.spCAudience .secListMsg {
	max-width: 680px;
    margin: 0 auto 0;
    padding: 20px 20px;
    background: #234;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.spCAudience .secListMsg .secInfo { margin-bottom: 0; }
.spCAudience .secListMsg span { color: #ff3; }
/*####### listSpread End #######*/

/*########################## 
		spJiki
##########################*/
.result-container .listJiki .secTitle {
    background: transparent;
    background-image: url(../images/result/cmnTitTop.jpg),url(../images/result/cmnTitBtm.jpg),url(../images/result/cmnTitBg.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
    background-size: 100%;
    position: relative;
    padding: 75px 0 80px;
    margin: 0 auto;
    text-align: center;
	font-weight: bold;
    max-width: 790px;
	color: #eea;
	text-shadow: 0px 0px 10px #900, 0px 0px 10px #900;
}

.listJiki .date-container {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    background: url(../images/result/dateBg.png) no-repeat;
    background-size: cover;
    color: #ff3;
	max-width: 660px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid #300;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
	margin-bottom: 20px;
}
.listJiki .date-container strong {
	display: block;
	line-height: 1.5em;
	font-size: 2.2em;
	text-shadow: 0px 0px 20px #0FF;
}
/*####### spJiki End #######*/

/*########################## 
		animeCardMsg
##########################*/
.result-container.two-0 .animeCardMsg {
    background: transparent url(../images/result/psCardTitImg1.jpg) no-repeat center top;
    display: table;
    margin: 0 auto;
    padding-top: 140px;
	margin-top: 40px;
    width: 100%;
}

.result-container.two-1 .animeCardMsg {
    background: transparent url(../images/result/psCardTitImg2.jpg) no-repeat center top;
	display: table;
    margin: 0 auto;
    padding-top: 140px;
	margin-top: 40px;
    width: 100%;
}

.result-container .animeCardMsg .listTit {
	color: #fea;
    position: relative;
    padding: 20px 0 30px;
    margin: 0 auto;
    text-align: center;
    max-width: 840px;
}

.result-container .animeCardMsg .listTit strong { color: #cfe; }
.result-container .animeCardMsg .res_type4_box4 {
	display: block;
    position: relative;
    float: left;
    width: 230px;
    height: 335px;
    vertical-align: top;
    margin: 0 30px 0 0px;
}
.result-container .animeCardMsg .res_type4_box4 img { width: 100%; }
/*####### animeCardMsg End #######*/
/*########################## result-container End ##########################*/

/*####################
	top-container
######################*/
.top-container .fixed-cont { display: none; }
.info-container .navi-container .navi_button.navi_input,
.top-container .navi-container .navi_button.navi_input { display: none; }
.info-container .hasID .navi-container.hasTop .navi_button.navi_input,
.top-container .hasID .navi-container.hasTop .navi_button.navi_input {
    display: block;
}
.top-container .full-container .info { 
	display: block;
	width: inherit; 
}
.top-container .commonMenuBox {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", Sans-serif;
	color: #110;
	background: 0;
	padding: 0;
	text-shadow: none;
}
.top-container .commonMenuBox .titelement .title { 
	font-weight: bold; 
	font-size: 1.1em;
}
.top-container .commonMenuBox .infoelement { 
	max-width: 100%; 
	padding: 0;
}
.top-container .commonMenuBox .titelement a { 
	color: #836;
	font-weight: bold;
	text-decoration: underline; 
}
.top-container .commonMenuBox .titelement a:hover { 
	color: #a3c;
	text-decoration: none;
	transition: 0.3s linear;
}
.top-container .commonMenuBox .titelement a .productTitle { color: #a3c; }
.top-container .secCont,
.top-container .secCont .secList {
	background: transparent;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
}
.secCont .commonMenuBox .desc {
	margin-top: 10px;
	text-align: justify;
	text-shadow: none;
	font-family: initial;
}
.secCont .commonMenuBox .price {
	text-align: right;
	text-shadow: none;
	font-weight: bold;
	color: #330078;
}

.secCont.secNew {
	background: transparent;
	background-image: url(../images/top/newTop.jpg),url(../images/top/newBtm.jpg),url(../images/top/newBg.jpg);
	background-repeat: no-repeat,no-repeat,repeat-y;
	background-position: center top,center bottom,center top;
	position: relative;
	padding: 520px 0 80px;
	margin: 0 auto 10px;
}
.secCont.secNew .secInner {
	display: inline-flex;
	padding: 10px 85px;
}
.full-container .secNew .secInner.info { width: 650px; }

.top-container .secCatchInfo {
	background: url(../images/top/catchInfoBg.png) no-repeat center top;
	background-size: 100%;
	border-radius: 10px;
	border: 1px solid #335522;
	margin: 0 35px 0 auto;
	width: 580px;
}
.top-container .secCatchInfo.leftCI {
	margin: 0 auto 0 60px;
	width: 490px;
}
.top-container .secCatchInfo p {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #fff;
	display: block;
	padding: 18px;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.5em;
}
.top-container .secCatchInfo strong { color: #eab2f1; }
.top-container .secCatchInfo strong.green { color: #af9; }

.top-container .secRecommCatch {
    background: transparent url(../images/top/monthCatch.jpg) no-repeat center bottom;  
	min-height: 439px;
}
.top-container .secRecomm {
	background-image: url(../images/top/monthTop.jpg), url(../images/top/monthBtm.jpg), url(../images/top/monthBg.jpg);
	padding: 545px 0 70px;
}
.top-container .secRecomm .claireAudience {
	background: transparent url(../images/top/monthTop2.jpg) no-repeat center top;
	padding-top: 320px;
}
.top-container .secRecomm .claireSentiensu {
	background: transparent url(../images/top/monthTop3.jpg) no-repeat center top;
	padding-top: 320px;
}
.top-container .secRecomm .psychicCard {
	background: transparent url(../images/top/monthTop4.jpg) no-repeat center top;
	padding-top: 350px;
}
.top-container .secRecomm .secInnerInfo { padding: 15px 85px 20px; }

.top-container .secSpCatch {
    background: transparent url(../images/top/spCatch.jpg) no-repeat center bottom;
    min-height: 415px;
}
.top-container .secSpCatch .secInfo .secInner { 
	width: 580px;
	margin: 0 35px 0 auto; 
}
.top-container .secSpCatch .secInfo .lead {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: rgba(0,0,75,0.7);
	border-radius: 10px;
	padding: 15px 15px;
	font-size: 1.2em;
	text-align: left;
}
.top-container .secSpCatch .secInfo .lead:nth-child(even) { background: rgba(55,11,55,0.8); }
.top-container .secSpCatch .secInfo .lead a {   
	color: #ff3;
	text-decoration: underline; 
}
.top-container .secSpCatch .secInfo .lead a:hover { 
	color: #fff;
	text-decoration: none;
}
.top-container .secSpecial {
	position: relative;
	background-image: url(../images/top/spTop.jpg), url(../images/top/spBtm.jpg), url(../images/top/spBg.jpg);
	padding: 165px 145px 80px;
	margin-bottom: 20px;
}
.top-container .secSpecial .secInnerInfo:first-child { padding: 20px 0 10px; }
.top-container .secSpecial .secInnerInfo { padding: 10px 0; }

.top-container .secSpInpCatch {
    background: transparent url(../images/top/spInpCatch.jpg) no-repeat center top;
    min-height: 580px;
}
.top-container .secSpInp {
	position: relative;
	background-image: url(../images/top/spInpBg.jpg), url(../images/top/spInpBtm.jpg), url(../images/top/spInpBg.jpg);
	padding-bottom: 100px;
}
.top-container .secSpInp .secInnerInfo { padding: 0 85px 30px; }
.top-container .secSpInp .question { 
	background-image: none;
	padding: 0; 
}
.top-container .secSpInp .question .top-heading.self {
	background-image: url(../images/top/spInpFormTit1.jpg);
	padding: 100px 0 30px;
}
.top-container .secSpInp .question .top-heading.target {
	background-image: url(../images/top/spInpFormTit2.jpg);
	padding: 100px 0 30px;
}

.top-container .secPackSp {
	background-image: url(../images/top/packTop.jpg), url(../images/top/packBtm.jpg), url(../images/top/packBg.jpg);
	padding: 490px 0 85px;
}
.top-container .secPackSp .secInnerInfo { padding: 0 85px; }
.top-container .secPackSp .commonMenuBox .titelement .title { font-size: 1em; }
.top-container .secPackSp .secInnerInfo .desc,
.top-container .secPackSp .secInnerInfo .price { 
	font-size: 0.8em; 
}
.top-container .secPackSp .secInfo a {
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.top-container .secPackSp .secInfo .inrTop { padding: 0 45px; }
.top-container .secPackSp .secInfo .inrTop:nth-child(2) { 
	background: url(../images/top/packInrTop.jpg) no-repeat center top;
	padding-top: 220px;
}
.top-container .secPackSp .secInfo .inrTop a { 
	color: #060; 
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
}
.top-container .secPackSp .secInfo .inrTop.inrLove a { color: #903; }
.top-container .secPackSp .secInfo .inrTop.inrMarry a { color: #009; }

.top-container .secReview {
	background-image: url(../images/top/reviewTop.jpg), url(../images/top/reviewBtm.jpg), url(../images/top/reviewBg.jpg);
	padding: 210px 85px 85px;
}
.top-container .secReview .secInfo p { 
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #333333;
	font-size: 0.9em;
	font-weight: 400;
}
.top-container .secReview .secInfo a {
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.top-container .secReview .secInfo a.blue { color: #0700ed; }
.top-container .secReview .secInfo p .red { color: #B70066; }
.top-container .secReview .secInfo p .green { color: #080; }
.top-container .secReview .secInfo .secInner { padding: 15px 35px; }

.top-container .directLink {
	display: table;
	margin: 30px auto 0;
	max-width: 90%;
	width: 100%;
	color: #e8ca22;
	text-align: right;
	font-weight: bold;
}
.top-container .directLink:hover { color: #e8ca22; }
.top-container .directLink:visited { color: #c80; }
.top-container .naviCate {
	margin: 20px auto 0;
	text-align: center;
}
.top-container .naviCate a { display: inline-table; }
.top-container .naviCate .cateBtn {
	background: transparent no-repeat center top;
	display: inline-table;
	width: 260px;
	height: 90px;
	pointer-events: none;
}
.top-container .naviCate .cateBtn.cateLove { background-image: url(../images/top/naviLove.jpg); }
.top-container .naviCate .cateBtn.cateMarry { background-image: url(../images/top/naviMarry.jpg); }
.top-container .naviCate .cateBtn.cateLife { background-image: url(../images/top/naviLife.jpg); }
.top-container .naviCate a:hover .cateBtn { opacity: 0.8; }
.top-container .cateTop { padding: 0 10px; }
.top-container .cateTop .directLink {
    max-width: inherit;
    width: inherit;
    margin: 10px auto 15px;
    font-weight: normal;
	font-size: 0.9em;
	float: right;
	color: #c80;
}
.top-container .cateTop a.directLink:hover { color: #e8ca22; }
.top-container .secListing .secList { 
	position: relative;
	padding: 185px 40px 100px; 
}
.top-container .secCont .secLove { background-image: url(../images/top/loveTit.jpg), url(../images/top/loveBtm.jpg), url(../images/top/loveBg.jpg); }
.top-container .secCont .secMarry { background-image: url(../images/top/marrTit.jpg), url(../images/top/marrBtm.jpg), url(../images/top/marrBg.jpg); }
.top-container .secCont .secLife { background-image: url(../images/top/lifeTit.jpg), url(../images/top/lifeBtm.jpg), url(../images/top/lifeBg.jpg); }
.top-container .secListing .ichiInner {
	background: transparent;
	background-repeat: no-repeat,no-repeat,repeat-y;
	background-position: center top,center bottom,center top;
	background-image: url(../images/top/loveIchiTop.jpg),url(../images/top/loveIchiBtm.jpg),url(../images/top/loveIchiBg.jpg);
	background-size: 100%;
	padding: 60px;
}
.top-container .secCont .secMarry .ichiInner { background-image: url(../images/top/marrIchiTop.jpg), url(../images/top/marrIchiBtm.jpg), url(../images/top/marrIchiBg.jpg); }
.top-container .secCont .secLife .ichiInner { background-image: url(../images/top/lifeIchiTop.jpg), url(../images/top/lifeIchiBtm.jpg), url(../images/top/lifeIchiBg.jpg); }
.top-container .secListing .secInnerInfo {
	background: transparent;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: left top, left bottom, left top;
	background-image: url(../images/top/loveInrTop.jpg), url(../images/top/loveInrBtm.jpg), url(../images/top/loveInrBg.jpg);
	display: flex;
	padding: 12px 0;
	position: relative;
}
.top-container .secListing .secMarry .secInnerInfo { background-image: url(../images/top/marrInrTop.jpg), url(../images/top/marrInrBtm.jpg), url(../images/top/marrInrBg.jpg); }
.top-container .secListing .secLife .secInnerInfo { background-image: url(../images/top/lifeInrTop.jpg), url(../images/top/lifeInrBtm.jpg), url(../images/top/lifeInrBg.jpg); }

.top-container .secListing .titelement a:hover { color: #ff4335; }
.top-container .secListing .titelement {
	display: block;
	text-shadow: none;
}
.top-container .secListing .secInnerInfo .iconelement {
	width: 72px;
	height: 72px;
}
.top-container .secListing .secInnerInfo .titelement { padding-left: 80px; }

.top-container .secListing .titelement a .listTitle { color: #a3c; }
.top-container .secListing .titelement a:hover .listTitle { color: #a3c; }
.top-container .secListing .secLove .titelement a { color: #bf0031; }
.top-container .secListing .secLove .titelement a:hover { color: #e11d75; }

.top-container .secListing .secMarry .titelement a { color: #71009b; }
.top-container .secListing .secMarry .titelement a:hover { color: #b900ff; }

.top-container .secListing .secLife .titelement a { color: #00398f; }
.top-container .secListing .secLife .titelement a:hover { color: #0042ff; }

.top-container .secListing .secInnerInfo .secInner {
	display: inline-flex;
	width: 50%;
}
.top-container .secListing .secInnerInfo .secInner .float {
	padding: 20px 35px;
	min-height: 210px;
}
.top-container .secListing .secInnerInfo .desc {
	font-size: .85em;
	line-height: 1.4em;
	text-align: justify;
}
.top-container .secListing .secInnerInfo .price { font-size: .9em; }
.top-container .secListing .secInnerInfo.singleInr { width: 50.5%; } 
.top-container .secListing .secInnerInfo.singleInr .secInner { width: 100%; }
.top-container .secListing .secList .secInfo { position: relative; }
.top-container .secListing .secList .secInfo:before { 
	content: '';
	position: absolute;
	background: url(../images/top/llmInrImg.png) right center no-repeat;
	background-size: 100%;
	width: 365px;
	height: 315px;
	bottom: 0;
	right: 0;
}
/*#################### End top-container ######################*/

.result-container .secYudoMsg {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: transparent;
    background-image: url(../images/result/unmeiTopImg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: relative;
    padding: 20px 75px 30px;
    margin: 0 auto;
    text-align: left;
    max-width: 690px;
	min-height: 350px;
    font-size: 1.5em;
    line-height: 1.8em;
}
.result-container .secYudoMsg .float {
    background: url(../images/result/dateBg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 -30px 0 auto;
	padding: 10px 20px;
	width: 490px;
    border-radius: 10px;
    border: 1px solid #553322;
}
.result-container .secYudoMsg .float span { color: #ff3; }
.secYudo .komiInfo {
	background: transparent;
	background-image: url(../images/result/free/komiTopTit.png), url(../images/result/free/komiBtm.png), url(../images/result/free/komiBg.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center -5px, center bottom, center top;
	padding: 130px 0 60px;
	margin-bottom: 20px;
}
.secYudo .komiInfo .komiUl {
	margin: 0 auto;
	max-width: 500px;
}
.secYudo .komiInfo .komiUl li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
}
.secYudo .komiInfo .komiUl li:before {
	content: "";
	background: transparent url(../images/common/iconStar.gif) no-repeat center top;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 8px;
	left: 0;
}
.next_alert {
	margin: 0 auto;
    padding: 10px;
    max-width: 440px;
	width: 100%;
    height: auto;
	color: #ff9;
	font-size: 15px;
    border: solid #9a0a17 1px;
}
.buttonCatch { text-align: center; }

/* top-container | secFree */
.top-container .secFree {
	background: transparent url(../images/top/free/freeTop.jpg) no-repeat center top;
	padding-top: 140px;
    padding-bottom: 40px;
	text-align: center;
}
.top-container .secFree .productBtn {
	background: transparent url(../images/top/free/freeBtn4.png) no-repeat center top;
	display: inline-block;
	height: 250px;
	width: 100%;
}
.top-container .secFree a:hover .productBtn {
	background-position: center bottom;
}