@charset "UTF-8";

/* Nav
-----------------------------------------------------------------*/
.myprof table#full-profile {
	margin-bottom:25px;
}
.myprof table#full-profile td.label,
.profile_100 table#full-profile td.label {
	width:143px;
	padding-right:5px;
}
.myprof table#full-profile td.bar,
.profile_100 table#full-profile td.bar {
	width:100px;
}
.myprof table#full-profile td.percent,
.profile_100 table#full-profile td.percent {
	width:44px;
}

.myprof table#full-profile td.bar .fp-body-wrap,
.profile_100 table#full-profile .fp-body-wrap {
	width:100px;
	border:1px solid #ddd;
	padding:5px;
	background:#fff;
	margin:0 auto;
	text-align:left;
}
.myprof table#full-profile td.bar .fp-body-wrap .fp-body-inner,
.profile_100 table#full-profile td.bar .fp-body-wrap .fp-body-inner {
	position:relative;
	height:15px;
	width:100px;
	background:#eee;
}
	.myprof table#full-profile td.bar .fp-body-wrap .fp-body-inner .fp-bar,
	.profile_100 table#full-profile td.bar .fp-body-wrap .fp-body-inner .fp-bar {
		height:15px;
		/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c7e755), to(#74a901));
		background: -moz-linear-gradient(#c7e755, #74a901);
		-pie-background: linear-gradient(#c7e755, #74a901);
		_behavior: url(/css/PIE.htc);*/
		background:url(/img/member/full_profbg.gif);
	}
	.myprof table#full-profile td.bar .fp-body-wrap .fp-body-inner .fp-cover,
	.profile_100 table#full-profile td.bar .fp-body-wrap .fp-body-inner .fp-cover {
		position:absolute;
		top:0px;
		left:0px;
		height:15px;
		width:100px;
		background:url(/img/member/cmn/fp_cover.gif) no-repeat 0 50%;
	}
.myprof table#full-profile td.badge span,
.profile_100 table#full-profile td.badge span {
	display:block;
	color:#fff;
	font-size:13px;
	font-family:Arial;
	width:44px;
	line-height:44px;
	text-align:center;
	background:url(/img/member/prof/badge.gif) no-repeat 50% 50%;
	margin:0 auto;
}


.myprof #profile-nav{
	position:relative;
	margin-bottom:30px;
}
.myprof #profile-nav ul{
	position:relative;
	z-index:1;
	border-bottom:1px solid #e3e3e3;
	padding-left:15px;
}
.myprof #profile-nav ul li{
	position:relative;
	z-index:2;
	float:left;
	margin-right:5px;
	margin-bottom:-1px;
}
.myprof #profile-nav ul li a{
	/*display:block;
	border:solid #fff;
	border-width:1px 1px 0px;
	border-bottom:1px solid #e3e3e3;*/
	display:block;
	width:160px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	/*-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;*/
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(#fff, #fff);
	-pie-background: linear-gradient(#fff, #fff);
	_behavior: url(/css/PIE.htc);*/
	border:solid #fff;
	border-width:1px 1px 0px;
	border-bottom:1px solid #e3e3e3;
}
.myprof #profile-nav ul li a:hover
,.myprof #profile-nav ul li a.on{
	font-size:14px;
	text-decoration:none;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e0ecfc), to(#fff));
	background: -moz-linear-gradient(#e0ecfc, #fff);
	-pie-background: linear-gradient(#e0ecfc, #fff);
	behavior: url(/css/PIE.htc);
	position:relative;
	border:solid #e3e3e3;
	border-width:1px 1px 0px;
	border-bottom:1px solid #fff;
}


#profile-simple{
	padding:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(/css/PIE.htc);
	position:relative;
	border:1px solid #88b0ca;
	background:#FFFFFF;
}
#profile-simple .thumb
,#profile-simple .prof
,#profile-simple .action{
	float:left;
}
	#profile-simple .prof {
		margin-left:15px;
	}
	#profile-simple .action {
		margin:0 10px 10px 0;
	}
#profile-simple .thumb{
	width:172px;
}
	#profile-simple .thumb .thumb-box{
		width:170px;
		height:170px;
		border:1px solid #88b0ca;
		position:relative;
	}
#profile-simple .thumb .photoLink {
	margin:5px 0;
}
#profile-simple .thumb .privateIcon {
	margin:5px 0;
	padding:0;
}
#profile-simple .thumb .privateIcon ul {
	margin:0;
	padding:0;
	display:inline-block;
	clear:both;
}
#profile-simple .thumb .privateIcon ul li {
	margin-right:4px;
	width:30px;
	float:left;
}
#profile-simple .action img.private_photo_btn {
	margin:0 0 5px;
}
#profile-simple .prof{
	width:205px;
}
	#profile-simple .prof h2{
		font-size:16px;
	}
	#profile-simple .prof h2 span{
		font-size:12px;
		font-weight:normal;
		line-height:1.2em;
		margin-bottom:10px;
	}
	#profile-simple .prof table{
		width:100%;
	}
	#profile-simple .prof table th
	,#profile-simple .prof table td{
		line-height:1.2em;
		padding-top:3px;
		padding-bottom:3px;
		vertical-align:top;
	}
	#profile-simple .prof table th{
		width:1%;
		font-weight:normal;
		white-space:nowrap;
		padding-right:15px;
	}
	#profile-simple .prof table td{
		width:99%;
	}

#profile-simple .action{
	width:251px;
}
#profile-simple .guestaction {
	width: 195px;
	display:block;
	float:right;
}

#profile-simple .action .resigned{
	color:#333;
	background:#f1f1f1;
	border:2px solid #555;
	text-align:center;
	line-height:25px;
}
#profile-simple .action .resigned{
	color:#333;
	background:#f1f1f1;
	border:2px solid #555;
	text-align:center;
	line-height:25px;
}
#profile-simple .action .set-deny{
	color:#f00;
	background:#fff;
	border:2px solid #f00;
	text-align:center;
	line-height:25px;
	margin-bottom:10px;
}
	#profile-simple .action .action-btn,
	#profile-simple .guestaction .action-btn {
		margin:5px 0px;
	}
	#profile-simple .action .action-btn img.wink
	,#profile-simple .action .action-btn img.showprof{
		margin-right:5px;
	}
	#profile-simple .action .action-btn .spmailBtn {
		padding-top: 10px;
	}

#profile-simple .action .premium-info {
	display:block;
	position:relative;
	margin-top: 20px;
}
	#profile-simple .action .premium-info h3 {
		margin:0;
		padding:0;
		background:url(/img/member/premium_option/box.png) no-repeat 0 0;
		height:21px;
		display:block;
		text-indent:-9999px;
	}
	#profile-simple .action .premium-info .term {
		margin:0;
		padding:0;
		position:absolute;
		top:5px;
		right:0;
		font-size:10px;
		color:#666;
	}
	#profile-simple .action .premium-info ul.situationBox {
		margin:5px 0;
		padding:0;
		display:table;
		width:100%;
		border-bottom:1px solid #CCC;
	}
	#profile-simple .action .premium-info ul.situationBox li {
		padding:5px 0;
		height:1em;
		width:50%;
		font-size:12px;
		color:#cc6633;
		display:table-cell;
		white-space:nowrap;
	}
	#profile-simple .action .premium-info ul.situationBox li .question {
		padding-left:16px;
		height:16px;
		line-height:16px;
		display:inline-block;
		background:url(/img/member/premium_option/question.png) no-repeat 0 50%;
	}
	#profile-simple .action .premium-info ul.situationBox li.mail {
		padding-left:23px;
		background:url(/img/member/premium_option/mail.png) no-repeat 0 50%;
	}
	#profile-simple .action .premium-info ul.situationBox li.mail .subtext {
		font-size:10px;
		color:#999;
	}
	#profile-simple .action .premium-info ul.situationBox li.reply {
		padding-left:23px;
		background:url(/img/member/premium_option/reply.png) no-repeat 0 50%;
	}
	#profile-simple .action .premium-info ul.situationBox li.age {
		padding-left:23px;
		background:url(/img/member/premium_option/age_verification.png) no-repeat 0 50%;
	}
	#profile-simple .action .premium-info ul.situationBox li.entry {
		padding-left:23px;
		background:url(/img/member/premium_option/entry.png) no-repeat 0 50%;
	}
	#profile-simple .action .premium-info a.whatis {
		text-align:left;
		display: block;
		margin-top: 12px;
		width:136px;
		height:25px;
	}
	
#profile-simple dl.actionBlock {
	margin:0;
	padding:0;
	width:100%;
	height:25px;
	display:inline-block;
	clear:both;
}
#profile-simple dl.actionBlock dd {
	margin:0;
	padding:0;
	height:25px;
}
#profile-simple dl.actionBlock dd.bkLeft {
	width:50%;
	text-align:left;
	display:block;
	float:left;
}
#profile-simple dl.actionBlock dd.bkRight {
	width:50%;
	text-align:right;
	margin:0;
	padding:0;
	line-height:25px;
	display:block;
	float:right;
}
	#profile-simple dl.actionBlock dd.bkLeft .action2 {
		margin:0;
		padding:0;
		display:block;
		position:relative;
	}
	#profile-simple dl.actionBlock dd.bkLeft .action2 .action-fav {
		width:155px;
		line-height:25px;
		display:block;
		float:left;
	}
		#profile-simple dl.actionBlock dd.bkLeft .action2 .action-fav p{
			color:#666;
			border:1px solid #ccc;
			background:#f7f7f7;
			line-height:25px;
			text-align:center;
		}
			#profile-simple dl.actionBlock dd.bkLeft .action2 .action-fav .action-memo{
				float: left;
				display:block;
				margin-right: 10px;
				height: 25px;
				width: 72px;
				padding-top: 5px;
			}
			#profile-simple dl.actionBlock dd.bkLeft .action2 .action-fav .communicated {
				float: left;
				display:inline;
				height: 25px;
				width: 16px;
				padding-top: 5px;
			}
			#profile-simple dl.actionBlock dd.bkLeft .action2 .action-fav.communicated:after {
				clear: both;
			}
    
	#profile-simple dl.actionBlock dd.bkLeft .action2 .action-memo {
		margin:0 10px;
		line-height:25px;
		display:block;
		float:left;
	}
	#profile-simple dl.actionBlock dd.bkRight ul.deny {
		margin:0;
		padding:0;
		display:table;
		float: right;
	}
	#profile-simple dl.actionBlock dd.bkRight ul.deny li {
		display:table-cell;
		padding-left:15px;
	}

#profile-simple .action .open-premium-profile-popup {
	margin:0 0 10px;
	display:block;
	cursor:pointer;
}

#profile-simple .action .open-premium-profile-popup.anime01 {
	margin:0 0 10px;
	padding:0;
	display:block;
	background:#FFF url(/img/member/premium_option/option01.gif) no-repeat 0 0;
	-webkit-background-size: 245px 60px;
}
#profile-simple .action .open-premium-profile-popup.anime02 {
	margin:0 0 10px;
	padding:0;
	display:block;
	background:#FFF url(/img/member/premium_option/option02.gif) no-repeat 0 0;
	-webkit-background-size: 245px 60px;
}
#profile-simple .action .open-premium-profile-popup.anime03 {
	margin:0 0 10px;
	padding:0;
	display:block;
	background:#FFF url(/img/member/premium_option/option03.gif) no-repeat 0 0;
	-webkit-background-size: 245px 60px;
}
#profile-simple .action .open-premium-profile-popup.anime04 {
	margin:0 0 10px;
	padding:0;
	display:block;
	background:#FFF url(/img/member/premium_option/option04.gif) no-repeat 0 0;
	-webkit-background-size: 245px 60px;
}
#profile-simple .action .open-premium-profile-popup.pics {
	margin:0 0 10px;
	padding:0;
	display:block;
	background:#FFF url(/img/member/premium_option/option_stop.gif) no-repeat 0 0;
	-webkit-background-size: 245px 60px;
}
#profile-simple .action .open-premium-profile-popup .clickArea {	
	margin:0;
	height:60px;
	text-indent:-9999px;
}
/* 
#profile-simple .action2 {
	clear:left;
	margin-top:10px;
    padding: 0;
    vertical-align: middle;
    height: 25px;
}
	#profile-simple .action2 .action-fav{
        float: left;
        display:block;
        height: 25px;
        width: 155px;
        margin-right: 30px;
  }
  #profile-simple .action2 .action-fav p{
      color:#666;
      border:1px solid #ccc;
      background:#f7f7f7;
      line-height:25px;
      text-align:center;
  }
	#profile-simple .action2 .action-memo{
        float: left;
        display:block;
        margin-right: 10px;
        height: 25px;
        width: 72px;
        padding-top: 5px;
    }
	#profile-simple .action2 .communicated {
        float: left;
        display:inline;
        height: 25px;
        width: 16px;
        padding-top: 5px;
    }
	#profile-simple .action2 .communicated:after {
        clear: both;
    }
*/

#profile-simple .scrach{
	clear:left;
	padding-top:10px;
}
    
	#profile-simple .scrach .memo{
		background:#ffffe4 url(/img/member/prof/memo_bg.gif) repeat-y 15px 0px;
		padding:15px 15px 15px 30px;
		-webkit-box-shadow: #ccc 1px 1px 3px;
		-moz-box-shadow: #ccc 1px 1px 3px;
		box-shadow: #ccc 1px 1px 3px;
		behavior: url(/css/PIE.htc);
		position:relative;
	}
	#profile-simple .scrach .memo p{
		line-height:1.4em;
	}
	#profile-simple .scrach .memo .edit{
		padding-top:5px;
	}
	#profile-simple .scrach .memo .edit span.date{
		float:left;
		font-size:10px;
	}
	#profile-simple .scrach .memo .edit a{
		float:right;
	}
#profile-simple .scrach ul.deny{
	text-align:right;
}
	#profile-simple .scrach ul.deny li{
		display:inline;
		margin-left:15px;
	}


#profileSimple {
	width: 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	border: 1px solid #88b0ca;
	background: #fff;
	padding: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#profileSimple #mainWrap {
	float: left;
	width: 100%;
	margin-right: -261px;
}
	#profileSimple #mainWrapInner {
		margin-right: 261px;
	}
	#profileSimple #mainWrapInner .thumb {
		float: left;
		width: 171px;
	}
	#profileSimple #mainWrapInner .body {
		float: left;
		width: 100%;
		margin-left: -172px;
	}
	#profileSimple #mainWrapInner .body .bodyInner {
		position: relative;
		min-height: 172px;
		height: 172px;
		margin-left: 182px;
		padding-right: 10px;
	}
#profileSimple #asideWrap {
	float: right;
	width: 261px;
}

#profileSimple #mainWrapInner .thumb .thumb-box{
	width:170px;
	height:170px;
	border:1px solid #88b0ca;
	position:relative;
}
#profileSimple #mainWrapInner .thumb .thumb-box .blurImage {
	position: relative;
	display: block;
	width: 172px;
	height: 172px;
}
	#profileSimple #mainWrapInner .thumb .thumb-box .blurImage .payedPhoto {
		position: absolute;
		top: 1px;
		left: 1px;
		display: block;
		width: 170px;
		height: 170px;
		background: rgba(255, 255, 255, 0.3);
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 67px;
	}

#profileSimple #mainWrapInner .body dl dt {
	font-size: 16px;
	line-height: 24px;
}
#profileSimple #mainWrapInner .body dd ul li {
	line-height: 1.4;
	margin-top: 5px;
}
#profileSimple #mainWrapInner .body .like {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#profileSimple #mainWrapInner .body .contactedIcon {
	margin-top: 5px;
}
	#profileSimple #mainWrapInner .body .contactedIcon img {
		margin-right: 12px;
	}

#profileSimple #mainWrap .photos {
	padding-top: 10px;
}
	#profileSimple #mainWrap .photos .photocount {
		color: #666;
		font-size: 10px;
		line-height: 16px;
		padding-left: 23px;
		background: url(/img/guest/icon/camera.gif) no-repeat 0 0;
	}
	#profileSimple #mainWrap .photos .photocount span {
		color: #fa9439;
	}
#profileSimple #mainWrap .photos .privateIcon {
	padding-top: 5px;
}
	#profileSimple #mainWrap .photos .privateIcon ul li {
		float: left;
		margin-right: 4px;
	}
	
#profileSimple #asideWrap .resigned{
	color:#333;
	background:#f1f1f1;
	border:2px solid #555;
	text-align:center;
	line-height:25px;
}
#profileSimple #asideWrap .resigned{
	color:#333;
	background:#f1f1f1;
	border:2px solid #555;
	text-align:center;
	line-height:25px;
}
#profileSimple #asideWrap .set-deny{
	color:#f00;
	background:#fff;
	border:2px solid #f00;
	text-align:center;
	line-height:25px;
	margin-bottom:10px;
}
	#profileSimple #asideWrap .action-btn,
	#profile-simple .guestaction .action-btn {
		margin:5px 0px;
	}
	#profileSimple #asideWrap .action-btn .checkCanSend {
		display: inline-block;
	}
	#profileSimple #asideWrap .action-btn img.wink
	,#profileSimple #asideWrap .action-btn img.showprof{
		margin-right:5px;
	}
	#profileSimple #asideWrap .action-btn .spmailBtn {
		padding-top: 10px;
	}

#profileSimple #asideWrap .premium-info {
	display:block;
	position:relative;
	margin-top: 20px;
}
	#profileSimple #asideWrap .premium-info h3 {
		margin:0;
		padding:0;
		background:url(/img/member/premium_option/box.png) no-repeat 0 0;
		height:21px;
		display:block;
		text-indent:-9999px;
	}
	#profileSimple #asideWrap .premium-info .term {
		margin:0;
		padding:0;
		position:absolute;
		top:5px;
		right:0;
		font-size:10px;
		color:#666;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox {
		margin:5px 0;
		padding:0;
		display:table;
		width:100%;
		border-bottom:1px solid #CCC;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox li {
		padding:5px 0;
		height:1em;
		width:50%;
		font-size:12px;
		color:#cc6633;
		display:table-cell;
		white-space:nowrap;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox li .question {
		padding-left:16px;
		height:16px;
		line-height:16px;
		display:inline-block;
		background:url(/img/member/premium_option/question.png) no-repeat 0 50%;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox li.mail {
		padding-left:23px;
		background:url(/img/member/premium_option/mail.png) no-repeat 0 50%;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox li.mail .subtext {
		font-size:10px;
		color:#999;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox li.reply {
		padding-left:23px;
		background:url(/img/member/premium_option/reply.png) no-repeat 0 50%;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox li.age {
		padding-left:23px;
		background:url(/img/member/premium_option/age_verification.png) no-repeat 0 50%;
	}
	#profileSimple #asideWrap .premium-info ul.situationBox li.entry {
		padding-left:23px;
		background:url(/img/member/premium_option/entry.png) no-repeat 0 50%;
	}
	#profileSimple #asideWrap .premium-info a.whatis {
		text-align:left;
		display: block;
		margin-top: 12px;
		width:136px;
		height:25px;
	}
	#profileSimple #asideWrap .open-premium-profile-popup {
	margin:0 0 10px;
	display:block;
	cursor:pointer;
	}
	
	#profileSimple #asideWrap .open-premium-profile-popup.anime01 {
		margin:0 0 10px;
		padding:0;
		display:block;
		background:#FFF url(/img/member/premium_option/option01.gif) no-repeat 0 0;
		-webkit-background-size: 245px 60px;
	}
	#profileSimple #asideWrap .open-premium-profile-popup.anime02 {
		margin:0 0 10px;
		padding:0;
		display:block;
		background:#FFF url(/img/member/premium_option/option02.gif) no-repeat 0 0;
		-webkit-background-size: 245px 60px;
	}
	#profileSimple #asideWrap .open-premium-profile-popup.anime03 {
		margin:0 0 10px;
		padding:0;
		display:block;
		background:#FFF url(/img/member/premium_option/option03.gif) no-repeat 0 0;
		-webkit-background-size: 245px 60px;
	}
	#profileSimple #asideWrap .open-premium-profile-popup.anime04 {
		margin:0 0 10px;
		padding:0;
		display:block;
		background:#FFF url(/img/member/premium_option/option04.gif) no-repeat 0 0;
		-webkit-background-size: 245px 60px;
	}
	#profileSimple #asideWrap .open-premium-profile-popup.pics {
		margin:0 0 10px;
		padding:0;
		display:block;
		background:#FFF url(/img/member/premium_option/option_stop.gif) no-repeat 0 0;
		-webkit-background-size: 245px 60px;
	}
	#profileSimple #asideWrap .open-premium-profile-popup .clickArea {	
		margin:0;
		height:60px;
		text-indent:-9999px;
	}


#profileSimple #asideBtm {
	clear: both;
	padding-top: 10px;
}

#profileSimple #asideBtm dl.actionBlock {
	margin:0;
	padding:0;
	width:100%;
	height:25px;
	display:inline-block;
	clear:both;
}
#profileSimple #asideBtm dl.actionBlock dd {
	margin:0;
	padding:0;
	height:25px;
}
#profileSimple #asideBtm dl.actionBlock dd.bkLeft {
	width:50%;
	text-align:left;
	display:block;
	float:left;
}
#profileSimple #asideBtm dl.actionBlock dd.bkRight {
	width:50%;
	text-align:right;
	margin:0;
	padding:0;
	line-height:25px;
	display:block;
	float:right;
}
	#profileSimple #asideBtm dl.actionBlock dd.bkLeft .action2 {
		margin:0;
		padding:0;
		display:block;
		position:relative;
	}
	#profileSimple #asideBtm dl.actionBlock dd.bkLeft .action2 .action-fav {
		width:155px;
		line-height:25px;
		display:block;
		float:left;
	}
		#profileSimple #asideBtm dl.actionBlock dd.bkLeft .action2 .action-fav p{
			color:#666;
			border:1px solid #ccc;
			background:#f7f7f7;
			line-height:25px;
			text-align:center;
		}
			#profileSimple #asideBtm dl.actionBlock dd.bkLeft .action2 .action-fav .action-memo{
				float: left;
				display:block;
				margin-right: 10px;
				height: 25px;
				width: 72px;
				padding-top: 5px;
			}
			#profileSimple #asideBtm dl.actionBlock dd.bkLeft .action2 .action-fav .communicated {
				float: left;
				display:inline;
				height: 25px;
				width: 16px;
				padding-top: 5px;
			}
			#profileSimple #asideBtm dl.actionBlock dd.bkLeft .action2 .action-fav.communicated:after {
				clear: both;
			}
    
	#profileSimple #asideBtm dl.actionBlock dd.bkLeft .action2 .action-memo {
		margin:0 10px;
		line-height:25px;
		display:block;
		float:left;
	}
	#profileSimple #asideBtm dl.actionBlock dd.bkRight ul.deny {
		margin:0;
		padding:0;
		display:table;
		float: right;
	}
	#profileSimple #asideBtm dl.actionBlock dd.bkRight ul.deny li {
		display:table-cell;
		padding-left:15px;
	}


#profileSimple #asideBtm .memo{
		background: #ffffe4 url(/img/member/prof/memo_bg.gif) repeat-y 15px 0px;
		padding:15px 15px 15px 30px;
		-webkit-box-shadow: #ccc 1px 1px 3px;
		-moz-box-shadow: #ccc 1px 1px 3px;
		box-shadow: #ccc 1px 1px 3px;
		position:relative;
		margin-top: 10px;
	}
	#profileSimple #asideBtm .memo p{
		line-height:1.4em;
	}
	#profileSimple #asideBtm .memo .edit{
		padding-top:5px;
	}
	#profileSimple #asideBtm .memo .edit span.date{
		float:left;
		font-size:10px;
	}
	#profileSimple #asideBtm .memo .edit a{
		float:right;
	}
#profileSimple #asideBtm ul.deny{
	text-align:right;
}
	#profileSimple #asideBtm ul.deny li{
		display:inline;
		margin-left:15px;
	}


/*
#profileSimple {
	display: flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	border: 1px solid #88b0ca;
	background: #fff;
	padding: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#profileSimple #mainWrap,
#profileSimple #mainWrap #mainWrapInner .body {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#profileSimple #mainWrap #mainWrapInner {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		width: 100%;		
	}
	#profileSimple #mainWrap #mainWrapInner .thumb {
		width: 172px;
	}
	#profileSimple #mainWrap #mainWrapInner .body {
		padding: 0 10px 0 15px;
	}
#profileSimple #asideWrap {
	width: 261px;
}
*/



.myprof #psychology{
	padding-top:20px;
}
.myprof #psychology table{
	width:100%;
}
.myprof #psychology table th
,.myprof #psychology table td{
	border-bottom:1px solid #ccc;
	padding-top:7px;
	padding-bottom:7px;
}
.myprof #psychology table th{
	width:1%;
	padding-left:10px;
	padding-right:20px;
	white-space:nowrap;
}
	.myprof #psychology table tr#previous_life th{
		color:#b00d33;
	}
	.myprof #psychology table tr#love_approach th{
		color:#4f7716;
	}
	.myprof #psychology table tr#night_life th{
		color:#36419a;
	}
.myprof #psychology table td{
	width:99%;
}

.myprof #self-pr{
	margin-top:15px;
	padding-top:25px;
	background:url(/img/member/prof/pr_top.gif) no-repeat 0 0;
	_zoom:1;
}
	.myprof #self-pr.hope-block {
		background:none;
	}
.myprof #self-pr img.balloon_arrow {
	display:none;
}
.myprof #self-pr .pr-btm{
	padding-bottom:5px;
	background:url(/img/member/prof/pr_btm.gif) no-repeat 0 bottom;
}
.myprof #self-pr .pr-body{
	padding:5px 13px 10px;
	border:solid #ccc;
	border-width:0px 2px;
	_zoom:1;
	height:1%;
}

.myprof .profileContents {
	padding: 10px 13px;
	margin: 20px 0;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.myprof .profileContents .label {
		background: #f7f7f7;
		padding: 0px 15px;
		line-height: 33px;
		border: 1px solid #eee;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.myprof #hopePr.profileContents p,
	.myprof #selfPr.profileContents dl dd {
		padding-top: 10px;
		line-height: 1.6;
	}
	.myprof #hopePr.profileContents p .moreDetail,
	.myprof #selfPr.profileContents dl dd .moreDetail {
		color: #0173bf;
		margin-left: 10px;
	}
.myprof #selfPr a,
.myprof #hopePr a {
	color: #333;
}
	.myprof #selfPr a:hover,
	.myprof #hopePr a:hover {
		text-decoration: none;
	}
.myprof #selfPr.profileContents dl {
	margin-top: 10px;
}
.myprof #selfPr.profileContents dl dt{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#f7f7f7;
	line-height:1.2em;
	padding:7px 10px;	
}
.myprof #hopePr.profileContents p .checking,
.myprof #selfPr.profileContents dl dd .checking{
	color:#666;
	padding-bottom:10px;
}
.myprof .selfPrWrap {
	position: relative;
	padding-top: 14px;
}
	.myprof .selfPrWrap .fukidashiOuter {
		position: absolute;
		top: 0;
		left: 30px;
		display: block;
		border-top: 18px solid transparent;
		border-right: 13px solid transparent;
		border-left: 13px solid transparent;
		border-bottom: 18px solid #ccc;
	}
	.myprof .selfPrWrap .fukidashiInner {
		position: absolute;
		top: 4px;
		left: 32px;
		display: block;
		border-top: 16px solid transparent;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
		border-bottom: 16px solid #fff;
	}
	.myprof .selfPrWrap.mouseOver .profileContents,
	.myprof #hopePr.profileContents.mouseOver {
		background-color: #fffde2;
	}
	.myprof .selfPrWrap.mouseOver .fukidashiInner {
		border-bottom: 16px solid #fffde2;
	}


.myprof .profileAsideBox {
	background: #fff;
	margin: 20px 0 0;
	padding: 10px 13px;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.myprof .profileAsideBox .label {
	position: relative;
	background: #f7f7f7;
	padding: 0px 15px;
	line-height: 33px;
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.myprof .profileAsideBox .label a.more {
	padding:0 0 0 15px;
	position:absolute;
	top:0px;
	right:5px;
	background:url(/img/guest/contents/arrow.gif) no-repeat 0 50%;
}


/* アクションリスト */
.myprof .profileAsideBox.profileAsideBox_actionlist .label span.tooltipMark {
	position: absolute;
	top: 4px;
	right: 5px;
}
	.myprof .profileAsideBox.profileAsideBox_actionlist .label span img.tooltopActionBtn {
		cursor: pointer;
	}

.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox a,
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox span.image-cover-style,
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox img#image-detail,
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox img.cover-img,
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox span.actionFrame {
	width: 120px !important;
	height: 120px !important;
}

.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap {
	padding: 12px 7px 0;
}
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox {
	float: left;
	width: 120px;
	margin-right: 10px;
	text-align: center;
}
	.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox.last {
		margin: 0px;
	}
	.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox a {
		color: #333;
	}
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox .thumb {
	position: relative;
	margin-bottom: 12px;
}
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox .thumb .actionFrame {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox .thumb .action_foot {
	background-image: url(/img/common/profile/frame_action_foot.png);
}
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox .thumb .action_mail {
	background-image: url(/img/common/profile/frame_action_mail.png);
}
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox .thumb .action_wink {
	background-image: url(/img/common/profile/frame_action_wink.png);
}
.myprof .profileAsideBox.profileAsideBox_actionlist .listBoxWrap .listBox .thumb .action_iine {
	background-image: url(/img/common/profile/frame_action_iine.png);
}

/* ツールチップ的なhogehoge */
.tooltipBoxWrapper {
	position: absolute;
	left: -5px;
	z-index: 99;
}
.tooltipBoxWrapper .tooltipBox {
	border: 1px solid #ccc;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 4px #ccc;
}
.tooltipBoxWrapper .fukidashiOuter {
	position: absolute;
	bottom: -9px;
	left: 10px;
	display: block;
	border-top: 10px solid #ccc;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0px solid transparent;
}
.tooltipBoxWrapper .fukidashiInner {
	position: absolute;
	bottom: -7px;
	left: 12px;
	display: block;
	border-top: 8px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 0px solid transparent;
}

/* ここから各ツールチップでカスタマイズできそう */
.tooltipBox_actionlist {
	width: 250px;
}
.tooltipBox_actionlist .tooltipBox ul {
	padding: 7px 0 7px 10px;
}
.tooltipBox_actionlist .tooltipBox ul li {
	line-height: 1;
	padding: 3px 0;
}
	.tooltipBox_actionlist .tooltipBox ul li img {
		vertical-align: middle;
		margin-right: 10px;
	}



/* フォトアルバム */
.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel {
	padding: 12px 7px 0;
}
.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li {
	float: left;
	margin-right: 10px;
}
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li.more {
		margin: 0;
	}
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li a {
		display: block;
		position: relative;
		margin: 0 auto;
	}
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li a,
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li span.image-cover-style,
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li img#image-detail,
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li img.cover-img,
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li span.empty,
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li span.kadomaru {
		width: 120px !important;
		height: 120px !important;
	}
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li span.empty {
		display: block;
		background: #f5f5f5;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
	}
	.myprof .profileAsideBox.profileAsideBox_photoalbum .photoAlbumPanel li a span.kadomaru {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: url(/img/member/side/profrecom_bg.png) no-repeat 0 0;
	}
	
	.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum .head {
		padding: 18px 0 12px;
		text-align: center;
	}
	.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum .head strong {
		display: inline-block;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl {
		width: 325px;
	}
		.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl dt {
			font-size: 14px;
			padding-left: 25px;
			line-height: 16px;
			margin-bottom: 10px;
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl.access_url {
			float: left;
		}
		.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl.access_url dt {
			background-image: url(/img/guest/docs/smartphone/ico_mobile.gif);
		}
		.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl.access_url dd {
			padding: 10px;
			width: 258px;
			border: 2px solid #ccc;
			background: #f7f7f7;
			font-size: 16px;
			font-weight: bold;
			color: #333;
			text-align: center;
		}
		.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl.access_qr {
			float: right;
		}
		.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl.access_qr dt {
			background-image: url(/img/guest/docs/smartphone/ico_camera.gif);
		}
		.myprof .profileAsideBox.profileAsideBox_photoalbum .noPhotoAlbum dl.access_qr dd {
			height: 129px;
			padding-right: 139px;
			background: url(/img/member/side/qrCode_yyc.gif) no-repeat right top;
		}

/* コミュニティ */
.myprof .profileAsideBox.profileAsideBox_community .communityPannel {
	padding-top: 10px;
}



.myprof #self-prBox {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(/css/PIE.htc);
	position:relative;
	border:2px solid #CCC;
	background:#FFF;
	margin:20px 0 0;
	padding:10px 13px;
	line-height:33px;
}
.myprof #self-prBox .pr-body{
	_zoom:1;
	height:1%;
	display:block;
	position:relative;
}
.myprof #self-prBox .pr-body .tl-comment {
	margin:5px 0;
	line-height:1.5em;
}
.myprof #self-prBox .pr-body .tl-comment strong {
	color:#CC0000;
}
.myprof #self-prBox .pr-body a.follow_on {
	width:135px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(/img/member/btn/follow_on.png) no-repeat 0 0;
	position:absolute;
	bottom:0;
	right:0;	
}
.myprof #self-prBox .pr-body a.follow_off {
	width:135px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(/img/member/btn/follow_off.png) no-repeat 0 0;
	position:absolute;
	bottom:0;
	right:0;	
}

.myprof #self-prBox .pr-body p {
	margin:5px 0;
	line-height:1.5em;
}
.myprof #self-prBox .pr-body p.dateLine {
	margin:0;
	font-size:10px;
	color:#999;
}

.myprof #self-prBox .pr-body .pr-title,
.myprof #self-pr .pr-body .pr-title
,.myprof #self-pr .pr-body .hope-title{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	behavior: url(/css/PIE.htc);
	position:relative;
	border:1px solid #eee;
	background:#f7f7f7;
	padding:0px 15px;
	line-height:33px;
}
.myprof #self-pr .pr-body .hope-title{
	margin-top:10px;
}
.myprof #self-pr .pr-body .pr-title a
,.myprof #self-pr .pr-body .hope-title a{
	position:absolute;
	top:4px;
	right:5px;
}
.myprof #self-prBox .pr-body .pr-title a {
	padding:0 0 0 15px;
	position:absolute;
	top:3px;
	right:5px;
	background:url(/img/guest/contents/arrow.gif) no-repeat 0 50%;
}
.myprof #self-prBox .pr-body .title-head {
	margin:10px 0;
	padding:0;
	width:100%;
	display:table;
}
.myprof #self-prBox .pr-body .title-head h3 {
	margin:0;
	padding:0;
	width:70%;
	height:18px;
	line-height: 1em;
	font-size:14px;
	display:table-cell;
}
.myprof #self-prBox .pr-body .title-head h3 img {
	margin:0 10px 0 0;
	padding:0;
	height:18px;
	vertical-align:bottom;
	font-weight:bold;
	display:inline;
}
.myprof #self-prBox .pr-body .title-head span {
	margin:0;
	padding:0;
	width:30%;
	text-align:right;
	height:18px;
	line-height:18px;
	color:#999;
	font-size:11px;
	display:table-cell;
}


.myprof #self-pr .pr-body dl{
	margin:10px 0px 0px;
}
	.myprof #self-pr .pr-body dl dt{
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		border-radius:2px;
		behavior: url(/css/PIE.htc);
		position:relative;	
		background:#f7f7f7;
		line-height:1.2em;
		padding:7px 10px;	
	}
	.myprof #self-pr .pr-body dl dd{
		line-height:1.6em;
		margin-top:5px;
	}
	.myprof #self-pr .pr-body p{
		line-height:1.6em;
		margin-top:10px;
	}
	.myprof #self-pr .pr-body .feedbackBox {
		margin:10px 0 0;
		padding:0;
		width:100% !important;
		display:block;
		text-align:right;
	}


.myprof #profile-bbs-body{
	margin:30px 0px 20px;
}
.myprof #profile-bbs-body #profile-bbs-body-label{
	font-size:14px;
	margin-bottom:10px;
}
	.myprof #profile-bbs-body .title-head{
		padding-bottom:10px;
	}
	.myprof #profile-bbs-body .title-head h3{
		float:left;
	}
	.myprof #profile-bbs-body .title-head h3 img{
		vertical-align:-5px;
		margin-right:10px;
	}
	.myprof #profile-bbs-body .title-head span{
		float:right;
		color:#999;
	}
	.myprof #profile-bbs-body .read-btn{}



.myprof .profile-table{
	margin-top:30px;
}
.myprof .profile-table table{
	width:685px;
}
	.myprof .profile-table table .partner{
		color:#3c547d;
	}
.myprof .profile-table table th.lbl{
	color:#555;
	width:33%;
	font-weight:normal;
	text-align:left;
}
	.myprof .profile-table table th.lbl1
	,.myprof .profile-table table th div{
		line-height:35px;
		zoom:1;
	}
	.myprof .profile-table table th.lbl1{
		font-size:14px;
		background:url(/img/member/prof/label_bg.gif) no-repeat left 0;
	}
	.myprof .profile-table table th.lbl2{
		background:url(/img/member/prof/label_bg.gif) no-repeat center 0;
	}
	.myprof .profile-table table th.lbl3{
		background:url(/img/member/prof/label_bg.gif) no-repeat right 0;
	}
		.myprof .profile-table table th div{
			position:relative;
		}
			.myprof .profile-table table th.lbl2 div{
				margin-right:5px;
				background:url(/img/member/prof/pipe_end.gif) no-repeat right 50%;
			}
		.myprof .profile-table table th.lbl a
		,.myprof .profile-table .lbl-b a{
			position:absolute;
			top:5px;
			right:5px;
		}
	
	.myprof .profile-table table th.lbl1
	,.myprof .profile-table table th.lbl3
	,.myprof .profile-table table th.s-lbl
	,.myprof .profile-table table td.partner{
		padding-left:10px;
	}
	.myprof .profile-table table th.s-lbl{
		font-weight:normal;
		text-align:left;
	}
	.myprof .profile-table table th.s-lbl
	,.myprof .profile-table table td{
		padding-top:7px;
		padding-bottom:7px;
		border-bottom:1px solid #eee;
	}

.myprof .profile-table .lbl-b{
	position:relative;
	color:#555;
	font-size:14px;
	background:url(/img/member/prof/label_bg.gif) no-repeat 0 0;
	line-height:35px;	
	padding-left:10px;
}
.myprof .profile-table dl.enquate{
	padding:0px 15px;
}
.myprof .profile-table dl.enquate dt{
	padding:7px 0px;
}
.myprof .profile-table dl.enquate dd{
	line-height:1.6em;
	padding-bottom:7px;
	border-bottom:1px solid #eee;
}




/* プロフィール無料化で使うよ
-----------------------------------------------------------------*/

.profileFreeStyle .profileFreeHidden {
	position: relative;
	width: 685px;
}
	.profileFreeStyle .profileFreeHidden .hiddenWrap {
		position: absolute;
		left: 0;
		z-index: 1;
		width: 685px;
		background: url(/img/common/hidden.png) repeat-x 0 80px;
	}
	.profileFreeStyle .profileFreeHidden .hiddenWrap a {
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -170px /*ネガティブマージン*/;
	}

.profileFreeStyle #self-pr dd a,
.profileFreeStyle #hope-pr p a {
	font-size: 14px;
	margin-left: 5px;
}


/* Edit
-----------------------------------------------------------------*/

/* Navi
-----------------------------------------------------*/
#pe-nav dl dt.current{
	color:#555;
	font-size:15px;
	line-height:33px;
	padding-left:18px;
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	border:solid #ccc;
	border-width:1px 0px 1px 1px;
	-webkit-box-shadow: #d9d9d9 1px 1px 3px;
	-moz-box-shadow: #d9d9d9 1px 1px 3px;
	box-shadow: #d9d9d9 1px 1px 3px;
	behavior: url(/css/PIE.htc);
	background:#fff;
	margin-bottom:10px;
}
#pe-nav dl dt.label{
	padding-right:15px;
	margin-bottom:12px;
	zoom:1;
}
#pe-nav dl dt.label a{
	display:block;
	color:#205287;
	font-size:15px;
	line-height:35px;
	padding-left:19px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e3e9f5), to(#d0dbed));
	background: -moz-linear-gradient(#e3e9f5, #d0dbed);
	-pie-background: linear-gradient(#e3e9f5, #d0dbed);
	behavior: url(/css/PIE.htc);
	
}
	#pe-nav dl dt.label a:hover{
		text-decoration:none;
	}
#pe-nav dl dd{
	padding-bottom:15px;
}
#pe-nav dl dd ul li{
	zoom:1;
}
#pe-nav dl dd ul li a{
	display:block;
	_width:215px;
	_height:30px;
	padding-left:15px;
	line-height:30px;
}
	#pe-nav dl dd ul li a:hover
	,#pe-nav dl dd ul li a.on{
		text-decoration:none;
		background:url(/img/member/prof/nav_bg.gif) no-repeat 0 0;
	}

.profedit .edit-label{
	padding:0px 14px 30px;
}
.profedit .edit-label h3{
	font-size:14px;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#f7f7f7;
	behavior: url(/css/PIE.htc);
	position:relative;
	line-height:38px;
	padding:0px 15px;
}

.profedit #has-profile-temporary{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	padding:0px 150px;
}
	.profedit #has-profile-temporary p{
		background:#eee;
		padding:20px 0px;
	}
.profedit #appeal-confirm{
	font-size:14px;
	font-weight:bold;
	padding:0px 20px 20px;
}


.profedit table.edit-tbl
,.profedit table.edit-tbl-enquate{
	width:683px;
}
.profedit table.edit-tbl th
,.profedit table.edit-tbl td{
	border-bottom:1px solid #eee;
}
.profedit table.edit-tbl th{
	width:115px;
	padding-left:20px;
	padding-right:28px;
	font-weight:normal;
}
	.profedit table.edit-tbl th.req{
		background:url(/img/guest/icon/indisp.gif) no-repeat right 50%;
	}
	.profedit table.edit-tbl th span.label
	,.profedit table.edit-tbl-enquate th span.label{
		display:inline-block;
		padding:0px 0px 0px 12px;
		line-height:18px;
		background:url(/img/guest/icon/yaji_g.gif) no-repeat 0 4px;
	}
	.profedit table.edit-tbl th span.notice{
		color:#999;
		font-size:10px;
		padding-left:12px;
	}



.profedit table.edit-tbl td{
	width:505px;
	padding:15px 0px 15px 15px;
}
	.profedit table.edit-tbl td span.c1{
		color:#999;
		font-size:10px;
		margin-left:10px;
	}
	.profedit table.edit-tbl td p.n{
		color:#999;
		font-size:10px;
		margin-top:5px;
	}

/*アンケート専用*/
.profedit table.edit-tbl-enquate th{
	padding-left:20px;
	font-weight:normal;
	padding:10px 20px;
	text-align:left;
}
.profedit table.edit-tbl-enquate td{
	padding:0px 0px 10px 20px;
	border-bottom:1px solid #eee;
}
.profedit table.edit-tbl-enquate td textarea{
	width:632px;
	height:60px;	
}



	/*個別set*/
	.profedit table.edit-tbl .bg-label td label{
		display:block;
		float:left;
		background:#f7f7f7;
		padding:0px 0px 0px 5px;
		line-height:22px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		/*border-radius:5px;
		_behavior: url(/css/PIE.htc);*/
		margin:0px 5px 5px 0px;
		overflow:hidden;
	}

	.profedit table.edit-tbl .blood-type td label{
		width:115px;
	}
	
	.profedit table.edit-tbl .profile-open td label
	,.profedit table.edit-tbl .hair-type td label
	,.profedit table.edit-tbl .glass-type td label
	,.profedit table.edit-tbl .personality-type td label
	,.profedit table.edit-tbl .appearance-type td label
	,.profedit table.edit-tbl .holiday-type td label
	,.profedit table.edit-tbl .education-type td label
	,.profedit table.edit-tbl .dwelling-type td label
	,.profedit table.edit-tbl .family-type td label
	,.profedit table.edit-tbl .drinking-type td label
	,.profedit table.edit-tbl .smoking-type td label
	,.profedit table.edit-tbl .car-type td label
	,.profedit table.edit-tbl .purpose-type td label
	,.profedit table.edit-tbl .hobby-type td label
	,.profedit table.edit-tbl .interesting-type td label
	,.profedit table.edit-tbl .marriage-type td label
	,.profedit table.edit-tbl .child-type td label
	,.profedit table.edit-tbl .want-child-type td label
	
	,.profedit table.edit-tbl .fav-blood-type td label
	,.profedit table.edit-tbl .fav-astro td label
	,.profedit table.edit-tbl .fav-photo td label
	,.profedit table.edit-tbl .fav-body-type td label
	,.profedit table.edit-tbl .fav-hair-type td label
	,.profedit table.edit-tbl .fav-glass-type td label
	,.profedit table.edit-tbl .fav-personality-type td label
	,.profedit table.edit-tbl .fav-appearance-type td label
	,.profedit table.edit-tbl .fav-holiday-type td label
	,.profedit table.edit-tbl .fav-dwelling-type td label
	,.profedit table.edit-tbl .fav-family-type td label
	,.profedit table.edit-tbl .fav-drinking-type td label
	,.profedit table.edit-tbl .fav-smoking-type td label
	,.profedit table.edit-tbl .fav-car-type td label
	,.profedit table.edit-tbl .fav-purpose-type td label
	,.profedit table.edit-tbl .fav-hobby-type td label
	,.profedit table.edit-tbl .fav-interesting-type td label
	,.profedit table.edit-tbl .fav-marriage-type td label
	,.profedit table.edit-tbl .fav-child-type td label
	,.profedit table.edit-tbl .fav-want-child-type td label{
		width:150px;
	}

	.profedit table.edit-tbl .job-type td label
	,.profedit table.edit-tbl .income-type td label
	,.profedit table.edit-tbl .pet-type td label
	,.profedit table.edit-tbl .marital-type td label
	
	,.profedit table.edit-tbl .fav-job-type td label
	,.profedit table.edit-tbl .fav-pet-type td label
	,.profedit table.edit-tbl .fav-marital-type td label{
		width:230px;
	}

.profedit table.edit-tbl .appeal-title td input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:320px;
}
.profedit table.edit-tbl .appeal-body td textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:480px;
	height:148px;
}
	.profedit table.edit-tbl .appeal-body-confirm td p{
		line-height:1.4em;
		padding-right:15px;
	}
.profedit table.edit-tbl .appeal-body td .emoji{
	margin-bottom:3px;
}



.profedit .btn{
	padding:30px 0px 20px;
	text-align:center;
}
.profedit .btn a{
	margin:0px 7px;
}


.profedit .photo-open-standard{
	text-align:right;
	margin:-25px 0px 20px;
	padding:0px 14px;
}
	.profedit .photo-open-standard img{
		vertical-align:-6px;
		margin-left:5px;
	}

.profedit .set-mainphoto{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	text-align:center;
	position:relative;
}
	.profedit .set-mainphoto .image-cover-style {
		margin: 0 auto;
	}

	.profedit .set-mainphoto .cover-btn img {
		position:absolute;
		top:0;
		left:0;
	}
.profedit .set-mainphoto span.label{
	position:absolute;
	top:0px;
	left:19px;
	padding-left:10px;
	background:url(/img/guest/icon/yaji_g.gif) no-repeat 0 50%;
}
.profedit .set-mainphoto .photobox{
	width:250px;
	margin:0 auto;
	text-align:left;
}
.profedit .set-mainphoto .photobox .photo{
	position:relative;
	width:250px;
	height:250px;
}

	.profedit .set-mainphoto .photobox .photo .exm
	,.profedit .set-mainphoto .photobox .photo .ng{
		position:absolute;
		width:250px;
		height:250px;
		top:0px;
		left:0px;
		z-index:2;
		text-align:center;		
	}
.profedit .set-mainphoto .photobox .photo .ng{
	background:url(/img/member/prof/ng_bg.png) repeat 0 0;
}
	.profedit .set-mainphoto .photobox .photo .exm span
	,.profedit .set-mainphoto .photobox .photo .ng span{
		display:inline-block;
		padding:5px 20px;
		color:#fff;
		line-height:1;
		margin-top:114px;		
	}
	.profedit .set-mainphoto .photobox .photo .exm span{
		background:#f00;
	}
	.profedit .set-mainphoto .photobox .photo .ng span{
		background:#222;
	}

.profedit .set-mainphoto .photobox .status table
,.profedit .set-subphoto table td.photobox table{
	margin:5px 0px 3px;
	width:100%;
}
	.profedit .set-mainphoto .photobox .status table td
	,.profedit .set-subphoto table td.photobox table td{
		width:50%;
	}
	.profedit .set-mainphoto .photobox .status table td.delete
	,.profedit .set-subphoto table td.photobox table td.delete{
		text-align:right;
	}
	.profedit .set-mainphoto .photobox .status table td.delete img
	,.profedit .set-subphoto table td.photobox table td.delete img{
		vertical-align:-2px;
		margin-left:2px;
	}

.profedit .set-subphoto{
	padding:15px 20px;
}
.profedit .set-subphoto table td.photobox{
	width:150px;
	vertical-align:top;
}
.profedit .set-subphoto table td.photobox .photo{
	position:relative;
	width:145px;
	height:145px;
}



.profedit .set-subphoto table td.photobox .photo .exm
,.profedit .set-subphoto table td.photobox .photo .ng{
	position:absolute;
	width:145px;
	height:145px;
	top:0px;
	left:0px;
	z-index:2;
	text-align:center;	
}
.profedit .set-subphoto table td.photobox .photo .ng{
	background:url(/img/member/prof/ng_bg.png) no-repeat 0 0;
}
	.profedit .set-subphoto table td.photobox .photo .exm span
	,.profedit .set-subphoto table td.photobox .photo .ng span{
		display:inline-block;
		padding:5px 20px;
		color:#fff;
		line-height:1;
		margin-top:62px;		
	}
	.profedit .set-subphoto table td.photobox .photo .exm span{
		background:#f00;
	}
	.profedit .set-subphoto table td.photobox .photo .ng span{
		background:#222;
	}

.profedit .set-subphoto table td.photobox .set-main{
	text-align:center;
	margin-top:5px;
}

.profedit #photo-uploadbox{
	padding:0px 29px 20px;
}
.profedit #photo-uploadbox .upload{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(/css/PIE.htc);
	position:relative;
	background:#f5f4fa;
	text-align:center;
	padding:30px 0px;
	margin-bottom:30px;
}
	.profedit #photo-uploadbox .upload .up-btn{
		margin-top:15px;
	}
.profedit #photo-uploadbox dl dt{
	margin-bottom:5px;
}
.profedit #photo-uploadbox dl dd{
	line-height:1.5em;
	padding-bottom:30px;
}
	.profedit #photo-uploadbox dl dd img{
		margin:7px 0px;
	}

.profedit #photo-uploadbox-confirm{
	padding:20px 29px;
}
.profedit #photo-uploadbox-confirm p.caution{
	padding:0px 30px 15px;
}
.profedit #photo-uploadbox-confirm form{
	text-align:center;
}
.profedit #photo-uploadbox .noticeComment {
	margin:0 0 15px;
	padding:0;
	text-align:left;
	line-height:1.5em;
}

.profedit .setting-type a {
	margin:0 29px;
	padding-left:15px;
	line-height:1.5em;
	background:url(/img/member/arrow.gif) no-repeat 0 50%;
}


#page-age-verification{
	text-align:center;
	padding-top:20px 0px 0px;
}
#page-age-verification p.desc{
	font-size:16px;
	line-height:1.6em;
}
#page-age-verification .btn{
	padding:30px 0px;
}


.myprof #token{
	margin:0px 0px 30px;
	padding:10px 20px;
	border:2px solid #ccc;
	color:#555;
	font-weight:bold;
	text-align:center;
}
	.myprof #token a {
		color: #f00;
	}
.myprof #member-deny-set{
	margin:0px 180px 30px;
	padding:10px 0px;
	border:2px solid #f00;
	color:#f00;
	font-weight:bold;
	text-align:center;
}

#profile-simple .photo_contest_status,
#profileSimple .photo_contest_status {
	margin:10px 0;
	padding:0;
	text-align:right;
}
	#profileSimple .photo_contest_status {
		width: 175px;
	}
#profile-simple .photo_contest_status .now-entry,
#profileSimple .photo_contest_status .now-entry {
	margin:0 0 5px;
	padding:3px 0;
	background:#dd0000;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
}
#profile-simple .photo_contest_status .no-entry,
#profileSimple .photo_contest_status .no-entry {
	margin:0 0 5px;
	padding:3px 0;
	background:#CCCCCC;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#333;
}
#profile-simple .photo_contest_status a,
#profileSimple .photo_contest_status a {
	margin:0;
	padding-left:15px;
	line-height:1.5em;
	background:url(/img/member/arrow.gif) no-repeat 0 50%;
}

#notAvailableReason dl dt {
	font-size: 16px;
}
#notAvailableReason dl dd {
	margin-top: 10px;
	border: 2px solid #ccc;
	background-color: #eee;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	#notAvailableReason dl dd p {
		font-size: 14px;
		line-height: 1.6;
	}






