html {
	margin: 0;
	padding: 0;
}
body {
	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; }
@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; }
.txtHide { display: block; text-indent: -999px; }
.fixed-cont { margin: 20px auto 40px; }
.connection { text-align: center; }
.body-footer {
	padding: 20px;
	text-align: center;
}
.result-container .body-footer { background: #7A4792; color: #fff; }
.body-footer .copyrightTxt { margin-top: 20px; text-align: center; }

/********************************
*** Paragraph & Padding Styling
********************************/
h2 {
	opacity: 0.8;
    font-size: 1.1em;
    line-height: 1.3em;
}
p { text-align: left; }
a { color: #936dfc; text-decoration: underline; }
.result-container a { color: #FFD700; }
a:hover { text-decoration: none; }
.result-container .paragraph { line-height: 1.8em; }
/*.result-container .paragraph p { padding: 0 10px; }*/
p.no-indent { text-indent: 0 !important; }
strong { font-weight: bold; }

.text-center { text-align: center; }
.text-black { color: #000; }
.text-yellow { color: #ffe400; }
.text-purple { color: #c60095; }
.text-soft-purple { color: #800b8b !important; }
.text-dark-purple { color: #1b0142; }
.text-pink { color: #ffa5d8; }
.text-blue { color: #004672; }
.attention, span.red { color: #ff0000; }
form .attention { color: #b2b2b2; }

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

.float-top {
    position: relative;
    z-index: 22;
}

.block-center {
	display: table;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}
.half {
	width: 50%;
    float: left;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
img-responsive {
	max-width: 100%;
	margin: 0 auto;
}
img {
	border: none;
}
img.pull-left {
	margin-right: 15px;
}
img.pull-right {
	margin-left: 15px;
}

.center {
    margin: 0 auto;
    display: block;
}
.clear { clear: both; }

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

/********************************
*** Header Part
********************************/
header { display: none; }
.header-container {
    background: url(../images/common/jinBnr.png) no-repeat center;
	background-size: 100%;
    position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.info-container .header-container {
	background-image: url(../images/common/jinImg.png);
	background-size: auto 100%;
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 100%;
}

.info-container .header-container {
	background-image: url(../images/common/jinImg.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;
		max-width: 240px;
		height: 100px;
		border-radius: 5px;
	}
}


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

/********************************
*** Body Part
********************************/
.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 { margin: 0px auto 20px; }
@media (max-width: 960px) {
	.body-container section { width: 100%; }
}

/********************************
*** Input Page
********************************/
.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_cont .komiTitle { margin-bottom: 10px; font-weight: bold; }
.komi_cont ul { font-size: 0.95em; }
.komi_cont ul li { display: flex; margin-bottom: 10px; }
.komi_cont 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%;
}

.two-design .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;
}
.two-design .secInfo .infoTitle { margin-bottom: 30px; font-weight: 500; }

.input-container .two-design table {
    display: table;
	color: #111;
}
.input-container .two-design table span {
    color: #331100;
}
.input-container table tr {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.input-container table th {
    background: transparent no-repeat center 8px;
	vertical-align: top;
	color: #484848;
    font-size: 0.9em;
}
.input-container table th: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 .two-design .entry_save { margin: 20px auto 0; }
.input-container .two-design .entry_save label {
    float: left;
	font-size: 0.9em;
    line-height: 1.9em;
}
.spanError {
    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;
}

/********************************
*** Info Page
********************************/
.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;
}
.sec-cont .secInfo {
    position: relative;
    line-height: 1.6em;
}
.sec-cont .secInfo .infoTit { margin-bottom: 15px; color: #000; font-weight: bold; }
.sec-cont .secInfo p {
	margin-bottom: 20px;
	color: #36110C;
    text-indent: 0;
}


/********************************
*** Result Page
********************************/
.rsltCmn, .secListing {
    width: 100%;
	max-width: 660px;
	color: #fff;
}
.rsltCmn .secTop .details {
    text-indent: 0;
}
.secIntro .secInfo { padding-bottom: 20px; }
.rsltCmn .secInfo .paragraph { margin-bottom: 20px; }
.rsltCmn .secInfo .paragraph.part {}
.rsltCmn .secInfo .paragraph.part p { margin-bottom: 8px; }
.secIntro .secInfo .paragraph {
    padding: 5px 130px;
}

.secIntro .secTop {
    background: transparent url(../images/result/rsltInfoTop.png) no-repeat center top;
    height: 436px;
	text-indent: -9999px;
}

.secCommon .secInfo { color: #fff; }

.secUser .secTitle {
    padding: 35px 0 0;
    height: 90px;
}

.userInfo {
	background: transparent url(../images/result/rsltAbtMe.png) no-repeat center top;
	padding-top: 60px;
	display: table;
	width: 300px;
	margin: 0 auto;
}
.target .userInfo {
	background-image: url(../images/result/rsltAbtOne.png);
}
.userInfo p {
    text-indent: 0;
	margin-bottom: 10px;
}
.userInfo .tit {
    background: transparent no-repeat center top;
    text-indent: -9999px;
    width: 100%;
    margin-bottom: 5px;
}
.userInfo .tit.titNm { background-image: url(../images/result/rsltTitNm.png); }
.userInfo .tit.titBday { background-image: url(../images/result/rsltTitBday.png); }
.userInfo .tit.titSex { background-image: url(../images/result/rsltTitSex.png); }

.fateWrapper {
	display: flex;
}
.fateWrapper .fateCont {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.fateWrapper .fateCont .fateTitle, .cmnTit {
	margin-bottom: 20px;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.3em;
	background: -webkit-linear-gradient(#ffffff, #d6d6d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HGP明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fateWrapper .fateCont .fateImg img { max-width: 100%; }

/* SecListing Container */
.secListing .secTitle {
	margin-bottom: 20px;
    font-size: 1.2em;
	font-weight: bold;
}
.secListing .secList { position: relative; }
.secListing .secInfo .secInList {}
.secListing .secInfo .secInList .paragraph { color: hsla(0,0%,100%,.8); }

.secListing .secMsg .secTop {
    background-image: url(../images/result/rsltTruTop.png);
    height: 433px;
	margin-top: 0;
}
.secMsg .subTitle .secTop {
    background: transparent url(../images/result/rsltTruMid.png) no-repeat center top;
    height: 163px;
}

/********************************
*** 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 {
	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; }
}

/********************************
*** 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; }
.result-container .content-wrapper .blur a:hover {}
.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: 140px;
    padding-top: 83px;
}


/* Top Page Styling */
.top-container .commonMenuBox { padding: 2px 45px; }
.top-container .secIchi .commonMenuBox { padding: 2px 45px; }
.top-container .commonMenuBox .info .infoelement {
	width: 70%;
	font-size: 1.1em;
	line-height: 1.3em;
}
.top-container .description { color: #000; }
.top-container .description br { display: none; }
.top-container .price {
	text-align: right;
	margin: 5px 0;
}
.top-container .secNew .secTop {
	background: transparent url(../images/top/newTop.png) no-repeat center top;
	height: 350px;
}
.top-container .secNew .secBtm {
	background: transparent url(../images/top/newBtm.jpg) no-repeat center top;
	height: 130px;
}
.top-container .secNew .secInfo {
	background: transparent url(../images/top/newBg.jpg) repeat-y center top;
	padding: 2px 50px;
}

.top-container .secSpecial .secTop {
	background: transparent url(../images/top/packTop.png) no-repeat center top;
	height: 350px;
}
.top-container .secSpecial .secBtm {
	background: transparent url(../images/top/packBtm.jpg) no-repeat center top;
	height: 130px;
}
.top-container .secSpecial .secInfo {
	background: transparent url(../images/top/packBg.jpg) repeat-y center top;	
	padding: 2px 50px;
}

.secRecomm { margin: 0 auto; max-width: 834px; }
.body-container .secRecomm .commonMenuBox .info { color: #000; }
.top-container .secRecomm .secTop, .result-container .secRecomm .secTop {
	background: transparent url(../images/top/recTop.png) no-repeat center top;
	height: 350px;
}
.top-container .secRecomm .secBtm, .result-container .secRecomm .secBtm {
	background: transparent url(../images/top/recBtm.jpg) no-repeat center top;
	height: 130px;
}
.top-container .secRecomm .secInfo, .result-container .secRecomm .secInfo {
	background: transparent url(../images/top/recBg.jpg) repeat-y center top;	
	padding: 12px 50px 2px;
}

.secFree {
	background: transparent;
	background-image: url(../images/top/free/freeTop.jpg), url(../images/top/free/freeBtm.jpg), url(../images/top/free/freeBg.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center top;
	margin: 0 auto;
    padding: 350px 50px 120px;
	max-width: 834px;
	margin-bottom: 20px;
}

.cateNavi {
	display: table;
	margin: 0 auto;
}
.cateNavi .naviCate {
	background: transparent no-repeat center top;
	display: inline-table;
	height: 90px;
	width: 260px;
}
.cateNavi .naviCate:hover {
	background-position: center bottom;
}
.cateNavi .naviLove { background-image: url(../images/top/naviLove.png); }
.cateNavi .naviMarry { background-image: url(../images/top/naviMarry.png); }
.cateNavi .naviLife { background-image: url(../images/top/naviLife.png); }

.top-container .secLove .secTop {
	background: transparent url(../images/top/loveTop.png) no-repeat center top;
	height: 340px;
}
.top-container .secLove .secBtm {
	background: transparent url(../images/top/loveBtm.jpg) no-repeat center top;
	height: 120px;
}
.top-container .secLove .secInfo {
	background: transparent url(../images/top/loveBg.jpg) repeat-y center top;	
	padding: 2px 50px;
}

.top-container .secMarry .secTop {
	background: transparent url(../images/top/marryTop.png) no-repeat center top;
	height: 340px;
}
.top-container .secMarry .secBtm {
	background: transparent url(../images/top/marryBtm.jpg) no-repeat center top;
	height: 120px;
}
.top-container .secMarry .secInfo {
	background: transparent url(../images/top/marryBg.jpg) repeat-y center top;	
	padding: 2px 50px;
}

.top-container .secLife .secTop {
	background: transparent url(../images/top/lifeTop.png) no-repeat center top;
	height: 340px;
}
.top-container .secLife .secBtm {
	background: transparent url(../images/top/lifeBtm.jpg) no-repeat center top;
	height: 120px;
}
.top-container .secLife .secInfo {
	background: transparent url(../images/top/lifeBg.jpg) repeat-y center top;	
	padding: 2px 50px;
}

.top-container .secListing .secIchi {
	margin-bottom: 10px;
}
.top-container .secListing .secIchi .ichiTop {
	background: transparent url(../images/top/ichiTop.png) no-repeat center top;
	height: 53px;
}
.top-container .secListing .secIchi .ichiBtm {
	background: transparent url(../images/top/ichiBtm.png) no-repeat center top;
	height: 53px;
}
.top-container .secListing .secIchi .ichiInfo {
	background: transparent url(../images/top/ichiBg.png) repeat-y center top;
}
.top-container .secListing .secMenu {
	position: relative;
	display: table;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.top-container .secListing .secMenu .price {
	position: absolute;
    right: 50px;
    bottom: 20px;
}
.top-container .secListing .secMenu .menuTop {
	background: transparent url(../images/top/menuTop.png) no-repeat center top;
	height: 50px;
}
.top-container .secListing .secMenu .menuBtm {
	background: transparent url(../images/top/menuBtm.png) no-repeat center top;
	height: 50px;
}
.top-container .secListing .secMenu .menuInfo {
	background: transparent url(../images/top/menuBg.png) repeat-y center top;
	min-height: 300px;
}

.yudoDiv {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 700px;
    color: #100;
}
.yudoDiv p { text-align: center; }
.secYudo {
	background: transparent;
	background-image: url(../images/result/free/rsltRecTop.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;
	margin: 0 auto;
    padding: 290px 0 110px;
	max-width: 834px;
}
.secYudo .yudoInner { padding: 0 20px; }
.secYudo .yudoResult { padding: 0 55px; }
.secYudo .komiTitle {
    margin: 10px 15px 20px;
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
	text-align: center;
	border-top: 2px double #000;
	border-bottom: 2px double #000;
}
