html {
	margin: 0;
	padding: 0;
}
body {
	font-family: '微軟正黑體', '蘋果儷黑體', '新細明體', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Tahoma, Verdana, sans-serif;
	background: #000 url(../images/common/mBgTop.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; }
.scroll_box {
    display: none;
    overflow: hidden;
}
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;
}
.greetInfo .paragraph p,
.secInList .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: #F9DEAD; }
.tOrange { color: #ff7753; }
.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;
    margin: 0px auto;
	padding-top: 10px;
    height: 58px;
    max-width: 850px;
/*	text-align: center;*/
}
.paid-container .navi-container .naviInfo { display: none; }
.navi-container .naviInfo a { display: inline-block; }

.navi-container .navi_button {
	background: transparent no-repeat center top;
    position: relative;
    margin: 0;
	width: 275px;
    height: 50px;
}
.navi-container .navi_button:hover { background-position: center bottom; }
.navi-container .navi_home { background-image: url(../images/common/button/btnTop.jpg); }
.navi-container .navi_profile { background-image: url(../images/common/button/btnProfile.jpg); }
.navi-container .navi_info { background-image: url(../images/common/button/btnInfo.jpg); }
.navi-container .navi_input { background-image: url(../images/common/button/btnInput.jpg); }

.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 30px;
	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: 60px 0;
	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;
}

.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 {
	background: transparent no-repeat center top;
	position: relative;
	display: inline-table;
	width: 386px;
	height: 177px;
	margin-bottom: 15px;
}
.charge-btn { height: 178px; }

.free-btn { background-image: url(../images/common/button/btnFree.png); }
.charge-btn { background-image: url(../images/common/button/btnSubmit.png); }
.free-btn:hover, .charge-btn:hover { background-position: center bottom; }

.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: 31%; 
    font-size: 1.5em;
}
.free-btn .btnText { letter-spacing: 5px; }
.free-container .charge-btn .btnText {
	padding: 0;
	font-size: 1.6em;
}
.free-container .submit-btn {
 	background: transparent url(../images/common/button/btnNext.png) no-repeat center top; 
	position: relative;
	display: table;
	float: none;
	margin: 0 auto 5px;
	padding: 0;
	width: 300px;
	height: 90px;
/*	font-size: 1.1em;*/
}
.free-container .submit-btn:hover { background-position: center bottom; }

/*################## Button End ##################*/

/*################## 
	info-container
##################*/
.info-container .infoProfile {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 840px;
	color: #2e0000;
}
.info-container .infoProfile p { text-indent: 0; }

.info-container .section .heading {
	position: relative;
	width: 100%;
	height: 120px;
}
.info-container .section.profile .heading { height: 480px; }
.info-container .section.profile .secInfo ul li {
    background: transparent url(../images/info/proIcon.png) no-repeat left top;
    margin-bottom: 20px;
	padding-top: 5px;
    padding-left: 40px;
    line-height: 1.7em;
	font-weight: bold;
}
.info-container .section.profile .secInfo ul li h3 { color: #604; }
.info-container .section.profile .secInfo ul li li { background-image: url(../images/info/proIcon2.png); background-position: left 3px; margin-bottom: 0; }

.info-container .section {
	background: transparent;
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	padding-bottom: 100px;
}
.info-container .section .secInfo .paragraph { margin: 0 auto; max-width: 630px; }
.info-container .section.profile { background-image: url(../images/info/proTop.jpg), url(../images/info/proBtm.jpg), url(../images/info/proBg.jpg); }
.info-container .section.about { background-image: url(../images/info/abtTop.jpg), url(../images/info/abtBtm.jpg), url(../images/info/abtBg.jpg); color: #fff; }
.info-container .section.about .secInfo { 
    background: url(../images/info/abtCover.jpg) no-repeat center top;
	padding: 0px 30px;
}
.info-container .section.about .secInfo .aboutTit {
    background: url(../images/info/abtTit.jpg) no-repeat center top;
	height: 130px;
	width: 100%;
	text-indent: -9999px;
}
.info-container .section.about .proSign {
    background: url(../images/info/infSign.png) no-repeat;
    width: 280px;
    height: 75px;
    padding: 30px 0;
    margin: 0px 0 0px auto;
}
.info-container .section.profile .proMsg {
	background: transparent;
	background-image: url(../images/info/proInrTop.jpg), url(../images/info/proInrBtm.jpg), url(../images/info/proInrBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	padding: 120px 130px 60px;
	color: #fff;
}
.info-container .section.profile .proMsg .paragraph {
	background: transparent url(../images/info/proSign.png) no-repeat right bottom;
	display: block;
	float: right;
	padding-bottom: 200px;
}
.info-container .section.profile .proMsg .paragraph p { line-height: 1.8em; margin-bottom: 20px; }
.info-container .section.profile .proMsg .paragraph p.short { width: 70%; }
.info-container .section .introBlock {
	background: transparent url(../images/info/intro/introTit1.jpg) no-repeat center top;
	display: block;
	min-height: 20px;
	padding-top: 170px;
}
.info-container .section .introBlock.intro2 { background-image: url(../images/info/intro/introTit2.jpg); }
.info-container .section .introBlock .introImg {
	background: transparent url(../images/info/intro/introImg1.jpg) no-repeat center top;
	width: 100%;
	height: 350px;
}
.info-container .section .introBlock.intro2 .introImg { background-image: url(../images/info/intro/introImg2.jpg); }

/*########### 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: 260px;
}
.section.intro .introTit {
    background: transparent url(../images/info/intro/introTit1.jpg) no-repeat center top;
	height: 170px;
}
.section.intro .introSec1 .introTit { background-image: url(../images/info/intro/introTit1.jpg); }
.section.intro .introSec2 .introTit { background-image: url(../images/info/intro/introTit2.jpg); height: 180px; }
.section.intro .paragraph {
    padding: 20px 90px 20px;
    line-height: 1.8em;
}
/*########### intro End #############*/
/*################## info-container End ##################*/

/*##########################
	input-container 
##########################*/
.komi {
	background: transparent;
	background-image: url(../images/input/inpKmTop.jpg), url(../images/input/inpKmBtm.jpg), url(../images/input/inpKmBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	padding: 140px 0 100px;
}
.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 {
	background: transparent url(../images/common/iconStar.png) no-repeat left 1px;
	background-size: 24px;
	padding-left: 40px;
	margin-top: 15px;
	color: #100;
	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/inpFmBtm.jpg),url(../images/input/inpFmBg.jpg);
    background-repeat: no-repeat,repeat-y;
    background-position: center bottom,center top;
	padding-bottom: 70px;
}
.question .top-heading {
	background: transparent;
    background-repeat: no-repeat;
    background-position: center top;
}
.question .top-heading.self { background-image: url(../images/input/inpFmMe.jpg); padding: 150px 0 50px; }
.question .top-heading.target { background-image: url(../images/input/inpFmYou.jpg); padding: 115px 0 0; }
.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: 1px; }
/*################## 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 .listImg .blur {
	background-image: url(../images/result/blur/text_img_s2.png);
	height: 200px;
}
.free-container .blur a { text-decoration: none; }
.free-container .res_tarot_btn_box1 .blur, .free-container .res_type6_btn_box1 .blur { background: none; } 
.free-container .res_type6_btn_box1 .blur { padding-top: 0; }
.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/rsltImg1.jpg), url(../images/result/rsltBtm.jpg), url(../images/result/rsltBg.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;
    margin: 0 auto 20px;
    padding: 80px 330px 10px 70px;
    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-container .tsunagiMsg {
	margin: 0 auto;
	max-width: 750px;
	color: #fea;
	text-align: center;
}
.result-container .tsunagiMsg p { text-indent: 0; }
.result-container .secTitle {
	background: transparent;
    background-image: url(../images/result/rsltKmTop.jpg),url(../images/result/rsltKmBtm.jpg),url(../images/result/rsltKmBg.jpg);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center top;
	padding: 60px;
    min-height: 30px;
}
.result-container .secCommon .secTitle, .result-container .listTarot .secTitle, .result-container .listJiki.listJikiS .secTitle {
	background-image: url(../images/result/rsltKmGTop.jpg),url(../images/result/rsltKmGBtm.jpg),url(../images/result/rsltKmGBg.jpg);
    color: #eea;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 0px 0px 10px #900, 0px 0px 10px #900;
}
.result-container .secTitle .paragraph { margin: 0 auto; max-width: 640px; text-align: center; }
.result-container .secTitle.secSpecialTit, .result-container .listMsg .secTitle,
.result-container .listJiki .secTitle, .result-container .secMessage .secTitle {
    background-image: url(../images/result/rsltKmPTop.jpg),url(../images/result/rsltKmPBtm.jpg),url(../images/result/rsltKmPBg.jpg);
	color: #ff0;
	font-size: 26px;
}
.result-container .listMsg .secTitle, .result-container .listJiki .secTitle { padding: 50px 60px; font-size: 20px; font-weight: bold; }
.result-container .secTitle.secSpecialTit strong { color: #ccfd00; }
.result-container .secInfo {
	margin: 0 auto;
	max-width: 780px;
}
.result-container .secInList .paragraph {
	padding: 10px 40px 30px;
}
.result-container .secBalloonMsg {
	background: transparent no-repeat center top;
	padding: 40px 40px 40px 80px;
    min-height: 330px;
}
.result-container .listJiki .secBalloonMsg { padding-right: 80px; }
.result-container .listTarot .secInfo .secBalloonMsg { padding: 20px 0px; min-height: 290px; }
.result-container .listTarot .secInfo .secBalloonMsg img { float: left; }
.result-container .listTarot .secInfo .secBalloonMsg .float { float: left; width: 410px; min-height: 210px; }
.result-container .secBalloonMsg.balloon2 { background-image: url(../images/result/rsltImg2.jpg); }
.result-container .secBalloonMsg.balloon3 { background-image: url(../images/result/rsltImg3.jpg); }
.result-container .secBalloonMsg.balloon4 { background-image: url(../images/result/rsltImg4.jpg); }
.result-container .secBalloonMsg.balloon5 { background-image: url(../images/result/rsltImg5.jpg); }
.result-container .secBalloonMsg.balloon6 { background-image: url(../images/result/rsltImg6.jpg); }
.result-container .secBalloonMsg.balloon7 { background-image: url(../images/result/rsltImg7.jpg); }
.result-container .secBalloonMsg.balloon8 { background-image: url(../images/result/rsltImg8.jpg); }
.result-container .secBalloonMsg.balloon7 { background-image: url(../images/result/rsltImg7.jpg); }
.result-container .secBalloonMsg .float {
    background: rgba(135,5,6,0.4);
	padding: 20px;
    width: 420px;
    border-radius: 16px;
    border: 1px solid #553322;
    box-shadow: 0px 0px 16px 5px #946;
}
.result-container .secBalloonMsg.balloon2 .float,
.result-container .secBalloonMsg.balloon3 .float,
.result-container .secBalloonMsg.balloon4 .float,
.result-container .secBalloonMsg.balloon5 .float,
.result-container .secBalloonMsg.balloon6 .float { float: right; }
.result-container .msgFlag {
    background: -moz-linear-gradient(left, rgba(64,96,0,0) 0%, rgba(64,96,0,1) 12%, rgba(64,96,0,1) 88%, rgba(64,96,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(64,96,0,0) 0%,rgba(64,96,0,1) 12%,rgba(64,96,0,1) 88%,rgba(64,96,0,0) 100%);
    background: linear-gradient(to right, rgba(64,96,0,0) 0%,rgba(64,96,0,1) 12%,rgba(64,96,0,1) 88%,rgba(64,96,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00406000', endColorstr='#00406000',GradientType=1 );
	margin: 10px auto 20px;
    padding: 10px 60px;
}
.result-container .listMsg .msgFlag {
	margin: -10px auto 20px;
    padding: 20px 10px 10px;
	max-width: 700px;
    text-align: center;
    background: rgba(135,5,6,0.4);
    border-radius: 16px;
    border: 1px solid #553322;
}
.result-container .listJikiS .msgFlag {
    padding: 0;
    color: #ff0;
	font-size: 340%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-shadow: 0px 0px 20px rgb(255 255 0 / 70%);
}
.result-container .listJikiS .msgFlag .paragraph { padding: 10px 0 5px; text-align: center; }
.result-container .secBalloonMsg strong, .result-container .msgFlag strong { color: #ff3; font-size: 120%; line-height: 1.8em; }

.result-container .secList.listImg .secInList {
	background: transparent no-repeat left top;
	padding-left: 270px;
	min-height: 420px;
}
.result-container .listImg.listImgL1 .secInList { background-image: url(../images/result/rsltImgL1.jpg); }
.result-container .listImg.listImgL2 .secInList { background-image: url(../images/result/rsltImgL2.jpg); }
.result-container .listImg.listImgR1 .secInList { background-image: url(../images/result/rsltImgR1.jpg); background-position: right top; padding-left: 0; padding-right: 300px; }
.result-container .listImg.listImgR2 .secInList { background-image: url(../images/result/rsltImgR2.jpg); background-position: right top; padding-left: 0; padding-right: 300px; }

.result-container .secCommon .motifImg {
	background: transparent url(../images/result/type/res_type5_bg1.jpg) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 20px;
	max-width: 600px;
	text-align: center;
}
.result-container .secCommon .motifImg img { width: 300px; height: auto; }
	
/*########################## 
		spJiki
##########################*/
.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 #######*/

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

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

/* ----------------------
 * result_type6
 *---------------------- */
.res_type6_box1 {
    position: relative;
	width: 780px;
	height: 600px;
	margin: 0 auto;
	color: #000;
	overflow: hidden;
}
.res_type6_box1 img {
	display: block;
	position: absolute;
    width: 100%;
}
.res_type6_name1 p:nth-of-type(1) {top: 60px;}
.res_type6_name2 p:nth-of-type(1) {top: 60px;}
.res_type6_name2 p:nth-of-type(2) {top: 90px;}
.res_type6_name3 p:nth-of-type(2) {top: 60px;}
.res_type6_name1 p,
.res_type6_name2 p,
.res_type6_name3 p,
.res_type6_txt1,
.res_type6_txt2 {
	display: block;
	position: absolute;
	width: 100%;
	font: normal 150%/0 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
    text-shadow: 0px 0px 10px #c9c0b9, 0px 0px 10px #c9c0b9, 0px 0px 10px #c9c0b9;
}
.res_type6_name1 p:nth-of-type(2) {display: none;}
.res_type6_name3 p:nth-of-type(1) {display: none;}
.res_type6_txt1,.res_type6_txt2 {
    display: table;
	width: 780px;
	height: 600px;
    color: #fff;
    font-size: 250%;
    line-height: 100%;
    background: rgba(0,0,0,0.5);
}
.res_type6_txt2 {
    background: none;
    color: #900;
    font-size: 270%;
	line-height: 1.3em;
    font-family: "HGP行書体","HG行書体","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.res_type6_txt1 p, .res_type6_txt2 p {
    display: table-cell;
	width: 780px;
	height: 600px;
	line-height: 1.3em;
    vertical-align: middle;
}

.res_type6_bg1 {background: url(../images/result/type/res_type6_bg1.jpg)}
.res_type6_bg2 {background: url(../images/result/type/res_type6_bg2.jpg)}
.res_type6_bg3 {background: url(../images/result/type/res_type6_bg3.png)}
.res_type6_bg4 {background: url(../images/result/type/res_type6_bg4.jpg)}
.res_type6_mask1 {background: url(../images/result/type/res_type6_mask1.png)}
.res_type6_eff1 {background: url(../images/result/type/res_type6_eff1.png)}
.res_type6_eff2 {background: url(../images/result/type/res_type6_eff2.png)}
.res_type6_eff3 {background: url(../images/result/type/res_type6_eff1.png)}

[class^="res_type6_img_box"],
.res_type6_box2,
[class^="res_type6_bg"],
.res_type6_eff1,
.res_type6_eff2,
.res_type6_eff3,
.res_type6_mask1,
.res_type6_txt1{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.res_type6_mask1 { background-size: 100% 101%;height: 101%; }
.res_type6_eff1 { background-size: 100% 101%; }
.res_type6_hand1 {
	background: url(../images/result/type/res_type6_hand1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	width: 430px;
	height: 600px;
	top: 210px;
	right: 0px;
}
[class^="res_type6_img_box"] img { width:32%; }
[class^="res_type6_img_box"] img:nth-of-type(1) { width:35%; }
.res_type6_img_box3 img { width: 36%; }
.res_type6_img_box3 img:nth-of-type(1) { width: 38%; }
.res_type6_img_box1 img:nth-of-type(1) { width: 50%; }
.res_type6_time_box1 {
    position: absolute;
    width: 100%;
    height: 99%;
    text-align: center;
    padding: 160px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.res_type6_space_box1 {
    width: 100%;
    height: 30px;
}
[class^="res_type6_time_box"] img {
    position: static;
    display: inline-block;
    width: 82px;
    margin: 0 -2px;
    font: normal 0/0;
}

.res_type6_btn_box1 {
    position: absolute;
    width: 780px;
    top: 60%;
    left: 0px;
}
.res_type6_btn_box1 img,.res_type6_btn_box1 input {
	width: 300px;
	height: 90px;	
	cursor: pointer;
}

.res_type6_btn_box1 p {
	text-shadow: 0px 1px 4px #000,0px 1px 4px #000,0px 1px 4px #000;
	background: url(../images/result/type/res_tarot_btn_box1.png) center center no-repeat;
	background-size: 70% 100%;
	margin: 0 auto;
}

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

.res_tarot_bg1 {
	background: url(../images/result/type/res_tarot_bg1.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 {
	position: absolute;
	width: 170px;
	height: 170px;
}

/*opacity*/
.res_tarot_img2,
.res_tarot_img3,
.res_tarot_btn_box1,
[class^="secBalloonMsg"] .paragraph p,
[class^="secBalloonMsg"] img,
[class^="secBalloonMsg"] + .msgFlag,
[class^="secBalloonMsg"] + .msgFlag + .secInList,
[class^="secBalloonMsg"] .res_balloon6_bg,
[class^="secBalloonMsg"] + .res_text_box,
.res_type6_box2 .res_type6_bg2,
.res_type6_box2 .res_type6_bg3,
.res_type6_bg4,
.res_type6_box2 img,
.res_type6_box2 [class^="res_type6_bg2"],
.res_type6_eff1,
.res_type6_eff2,
.res_type6_eff3,
.res_type6_txt2,
.res_type6_btn_box1{
	opacity: 0;
}
.res_type6_box2 img.noanime {opacity:1;}
.res_tarot_btn_box1.trial,
.res_type6_btn_box1.trial {display:none;}

@keyframes center1 {
    20% {transform: translate(0px,0px);}
    80% {transform: translate(0px,0px);}
}
@keyframes fadeout2 {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 0;height:0;}
}
@keyframes tarot_hand1 {
	20% {transform: translateX(400px) translateY(0px);}
	40% {transform: translateX(0px) translateY(180px);}
	60% {transform: translateX(400px) translateY(180px);}
	80% {transform: translateX(0px) translateY(360px);}
	100% {transform: translateX(400px) translateY(360px);}
}
@keyframes eff1 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}
@keyframes eff2 {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fudeji1 {
	20% {transform: translateX(-120px) translateY(-130px);}
	40% {transform: translateX(120px) translateY(-20px);}
	60% {transform: translateX(-130px) translateY(80px);}
	80% {transform: translateX(100px) translateY(200px);}
	100% {transform: translateX(280px) translateY(170px);}
}
@keyframes fudeji3 {
	25% {transform: translateX(-200px) translateY(-130px);}
	35% {transform: translateX(-200px) translateY(-130px);}
	75% {transform: translateX(200px) translateY(170px);}
	80% {transform: translateX(200px) translateY(170px);}
	100% {transform: translateX(280px) translateY(170px);}
}
@keyframes fudeji4 {
	25% {transform: translateX(-200px) translateY(-100px);}
	50% {transform: translateX(200px) translateY(-100px);}
	75% {transform: translateX(0px) translateY(170px);}
	100% {transform: translateX(200px) translateY(170px);}
}
@keyframes fudeji5 {
	20% {transform: translateX(-200px) translateY(-130px);}
	40% {transform: translateX(200px) translateY(170px);}
	60% {transform: translateX(200px) translateY(-130px);}
	80% {transform: translateX(-200px) translateY(170px);}
	100% {transform: translateX(280px) translateY(170px);}
}
@keyframes fudeji_time1 {
	20% {transform: translateX(-200px) translateY(-50px);}
	40% {transform: translateX(200px) translateY(-50px);}
	60% {transform: translateX(-270px) translateY(130px);}
	80% {transform: translateX(270px) translateY(130px);}
	100% {transform: translateX(280px) translateY(170px);}
}
@keyframes fadein {
    100% {opacity: 1;}
}
@keyframes fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadein2 {
	100% {opacity: 1;}
}
@keyframes glow1 {
	0% {opacity: 0;transform: scale(0);}
	20% {opacity: 1;transform: scale(0.9);}
	99% {opacity: 0;transform: scale(1.5);}
	100% {opacity: 0;transform: scale(0);}
}

/*img:1*/
.res_type6_img_box1 img:nth-of-type(1) {top: 110px;left: 190px;}
.res_type6_img_box1 img:nth-of-type(2) {display: none;}
.res_type6_img_box1 img:nth-of-type(3) {display: none;}
.res_type6_img_box1 img:nth-of-type(4) {display: none;}
.res_type6_img_box1 img:nth-of-type(5) {display: none;}
.res_type6_box1.anime3 .res_type6_img_box1 img:nth-of-type(1) {animation:fadein 2s ease 4s 1 forwards;}
/*img:3*/
.res_type6_img_box3 img:nth-of-type(1) {top: 132px;left: 227px;}
.res_type6_img_box3 img:nth-of-type(2) {top: 35px;left: 46px;}
.res_type6_img_box3 img:nth-of-type(3) {top: 280px;left: 436px;}
.res_type6_img_box3 img:nth-of-type(4) {display: none;}
.res_type6_img_box3 img:nth-of-type(5) {display: none;}
.res_type6_box1.anime3 .res_type6_img_box3 img:nth-of-type(1) {animation:fadein 1s ease 0.8s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box3 img:nth-of-type(2) {animation:fadein 1s ease 2.8s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box3 img:nth-of-type(3) {animation:fadein 1s ease 3.7s 1 forwards;}
/*img:4*/
.res_type6_img_box4 img:nth-of-type(1) {top: 100px;left: 251px;}
.res_type6_img_box4 img:nth-of-type(2) {top: 60px;left: 46px;}
.res_type6_img_box4 img:nth-of-type(3) {top: 65px;left: 477px;}
.res_type6_img_box4 img:nth-of-type(4) {top: 330px;left: 258px;}
.res_type6_img_box4 img:nth-of-type(5) {display: none;}
.res_type6_box1.anime3 .res_type6_img_box4 img:nth-of-type(1) {animation:fadein 1s ease 0.8s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box4 img:nth-of-type(2) {animation:fadein 1s ease 2.8s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box4 img:nth-of-type(3) {animation:fadein 1s ease 3.4s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box4 img:nth-of-type(4) {animation:fadein 1s ease 4.0s 1 forwards;}
/*img:5*/
.res_type6_img_box5 img:nth-of-type(1) {top: 145px;left: 240px;}
.res_type6_img_box5 img:nth-of-type(2) {top: 41px;left: 51px;}
.res_type6_img_box5 img:nth-of-type(3) {top: 305px;left: 454px;}
.res_type6_img_box5 img:nth-of-type(4) {top: 57px;left: 475px;}
.res_type6_img_box5 img:nth-of-type(5) {top: 307px;left: 51px;}
.res_type6_box1.anime3 .res_type6_img_box5 img:nth-of-type(1) {animation:fadein 1s ease 0.8s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box5 img:nth-of-type(2) {animation:fadein 1s ease 2.5s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box5 img:nth-of-type(3) {animation:fadein 1s ease 3.0s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box5 img:nth-of-type(4) {animation:fadein 1s ease 3.6s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box5 img:nth-of-type(5) {animation:fadein 1s ease 4.2s 1 forwards;}
/*time1*/
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(1) {animation:fadein 1s ease 2.6s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(2) {animation:fadein 1s ease 2.7s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(3) {animation:fadein 1s ease 2.8s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(4) {animation:fadein 1s ease 2.9s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(5) {animation:fadein 1s ease 3.0s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(6) {animation:fadein 1s ease 3.8s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(7) {animation:fadein 1s ease 3.9s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(8) {animation:fadein 1s ease 4.0s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(9) {animation:fadein 1s ease 4.1s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(10) {animation:fadein 1s ease 4.2s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 img:nth-of-type(11) {animation:fadein 1s ease 4.3s 1 forwards;}

/*main_animation*/
.res_type6_box1.anime3 .res_type6_bg2 {animation:fadein 2s linear 0s 1 forwards,fadeout 1s linear 5s 1 forwards;}
.res_type6_box1.anime3 .res_type6_bg3 {animation:fadein 4s linear 2s 1 forwards}
.res_type6_box1.anime3 .res_type6_eff1 {animation:glow1 1.7s linear 0.5s 1 forwards;}
.res_type6_box1.anime3 .res_type6_btn_box1.anime {animation:fadein 2s linear 0s 1 forwards;}

/*hand1_animation*/
.res_type6_box1.anime3 .res_type6_img_box1 .res_type6_hand1 {animation:fudeji1 3s ease 2s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box3 .res_type6_hand1 {animation:fudeji3 3s ease 2s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box4 .res_type6_hand1 {animation:fudeji4 3s ease 2s 1 forwards;}
.res_type6_box1.anime3 .res_type6_img_box5 .res_type6_hand1 {animation:fudeji5 3s ease 2s 1 forwards;}
.res_type6_box1.anime3 .res_type6_time_box1 .res_type6_hand1 {animation:fudeji_time1 3s ease 2s 1 forwards;}

[class^="secBalloonMsg"].anime1 .paragraph p,
[class^="secBalloonMsg"].anime1 img,
[class^="secBalloonMsg"].anime1 + .msgFlag,
[class^="secBalloonMsg"].anime1 + .msgFlag + .secInList,
[class^="secBalloonMsg"].anime1 .res_balloon6_bg,
[class^="secBalloonMsg"].anime1 + .res_text_box {animation: fadein 1s linear 0.2s 1 forwards;}

.res_tarot_box1.anime2 .res_tarot_btn_box1.init {animation: eff2 0.5s linear 0s 1 forwards;}
.res_tarot_box1.anime2 .res_tarot_btn_box1.init.anime_btn {animation: fadeout 0.5s linear 0s 1 forwards;}
.res_tarot_box1.anime3 .res_tarot_btn_box1.trial.anime_btn {display:block;animation: fadein 0.5s linear 0s 1 forwards;}

.res_tarot_box1 img.res_tarot_img1 {transition: transform 0.4s ease-out 0.1s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(1)	{transition-delay: 1.1s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(2)	{transition-delay: 1.2s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(3)	{transition-delay: 1.3s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(4)	{transition-delay: 1.4s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(5)	{transition-delay: 1.5s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(6)	{transition-delay: 1.6s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(7)	{transition-delay: 1.7s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(8)	{transition-delay: 1.8s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(9)	{transition-delay: 1.9s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(10)	{transition-delay: 2.0s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(11)	{transition-delay: 2.1s;}
.res_tarot_box1 img.res_tarot_img1:nth-of-type(12)	{transition-delay: 2.2s;}

/*position*/
.res_tarot_box2 img {top: 215px; left: 305px; transform: translate(0px,0px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(1),
.res_tarot_box2.front img:nth-of-type(1) {transform: translate(-210px,-180px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(2),
.res_tarot_box2.front img:nth-of-type(2) {transform: translate(-70px,-180px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(3),
.res_tarot_box2.front img:nth-of-type(3) {transform: translate(70px,-180px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(4),
.res_tarot_box2.front img:nth-of-type(4) {transform: translate(210px,-180px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(5),
.res_tarot_box2.front img:nth-of-type(5) {transform: translate(-210px,0px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(6),
.res_tarot_box2.front img:nth-of-type(6) {transform: translate(-70px,0px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(7),
.res_tarot_box2.front img:nth-of-type(7) {transform: translate(70px,0px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(8),
.res_tarot_box2.front img:nth-of-type(8) {transform: translate(210px,0px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(9),
.res_tarot_box2.front img:nth-of-type(9) {transform: translate(-210px,180px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(10),
.res_tarot_box2.front img:nth-of-type(10) {transform: translate(-70px,180px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(11),
.res_tarot_box2.front img:nth-of-type(11) {transform: translate(70px,180px);}
.res_tarot_box1.anime1 img.res_tarot_img1:nth-of-type(12),
.res_tarot_box2.front img:nth-of-type(12) {transform: translate(210px,180px);}

/*animation_backside*/
/*
.res_tarot_box1.anime3 img.res_tarot_img1 {animation: center1 2s ease-out 0.1s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(1)	{animation-delay: 1.1s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(2)	{animation-delay: 1.2s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(3)	{animation-delay: 1.3s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(4)	{animation-delay: 1.4s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(5)	{animation-delay: 1.5s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(6)	{animation-delay: 1.6s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(7)	{animation-delay: 1.7s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(8)	{animation-delay: 1.8s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(9)	{animation-delay: 1.9s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(10)	{animation-delay: 2.0s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(11)	{animation-delay: 2.1s;}
.res_tarot_box1.anime3 img.res_tarot_img1:nth-of-type(12)	{animation-delay: 2.2s;}
*/

/*animation_eff1*/
.res_tarot_box1.anime3 img.res_tarot_img3 {animation: eff1 1s linear 1.1s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(1)	{animation-delay: 1.1s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(2)	{animation-delay: 1.2s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(3)	{animation-delay: 1.3s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(4)	{animation-delay: 1.4s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(5)	{animation-delay: 2.1s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(6)	{animation-delay: 2.2s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(7)	{animation-delay: 2.3s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(8)	{animation-delay: 2.4s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(9)	{animation-delay: 3.1s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(10)	{animation-delay: 3.2s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(11)	{animation-delay: 3.3s;}
.res_tarot_box1.anime3 img.res_tarot_img3:nth-of-type(12)	{animation-delay: 3.4s;}

/*animation_frontside*/
.res_tarot_box1.anime3 img.res_tarot_img2 {animation: eff2 0s linear 1.6s 1 forwards;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(1)	{animation-delay: 1.6s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(2)	{animation-delay: 1.7s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(3)	{animation-delay: 1.8s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(4)	{animation-delay: 1.9s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(5)	{animation-delay: 2.6s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(6)	{animation-delay: 2.7s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(7)	{animation-delay: 2.8s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(8)	{animation-delay: 2.9s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(9)	{animation-delay: 3.6s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(10)	{animation-delay: 3.7s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(11)	{animation-delay: 3.8s;}
.res_tarot_box1.anime3 img.res_tarot_img2:nth-of-type(12)	{animation-delay: 3.9s;}

/*hand*/
.res_tarot_hand1 {
	position: absolute;
	width: 450px;
	height: 590px;
    top: 0px;
    left: 60px;
	background: url(../images/result/type/res_tarot_hand1.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0;
}
.res_tarot_box1.anime3 .res_tarot_hand1 {animation: fadein 0.5s linear 0.5s 1 forwards, tarot_hand1 2.6s ease 1s 1 forwards, fadeout 0.5s linear 3.7s 1 forwards;}

.res_tarot_box1.noanime .res_tarot_btn_box1,
.res_tarot_box1.noanime div.res_tarot_box2:nth-of-type(2) img,
.res_tarot_box1.noanime div.res_tarot_box2:nth-of-type(4) img,
.res_tarot_box1.noanime .res_tarot_hand1 {
	display:none;
}
.res_tarot_box1.noanime div.res_tarot_box2:nth-of-type(3) img {
	opacity: 1;
}

.res_tarot_eff1, .res_tarot_eff2 {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

/*matome1_animation*/
.res_type6_box1.anime4 .res_type6_p1 {animation:fadeout 1s ease 2.0s 1 forwards;}
.res_type6_box1.anime4 .res_type6_txt1 {animation:fadeout 1s ease 3.0s 1 forwards;}
.res_type6_box1.anime4 .res_type6_bg4 {animation:fadein 1s ease 2.0s 1 forwards,fadeout 1s ease 3.5s 1 forwards;}
.res_type6_box1.anime4 .res_type6_eff3 {animation:glow1 2s linear 2.5s 1 forwards;}
.res_type6_box1.anime4 .res_type6_eff2 {animation:fadein 1s linear 3.8s 1 forwards;}
.res_type6_box1.anime4 .res_type6_txt2 {animation:fadein 1s linear 4.2s 1 forwards;}
.res_type6_box1.anime4 .res_type6_bg2 {animation:fadein 1s ease 3.5s 1 forwards;}
.res_type6_box1.anime4 .res_type6_btn_box1.trial.anime_btn {display:block;animation: fadein 0.5s linear 0s 1 forwards;}

.res_tarot_btn_box1 {
	background: url(../images/result/type/res_tarot_btn_box1.png) no-repeat;
	background-size: 100% 100%;
    position: absolute;
    width: 780px;
    bottom: 40%;
    left: 0px;
    color: #ff3;
    font-size: 30px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ 明朝", "MS Mincho", "MS 明朝", serif;
    line-height: 150%;
    letter-spacing: 0;
	overflow: hidden;
}
.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 #trigger_btn { 
	background: url(../images/common/button/btnAns.png) no-repeat center top;
	height: 173px;
	cursor: pointer;
}
.res_tarot_btn_box1 #trigger_btn:hover { background-position: center bottom; }

.res_tarot_eff1, .res_tarot_eff2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
}
/*########################## 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 0;
    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; }
