/*==================
    common
====================*/
html {
	margin: 0;
	padding: 0;
}
body {
/*	font-family: STHeiti, SimHei, 'Heiti SC', 'Microsoft Yahei', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Tahoma, Verdana, Arial, serif;*/
	font-family: "微軟正黑體", "蘋果儷黑體", "新細明體", Verdana, sans-serif;
    background: #f8f8f8;
	margin: 0;
	padding: 0;
	color: #484848;
	font-size: 17px;
	line-height: 1.5em;
}
body.result-container { background: #9b5eb6; }
body.result-container .content-wrapper { color: #fff; }
@media (max-width: 1300px) {
	body {
		background-size: 136%;
		display: inline-table;
	}
}
@media (max-width: 960px) {
	body { background-size: 110% 100%; }
}

div { display: block; }
.hidden-md { display: none !important; }
.clear { clear: both; }
img.center {
    display: block;
    margin: 0 auto;
}
.txtHide { text-indent: -9999px; }
.block-center {
	display: table;
	margin: 0 auto;
}
.disp-0, .disp-n-1 { display: none !important; }
.pull-left { float: left; }
.pull-right { float: right; }
.fixed-cont { margin: 20px auto 40px; }

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

/*==================
    text styling
====================*/
p {
	/* line-height: initial; */
	text-align: left;
	margin-bottom: 10px;
}
h2 {
	opacity: 0.8;
    font-size: 1.1em;
    line-height: 1.3em;
}
a { color: #936dfc; text-decoration: underline; }
.result-container a { color: #FFD700; }
a:hover { text-decoration: none; }
.result-container .paragraph { color: hsla(0,0%,100%,.8); line-height: 1.8em; }
p.big { font-size: 1.1em; }
p.no-indent, a.no-indent { text-indent: 0; }
.tCenter { text-align: center; }
strong { font-weight: bold; }
.break-sm { height: 10px; }

.text-center { text-align: center; }
span.yellow, .text-yellow { color: #ff0; }
.text-lightblue { color: #0ff; }
.text-darkblue { color: #1d2088; }
.text-blue { color: #68bdff; }
.text-green { color: #d2ff00; }
.text-red { color: #E01300; }
.text-gold { color: #ffde00; }
.text-pink { color: #ff7bde; }
.text-white { color: #fff; }
.life .title, .tRed, .attention { color: #ff0000; }
form .attention { color: #b2b2b2; }
.margin-top-above-10 { margin-top: -10px; }
.margin-top-10 { margin-top: 10px; }
.margin-left-10 { margin-left: 10px; }

/*==================
    Button styling
================================*/
.input_submit a, .blur a {
	background: #936dfc;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
	border-radius: 5px;
	transition: all 200ms;
}
.input_submit a:hover { background: #774af5; }
.end-container .input_submit a { background: #fff; color: #9A5EB6; }
.end-container .input_submit a:hover { opacity: 0.8; }
.result-container .content-wrapper .blur a {
	display: table;
	padding: 0px 20px;
    width: 100%;
    max-width: 170px;
	color: #ded6ff;
    background-color: rgba(254, 221, 255, 0.12);
    box-shadow: 0 0 9px 0 hsla(0, 0%, 100%, .5);
    border-radius: 35px;
}
.result-container .content-wrapper .blur a:hover { background-color: rgba(254, 221, 255, 0.3); color: #fff; }
.free-btn, .charge-btn {
    margin: 10px auto;
	width: 100%;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
}

.free-container .paragraph .blur {
    background: transparent url(../../../images/simple/brSimple.png) no-repeat -10px top;
	background-size: 103%;
    height: 133px;
    padding-top: 70px;
}
.compare-container .paragraph .blur {
	background-position: -5px top;
    background-size: 103%;
    padding-top: 38px;
	height: 92px;
}

/*==================
    full container styling
================================*/
header { display: none; }
.header-container {
    background: url(../images/common/simBnr.png) no-repeat center;
	background-size: 100%;
    position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.info-container .header-container {
	background-image: url(../images/common/simImg.png);
	background-size: auto 100%;
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 100%;
}
.info-container .header-container {
	background-image: url(../images/common/simImg.png);
	background-size: auto 100%;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 22px;
	max-width: 240px;
	height: 100px;
	border-radius: 100%;
}
@media (min-width: 960px) {
	.header-container {
		float: left;
		margin-top: 2px;
		margin-right: 10px;
		margin-bottom: 10px;
		max-width: 240px;
		height: 100px;
		border-radius: 5px;
	}
}

.commonMenuBox {
	margin-bottom: 40px;
	color: #000;
	line-height: 1.8em;
}
.result-container .commonMenuBox {
	color: #fff;
}
.secDesc {}

/*==================
    body container styling
================================*/
.full-container {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
@media (min-width: 960px) {
	.full-container {
		max-width: 960px;
	}
}
.body-container {
    position: relative;
    display: block;
    margin: 0 auto;
    min-height: 295px;
	width: 100%;
    z-index: 44;
}
.body-container .subbody-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 60px;
    margin: 0 auto;
	max-width: 900px;
}
@media (max-width: 960px) {
	.fixed-cont { padding: 0 20px; }
	.body-container .subbody-container {
		flex-direction: column;
		padding: 0 20px;
	}
}
.body-container .content-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	width: 100%;
	max-width: 600px;
}
.body-container .breadcrumb { display: none; }

.body-container section { width: 100%; margin: 0px auto 20px; }

.body-footer {
	padding: 20px;
	text-align: center;
}
.result-container .body-footer { background: #7A4792; color: #fff; }
.body-footer .copyrightTxt { margin-top: 20px; text-align: center; }

/*==================
    info container styling
================================*/
.sec-cont { margin-bottom: 20px; }
.sec-cont.header {
	position: relative;
	font-size: 0.9em;
}
.sec-cont .secTitle {
	margin: 10px auto;
	padding-top: 4px;
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}
.section .secInfo {
    position: relative;
    line-height: 1.6em;
}
.section .secInfo .infoTit { margin-bottom: 15px; color: #000; font-weight: bold; }
.section .secInfo p {
	margin-bottom: 20px;
	color: #36110C;
    text-indent: 0;
}

/*==================
    input container styling
================================*/
.input-container .secDesc {}
.input-container .commonMenuBox {
	margin-bottom: 40px;
	line-height: 1.8em;
}
.input-container .infoelement { margin-bottom: 10px; }
.input-container .pricelinkelement { font-size: 0.9em; }
.input-container .info-container {
	display: flex;
	column-gap: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
.input-container .info-container .iconelement,
.input-container .info-container .prsnelement {
	background: url(../../../images/simple/love.svg) no-repeat left center;
	padding-left: 21px;
}
.input-container .info-container .prsnelement {
	background-image: url(../../../images/simple/person.svg);
}

.komi .komiTitle { margin-bottom: 10px; font-weight: bold; }
.komi ul { font-size: 0.95em; }
.komi ul li { display: flex; margin-bottom: 10px; }
.komi ul li:before {
	content: "";
    align-self: flex-start;
    display: block;
    background-color: #ccc;
    margin-top: 12px;
    margin-left: 5px;
	margin-right: 10px;
    min-width: 3px;
    height: 3px;
    border-radius: 50%;
}

.question .secInfo {
	background: #fff;
    margin: 0 auto 20px;
	padding: 20px 25px;
	min-width: 280px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .16);
	border-radius: 5px;
}
.question .secInfo .infoTitle { margin-bottom: 30px; font-weight: 500; }

.input-container .question table {
    display: table;
	color: #111;
}
.input-container .question table span {
    color: #331100;
}
.input-container table tr {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.input-container table th { display: none; }
.input-container table td {
    background: transparent no-repeat center 8px;
	vertical-align: top;
	color: #484848;
    font-size: 0.9em;
}
.input-container table tr span:after {
	content: "*";
	position: relative;
    top: -5px;
	left: 2px;
	font-size: 0.9em;
	font-weight: 400;
    color: #ff666a;
}
.input-container table select { padding: 6px 12px 6px 6px; }
input, select {
	background: transparent;
    margin-bottom: 2px;
    padding: 9px 8px;
	font-size: 1.0em;
	text-align: left;
    vertical-align: middle;
	border: none;
    border-bottom: 1px solid hsla(0, 0%, 79%, 0.83);
    border-radius: 3px;
}
form input[type="text"] {
	width: 98%;
	padding: 5px;
	border: none;
	border-bottom: 1px solid hsla(0, 0%, 79%, 0.83);
}
form input:focus-visible, form select:focus-visible { outline: none; border-bottom: 2px solid #936dfc; }
form a:focus-visible { outline-color: #774af5; }

.inputError { border: none!important; border-bottom: 2px solid #a80000 !important; }
form input[type="radio"], form input[type="checkbox"] {
    margin: 0 8px;
    vertical-align: middle;
}
form input[type="image"] {
	display: table;
	margin: 20px auto;
	padding: 0;
    border: 0;
}
.input-container .question .entry_save { margin: 20px auto 0; }
.input-container .question .entry_save label {
    float: left;
	font-size: 0.9em;
    line-height: 1.9em;
}
span.spanError:before {
    position: absolute;
	background: none;
	top: 0;
    color: #ff666a;
    left: 40px;
    font-size: 13px;
    width: 120px;
    text-align: center;
    line-height: 1.5em;
	border-radius: 3px;
	text-indent: 0;
	border: none;
}


.point-container {
	margin: 10px 15px 15px;
	height: 482px;
}
.point-container.first {
	background: transparent url(../images/info/bg_intro_1.jpg) no-repeat center top;
}
.point-container.second  {
	background: transparent url(../images/info/bg_intro_2.jpg) no-repeat center top;
}
.point-container.third  {
	background: transparent url(../images/info/bg_intro_3.jpg) no-repeat center top;
}
.point-container .top {
	color: #fff;
	height: 245px;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 175px 120px 60px 465px;
}
.point-container.first .top {
	padding-top: 140px;
	height: 295px;
}
.point-container .info {
	overflow: auto;
	height: 100%;
}


.point-container .bottom {
	background: transparent url(../images/info/bg_intro_foot.jpg) no-repeat center bottom;
	height: 60px;
}

.commonMenuBox .info {
	margin: 0px auto;
	position: relative;
}
.commonMenuBox .info .topelement {
	background: transparent url(../images/commonMenuBox_elm_top.png) no-repeat center top;
	top: -30px;
	display: block;
	text-align: center;
}
.commonMenuBox .info .infoelement {
	background: transparent url(../images/common/bg_menuTitle.png) no-repeat center top;
	padding: 35px 100px;
	display: block;
}
.commonMenuBox .info .infoelement img {
	float: left;
}
.commonMenuBox .info .infoelement img.title-margin {
	margin: 24px 0;
}

.resultCaption {
	background: transparent url(../images/bg-grab.png) no-repeat center;
	height: 270px;
	padding: 30px 65px 0px 360px;
	color: #fff;
}

.info.short p {
	width: 380px;
	float: left;
}

section .info-title,
.body-container section.result-first .content-box .top-heading {
	margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
.body-container section.result-first .content-box .papyrus_wrapper {
	position: relative;
}
.body-container section.result-first .content-box .papyrus_wrapper .compare-container .status {
	margin-top: 20px;
	margin-bottom: 10px;
}
.body-container section.result-first .content-box .papyrus_wrapper .compare-container img {
	float: left;
	max-width: 210px;
    margin-right: 20px;
}
.body-container section.result-first .content-box .papyrus_wrapper .compare-container .details {
	float: left;
	width: 100%;
	max-width: 370px;
}

.body-container section.result-second .content-box.special .info-title {
	padding: 195px 110px 25px;
}
.body-container section.result-second .content-box.special .info-title p {
	text-align: center;
	color: #68bdff;
}
.body-container section.result-second .content-box.special .bottom {
    height: 230px;
}

.label_wrap {
    background: -webkit-linear-gradient(#ffffff, #d6d6d6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	position: relative;
    display: flex;
	margin: 50px auto 20px;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.3em;
	justify-content: center;
    font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HGP明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    pointer-events: none;
}
.label_wrap div { width: 50%; }
.label_wrap div.label_full { width: 100%; }
.label_wrap.end { justify-content: center; top: -20px; }
.label_wrap.end div { width: 35%; }

.body-container section.result-second .content-box .date-container {
	padding: 20px 96px;
}
.body-container section.result-second .content-box .date-container .info {
    background: transparent url(../images/calc_bg.png) repeat-y center top;
	padding: 5px 100px;
	color: #990000;
	font-weight: bold;
}
.body-container section.result-second .content-box .date-container .info h1 {
	font-size: 30px;
	margin: 0;
	text-align: center;
}
.body-container section.result-second .content-box .date-container .info h1 small {
	font-size: 20px;
	margin: 5px;
}
.body-container section.result-second .content-box .date-container .bottom {
    background: transparent url(../images/calc_btm.png) no-repeat center bottom;
	height: 68px;
	margin-top: -5px;
}

.button-caption { text-align: center; }
.button-caption a { color: #ffff00; }
.button-caption a:hover { font-weight: bold; }

.result-container .huyu1 {
    background: transparent url(../images/common/att_txt.png) no-repeat center top;
    margin-top: 20px;
    height: 24px;
}
a:hover .free-btn,
a:hover .charge-btn,
.free-container .charge-btn:hover {
	background-position: center bottom !important;
}

.half {
	width: 50%;
    float: left;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
img {
	border: none;
}
img.pull-left {
	margin-right: 15px;
}
img.pull-right {
	margin-left: 15px;
}

.clear {
	clear: both;
}

.in {
	text-align: center;
	color: #fff;
}
.inImg {
	float: right;
	padding-right: 85px;
}
.inTex {
	width: 300px;
	float: left;
	padding-left: 85px;
}

.body-container section.no-margin {
	margin: 0;
}
.body-container section.no-padding {
	padding: 0;
}

/*******************************************
*** commonMenuIcon Styling
*******************************************/
.commonMenuIcon .iconelement {
    position: relative;
    float: left;
    width: 130px;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 33;
}

/*******************************************
*** New Section, menuTitle Styling
*******************************************/
.commonMenuBox .menuTitle {
    width: 100%;
    min-height: 100px;
    margin: 15px 25px;
    text-indent: -9999px;
}
#secNew .menuTitle {
    width: 100%;
    height: 143px;
    margin-bottom: 10px;
    text-indent: -9999px;
}
#secSpecial .menuTitle {
    width: 100%;
    height: 94px;
    margin-bottom: 10px;
    text-indent: -9999px;
/*    white-space: nowrap;*/
}
#secFulun .menuTitle {
    width: 100%;
    height: 139px;
    margin-bottom: 10px;
}

a .menuTitle {
    background-size: cover !important;
}
a .menuTitle:hover {
    background-position: center bottom !important;
}
/*******************************************
*** Profile Page Styling
*******************************************/
#secNew .secNew {
    background: transparent url(../images/profile/prfNewBg.png) repeat-y center top;
    padding: 65px 10px 0;
    margin-top: -70px;
}
#secNew .top {
    background: transparent url(../images/profile/prfNewTop.png) no-repeat center top;
    position: relative;
    height: 140px;
    z-index: 26;
}
#secNew .bottom {
    background: transparent url(../images/profile/prfNewBtm.png) no-repeat center bottom;
    height: 140px;
    margin-top: -140px;
}
#secNew .bottom .cover {
    background: transparent url(../images/profile/prfNewTri.png) no-repeat center bottom;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 33;
}
#secNew .info {
    position: relative;
    top: -50px;
    padding: 0px 60px 10px;
}
#secNew .info .half {
    position: relative;
    width: 45%;
    padding-left: 15px;
}
#secNew .info .left:first-child {
    background: transparent url(../images/profile/prfNewMiddle.png) repeat-y center right;
    padding-right: 36px;
    padding-bottom: 30px;
}
#secNew .info .iconcover {
    position: absolute;
    top: -100px;
    right: -95px;
    z-index: 33;
}
#secNew .info .left:first-child .iconcover {
    left: -80px;
}
#secNew .info .iconcover.diamond {
    background: transparent url(../images/profile/prfNewIconBg.png) no-repeat center top;
    width: 130px;
    height: 150px;
    padding-top: 18px;
}
#secNew .info .iconcover.diamond .new {
    background: transparent url(../images/profile/prfIconNew.png) no-repeat center bottom;
    position: relative;
    width: 100%;
    height: 100%;
    top: -8px;
    z-index: 33;
}
#secNew .info .infoelement {
    position: relative;
    z-index: 33;
}
#secNew .info .description {
    position: relative;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    z-index: 33;   
}

.secYear {
    background: transparent url(../images/profile/prfYrBg.png) no-repeat center top;
    position: relative;
    height: 200px;
    padding-top: 250px;
    padding-bottom: 35px;
}
.secYear:hover {
    background-image: url(../images/profile/prfYrBgOver.png);
}
.secYear .button {
    background: transparent url(../images/profile/prfBtnYr.png) no-repeat center bottom;
    width: 281px;
    height: 113px;
    margin: 0 auto;
}
.secYear:hover .button {
    background-position: center top;
}
#secRecm .secRecm > .top {
    background: transparent url(../images/profile/prfRecBckTop.png) no-repeat center top;
    padding: 150px 40px 0;
}
#secRecm .secRecm > .bottom {
    background: transparent url(../images/profile/prfRecBckBtm.jpg) no-repeat center top;
    height: 140px;
    margin-top: -70px;
}
#secRecm .info .left {
    background: transparent url(../images/profile/prfRecBg.png) repeat-y center top;
    position: relative;
    margin-bottom: 10px;
}
#secRecm .info .left > .top {
    background: transparent url(../images/profile/prfRecTop.png) no-repeat center top;
    height: 50px;
}
#secRecm .info .left > .bottom {
    background: transparent url(../images/profile/prfRecBtm.png) no-repeat center bottom;
    height: 50px;
}
#secRecm .info .left .iconelement {
    position: absolute;
    top: 5px;
    left: -35px;
}
#secRecm .info .left .infoelement {
    margin: -15px 45px 10px 80px;
    text-align: left;
}
#secRecm .info .left .infoelement a { color: #fff; }
#secRecm .info .left .infoelement a:hover { color: #adacac; }

#secSpecial .secSpecial {
    background: transparent url(../images/profile/prfSpBg.jpg) repeat-y center top;
}
#secSpecial .secSpecial > .top {
    background: transparent url(../images/profile/prfSpTop.png) no-repeat center top;
    padding: 230px 65px 0;
	min-height: 600px;
}
#secSpecial .secSpecial > .bottom {
    background: transparent url(../images/profile/prfSpBtm.jpg) no-repeat center bottom;
    height: 280px;
    margin-top: -210px;
}
#secSpecial .secSpecial .menuBlock {
    position: relative;
    width: 78%;
    margin: 0 auto;
    clear: both;
    z-index: 33;
}
#secSpecial .secSpecial .menuBlock:first-child {
    float: left;
}
#secSpecial .secSpecial .menuBlock > .top {
    background: transparent url(../images/profile/prfSpInrTop.png) repeat-y center -1px;
    padding-top: 80px;
}
#secSpecial .secSpecial .menuBlock > .bottom {
    background: transparent url(../images/profile/prfSpInrBtm.png) repeat-y center bottom;
    height: 120px;
    margin-top: -75px;
}
#secSpecial .secSpecial .menuBlock .catchbar {
    position: absolute;
    margin: 0 -48px;
    right: 0;
    top: 20px;
}
#secSpecial .secSpecial .menuBlock:first-child .catchbar {
    left: 0;
}
#secSpecial .secSpecial .menuBlock .inner {
    background: transparent url(../images/profile/prfSpInrBg.png) repeat-y center top;
}
#secSpecial .secSpecial .menuBlock .inner .float {
    position: relative;
    top: -40px;
    padding: 0 55px 0 20px;
}
#secSpecial .secSpecial .menuBlock .inner .float .iconelement {
    margin-left: -13px;
    top: -20px;
}
#secSpecial .secSpecial .menuBlock .inner .float .infoelement {
    padding-left: 100px;
}
#secSpecial .secSpecial .menuBlock .inner .float .description {
    width: 77%;
    margin-left: 118px;
}
#secSpecial .secSpecial .menuBlock .inner .float .description strong {
    font-weight: bold;
    margin-top: 10px;
}

#secFulun .secFulun {
    padding: 20px;
}
#secFulun .secFulun > .top {
    background: transparent url(../images/profile/prffulunTop.png) no-repeat center top;
    padding-top: 120px;
}
#secFulun .secFulun > .bottom {
    background: transparent url(../images/profile/prffulunBtm.png) no-repeat center top;
    height: 130px;
    margin-top: -90px;
}
#secFulun .info {
    position: relative;
}
#secFulun .info > .top {
    background: transparent url(../images/profile/prffulunInrTop.png) no-repeat center top;
    padding-top: 100px;
}
#secFulun .info > .bottom {
    background: transparent url(../images/profile/prffulunInrBtm.png) no-repeat center top;
    height: 100px;
}
#secFulun .info .inner {
    background: transparent url(../images/profile/prffulunInrBg.png) repeat-y center top;
}
#secFulun .info .inner .half {
    margin: -50px 0;
}
#secFulun .info .inner .half .description {
    width: 85%;
    margin-top: 30px;
    margin-left: 10px;
}
#secFulun .info .iconcover {
    position: relative;
    float: left;
    top: -20px;
    z-index: 33;
}
#secFulun .info .iconcover.diamond {
    background: transparent url(../images/profile/prffulunIconBg.png) no-repeat center top;
    width: 130px;
    height: 150px;
    padding-top: 18px;
}
#secFulun .info .infoelement {
    padding-left: 105px;
}

.secListing .secLove {
    background: #000 url(../images/profile/prfLoveBckBg.jpg) repeat-y center top;
}
.secListing .secMarry {
    background: #000 url(../images/profile/prfMarrBckBg.jpg) repeat-y center top;
}
.secListing .secLife {
    background: #000 url(../images/profile/prfLifeBckBg.jpg) repeat-y center top;
}

.secListing .secLove > .top, .secListing .secMarry > .top, .secListing .secLife > .top {
    padding-top: 165px;
}
.secListing .secLove > .bottom, .secListing .secMarry > .bottom, .secListing .secLife > .bottom {
    height: 170px;
    margin-top: -95px;
}
.secListing .secLove > .top {
    background: transparent url(../images/profile/prfLoveBckTop.png) no-repeat center top;
}
.result-container .secListing .secLove > .top {
    background: transparent url(../images/profile/rsltRecommTop.png) no-repeat center top;
}
.secListing .secMarry > .top {
    background: transparent url(../images/profile/prfMarrBckTop.png) no-repeat center top;
}
.secListing .secLife > .top {
    background: transparent url(../images/profile/prfLifeBckTop.png) no-repeat center top;
}
.secListing .secLove > .bottom {
    background: transparent url(../images/profile/prfLoveBckBtm.jpg) no-repeat center top;
}
.secListing .secMarry > .bottom {
    background: transparent url(../images/profile/prfMarrBckBtm.jpg) no-repeat center top;
}
.secListing .secLife > .bottom {
    background: transparent url(../images/profile/prfLifeBckBtm.jpg) no-repeat center top;
}

.secListing .outer {
    min-height: 400px;
    padding-top: 35px;
    text-align: left;
}
.secListing .secLove .outer {
    background: transparent url(../images/profile/prfLoveBckImg.png) no-repeat left top;
}
.secListing .secMarry .outer {
    background: transparent url(../images/profile/prfMarrBckImg.png) no-repeat left top;
}
.secListing .secLife .outer {
    background: transparent url(../images/profile/prfLifeBckImg.png) no-repeat left top;
}

.secListing .outer .ichi .float {
    float: right;
    width: 66%;
    margin: 40px 20px 0;
}
.secListing .outer .ichi .float .floatTop {
    padding: 48px 65px 0 40px;
    min-height: 200px;
}
.secListing .outer .ichi .float .floatBtm {
    height: 70px;
}
.secListing .secLove .outer .ichi .float .floatTop { background: transparent url(../images/profile/prfLoveIchiTop.png) no-repeat center top; }
.secListing .secLove .outer .ichi .float .floatBtm { background: transparent url(../images/profile/prfLoveIchiBtm.png) no-repeat center bottom; }
.secListing .secMarry .outer .ichi .float {
/*    background: transparent url(../images/profile/prfMarrIchiBg.png) repeat-y left top;*/
    float: left;
}
.secListing .secMarry .outer .ichi .float .floatTop { background: transparent url(../images/profile/prfMarrIchiTop.png) no-repeat center top; }
.secListing .secMarry .outer .ichi .float .floatBtm { background: transparent url(../images/profile/prfMarrIchiBtm.png) no-repeat center bottom; }
.secListing .secLife .outer .ichi .float .floatTop { background: transparent url(../images/profile/prfLifeIchiTop.png) no-repeat center top; }
.secListing .secLife .outer .ichi .float .floatBtm { background: transparent url(../images/profile/prfLifeIchiBtm.png) no-repeat center bottom; }

.secListing .info .iconelement {
    margin: -20px -10px;
}
.secListing .info .infoelement {
    padding-left: 125px;
	min-height: 100px;
}
.secListing .outer .ichi .infoelement {
    margin-left: 135px;
}
.secListing .outer .ichi .topic {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
}
.secListing .info .topic {
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
}
.secListing .secLove .topic a { color: #ff006c; }
.secListing .secLove .topic:visited a { color: #942851; }
.secListing .secMarry .topic a { color: #6000ff; }
.secListing .secMarry .topic:visited a { color: #702375; }
.secListing .secLife .topic a { color: #000f7c; }
.secListing .secLife .topic:visited a { color: #5a4278; }
.secListing .topic:hover a { color: #ff00f6; }
.secListing .outer .ichi .description {
    position: relative;
    margin-top: 10px;
    padding-bottom: 35px;
}
.secListing .outer .price {
    position: absolute;
    margin-top: 20px;
    right: 0;
    bottom: 5px;
    font-weight: bold;
}
.secListing .clist {
    position: relative;
    padding: 0 36px;
    min-height: 320px;
    clear: both;
    z-index: 33;
}
.secListing .secLove .clist {
    background: transparent url(../images/profile/prfMenuLoveShade.png) no-repeat 500px bottom;
}
.secListing .secMarry .clist {
    background: transparent url(../images/profile/prfMenuMarrShade.png) no-repeat 500px bottom;
}
.secListing .secLife .clist {
    background: transparent url(../images/profile/prfMenuLifeShade.png) no-repeat 500px bottom;
}
.secListing .clist .clisting .top {
    background: transparent url(../images/profile/prfLoveTop.png) no-repeat center top;
}
.secListing .clist .clisting .bottom {
    height: 60px;
    margin-top: -25px;
}
.secListing .secLove .clist .clisting .top {
    background: transparent url(../images/profile/prfLoveBg.png) repeat-y left top;
}
.secListing .secMarry .clist .clisting .top {
    background: transparent url(../images/profile/prfMarrBg.png) repeat-y left top;
}
.secListing .secLife .clist .clisting .top {
    background: transparent url(../images/profile/prfLifeBg.png) repeat-y left top;
}
.secListing .secLove .clist .clisting .info {
    background: transparent url(../images/profile/prfLoveTop.png) no-repeat left -4px;
}
.secListing .secMarry .clist .clisting .info {
    background: transparent url(../images/profile/prfMarrTop.png) no-repeat left -4px;
}
.secListing .secLife .clist .clisting .info {
    background: transparent url(../images/profile/prfLifeTop.png) no-repeat left -4px;
}
.secListing .secLove .clist .clisting .bottom {
    background: transparent url(../images/profile/prfLoveBtm.png) no-repeat left top;
}
.secListing .secMarry .clist .clisting .bottom {
    background: transparent url(../images/profile/prfMarrBtm.png) no-repeat left top;
}
.secListing .secLife .clist .clisting .bottom {
    background: transparent url(../images/profile/prfLifeBtm.png) no-repeat left top;
}
.secListing .clist .clisting .info {
    padding: 30px 25px 0;
}
.secListing .clist .clisting .description {
    position: relative;
    margin: 13px 16px 0;
    min-height: 120px;
    font-size: 0.9em;
    line-height: 1.5em;
    padding-bottom: 30px;
}

/********************************
*** Ending Styling
********************************/
.end-container {
	display: flex;
    flex-direction: column;
	margin-bottom: 20px;
    width: 100%;
    max-width: 220px;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.3em;
}
.end-container .end-wrapper { position: sticky; top: 20px; }
.end-container .button-container { margin-bottom: 10px; }
.end-container .label { margin-bottom: 5px; }
.end-container .userCont {
    display: flex;
    flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid hsla(0,0%,100%,.2);
}
.end-container .userCont .label {
	color: hsla(0,0%,100%,.5);
}
@media (max-width: 960px) {
	.end-container { max-width: 600px; }
	.end-container .end-wrapper > div:not(.button-container) {
		background: #7A4792;
		margin-bottom: 10px;
		padding: 10px 10px 6px;
		border-radius: 5px;
	}
	.end-container .price-container { display: flex; justify-content: space-between; }
	.end-container .userCont { margin-top: 0; border: none; }
	.end-container .userCont > div {
		display: flex;
		flex-direction: row;
	}
	.end-container .userCont > div .label { width: 40%; }
	.end-container .userCont > div .details { width: 60%; }
	.end-container .userCont > div .details p { text-align: right; }
}
