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;
    margin: 0;
    padding: 0;
    color: #000;
	font-size: 17px;
	line-height: 1.5em;
}
@media (max-width: 1200px){
	body { display: inline-block; }
}

.hidden-md { display: none !important; }
div { display: block; }
.clear { clear: both; }
.scroll_box { display: none; overflow: hidden; }
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .clearfix { zoom: 1; }
.txtHide { text-indent: -9999px; }
img { border-collapse: collapse; border-spacing: 0; line-height: 0; }
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.7em;
	text-align: justify;
}
.paragraph p { text-indent: 17px; }
.paragraph p + p { margin-top: 20px; }
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; }

.title {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}
.whiteGrad::after { color: #fff; }
.blackGrad::after { color: #000; }

.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) 34%,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) 34%,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) 34%, 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) 34%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0));
}
.tRed { color: red; }
.attention { color: #770000; font-weight: bold; }
.tMaroon { color: #860000; }
.tYellow { color: #ff0; }
.tSPurple { color: #d7b0ff; }
.tGreen { color: #01a208; }
.tLGreen { color: #B8FFAA; }
.tDGreen { color: #0a5d01; }
.tLYellow { color: #FDD891; }
.nLYellow { color: #ffeeaa; }
.tLPink { color: #FFAAFF; }
.tBrown { color: #941601; }
.tAqua { color: #2ee8e6; }
.tDBlue { color: #01258d; }
.tBlue { color: #1e06a3; }
.tPurple { color: #d018f9; }
.tLPurple { color: #d78ef6; }
.tDPurple { color: #44237e; }
.tPink { color: #ff5d99; }
.tGold { color: #e4d271; }
.tBlack { color: #000; }
.tWhite { color: #fff; }


/********************************
*** Header Part
********************************/
header{
	background: url(../images/common/naviBg.png) no-repeat center top;
	min-height: 125px;
}
.navi-container {
	background: transparent;
	margin: 0 auto 20px;
	padding-top: 14px;
	width: 100%;
	max-width: 840px;
	min-height: 70px;
}
.navi-container .navi_btn {
	position: relative;
	background: url(../images/common/button/naviTop.jpg) no-repeat 0 top;
	top: 0;
	margin: 0 auto;
	width: 210px;
	height: 50px;
}
.navi-container .naviInfo { display: flex; justify-content: flex-start; }
.navi-container .naviInfo .clear { display: none; }
.navi-container .navi_profile { background-image: url(../images/common/button/naviProfile.jpg); }
.navi-container .navi_info { background-image: url(../images/common/button/naviInfo.jpg); }
.navi-container .navi_sample { background-image: url(../images/common/button/naviSample.jpg); }
.navi-container .navi_input { background-image: url(../images/common/button/naviInput.jpg); }
.navi-container a:hover .navi_btn { background-position: 0 bottom; }

.breadcrumb {
	max-width: 760px;
	margin: 30px auto 10px;
	color: #fff;
	font-size: .8em;
	line-height: 1.5em;
	text-align: left;
}
.breadcrumb a { color: #cde; font-weight: bold; }
.breadcrumb a:visited { color: #abc; }

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

.body-container .commonMenuBox {
	max-width: 790px;
	margin: 0 auto;
}
.body-container .commonMenuBox .cmnInfo { 
	color: #fff;
    background: url(../images/common/menu/cmnMenuBg.jpg) repeat-y center center;
	background-size: 100%;
    margin: -60px auto -55px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 14px #fff;
	
}
.body-container .commonMenuBox .cmnTop,
.body-container .commonMenuBox .cmnBtm {
    background: url(../images/common/menu/cmnMenuTop.jpg) no-repeat center top;
	background-size: 100%;
	position: relative;
	min-height: 114px;
	z-index: 33;
}
.body-container .commonMenuBox .cmnBtm {
    background-image: url(../images/common/menu/cmnMenuBtm.jpg);
	background-position: center bottom;
	min-height: 105px;
}
.commonMenuBox .infoelement {
	position: relative; 
	padding: 0 90px;
	z-index: 35;
}
.commonMenuBox .infoelement .titelement h3 {
	margin-bottom: 2px;
	color: #542400;
	font-size: 1.1em;
	text-shadow: 0px 0px 14px #e3e3e3, 0px 0px 14px #e3e3e3;
}
.commonMenuBox .titelement { padding-left: 85px; color: #355203; font-size: 1.1em; line-height: 1.3em; }

.iconelement {
	background: transparent no-repeat center top;
	background-size: 100%;
	position: relative;
	float: left;
	width: 75px;
	height: 85px;
}
/* icon: free, xiangyu, danlian, erdwl, ngrdxy, dxlq, qihedu, jiehun, life, future, job, total, bulun, fuhuoai, qingyu, kulian, jwzh, nianyun, jueduan, fuyuan, lovedirection, rjgx, spdyx, suyuan, zhenxin */
.iconelement.free { background-image: url(../images/common/icon/icon0.png); }
.iconelement.xiangyu { background-image: url(../images/common/icon/icon1.png); }
.iconelement.danlian { background-image: url(../images/common/icon/icon2.png); }
.iconelement.erdwl { background-image: url(../images/common/icon/icon3.png); }
.iconelement.ngrdxy { background-image: url(../images/common/icon/icon4.png); }
.iconelement.dxlq { background-image: url(../images/common/icon/icon5.png); }
.iconelement.qihedu { background-image: url(../images/common/icon/icon6.png); }
.iconelement.jiehun { background-image: url(../images/common/icon/icon7.png); }
.iconelement.life { background-image: url(../images/common/icon/icon8.png); }
.iconelement.future { background-image: url(../images/common/icon/icon9.png); }
.iconelement.job { background-image: url(../images/common/icon/icon10.png); }
.iconelement.total { background-image: url(../images/common/icon/icon11.png); }
.iconelement.bulun { background-image: url(../images/common/icon/icon12.png); }
.iconelement.fuhuoai { background-image: url(../images/common/icon/icon13.png); }
.iconelement.qingyu { background-image: url(../images/common/icon/icon14.png); }
.iconelement.kulian { background-image: url(../images/common/icon/icon15.png); }
.iconelement.jwzh { background-image: url(../images/common/icon/icon16.png); }
.iconelement.nianyun { background-image: url(../images/common/icon/icon17.png); }
.iconelement.jueduan { background-image: url(../images/common/icon/icon18.png); }
.iconelement.fuyuan { background-image: url(../images/common/icon/icon19.png); }
.iconelement.lovedirection { background-image: url(../images/common/icon/icon20.png); }
.iconelement.rjgx { background-image: url(../images/common/icon/icon21.png); }
.iconelement.spdyx { background-image: url(../images/common/icon/icon22.png); }
.iconelement.suyuan { background-image: url(../images/common/icon/icon23.png); }
.iconelement.zhenxin { background-image: url(../images/common/icon/icon24.png); }
/*
.iconelement.zhuanji { background-image: url(../images/common/icon/icon26.png); }
.iconelement.kaiyun { background-image: url(../images/common/icon/icon27.png); }
.iconelement.zaihun { background-image: url(../images/common/icon/icon28.png); }
.iconelement.lihun { background-image: url(../images/common/icon/icon29.png); }
.iconelement.ageDiff { background-image: url(../images/common/icon/icon30.png); }
.iconelement.yueyun { background-image: url(../images/common/icon/icon31.png); }
.iconelement.kindanLove { background-image: url(../images/common/icon/icon32.png); }
.iconelement.spdlq { background-image: url(../images/common/icon/icon33.png); }
.iconelement.nightqhd { background-image: url(../images/common/icon/icon34.png); }
*/

header .secDesc {
    margin: 10px auto;
    width: 75%;
	color: #fff;
    font-size: 1em;
}

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

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

.body-footer {
	background: url(../images/common/mBg.png) repeat-y center top;
    margin: 0 auto;
	padding: 20px 0 40px;
    max-width: 989px;
	color: #bba162;
	font-size: 0.9em;
	line-height: 1.3em;
    text-align: center;
}
.body-footer .copyrightTxt {
	margin-top: 20px;
	text-align: center
}
.body-footer a {
	color: #e8ca22;
}

/*##################
	  Button
##################*/
.input_submit a { text-decoration: none; }
.free-btn, .charge-btn {
	background: transparent no-repeat center top;
	background-size: 100%;
	position: relative;
	display: table;
	margin: 0 auto;
	width: 540px;
	height: 180px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.free-btn { background-image: url(../images/common/button/btnFree.jpg); }
.charge-btn { background-image: url(../images/common/button/btnSubmit.jpg); }
.free-btn:hover, .charge-btn:hover { background-position: center bottom; }
.free-btn:hover .title, .charge-btn:hover .title { color: #fff; }

.btnCmnSub {
	background: no-repeat 0 -60px;
	display: inline-table;
    position: absolute;
    top: 77px;
    left: 30px;
    width: 660px;
    height: 280px;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
}
.result-container.icon-life .btnCmnSub { background-image: url(../images/result/type/res_type2_btn_1.png); }
.result-container.icon-job .btnCmnSub { background-image: url(../images/result/type/res_type2_btn_2.png); }
.result-container.cat-marry .btnCmnSub { background-image: url(../images/result/type/res_type2_btn_3.png); }
.result-container.cat-love .btnCmnSub { background-image: url(../images/result/type/res_type2_btn_4.png); }
.btnCmnSub:hover { background-position: 1px -364px; }

.free-btn .btnText,
.charge-btn .btnText {
	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 { letter-spacing: 4px; }
.free-btn .title, .charge-btn .title , .submit-btn .title {
	font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: absolute;
	width: 100%;
    top: 34%;
    left: 0;
    font-size: 2.6em;
    text-align: center;
    text-shadow: 1px 1px 5px #000, 1px 2px 8px #000, 1px 2px 10px #000, 1px 2px 10px #000, 1px 2px 10px #000;
}
.free-container .submit-btn .title { top: 32%; font-size: 1.6em; }
.free-btn .btnText { letter-spacing: 5px; }
.free-container .charge-btn .btnText {
	padding: 0;
	font-size: 1.6em;
}
.free-container .submit-btn {
	position: relative;
 	background: url(../images/common/button/btnNext.png) no-repeat center top; 
	background-size: 100%;
	float: none;
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 300px;
	height: 90px;
	font-size: 0.95em;
}
.free-container .submit-btn:hover { background-position: center bottom; }
.result-container.free-container .freeShowBtn {
	position: relative;
 	background: url(../images/common/button/btnPicture.png) no-repeat center top; 
	display: table;
	width: 545px;
	height: 175px;
	margin: 0 auto;
	z-index: 2;
}
.result-container.free-container .freeShowBtn:hover { background-position: center -177px; }
/*################## Button End ##################*/

/*################## 
	info-container
##################*/
.info-container .subbody-container { max-width: 980px; }
.info-container .section, .samp-container .section {
	background: transparent;
	background-image: url(../images/info/proTop.jpg), url(../images/info/proBtm.jpg), url(../images/info/proBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-size: 100%;
	max-width: 840px;
	margin: 0 auto;
	color: #100;
}
.info-container .section.profile { padding: 10px 0 120px; }
.info-container .section .heading, .section.samp .heading { height: 200px; }
.info-container .section.profile .secInfo { padding: 0; }
.info-container .section.profile .secInfo .float { padding: 0 80px; }
.info-container .section.profile .secInfo .proName {
	background: no-repeat;
	background-image: url(../images/info/proImg.jpg), url(../images/info/proNm.jpg);
	background-position: left top, right top;
	display: table;
	width: 100%;
	max-width: 820px;
	height: 460px;
}
.info-container .section.profile strong {
	background: url(../images/info/proStarIcon.png) no-repeat left 2px;
	background-size: 25px;
	display: table;
	margin-top: 20px;
	padding: 0 0 1px 28px;
    color: #223333;
}
.info-container .section.profile .secInfo ul { padding: 0; }
.info-container .section.profile .secInfo ul li strong {
	background: url(../images/info/proStarIcon.png) no-repeat left top;
	display: block;
	padding-top: 2px;
	padding-left: 40px;
	margin-bottom: 6px;
	line-height: 1.5;
}
.info-container .section.profile .secInfo ul li span { 
	display: block;
	background: url(../images/info/proStarIcon2.png) no-repeat left -1px;
	margin-left: 24px;
	margin-bottom: 8px;
	padding-left: 25px;
	font-size: 0.95em;
	line-height: 1.5;
}
.info-container .section.profile .secInner {
	margin: 30px auto 0;
	max-width: 840px;
}
.info-container .section.profile .secInner .secTitle {
	background: url(../images/info/proMsgTop.jpg) no-repeat center top;
	height: 120px;
}
.info-container .section.profile .secInner .paragraph {
	background: center bottom;
	background-image: url(../images/info/proMsgBtm.jpg), url(../images/info/proMsgBg.jpg);
	background-repeat: no-repeat, repeat-y;
	padding: 20px 130px 60px;
	color: #E4E4E4;
	font-size: 0.95em;
	line-height: 2.3em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.info-container .section.profile .proSign {
	background: url(../images/info/proSign.png) no-repeat;
	margin: 30px 0 0 auto;
	width: 320px;
	height: 80px;
}
/*###### End Profile ######*/

.section.samp {
	background-image: url(../images/info/samp/sampTop.jpg), url(../images/info/samp/sampBtm.jpg), url(../images/info/samp/sampBg.jpg);
	padding: 10px 0 120px;
}
.section.samp .heading { margin-bottom: 0!important; }
.section.samp .secInfo {
	background: url(../images/info/samp/sampBox.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 20px 70px;
	max-width: 840px;
}
.section.samp .sampBlock {
	float: left;
	width: 380px;
}
.section.samp .sampBlock .sampTit {
	background: transparent no-repeat center top;
	margin-bottom: 10px;
	height: 60px;
	width: 360px;
}
.section.samp .sampBlock .sampContent {
	padding: 0 20px;
	max-width: 81%;
}
.section.samp .sampBlock1 .sampTit { background-image: url(../images/info/samp/sampTitle1.png); margin-top: 160px; }
.section.samp .sampBlock2 .sampTit { background-image: url(../images/info/samp/sampTitle2.png); margin-top: 280px; }
.section.samp .sampBlock3 .sampTit { background-image: url(../images/info/samp/sampTitle3.png); margin-top: 100px; }
.section.samp .sampBlock4 .sampTit { background-image: url(../images/info/samp/sampTitle4.png); margin-top: 610px; }
.section.samp .sampBlock5 .sampTit { background-image: url(../images/info/samp/sampTitle5.png); margin-top: 500px; }
.section.samp .sampBlock6 .sampTit { background-image: url(../images/info/samp/sampTitle6.png); margin-top: 600px; }
.section.samp .sampBlock7 .sampTit { background-image: url(../images/info/samp/sampTitle7.png); margin-top: 190px; }
.section.samp .sampBlock8 .sampTit { background-image: url(../images/info/samp/sampTitle8.png); margin-top: 310px; }
.section.samp .secInfo:before {
	content: "";
	background: url(../images/info/samp/sampImg.jpg) no-repeat center top;
	display: table;
	float: left;
	width: 294px;
	height: 4237px;
	margin-right: 10px;
}
.section.samp .secInfo:after {
	content: "";
	display: table;
	clear: both;
}
.info-container .section.about {
	background-image: url(../images/info/jutsuTop.jpg), url(../images/info/jutsuBtm.jpg), url(../images/info/jutsuBg.jpg);
	background-size: 100%;
	padding: 10px 0 140px;
}
.info-container .section.about .heading { margin-bottom: 0; }
.info-container .section.about .secInfo {
	background: url(../images/info/jutsuCover.jpg) no-repeat center top;
	margin: 0 auto;
	padding-top: 20px;
	max-width: 840px;
}
.jutsuSub .jutsuTit {
	background: url(../images/info/jutsuTit1.jpg) no-repeat center bottom;
	display: block;
	margin: 0 auto;
	max-width: 780px;
	height: 175px;
	text-indent: -9999px;
	text-align: center;
}
.jutsuSub2 .jutsuTit { background-image: url(../images/info/jutsuTit2.jpg); height: 120px; }
.jutsuSub3 .jutsuTit { background-image: url(../images/info/jutsuTit3.jpg); height: 120px; }
.jutsuSub4 .jutsuTit { background-image: url(../images/info/jutsuTit4.jpg); height: 120px; }
.jutsuSub5 .jutsuTit { background-image: url(../images/info/jutsuTit5.jpg); height: 180px; }
.intro .jutsuSub2 .jutsuTit { background-image: url(../images/info/introTit1.jpg); height: 120px; }
.intro .jutsuSub3 .jutsuTit { background-image: url(../images/info/introTit2.jpg); height: 120px; }
.intro .jutsuSub4 .jutsuTit { background-image: url(../images/info/introTit3.jpg); height: 120px; }
.intro .jutsuSub5 .jutsuTit { background-image: url(../images/info/introTit4.jpg); height: 180px; }
.jutsuSub + .jutsuSub { margin-top: 30px; }
.jutsuPara {
	margin: 10px auto 0;
	max-width: 600px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.jutsuPara span {
    color: #030;
    font-size: 110%;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-shadow: 0px 0px 10px #ff7;
}
.jutsuPara span.red { color: #800; }

.info-container .section.about .sampleTxt {
	display: table;
	margin: 0 auto;
    font-size: 2em;
	line-height: 2em;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-shadow: 0 0 5px #1345b6, 0 0 8px #1345b6, 0 0 10px #1345b6, 0 0 15px #1345b6;
}
.info-container .section.about .balloonTxt {
    background: #082a06;
    margin: 10px auto;
    padding: 20px 25px;
	max-width: 730px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5em;
    word-break: break-all;
	text-shadow: 0 0 5px #1c842b, 0 0 8px #1c842b, 0 0 10px #1c842b, 0 0 15px #1c842b;
    box-shadow: 0 0 20px 3px #1c842b inset;
    border: 1px solid #1c842b;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.info-container .section.about .balloonTxt strong {
	color: #fffc00;
    font-size: 130%;
}
.result-container .cmnDesc {
	margin: 0 auto;
	max-width: 680px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.result-container .cmnDesc strong { color: #f99; }
.result-container .cmnDesc strong.blue { color: #9ff; }
.result-container .cmnDesc strong.green { color: #af0; }

/*###### End About ######*/

/* result-container styling */
.result-container .balloonTxt {
    margin: 0 auto 0 20px;
    padding: 20px 0;
	max-width: 490px;
    color: #fff;
    font-size: 112%;
    line-height: 150%;
    text-align: left;
    word-break: break-all;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    box-sizing: border-box;
    border-radius: 10px;
}
.result-container .balloonTxt .paragraph { background: url(../images/result/rsltBalloonLBg.png) repeat-y center top; padding: 0 60px 0 30px; }
.result-container .balloonTxt:before,
.result-container .balloonTxt:after {
	content: "";
	background: transparent no-repeat center top;
	position: relative;
	display: table;
	width: 100%;
	height: 50px;
}
.result-container .balloonTxt:before { background-image: url(../images/result/rsltBalloonLTop.png); }
.result-container .balloonTxt:after { background-image: url(../images/result/rsltBalloonLBtm.png); }
.result-container .secListing > .ctnDivider .balloonTxt, .result-container .cmnContent2 .balloonTxt { margin: 0 20px 0 auto; }
.result-container .secListing > .ctnDivider .balloonTxt .paragraph, .result-container .cmnContent2 .balloonTxt .paragraph { background-image: url(../images/result/rsltBalloonRBg.png); padding: 0 50px 0 60px; }
.result-container .secListing > .ctnDivider .balloonTxt:before, .result-container .cmnContent2 .balloonTxt:before { background-image: url(../images/result/rsltBalloonRTop.png); }
.result-container .secListing > .ctnDivider .balloonTxt:after, .result-container .cmnContent2 .balloonTxt:after { background-image: url(../images/result/rsltBalloonRBtm.png); }
.result-container .balloonTxt p { color: #fed; font-size: 1.1em; line-height: 1.5em; text-indent: 0; }
.result-container .balloonTxt strong { color: #ff3; }
.result-container .balloonTxt span { color: #FFa1a3; }
.two-1 .result-container .balloonTxt span span { color: #fed; }

.result-container .listJiki .ctnDivider {
	background: url(../images/result/rsltJikiImg.jpg) no-repeat center top;
	display: flex;
	padding-right: 50px;
	min-height: 380px;
	align-items: center;
}
.result-container .listJiki .balloonTxt {
    background-color: #2a0606;
	margin: 0 0 0 auto;
	max-width: 530px;
	width: 100%;
	font-size: 1em;
	text-align: center;
    box-shadow: 0 0 20px 3px #d14444 inset;
	text-shadow: 0 0 5px #841c1c, 0 0 8px #841c1c, 0 0 10px #841c1c, 0 0 15px #841c1c;
    border: 1px solid #d14444;
}
.result-container .listJiki .balloonTxt strong { color: #fffc00; font-size: 170%; line-height: 1.4em; }
.result-container .listJiki .balloonTxt strong:first-child:before {
	content: "";
	display: table;
}

.secCont {
	background: transparent;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100%;
	max-width: 855px;
	margin: 0 auto;
}
.secCont .price {
	color: #419;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
.secRecomm .secInfo .secInnerInfo,
.secReview .secInfo, .secSpecial .secInfo { padding: 0 100px;  }

/* secRecomm */
.secRecommCatch {
	background: url(../images/top/monthCatch.jpg) no-repeat center top;
	background-size: 100%;
	min-height: 395px;
	padding-top: 180px;
}
.secRecomm .monthMsg .topMsg,
.secRecommCatch .secInfo {
	position: relative;
	background: rgba(155,10,174,0.7) url(../images/top/monthMsgBg1.png) center center repeat-y;
	background-size: 100%;
	width: 550px;
	margin: 0 auto 30px 20px;
	border-radius: 10px;
	text-shadow: 0px 0px 10px rgb(0 0 0);
	box-shadow: 0px 0px 10px #fbf;
	box-sizing: border-box;
}
.secRecomm .monthMsg p,
.secRecommCatch .secInfo .secCatchInfo {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6;
	padding: 16px;
	letter-spacing: 0.04em;
	text-shadow: 0px 1px 4px #000, 0px 1px 4px #000, 0px 1px 4px #000;
}
.secRecomm .infoelement { padding-top: 15px; }
.secRecomm .iconelement { margin-right: 15px; }
.secRecomm .titelement a { color: #fac; }
.secRecomm h3.title { 
	color: #fac;
	font-size: 1.2em; 
}
.secRecomm h3 .productTitle { 
	color: #db91ff;
	font-size: 1.2em; 
}
.secRecomm .price { color: #f9f; }
/* End secRecomm */

/* secSpecial */
.secSpecial {
	background-image: url(../images/top/newTop.jpg), url(../images/top/newBtm.jpg), url(../images/top/newBg.jpg);
	padding: 645px 0 80px;
}
.secSpecial .iconelement { margin-right: 10px; }
.secSpecial .title { color: #b70167; }
.secSpecial p {
	color: #836;
	font-size: 1.1em;
	font-weight: bold;
}
.secSpecial .price { color: #419; }
/* End secSpecial */

/* secReview */
.secReview {
	background-image: url(../images/top/reviewTop.jpg), url(../images/top/reviewBtm.jpg), url(../images/top/reviewBg.jpg);
	padding: 290px 0 80px;
	font-size: 1.1em;
}
.secReview .secInfo .secInner p {
	color: #92a;
	margin-bottom: 20px; 
}
.secReview .secInfo .secInner:nth-of-type(odd) p { color: #B70066; }
.secReview .secInfo .secInner:nth-of-type(odd) a { color: #551a8b; }
.secReview .secInfo a {
	display: table;
	font-weight: bold;
}
/* End secReview */

/*###### End secCont ######*/
/*################## info-container End ##################*/

/*##########################
	input-container 
##########################*/
.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;
	background-size: 100%;
	margin: 0 auto;
	padding: 150px 0 130px;
	max-width: 840px;
}
.komi .komiUl {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	font-size: 1em;
	line-height: 1.5em;
	z-index: 33;
}
.komi ul li {
	background: url(../images/input/starIcon.png) no-repeat left top;
	background-size: 28px;
	padding-top: 0;
	padding-left: 38px;
	margin-top: 14px;
	color: #100;
	line-height: 1.4em;
}
.komi ul li br { display: none; }

.intro {
	background: transparent;
	background-image: url(../images/info/introTop.jpg), url(../images/info/introBtm.jpg), url(../images/info/introBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100%;
	margin: 0 auto;
	padding: 338px 0 130px;
	max-width: 840px;
}

/*######### question #########*/
.question {
    background: transparent;
    background-image: url(../images/input/formBtm.jpg),url(../images/input/formBg.jpg);
    background-repeat: no-repeat,repeat-y;
    background-position: center bottom,center top;
	background-size: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
	max-width: 840px;
}
.question .top-heading {
	background: transparent;
    background-repeat: no-repeat;
    background-position: center top;
	background-size: 100%;
}
.question .top-heading.self {
    background-image: url(../images/input/formTit1.jpg);
	padding: 200px 0 30px;
}
.question .top-heading.target {
    background-image: url(../images/input/formTit2.jpg);
	padding: 160px 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: #1a150e;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: right;
}
.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,
.question form span.birthTime {
	position: relative;
	top: 6px;
}
.question form span.birth_unit {
	position: relative;
	top: 2px;
	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: url(../images/common/spacer.gif) 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 { 
	text-decoration: none; 
}
.spanError {
    position: absolute;
    display: none;
    color: #ffc200;
    top: -22px;
    left: 212px;
    background: rgba(22,22,22,66%);
    border: 1px solid #171717;
    font-size: 13px;
    width: 120px;
    text-align: center;
    line-height: 1.5em;
	border-radius: 3px;
	text-indent: 0;
}
/*################## input-container End ##################*/

/*########################## 
	result-container   
##########################*/

/*######### secCommon #########*/
.result-container .secCommon {
	margin: 0 auto;
	max-width: 840px;
	color: #fff;
}

.result-container .secGreet {
	background: url(../images/result/rsltGreetBg1.jpg) no-repeat center top;
	background-size: 100%;
	display: flex;
	margin: 0 auto;
  	padding: 90px 60px 20px;
	height: 490px;
	color: #fff;
	text-shadow: 0 0 5px #160b00, 0 0 8px #160b00, 0 0 10px #160b00;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.result-container.cat-marry .secGreet { background-image: url(../images/result/rsltGreetBg2.jpg); }
.result-container.cat-love .secGreet { background-image: url(../images/result/rsltGreetBg3.jpg); }

.result-container .subHeadline {
	display: block;
    background: #6e8797;
    margin: 20px auto;
	max-width: 700px;
	width: 100%;
    color: #fff;
    font-size: 1.1em;
	line-height: 1.4em;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 20px #fff;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.result-container .secCommon .cmnTopTit p {
	color: #fff;
	padding: 0 60px;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 10px #099, 0 0 10px #099, 0 0 10px #099, 0 0 20px #099;
}
.result-container .secCommon .cmnTopTit p strong {
	display: block;
	color: #ff0;
	font-size: 1.5em;
	text-shadow: 0 0 10px #a06, 0 0 10px #a06, 0 0 10px #a06, 0 0 20px #a06;
}
.result-container .secUser:before {
	content: "";
	background: url(../images/result/rsltType1Top1_1.jpg) no-repeat center bottom;
	display: table;
	width: 100%;
	height: 200px;
}
.result-container.two-1 .secUser:before { background-image: url(../images/result/rsltType1Top2_1.jpg); }
.result-container .secUser {
	padding: 0 50px;
	color: #fff;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	box-sizing: border-box;
}
.result-container .secUser .profile { 
	display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 5px;
}
.result-container.two-1 .secUser .profile .userNm,
.result-container.two-1 .secUser .profile .trgtNm {
	background: url(../images/result/rsltUsrMe.png) no-repeat center top;
	padding-top: 75px;
	width: 350px;
}
.result-container.two-1 .secUser .profile .trgtNm { background-image: url(../images/result/rsltUsrYou.png); }
.result-container .secUser .profile p {
	display: flex;
	column-gap: 10px;
	flex-direction: column;
    align-items: flex-start;
	color: #ddd;
}
.result-container .secUser .profile p span {
	display: flex;
	flex-direction: row;
    align-items: center;
}
.result-container .secUser .profile p span:before {
	content: "";
	display: table;
	background: url(../images/result/rsltUsrNm.png) no-repeat left top;
	width: 155px;
	height: 40px;
}
.result-container .secUser .profile p span#sex:before { background-image: url(../images/result/rsltUsrGdr.png); }
.result-container .secUser .profile p span#birthtime:before { background-image: url(../images/result/rsltUsrBtime.png); }
.result-container .secUser .profile p span#birthday:before { background-image: url(../images/result/rsltUsrBday.png); }

.result-container.two-0 .secUser .profile .userNm { display: flex; }
.result-container.two-0 .secUser .profile .userNm p {
	flex: 2;
	flex-direction: row;
	flex-wrap: wrap;
}
.result-container.two-0 .secUser .profile .userNm span { width: 49%; }

/*######### secListing #########*/
.result-container .secListing {
/*	position: relative;*/
    margin: 0 auto;
	max-width: 840px;
}
.result-container .secListing .secList {
	background: url(../images/result/rsltKmBg.jpg) repeat-y center top;
	position: relative;
    margin: 0 auto;
	padding: 0;
	max-width: 840px;
}
.result-container .secCommon {
	background: transparent center bottom;
	background-image: url(../images/result/rsltBtm.jpg), url(../images/result/rsltBg.jpg);
	background-repeat: no-repeat, repeat-y;
	padding-bottom: 130px;
}
.result-container .cmnContent2 { margin-top: 20px; }
.result-container .secListing .ctnDivider,
.result-container [class*='cmnContent'] .ctnDivider {
	background: url(../images/result/rsltBalloonImg3.jpg) no-repeat center top;
	position: relative;
	padding: 20px 10px 130px;
	min-height: 290px;
}
.result-container .secListing .ctnDivider {
	background-image: url(../images/result/rsltBalloonImg4.jpg);
	padding: 20px 10px 70px;
	min-height: 290px;
}
.result-container .listChart .ctnDivider {
	background-image: url(../images/result/rsltBalloonImg5.jpg);
	padding: 20px 10px 70px;
	min-height: 380px;
}
.result-container .cmnContent2 .ctnDivider {
	background-image: url(../images/result/rsltBalloonImg2.jpg);
	padding: 20px 10px 70px;
	min-height: 410px;
}
.result-container .cmnContent .cmnTit { position: absolute; }
.result-container [class*='cmnContent'] .cmnTit {
	background: url(../images/result/rsltType1Top1_2.png) no-repeat center bottom;
	bottom: 0;
	width: 100%;
	height: 150px;
}
.result-container.two-1 .cmnContent .cmnTit { background-image: url(../images/result/rsltType1Top2_2.png); }
.result-container .cmnContent2 .cmnTit { margin-top: 0; height: 150px; }
.result-container.icon-life .cmnContent2 .cmnTit { background-image: url(../images/result/rsltType2Top1.png); }
.result-container.icon-job .cmnContent2 .cmnTit { background-image: url(../images/result/rsltType2Top2.png); }
.result-container.cat-marry .cmnContent2 .cmnTit { background-image: url(../images/result/rsltType2Top3.png); }
.result-container.cat-love .cmnContent2 .cmnTit { background-image: url(../images/result/rsltType2Top4.png); }
.result-container [class*='cmnContent'] .secTitle {
	background: transparent;
	background-image: url(../images/result/rsltTypeTitTop1.jpg), url(../images/result/rsltTypeTitBtm1.jpg), url(../images/result/rsltTypeTitBg1.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	padding: 50px 20px 58px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
	text-shadow: 0px -1px 10px #900;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.result-container .cmnContent2 .secTitle {
	background-image: url(../images/result/rsltTypeTitTop2.jpg), url(../images/result/rsltTypeTitBtm2.jpg), url(../images/result/rsltTypeTitBg2.jpg);
}
.result-container [class*='cmnContent'] .secInList { padding: 0 80px; }
.result-container [class*='cmnContent'] .secList + .secList {
	margin-top: 20px;
}

.result-container .secListing .secTitle {
	background: transparent;
	background-image: url(../images/result/rsltKmTitTop.jpg), url(../images/result/rsltKmDiv.jpg), url(../images/result/rsltKmTitBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	position: relative;
    margin: 0 auto;
    padding: 85px 90px 75px;
	max-width: 840px;
    color: #fff;
	font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
	text-shadow: 0px -1px 10px #000, 0px -1px 10px #000, 0px -1px 10px #000;
    box-sizing: border-box;
}
.result-container .secListing .secList[class*='res_img_L'] .secTitle {
	background-image: url(../images/result/rsltKmTitTop.jpg), url(../images/result/rsltKmDivL.jpg), url(../images/result/rsltKmTitBg.jpg);
}
.result-container .secListing .secList[class*='res_img_R'] .secTitle {
	background-image: url(../images/result/rsltKmTitTop.jpg), url(../images/result/rsltKmDivR.jpg), url(../images/result/rsltKmTitBg.jpg);
}
.result-container .secListing .secInfo { min-height: 120px; }
.result-container .secListing .secInList {
	background: transparent center bottom;
	background-image: url(../images/result/rsltKmBtm.jpg), url(../images/result/rsltKmBg.jpg);
	background-repeat: no-repeat, repeat-y;
	position: relative;
    margin: 0 auto;
	padding: 0 0 100px;
	max-width: 840px;
	color: #100;
}
.result-container .secListing .secList[class*='res_img_L'] .secInList {
	background-image: url(../images/result/rsltKmBtmL.jpg), url(../images/result/rsltKmBgL.jpg);
}
.result-container .secListing .secList[class*='res_img_R'] .secInList {
	background-image: url(../images/result/rsltKmBtmR.jpg), url(../images/result/rsltKmBgR.jpg);
}
.result-container .secListing [class*='res_img_L'] .secInList,
.result-container .secListing [class*='res_img_R'] .secInList {
	min-height: 420px;
}
.result-container .secListing [class*='res_img_L'] .secInList:before,
.result-container .secListing [class*='res_img_R'] .secInList:before {
	content: "";
	float: left;
	display: table;
	width: 340px;
	height: 460px;
}
.result-container .secListing [class*='res_img_R'] .secInList:before { float: right; }
.result-container .secListing .res_img_L1 .secInList:before { background-image: url(../images/result/rsltImgL1.jpg); }
.result-container .secListing .res_img_L2 .secInList:before { background-image: url(../images/result/rsltImgL2.jpg); }
.result-container .secListing .res_img_L3 .secInList:before { background-image: url(../images/result/rsltImgL3.jpg); }
.result-container .secListing .res_img_L4 .secInList:before { background-image: url(../images/result/rsltImgL4.jpg); }
.result-container .secListing .res_img_R1 .secInList:before { background-image: url(../images/result/rsltImgR1.jpg); }
.result-container .secListing .res_img_R2 .secInList:before { background-image: url(../images/result/rsltImgR2.jpg); }
.result-container .secListing .res_img_R3 .secInList:before { background-image: url(../images/result/rsltImgR3.jpg); }
.result-container .secListing .res_img_R4 .secInList:before { background-image: url(../images/result/rsltImgR4.jpg); }
.result-container .secListing [class*='res_img_L'] .secInList .paragraph { padding: 20px 80px 0 340px; }
.result-container .secListing [class*='res_img_R'] .secInList .paragraph { padding: 20px 340px 0 80px; }
.result-container .secListing .secInList .paragraph {
	position: relative;
	padding: 20px 80px 0;
	z-index: 2;
}
.result-container .secInList .paragraph p strong {
	color: #fae150;
    font-size: 130%;
    font-weight: bold;
}
.result-container .secListing .listChart,
.result-container .secListing .listLast { background-image: url(../images/result/rsltCmnBg.jpg); }
.result-container .secListing .listChart .secTitle {
	background-image: url(../images/result/rsltChartTop.jpg), url(../images/result/rsltCmnDiv.jpg), url(../images/result/rsltCmnTitBg.jpg);
	padding: 315px 90px 85px;
	margin-bottom: -30px;
}
.result-container .secListing .listChart .secInList {
	background-image: url(../images/result/rsltCmnBtm.jpg), url(../images/result/rsltCmnBg.jpg);
	color: #ddd;
}
.result-container .secListing .listChart .secInList .paragraph, .result-container .secListing .listLast .secInList .paragraph { padding: 0 80px 30px; }
.result-container .secListing .listLast .secTitle {
	background-image: url(../images/result/rsltLstTop.jpg), url(../images/result/rsltLstDiv.jpg), url(../images/result/rsltLstTitBg.jpg);
	padding: 550px 90px 85px;
}
.result-container .secListing .listLast .secInList {
	background-image: url(../images/result/rsltLstBtm.jpg), url(../images/result/rsltLstBg.jpg);
	color: #ddd;
}

.result-container .secListing .listJiki .date-container {
	background: url(../images/result/jikiBg.png) repeat-y center top;
	background-size: 100%;
	margin-bottom: 20px;
	padding: 17px 10px 15px;
	max-width: 600px;
	width: 100%;
	color: #fff;
	font-size: 23px;
	text-align: center;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.result-container .secListing .listJiki .date-container strong { color: #f66; font-size: 120%; }
/*######### secListing End #########*/

/*######### blur #########*/
.free-container .blur.noBg {
	background: none!important;
	height: auto!important;
}
.free-container .secCommon .blur,
.free-container .blur {
	background: url(../images/result/blur/text_img_m.png) no-repeat center top;
	background-size: 100%;
	position: relative;
	padding-top: 72px;
	height: 160px;
}
.free-container .listChart .blur,
.free-container .listLast .blur {
	background-image: url(../images/result/blur/text_img_m3.png);
}
.free-container .listChart .res_type3_trial .blur {
	background: none;
	height: auto;
	padding-top: 0;
	top: 45%;
}
.result-container .secListing [class*='res_img_L'] .secInList .blur,
.result-container .secListing [class*='res_img_R'] .secInList .blur { background-image: url(../images/result/blur/text_img_s.png); height: 210px; }
.free-container .secCommon .blur { background-image: url(../images/result/blur/text_img_m3.png); }
.free-container .rsltT3Wrapper .blur {
	background-image: url(../images/result/blur/text_img_s4.png);
	float: left;
    padding-top: 45px;
	width: 520px;
    height: 180px;
}
.result-container .secListing .secList.listImg .paragraph .blur {
	background-image: url(../images/result/blur/text_img_s.png);
	float: left;
	width: 420px;
	height: 270px;
	margin: 10px -30px 0 -10px;
}
.result-container .secListing .secOmake .paragraph .blur {
	background-image: url(../images/result/blur/text_img_s4.png);
	display: table;
	width: 480px;
    height: 145px;
    padding-top: 40px;
}
.free-container .blur a { 
	display: table;
	margin: 0 auto;
	text-decoration: none; 
}
/*######### blur End #########*/
/*########################## result-container End ##########################*/

/* ----------------------
 * animation
 *---------------------- */
@keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeout2 {
	0% {opacity: 1; transform: scale(1.0);}
	100% {opacity: 0; transform: scale(2.5);}
}
@keyframes fadeinout {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeinout2 {
    0% {}
	50% {filter: brightness(130%);}
    100% {}
}
@keyframes fadeinout3 {
    0% {}
	50% {filter: brightness(260%);}
    100% {}
}