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


/********************************
*** Header Part
********************************/
header{
	background: transparent url(../images/common/naviBg.png) no-repeat center top;
	min-height: 125px;
}
.navi-container {
	background: transparent;
	width: 100%;
	max-width: 690px;
	height: 48px;
	margin: 0 auto;
}
.navi-container .navi_btn {
	position: relative;
	background: transparent url(../images/common/button/naviSprite.png) no-repeat -2px top;
	top: 23px;
	width: 230px;
	height: 41px;
	margin: 0 auto;
}
.navi-container a:hover .navi_btn { background: transparent url(../images/common/button/naviSprite.png) no-repeat -2px bottom; }
.navi-container .navi_btn:before {
	content: "";
	position: relative;
	background: url(../images/common/button/naviTxt.png) no-repeat 46px 3px;
	display: table;
	top: 7px;
	width: 100%;
	height: 28px;
}
.navi-container .navi_profile:before { background-position: 46px -25px; }
.navi-container .navi_info:before { background-position: 46px -53px; }
/*.navi-container .navi_sample:before { background-position: 46px -129px; }*/
.navi-container .navi_input:before { background-position: 48px -81px; }

.breadcrumb {
	color: #eee;
	max-width: 760px;
	font-size: .8em;
	margin: 50px auto 15px;
	line-height: 1.5em;
	text-shadow: 0px 2px 2px #1a0267;
}
.breadcrumb a { color: #abc; }

.paid-container .navi-container { background: transparent; }
.navi-container .navi_btn.navi_sample,
.mIndex .navi-container a .navi_btn.navi_input, 
.paid-container .navi-container a, 
.input-container .navi-container a .navi_btn.navi_input { 
	display: none; 
}
/******************************** Header Part End ********************************/

.body-container .commonMenuBox .cmnInfo {
	color: #fbfdf3;
    background: url(../images/common/menu/cmnMenuBg.jpg) repeat-y center center;
    margin: 0 auto 0;
    padding: 0;
	max-width: 830px;
	font-size: 1.1em;
}
.body-container .commonMenuBox .cmnInfo h3 { text-shadow: 0 0 7px #8261ef; }
.body-container .commonMenuBox .cmnTop {
    background: url(../images/common/menu/cmnMenuTop.jpg) no-repeat center top;
	min-height: 60px;
}
.body-container .commonMenuBox .cmnBtm {
    background: url(../images/common/menu/cmnMenuBtm.jpg) no-repeat center bottom;
	min-height: 60px;
}
.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 .infoelement .titelement h3:first-child {
	color: #9476fb;
	font-size: 1.3em;
	margin-bottom: 2px;
	text-shadow: none;
}

.commonMenuBox .titelement { padding-left: 80px; }

/* icon: free, xiangyu, danlian, erdwl, ngrdxy, qihedu, jiehun, life, future, job, total, bulun, fuhuoai, qingyu, kulian, jwzh, nianyun, jueduan, fuyuan, lovedirection, rjkx, spdyx, suyuan, zhenxin, zhuanji, kaiyun, zaihun, lihun, ageDiff, yueyun, kindanLove, spdlq, nightqhd */
.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.future { 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.fuhuoai { 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.jwzh { background-image: url(../images/common/icon/icon16.png); }
.commonMenuBox .iconelement.nianyun { background-image: url(../images/common/icon/icon17.png); }
.commonMenuBox .iconelement.jueduan { background-image: url(../images/common/icon/icon18.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.rjkx { background-image: url(../images/common/icon/icon21.png); }
.commonMenuBox .iconelement.spdyx { background-image: url(../images/common/icon/icon22.png); }
.commonMenuBox .iconelement.suyuan { background-image: url(../images/common/icon/icon23.png); }
.commonMenuBox .iconelement.zhenxin { background-image: url(../images/common/icon/icon24.png); }

.commonMenuBox .iconelement.zhuanji { background-image: url(../images/common/icon/icon26.png); }
.commonMenuBox .iconelement.kaiyun { background-image: url(../images/common/icon/icon27.png); }
.commonMenuBox .iconelement.zaihun { background-image: url(../images/common/icon/icon28.png); }
.commonMenuBox .iconelement.lihun { background-image: url(../images/common/icon/icon29.png); }
.commonMenuBox .iconelement.ageDiff { background-image: url(../images/common/icon/icon30.png); }
.commonMenuBox .iconelement.yueyun { background-image: url(../images/common/icon/icon31.png); }
.commonMenuBox .iconelement.kindanLove { background-image: url(../images/common/icon/icon32.png); }
.commonMenuBox .iconelement.spdlq { background-image: url(../images/common/icon/icon33.png); }
.commonMenuBox .iconelement.nightqhd { background-image: url(../images/common/icon/icon34.png); }

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

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

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

.fixed-cont, .subbody-container { margin: 0 auto; }
.subbody-container { position: relative; }
.body-footer {
	background: transparent url(../images/common/mBg.jpg) repeat-y center top;
	color: #fff;
	padding: 20px 0;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
.body-footer .copyrightTxt {
	margin-top: 20px;
	text-align: center
}
.body-footer a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 2px 2px #1a0267;
}

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

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

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

.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: 42%;
    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: 35%; 
    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: 300px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.1em;
}
.free-container .secCommon .submit-btn { width: 340px; }
.free-container .submit-btn:hover { background-position: center -90px; }
.free-container .jiki-btn {
	position: absolute;
	background: transparent url(../images/result/type2/res_type2_btn.png) no-repeat center top;
	float: none;
	display: table;
	width: 490px;
	height: 220px;
	left: 175px;
	top: 180px;
	opacity: 0;
	animation: fadein 1.0s linear 9s 1 forwards;
}
.free-container .jiki-btn:hover { background: transparent url(../images/result/type2/res_type2_btn.png) no-repeat center bottom; }
/*################## Button End ##################*/

/*################## 
	info-container
##################*/
.info-container .section {
	color: #100;
	position: relative;
	background: transparent;
	background-image: url(../images/info/senjaTop.jpg), url(../images/info/senjaBtm.jpg), url(../images/info/senjaBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	margin: 0 auto 30px;
	max-width: 830px;
	font-size: 0.9em;
}
.info-container .section.profile { padding: 550px 0 80px; }
.info-container .section.profile .secInfo { padding: 20px 78px 30px; }
.info-container .section.profile .secInfo ul { padding: 0; }
.info-container .section.profile .secInfo ul li { margin-bottom: 20px; }
.info-container .section.profile .secInfo ul li span {
	display: block;
	color: #100;
	font-weight: bold;
}
.info-container .section.profile .secInner {
	background: transparent url(../images/info/proMsgTit.jpg) no-repeat center top;
	padding: 130px 78px 0px;
}
.info-container .section.profile .proSign {
	background: url(../images/info/proNm.gif) no-repeat;
	width: 250px;
	height: 25px;
	margin: 0 0 0 auto;
}
/*###### End Profile ######*/

.info-container .section.about { padding: 325px 0 80px; }
.info-container .section.about { 
	color: #fff;
	background-image: url(../images/info/jutsuTop.jpg), url(../images/info/jutsuBtm.jpg), url(../images/info/jutsuBg.jpg); 
}
.info-container .abtSec .paragraph {
	background: transparent no-repeat left top;
	padding: 0 78px;
	margin: 0 auto;
}
.info-container .abtSec .abtTit {
	margin: 0 auto;
	height: 365px;
}
.info-container .abtSecTit .abtTit { 
	margin: 0 auto;
	height: inherit;
}
.info-container .abtSecTit .paragraph { padding: 0 78px; }
.info-container  .abtSec1 .abtTit { 
	background: url(../images/info/aboutTop1.jpg) no-repeat top center; 
	height: 450px;
}
.info-container .abtSec2 .abtTit { background: url(../images/info/aboutTop2.jpg) no-repeat top center; }
.info-container .abtSec3 .abtTit { background: url(../images/info/aboutTop3.jpg) no-repeat top center; }

/*###### End About ######*/
/*################## 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: 380px;
	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: 180px 0 90px;
}
.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: 590px;
	font-size: 1em;
	line-height: 1.5em;
	z-index: 33;
}
.komi ul li {
	color: #ddccbb;
	background: transparent url(../images/input/komiSprite.png) no-repeat left top;
	padding-left: 32px;
	margin-top: 14px;
	background-size: 24px;
}
.komi ul li br { display: none; }

/*######### question #########*/
.input-container .formCatch {
	background: transparent url(../images/input/formCatch.jpg) no-repeat center top;
	display: table;
	margin: 0 auto;
	padding-top: 150px;
	width: 100%;
}
.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: 135px;
}

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

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

.question .top-heading.target {
	padding: 100px 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: #1a150e;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: right;
	text-shadow: 0px 0px 2px #d9a1c8, 1px 0px 2px #884697, 0px 0px 0px #d4b5d9;
}
.question form span.inbold { 
    color: #000;
    font-size: 1.2em;
	text-shadow: none;
}

.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: 22px;
    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: 110px;
	height: 40px;
	margin-right: -16px;
}
.question .inputRow .attention {
	display: table;
	margin: 0 auto;
	font-size: 0.9em;
}
.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 7px; }
.question .rGender span {
	position: relative;
	top: 0px;
}
.question .target .rGender { position: relative; z-index: 0; }
.question .target .rGender:before { 
	content: '';
	position: absolute; 
	background: transparent url(../images/common/spacer.png) repeat center top;
	width: 150px;
	height: 30px;
	cursor: default;
	z-index: 9;
}
.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 #8e8e8e 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 { 
	display: inline-block;
	margin: 0 auto;
	text-decoration: none; 
}
span.spanError:before { top: 0px; }
/*################## input-container End ##################*/

/*########################## 
	result-container   
##########################*/
.result-container .secListing .listJuuyou .secInList,
.result-container .secListing .listJuuyou .secTitle,
.result-container .secListing .listJiki .secTitle,
.result-container .secListing .listJiki .secInfo .secInList,
.result-container .secListing .listCommonList .secInList,
.result-container .secListing .listInnCmn .secInList,
.result-container .secListing .listSpCmnTop .secInList { 
	display: none; 
}
.result-container .secListing .listJiki .secInfo .secInList,
.result-container .scroll_box {
	overflow: hidden;
	display: none;
}

/*######### secGreeting #########*/
.result-container .subbody-container {
	color: #fff;
	max-width: 860px;
}
.result-container .res_headline2,
.result-container .res_headline {
	color: #fff;  
	font-size: 1.2em;
	text-align: center;
	line-height: 1.4;
	margin: 10px auto;
	text-indent: 0;
}
.result-container .res_headline {
	text-indent: 0;
	text-shadow: 0 0 5px #c539ff, 0 0 8px #c539ff, 0 0 10px #c539ff;
}
.result-container .res_headline2 { text-shadow: 0 0 10px #ff0078, 0 0 10px #ff0078, 0 0 20px #ff0078; }
/*** secGreeting ***/
.result-container .secGreeting {
	color: #fff;
	position: relative;
	background: url(../images/result/greetingBg.jpg) no-repeat center bottom;
    min-height: 400px;
    padding: 35px 65px 20px;
	font-weight: bold;
	text-shadow: 0 0 5px #000, 0 0 8px #000, 0 0 10px #000;
}
.result-container .secGreeting .greetingInfo .paragraph { 
	width: 395px;
	padding-top: 35px;
	font-size: 1.2em;
	line-height: 1.4;
}
.result-container .secGreeting .greetingInfo .paragraph p { text-indent: 20px; }
.result-container .secGreeting .greetingInfo .paragraph i { font-style: inherit; }
/*** End secGreeting ***/

/*######### secCommon #########*/
.result-container .secCommon {
	background: transparent url(../images/result/cmnTopOne.jpg) no-repeat center top;
	background-size: 100%;
	padding: 170px 0 30px;
}
.two-1.result-container .secCommon { background: transparent url(../images/result/cmnTopTwo.jpg) no-repeat center top; }
.result-container .secCommon .secCmnFmTopTit {
	background: url(../images/result/cmnFmTopTit.jpg) no-repeat center top;
	background-size: 100%;
  	max-width: 840px;
	height: 85px;
	padding-top: 55px; 
	margin: 0 auto;
	text-shadow: 0 0 10px #5400ff, 0 0 10px #5400ff, 0 0 20px #5400ff;
}
.result-container .secCommon .secCmnFmTopTit .paragraph { 
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0 80px; 
}
.result-container .secCommon .secUser .profile { 
	display: flex;
	background-color: #000;
	width: 85%;
	margin: 15px auto;
	padding: 10px;
	border: 2px double #cfa5ed;
}
.result-container .secCommon .secUser .profile .userNm,
.result-container .secCommon .secUser .profile .targetNm {
	width: 50%;
	text-align: center;
}
.two-0.result-container .secCommon .secUser .profile .userNm { width: 100%; }
.result-container .secCommon .secUser .profile .userNm span:first-child,
.result-container .secCommon .secUser .profile .targetNm span:first-child {
	display: block;
}
.result-container .secCommon .secUser .profile .userNm { color: #f3eab1; }
.two-1.result-container .secCommon .secUser .profile .targetNm { color: #e0c082; }
.two-1.result-container .secCommon .secUser #birthday { display: none; }

.result-container .secCommon .cmnSpTop { 
	background-image: url(../images/result/cmnLstSpTop.jpg), url(../images/result/cmnLstSpBtm.jpg), url(../images/result/cmnLstSpBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100%;
	box-sizing: border-box;
	margin: 20px auto 10px;
	padding: 60px;
}
.result-container .secCommon .cmnSpTop p {
	font-size: 1.2em;
	line-height: 1.4;
} 
.result-container .secCommon .cmnSpTop p i { font-style: normal; } 
.result-container .secCommon .secTitle {
	color: #fff;
	background: transparent;
	background-image: url(../images/result/rsltLstTitTop.jpg), url(../images/result/jikiTitBtm.jpg), url(../images/result/rsltLstTitBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100%;
/*	position: relative;*/
	padding: 60px 0;
	margin: 0 auto 12px;
	font-weight: bold;
	max-width: 840px;
	text-shadow: 0 0 15px #5400ff, 0 0 15px #5400ff, 0 0 20px #5400ff;
}

 /* ----------------------
 * .res_sub_boxe
 *---------------------- */
.result-container .res_title4 {
	color: #fff;
	max-width: 700px;
	margin : 10px auto;
	font-size: 1.2em;
	line-height: 1.4;
	text-align: left;
	text-shadow: 0 0 10px #8e00d0, 0 0 10px #8e00d0, 0 0 10px #8e00d0, 0 0 10px #8e00d0, 0 0 10px #8e00d0, 0 0 10px #8e00d0, 0 0 10px #8e00d0, 0 0 10px #8e00d0;
}
.result-container .res_date {
	color: #fff;
	margin : 0 auto;
	font-size: 3.5em;
	line-height: 1;
	text-shadow: 0 0 25px #f20770, 0 0 25px #f20770, 0 0 25px #f20770, 0 0 25px #f20770, 0 0 25px #f20770;
}
.result-container .res_textbox1 {
/*	position: relative;*/
	background-image: url(../images/result/cmnLstSpTop.jpg), url(../images/result/cmnLstSpBtm.jpg), url(../images/result/cmnLstSpBg.jpg);
	 background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100% auto;
	margin: 20px auto 10px;
	padding: 60px;
	width: 840px;
	text-align: left;
	box-sizing: border-box;
}
.result-container .res_textbox1 .anime2 p {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 30px;
	text-shadow: 0 0 10px #ff0078, 0 0 10px #ff0078, 0 0 20px #ff0078;
}
.result-container .res_textbox1.imgbox div.clearfix img {
	width: 250px;
	float: right;
}
.result-container .res_textbox2 {
	background-image: url(../images/result/cmnLstTop.jpg), url(../images/result/cmnLstBg.jpg), url(../images/result/cmnLstBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100% auto;
	margin: 0 auto;
	padding-top: 40px;
	width: 840px;
	color: #fff;
	box-sizing: border-box;
}
.result-container .res_textbox3 {
	display: block;
	color: #fff;
	background-color: rgba(170,0,138,0.6);
	border-radius: 10px;
	box-shadow: 0px 0px 10px #fff,0px 0px 10px #fff;
	width: 740px;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	letter-spacing: 0.05em;
	text-indent: -1px;
	text-shadow: 0px 1px 10px #000,0px 1px 10px #000;
}
.result-container .res_textbox1 .text_img_m3,
.result-container .res_textbox2 .text_img_m3,
.result-container .res_textbox3 .text_img_m3,
.result-container .res_textbox1 .res_sub_box,
.result-container .res_textbox2 .res_sub_box,
.result-container .res_textbox3 .res_sub_box {
	margin: 0 auto;
}

/* ----------------------
 * result_type1
 *---------------------- */
.two-0 .res_type1_bg2,
.two-1 .res_type1_bg2 {
	position: relative;
	overflow: hidden;
	width: 840px;
	height: 600px;
	margin: 0 auto;
}
.two-0 .res_type1_bg2 { background: url(../images/result/cmnLstImgBgOne.jpg) no-repeat; }
.two-1 .res_type1_bg2 {	background: url(../images/result/cmnLstImgBgTwo.jpg) no-repeat; }
.res_type1_bg1 img,
.res_type1_bg2 img {
	position: absolute;
	box-sizing: border-box;
	width: 170px;
	height: 170px;
}
.res_type1_bg1 img.p_a {
	left: 335px;
	bottom: 20px;
}
.res_type1_bg1 img.p_b {
	left: 20px;
	top: 300px;
}
.res_type1_bg1 img.p_c {
	left: 190px;
	top: 200px;
}
.res_type1_bg1 img.p_d {
	right: 190px;
	top: 200px;
}
.res_type1_bg1 img.p_e {
	right: 20px;
	top: 300px;
}
.res_type1_bg1 img.p_f {
	left: 150px;
	top: 20px;
}
.res_type1_bg1 img.p_g {
	right: 150px;
	top: 20px;
}
.res_type1_bg1 img.p_h { display: none; }
.res_type1_bg2 img.p_a {
	left: 20px;
	top: 300px;
}
.res_type1_bg2 img.p_b {
	left: 150px;
	top: 390px;
}
.res_type1_bg2 img.p_c {
	left: 335px;
	bottom: 100px;
}
.res_type1_bg2 img.p_d {
	right: 150px;
	top: 390px;
}
.res_type1_bg2 img.p_e {
	right: 20px;
	top: 300px;
}
.res_type1_bg2 img.p_f {
	left: 50px;
	top: 30px;
}
.res_type1_bg2 img.p_g {
	left: 335px;
	top: 30px;
}
.res_type1_bg2 img.p_h {
	right: 50px;
	top: 30px;
}
.menu_01 img.p_a,
.menu_02 img.p_b,
.menu_03 img.p_a,
.menu_04 img.p_e,
.menu_05 img.p_d,
.menu_06 img.p_c,
.menu_07 img.p_e,
.menu_08 img.p_a,
.menu_09 img.p_e,
.menu_10 img.p_d,
.menu_11 img.p_b,
.menu_12 img.p_c,
.menu_13 img.p_a,
.menu_14 img.p_b,
.menu_15 img.p_e,
.menu_16 img.p_d {
	width: 300px;
	height: 300px;
}
.menu_01 img.p_a,
.menu_06 img.p_c,
.menu_12 img.p_c {
	left: 270px;
}
.menu_01 img.p_g { display: none; }
.menu_04 img.p_d,.menu_15 img.p_h{ right: 250px; }
.menu_05 img.p_d{ right: 60px; }
.menu_07 img.p_e,.menu_15 img.p_e{ top: 120px; }
.menu_10 img.p_d,.menu_16 img.p_d{ top: 270px; }
.menu_11 img.p_b,.menu_14 img.p_b{ left: 30px; top: 300px; }
.menu_15 img.p_e{ right: 0; }
.res_type1_setbox {
	width: 760px;
	margin: 10px auto 35px;
}
.res_type1_setbox p.text3 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4;
	text-align: left;
}
.res_type1_motibox {
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	float: left;
	width: 300px;
	height: 214px;
	margin: 0 10px 0 0;
	text-align: center;
}
.two-0 .res_type1_motibox.menu_01 { background-image: url(../images/result/cmnLstImgBgOne.jpg); }
.two-0 .res_type1_motibox.menu_06 { background-image: url(../images/result/cmnLstImgBgOne.jpg); }
.two-1 .res_type1_motibox.menu_01 { background-image: url(../images/result/cmnLstImgBgTwo.jpg); }
.two-1 .res_type1_motibox.menu_06 { background-image: url(../images/result/cmnLstImgBgTwo.jpg); }
.res_type1_motibox img{
	/*width: 200px;
	height: auto;
	margin-top: 7px;*/
	width: 170px;
	height: auto;
}

[class^="res_type1_anime"] {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.res_type1_anime1_1 {background-image: url(../images/result/type1/res_type1_anime1.jpg);}
.res_type1_anime1_2 {background-image: url(../images/result/type1/res_type1_anime2.jpg);}
.res_type1_anime1_3 {background: rgba(255,255,255,1.00);}
.res_type1_anime1_4 {background-image: url(../images/result/type1/res_type6_mask1.png);}
.res_type1_anime2 {background-image: url(../images/result/type1/res_type1_hand.png);}
.res_type1_anime3 {background-image: url(../images/result/type1/res_type1_line.png);}
.res_type2_bg .res_type1_anime3 {background-image: url(../images/result/type2/res_type2_line.png);}

.res_type1_bg3 {
	position: relative;
	background: url(../images/result/juuyouCatchBg.jpg) no-repeat;
	background-size: 100%;
	width: 840px;
	height: 340px;
	margin: 0 auto;
}
.two-0 .res_type1_bg3_anime1,
.two-1 .res_type1_bg3_anime1 {
	position: absolute;
	background-size: 100%;
	width: 840px;
	height: 340px;
	left: 0;
	top: 0;
}
.two-0 .res_type1_bg3_anime1 { 
	background: url(../images/result/juuyouCatchOne.jpg) no-repeat;
	background-size: 100%;
}
.two-1 .res_type1_bg3_anime1 { 
	background: url(../images/result/juuyouCatchTwo.jpg) no-repeat;
	background-size: 100%;
}
.res_type1_motibox2 {
	position: relative;
	background: url(../images/result/juuyouImgBg.jpg) no-repeat;
	width: 780px;
	height: 250px;
	margin: 0 auto;
}
.res_type1_motibox2 img {
	position: absolute;
	width: auto;
	height: 170px;
}
.res_type1_motibox2 img:nth-of-type(1) {	
	top: 0; 
	left: 225px; 
	height: 250px;
}
.res_type1_motibox2 img:nth-of-type(2) {	
	top: 0; 
	left: 0;
}
.datebox strong{
	display: block;
	font-size: 1.8em;
}
/* ----------------------
 * result_type1
 *---------------------- */

/* ----------------------
 * result_type2
 *---------------------- */
.res_type2_bg {
	width: 840px;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
}
.res_type2_type1_box,
.res_type2_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.res_type2_motibox {
	position: absolute;
	top: 0;
	left: 0;
	width: 840px;
	min-height: 600px;
}
.two-0 .res_type2_motibox.type2 { background: url(../images/result/cmnLstImgBgOne.jpg) no-repeat; }
.two-1 .res_type2_motibox.type2 { background: url(../images/result/cmnLstImgBgTwo.jpg) no-repeat; }
.res_type2_motibox img {
	position: absolute;
	top: 75px;
	left: 195px;
	width: 450px;
	height: auto;
}
.res_type2_date {
	color: #ff0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	font-size: 3.5em;
	line-height: 1;
	text-align: center;
	text-shadow: 0px 1px 10px #ff006c,0px 1px 10px #ff006c;
}
.res_type2_headline {
	color: #fff;
	width: 700px;
	margin: 0 auto 20px;
	font-size: 1.2em;
	line-height: 1.4;
	text-shadow: 0px 1px 10px #ff006c,0px 1px 10px #ff006c;
}
.res_type2_clock,
.res_type2_clock div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/result/type2/res_type2_clock_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.res_type2_clock div:nth-of-type(1) { background-image: url(../images/result/type2/res_type2_clock_3.png); }
.res_type2_clock div:nth-of-type(2) { background-image: url(../images/result/type2/res_type2_clock_2.png); }
/* ----------------------
 * result_type2
 *---------------------- */

/* ----------------------
 * animation
 *---------------------- */
.motif1 img[class^="p_"],
[class^="res_type1_anime"],
.res_textbox1.imgbox img,
.scroll_box2 p,
.res_type1_motibox2 img,
.res_type1_bg3 div,
.res_type2_motibox,
.res_type2_motibox img,
.res_type2_motibox .res_type2_date,
.res_type2_clock,
.res_type2_clock div,
.res_type2_btn a,
.res_type2_btn input,
.res_free_light {
	opacity: 0;
}

@keyframes fadeinout2 {
    0% {opacity: 1;}
    50% {opacity: 0.5;}
    100% {opacity: 1;}
}

.res_type1_motibox.menu_01.p_a img {transform: translate(0px,90px) scale(0.375);}
.res_type1_motibox.menu_01.p_b img {transform: translate(-110px,50px) scale(0.375);}
.res_type1_motibox.menu_01.p_c img {transform: translate(-55px,20px) scale(0.375);}
.res_type1_motibox.menu_01.p_d img {transform: translate(55px,20px) scale(0.375);}
.res_type1_motibox.menu_01.p_e img {transform: translate(110px,50px) scale(0.375);}
.res_type1_motibox.menu_01.p_f img {transform: translate(-70px,-45px) scale(0.375);}
.res_type1_motibox.menu_01.p_g img {transform: translate(70px,-45px) scale(0.375);}

.res_type1_motibox.menu_06.p_a img {transform: translate(-110px,50px) scale(0.375);}
.res_type1_motibox.menu_06.p_b img {transform: translate(-70px,80px) scale(0.375);}
.res_type1_motibox.menu_06.p_c img {transform: translate(0px,60px) scale(0.375);}
.res_type1_motibox.menu_06.p_d img {transform: translate(70px,80px) scale(0.375);}
.res_type1_motibox.menu_06.p_e img {transform: translate(110px,50px) scale(0.375);}
.res_type1_motibox.menu_06.p_f img {transform: translate(-100px,-40px) scale(0.375);}
.res_type1_motibox.menu_06.p_g img {transform: translate(0px,-40px) scale(0.375);}
.res_type1_motibox.menu_06.p_h img {transform: translate(100px,-40px) scale(0.375);}

.anime1 .res_type1_anime1_1 {animation: fadein 0.5s linear 0s 1 forwards, fadeout 0.1s linear 3.5s 1 forwards;}
.anime1 .res_type1_anime1_4 {animation:fadein 1.0s linear 0.5s 1 forwards, fadeout 0.5s linear 4.5s 1 forwards;}
.anime1 .res_type1_anime1_2 {animation: fadein 2.0s linear 1.5s 1 forwards, fadeout 0.1s linear 4.0s 1 forwards;}
.anime1 .res_type1_anime1_3 {animation: fadein 2.0s linear 2.0s 1 forwards, fadeout 0.5s linear 4.0s 1 forwards;}

.anime1 .res_type1_anime2 {animation: fadein 0.5s linear 4.8s 1 forwards, fudeji 4s ease 5.5s 1 forwards, fadeout 0.5s linear 9.5s 1 forwards;}
.anime1 .res_type1_anime3 {animation: fadein 1.0s ease-in 9.0s 1 forwards, fadeout 1.0s linear 10.6s 1 forwards;}

.anime1 img[class^="p_"] {animation: fadein 1.0s linear 0s 1 forwards;}
.anime1.res_type1_bg1 img.p_b {animation-delay: 10.0s;}
.anime1.res_type1_bg1 img.p_f,
.anime1.res_type1_bg1 img.p_g {animation-delay: 10.1s;}
.anime1.res_type1_bg1 img.p_c {animation-delay: 10.2s;}
.anime1.res_type1_bg1 img.p_a {animation-delay: 10.3s;}
.anime1.res_type1_bg1 img.p_d {animation-delay: 10.4s;}
.anime1.res_type1_bg1 img.p_e {animation-delay: 10.5s;}
.anime1.res_type1_bg2 img.p_a {animation-delay: 10.6s;}
.anime1.res_type1_bg2 img.p_f,
.anime1.res_type1_bg2 img.p_g {animation-delay: 10.1s;}
.anime1.res_type1_bg2 img.p_b {animation-delay: 10.2s;}
.anime1.res_type1_bg2 img.p_c {animation-delay: 10.3s;}
.anime1.res_type1_bg2 img.p_h {animation-delay: 10.4s;}
.anime1.res_type1_bg2 img.p_d {animation-delay: 10.5s;}
.anime1.res_type1_bg2 img.p_e {animation-delay: 10.6s;}

.anime1 .res_free_light {animation: fadein 1.0s linear 10.7s 1 forwards, fadeinout2 3s linear 11.7s infinite;}

.anime2 img {animation: fadein 0.5s linear 0.3s 1 forwards;}
.anime2 .scroll_box2 p {animation: fadein 0.5s linear 1.0s 1 forwards;}

.anime2 .res_type1_motibox img {transform: translate(0px,22px) scale(1.18) !important; transition: transform 1.5s ease-in-out 0.5s; animation: none;}
.anime2 .res_type1_motibox + .scroll_box2 p {animation: fadein 0.5s linear 1.5s 1 forwards;}

.anime3 .res_type1_bg3 div {animation: fadein 0.5s linear 0.3s 1 forwards;}
.anime3 .res_type1_motibox2 img:nth-of-type(1) {animation: fadein 1.0s linear 0.8s 1 forwards;}
.anime3 .res_type1_motibox2 img:nth-of-type(2) {animation: fadein 1.5s ease-in 2.3s 1 forwards;}

.anime4 .res_type2_clock {animation: fadein 1.0s linear 0.3s 1 forwards, fadeout 3.1s linear 2.2s 1 forwards;}
.anime4 .res_type2_clock div:nth-of-type(1) {animation: fadein 1.0s linear 0.3s 1 forwards, shand 4.0s linear 1.3s 1 forwards;}
.anime4 .res_type2_clock div:nth-of-type(2) {animation: fadein 1.0s linear 0.3s 1 forwards, lhand 4.0s linear 1.3s 1 forwards;}
.anime4 .res_type2_type1_box {animation: sucked 3.0s ease-in 1.8s 1 forwards;}
.anime4 .res_type1_anime2 {animation: fadein 0.5s linear 5.3s 1 forwards, fudeji2 1s linear 6s 1 forwards, fadeout 1.0s linear 7s 1 forwards;}
.anime4 .res_type1_anime3 {animation: fadein 1.0s ease-in 7s 1 forwards, fadeout 1.0s linear 8.8s 1 forwards;}
.anime4 .res_type2_motibox,
.anime4 .res_type2_motibox img,
.anime4 .res_type2_motibox .res_type2_date,
.anime4 .res_type2_btn a,
.anime4 .res_type2_btn input {
	animation: fadein 1.0s linear 9s 1 forwards;
}
.anime_end .res_type2_mask { display: none; }

@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeinout {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fudeji {
	12.5% {transform: translate(-40px, 330px);}
	25% {transform: translate(290px, -60px);}
	37.5% {transform: translate(90px, 420px);}
	50% {transform: translate(350px, 200px);}
	62.5% {transform: translate(300px, 380px);}
	75% {transform: translate(480px, 270px);}
	87.5% {transform: translate(450px, 400px);}
	100% {transform: translate(780px, 340px);}
}
@keyframes fudeji2 {
	10% {transform: translate(280px, 340px);}
	20% {transform: translate(350px, 330px);}
	30% {transform: translate(420px, 300px);}
	40% {transform: translate(470px, 190px);}
	50% {transform: translate(440px, 90px);}
	60% {transform: translate(340px, 30px);}
	70% {transform: translate(160px, 150px);}
	80% {transform: translate(170px, 250px);}
	90% {transform: translate(380px, 400px);}
	100% {transform: translate(660px, 420px);}
}
@keyframes sucked {
	0% {opacity: 1; transform: scale(1) rotate(0deg);}
	100% {opacity: 0; transform: scale(0.3) rotate(45deg);}
}
@keyframes shand {
	0% {opacity:1; transform: rotate(0deg);}
	30% {opacity:1; transform: rotate(30deg);}
	100% {opacity: 0; transform: rotate(360deg);}
}
@keyframes lhand {
	0% {opacity:1; transform: rotate(0deg);}
	30% {opacity:1; transform: rotate(360deg);}
	100% {opacity: 0; transform: rotate(4320deg);}
}
/* ----------------------
 * animation
 *---------------------- */
/*######### secCommon End #########*/

/*######### secListing #########*/
.result-container .secListing {
    background: transparent;
    background-image: url(../images/result/cmnLstBtm.jpg), url(../images/result/cmnLstBg.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center top;
	padding-bottom: 40px;
}
.result-container .secCommon .cmnSpTop  strong,
.result-container .secListing .secInfo  strong,
.result-container .secListing .res_sub_box p.text3 strong, 
.result-container .secListing .res_rec_bg strong, 
.result-container .res_bg strong {
	color: #ff0;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}
.result-container .secListing .fixed-cont { width: 840px; }	
.result-container .secListing .listJuuyou .juuyouTitle,
.result-container .secListing .listJiki .jikiTitle,
.result-container .secListing .secTitle {
	color: #fff;
    background: transparent;
    background-image: url(../images/result/rsltLstTitTop.jpg), url(../images/result/rsltLstTitBtm.jpg), url(../images/result/rsltLstTitBg.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center top;
    background-size: 100%;
    margin: 0 auto 12px;
    padding: 60px 0;
    max-width: 840px;
	font-weight: bold;
	text-shadow: 0 0 15px #5400ff, 0 0 15px #5400ff, 0 0 20px #5400ff;
}
.result-container .secListing .listJuuyou .juuyouTitle .paragraph,
.result-container .secListing .listJiki .jikiTitle .paragraph,
.result-container .secCommon .secTitle .paragraph,
.result-container .secListing .secTitle .paragraph {
	padding: 0 80px; 
	font-size: 1.2em;
	text-align: center;
}
.result-container .secListing .secList {
	color: #fff;
	background: transparent;
	background-image: url(../images/result/rsltLstTitTop2.jpg), url(../images/result/rsltLstBg.jpg);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-y;
	padding: 60px 0 30px;
}
.result-container .secListing .secInfo { min-height: 120px; }
.result-container .secListing .innerList .paragraph,
.result-container .secListing .secInList .paragraph {
	position: relative;
	padding: 0px 80px;
	z-index: 2;
}
/*######### secListing End #########*/

/*########################## 
		listSpCmnTop
##########################*/
.result-container .secListing .listSpCmnTop.secList {
	background-image: url(../images/result/rsltLstTitTop2.jpg), url(../images/common/cmnLstBg.jpg);
	padding: 60px 0 0;
}
.result-container .secListing .listInnCmn .secTitle,
.result-container .secListing .listCommonList .secTitle,
.result-container .secListing .listSpCmnTop .secTitle { 
	background-image: url(../images/result/cmnTitTop.jpg), url(../images/result/cmnTitBtm.jpg), url(../images/result/cmnTitBg.jpg); 
	margin: 0 auto;
	text-shadow: 0 0 10px #ff0078, 0 0 10px #ff0078, 0 0 20px #ff0078;
}
.result-container .secListing .listCommonList .secInfo .paragraph,
.result-container .secListing .listSpCmnTop .secInfo .paragraph { 
	padding-bottom: 30px; 
}
.result-container .secListing .listCommonList .scroll_box2 p,
.result-container .secListing .listSpCmnTop .scroll_box2 p,
.result-container .secListing .listInnCmn .scroll_box2 p {
	font-size: 1.2em;
	line-height: 1.4;	
}
/*####### listSpCmnTop End #######*/

/*###################################### 
		listInnCmn / listCommonList
###################################### */
.result-container .secListing .listCommonList.secList,
.result-container .secListing .listInnCmn.secList {
	background-image: url(../images/result/cmnLstBtm.jpg), url(../images/result/cmnLstBg.jpg);
	padding: 40px 0 30px;
}
.result-container .secListing .listCommonList.secList { padding: 0 0 30px; }
/*####### listInnCmn / listCommonList End #######*/

/*########################## 
		spTop
##########################*/
.result-container .secListing .listSpTop.secList {
	background-image: url(../images/result/cmnLstBtm.jpg), url(../images/result/rsltLstBg.jpg);
	padding: 40px 0 30px;
}
.result-container .secListing .listSpTop .secTitle { background-image: url(../images/result/rsltLstTitTop.jpg), url(../images/result/rsltLstTitBtm.jpg), url(../images/result/rsltLstTitBg.jpg); }
/*####### spTop End #######*/

/*########################## 
	spTop for JikiBtm
##########################*/
.result-container .secListing .listSpTopJikiBtm.secList {
	background: url(../images/result/rsltLstBg.jpg) repeat-y center top;
	padding: 0 0 30px;
}
.result-container .secListing .listSpTopJikiBtm .secTitle { background-image: url(../images/result/jikiTitTop.jpg), url(../images/result/rsltLstTitBtm.jpg), url(../images/result/rsltLstTitBg.jpg); }
/*####### spTop for JikiBtm End #######*/

/*########################## 
		juuyou
##########################*/
.result-container .secListing .listJuuyou { padding: 0; }
.result-container .secListing .listJuuyou .juuyouTitle { 
	background-image: url(../images/result/juuyouTitTop.jpg), url(../images/result/juuyouTitBtm.jpg), url(../images/result/juuyouTitBg.jpg); 
	text-shadow: 0 0 10px #ff0078, 0 0 10px #ff0078, 0 0 20px #ff0078;
}
.result-container .secListing .listJuuyou .secInfo .spJuuyouTop { 
	background: url(../images/result/cmnLstBtm.jpg) no-repeat center top;
	background-size: 100%;
	padding-top: 40px; 
}
.result-container .secListing .listJuuyou .secInfo .juuyouTop { 
	background: url(../images/result/rsltLstTitTop2.jpg) no-repeat center top;
	background-size: 100%;
	padding-top: 60px; 
}
.result-container .secListing .listJuuyou .innerList { padding-bottom: 30px; }
/*####### juuyou End #######*/

/*########################## 
		truth
##########################*/
.result-container .secListing .listTruth.secList {
	background-image: url(../images/result/rsltLstTitTop2.jpg), url(../images/result/cmnLstBg.jpg);
	padding: 60px 0 30px;
}
.result-container .secListing .listTruth .secTitle {
    background-image: url(../images/result/rsltLstTitTop.jpg), url(../images/result/jikiTitBtm.jpg), url(../images/result/rsltLstTitBg.jpg);
	margin-bottom: 0;
}
.result-container .secListing .listTruth .truthMsg {
	position: relative;
	background-image: url(../images/result/truthCatch.jpg), url(../images/result/cmnLstTop.jpg); 
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100%;
	min-height: 460px;
	margin: 0 auto;
}
.result-container .secListing .listTruth .truthMsg p {
	color: #fff;
	background-color: rgba(96,25,135,0.6);
	box-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
	border-radius: 10px;
	float: left;
	width: 450px;
	padding: 15px;
	margin: 80px 0 0 60px;
	text-align: left;
	font-size: 1.1em;
	text-shadow: 0px 1px 10px #000, 0px 1px 10px #000;
	word-break: break-all;
	word-wrap: break-word;
}
.result-container .secListing .listTruth .truthMsg p strong {
	color: #ff0;
	font-size: 1.8em;
	line-height: 1.8;
	text-align: center;
	text-shadow: 0px 1px 10px #ff006c, 0px 1px 10px #ff006c;
}
/*####### truth End #######*/

/*########################## 
		Jiki
##########################*/
.result-container .secListing .listJiki.secList {
	background: transparent;
	background-image: url(../images/result/rsltLstTitTop2.jpg), url(../images/common/mBg.jpg);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-y;
	width: 840px;
	margin: 0;
	padding: 60px 0 10px;
	overflow: hidden;
}
.result-container .secListing .listJiki .jikiListMsg .jikiCatch{
	background: transparent url(../images/result/jikiCatch.jpg) no-repeat center top;
	height: 190px;
}
.result-container .secListing .listJiki .jikiTitle { background-image: url(../images/result/jikiTitTop.jpg), url(../images/result/jikiTitBtm.jpg), url(../images/result/jikiTitBg.jpg); }
.result-container .secListing .listJiki .secInfo .innerList { 
	color: #fff;
	background-color: rgba(170,0,138,0.6);
	box-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
	border-radius: 10px;
	width: 740px;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	text-shadow: 0px 1px 10px #000, 0px 1px 10px #000;
}
.result-container .secListing .listJiki .secInfo .innerList .paragraph { padding: 0 20px; } 
/*####### Jiki End #######*/

/*######### 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: 86px;
    height: 150px;
}
.free-container .secCommon .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: 92px;
    height: 173px;
}
.free-container .blur a { 
	display: table;
	margin: 0 auto;
	text-decoration: none; 
}
/*######### blur End #########*/
/*########################## result-container End ##########################*/

