html {
	margin: 0;
	padding: 0;
}

body {
	font-family: '微軟正黑體', '蘋果儷黑體', '新細明體', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Tahoma, Verdana, sans-serif;
	background: #000 url(../images/common/mBnrBg.jpg) no-repeat center top;
	background-attachment: fixed;
    color: #000;
	font-size: 17px;
	line-height: 1.5em;
    margin: 0;
    padding: 0;
}

@media (max-width: 1200px){
	body {
		display: inline-block;
	}
}

.hidden-md { display: none !important; }
div { display: block; }
.clear { clear: both; }

.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .clearfix { zoom: 1; }

.txtHide { text-indent: -9999px; }

img.center {
	display: block;
	margin: 0 auto;
}

.block-center {
	display: table;
	margin: 0 auto;
}

a:hover { text-decoration: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.no-touch {	pointer-events: none; }

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

.col { float: left; }

.colFull { width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3em;
}

strong { font-weight: bold !important; }

.paragraph {
	line-height: 1.5em;
	text-align: justify;
}

.paragraph p {
	margin-bottom: 10px;
	text-indent: 17px;
}

p.big { font-size: 1.1em; }

p.small {
	font-size: .9em;
	line-height: 1.3em;
}

p.no-indent { text-indent: 0; }

.tCenter { text-align: center; }

.title {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}

.whiteGrad::after {
    color: #fff;
}

.tgrad {
	position: relative;
	width: 100%;
}

.tgrad:before,
.tgrad:after {
	position: absolute;
	content: attr(title);
	display: block;
	width: 100%;
	top: 0;
	left: 0;
}

.gradColor::after {
	color: #330356;
}

.gradTop::after {
	mask-image: -webkit-linear-gradient(top,rgba(0,0,0,1),rgba(0,0,0,0.4) 40%,rgba(0,0,0,0.2) 52%,rgba(0,0,0,0));
    -webkit-mask-image: -webkit-linear-gradient(top,rgba(0,0,0,1),rgba(0,0,0,0.4) 40%,rgba(0,0,0,0.2) 52%,rgba(0,0,0,0));
}

.gradBtm::after {
	mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0));
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0));
}

.tRed,
.attention {
	color: red;
}
.tMaroon { color: #860000; }
.tYellow { color: #ff0; }
.tSPurple { color: #d7b0ff; }
.tLGreen { color: #B8FFAA; }
.tLYellow { color: #FDD891; }
.nLYellow { color: #ffeeaa; }
.tLPink { color: #FFAAFF; }
.tDGreen { color: #0a5d01; }
.tBrown { color: #941601; }
.tAqua { color: #2ee8e6; }
.tDBlue { color: #01258d; }
.tBlue { color: #1e06a3; }
.tPurple { color: #960fc7; }
.tLPurple { color: #d78ef6; }
.tDPurple { color: #44237e; }
.tPink { color: #ff5d99; }
.tGold { color: #e4d271; }
.tBlack { color: #000; }
.tWhite { color: #fff; }


/********************************
*** Header Part
********************************/
header{
	background: transparent url(../images/common/naviBg.png) no-repeat center top;
	background-size: 100%;
	min-height: 125px;
}
.navi-container {
	background: transparent;
	width: 100%;
	max-width: 760px;
	height: 67px;
	margin: 0 auto;
}
.navi-container .navi_btn {
	position: relative;
	background: transparent url(../images/common/button/naviSprite.png) no-repeat center 0px;
	background-size: 100%;
	top: 17px;
	width: 253px;
	height: 38px;
	margin: 0 auto;
}
.navi-container a:hover .navi_btn { background-position: center -49px; }
.navi-container .navi_btn:before {
	content: "";
	position: relative;
	background: url(../images/common/button/naviTxt.png) no-repeat 56px 1px;
	background-size: 52%;
	display: table;
	top: 7px;
	width: 100%;
	height: 28px;
}
.navi-container .navi_profile:before { background-position: 56px -31px; }
.navi-container .navi_info:before { background-position: 57px -64px; }
/*.navi-container .navi_sample:before { background-position: 56px -129px; }*/
.navi-container .navi_input:before { background-position: 62px -96px; }

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

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

.body-container .commonMenuBox {
	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: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 0px 14px #2783f6, 0px 0px 14px #76a1ff;
	
}
.body-container .commonMenuBox .cmnTop {
    background: url(../images/common/menu/cmnMenuTop.jpg) no-repeat center top;
	background-size: 100%;
	min-height: 72px;
}
.body-container .commonMenuBox .cmnBtm {
    background: url(../images/common/menu/cmnMenuBtm.jpg) no-repeat center bottom;
	background-size: 100%;
	min-height: 80px;
}
.commonMenuBox .infoelement { 
	position: relative; 
	padding: 0 60px;
}
.commonMenuBox .infoelement .titelement h3 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 2px;
	text-shadow: 0px 0px 14px #f0f, 0px 0px 14px #f0f;
}
.commonMenuBox .titelement { padding-left: 85px; }

.iconelement {
	background: transparent no-repeat center top;
	background-size: 100%;
	position: relative;
	float: left;
	width: 75px;
	height: 85px;
}
/* icon: free, xiangyu, danlian, erdwl, ngrdxy, qihedu, jiehun, life, future, job, total, bulun, fuhuoai, qingyu, kulian, jwzh, nianyun, jueduan, fuyuan, lovedirection, rjgx, spdyx, suyuan, zhenxin, zhuanji, kaiyun, zaihun, lihun, ageDiff, yueyun, kindanLove, spdlq, nightqhd */
.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.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 {
    color: #eee;
    width: 75%;
    font-size: 1em;
    text-align: center;
    margin: 10px auto;
	text-shadow: 0px 2px 2px #063b98;
}

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

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

.fixed-cont,
.subbody-container {
	position: relative;
	margin: 0 auto;
	max-width: 790px;
}

.body-footer {
	background: transparent url(../images/common/mBg.png) repeat-y center top;
	background-size: 100%;
	color: #bba162;
	padding: 20px 0;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}
.body-footer .copyrightTxt {
	margin-top: 20px;
	text-align: center
}
.body-footer a {
	color: #e8ca22;
	font-weight: bold;
	text-shadow: 0px 2px 2px #1a0267;
}

/*##################
	  Button
##################*/
.input_submit a { text-decoration: none; }
.free-btn,
.charge-btn {
	position: relative;
	display: inline-table;
	width: 340px;
	height: 175px;
	margin-bottom: 15px;
}
.free-btn { 
	background: transparent url(../images/common/button/btnFree.png) no-repeat center top; 
	background-size: 100%;
}
.free-btn:hover {background-position: center -179px; }

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

.free-btn .btnText,
.charge-btn .btnText {
	font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: table-cell;
	padding: 40px 20px;
	height: 100%;
	width: 100%;
	line-height: 0;
	font-size: 1.8em;
	text-align: center;
	opacity: .85;
	color: #f5be19;
	vertical-align: middle;
	text-shadow: -4px 1px 3px #000, 0 -5px 3px #000, 0 4px 3px #000, 4px 4px 5px #000, 0 4px 3px #000;
}
.free-btn .title, .charge-btn .title , .submit-btn .title {
	position: absolute;
    width: 100%;
    top: 42%;
    font-size: 1.5em;
    text-align: center;
    text-shadow: 1px 1px 5px #000, 1px 2px 8px #000, 1px 2px 10px #000;
} 
.free-container .submit-btn .title { 
	top: 35%; 
    font-size: 1.2em;
}
.free-btn .btnText { letter-spacing: 5px; }
.free-container .charge-btn .btnText {
	padding: 0;
	font-size: 1.6em;
}
.free-container .submit-btn {
	position: relative;
 	background: transparent url(../images/common/button/btnSubmit.png) no-repeat center top; 
	float: none;
	display: table;
	width: 315px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.1em;
}
.free-container .secCommon .submit-btn { width: 340px; }
.free-container .submit-btn:hover { background-position: center -112px; }
.result-container.free-container .freeShowBtn {
	position: relative;
 	background: transparent 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 {
	color: #fff;
	position: relative;
	background: transparent;
	background-image: url(../images/info/senjaTop.jpg), url(../images/info/senjaBtm.jpg), url(../images/info/senjaBg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-size: 100%;
	max-width: 855px;
	margin: 0 auto;
}
.info-container .section.profile { padding: 450px 0 120px; }
.info-container .section.profile .secInfo { padding: 40px 100px 30px; }
.info-container .section.profile .secInfo ul { padding: 0; }
.info-container .section.profile .secInfo ul li strong {
	background: url(../images/info/proIcon.png) no-repeat;
	display: block;
	color: #ebf;
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.5;
	text-shadow: 0px 0px 10px #909, 0px 0px 10px #909, 0px 0px 10px #909;
}
.info-container .section.profile .secInfo ul li span { 
	display: block;
	background: url(../images/info/proIcon2.png) no-repeat left center;
	padding-left: 25px;
	margin-left: 10px;
	margin-bottom: 8px;
	line-height: 1.5;
}
.info-container .section.profile .secInner {
	position: relative;
	background: transparent;
	background-image: url(../images/info/proMsgTit.jpg), url(../images/info/senjaBtm2.jpg), url(../images/info/senjaBg2.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-size: 100%;
	max-width: 690px;
	margin: 0 auto;
	padding-top: 130px;
}
.info-container .section.profile .secInner .paragraph { padding: 10px 60px 70px; }
.info-container .section.profile .proSign {
	background: url(../images/info/proNm.png) no-repeat;
	width: 396px;
	height: 165px;
	margin: 0 0 0 auto;
}
/*###### End Profile ######*/

.info-container .section.about { 
	background: transparent url(../images/info/jutsuTop.png) no-repeat top center;
	background-size: 100%;
	padding-top: 110px;
}
.info-container .section.about .jutsuCatch { 
	background: transparent url(../images/info/jutsuCatch.jpg) no-repeat top center;
	background-size: 100%;
	display: block;
	margin: 0 auto;
	padding-top: 535px;
}
/*###### End About ######*/

.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: transparent 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 .monthMsg strong,
.secRecommCatch .secInfo .secCatchInfo strong {
	color: #ff3;
	letter-spacing: 0;
	font-size: 100%;
	text-shadow: 0px 1px 4px #c00, 0px 1px 4px #c00, 0px 1px 4px #c00;
}
.secRecomm .secInfo { 
	background: transparent;
	background-image: url(../images/top/monthBtm.jpg), url(../images/top/monthBg.jpg);
	background-repeat: no-repeat, repeat-y;
	background-position: center bottom, center top;
	background-size: 100%;
	margin-bottom: -30px;
	padding-bottom: 100px;
}
.secRecomm .secInner { padding-bottom: 25px; }
.secRecomm .monthTop1 {
	background: transparent url(../images/top/monthTop1.png) no-repeat center top;
	background-size: 100%;
	padding-top: 231px;
}
.secRecomm .monthTop2 {
	background: transparent url(../images/top/monthTop2.png) no-repeat center top;
	background-size: 100%;
	padding-top: 260px;
}
.secRecomm .monthTop3 {
	background: transparent url(../images/top/monthTop3.png) no-repeat center top;
	background-size: 100%;
	padding-top: 240px;
}
.secRecomm .monthTop2 .monthMsg .topMsg { margin: 0 20px 20px auto; }
.secRecomm .monthMsg .btmMsg {
	background: url(../images/top/monthMsgBg2.jpg) repeat-y center center ;
	background-size: 100%;
	margin: 10px 45px 30px;
	padding: 10px 10px;
	font-size: 1.2em;
	border-radius: 16px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #abc, 0 0 10px #abc;
}
.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 */

/* ----------------------
 * secCont motif_sample
 *---------------------- */
.secRecomm div.i_type2_sample1,
.secRecomm div.i_type2_sample2,
.secRecomm div.i_type2_sample3 {
	display: block;
    position: absolute;
	width: 780px;
	height: 600px !important;
	top: 0 !important;
	left: 0;
	opacity: 1 !important;
	z-index: 9;
	background: url(../images/top/type2/intro_type5_sample.png) no-repeat;
	background-size: 100%;
}
.secRecomm div.i_type2_sample1 {top: -6px !important;}
.secRecomm div.i_type2_sample2 {top: 0 !important;}
.secRecomm div.i_type2_sample3 {top: 0 !important;}

/* ----------------------
 * secCont result_type2
 *---------------------- */
.secRecomm #res_type2_bg1,
.secRecomm #res_type2_bg2,
.secRecomm .i_type2_box1 {
	display: block;
	position: relative;
	width: 730px;
    height: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.secRecomm .i_type2_box1 div {
    display: block;
    position: absolute;
}
.secRecomm .i_type2_box1 img {
    display: block;
    position: absolute;
}
.secRecomm .i_type2_bg1 {background: url(../images/top/type2/res_type2_bg1.jpg) no-repeat;}
.secRecomm .i_type2_bg2 {background: url(../images/top/monthBg1.jpg) no-repeat;}
.secRecomm .i_type2_sup1 {background: url(../images/top/type2/res_type2_sup1.png) no-repeat;}
.secRecomm .i_type2_eff1 {background: url(../images/top/type3/res_type3_eff1.png) no-repeat;}
.secRecomm .i_type2_mask1 {background: url(../images/top/type2/res_type2_mask1.png) no-repeat;}
/*.secRecomm .i_type2_soul1 {background: url(../images/top/type2/res_type2_soul1.png) no-repeat;}*/
/*.secRecomm .i_type2_sil1 {background: url(../images/top/type2/res_type2_sil1.png) no-repeat;}*/
.secRecomm .person2 .i_type2_sil1 {
	background: url(../images/top/type2/res_type2_sil2.png) no-repeat;
	background-size: 100%;
}
.secRecomm .person2 .i_type2_soul1 {
	background: url(../images/top/type2/res_type2_soul2.png) no-repeat;
	background-size: 100%;
}
.secRecomm .i_type2_box1 div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100%;
}
.secRecomm .i_type2_soul_box1 img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.secRecomm .i_type2_sil1 {
	transform: scale(1.3);
	transform-origin: center 70%;
}

/*comment*/
.secRecomm p[class^="i_type2_txt"]{
	position: absolute;
	color: #fff;
	top: 60px;
	width: 100%;
	height: 100px;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.2;
	text-align: center;
	text-shadow: 0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06;
}
.secRecomm .person1 p.i_type2_txt2,
.secRecomm .person1 span.i_type2_span2,
.secRecomm .person1 span.i_type2_span3,
.secRecomm .person2 p.i_type2_txt1,
.secRecomm .person2 span.i_type2_span1,
.secRecomm .person2 span.i_type2_span3,
.secRecomm .person3 p.i_type2_txt2,
.secRecomm .person3 span.i_type2_span1,
.secRecomm .person3 span.i_type2_span2 {
	display: none;
}
.i_type2_box1 p strong { color: #ff0; }

/*name*/
.secRecomm .i_type2_name1,
.secRecomm .i_type2_name2{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 540px;
	left: 0;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000;
	letter-spacing: -0.05em;
	transform: scaleX(0.9);
}
.secRecomm .person1 p.i_type2_name2,
.secRecomm .person3 p.i_type2_name1 {
	display: none;
}
.secRecomm .person2 p.i_type2_name1 {
	width: 50%;
	left: 6%;
	padding: 0;
}
.secRecomm .person2 p.i_type2_name2 {
	width: 50%;
	left: 44%;
	padding: 0;
}

/*opacity*/
.secRecomm .i_type2_bg2,
.secRecomm .i_type2_soul1,
.secRecomm .i_type2_sup1,
.secRecomm .i_type2_eff1,
.secRecomm .i_type2_eff2,
.secRecomm .i_type2_word1,
.secRecomm .i_type2_word2,
.secRecomm .i_type2_word3,
.secRecomm .i_type2_word4,
.secRecomm .i_type2_word5,
.secRecomm .i_type2_img1,
.secRecomm .i_type2_img2,
.secRecomm .i_type2_txt4,
.secRecomm .i_type2_txt5,
.secRecomm .i_type2_soul_box1
{
	opacity: 0;
}
/*animation*/
.anime1 .i_type2_eff1 { animation: anim_eff1 2s linear 4.0s forwards; }
.anime1 .i_type2_eff2 { animation: fadein 2s linear 2.5s forwards; }
.anime1 .i_type2_word1 { animation: fadein 1s linear 3.5s forwards; }
.anime1 .i_type2_word2 { animation: fadein 1s linear 4.0s forwards; }
.anime1 .i_type2_word3 { animation: fadein 1s linear 4.5s forwards; }
.anime1 .i_type2_word4 { animation: fadein 1s linear 5.0s forwards; }
.anime1 .i_type2_word5 { animation: fadein 1s linear 5.5s forwards; }
.anime1 .i_type2_img1 { animation: fadein 1s linear 4.0s forwards; }
.anime1 .i_type2_img2 { animation: fadein 1s linear 5.0s forwards; }
.anime1 .i_type2_txt1,
.anime1 .i_type2_txt2,
.anime1 .i_type2_txt3 {
    animation:fadeout 1s linear 3.0s forwards;
}
.anime1 .i_type2_txt4 {
    animation:
		fadein 1s linear 3.0s forwards,
		fadeout 1s linear 5.0s forwards;
}
.anime1 .i_type2_txt5 {
    animation:
		fadein 1s linear 6.5s forwards,
		fadeout 1s linear 9.5s forwards;
}
.anime1 .i_type2_sup1 { animation: glow2 4.5s linear 3.0s forwards; }
.anime1 .i_type2_bg2 {
    animation:
		fadein 2s linear 5.5s forwards,
		fadeinout4 2s linear 7.5s forwards;
}
.anime1 .i_type2_soul1 { animation: fadein 2s linear 7.5s forwards }
.anime1 .i_type2_soul_box1 { animation: fadein 2s linear 8.5s forwards }
.anime1 .i_type2_soul_box1 img { animation: fadeinout4 3s linear 9.5s 3 }
.anime1 .i_type2_eff1 { animation: glow3 3.0s ease-out 4.5s forwards }
.anime1 .i_type2_sil1 { animation: scale1 8.0s ease 1s forwards }
/* ----------------------
 * secCont result_type2
 *---------------------- */

/* ----------------------
 * secCont result_type3
 *---------------------- */
.secRecomm #res_type3_bg1,
.secRecomm .i_type3_box1 {
	display: block;
	position: relative;
	width: 780px;
    height: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.secRecomm .i_type3_box1 img {
    display: block;
    position: absolute;
}
.secRecomm .i_type3_bg1 {background-image: url(../images/top/monthBg3.jpg);}
.secRecomm .type2 .i_type3_bg1 {background-image: url(../images/top/monthBg1.jpg);}
.secRecomm .type3 .i_type3_bg1,
.secRecomm .type4 .i_type3_bg1 {
	background-image: url(../images/top/monthBg3.jpg);
}
.secRecomm .i_type3_sup1 {background-image: url(../images/top/type3/res_type3_sup1.png);}
.secRecomm .type3 .i_type3_sup1,
.secRecomm .type4 .i_type3_sup1 {
	background-image: url(../images/top/type3/res_type3_sup2.png);
}
.secRecomm .i_type3_eff1 {background-image: url(../images/top/type3/res_type3_eff1.png);}
.secRecomm .i_type3_eff2 {background-image: url(../images/top/type3/res_type3_eff1.png);}
.secRecomm .i_type3_mask1 {background-image: url(../images/top/type3/res_type3_mask1.png);}
/*.secRecomm .i_type3_trial_box {background-image: url(../images/top/type3/res_tarot_btn_box1.png);}*/

.secRecomm .i_type3_box1 div {
    display: block;
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.secRecomm .i_type3_word1 {
    width: 50%;
    left: -2%;
    top: 10%;
    transform: rotate(343deg);
}
.secRecomm .i_type3_word2 {
    width: 50%;
    right: -2%;
    top: 8%;
    transform: rotate(12deg);
}
.secRecomm .i_type3_word3 {
    width: 44%;
    left: 0%;
    top: 64%;
    transform: rotate(9deg);
}
.secRecomm .i_type3_word4 {
    width: 40%;
    right: 1%;
    top: 62%;
    transform: rotate(353deg);
}
.secRecomm .i_type3_word5 {
    width: 80%;
    left: 10%;
    top: 34%;
}
.secRecomm .i_type3_img1 {
    width: 63%;
    left: -2%;
    top: -1%;
}
.secRecomm .type3 .i_type3_img1 {
    width: 73%;
    left: 15%;
    top: 10%;
}
.secRecomm .i_type3_img2 {
    width: 57%;
    right: -2%;
    top: 41%;
}
.secRecomm .type3 .i_type3_img2 { display: none; }
.secRecomm p.i_type3_txt1 {
	color: #fff;
	position: absolute;
	top: auto;
	bottom: 50px;
	width: 100%;
	height: 100px;
	padding: 0;
	font-size: 2em;
	line-height: 1.3;
	text-align: center;
	text-shadow: 0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06;
}

/*trial*/
.secRecomm div.i_type3_trial_box{
	height: 0;
	overflow: hidden;
}
.secRecomm .i_type3_trial_box input {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: auto;
}
.secRecomm .i_type3_trial_box p {
	padding: 140px 10px 20px;
	color: #fff;
	font-size: 40px;
	text-shadow: 0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06;
}

/*efp*/
.secRecomm img[class^="i_type3_efp"]{}
.secRecomm .i_type3_efp1 { width: 380px; top: 30px; left: 200px; }
.secRecomm .i_type3_efp2 { width: 420px; top: 300px; left: 20px; }
.secRecomm .i_type3_efp3 { width: 440px; top: 50px; left: 420px; }
.secRecomm .i_type3_efp4 { width: 440px; top: 350px; left: 50px; }
.secRecomm .i_type3_efp5 { width: 380px; top: 50px; left: 20px; }
.secRecomm .i_type3_efp6 { width: 380px; top: 350px; left: 380px; }

/*opacity*/
.secRecomm .i_type3_sup1,
.secRecomm .i_type3_eff1,
.secRecomm .i_type3_eff2,
.secRecomm .i_type3_word1,
.secRecomm .i_type3_word2,
.secRecomm .i_type3_word3,
.secRecomm .i_type3_word4,
.secRecomm .i_type3_word5,
.secRecomm .i_type3_img1,
.secRecomm .i_type3_img2,
.secRecomm .i_type3_txt1,
.secRecomm .i_type3_txt2,
.secRecomm .i_type3_trial_box,
.secRecomm [class^="i_type3_efp"]
{
	opacity: 0;
}
/*animation*/
.anime1 .i_type3_word1 { animation: fadein 1s linear 3.5s forwards ; }
.anime1 .i_type3_word2 { animation: fadein 1s linear 4.0s forwards ; }
.anime1 .i_type3_word3 { animation: fadein 1s linear 4.5s forwards ; }
.anime1 .i_type3_word4 { animation: fadein 1s linear 5.0s forwards ; }
.anime1 .i_type3_word5 { animation: fadein 1s linear 5.5s forwards ; }
.anime1 .i_type3_img1 { animation: fadein 2s linear 4.0s forwards ; }
.anime1 .i_type3_img2 { animation: fadein 2s linear 4.0s forwards ; }
.anime1 .i_type3_txt1 {
    animation:
		fadein 1s linear 0.5s forwards,
		fadeout 1s linear 2.5s forwards;
}
.anime1 .i_type3_sup1 { animation: glow2 3.5s linear 0.0s forwards; }
.anime1 .i_type3_eff1 { animation: glow3 3.0s ease-out 1.0s forwards; }
.anime1 .i_type3_eff2 { animation: fadeinout2 3.0s ease 5.0s infinite; }
.anime1 div.i_type3_trial_box {
    animation:
		height1 0.1s linear 7.0s forwards,
		fadein 1s linear 7.2s forwards;
}
.anime1 .i_type3_efp1 { animation:fadeinout3 3.5s ease 3.2s forwards; }
.anime1 .i_type3_efp2 { animation:fadeinout3 3.5s ease 3.4s forwards; }
.anime1 .i_type3_efp3 { animation:fadeinout3 3.5s ease 3.6s forwards; }
.anime1 .i_type3_efp4 { animation:fadeinout3 3.5s ease 3.8s forwards; }
.anime1 .i_type3_efp5 { animation:fadeinout3 3.5s ease 4.0s forwards; }
.anime1 .i_type3_efp6 { animation:fadeinout3 3.5s ease 4.2s forwards; }
/* ----------------------
 * secCont result_type3
 *---------------------- */
/*###### End secCont ######*/
/*################## info-container End ##################*/

/*##########################
	input-container 
##########################*/
.input-container .komiCatch {
	background: transparent url(../images/input/komiCatch.jpg) no-repeat center top;
	background-size: 100%;
	display: block;
	margin: 0 auto;
	padding-top: 500px;
}
.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%;
	padding: 130px 0 90px;
}
.komi .komiUl {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 530px;
	font-size: 1em;
	line-height: 1.5em;
	z-index: 33;
}
.komi ul li {
	color: #fff;
	background: transparent url(../images/input/komiSprite.png) no-repeat left top;
	padding-left: 32px;
	margin-top: 14px;
	background-size: 24px;
}
.komi ul li br { display: none; }

/*######### question #########*/
.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%;
	padding-bottom: 120px;
}
.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: 160px 0 30px;
}
.question .top-heading.target {
    background-image: url(../images/input/formTit2.jpg);
	padding: 120px 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;
	text-shadow: 0px 0px 2px #e820e8, 1px 0px 2px #884697, 0px 0px 0px #ca03ca;
}
.question form span.inbold { 
    color: #000;
    font-size: 1.2em;
	text-shadow: none;
}
.question form #sex11+span,
.question form #sex21+span {
    display: initial;
	background: none;
}
.question form #sex12+span,
.question form #sex22+span {
	background-position: -310px -337px;
	background-size: 650px;
}
.question form label.inbold {
    font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    color: #000;
    font-size: 1.5em;
	line-height: 36px;
	cursor: pointer;
}
.question form label.inbold input { 
	vertical-align: middle; 
	margin-bottom: 6px; 
}
.question form span.birth_unit {
	display: inline-table;
    margin-left: -2px;
    width: 22px;
    height: 29px;
    font-weight: bold;
}
.question form .form_month+span.birth_unit { background-position: -165px -395px; }
.question form .form_day+span.birth_unit { background-position: -312px -395px; }
.question .col { float: left; }
.tcolHalf { width: 48%; }
.question .col:first-child { margin-right: 0px; }

.question .inputRow {
	display: table;
	margin: 10px auto;
	min-width: 90%;
}
.question .inputRow.name .col { 
	float: left; 
	text-align: center;
}
.question .inputRow.name .col:first-child {
	position: relative;
	display: table;
	width: 110px;
	height: 40px;
	margin-right: -16px;
}
.question .inputRow .attention {
	display: table;
	margin: 0 auto;
	font-size: 0.9em;
}
.question .rName span,
#default_check+span {
	position: relative;
	top: 3px;
}
.question .rBirthTime { margin: 10px 0; }
.question select.form_hh {
    margin-left: 20px;
    width: 90px;
}
.question select.form_mm {
    margin-left: 0px;
    width: 90px;
}
.question .rGender { margin: 10px 7px; }
.question .rGender span {
	position: relative;
	top: 0px;
}
.question .target .rGender { position: relative; z-index: 0; }
.question .target .rGender:before { 
	content: '';
	position: absolute; 
	background: transparent url(../images/common/spacer.png) repeat center top;
	width: 150px;
	height: 30px;
	cursor: default;
	z-index: 9;
}
.question .gender {
	display: table;
	float: left;
    min-width: 96px;
    margin-right: 20px;
}
.question select {
	margin: 0 5px;
	padding: 5px;
	font-size: 1.2em;
	box-shadow: 1px 1px 1px 0 #8e8e8e inset;
	border-radius: 6px;
}
select {
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	border-image: initial;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 65px;
	vertical-align: middle;
	margin: 0 3px 3px 5px;
	padding: 5px;
	-webkit-border-radius: 3px;
	border: 2px solid #7d7d7d;
	border-radius: 3px;
	background-color: #fff;
	background-image: url(../images/common/iconArrow.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	-webkit-background-size: 16px;
	background-size: 10px;
}
input[type="text"],
input[type="date"] {
	background: #fff;
	display: inline-block;
	width: 220px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding: 7px 5px;
	appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
	border: 2px solid #7d7d7d;
	border-radius: 7px;
	-webkit-border-radius: 3px;
	font-size: 1.2em;
	box-shadow: 1px 1px 1px 0 #8e8e8e inset;
}
.question select option {
	padding: 20px;
}
.question select.form_year {
	margin-left: 20px;
	width: 90px;
}
.question .entry_save {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 0 auto 30px;
}
.caption_input {
	width: 213px;
	position: absolute;
	top: 60px;
	right: 10px;
}
.formBtn_content {
	color: #fff;
	text-align: center;
	padding: 0 35px;
	font-size: 17px;
	line-height: 1.4em;
}
.formBtn_content span {
	font-weight: bold;
}
.formBtn_text {
	width: 498px;
	margin: 170px auto 10px;
}

.input_submit {
	display: table;
	margin: 30px auto 0;
}
.input_submit a { 
	display: inline-block;
	margin: 0 auto;
	text-decoration: none; 
}
.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   
##########################*/
.result-container .secListing .listWord .secInList,
.result-container .secListing .listPicture .secInList { 
	display: none; 
}
.result-container .scroll_box {
	display: none;
	background-image: url(../images/result/msgBgTop.png), url(../images/result/msgBgBtm.png), url(../images/result/wordLstBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100%;
	overflow: hidden;
	text-shadow: 0px 1px 4px #000, 0px 1px 4px #000, 0px 1px 4px #000;
}
.result-container .secCommon .secInList strong,
.result-container .secListing .scroll_box strong {
	color: #ff3;
	font-size: 1.2em;
	text-shadow: 0px 0px 4px #06c, 0px 0px 4px #06c, 0px 0px 4px #06c;
}
.result-container .subbody-container { color: #fff; }
.result-container .subbody-container strong { color: #ff0; }


/*######### secGreeting #########*/
.result-container .secGreeting {
	position: relative;
	background-image: url(../images/result/cmnTop.jpg), url(../images/result/cmnBg.jpg);
	background-repeat: no-repeat, repeat-y;
	background-position: center top, center top;
	background-size: 100%;
    min-height: 180px;
    padding: 82px 65px 20px;
	font-weight: bold;
	text-shadow: 1px 1px 10px #000, 1px 1px 20px #000, 1px 1px 30px #000;
}
.result-container .secGreeting .greetingInfo:before {
	content: "";
	display: block;
	float: left;
	width: 220px;
	height: 280px;
}
/*** End secGreeting ***/

/*######### secCommon #########*/
.result-container .secCommon {
	background: transparent url(../images/result/cmnBg.jpg) repeat-y center top;
	background-size: 100%;
}
.result-container .secCommon .scroll_box {
	background: transparent;
	max-width: 730px;
	margin: 0 auto;
	padding-top: 13px;
}
.result-container .secCommon .cmnContent .cmnSpTop,
.result-container .secCommon .scroll_box .cmnTopMsg,
.result-container .secListing .listWord .wordMsg,
.result-container .secListing .listPicture .pictureMsg {
	position: relative;
	background: url(../images/result/cmnLstBg.jpg) repeat-y center top;
	background-size: 100%;
	min-height: 50px;
	margin: 0 auto 22px; 
	padding: 28px 25px;
	width: 600px;
	font-size: 1.2em;
	line-height: 1.5;
	box-shadow: 0px 0px 10px 4px #aef;
	border-radius: 16px;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.result-container .secCommon .listCommon .secTitle {
	color: #eef;
	text-shadow: 0px 0px 10px #909, 0px 0px 10px #909;
}
.result-container .secCommon .listCommon .secInList {
	background-image: url(../images/result/msgBgTop.png), url(../images/result/msgBgBtm.png), url(../images/result/cmnLstBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100%;
}
.result-container .secCommon .cmnTopTit {
	background-image: url(../images/result/cmnTitTop.jpg), url(../images/result/cmnTitBtm.jpg), url(../images/result/cmnTitBg.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100%;
  	width: 730px;
	padding: 45px 0 52px; 
	margin: 0 auto;
	text-shadow: 0 0 10px #5400ff, 0 0 10px #5400ff, 0 0 20px #5400ff;
}
.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 .secCommon .secUser .profile { 
	display: block;
  	width: 710px;
	margin: 0 auto;
	padding: 20px 10px 25px;
	text-align: center;
}
.result-container .secCommon .secUser .profile span { margin-left: 10px; }
.result-container .secCommon .secUser .profile .userNm span:first-child,
.result-container .secCommon .secUser .profile .targetNm span:first-child {
	display: inline-block;
	margin-left: 0;
}
.result-container .secCommon .secUser .profile .userNm { color: #df9; }
.two-1.result-container .secCommon .secUser .profile .targetNm { color: #cff; }


/* ----------------------
 * animation
 *---------------------- */
/* ----------------------
 * result_type2
 *---------------------- */
.result-container #res_type2_bg1,
.result-container #res_type2_bg2,
.result-container .res_type2_box1 {
	display: block;
	position: relative;
	width: 730px;
    height: 640px;
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
}
.result-container .res_type2_box1 div {
    display: block;
    position: absolute;
}
.result-container .res_type2_box1 img {
    display: block;
    position: absolute;
}
.result-container .res_type2_bg1 {background: url(../images/result/cmnImgBg1_1.jpg) no-repeat;}
.result-container .res_type2_bg2 {background: url(../images/result/cmnImgBg1_2.jpg) no-repeat;}
.result-container .res_type2_sup1 {background: url(../images/result/type2/res_type2_sup1.png) no-repeat;}
.result-container .res_type2_eff1 {background: url(../images/result/type3/res_type3_eff1.png) no-repeat;}
.result-container .res_type2_mask1 {background: url(../images/result/type2/res_type2_mask1.png) no-repeat;}
.result-container .res_type2_soul1 {background: url(../images/result/type2/res_type2_soul1.png) no-repeat;}
.result-container .res_type2_sil1 {background: url(../images/result/type2/res_type2_sil1.png) no-repeat;}
.two-1.result-container .person2 .res_type2_sil1 {
	background: url(../images/result/type2/res_type2_sil2.png) no-repeat;
	background-size: 100%;
}
.two-1.result-container .person2 .res_type2_soul1 {
	background: url(../images/result/type2/res_type2_soul2.png) no-repeat;
	background-size: 100%;
}
.result-container .res_type2_box1 div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100% 100%;
}
.result-container .res_type2_soul_box1 img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.result-container .res_type2_sil1 {
	transform: scale(1.3);
	transform-origin: center 70%;
}

/*comment*/
.result-container p[class^="res_type2_txt"]{
	position: absolute;
	top: 30px;
	width: 730px;
	height: 100px;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0px 0px 10px #c06, 0px 0px 10px #c06, 0px 0px 10px #c06, 0px 0px 10px #c06;
}
/*.two-0 .person1 p.res_type2_txt2,*/
.two-0.result-container .person1 span.res_type2_span2,
.two-0.result-container .person1 span.res_type2_span3,
.two-1.result-container .person2 p.res_type2_txt1,
.two-1.result-container .person2 span.res_type2_span1,
.two-1.result-container .person2 span.res_type2_span3,
.result-container .person3 p.res_type2_txt2,
.result-container .person3 span.res_type2_span1,
.result-container .person3 span.res_type2_span2 {
	display: none;
}
.result-container .res_type2_box1 p strong { color: #ff0; }

/*name*/
.result-container .res_type2_name1,
.result-container .res_type2_name2{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 540px;
	left: 0;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000;
	letter-spacing: -0.05em;
	transform: scaleX(0.9);
}
.two-0.result-container .person1 p.res_type2_name2,
.result-container .person3 p.res_type2_name1 {
	display: none;
}
.two-1.result-container .person2 p.res_type2_name1 {
	width: 50%;
	left: 6%;
}
.two-1.result-container .person2 p.res_type2_name2 {
	width: 50%;
	left: 44%;
}

/*opacity*/
.result-container .res_type2_bg2,
.result-container .res_type2_soul1,
.result-container .res_type2_sup1,
.result-container .res_type2_eff1,
.result-container .res_type2_eff2,
.result-container .res_type2_word1,
.result-container .res_type2_word2,
.result-container .res_type2_word3,
.result-container .res_type2_word4,
.result-container .res_type2_word5,
.result-container .res_type2_img1,
.result-container .res_type2_img2,
.result-container .res_type2_txt4,
.result-container .res_type2_txt5,
.result-container .res_type2_soul_box1
{
	opacity: 0;
}
/*animation*/
.anime1 .res_type2_eff1 { animation: anim_eff1 2s linear 4.0s forwards; }
.anime1 .res_type2_eff2 { animation: fadein 2s linear 2.5s forwards; }
.anime1 .res_type2_word1 { animation: fadein 1s linear 3.5s forwards; }
.anime1 .res_type2_word2 { animation: fadein 1s linear 4.0s forwards; }
.anime1 .res_type2_word3 { animation: fadein 1s linear 4.5s forwards; }
.anime1 .res_type2_word4 { animation: fadein 1s linear 5.0s forwards; }
.anime1 .res_type2_word5 { animation: fadein 1s linear 5.5s forwards; }
.anime1 .res_type2_img1 { animation: fadein 1s linear 4.0s forwards; }
.anime1 .res_type2_img2 { animation: fadein 1s linear 5.0s forwards; }

.anime1 .res_type2_txt1,
.anime1 .res_type2_txt2,
.anime1 .res_type2_txt3 {
    animation:fadeout 1s linear 3.0s forwards;
}
.anime1 .res_type2_txt4 {
    animation:
		fadein 1s linear 3.0s forwards,
		fadeout 1s linear 5.0s forwards;
}
.anime1 .res_type2_txt5 {
    animation:
		fadein 1s linear 6.5s forwards,
		fadeout 1s linear 9.5s forwards;
}
.anime1 .res_type2_sup1 { animation: glow2 4.5s linear 3.0s forwards; }
.anime1 .res_type2_bg2 {
    animation:
		fadein 2s linear 5.5s forwards,
		fadeinout4 2s linear 7.5s forwards;
}
.anime1 .res_type2_soul1 { animation: fadein 2s linear 7.5s forwards; }
.anime1 .res_type2_soul_box1 { animation: fadein 2s linear 8.5s forwards; }
.anime1 .res_type2_soul_box1 img { animation: fadeinout4 3s linear 9.5s 3; }
.anime1 .res_type2_eff1 { animation: glow3 3.0s ease-out 4.5s forwards; }
.anime1 .res_type2_sil1 { animation: scale1 8.0s ease 1s forwards; }

.result-container .free_rec .res_type2_soul_box1 img:nth-of-type(1) { display:none; }
.result-container .free_rec .res_type2_soul_box1.free_rec_soul img:nth-of-type(1) {
	display:block;
	opacity: 1;
	animation: none;
}
.result-container .free_rec .res_type2_bg2,
.result-container .free_rec .res_type2_soul_box1.free_rec_soul {
	opacity: 1;
	animation: none;
}
.result-container .free_rec .res_type2_sil1 {
	transform: scale(1);
	animation: none;
}
/* ----------------------
 * result_type2
 *---------------------- */

/* ----------------------
 * result_type3
 *---------------------- */
.result-container #res_type3_bg1,
.result-container .res_type3_box1 {
	display: block;
	position: relative;
	width: 730px;
    height: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.result-container .res_type3_box1 img {
    display: block;
    position: absolute;
}
.result-container .res_type3_bg1 { background-image: url(../images/result/cmnImgBg2_1.jpg); }
.result-container .type2 .res_type3_bg1 { background-image: url(../images/result/cmnImgBg2_2.jpg); }
.result-container .type3 .res_type3_bg1,
.result-container .type4 .res_type3_bg1 {
	background-image: url(../images/result/cmnImgBg2_3.jpg);
}
.result-container .res_type3_sup1 { background-image: url(../images/result/type3/res_type3_sup1.png); }
.result-container .type3 .res_type3_sup1,
.result-container .type4 .res_type3_sup1 {
	background-image: url(../images/result/type3/res_type3_sup2.png);
	background-size: 100%;
}
.result-container .res_type3_eff1,
.result-container .res_type3_eff2 {
	background-image: url(../images/result/type3/res_type3_eff1.png);
}
.result-container .res_type3_mask1 { background-image: url(../images/result/type3/res_type3_mask1.png); }
.result-container .res_type3_trial_box { background-image: url(../images/result/pictureBtnBg.png); }
.result-container .res_type3_box1 div {
    display: block;
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.result-container .res_type3_word1 {
    width: 50%;
    left: -2%;
    top: 10%;
    transform: rotate(343deg);
}
.result-container .res_type3_word2 {
    width: 50%;
    right: -2%;
    top: 8%;
    transform: rotate(12deg);
}
.result-container .res_type3_word3 {
    width: 44%;
    left: 0%;
    top: 64%;
    transform: rotate(9deg);
}
.result-container .res_type3_word4 {
    width: 40%;
    right: 1%;
    top: 62%;
    transform: rotate(353deg);
}
.result-container .res_type3_word5 {
    width: 80%;
    left: 10%;
    top: 34%;
}
.result-container .res_type3_img1 {
    width: 63%;
    left: -2%;
    top: -1%;
}
.result-container .type3 .res_type3_img1 {
    width: 73%;
    left: 15%;
    top: 10%;
}
.result-container .res_type3_img2 {
    width: 57%;
    right: -2%;
    top: 41%;
}
.result-container .type3 .res_type3_img2 { display: none; }
.result-container p.res_type3_txt1 {
	position: absolute;
	top: auto;
	bottom: 50px;
	width: 100%;
	height: 100px;
	font-size: 2.1em;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	text-shadow: 0px 0px 10px #c06, 0px 0px 10px #c06, 0px 0px 10px #c06, 0px 0px 10px #c06;
}

/*trial*/
.result-container div.res_type3_trial_box{
	height: 0;
	overflow: hidden;
}
.result-container .res_type3_trial_box input {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: auto;
}
.result-container .res_type3_trial_box p {
	padding: 140px 10px 20px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	text-shadow: 0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06,0px 0px 10px #c06;
}

/*efp*/
.result-container img[class^="res_type3_efp"]{}
.result-container .res_type3_efp1 {width: 380px; top: 30px; left: 200px;}
.result-container .res_type3_efp2 {width: 420px; top: 300px; left: 20px;}
.result-container .res_type3_efp3 {width: 440px; top: 50px; left: 420px;}
.result-container .res_type3_efp4 {width: 400px; top: 334px; left: 50px;}
.result-container .res_type3_efp5 {width: 380px; top: 50px; left: 20px;}
.result-container .res_type3_efp6 {width: 380px; top: 350px; left: 380px;}

/*opacity*/
.result-container .res_type3_sup1,
.result-container .res_type3_eff1,
.result-container .res_type3_eff2,
.result-container .res_type3_word1,
.result-container .res_type3_word2,
.result-container .res_type3_word3,
.result-container .res_type3_word4,
.result-container .res_type3_word5,
.result-container .res_type3_img1,
.result-container .res_type3_img2,
.result-container .res_type3_txt1,
.result-container .res_type3_txt2,
.result-container .res_type3_trial_box,
.result-container [class^="res_type3_efp"] {
	opacity: 0;
}

/*animation*/
.anime1 .res_type3_word1 { animation: fadein 1s linear 3.5s forwards; }
.anime1 .res_type3_word2 { animation: fadein 1s linear 4.0s forwards; }
.anime1 .res_type3_word3 { animation: fadein 1s linear 4.5s forwards; }
.anime1 .res_type3_word4 { animation: fadein 1s linear 5.0s forwards; }
.anime1 .res_type3_word5 { animation: fadein 1s linear 5.5s forwards; }
.anime1 .res_type3_img1 { animation: fadein 2s linear 4.0s forwards; }
.anime1 .res_type3_img2 { animation: fadein 2s linear 4.0s forwards; }

.anime1 .res_type3_txt1 {
    animation:
		fadein 1s linear 0.5s forwards,
		fadeout 1s linear 2.5s forwards;
}
.anime1 .res_type3_sup1 { animation: glow2 3.5s linear 0.0s forwards; }
.anime1 .res_type3_eff1 { animation: glow3 3.0s ease-out 1.0s forwards; }
.anime1 .res_type3_eff2 { animation: fadeinout2 3.0s ease 5.0s infinite; }
.anime1 div.res_type3_trial_box {
    animation:
		height1 0.1s linear 7.0s forwards,
		fadein 1s linear 7.2s forwards;
}

.anime1 .res_type3_efp1 { animation:fadeinout3 3.5s ease 3.2s forwards; }
.anime1 .res_type3_efp2 { animation:fadeinout3 3.5s ease 3.4s forwards; }
.anime1 .res_type3_efp3 { animation:fadeinout3 3.5s ease 3.6s forwards; }
.anime1 .res_type3_efp4 { animation:fadeinout3 3.5s ease 3.8s forwards; }
.anime1 .res_type3_efp5 { animation:fadeinout3 3.5s ease 4.0s forwards; }
.anime1 .res_type3_efp6 { animation:fadeinout3 3.5s ease 4.2s forwards; }

.anime_end .res_type3_sup1,
.anime_end .res_type3_eff1,
.anime_end .res_type3_eff2,
.anime_end .res_type3_txt1,
.anime_end .res_type3_efp1,
.anime_end .res_type3_efp2,
.anime_end .res_type3_efp3,
.anime_end .res_type3_efp4,
.anime_end .res_type3_efp5,
.anime_end .res_type3_efp6 {
	animation:none;
}
.anime_end .res_type3_mask{ display:none; }
.anime_end .res_type3_img1,
.anime_end .res_type3_img2 {
	opacity:1;
	animation:none;
}
.anime_end div.res_type3_trial_box {
	height:100%;
	opacity:1;
	animation:none;
}
/* ----------------------
 * result_type3
 *---------------------- */

/* ----------------------
 * result_type4
 *---------------------- */
.result-container .secCommon .listCommon .cmmMsg,
.result-container .secCommon #res_type4_bg1,
.result-container .secCommon .res_type4_box1 {
	display: block;
	position: relative;
	width: 730px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.result-container .secCommon .listCommon .cmmMsgInfo,
.result-container .secCommon .res_type4_bg1 { 
	background: url(../images/result/cmnLstMsgTop.jpg) no-repeat top center; 
}
.result-container .secCommon .listCommon .cmmMsgInfo,
.result-container .secCommon .res_type4_bg1 {
	width: 730px;
	min-height: 335px;
	top: 0;
	left: 0;
	background-size: 100% 100%;
    height: auto;
    overflow: hidden;
}
.result-container .secCommon .listCommon .cmmImg,
.result-container .secCommon .listCommon .res_type4_img_box1 {
	float: right;
	width: 350px;
	height: 330px;
	margin: 0 0 -20px 0
}
.result-container .secCommon .listCommon .cmmInfo,
.result-container .secCommon .listCommon .res_type4_img_box1 p {
	width: 100%;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	font-family: 'Droid Serif',"Times New Roman", Times, "serif";
	text-shadow: 0px 0px 10px #f00,0px 0px 10px #f00,0px 0px 10px #f00;
}
.result-container .secCommon .listCommon .res_type4_txt1 {}
.result-container .secCommon .listCommon .cmmInfo,
.result-container .secCommon .listCommon .res_type4_txt2 {
	width: 100%;
}
.result-container .secCommon .listCommon .cmmInfo,
.result-container .secCommon .listCommon .res_type4_p1 {
	float: left;
	display: table;
	width: 390px;
	height: 300px;
	padding: 0px 0 0;
	margin: 0 -60px 0 50px;
	font-size: 120%;
}
.result-container .secCommon .listCommon .cmmMsgInfo .cmmInfo p,
.result-container .secCommon .listCommon .res_type4_p1 p {
	display: table-cell;
	min-height: 300px;
	vertical-align: middle;
	text-shadow: 0px 0px 10px #06c,0px 0px 10px #06c,0px 0px 20px #06c;
}
.result-container .secCommon .listCommon .cmmImg img,
.result-container .secCommon .listCommon .res_type4_box1 img {
    display: block;
}
.result-container .secCommon .listCommon .cmmImg img,
.result-container .secCommon .listCommon .res_type4_img1 {
	float: right;
	width: 350px;
	margin: 0 -30px 0 -50px;
}
.result-container .secCommon .listCommon .res_type4_img2 {
	width: 150px;
	margin: -10px auto;
}
/* ----------------------
 * result_type4
 *---------------------- */

/* ----------------------
 * result_keyframes
 *---------------------- */
/*keyframes*/
@keyframes scale1 {
    100% {transform: scale(1);}
}
@keyframes height1 {
    0% {height: 0;}
    100% {height: 640px;}
}
@keyframes rotate1 {
    0% {transform: rotateY(0deg);}
    100% {transform: rotateY(180deg);}
}
@keyframes rotate2 {
    0% {transform: rotateY(-180deg);}
    100% {transform: rotateY(0deg);}
}
@keyframes fadein {
    100% {opacity: 1;}
}
@keyframes fadein2 {
	100% {opacity: 0.9;}
}
@keyframes fadein3 {
	0% {opacity: 0; transform: scale(1.5)}
	100% {opacity: 0.5; transform: scale(1)}
}
@keyframes fadein_trial_box {
	0% {opacity: 0; height: 0}
	1% {opacity: 0; height: 100%}
	100% {opacity: 1; height: 100%}
}
@keyframes fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeout2 {
    0% {opacity: 1;}
    100% {opacity: 0.4;}
}
@keyframes fadeinout {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeinout2 {
    0% {opacity: 0;}
    50% {opacity: 0.35;}
    100% {opacity: 0;}
}
@keyframes fadeinout3 {
    0% {opacity: 0;}
    40% {opacity: 0.7;}
    60% {opacity: 0.7;}
    100% {opacity: 0;}
}
@keyframes fadeinout4 {
    0% {}
    50% {filter: brightness(160%);}
    100% {}
}
@keyframes fadeinout5 {
    0% {opacity: 0.5;}
    50% {opacity: 0.0;}
    100% {opacity: 0.5;}
}
@keyframes glow1 {
    0% {opacity: 0; transform: scale(0)}
    20% {opacity: 1; transform: scale(1)}
    99.9% {opacity: 0; transform: scale(3)}
    100% {opacity: 0; transform: scale(0)}
}
@keyframes glow2 {
    0% {opacity: 0; transform: scale(0.9)}
    33% {opacity: 1;}
    66% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.0)}
}
@keyframes glow3 {
    0% {opacity: 0; transform: scale(0.5)}
    50% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.5)}
}

@keyframes anim_eff1 {
	0% {transform: scale(0); opacity:1}
	20% {transform: scale(1); opacity:1}
	40% {transform: scale(5); opacity:0.6}
	99.9% {transform: scale(10); opacity:0}
	100% {transform: scale(0); opacity:0}
}
@keyframes anim_eff2 {
	0% {transform: scale(1); opacity:0}
	50% {transform: scale(1.2); opacity:0.5}
	99.9% {transform: scale(1.4); opacity:0}
	100% {transform: scale(0); opacity:0}
}
@keyframes center1 {
    20% {transform: translate(0px,0px);}
    80% {transform: translate(0px,0px);}
}
@keyframes eff1 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}
@keyframes eff2 {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* ----------------------
 * result_keyframes
 *---------------------- */

/* ----------------------
 * animation
 *---------------------- */
/*######### secCommon End #########*/

/*######### secListing #########*/
.result-container .secListing {
	position: relative;
    background: transparent;
    background-image: url(../images/result/cmnBtm.jpg), url(../images/result/cmnBg.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center top;
	background-size: 100%;
	padding-bottom: 80px;
}
.result-container .listCommon .secTitle,
.result-container .secListing .secTitle {
	color: #ddd8dd;
	position: relative;
    background: transparent;
    background-image: url(../images/result/rsltLstTitTop.jpg), url(../images/result/rsltLstTitBtm.jpg), url(../images/result/rsltLstTitBg.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center top;
    background-size: 100%;
    padding: 60px 0 72px;
    margin: 0 auto;
	max-width: 730px;
    font-weight: bold;
}
.result-container .secListing .listWord .spTit,
.result-container .secListing .listPicture .spTit,
.result-container .secListing .listKomidashi .spTit {
	color: #fea;
	max-width: 650px;
	margin: 0 auto;
	padding: 5px 0 8px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-shadow: 0 0 25px #f00, 0 0 20px #f00;
}
.result-container .wordMsg strong,
.result-container .pictureMsg strong {
	color: #ff0;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 0px 0px 20px #0ff;
}
.result-container .listCommon .secTitle .titFloat,
.result-container .secListing .secTitle .titFloat {
	padding: 0 60px; 
	font-size: 1.2em;
	text-align: center;
}
.result-container .secListing .secInfo { min-height: 120px; }
.result-container .secListing .scroll_box .paragraph,
.result-container .secListing .secInList .paragraph {
	position: relative;
	padding: 0 80px;
	z-index: 2;
}
.result-container .secCommon .listCommon .paragraph,
.result-container .secListing .scroll_box .paragraph { 
	padding: 30px 50px 0; 
}
.result-container .secListing .listJiki .paragraph,
.result-container .secListing .listYesno .paragraph { 
	padding: 0 50px; 
}
/*######### secListing End #########*/

/*########################## 
		listYesno
##########################*/
.result-container .secListing .listYesno {
	max-width: 730px;
	margin: 0 auto;
}
.result-container .secListing .listYesno .secTitle { 
	color: #eef;
	text-shadow: 0px 0px 10px #909, 0px 0px 10px #909; 
}
.result-container .secListing .listYesno .yesnoMsg {
    background: transparent;
    background-image: url(../images/result/msgBgBtm.png), url(../images/result/yesnoMsgBg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: 100%;
	min-height: 440px;
}
.result-container .secListing .listYesno .yesnoMsg:before {
	display: block;
	content: "";
	width: 256px;
	height: 350px;
	float: right;
}
.result-container .secListing .listYesno .yesnoInfo { 
	position: relative;
	background: url(../images/result/msgInfoBg.png) repeat-y center top;
	background-size: 100%;
	float: left;
	min-height: 50px;
	width: 390px;
	margin: 20px 0 0 22px;
	padding: 28px 25px;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	border-radius: 16px;
	box-shadow: 0px 0px 10px 4px #aef;
	text-shadow: 0px 1px 4px #000, 0px 1px 4px #000, 0px 1px 4px #000;
}
.result-container .secListing .listYesno .yesnoInfo strong {
	font-size: 1.3em;
	line-height: 1.3;
	text-shadow: 0px 0px 10px #f00, 0px 0px 10px #f00;
}
/*####### listYesno End #######*/

/*########################## 
		listJiki
##########################*/
.result-container .secListing .listJiki {
	background: url(../images/result/jikiTopTit.png) no-repeat center top;
	max-width: 730px;
	margin: 0 auto;
	padding-top: 180px;
}
.result-container .secListing .listJiki .jikiMsg {
    background: transparent;
    background-image: url(../images/result/msgBgBtm.png), url(../images/result/jikiMsgBg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: 100%;
	min-height: 400px;
}
.result-container .secListing .listJiki .jikiMsg:before {
	display: block;
	content: "";
	width: 260px;
	height: 360px;
	float: left;
}
.result-container .secListing .listJiki .jikiTit {
	color: #ff3;
	display: block;
	float: right;
	width: 430px;
	margin-right: 25px;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	word-break: break-all;
	text-shadow: 0px 0px 10px rgb(255 0 0), 0px 0px 10px rgb(255 0 0);
}
.result-container .secListing .listJiki .jikiInfo { 
	position: relative;
	background: url(../images/result/msgInfoBg.png) repeat-y center top;
	background-size: 100%;
	float: right;
	min-height: 50px;
	width: 390px;
	margin: 10px 28px 15px 0;
	padding: 28px 25px;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0px 0px 10px 4px #aef;
	text-shadow: 0px 1px 4px #000, 0px 1px 4px #000, 0px 1px 4px #000;
}
.result-container .secListing .listJiki .jikiInfo strong {
	display: block;
	font-size: 1.7em;
	line-height: 1.7;
	text-shadow: 0px 0px 10px #f00, 0px 0px 10px #f00;
}
/*####### listJiki End #######*/

/*#################################################### 
		listWord || listPicture
####################################################*/
.result-container .secListing .listWord,
.result-container .secListing .listPicture {
    background: url(../images/result/wordTopTit.png) no-repeat center top;
	background-size: 100%;
	max-width: 730px;
	margin: 0 auto;
	padding-top: 180px;
}
.result-container .secListing .listPicture { 
	background: url(../images/result/pictureTopTit.png) no-repeat center top; 
	background-size: 100%;
}
.result-container .secListing .listPicture .scroll_box {
	background-image: url(../images/result/msgBgTop.png), url(../images/result/msgBgBtm.png), url(../images/result/pictureLstBg.jpg);
}
/*####### listPicture End #######*/

/*########################## 
		listKomidashi
##########################*/
.result-container .secListing .listKomidashi .secTitle {
	background-image: url(../images/result/cmnTitTop.jpg), url(../images/result/cmnTitBtm.jpg), url(../images/result/cmnTitBg.jpg); 
	margin-bottom: 5px;
	padding: 60px 0;
	font-size: 1.2em;
  	text-shadow: 0 0 10px #099, 0 0 10px #099, 0 0 10px #099, 0 0 20px #099;
}
.result-container .secListing .listKomidashi .secInList {
	position: relative;
	background: url(../images/result/finaleMsgBg.jpg) no-repeat center top;
	background-size: 100%;
	max-width: 730px;
	min-height: 480px;
	margin: 0 auto;
}
.result-container .secListing .listKomidashi .paragraph { 
	padding: 20px 30px; 
	font-size: 1.2em;
	letter-spacing: -0.05em;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.result-container .secListing .listKomidashi .paragraph:before {
	display: block;
	content: "";
	width: 265px;
	height: 400px;
	float: left;
}
.free-container .listKomidashi .submit-btn .title { font-size: 1em; }
/*####### listKomidashi End #######*/

/*######### blur #########*/
.free-container .secCommon .blur,
.free-container .blur {
	background: transparent url(../images/result/blur/text_img_m3.png) no-repeat center top;
	background-size: 100%;
	position: relative;
	margin-top: 10px;
	padding-top: 60px;
    height: 150px;
}
.result-container .secListing .listKomidashi .paragraph .blur {
	background: transparent url(../images/result/blur/text_img_m3.png) repeat-y center top;
	background-size: 100%;
	display: table;
	width: 100%;
	max-width: 58%;
	height: 175px;
}
.free-container .blur a { 
	display: table;
	margin: 0 auto;
	text-decoration: none; 
}
/*######### blur End #########*/
/*########################## result-container End ##########################*/

