.no_shadow {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.value {
	line-height:1.2em;
}
* {
	background-color:transparent;
  letter-spacing: -1.5px;
}
a {
	text-decoration:none;
}
table td {
	vertical-align:middle;
}
div, p, table, td, tr, a {
	font-weight:bold;
}

input:focus,
textarea,focus {
	outline: 0;	
}

textarea {
	-webkit-appearance:none;
}
.rounded_button {
	-webkit-border-radius:10px;
	border:none;
	color:white;
	font-size:12px;
	text-align:center;
	padding:0;
	margin:0;
}
.add_form_btn {
	border:none;
	color:white;
	font-size:12px;
	text-align:center;
	padding:0;
	margin:0;
  background: url('../images/mobile/btn_add.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}
.dark_blue {
	background-color:#5f9eca;
}
.light_blue {
	background-color:#97bfe0;
}
.green_blue {
	background-color:#79a1b5;
}
.vivid_blue {
	background-color:#409df3;
}
.green {
	background-color:#86c238;
}
#navigation_bar {
	height: 44px; 
	width: 100%;
	line-height: 44px;
	background-size:cover;
	font-weight:bolder;
	color:#595959;
	text-align:center;
	font-size:19.5px;
	position:relative;
	z-index:10;
	text-shadow:#8BADC5 0 1px 0px;
	top: 0;
}

.navigation_bar_3attack {
  /*
  background: url('../images/mobile/bg_actionbar.png') no-repeat scroll 0 0 transparent;
  */
	background-color: #A1D8FF;
	background-size: 100% 100%;
}

#navigation_bar span {
	text-align:center;
	width: 100%;
	position: absolute;
	left: 0;
}
#navigaion_bar div {
	z-index:2;
}
#back_button {
	float:left;
	margin:6px 0 0 8px;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	width:60px;
	height:32px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:0px;
	padding-left: 6px;
	text-shadow:none;
	line-height: 2.4;
	position: relative;
	z-index: 11;
}
.back_button_3attack {
	background: url('../images/mobile/btn_back_nor.png') no-repeat scroll 0 0 transparent;
	margin: 4px 0 0 3px !important;
	width: 50px !important;
  	height: 36.5px !important;
  	padding-left: 0 !important;
}

#cancel_button {
	float: right;
	margin:4px 8px 0 0;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:0px;
	text-shadow:none;
	line-height: 2.4;
	position: relative;
	z-index: 11;
}
.cancel_button {
	background: url('../images/mobile/btn_close_nor.png') no-repeat scroll 0 0 transparent;
	margin 4px 0 0 3px !important;
	width: 53.5px !important;
	height: 36px !important;
	padding-left: 0 !important;
}

.navi_item {
	float:right;
	margin:6px 8px 0 0;
	-webkit-background-size:100% 100%;
	background-size:cover;
	width:60px;
	padding-left:6px;
	height:24px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-shadow:none;
	width:31px;
	height:31px;
	padding:0;
	line-height: 2.4;
	position: relative;
	z-index: 11;
}
.navi_item.done {
	width:61px;
	height:32px;
}

.submit-button {
	float:right;

	margin: 4px 3px 0 0  !important;
	width: 50px !important;
	height: 36.5px !important;
	background: url('../images/mobile/btn_submit_nor.png') no-repeat;
	background-size: contain;
	position: relative;
}

.done_button {
  background: url('../images/profile/btn_photoupdate.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  width: 310px;
  height: 50px;
  color: white;
  margin: 0; padding: 0; border: 0;
  font-size: 16px;
}
.done_button_3attack {
  background: url('../images/mobile/btn_done_nor.png') no-repeat scroll 0 0 transparent;
  margin: 4px 5px 0 0 !important;
  width: 50px !important;
  height: 36.5px !important;
  padding-left: 0 !important;
  background-size: 100% 100%;
}
.done_button_3attack.jp {
  background: url('../images/mobile/jp/btn_done_nor.png') no-repeat scroll 0 0 transparent;
  margin: 4px 5px 0 0 !important;
  width: 50px !important;
  height: 36.5px !important;
  padding-left: 0 !important;
  background-size: 100% 100%;
}
.del_button_3attack {
  background: url('../images/mobile/btn_trash_nor.png') no-repeat scroll 0 0 transparent;
  margin: 4px 5px 0 0 !important;
  width: 36.5px !important;
  height: 36.5px !important;
  padding-left: 0 !important;
  background-size: 100% 100%;
}
.report_button_3attack {
  background: url('../images/mobile/btn_report_nor.png') no-repeat scroll 0 0 transparent;
  margin: 4px 5px 0 0 !important;
  width: 36.5px !important;
  height: 36.5px !important;
  padding-left: 0 !important;
  background-size: 100% 100%;
}
#profile_header {
	clear:both;
	padding: 0 0 6px;
	-webkit-box-shadow:inset 0 0 5px #444;
	//border-top: #157fa9 solid 1px;
}
#header_table {
	width:310px;
	margin-top:5px;
	height:88px;
}
#matching_date {
	-webkit-border-radius:5px;
	border:1px solid rgb(161, 196, 222);
	width:30px;
	float:right;
}
#matching_month {
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	background-color:rgb(95, 158, 202);
	color:white;
	text-align:center;
	font-size:12px;
	padding-bottom:3px;
	font-weight:normal;
}
#matching_day {
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	background-color:white;
	text-align:center;
	color:rgb(95, 158, 202);
	height:18px;
	font-size:16px;
}
#nickname_row {
	color:black;
	font-size:15px;
	height:20px;
}
#nickname_row * {
	vertical-align:top;
}
#verified_marks {
	text-align:right;
	padding-right:8px;
}
#summary_row {
	color:gray;
	font-weight:normal;
	width:155px;
}
#profile_navi {
	position:relative;
	height:55px;
}
.profile_menu {
	position:absolute;
	width:65px;
	top:6px;
}
.profile_menu.highlighted {
	top:3px;
	border:3px solid white;
	-webkit-border-radius:7px;
}
.profile_menu:nth-child(1) {
	left:3px
}
.profile_menu:nth-child(1).highlighted {
	left:0;
}
.profile_menu:nth-child(2) {
	left:77px;
}
.profile_menu:nth-child(2).highlighted {
	left:74px;
}
.profile_menu:nth-child(3) {
	left:151px;
}
.profile_menu:nth-child(3).highlighted {
	left:148px;
}
.profile_menu_top {
	text-align:center;
	height:25px;
	color:white;
	background-color:rgb(126,187,229);
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	text-shadow:rgb(107, 128, 144) 0 2px 1px;
	font-size:20px;
	padding-top:2px;
}
.matching_rate {
	font-size:14px;
}
.matching_rate span {
	/* for legacy */
	top:77px;
	font-size:17px;
}
.rate-0 { color:rgb(208,208,208);}
.rate-10 { color:rgb(124,126,150);}
.rate-20 { color:rgb(114,164,193);}
.rate-30 { color:rgb(87,204,224);}
.rate-40 { color:rgb(74,190,93);}
.rate-50 { color:rgb(116,218,47);}
.rate-60 { color:rgb(254,197,64);}
.rate-70 { color:rgb(253,139,84);}
.rate-80 { color:rgb(253,135,179);}
.rate-90 { color:rgb(252,90,154);}
.rate-100 { color:rgb(252,94,100);}
.profile_menu_bottom {
	text-align:center;
	height:15px;
	color:white;
	background-color:rgb(95,158,202);
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	font-size:11px;
	padding-top:3px;
}
#profile_completeness {
	background-color:white;
	-webkit-border-radius:5px;
	width:65px;
	margin:auto;
	height:16px;
	padding-top:2px;
	font-size:11px;
	color:#84c429;
}
#profile_items {
	color:#57b4d6;
	width:100%;
	margin-bottom: 10px;
}
#profile_items tr {
	height:30px;
}
#profile_items td {
	line-height:1.3em;
	padding:0;
	text-align: center;
	width: 100%;
}
#profile_items .recommend_layer {
	color: #616161;
}
.profile_item_popup {
	display:none;
	width:280px;
	min-height:108px;
	position:absolute;
	left:20px;
	color:#575757;
	font-size:14px;
	border:4px solid #9cc1e0;
	-webkit-border-radius:10px;
	background-color:#deebf6;
	z-index:99999;
}
.profile_item_popup img {
	position:absolute;
	left:30px;
	top:-25px;
}
.profile_item_popup a {
	position:absolute;
	right:60px;
	top:40px;
	border:none;
}
.profile_item_popup div {
	padding:10px;
	line-height:1.3em;
}
#realname_form {
}
.section_header {
	font-size:15px;
	padding:1px 0 2px 10px;
	color:white;
	-webkit-background-size:100% 100%;
	background-size:100%;
}
.section_header.margin {
	margin-top:20px;
}
.section_header.margin_bottom {
	margin-bottom:10px;
}
#my_story {
	width:100%;
	margin: 0;
}
#my_story tr {
	border-bottom:1px dashed rgb(170, 207, 230);
	display: block;
	min-height: 26px;
	padding: 2px 10px; 
}
#my_story tr:last-child {
	border-bottom:1px solid #bdbdbd;
}
#my_story td {
	color:rgb(89, 89, 89);
	padding:10px 5px 10px 5px;
	line-height:1.4em;
	font-weight:normal;
	vertical-align: text-top;
}
.profile_category {
	width:61px;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:13px;
	-webkit-background-size:100% 100%;
}
.matched {
	color:#1e85ae;
	background:#d3f1fc;
	font-weight:bold;
	padding: 3px 3px 0px 2px;
}
.menu_description {
	font-size: 14px;
	padding: 12px 15px 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b2cfe7;
	border-top: 1px solid #097fbd;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	line-height: 150%;
}
.thumbnail {
	width:100%;
	height:auto;
}
.card_con {
	float: left;
	position: relative;
	margin: 2%;
}
.card_con_candy {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	z-index: 3;
}
.card_con_new {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 30px;
}
.cardlist {
	width:90px;
	height:90px;
}
.no_image {
	width:49px;
	height:49px;
}
#photo_mask {
	width:95%;
	margin:5px auto 15px auto;
	overflow:hidden;
}
#photo_mask img {
	width:100%;
	height:auto;
}
#photo_mask p {
	margin:auto;
	line-height:1.4em;
	text-align:center;
	font-size:16px;
}
#photo_mask p:first-child {
	margin-top:60px;
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to   { -webkit-transform: rotate(-360deg); }
}
#activity_indicator {
	-webkit-animation:spin .8s linear 0 infinite normal
}
#photo_canvas {
	height:314px;
	position:relative;
	-webkit-transition:all .4s ease-in-out;
}
#photo_canvas img {
	width:314px;
	height:314px;
}
#photo_canvas img.ani {
}
#photo_canvas img.ready {
	left:314px;
}
#photo_canvas img.in {
	left:0;
	z-index:100;
}
#photo_canvas img.out {
	left:-314px;
}
#photo_thumbnails {
	width: 100%;
	margin:auto;
	margin-top:4px;
	margin-bottom:5px;
	text-align: center;
	padding: 10px 0 15px;
	background: #afafaf;
	-webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,.3),
						inset  0 -8px 8px -8px rgba(0,0,0,.3);
}
#empty_photo_thumbnails {
	width:250px;
	margin:auto;
	margin-top:5px;
	display:block;
}
#photo_thumbnails a {
	width: 94%;
	position:relative;
	display:inline-block;
	
	background: #fff;
	padding: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.2);
}
#photo_thumbnails a.selected {
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(20,135,200,1);
}
#photo_thumbnails .candy_icon {
	width:35px;
	height:35px;
	position:absolute;
	z-index: 10;
	right:-10px;
	top:-15px;
}
#photo_thumbnails .thumbnail_con {
	width: 14%;
	display: inline-block;
	position: relative;
	border-radius: 5px;
	padding: 0 2px;

}
#photo_thumbnails .thumbnail_con.selected {
	background: #46c2f6;
	border: #1687cb 1px solid;
	-webkit-box-shadow: 0 0 3px #1687cb;
	background: #46c2f6;
	padding: 3px;
}
#photo_thumbnails_impression {
	padding-left:8px;
	width: 320px;
	margin: 0 auto;
}
.photo_thumbnail_impression a:last-child {
	margin:0;
}


.matching_info_candy_icon {
	width:60px;
	height:30px;
}
.matching_info_candy_icon.in_dialog {
	position:absolute;
	right:25px;
	margin-top:4px;
	z-index:2;
}
.matching_simple_rate {
	margin: 0 20px;
	border-bottom: 1px solid #9bc1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.matching_simple_rate .matching_row {
	padding: 0 10px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.matching_simple_rate .row_field_name {
	font-size: 15px;
	float: left;
	height: 40px;
	line-height: 40px;
}
.matching_simple_rate .row_rate {
	float: right;
	font-size: 18px;
	color: black;
	height: 40px;
	line-height: 40px;
}
.matching_simple_rate .alt {
    font-size: 14px;
	position: relative;
	top: -2px;
}
.impression p {
	font-size: 13px;
}
.matching_rate_row {
	padding: 6px 10px;
	background: #fff;
	margin: 0 20px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#keyword {
	display:none;
	margin: 0 auto;
}
#no-keyword {
	padding-top:100px;
	height:110px;
	text-align:center;
	color:#272727;
}
#more {
	display:none;
}
.keyword_header {
	clear:both;
	font-size:15px;
	padding:1px 0 2px 10px;
	color:white;
	-webkit-background-size:100% 100%;
	background-size:100%;
}
.keyword_section {
	width: 320px;
	display: block;
	margin: 0 auto;
	clear: both;
}
.keyword_header:nth-child(n+2) {
	margin-top:20px;
}
.clear {
	clear:both;
}
.keyword_wrapper {
	float:left;
	width:74px;
	text-align:center;
	margin:3px;
	position:relative;
}
.keyword_image {
}
.keyword_image img {
	width:65px;
	height:65px;
	-webkit-border-radius:7px;
}
.keyword_name {
	width:74px;
	padding-top:5px;
	text-align:center;
	font-size:11px;
}
.matched_keyword {
	position:absolute;
	left:-2px;
	top:-4px;
}
.matched_keyword img {
	width:20px;
}
.question_title {
	margin: 10px 15px 6px 15px;
	color:#2f9ac8;
	display: block;
}
.question_title img {
	width: 12px;
	height: 12px;
	margin-left: 10px;
	margin-right: 4px;
	vertical-align: text-bottom;
	margin-bottom: 2px;
}
.question_answer {
	width:auto;
	margin:0 15px 0px 15px;
	min-height:19px;
	padding:6px 5px 5px 10px;
	font-size:13px;
	background-color:#e8f2f4;
	line-height:1.5em;
	font-weight:normal;
	color:#7d888a;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);

}
#matching_statistics { 
	position:relative;
	background-color:#deebf6;
	padding-top:65px;
	padding-bottom:10px;
}
.two_options_menu {
	height:51px;
	position:absolute;
	top:0;
	width:100%;
	-webkit-background-size:100% 100%;
	background-size:cover;
	text-align: center;
}
.two_options_item {
	width:41%;
	height:21px;
	display:inline-block;
	color:white;
	text-align:center;
	margin-top:8px;
	padding-top:6px;
}
.two_options_item:first-child {
}
.matching_rate {
	text-align:center;
}
.matching_rate img {
	width:294px;
}
#profile_footer {
	clear:both;
	background-color:rgb(194, 217, 236);
	text-align:center;
	height:100px;
}
#profile_footer div {
	float:left;
	width:139px;
	margin:10px;
}
#profile_footer p {
	text-align:center;
	font-size:10px;
	color:#575757;
	margin-top:5px;
}
#interest {
	position:relative;
}
.matching_statistic_detail {
	width:300px;
	margin:15px auto;
}
.matching_statistic_detail tr {
	height:31px;
}
.matching_statistic_detail tr td:nth-child(2n+1) {
	padding-left:10px;
}
.matching_statistic_detail tr td:last-child {
	padding-right:5px;
}
.matching_statistic_detail tr td:nth-child(4n+2) {
	border-right:1px dashed #73a8d3;
}
.matching_statistic_detail tr:nth-child(2n) {
	background-color:#c1daee;
}
.matching_statistic_detail tr:nth-child(2n) td:first-child {
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
.matching_statistic_detail tr:nth-child(2n) td:last-child {
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.attractive_icon {
	width:17px;
}
#verification_info {
	width:300px;
	margin:0 auto 30px auto;
}
.verification_description {
	background-color:#d3eafc;
	-webkit-border-radius:15px;
	padding:10px 0 10px 10px;
}
.verification_description ul {
	margin-left:20px;
	font-size:12px;
	line-height:1.5em;
	list-style:disc;
}
.verification_description ul li {
	padding:4px 0;
}
#profile_class {
	font-size:15px;
	padding:12px;
}
#profile_grade {
	color:#77cc26;
}
#profile_class_detail {
	width:300px;
	margin:0 auto;
	background-color:#d3eafc;
	-webkit-border-radius:15px;
}
#profile_class_detail tr {
	height:30px;
}
#profile_class_detail td {
	width:140px;
	padding:3px 0 3px 10px;
}
#profile_class_detail th {
	vertical-align:middle;
	font-size:14px;
	padding-left:12px;
	text-align:left;
	line-height:1.4em;
}
#profile_class_detail td {
	vertical-align:top;
}
.verified {
	color:#77cc26;
}
.not_verified {
	color:red;
}
#profile_class_detail ul {
	margin-left:20px;
	font-size:12px;
	line-height:1.5em;
	list-style:disc;
}

#candy_button {
	position:absolute;
	z-index:100;
}

/* for dialog */
#overlay {
	position:absolute;
	opacity:0.7;
	background-color:black;
}
#dialog_wrapper.new {
	border-bottom:none;
	background-color:#eef1f4;
	-webkit-transition:none;
	position:absolute;
	display:none;
	z-index:999;
}
#dialog_wrapper.old {
	border:4px solid #9bc1e1;
	border-bottom:none;
	background-color:#deebf7;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-transition:none;
	position:absolute;
	display:none;
	padding-top:30px;
	z-index:999;
}
#dialog_wrapper.popup {
	border-bottom:none;
	background-color:#d2ebff;
	-webkit-transition:none;
	display:none;
	z-index:999;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	
}
@-webkit-keyframes show {
	0% { -webkit-transform:translate3d(0, 100%, 0); }
	100% {-webkit-transform:translate3d(0, 0, 0); }
}
@-webkit-keyframes hide {
	0% { -webkit-transform:translate3d(0, 0, 0); }
	100% {-webkit-transform:translate3d(0, 100%, 0); }
}
#dialog_wrapper .navigation .close {
	height: 32px;
	float: left;
}
#dialog_wrapper .navigation .candy_info {
	color: #4c595f;
	margin-right: 10px;
	line-height: 32px;
	font-size: 12px;
	float:right;
}
#dialog_wrapper .navigation .candy_icon {
	height: 10px;
	margin-left: 6px;
	margin-bottom: -2px;
}
#dialog_wrapper #dialog_content {
	width: 100%;
	display: inline-block;
}
#dialog_wrapper.ani {
	/*-webkit-animation:show .3s; */
	display:block;
}
#dialog_wrapper.hide {
	/*-webkit-animation:hide .3s; */
	display:block;
}
#dialog_wrapper.open_chat {
	width:90%;
	display:block;
	position: relative;
	opacity:0;
	-webkit-transition:opacity .3s linear;
	margin: 0 auto;
}
#dialog_wrapper.has_menu {
	padding-top:0;
}
#dialog_wrapper.rate {
	padding-top:20px;
}
#dialog_wrapper.realname {
	padding-top:20px;
}
#dialog_content.popup {
	text-align: center;
}
#dialog_menu {
	-webkit-background-size:100% 100%;
	background-size:cover;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	height:44px;
	margin-bottom:20px;
}
#dialog_menu .two_options_menu {
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
}
#user_candy {
	position:absolute;
	top:5px;
	right:8px;
	width:70px;
	height:15px;
	padding:2px 5px 0 0;
	text-align:right;
	-webkit-background-size:100% 100%;
}
#dialog_image_new {
	width:90px;
	position: relative;
	text-align:center;
	float:left;
}
#dialog_image {
	width:90px;
	position:absolute;
	left:3px;
	top:35px;
	text-align:center;
}
#dialog_wrapper .title_and_description {
	width: 100%;
}

#dialog_wrapper.has_menu #dialog_image {
	top:60px;
}
#dialog_wrapper.rate #dialog_image {
	top:20px;
}
#dialog_wrapper.open_chat #dialog_image {
	position:static;
	margin:auto;
}
#dialog_wrapper .title_and_description {
	width: 100%;
	position: relative;
	margin-top: 5px;
}
#dialog_title {
	float:right;
	width:220px;
	font-size:24px;
}
#dialog_title.popup {
	width: 100%;
	float: none;
	font-size: 22px;
	color: #28323b;
	line-height: 1.2;
}
#dialog_title_new {
	font-size:22px;
	color: #4c595f;
}
#dialog_description {
	float:right;
	width:220px;
	font-size:14px;
	margin-top:10px;
	line-height:1.4em;
}
#dialog_description.popup {
	width: 100%;
	float: none;
	color: #40444f;
}
#dialog_description.popup p {
	font-weight: normal !important;
	margin-bottom: 10px;
}
#dialog_description.popup .highlight{
	color: #006baa;
}
#dialog_description.popup .highlight.red{
	color: #c11c08;
}
#dialog_description.popup .highlight.blue{
	color: #057e99;
}
.underline {
    text-decoration: none;
    position: relative;
}
.underline:after {
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;

    border-width: 0 0 1px;
    border-style: solid;
}
#dialog_description_new {
	font-size:14px;
	margin-left: 90px;
	margin-top:10px;
	margin-right: 15px;
	line-height:1.4em;
	color: #4c595f;
}
#dialog_description p {
	min-height:25px;
}
#dialog_title.realname {
	width:280px;
}
#dialog_title.impression {
	width:280px;
}
#dialog_description.realname {
	width:280px;
	margin-bottom:7px;
}
#dialog_description.impression {
	width:280px;
	margin-bottom:7px;
}
#dialog_wrapper.open_chat #dialog_description {
	width:100%;
	margin-top:0;
}
.gift_table {
	width:100%;
	height:80px;
}
.gift_table img {
	max-width:70px;
	max-height:70px; 
	-webkit-border-radius:3px;
}
#gift_menu_table {
	margin-bottom:15px;
	width:100%;
	color:#fd91a5;
}
#gift_menu_table * {
	vertical-align:middle;
}
#gift_menu_table div {
	-webkit-border-radius:10px;
	background-color:#fd91a5;
	color:white;
	width:92px;
	height:40px;
	text-align:center;
	font-size:13px;
	display:table-cell;
}
#dialog_wrapper #need_point {
	margin:auto;
}
#rate_panel {
}
.rating_item {
	width:57px;
	height:33px;
	-webkit-background-size:57px 33px;
	background-size:57px 33px;
	text-align:center;
	color:white;
	padding:0 22px;
	font-size:12px;
}
.rating_description {
	font-size:9px;
	color:#595959;
	text-align:center;
	padding:2px 0 7px 0;
}
.rating_column {
	margin: 5px;
	text-align:center;
}
#interest_message {
	border:3px solid #9bc1e1;
	-webkit-border-radius:20px;
	color:black;
	width:185px;
	height:120px;
	background-color:white;
	font-size:14px;
	margin-left:2px;
}
#interest_message.placeholder {
	color:gray;
}
#send_gift_button {
	width:200px;
	padding:0;
	margin:0;
	border:none;
}
#report_reason_text {
	border:3px solid #9bc1e1;
	-webkit-border-radius:20px;
	width:190px;
	height:80px;
	background-color:white;
	font-size:14px;
}
#need_point {
	color:#595959;
}
#need_point * {
	vertical-align:middle;
}
#dialog_actions {
	clear:both;
	text-align:center;
	padding:15px 0;
}
#dialog_actions.new {
	padding: 5px 0;
	margin-top: 15px;
}
#dialog_actions.new div{
	width: 285px;
}
#dialog_actions .button {
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 60px;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0);
}
#dialog_actions .button.blue {
	color: #5c9dcc;
}
#dialog_actions .button.white {
	color: #6d6d6d;
}
#dialog_actions .button.pink {
	color: #ef4c85;
}
#dialog_actions .button .candy_con {
	background: #ff8ab2;
	-webkit-border-radius:12px;
	margin-left: 2px;
	margin-top: -2px;
	height: 20px;
	width: auto;
	line-height: 20px;
	padding: 0 8px;
}
#dialog_actions .button .candy_con.iphone {
	padding-bottom: 2px;
}
#dialog_actions .button .candy_con.android img{
	margin-top: -1px;
}
#dialog_actions div {
	display:inline-block;
	-webkit-border-radius:10px;
	padding-top:12px;
	height:27px;
	color:white;
	vertical-align:middle;
}
#dialog_actions.new div{
	padding: 0;
}
#dialog_actions div * {
	vertical-align:middle;	
}
#dialog_cancel {
	width:77px;
	background-color:#b0b8be;
	margin-right:15px;
}
#dialog_action {
	width:196px;
	background-color:#8bb3d6;
}
#dialog_content.popup #dialog_confirm {
	background-color:#007ec8;
	-webkit-border-radius: 5px;
	width: 170px;
}
#dialog_content.popup #dialog_action {
	background-color:#0089da;
	-webkit-border-radius: 5px;
	width: 150px;
}
#dialog_content.popup #dialog_cancel {
	background-color:#b0b8be;
	width:77px;
	-webkit-border-radius: 5px;
	margin-right:15px;
}
#dialog_action.lack {
	background-color:#b0b8be;
}
#dialog_inaction {
	width:196px;
	background-color:#8bb3d6;
	opacity: .4;
}
#dialog_loading {
	width:196px;
}
#dialog_loading img {
	vertical-align:middle;	
	margin-top: -10px;
}
#dialog_action img {
	width:21px;
	margin-left:10px;
}
#dialog_wrapper {
	width: 100%;
}
#dialog_wrapper.open_chat #dialog_cancel {
	width:60px;
}
#dialog_wrapper.open_chat #dialog_action {
	width:160px;
}
.impression_summary {
	width:300px;
	margin:auto;
	font-size:17px;
	margin-bottom:20px;
}
.impression_summary td {
	padding-top:15px;
}
.impression_summary td:first-child {
}
.impression_summary td:last-child {
	text-align:right;
}
.impression_summary td span {
	vertical-align:middle;
}
.my_impression_star_rate {
	background: url('images/icon_profile_rating.png') no-repeat;
	width: 210px;
	height: 40px;
	position: relative;
}
.my_impression_star_rate .inner {
	background-position: 0 -40px;
	overflow: hidden;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.my_impression_rate {
	color:#000000;
	font-size:24px;
}

.my_impression_full_rate {
	color:#a3a3a3;
}
.my_impression_rank {
	font-size:20px;
}
.my_impression_title {
	color:#7d96a2;
	font-size:15px;
	text-align:center;
}
.impression_detail {
	margin:auto;
}
.impression_graph_row {
	height:30px;
}
.impression_graph_row td:first-child {
	width:35px;
	text-align:right;
}
.impression_column {
	width:26px;
}
.impression_bar {
	width:73px;
	height:18px;
	border:2px solid #cdd5db;
	-webkit-border-radius:10px;
	margin:auto;
}

#buy_candy {
	width:100%;
	margin-bottom:20px;
}
#buy_candy td {
	text-align:center;
	padding:2px 9px;
}
#buy_candy_3attack {
	width:100%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
}
#buy_candy_3attack td {
	text-align:center;
  padding-right: 3px;
}
#buy_candy_3attack td:first-child {
  padding-left: 8px;
}
#buy_candy_3attack td:last-child {
  padding-right: 8px;
}
.buy_candy_button {
	width:304px;
	height:52px;
	color:#707980;
	-webkit-background-size:100%;
	border:none;
	margin:0;
	padding:0;
	padding-left:15px;
	text-align:left;
	font-size:16px;
}
#realname_form {
	width:280px;
	margin:0 auto;
}
#realname_form tr {
	height:20px;
}
.input_wrapper {
	border:4px solid #9bc1e1;
	background-color:white;
	-webkit-border-radius:30px;
	overflow:hidden;
	width:120px;
	height:33px;
}
#realname_form input {
	width:100%;
	height:100%;
	font-size:17px;
	border:none;
	-webkit-appearance:none;
	padding:0 0 0 10px;
}
.my_impression-score-field {
	width:100%;
}
.my_impression-score-field td {
	border-bottom:1px solid #B2CFE7;
	height:50px;
	line-height:1.2em;
}
.my_impression-score-field td:first-child {
	width:50px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.my_impression-score-field:last-child td {
	border-bottom:none;
	background-image: linear-gradient(bottom, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(255,255,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(237,237,237)),
		color-stop(1, rgb(255,255,255))
	);
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.my_impression-label-col {
	width:30px;
	color:#5f5f5f;
	font-size:14px;
	padding-left:12px;
	padding-right: 10px;
}

#more_button {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #5C9DCC;
	border: 1px solid #5C9DCC;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #fff;
	margin: 5px 10px 10px;
	padding: 10px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #dfecf6));
}

.config-matching-field {
	width:100%;
}
.config-matching-field td {
	border-bottom:1px solid #B2CFE7;
	height:30px;
	line-height:1.2em;
}
.config-matching-field:last-child td {
	border-bottom:none;
}
.label-col {
	width:70px;
	color:#5c9dcc;
	font-size:16px;
	padding-left:12px;
}
.value-col {
	color:#595959;
	font-size:16px;
	padding:7px 15px 7px 0;
	background-position:97% 50%;
	background-repeat:no-repeat;
	-webkit-background-size:10px 15px;
	background-size:10px 15px;
}
.content_box.hidden {
	display:none;
}
.desc-wrapper {
	position:relative;
	padding:5px;
	width:300px;
	text-align:center;
	margin:10px auto 0 auto;
	font-size:13px;
}
.desc-number {
	width:27px;
	position:absolute;
	left:17px;
	top:-4px;
}
.desc-image {
	width:256px;
	border:2px solid #595959;
}
.desc-wrapper p {
	margin-top:8px;
	color:#595959;
	line-height:1.4em;
	font-weight:bold;
}
.story_navi_item {
	height:43px;
	width:43px;
	float:right;
}
.story_navi_item_div {
	float:right;
	z-index: 2;
	position: relative;
}
#story_summary_layer {
	margin-top: 15px;
    margin-left: 10px;
	display: block;
}
#story_summary_layer .photo_thumbnail {
	float: left;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.5);
	position: relative;
	z-index: 2;
}
#story_summary_layer .nickname {
	float: left;
	font-size: 16px;
	color: #464d50;
	max-width: 120px;
	position: relative;
	z-index: 2;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#to_profile_btn {
	float: right;
	display: inline-block;
	margin-right: 15px;
	text-indent: -9999px;
	background: url('https://fbting.mozzet.com/res/images/event/my_precious/btn_view_profile.png') no-repeat;
	background-size: 79px 32px;
	width: 79px;
	height: 32px;
	margin-top: 4px;
}
#story_summary_layer .total_story {
	float: left;
	font-size: 15px;
	color: #666666;
	margin: 2px 0 0 0;
	position: relative;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}
#story_summary_layer .total_story_num {
	margin-left: 6px;
}
#story_summary_layer .story_tab {
	margin-right: 15px;
	float: right;
}
#story_summary_layer .story_tab div {
	float: left;
}
.story_mosaic_row {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.story_mosaic_layer {
	margin: auto;
	width: 30%;
	margin: 0 3px 10px;
	background-color:#fff;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	position: relative;
	z-index: 2;
	display: inline-block;
}
.story_mosaic_layer .photo_div {
	margin: auto;
	overflow: hidden;
	max-height: 400px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.story_mosaic_layer .photo_div .photo_band{
	position: absolute; 
	left: 0; 
	top: 0;
	height: 59px;
	width: 59px;
}
.story_mosaic_layer .photo {
	width: 100%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.photo_plus{
	background : url('../images/mobile/photobook_theme_icon_plus_big.png') no-repeat 0 0;
	width : 40px;
	height : 40px;
	background-size : cover;
	margin : 0 auto;
}

.photo_plus_none{
	background : url('../images/mobile/photobook_theme_icon_plus.png') no-repeat 0 0;
	width : 24px;
	height : 24px;
	background-size : cover;
	float : right;
	margin-right : 5px;
}

.story_theme_title{
	background : url('../images/mobile/photobook_theme_title.png') no-repeat 0 0;
	width : 95%;
	height : 144px;
	background-position: center center;
	display : inline-block;
	background-size : contain;
	margin-left : 5px;
	margin-right : 5px;

}

.story_theme_row {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size : 13px;
}
.story_theme_layer {
	margin: auto;
	width: 30%;
	margin: 0 3px 10px;
	background-color:#ccc;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	position: relative;
	z-index: 2;
	display: inline-block;
	text-color : #ffffff;
}
.story_theme_layer .
.story_theme_layer.selected, .story_theme_layer.has_story {
}
.story_theme_layer .photo_div {
	margin: auto;
	overflow: hidden;
	max-height: 400px;
}
.story_theme_layer .photo_div .photo_band{
	position: absolute; 
	left: 0; 
	top: 0;
	height: 59px;
	width: 59px;
}
.story_theme_layer .photo_div_shadow{
	background-image : url('../images/mobile/photobook_theme_shadow.png');
	background-position: center center;
	background-repeat : no-repeat;
	background-size : cover;
	position : absolute;	
}

.story_theme_layer .photo {
	width: 100%;
}
.story_theme_info{
	text-align : center;
}
.story_theme_info_none{
	margin : 0 auto;
	margin-top : 100px;
}

.theme_bar{
	margin : 0 auto;
	background : url("../images/mobile/photobook_theme_icon_stick.png");
	background-size : contain;
	width : 83%;
	height : 6px;
	margin-top : 10px;
	margin-bottom : 10px;
}
.theme_name{
	color : white;
	line-height : 120%;
}
.theme_name_none{
	color : white;
	float:left;
	padding-left : 3px;
	width : 73px;
	font-size : 12px;
	line-height : 120%;
}
.theme_name_has{
	margin-top : 20px;
	color : white;
}

.story_layer {
	margin: auto;
	width: 93%;
	margin-bottom: 10px;
	background-color:#fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	position: relative;
	z-index: 2;
}
.story_layer .photo_div {
	margin: auto;
	overflow: hidden;
	max-height: 400px;
}
.story_layer .photo_div .photo_band{
	position: absolute; 
	left: 0; 
	top: 0;
	height: 59px;
	width: 59px;
}
.story_layer .photo {
	width: 100%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.story_layer .comment {
	margin: 10px 0 0px 18px;
	padding-bottom : 5px;
	font-size: 16px;
	color: #666666;
	letter-spacing: -1px;
	line-height: 1.4em;
}
.story_layer .date {
	width: 56%;
	margin-left: 18px;
	margin-top: 5px;
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
	letter-spacing: -1px;
}
.story_layer .date.my_precious {
	width: auto;
	display: inline-block;
}
.story_layer .view_count {
	width: auto;
	display: inline-block;
	margin-top: 5px;
	font-size: 11px;
	color: #aaa;
	padding-bottom: 10px;
	letter-spacing: -1px;
}
.story_layer .button_layer {
	float: right;
	margin-right: 15px;
	margin-top: -50px;
	position: relative;
	z-index: 4;
}
.story_layer .button {
	width: 42px;
	height: 32px;
}
.story_layer .like_layer {
	height: 24px;
	border-top: 1px solid #d5dee0;
	padding: 5px 10px;
	position: relative;
	/*background: #eff7fb;*/
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.story_layer .like_icon {
	margin: 4px 0 0 10px;
	float: left;
}
.story_layer .like_num {
	margin: 4px 0 0 4px;
	line-height: 100%;
	font-size: 16px;
	
	color: #758186;
	float: left;
	min-width: 30px;
}
.story_layer .like_man_layer {
	float: right;
	margin-right: 26px;
}
.story_layer .like_man_thumbnail {
	height: 22px;
	width: 22px;
}
.story_layer .like_more {
	height: 22px;
	width: 22px;
	position: absolute;
	right: 5px;
	top: 6px;
	z-index: 4;
}
.story_layer .like_toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	height: 34px;
	line-height: 34px;
	letter-spacing: -1px;
	margin-right: 10px;

}
.story_layer .like_button {
	height: 34px;
	width: 66px;
}
.story_layer .unlike_button {
	height: 34px;
	width: 102px;
}
.story_layer .like_fader {
	width: 60px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 4px;
	z-index: 3;	
	display: none;
}
.split {
	border-top: 1px solid #c8dde8;
	border-bottom: 1px solid rgba(255,255,255,.5);
	width: 100%;
	margin: 15px 0;
}
#new_navigation_bar {
	height: 44px; 
	width: 100%;
	line-height: 44px;
	background-size:cover;
	font-weight:bold;
	color:white;
	text-align:center;
	font-size:20px;
	position:relative;
	z-index:10;
	text-shadow:#666 0 -1px 1px;
	top: 0;
}
#new_navigation_bar span {
	text-align:center;
	width: 100%;
	position: absolute;
	left: 0;
}
#new_navigaion_bar div {
	position: relative;
	z-index:10;
}
#back_button_new {
	float:left;
	z-index: 2;
	position: relative;
	margin:6px 0 0 3px;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-shadow:none;
	height: 32px;
}
#back_button_new .back_body {
	height: 32px; 
	float: left;
	padding: 0px 5px 0;
	display: block;
	background-size: auto 32px;
	line-height: 2.4;
}
#back_button_new .back_front {
	width: 13px; 
	height: 32px;
	background-size: 13px 32px;
	float: left;
}
#back_button_new .back_end {
	width: 6px; 
	height: 32px;
	background-size: 6px 32px;
	float: left;
}
#new_back_button {
	float:left;
	margin:6px 0 0 8px;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	width:54px;
	height:32px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-shadow:none;
	position: relative;
	z-index: 2;
}
#other_story_photo_layer {
	padding: 10px 0 14px 0;
	margin-top: 20px;
	position: relative;
	float: left;
	width: 100%;
	background: white;
}
#other_story_photo_layer .photo_thumbnail_div {
	float: left;
	position: relative;
	text-align: center;
}
#other_story_photo_layer .photo_thumbnail_margin {
	background: #fff;
	margin-right: 5px;
	padding: 4px;
	-webkit-border-radius:4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.2);
}
#other_story_photo_layer .like_num {
	height: 16px;
	line-height: 16px;
	background: rgba(0,0,0,.8);
	-webkit-border-radius:20px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	position: relative;
	color: #fff;
	font-size: 10px;
	padding: 0 6px;
	border: 1px solid #fff;
	margin-top: -12px;
	display: inline-block;
}
#other_story_photo_layer .like_thumb_mini {
	width: 10px;
	height: 10px;
	margin: 2px 2px 0 0;
	position: relative;
	float: left;
}
#other_story_photo_layer .more_photo_div {
	width: 60px;
	height: 60px;
	background: #fff;
	margin-right: 5px;
	padding: 4px;
	-webkit-border-radius:4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	float: left;
	position: relative;
}
#other_story_photo_layer .photo_thumbnail_holder {
	width: 60px;
	height: 60px;
	overflow: hidden;
}
#other_story_photo_layer .photo_thumbnail {
	min-width: 100%;
	min-height: 60px;
}
#other_story_photo_layer .empty_photo_thumbnail {
	height: 60px;
	background: #dae8ef;
	width: 60px;
	text-align: center;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
}
#other_story_photo_layer .more_arrow {
	float: center;
	width: 27px;
	height: 27px;
	margin-top: 18px;
}
#about_story_1 {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
}
#about_story_2 {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 20px 0 20px;
}
#about_story_3 {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 20px 0 20px;
}
.add_new_story_from_about {
	position: relative;
	z-index: 2;
	text-align: center;/* 
	position: absolute;
	top: 277px;
	left: 81px;
	width: 130px;
	height: 39px; */
}
#add_new_story_from_about_2 {
	position: relative;
	z-index: 2;
	text-align: center;
}
#new_start_top {
	height: 44px;
}
.other_story_photo_div {
	float: left;
	margin: 0 0 0 15px;
}
#matching_summary_table {
	background-color:white;
	width:90%;
	margin:auto;
	color:#58666b;
	margin-top:14px;
	border:1px solid #c6c6c6;
	border-spacing: 0;
	border-radius:4px;
	border-collapse:separate;
	box-shadow: 0 1px 0 #CCCCCC;
}
#matching_summary_table tr:first-child td {
	border-top: medium none;
}
#matching_summary_table td:first-child {
	text-align:left;
	padding-left:10px;
	border-left: medium none;
}
#matching_summary_table td:last-child {
	text-align:right;
	padding-right:10px;
}
#matching_summary_table td {
	height:43px;
	border-top:1px solid #c6c6c6;
}
#evaluation_wrapper p {
	color:#8d989d;
	padding: 7px 15px 15px;
	line-height:1.4em;
}

#evaluation_control, #question_control {
	background: #ffffff;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 #cccccc;
	-webkit-box-sizing: border-box;
	border: 1px solid #ffd09d;
	width:100%;
	margin:5px auto;
}

#question_control p {
}

#rating_board {
	background: #e6e6e6;
	padding: 5px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 6px;
	-webkit-box-sizing: border-box;
	margin: auto 10px;
	margin-bottom: 10px;
}

#question_title{
	font-size:15px !important;
	color: #777777;
	display: table;
	margin: 5px 0px 5px 0px;;
}

#question_title img {
	width: 28px;
	height: 28px;
}

#question_title span {
	text-align: left;
	padding-left:6px;
	word-break:break-all;
	vertical-align: middle;
	display: table-cell;
}

.question_list {
	width: 100%;
	display: table;
	margin: 10px 5px;
}

.question_list .answer {
	text-align: left;
	width: 100%;
	word-break: break-all;
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
	padding-top: 1px;
	padding-right: 15px;
	font-size: 14px;
}

.yesno-choice-container {
    overflow: auto;
    overflow-y: hidden;
    position: relative;
    margin: 0px -8px;
}

.yesno-choice-container .divider {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    top: 0px;
    left: 50%;
}

.yesno-choice-container .yes-choice-container {
    float: left;
    width: 50%;
    padding-top: 13px;
}

.yesno-choice-container .no-choice-container {
    margin-left: 0px;
    margin-left: 50%;
    padding-top: 13px;
}

.yesno-choice-container .choice {
    margin: 0px auto;
    position: relative;
    width: 80%;
    margin-bottom: 22%;
    padding-top: 1px;
}

.yesno-choice-container .choice:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.yesno-choice-container .yes-choice-container .choice { 
    background: url('../images/mobile/btn_o_nor.png') no-repeat center;
    background-size: cover;
}

.yesno-choice-container .yes-choice-container .choice.active { 
    background: url('../images/mobile/btn_o_press.png') no-repeat center;
    background-size: cover;
}
.yesno-choice-container .yes-choice-container .choice.disable { 
    background: url('../images/mobile/btn_o_dim.png') no-repeat center;
    background-size: cover;
}

.yesno-choice-container .no-choice-container .choice { 
    background: url('../images/mobile/btn_x_nor.png') no-repeat center;
    background-size: cover;
}

.yesno-choice-container .no-choice-container .choice.active { 
    background: url('../images/mobile/btn_x_press.png') no-repeat center;
    background-size: cover;
}

.yesno-choice-container .no-choice-container .choice.disable { 
    background: url('../images/mobile/btn_x_dim.png') no-repeat center;
    background-size: cover;
}

.yesno-choice-container .choice-description { 
    font-size: 14px;
    color: #666;
    width: 80%;
    margin: 0px auto;
}

#question_example{
	font-size:12px;
	color: #575757;
	margin: 15px 0 ;
}

.rating_star {
	margin: 4px 2px;
	background: url('../images/mobile/ic_star.png') no-repeat;
	background-size: 35px 70px;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.rating_star.on {
	background-position: 0 -35px;
}
.rating_star.oned {
	background-position: 0 -40px;
	opacity: 0.3;
}

#marker_coner {
	height: 12px;
	padding: 0 4px;
}

#marker_coner img {
	width:	13px;
	height: 13px;
	display: inline-block;
}

.question_line {
	width:100%;
	height: 3px;
	margin: 5px 0;
	border-radius:10px;
	background: #e6e6e6;
}

.question_radio{
	background: url('../images/mobile/btn_radio.png') no-repeat;
	background-size: 28px 56px;
	width: 28px;
	height: 28px;
	border: none;
	margin: 0 0px 0 0;
}

.question_radio.on {
	background-position: 0 -28px;
}

.title_bar_3attack {
	background: url('../images/mpage/bar_status.png') repeat-x;
  padding-top: 10px;
  height: 20px;
  color: white;
  padding-left: 10px;
}

.td_in_buy_candy {
  border: 2px solid #99C4DF;
  border-radius: 10px;
  padding: 14px 8px;
  width: auto;
  height: 32px;
}
.td_in_buy_candy img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.td_in_buy_candy .text_in_buy_candy {
  display: inline-block;
  vertical-align: middle;
}

.td_in_buy_candy .text_in_buy_candy .item_new_badge {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-left: 5px;
}

#point-info {
  width: 100%;
}
#point-info td {
  padding: 18px 0;
  border: 1px solid #DFE7EA;
  text-align: center;
  border-bottom: 0;
}
.selected-style {
	background: url('../images/profile/ic_empty.png') no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 3px;
}
.selected-style-selected {
	background: url('../images/profile/ic_fill.png') no-repeat;
  background-size: 100% 100%;
}

.navigation-fixed-container {
	position: fixed;
	top: 0;
	right: 0; left: 0;
	z-index: 10;
}

.navigation-fixed-container + div {
	padding-top: 44px;
}

.navigation-fixed-container.none {
	display:none;
}

.navigation-fixed-container.none + div {
	padding-top: 0;
}
