/* --- default setting --- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(/images/common/body_bg.png);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'sans-serif';
}
h1,h2,p,li,th,td,dt,dd,div,input,textarea {
	font-size: 12px;
	line-height: 150%;
}
th, td {
	vertical-align: top;
	text-align: left;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.word_break {
	word-break: break-all;
	word-wrap: break-word;
}
/* --- class --- */
.font_small {
	font-size: 85%;
	font-weight: normal;
	line-height: 130%;
}
.red {
	color: #cc0000;
}
.cl_both {
	clear: both;
}
.title_bg {
	padding: 10px 17px 8px;
	background: url(/images/common/contents/tab_area_bg.png) repeat-y ;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
.horizon {
	width: 100%;
	clear: both;
	background: url(/images/common/contents/tab_area_bg.png) repeat-x center center;
	height: 2px;
	margin: 10px 0;
}
.horizon hr {
	visibility: hidden;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.fl_right {
	float: right;
}
.fl_left {
	float: left;
}
.box {
	padding: 10px;
	border: solid 1px #999;
}

/* --- link style --- */
a:link {
	color: #352A26;
	text-decoration: none;
}
a:visited {
	color: #352A26;
	text-decoration: none;
}
a:hover {
	color: #FF8500;
	text-decoration: underline;
}
a:active {
	color: #FF8500;
	text-decoration: underline;
}
/*--- template css ---*/
/* --- header --- */
/*.header {
	background: #675C59 url(/images/common/header/header_bg.png) repeat-x center bottom;
	height: 56px;
}*/
.header {
	background:url(/images/common/bg_header_login.png) repeat-x;
	height: 61px;
}

.header_area {
	margin: 0 auto;
	width: 925px;
	text-align: left;
	position: relative;
	z-index: 100;
	padding-top: 3px;
}
.header_area h1 {
	font-size: 80%;
	line-height: 120%;
	color: #eee;
	font-weight: normal;
	padding: 1px 5px;
}
#logo {
	float: left;
	line-height: 0px;
	font-size: 0px;
}
.banner_area {
	position: absolute;
	top: 0;
	left: 325px;
}
#topmenu {
	float: right;
	list-style: none;
	padding-right: 20px;
}
#topmenu li {
	float: left;
	position: relative;
	z-index:50;
}
#topmenu a {
	background: none;
	border-right: solid 1px #d67826;
	margin-top: 2px;
	display: block;
	color: #352a26;
	padding: 10px 8px 12px;
}
#topmenu li:first-child > a {
	border-left: solid 1px #d67826;
}

#topmenu .nav_mypage a {
	padding-left: 32px;
	background: url(/images/header/nav_mypage_ico.png) no-repeat 8px 9px;
}

#topmenu .nav_been a {
	padding-left: 32px;
	background: url(/images/header/nav_been_ico.png) no-repeat 8px 8px;
}
#topmenu .nav_wantto a {
	padding-left: 32px;
	background: url(/images/header/nav_wantto_ico.png) no-repeat 8px 8px;
}
#topmenu .nav_app a,
#topmenu .nav_account a,
#topmenu .nav_user a {
	padding-right: 17px;
	background: url(/images/common/header/header_pull_arrow.png) no-repeat right 15px;
}
.ie #topmenu li a {
	padding-bottom: 11px;
}
#topmenu li li:first-child a,
#topmenu li li a {
	border: none;
}
.notify_area:hover,
.message_area:hover,
#topmenu li:hover {
	background: url(/images/common/header/header_pull_over.png) repeat-x 0 1px;
}
#topmenu li a:hover {
	text-decoration: none;
}
/* header_menu */
#topmenu .header_menu_title {
	font-size: 110%;
	margin-top: 5px;
}
#topmenu .horizon {
	border-top: 1px solid #eeeeed;
	background: none;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
}
/* invite account */
#topmenu .header_menu_invite a:hover,
#topmenu .header_menu_user a:hover,
#topmenu .header_menu_app a:hover,
#topmenu .header_menu_account a:hover {
	text-decoration: underline;
}
#topmenu .header_menu_blog a:hover {
	text-decoration: underline;
}
.ie #header_notifications,
.ie .header_menu_invite,
.ie .header_menu_account {
	background: #fff;
	border: solid 1px #ccc;
}
.ie .header_menu_blog {
	background: #fff;
	border: solid 1px #ccc;
}
.ie #topmenu .header_notifications a,
.ie #topmenu .header_menu_invite a,
.ie #topmenu .header_menu_account a {
	display: inline-block;
}
.ie #topmenu .header_menu_blog a {
	display: inline-block;
}
.header_menu_invite {
	position: absolute;
	top: 42px;
	left: 0px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
	background: #fff;
	z-index: 15;
	min-width: 180px;
	border: solid 1px #fff;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
}
#topmenu .header_menu_invite a {
	background: none;
	padding: 0;
}
.header_menu_invite table {
	width: 100%;
}
.header_menu_invite td {
	padding: 5px 5px 0px;
	vertical-align: middle;
	line-height: 120%;
}
#topmenu .header_menu_user_icon {
	width: 30px;
	padding-right: 0px;
}
.header_menu_user_icon img {
	border: solid 1px #ccc;
	background: #fff;
}
.header_menu_button {
	width: 50px;
}
.header_menu_invite p {
	margin: 0 7px 5px;
	float: right;
	width: 72px;
}
.ie .header_menu_invite p {
	margin: 0 0 5px;
}
#topmenu .header_menu_invite p a {
	background: url(/images/common/contents/report_edit_arrow.png) no-repeat 0 5px;
	padding-left: 12px;
}
.header_menu_app,
.header_menu_user,
.header_menu_account {
	position: absolute;
	top: 42px;
	right: 0px;
	background: #fff;
	z-index: 15;
	width: 160px;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
	padding: 0 5px 5px;
}
.header_menu_blog {
	position: absolute;
	top: 42px;
	left: 0px;
	background: #fff;
	z-index: 15;
	width: 128px;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
}
#topmenu .header_menu_account .header_menu_title .header_menu_blog {
	margin-bottom: -3px;
}
.header_menu_app ul,
.header_menu_user ul,
.header_menu_account ul {
	list-style: none;
	padding: 5px 5px 5px 7px;
}
.header_menu_blog ul {
	list-style: none;
	padding: 5px 5px 5px 7px;
}
#topmenu .header_menu_app li,
#topmenu .header_menu_user li,
#topmenu .header_menu_account li {
	float: none;
}
#topmenu .header_menu_blog li {
	float: none;
}
#topmenu .header_menu_app li a,
#topmenu .header_menu_user li a,
#topmenu .header_menu_account li a {
	background: url(/images/common/header/menu_li_bg.png) no-repeat 0 6px;
	padding: 0 0 0 8px;
}
#topmenu .header_menu_blog li a {
	background: url(/images/common/header/menu_li_bg.png) no-repeat 0 6px;
	padding: 0 0 0 8px;
}
#topmenu .header_menu_app li:hover,
#topmenu .header_menu_user li:hover,
#topmenu .header_menu_account li:hover {
	background: none;
}
#topmenu .header_menu_blog li:hover {
	background: none;
}
/* notifications */
.notify_area {
	height: 42px;
	float: left;
	position: relative;
}
.notifications_count {
	position:relative;
	top: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: red;
	padding: 2px 7px 1px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	margin: 0 5px;
	cursor: pointer;
}
.notifications_zero {
	/* display: inline; */
	/* position:relative; */
	width: 30px;
	height: 42px;
	background: url(/images/common/header/header_info_ico.png) no-repeat 5px 12px;
	cursor: pointer;
}
.messages_zero {
	width: 33px;
	height: 42px;
	background: url(/images/common/header/header_dm_ico.png) no-repeat 5px 11px;
	cursor: pointer;
}
.header_message_new {
	background: #ffffee;
}
#header_notifications {
	position: absolute;
	top: 42px;
	left: 0px;
	background: #fff;
	z-index: 15;
	width: 270px;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
}
#info_pop {
	border-collapse: collapse;
	width: 100%;
}
#info_pop .action_user_icon a {
	padding: 5px 0 5px 5px;
	display: block;
}
#info_pop .action_message a {
	padding: 5px;
	display: block;
}
.notify_area #info_pop a:hover {
	color: #352A26;
	text-decoration: none;
}
.notify_area #info_pop tr:hover {
	background: #f4f4f4;
}
.notify_area #info_pop tr:last-child a {
	padding-bottom: 0px;
}
#info_pop td {
	border-bottom: solid 1px #DAD8D3;
	vertical-align: middle;
	font-size: 11px;
	line-height: 130%;
}
#info_pop tr:last-child td {
	border: none;
}
#info_pop .action_user_icon img {
	border: solid 1px #CCC;
}
#info_pop .action_message strong,
#info_pop .action_message a:hover strong {
	color: #DE6D00;
}
#info_pop .action_message img {
	margin-bottom: -3px;
}
#info_pop .date {
	color: #999;
	line-height: 150%;
}
#info_more {
	float: left;
	width: 110px;
	margin: 0px 5px 5px;
}
#info_to_message{
	float: right;
	width: 110px;
	margin: 0px 5px 5px;
}
.ie #info_more,
.ie #info_to_message{
	margin: 5px 0 4px;
}
#info_more a,
#info_to_message a{
	padding: 0 0 0 12px;
	background: url(/images/common/contents/report_edit_arrow.png) no-repeat 0 5px;
}
/* direct messages */
.message_area {
	height: 42px;
	float: left;
	position: relative;
}
#header_message_menu {
	position: absolute;
	top: 42px;
	left: 0px;
	background: #fff;
	z-index: 15;
	width: 270px;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
}
#header_message_menu .new_message {
	padding: 5px;
}
#header_message_menu .new_message input {
	float: right;
	margin-top: -1px;
}
#header_message_menu table {
	border-collapse: collapse;
	width: 100%;
}
#header_messages tr:hover {
	background: #f4f4f4;
}
#header_messages td {
	border-top: solid 1px #DAD8D3;
}
#header_messages td a {
	padding: 5px;
	display: block;
	color: #333;
	text-decoration: none;
}
#header_messages .message_user_icon {
	width: 30px;
	vertical-align: middle;
}
#header_messages .message_user_icon a {
	padding-right: 0;
}
#header_messages .message_user_icon img {
	border: solid 1px #CCC;
}
#dm_popup {
	margin: 20px;
	text-align: left;
}
#dm_popup .popup_title {
	text-align: center;
	padding-bottom: 5px;
}
#dm_popup dl {
	margin-bottom: 10px;
}
#dm_popup dt {
	float: left;
	clear: left;
	width: 80px;
	padding: 3px 0;
}
#dm_popup dd {
	padding: 3px 0 3px 80px;
}
#dm_recipients {
	padding-top: 5px;
}
#dm_recipients img {
	border: solid 1px #ccc;
	margin-bottom: -4px;
	margin-right: 3px;
}
#dm_recipients span {
	padding-right: 20px;
	padding-bottom: 3px;
	display: inline-block;
}
#dm_popup #dm_recipient_input {
	width: 409px;
	max-width: 409px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #ccc;
	padding: 2px;
	outline: none;
}
#dm_popup textarea {
	width: 409px;
	height: 100px;
	max-width: 409px;
	max-height: 160px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #ccc;
	padding: 2px;
	outline: none;
}

/* --- ie contents width --- */
.ie .mytl_top,
.ie .restaurant_similar,
.ie .title_bg,
.ie #tabarea,
.ie #report_input_area,
.ie .contents .common_top,
.ie .common_back {
/*	width: 675px;*/
}
.ie .mytl .title_bg,
.ie .my_wish_list .title_bg,
.ie .restaurant_detail .title_bg,
.ie .report_detail .title_bg,
.ie .mytl .common_top,
.ie .mytl .mytl_top,
.ie .my_wish_list .common_top,
.ie .my_wish_list .mytl_top,
.ie .restaurant_detail .common_top,
.ie .report_detail .common_top,
.ie .mytl .common_back,
.ie .my_wish_list .common_back,
.ie .restaurant_detail .common_back,
.ie .report_detail .common_back {
	width: 635px;
}
/* --- wrapper container --- */
.wrapper {
	background: url(/images/common/wrapper_bg.png) repeat center top;
	clear: both;
	padding: 15px 0px 10px;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
}
.container {
	margin: 0 auto;
	width: 925px;
	text-align: left;
}
.contents {
    width: 675px;
    margin-left: auto;
    margin-right: auto;
}
.contents_top_notice{
    margin: 4px 0 6px 4px;
    font-size:10px;
    font-weight: bold;
}
.draft_notice {
	border: solid 1px #c00;
	margin: 0 4px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #dc5858;
	background: #c00 url(/images/common/contents/draft_ico.png) no-repeat 7px center;
	color: #fff;
	display: block;
	padding: 5px 5px 5px 25px;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}
.blog_draft_notice {
	border: solid 1px #ff8a00;
	margin: 10px 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blog_draft_notice a {
	border: solid 1px #ff8a00;
	background: #ff8a00 url(/images/common/contents/draft_ico.png) no-repeat 7px center;
	color: #fff;
	display: block;
	padding: 5px 5px 5px 23px;
	font-size: 13px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.ie .blog_draft_notice a {
	width: 665px;
}
.ie .blog_draft_notice a:link,
.ie .blog_draft_notice a:visited,
.ie .blog_draft_notice a:hover,
.ie .blog_draft_notice a:action {
	color:#fff;
}
.notify_copy a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 6px 7px 5px;
	margin: 0 4px 5px;
	background: url(/images/header/header_bg.png) repeat-x center center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* --- bread_list ---*/
.bread_list_area {
	padding: 0 5px 5px;
	list-style: none;
	height: 20px;
}
.bread_list_area li {
	float: left;
	margin-right: 5px;
        font-size:85%;
}
.bread_list_area a {
	background: url(/images/common/contents/report_edit_arrow.png) no-repeat 0 1px;
	padding-left: 12px;
}
.bread_list_area .bread_list_top a {
	background: none;
	padding-left: 0px;
}


/* --- sidebar --- */
#sidebar {
	float: left;
	width: 230px;
	clear: left;
}
#sidebar_top {
	background: url(/images/common/side/side_top_bg.png) no-repeat;
	height: 5px;
}
.ie #sidebar_top {
	font-size: 0px;
}
.sidebar_area {
    background: url(/images/common/side/side_middle_bg.png) repeat-y;
    padding: 0 5px;
}
.sidebar_area ul.popular_restaurant{
    list-style: none;
}
.sidebar_area ul.popular_restaurant li{
    border-bottom: 1px dotted #999;
    padding: 10px 5px;
}
.sidebar_area ul.popular_restaurant li:last-child {
    border:0;
    padding-bottom: 5px;
}

.sidebar_area ul.popular_restaurant li a{
    color: #aa6401;
    text-decoration: none;
}
.sidebar_head_title {
        color: #563E30;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 2px 0 9px;
}
.sidebar_head_title_top {
        margin-bottom: 16px;
}
.sidebar_section {
	padding: 7px 12px 12px;
}
.sidebar_section .sidebar_link {
	display: inline-block;
        padding-bottom: 2px;
        padding: 0 12px 2px;
        background: url("/images/common/contents/arrow_orange.png") no-repeat scroll 0 2px transparent;
        line-height: 130%;
        vertical-align: middle;
}
.ie .sidebar_section .sidebar_link {
	display: inline;
}
.sidebar_title {
	font-weight: bold;
	background: url(/images/common/tabarea_bg.png) repeat-y center center;
	margin: 5px 0px;
	padding: 5px 5px 4px;
	font-size: 14px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	clear: both;
}
#sidebar_bottom {
	height: 10px;
	background: url(/images/common/side/side_bottom_bg.png) no-repeat 0 0;
}
.sidebar_area .horizon {
	border-bottom: 1px solid #eeeeed;
	margin: 15px 2px 15px 2px;
}
/* profile */
.sidebar_profile_area {
	padding: 5px 0 0 0;
}
.sidebar_profile_photo {
	float: left;
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
	margin-right: 8px;
	border: solid 2px #424141;
	object-fit: cover;
}
.sidebar_profile_name {
	float: right;
	width: 134px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 3px;
}
.sidebar_profile_name a {
	color: #000;
}
.side_profile_area {
	font-size: 10px;
	line-height: 140%;
	clear: both;
}
.side_following_wrapper {
	float: right;
	width: 134px;
}
.side_following_wrapper a {
	text-decoration: none;
	border-bottom: solid 1px #fff;
	line-height: 140%;
	cursor: pointer;
}
.ie .side_following_wrapper a {
	line-height: 12px;
}
.side_following_wrapper a:hover {
	border-bottom: solid 1px #000;
	text-decoration: none;
}
.sidebar_profile_following, .sidebar_profile_follower {
	display: inline-block;
	width: 60px;
	color: #232323;
}
.side_counter_small {
	display: inline-block;
	width: 70px;
	text-align: right;
	/*color: #ff5a1e;*/
}
#sidebar_write_profile_button {
		display: block;
		background: transparent url(/images/side/side_link_account.png) no-repeat  0 0;
		background-size: 100% 200%;
}
#sidebar_write_profile_button:hover {
		background: transparent url(/images/side/side_link_account.png) no-repeat 0 -45px;
		background-size: 100% 200%;
}
/* ranking */
.side_ranking_area {
	color: #563e30;
	background: #eae4d8 url(/images/side/side_rank_pull_arrow.png) no-repeat 179px;
	padding: 4px 5px 2px;
	clear: both;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.ie .side_ranking_area {
	padding-top: 1px;
}
.side_ranking_area a:hover {
	color: #563e30;
}
.side_ranking_area span {
	padding-left: 12px;
	background: url(/images/side/side_rank_link_arrow.png) no-repeat 0 center;
}
#side_ranking_sub_area {
	background: #fff;
	padding: 4px 5px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 10px;
	margin: 3px 0;
}
#side_ranking_sub_area a {
	margin-right: 10px;
	display: inline-block;
}
.ie #side_ranking_sub_area a {
	margin-right: 0;
	padding-right: 10px;
}
/* itta ikitai */
#side_repo,
#side_rs2_count {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
#side_repo a, #side_rs2_count a {
	display:block;
	height: 23px;
	padding: 4px 12px 3px 0px;
	color: #fff;
}
.ie #side_repo a, #side_rs2_count a {
	padding-top: 3px;
}
.fx #side_repo a, .fx #side_rs2_count a {
	padding-top: 2px;
}
#side_repo a {
	background: url(/images/side/side_itta_title.png) no-repeat 0 0;
}
#side_repo a:hover {
	background: url(/images/side/side_itta_title.png) no-repeat 0 -30px;
	color: #f4a028;
}
#side_rs2_count a {
	background: url(/images/side/side_ikitai_title.png) no-repeat 0 0;
}
#side_rs2_count a:hover {
	background: url(/images/side/side_ikitai_title.png) no-repeat 0 -30px;
	color: #f4a028;
}
.sidebar_section ul {
	list-style: none;
}
.sidebar_section li {
	clear: both;
	margin-bottom: 3px;
	line-height: 130%;
}
#sidebar #side_list_been a,
#sidebar #side_list_wannago a {
	display:block;
	padding: 3px 24px 1px 2px;
	position: relative;
}
.ie #sidebar #side_list_been a,
.ie #sidebar #side_list_wannago a {
	height: 14px;
}
#sidebar #side_list_been a:hover,
#sidebar #side_list_wannago a:hover {
	text-decoration: none;
	color: #333;
	background: #eae4d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#sidebar #side_list_been a:action,
#sidebar #side_list_wannago a:action {
	text-decoration: none;
	color: #333;
	background: #eae4d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#sidebar #side_list_been span,
#sidebar #side_list_wannago span {
	background: #eae4d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 100%;
	padding: 4px 5px 3px;
	color: #563e30;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 14px;
	text-align: center;
}
#sidebar #side_list_wannago {
	padding-bottom: 5px;
}
.ie #sidebar #side_list_been span,
.ie #sidebar #side_list_wannago span {
	padding-bottom: 4px;
}
/* feed back */
.sidebar_feedback_value {
	width: 190px;
	height: 120px;
	max-width: 190px;
	max-height: 200px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	padding: 2px;
	overflow: hidden;
	outline: none;
}
.ie .sidebar_feedback_value {
	width: 196px;
	max-width: 196px;
}
#sidebar_feedback_done,
#sidebar_feedback_failure {
	line-height: 140%;
}
#sidebar_feedback_text {
    font-size: 10px;
    margin-bottom: 5px;
}
.sidebar_feedback_text_notice a:link,
.sidebar_feedback_text_notice a:visited {
	color: #FF8500;
	text-decoration: underline;
}
.sidebar_feedback_text_notice a:hover {
	color: #352A26;
	text-decoration: none;
}
#sidebar_feedback_submit:link,
#sidebar_feedback_submit:visited {
    display: block;
    width: 196px;
    height: 18px;
    background: url(/images/side/button_feedback_off.png);
}
#sidebar_feedback_submit:hover {
    width: 196px;
    height: 18px;
    background: url(/images/side/button_feedback_on.png);
}

/* user search */
.side_us_input {
	width: 120px;
	height: 16px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #ccc;
	float: left;
	margin-right: 5px;
	outline: none;
}
.side_us_submit {
	display: block;
	width: 60px;
	height: 20px;
	background: url(/images/side/user_search_off.png) no-repeat 0 0;
	margin: -1px 0 0 130px;
	cursor: pointer;
}
.side_us_submit:hover {
	background: url(/images/side/user_search_on.png) no-repeat 0 0;
}

/* appli */
.ie #ad_link img {
	margin-top: -3px;
}
/* notlogin */
#sidebar_login_area {
	padding-top: 5px;
}
#sidebar_login_area .fb_login_button {
    display: block;
    background: url(/images/side/fb_login_off.png) no-repeat;
    width: 196px;
    height: 60px;
}
#sidebar_login_area .fb_login_button:hover {
    background: url(/images/side/fb_login_on.png) no-repeat;
}
#sidebar_login_area .tw_login_button {
    display: block;
    background: url(/images/side/tw_login_off.png) no-repeat;
    width: 196px;
    height: 55px;
}
#sidebar_login_area .tw_login_button:hover {
    background: url(/images/side/tw_login_on.png) no-repeat;
}

/* --- footer --- */
.footer {
	width: 925px;
	margin: 10px auto 6px;
	text-align: left;
	position: relative;
}
.footer ul {
	padding: 0 5px;
}
.footer li {
	display: inline;
}
.footer .fb_plugin {
	position: absolute;
	right: 230px;
	top: 7px;
}
.footer .nanapi_link {
	background: #eae9e3 url(/images/footer/nanapi_link_title.png) no-repeat 7px 8px;
	padding: 7px 7px 7px 140px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	right: 25px;
	top: 10px;
}
.footer_second {
	width: 915px;
	margin: 0 auto ;
	text-align: left;
	color: #7f796b;
	position: relative;
	word-break: break-all;
	word-wrap: break-word;
}
.footer_second .footer_title {
	border-top: solid 1px #9a958a;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 250px;
}
.footer_second .footer_description {
	padding-bottom: 5px;
	padding-right: 240px;
}
.footer_second .copyright {
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}
/* footer link */
.footer a:link {
	color: #333333;
	text-decoration: none;
}
.footer a:visited {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.footer a:action {
	color: #333333;
	text-decoration: underline;
}

/* --- tab_area --- */
#tabarea {
	clear: both;
	background: url(/images/common/contents/tab_area_bg.png) repeat-y ;
	padding: 0px 5px;
}
#tab {
	border-collapse: collapse;
	width: 100%;
}
#tabarea a {
	color: #352a26;
	display: block;
}
#tabarea td {
	width: 33%;
	vertical-align: bottom;
}
#tabarea img {
	margin-bottom: -2px;
	margin-right: 2px;
}
.tab_on, .tab_off {
	padding: 15px 0px 3px;
	color: #352a26;
	text-align: center;
}
.tab_on {
	background: url(/images/common/contents/tab_on.png) no-repeat center bottom;
}
.tab_off {
	background: url(/images/common/contents/tab_off.png) no-repeat center bottom;
	cursor: pointer;
}
#information_area {
	width: 880px;
	color: #000000;
	margin: 0 auto;
	padding: 8px;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
/* --- index --- */
.index_sidebar_section {
	width: 216px;
	padding: 0px 15px;
	margin-bottom: 8px;
}
#facebook_plugin {
	background: #FAF6F2;/*	border: 2px solid #FF8A00; */
}
/* --- report_input_area --- */
#report_input_area {
	background: url(/images/common/contents/contents_middle_bg.png) repeat-y 0 0;
}
.shop_search {
	background: url(/images/common/contents/report_input_area_bg.png) no-repeat 0 0;
	padding: 6px 13px 14px;
	height: 55px;
	position: relative;
	z-index: 10;
}
#where {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding-bottom: 3px;
}
.switch_area {
     margin-bottom: -6px;
}
.beginner_tutorial_link {
	position: absolute;
	top: -12px;
	left: 300px;
}
.report_input_form {
	font-size: 16px;
	border: solid 1px #ccc;
	float: left;
	padding-left: 25px;
	width: 350px;
	height: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/images/common/contents/report_input_form_ico.png) no-repeat 5px center;
	margin-right: 5px;
	outline: none;
	z-index: 2;
}
.ie .report_input_form {
	height: 28px;
	width: 373px;
}
.report_input_area_button {
	background: url(/images/contents/report_input_area_button.png) no-repeat 0 0;
	display: block;
	line-height: 70%;
	position: absolute;
	top: 40px;
	left: 347px;
	outline: none;
}
.report_input_area_button:hover {
	background: url(/images/contents/report_input_area_button.png) no-repeat 0 -21px;
}
.ie .report_input_area_button {
	left: 345px;
}
#area_selector_holder {
	display: block;
	margin-top: 5px;
}
.ie #area_selector_holder {
	margin-top: 6px;
}
#area_selector_holder a {
	color: #352a26;
	font-size: 10px;
	font-weight: normal;
	padding: 8px 25px 7px 7px;
	border: 1px solid #CCC;
	background: #fff url(/images/common/contents/area_selector_ico.png) no-repeat right 6px;
}
.ie #area_selector_holder a {
	padding: 8px 20px 5px 7px;
}
#area_selector_holder a:hover {
	background: #e4e4e4 url(/images/common/contents/area_selector_ico.png) no-repeat right 6px;
	text-decoration: none;
}
#place_cancel{
	position:absolute;
	bottom:20px;
}
#place_cancel a{
	background: url(/images/common/contents/arrow_orange.png) no-repeat 2px 2px;
	padding-left: 15px;
}
.search_input_area {
	width: 100%;
}
.search_result_area {
	display: none;
	background: #fff;
	width: 371px;
	border: solid 3px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	left: 15px;
	top: 60px;
	z-index: 100;
	margin-top: 4px;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
}
.ie .search_result_area {
	width: 373px;
}
.fx .search_result_area, .ch .search_result_area {
	behavior: url(/css/PIE.htc);
}
#repo_submit_area {
	text-align: center;
}
#search_result_area {
}
#search_result_list {
	position: relative;
	z-index: 100;
}
.line_input_mode{
	width:645px;
	height: 30px;
}
.clickable_img{
	cursor: pointer;
}
#change_itta_on, #change_ikitai_off,
#change_itta_off, #change_ikitai_on {
	width:322px;
	float: left;
	text-align: center;
}
#how {
	width: 100px;
	font-weight: bold;
	margin-top: 1px;
	margin-left: 3px;
}
#how_wrapper {
	height: 120px;
	position: relative;
}
.report_comment_form {
	padding: 5px;
	width: 515px;
	max-width: 515px;
	height: 93px;
	float: left;
	outline: none;
	border: solid 1px #ccc;
	margin: 15px 0 0 20px;
	overflow: auto;
}
.report_comment_form_blog {
	padding: 5px;
	width: 515px;
	max-width: 515px;
	height: 349px;
	float: left;
	outline: none;
	border: solid 1px #ccc;
	margin: 15px 0 0 20px;
	overflow: auto;
}
.ie .report_comment_form {
	width: 520px;
	max-width: 520px;
	height: 105px;
}
.ie #connect_area span {
	display: inline-block;
	width: 90px;
}
body .ui-widget-content {
	text-align: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin-top: -2px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
	border: none;
	width: 200px!important;
}
body .ui-menu .ui-menu-item {
	float: none;
	clear: none;
	border-bottom: solid 1px #ccc;
}
body .ui-menu .ui-menu-item:last-child {
	border: none;
}
body .ui-menu .ui-menu-item a {
	cursor: pointer;
	padding: 5px 5px 10px;
}
body .ui-menu .ui-menu-item img {
	border: solid 2px #EAE4D8;
	margin-bottom: -10px;
	margin-right: 5px;
}
body .ui-menu .ui-menu-item a.ui-state-hover,
body .ui-menu .ui-menu-item a.ui-state-active {
	margin: 0;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
	border: none;
	background: #f4f4f4;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#score_wrapper {
	clear: both;
	padding: 5px 20px 10px;
	height: 55px;
}
#score_wrapper .score_icon {
	float: left;
	width: 40px;
	height: 55px;
	padding: 0 4px;
}
#score_wrapper form {
	padding: 10px;
}
.submit_area {
	float: left;
	width: 310px;
	border-left: solid 1px #cdcdcd;
	padding-left: 10px;
}
#connect_area {
	clear: both;
	float: left;
	padding: 10px 0 0 230px;
	color: #666;
}
#connect_area #check_twitter {
	padding-right: 20px;
}
.close_area {
        float: right;
        background: url("/images/common/contents/report_edit_delete.png") no-repeat scroll 5px center #F3F3F3;
        border-radius: 3px 3px 3px 3px;
        color: #999999;
        display: block;
        font-size: 12px;
        margin: 8px 0;
        padding: 2px 8px 1px 19px;
}

#exist_restaurant_loading {
	text-align: center;
	padding: 20px 0;
}
.search_result_map {
	position: relative;
	z-index: 20;
}
.confirm_map {
	width: 275px;
	height: 275px;
	top: -36px;
	left: 367px;
	position: absolute;
	border: solid 3px #ccc;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ie .confirm_map {
	left: 339px;
}
.serp_row {
	background: #fff;
	padding: 5px;
	min-height: 30px;
	cursor: pointer;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.serp_row:hover {
	background: #eae4d8;
}
#serp_row_new {
	padding: 13px 5px 0px;
	border: none;
}
.ie #serp_row_new {
	padding-bottom: 15px;
}
#serp_row_new img {
	top: 15px;
	left: 14px;
}
.ie #serp_row_new img {
	left: 9px;
}
.serp_info {
	width:265px;
	clear: both;
}
.serp_name {
	height: 16px;
	overflow: hidden;
	padding-left: 35px;
}
.serp_entry_count {
	text-align: center;
	position: absolute;
	top: 5px;
	right: 33px;
	font-size: 10px;
	line-height: 120%;
	height: 25px;
	padding: 5px 4px 2px;
	background: #EAE4D8;
	color: #563E30;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.serp_add {
	width: 230px;
	height: 14px;
	overflow: hidden;
	padding-left: 35px;
	font-size: 10px;
}
.serp_map{
	font-size: 11px;
	color: #999;
	width: 30px;
	height: 30px;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 5px;
}
.serp_map:hover{
	color: #000;
}
.serp_row img {
	position: absolute;
	left: 5px;
	top: 5px;
}
.ie .serp_row img {
	left: 0px;
}
#search_help {
	font-size: 10px;
	padding: 5px 7px;
}
#search_result_wait {
	text-align: center;
	padding: 10px;
}
.serp_no_result {
	color: red;
	width: 100%;
	text-align: center;
}
#search_result_close {
	color: lightgray;
	width: 100%;
	text-align: center;
}

/* new restaurant */
#new_restaurant {
	clear: both;
	padding: 15px;
}
#new_restaurant th,
#new_restaurant td {
	padding: 5px 0px;
	text-align: left;
}
#new_restaurant td input {
	margin-top: -1px;
	outline: none;
	border: solid 1px #ccc;
}
#new_restaurant_submit_message {
	color:  #cc0000;
	text-align: center;
}
#map_canvas {
	width: 450px;
	height: 300px;
	border: solid 1px #ccc;
}
#fspost {
	margin: 10px;
}

/* --- comon top back bottom --- */
.contents .common_top {
	padding: 17px 20px 15px;
	background: url(/images/common/contents/content_top_bg.png) no-repeat;
	position: relative;
	clear: both;
}
.contents .common_top p {
    color: #666666;
    padding: 4px 16px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-bottom: 8px;
}
#head_message,
.common_top h1,
.common_top h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	color: #563E30;
}
.common_back {
	padding: 20px;
	background: url(/images/common/contents/contents_middle_bg.png) repeat-y 0 0;
	clear: both;
	width: 635px;
}
.ie .common_back {

}

.common_index {
	display: inline-block;
        margin-bottom: 5px;
        margin-right: 15px;
}
.ie .common_index {
	display: inline;
}
.common_index a {
    background: url("/images/common/contents/arrow_orange.png") no-repeat scroll 0 2px transparent;
    padding-left: 13px;
}
.common_pagenator {
    text-align: center;
    font-size: 16px;
}
.common_pagenator span {
    padding: 4px;
}
.common_back_list {
        padding-top : 1px;
        padding-bottom: 0px;
}
.common_error {
    padding: 60px;
}
.common_area {
	font-size: 14px;
	width:600px;
	margin-bottom:15px;
}
.common_back_bottom,
#following_bottom {
	clear: both;
	height: 10px;
	background: url(/images/common/contents/contents_bottom_bg.png) no-repeat;
	width: 675px;
}
#section_loading {
	text-align: center;
	padding: 5px 0px 10px;
	width: 100%;
	clear: both;
}
.pagination_link_area{
    clear:both;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
    height:30px;
}
.pagination_text_number{
    font-size:110%;
    color:#663300;
    font-weight: bold;
}
/* report */
.period_area_popular_tl {
	color: #999;
	text-align: right;
	margin: -10px 0 5px;
	text-align: right;
}
.ie .period_area_popular_tl {
	margin-top: 0;
}
.tri_large {
	position: absolute;
	top: 23px;
	left: 55px;
	z-index: 2;
}
.ie .tri_large {
	left: 56px;
}
.report_area {
	width: 635px;
	margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
	word-break: break-all;
	word-wrap: break-word;
}
.report_no_review_area {
	margin-bottom: 60px;
}
.report_photo_area {
	width: 70px;
	float: left;
}
.report_photo_area #report_photo img,
.report_photo_area .report_photo img {
	border: solid 3px #eae4d8;
	background: #fff;
}
.report_photo_area .report_photo .score{
	position: absolute;
	bottom: 0px;
	right: -5px;
	border: none;
	background: none;
}
#report_photo {
	position: relative;
}
/* for i 1682 */
.report_photo{
	position: relative;
}

.retweet_user {
	position: absolute;
	top: 42px;
	left: 42px;
	z-index: 9;
}
.ie .retweet_user {
	left: 38px;
}
.retweet_user .retweet_user_icon {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: solid 2px #eae4d8;
	background: #fff;
	display: block;
}
.fx #report_photo, .ch #report_photo {
	behavior: url(/css/PIE.htc);
}
#report {
	float:right;
	background: #fff;
	width: 532px;
	padding: 12px 12px 7px;
	margin-bottom: 7px;
	border: solid 2px #ff8a00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}
.ie #report {
	width: 559px;
}
.ie .mytl #report,
.ie .my_wish_list #report,
.ie .restaurant_detail #report,
.ie .report_detail #report {
	width: 531px;
}
#report .review_comment {
    max-height: 74px;
    overflow: hidden;
    text-indent: 35px;
}
/* for i 1682 */
.report {
	float:right;
	background: #fff;
	width: 532px;
	padding: 12px 12px 7px;
	margin-bottom: 7px;
	border: solid 2px #ff8a00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}
.ie .report {
	width: 559px;
}
.ie .mytl .report,
.ie .my_wish_list .report,
.ie .restaurant_detail .report,
.ie .report_detail .report {
	width: 531px;
}

.report_name {
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
	color: #352a26;
	margin-top: 5px;
	word-break: break-all;
}
.report_score img {
	margin-bottom: 8px;
}
#section_result .report_score img {
	display: none;
}
.report_detail .report_comment_html {
	max-height: 100%;
}
.report_comment_html {
	max-height: 74px;
	overflow: hidden;
}
#section_result .report_comment_html {
	text-indent: inherit;
}
.report_delete {
	font-size: 12px;
	color: lightgray;
}
#report_image img {
	border: solid 1px #ccc;
	padding: 2px;
	float: right;
	background: #fff;
	margin-left: 10px;
}
/* for i 1682*/
.report_image img {
	border: solid 1px #ccc;
	padding: 2px;
	float: right;
	background: #fff;
	margin-left: 10px;
}

#report_continue {
	font-size: 12px;
}
#section .comment_continue,
#report .comment_continue,
.report .comment_continue {
	background: url(/images/common/contents/report_edit_arrow.png) no-repeat 2px 2px;
	padding-left: 13px;
	color: #999;
}
#report_shop,
.report_shop {
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
}
.shop_area {
	padding-right: 10px;
}
.report_time {
	color: #999;
}
.report_edit_area {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.report_edit {
	float: left;
	color: #999;
	font-size: 10px;
	padding: 2px 5px 1px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin-left: 5px;
	background: #f3f3f3 url(/images/common/contents/report_edit_arrow.png) no-repeat 5px center;
}
.report_delete {
	background: #f3f3f3 url(/images/common/contents/report_edit_delete.png) no-repeat 5px center;
	float: left;
	color: #999;
	font-size: 10px;
	padding: 2px 5px 1px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin-left: 5px;
}
.report_restaurant_name {
	font-size: 14px;
}
.report_shop {
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}
.rs {
	color: #808080;
	clear: both;
}
.rs1, .rs2, .rs3{
	float: left;
	position: relative;
	margin-top: 5px;
	margin-right: 15px;
}
.rs1_popup {
	position: absolute;
	left: 50%;
	top: -32px;
	margin-left: -24px;
}
.rs2_popup {
	position: absolute;
	left: 50%;
	top: -43px;
	margin-left: -82px;
}
.rs_button {
	padding-right: 3px;
	cursor: pointer;
}
.ie .rs1 .rs_delete {
	padding-right: 4px;
}
.ie .rs2 .rs_delete {
	padding-right: 3px;
}
.tri_rs {
	position: absolute;
	left: 72px;
	top: 6px;
	z-index: 2;
}
.rs2 .tri_rs {
	left: 87px;
}
.rs_count {
	padding: 4px 5px 2px;
	text-align: center;
	border: solid 1px #cdcdcd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ie .rs_count {
	padding: 2px 5px 2px;
}
.ie .rs1 .rs_count {
	left: -2px;
}
.ie .mytl .rs1 .rs_count,
.ie .my_wish_list .rs1 .rs_count,
.ie .restaurant_detail .rs1 .rs_count,
.ie .report_detail .rs1 .rs_count {
	left: -5px;
}
.ie .mytl .rs2 .rs_count,
.ie .my_wish_list .rs2 .rs_count,
.ie .restaurant_detail .rs2 .rs_count,
.ie .report_detail .rs2 .rs_count {
	left: -3px;
}
/* comment */
.comment_area {
	position: relative;
	clear: both;
	margin-left: 75px;
	margin-top: 5px;
}
.comment_photo img {
	float: left;
	border: solid 2px #eae4d8;
	background: #fff;
	margin-right: 4px;
}
.tri_small {
	position: absolute;
	top: 15px;
	left: 24px;
	z-index: 2;
}
.ie .tri_small {
	left: -10px;
}
.ie .mytl .tri_small,
.ie .my_wish_list .tri_small,
.ie .restaurant_detail .tri_small,
.ie .report_detail .tri_small {
	left: 24px;
}
.comment {
	background: #fff;
	border: solid 1px #ccc;
	width: 510px;
	float:left;
	padding: 6px 7px 3px 7px;
	margin-bottom: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.ie .comment {
	width: 525px;
}
.comment_area .my_comment {
	padding-right: 57px;
	width: 460px;
}
.ie .comment_area .my_comment {
	width: 526px;
}
.ie .mytl .comment_area .my_comment,
.ie .my_wish_list .comment_area .my_comment,
.ie .restaurant_detail .comment_area .my_comment,
.ie .report_detail .comment_area .my_comment {
	width: 460px;
}
.fx .comment, .ch .comment {
	behavior: url(/css/PIE.htc);
}
.comment_input_area {
	background: #fff;
	width: 85px;
	float: left;
	padding: 2px;
	border: solid 1px #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.comment_input_form {
	border: none;
	background: #fff;
	width: 77px;
	height: 16px;
	float: left;
	padding: 4px;
	overflow: hidden;
	outline: none;
	color: #999;
}
.ie .comment_input_form {
	width: 80px;
	height: 25px;
	margin-left: -75px;
}
.ie .mytl .comment_input_form,
.ie .my_wish_list .comment_input_form,
.ie .restaurant_detail .comment_input_form,
.ie .report_detail .comment_input_form {
	width: 77px;
	height: 16px;
}
.continue_comment {
	background-color: #EAE4D8;
	padding: 5px;
	margin-left: 75px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	clear: both;
	text-align: right;
}
.ie .continue_comment {
	padding: 3px 3px 8px;
}
.fx .continue_comment, .ch .continue_comment {
	behavior: url(/css/PIE.htc);
}
.continue_comment a {
	display: block;
	color: #805326;
}
.comment_img {
	margin: 3px 0 -2px 2px;
}
.ie .comment_img {
	margin-left: -2px;
}
.comment .reply_comment_user_name,
.comment .reply_comment_user_name a {
        padding-left: 12px;
        color: #666;
}
.rc_date {
	font-size: 11px;
	color: #666;
	padding-left: 4px;
}
.reply_comment_delete {
	color: #999;
	font-size: 10px;
	padding: 2px 5px 1px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 12px;
	top: 50%;
	background: #f3f3f3 url(/images/common/contents/report_edit_delete.png) no-repeat 5px center;
	margin-top: -10px;
}
.comment_blank {
	float: left;
}
.reply_comment_delete:hover, .report_delete:hover {
	color: #232323;
}
#tmp_loading {
	margin-left : 46%;
	padding: 5px 0px;
}
.restaurant_detail .all_the_review_btn {
        width: 640px;
        padding: 32px 0;
        text-align: center;
}
.continue_button {
	clear: both;
	text-align: center;
	color: #999;
}
.ie .continue_button {
	margin-top: 10px;
}
/* rounded image styles */
.rounded-img {
	display: inline-block;
	border: solid 1px #000;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	/* border-radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
	position:relative;
}
.rounded-img2 {
	border: solid 4px #424141;
}
.rounded-img3 {
	border: solid 2px #424141;
}
.rounded-img4 {
	border: solid 2px #424141;
	width: 30px;
	height: 30px;
	margin: 1px;
}
.rounded-img5 {
	border: solid 1px #424141;
	margin: 1px;
}
/* common */
.content_box {
	background-color: #FFF;
	margin-bottom: 10px;
}
.content_box a {
	padding: 5px 10px 5px 13px;
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 7px;
}
.users_row {
	height: 50px;
}
.users_icon {
	width: 120px;
	text-align:right;
}
.users_name {
	font-size: 18px;
	width: 240px;
	vertical-align: middle;
}
.users_name a{
	color: black;
}
.users_action {
	width:180px;
	vertical-align: middle;
}
/* --- user_index --- */
.user_index .common_back {
	min-height: 30px;
}
.user_index .user_recommendation .user_recommendation_refresh {
	margin-top: -45px;
	margin-bottom: 15px;
}
.user_index .ranking_list_top3 td {
	padding: 8px 10px 5px;
}
.user_index .ranking_list_top3 .area_name {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
.user_index .ranking_list_top3 .rank_user_icon {
	clear: both;
	padding-bottom: 5px;
}
.user_index .ranking_list_top3 .rank_user_name {
	text-align: left;
	padding-top: 7px;
	width: 145px;
}
/* --- mytl --- */
.mytl_top {
	font-size:18px;
	padding: 17px 20px 15px;
	background: url(/images/common/contents/content_top_bg.png) no-repeat;
}
.common_back table {
	border-collapse: collapse;
	width: 100%;
}
#post_as_ikitai .report_comment_form {
	width: 623px;
	max-width: 623px;
}
.ie #post_as_ikitai .report_comment_form {
	width: 635px;
	overflow: hidden;
}
#ikitai_done_area {
/*	clear: both;*/
	padding: 10px 20px;
}
#ikitai_notice {
	color: #cc0000;
	float:left;
	width: 190px;
	padding-top: 12px;
}
#post_as_ikitai .submit_area {
	border: none;
	padding: 0 0 15px;
	width: 310px;
        text-align: center;
}
.ie #post_as_ikitai .submit_area {
	padding-bottom: 0px;
}
.profile-container {
    display: flex;
    align-items: center;
}
.mytl_image {
	margin-right:10px;
	margin-bottom:8px;
}
.mytl_image img {
	border: solid 2px #424141;
}
.profile-container__text {
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.profile-container__text .profile-container__text-wrapper {
}
.mytl_name {
	font-size: 24px;
	line-height: 110%;
	font-weight: bold;
	width: 330px;
	word-break: break-all;
	word-wrap: break-word;
}
.mytl_name a {
	color: #563e30;
}
.mytl_name .top-user-label i {
    color: #8c8c93;
    display: inline-block;
    height: 22px;
}
.mytl_name .top-user-label i:before {
    display: inline-block;
    width: 67px;
    height: 16px;
    background-size: contain;
    content: "";
}
.mytl_name .top-user-label .top-user-label_category {
    font-size: 0.65rem;
    position: relative;
    top: -4px;
    margin-left: 4px;
    font-weight: normal;
}
.mytl_name .top-user-suffix--pro {
    font-weight: normal;
    font-size: 0.75rem;
    position: relative;
    top: -3px;
    margin-left: 4px;
}
.following-container {
    width: 200px;
    display: flex;
    justify-content: center;
}
.following_area {
    width: 170px;
}
.usercontrol_area {
	width: 20px;
    margin-top: 2px;
}
.following_margin_area {
	width: 400px;
	height: 30px;
}
#hide_connect_facebook {
	padding-right: 3px;
	color: #999;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 30px;
}
#following_button,.following_button {
	background: url(/images/contents/following_large.png) no-repeat 0 0;
	display: block;
	line-height: 70%;
}
.following_button > img {
	visibility: hidden;
}
#following_button:hover,.following_button:hover {
	background: url(/images/contents/following_large.png) no-repeat 0 -30px;
}
#unfollowing_button,.unfollowing_button {
	background: url(/images/contents/unfollowing_large.png) no-repeat 0 0;
	display: block;
	line-height: 70%;
	margin:0 15px;
}
#unfollowing_button:hover,.unfollowing_button:hover {
	background: url(/images/contents/unfollowing_large.png) no-repeat 0 -30px;
}
#message_button{
	background: url(/images/contents/message_large.png) no-repeat 0 0;
	display: block;
	line-height: 70%;
	margin:0 15px 15px;
}
#message_button:hover{
	background: url(/images/contents/message_large.png) no-repeat 0 -30px;
}
.mytl_count_area img {
	margin-bottom: -3px;
}
.mytl--follow-wrapper {
    display: flex;
}
.mytl_following {
	font-size: 12px;
}
.mytl_follower {
	font-size: 12px;
    margin-left: 20px;
}
.mytl_following a,
.mytl_follower a{
	color: black;
}
.mytl--blog-url {
    margin-top: 8px;
}
.mytl_si {
	clear: both;
}
.mytl_si a {
	color: #563e30F;
	text-decoration: underline;
}

.block_button {
}
.block_button label {
    background: #FFF;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #444;
    margin: 0 3px 5px 0;
    display: inline-block;
    border:1px solid #dedede;
}
.block_button label.checked {
    background: #f67d0f;
    color:#FFF;
    font-weight:bold;
}
.block_button label input {
    display:none;
}


.common_restaurants {
	clear: both;
}
#profile_area .common_itta,
#profile_area .common_ikitai {
	color: #563e30;
	background: #eae4d8;
	padding: 3px 4px 2px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-width: 307px;
	margin-bottom: 5px;
	display: inline-block;
}
.favorite_area_genre {
	clear: both;
	border-top: solid 1px #DED5C6;
	border-bottom: solid 1px #DED5C6;
	padding: 5px 3px;
	margin: 10px 0;
}
.favorite_area {
	background: url(/images/contents/mytl_ico_pin.png) no-repeat 2px 1px;
	padding: 0 20px 0 12px;
}
.favorite_genre {
	background: url(/images/contents/mytl_ico_genre.png) no-repeat 0 0;
	padding-left: 12px;
}
#badge_area {
	margin-top: 5px;
	height: 20px;
	clear: both;
}
.ranking_area a {
	color: #563e30;
	background: #eae4d8;
	padding: 2px 4px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	min-width: 100px;
	float: left;
	margin: 0 3px 10px 0;
}
#buzz_area {
	margin: 1px 8px 0px 8px;
	height: 20px;
}
.ie #buzz_area {
	margin-right: -70px;
}
.ie .mytl #buzz_area,
.ie .my_wish_list #buzz_area,
.ie .restaurant_detail #buzz_area,
.ie .report_detail #buzz_area {
	margin-right: -7px;
}
#buzz_area div {
	float: right;
}
#buzz_share{
	margin-right: 5px;
}
#buzz_tweet{
	width: 95px;
}
#buzz_hatebu{
	margin-right: 20px;
	margin-top: 1px;
}
#buzz_plusone{
	margin-right: -10px;
}
/* ikitai itta tab */
.draft_icon {
position: relative;
top: 3px;
padding-right: 3px;
}

.mytl_button_area {
	clear: both;
}
.mytl_list_button {
	float: left;
}
#mytl_report a, #mytl_rs2 a {
	display: block;
	height: 22px;
	font-size: 20px;
	padding-top: 18px;
	padding-right: 72px;
	text-align: right;
}
#mytl_report {
	background: url(/images/mytl/tab_itta_on.png) no-repeat 0 0;
	width: 337px;
}
#mytl_rs2 {
	background: url(/images/mytl/tab_ikitai.png) no-repeat 0 0;
	width: 338px;
}
#mytl_report a {
	color: #4D2B04;
}
#mytl_rs2 a {
	color: #8c7a60;
}
.my_wish_list #mytl_report,
.my_wish_map #mytl_report {
	background: url(/images/mytl/tab_itta.png) no-repeat 0 0;
}
.my_wish_list #mytl_rs2,
.my_wish_map #mytl_rs2 {
	background: url(/images/mytl/tab_ikitai_on.png) no-repeat 0 0;
}
.my_wish_list #mytl_report a {
	color: #8c7a60;
}
.my_wish_list #mytl_rs2 a {
	color: #4D2B04;
}
.my_itta_box {
	border: solid 1px #ded5c6;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px #ccc;
	background: -moz-linear-gradient(top, #fff, #faf9f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf9f6));
}
.my_itta_shop_area {
	padding: 10px;
}
.ie .my_itta_shop_area {
	z-index: 2;
}
.my_itta_shop_name {
	padding-bottom: 5px;
	border-bottom: solid 1px #ded5c6;
	margin-bottom: -3px;
}
.my_itta_shop_name strong a {
	color: #ff9900;
	font-size: 16px;
	line-height: 140%;
}
.my_itta_shop_map {
	background: url(/images/contents/mytl_ico_map.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	position: relative;
	bottom: -2px;
	cursor: pointer;
}
.my_itta_shop_map:hover {
	background: url(/images/contents/mytl_ico_map.png) no-repeat 0 -17px;
}
.mytl_map {
	width: 274px;
	height: 200px;
	top: -210px;
	left: -120px;
	position: absolute;
	border: solid 3px #ccc;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 2;
}

/* mytl_shop_data */
.mytl_shop_data {
	border-bottom: solid 1px #ded5c6;
	padding: 5px 0;
	color: #666;
	font-size: 10px;
}
.mytl_shop_data strong {
	font-weight: normal;
	font-size: 10px;
}
.my_itta_restaurant_area {
	background: url(/images/contents/mytl_ico_station.png) no-repeat 0 0;
	padding-left: 12px;
	padding-right: 10px;
}
.my_itta_shop_cat,
.mytl_edit_category {
	background: url(/images/contents/mytl_ico_genre.png) no-repeat 0 0;
	padding: 0 10px;
}
.my_itta_shop_nocat {
	position: relative;
}
.my_itta_shop_nocat .mytl_edit_category {
	border: solid 1px #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 3px 0 15px;
	background: #fff url(/images/contents/mytl_ico_genre.png) no-repeat 4px 3px;
	display: inline-block;
	margin-right: 10px;
}
.my_itta_shop_budget {
	background: url(/images/contents/mytl_ico_budget.png) no-repeat 0 0;
	padding: 0 10px;
}
.my_itta_shop_tel {
	background: url(/images/contents/mytl_ico_tel.png) no-repeat 0 -1px;
	padding-left: 13px;
	padding-right: 10px;
}
.mytl_shop_data .my_itta_shop_tabelog {
	background: url(/images/contents/mytl_ico_link01.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	position: relative;
	bottom: -4px;
}
.mytl_shop_data .my_itta_shop_tabelog:hover {
	background: url(/images/contents/mytl_ico_link01.png) no-repeat 0 -17px;
}
.mytl_shop_data .my_itta_shop_hotpepper {
	background: url(/images/contents/mytl_ico_link02.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	position: relative;
	bottom: -4px;
}
.mytl_shop_data .my_itta_shop_hotpepper:hover {
	background: url(/images/contents/mytl_ico_link02.png) no-repeat 0 -17px;
}
.mytl_shop_data .my_itta_shop_gnavi {
	background: url(/images/contents/mytl_ico_link03.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	position: relative;
	bottom: -4px;
}
.mytl_shop_data .my_itta_shop_gnavi:hover {
	background: url(/images/contents/mytl_ico_link03.png) no-repeat 0 -17px;
}
.mytl_shop_data .my_itta_shop_site {
	background: url(/images/contents/mytl_ico_link04.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	position: relative;
	bottom: -4px;
}
.mytl_shop_data .my_itta_shop_site:hover {
	background: url(/images/contents/mytl_ico_link04.png) no-repeat 0 -17px;
}
.my_itta_shop_opening_hours {
	background: url(/images/contents/mytl_ico_opening_hours.png) no-repeat 0 2px;
	padding-left: 12px;
}
.mytl_edit_category_menu ,
.mytl_edit_scene_menu {
	position: absolute;
	top: 17px;
	left: 0px;
	z-index: 3;
	padding: 7px 5px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ccc;
	margin-top: 8px 5px 5px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
	text-align: center;
	width: 435px;
}
.ie .mytl_edit_category_menu,
.ie .mytl_edit_scene_menu {
	width: 450px;
	top: 30px;
}
.mytl_edit_category_menu .mytl_edit_category_block ,
.mytl_edit_scene_menu .mytl_edit_scene_block {
	width: 420px;
	padding: 3px 5px;
	border: solid 1px #ccc;
	margin: 0 1px 5px;
	text-align: left;
}
.ie .mytl_edit_category_menu .mytl_edit_category_block ,
.ie .mytl_edit_scene_menu .mytl_edit_scene_block {
	width: 435px;
	height: 120px;
	overflow: auto;
}
.mytl_edit_category_span{
	display: inline-block;
	width: 100px;
}
.mytl_edit_scene_span {
	display: inline-block;
	width: 200px;
}
.mytl_edit_category_span input ,
.mytl_edit_scene_span input {
	margin-right: 2px;
}
.my_itta_report_area {
	position: relative;
}
.ie .my_itta_report_area {
	position: static;
}
.my_itta_report_area table {
	margin: 0 10px 10px;
}
.my_itta_report_image img {
	padding: 2px;
	border: solid 1px #ccc;
	background: #fff;
	margin-right: 10px;
}
.my_itta_report_image li {
       	list-style: none;
}
.my_itta_comment_area {
	width: 497px;
	padding-bottom: 25px;
	word-break: break-all;
	word-wrap: break-word;
}
.mytl_report_score img{
	margin-top: -26px!important;
}
.my_itta_comment_area .review_comment {
        width: 475px;
}
.my_itta_report_area .tag_plus_button table {
	margin: 5px 0px 0px;
}
#section .my_itta_report_area .tag_plus_button td {
	padding: 3px 6px;
	border: none;
}
/* mytl_edit_area */
.mytl_edit_area {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: -5px;
}
.ie .mytl_edit_area {
	position: relative;
	bottom: 10px;
}
.mytl_report_detail {
	background: url(/images/contents/mytl_report_detail.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
}
.mytl_report_detail:hover {
	background: url(/images/contents/mytl_report_detail.png) no-repeat 0 -21px;
}
.mytl_report_edit {
	background: url(/images/contents/mytl_report_edit.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
}
.mytl_report_edit:hover {
	background: url(/images/contents/mytl_report_edit.png) no-repeat 0 -21px;
}
.mytl_tag_add {
	background: url(/images/contents/mytl_tag_plus.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	position: relative;
}
.mytl_tag_add:hover {
	background: url(/images/contents/mytl_tag_plus.png) no-repeat 0 -21px;
}
.mytl_edit_area .tag_add_menu {
	bottom: 30px;
	right: 0;
}
/* mytl not login */
.user_detail_login_section {
    padding: 8px 0 16px;
    text-align: center;
    width: 640px;
}
.user_list_restaurant {
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
    padding: 8px 0;
}
.user_list_restaurant .user_list_information {
    padding: 8px;
    font-weight: bold;
    font-size: 16px;;
}
.user_list_restaurant .restaurant_title_area {
    background: -moz-linear-gradient(center top , #FFFFFF, #FAF9F6) repeat scroll 0 0 transparent;
    border: 1px solid #DED5C6;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #CCCCCC;
    margin-bottom: 16px;
    padding: 8px 8px;
}
.user_list_restaurant .restaurant_name_section {
    float: left;
    width: 450px;
    padding: 4px 0;
}
.user_list_restaurant .restaurant_name_section .restaurant_name {
    color: #FF9900;
    font-size: 18px;
    font-weight: bold;
}
.user_list_restaurant .restaurant_name_section .restaurant_link {
    background: -moz-linear-gradient(center top , #FFFFFF, #F6F6F3) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    font-size: 11px;
    margin-left: 8px;
    padding: 3px 5px 2px;
    position: relative;
    top: -2px;
}
.user_list_restaurant .restaurant_info_section {
    float: left;
    width: 450px;;
    color: #666666;
    margin-top: 4px;
}
.user_list_restaurant .wannago_btn {
    float: right;
    width: 160px;
    position: relative;
    top: 10px;
}
.user_list_restaurant .wannago_btn .tri_rs {
    left: 97px;
    top: 12px;
}
.user_list_restaurant .wannago_btn .rs_count {
    padding: 8px;
    font-size: 12px;
    top: -11px;
    margin-left: 2px;
}
.user_list_restaurant .report_user {
    float: left;
    text-align: center;
    width: 70px;
    height: 60px;
}
.user_list_restaurant .report_user .user_icon {
    border: 3px solid #EAE4D8;
}
.user_list_restaurant .report_user .score {
    position: relative;
    top: -30px;
    left: 20px;
}
.user_list_restaurant .report_comment {
    float: left;
    width: 485px;
    padding: 4px;
}
.user_list_restaurant .report_comment span{
    margin-left: 8px;
    color: #666666;
}
.user_list_restaurant .report_link {
    float: left;
    width: 40px;
    background: url("/images/common/contents/report_edit_arrow.png") no-repeat scroll 5px center #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    color: #999999;
    display: block;
    float: left;
    font-size: 11px;
    margin-left: 5px;
    padding: 8px 1px 7px 17px;
}

/* --- report_draft --- */
.report_draft .my_itta_shop_area {
	padding: 10px 0;
	margin: 0 10px;
}
.report_draft .my_itta_shop_name {
	float: left;
	width: 395px;
	padding-top: 5px;
	border: none;
	margin-right:20px;
}
.report_draft .my_itta_shop_name a:hover{
    text-decoration: none;
    cursor:default;
}
.report_draft .title{
    font-size:10pt;
    color:#666;
    font-weight: bold;
}
.draft_post_button {
	background: url(/images/contents/button_draft_post.png) no-repeat 0 0;
	display: block;
	float: left;
	line-height: 70%;
}
.draft_post_button:hover {
	background: url(/images/contents/button_draft_post.png) no-repeat 0 -30px;
	display: block;
}
.report_draft #report_draft_delete_div{
    margin-bottom: 10px;
}
.report_draft #report_draft_delete_div a{
    color:orange;
    text-decoration: underline;
}
.report_draft .report_draft_delete {
	margin-top: 7px;
	margin-right: 5px;
	cursor: pointer;
}
.report_draft .entry_area {
	margin-top: 0;
}
#section .entry_area:nth-child(2) {
	margin-top: 0;
}
.report_draft .entry_area table {
	width: 100%;
	border-collapse: collapse;
}
.report_draft .report_input_form_area {
	width: 370px;
}
.report_draft .report_input_form {
	width: 335px;
}
.report_draft .search_result_area {
	left: 0;
	top: 25px;
}
.report_draft .draft_delete_button {
	width: 70px;
	margin: 4px 0;
}
.report_draft #how_wrapper {
	position: static;
	height: 115px;
}
.report_draft .report_comment_form,
.report_draft #file_upload_area {
	margin: 10px 0 0;
}
.report_draft #score_wrapper {
	padding-left: 0;
	padding-right: 0;
}
.report_draft .entry_area .edit_images_area {
	margin: 0 -15px 20px;
	padding-bottom: 10px;
}
.common_back_menu_report_draft {
       padding-top: 20px;
       padding-left: 20px;
       padding-right: 20px;
       background: url(/images/common/contents/contents_middle_bg.png) repeat-y 0 0;
       clear: both;
       width: 635px;
}
/* --- my_wish_list --- */
.my_wish_list .shop_search {
	padding: 10px 13px;
}
#post_ikitai_button {
	background: url(/images/contents/shop_plus.png) no-repeat 0 0;
	display: block;
	line-height: 70%;
}
#post_ikitai_button:hover {
	background: url(/images/contents/shop_plus.png) no-repeat 0 -30px;
}
.ikitai_report_back_button {
	position: absolute;
	right: 15px;
	top: 10px;
}
#score_filter_area,
#area_filter_area,
#tag_filter_area {
	margin-bottom: 15px;
}
#areas, #tags {
	width: 510px;
}
.ie #areas, .ie #tags {
	width: 500px;
}
#score_filter_area,
#category_filter_area {
	float: right;
	width: 110px;
}
#category_filter_area select {
    width: 112px;
}
#area_filter_area,
#tag_filter_area {
	padding-right: 125px;
}
.check_title {
	color: #492c06;
	border-bottom: solid 1px #dbd5cd;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}
.filter_checkbox {
	display:none;
}
#score_filter_area img {
	margin-top: -8px;
}
#score_filter_area a {
	padding: 5px 3px 3px;
}
#areas span,
#tags span {
	white-space: nowrap;
	line-height: 200%;
}
.filter_checkbox + label {
	background: url(/images/common/mytl_tag_check_off.png) no-repeat 0 center;
	display: inline-block;
	padding: 0 15px 0 15px;
}
.filter_checkbox:checked + label {
	background: url(/images/common/mytl_tag_check_on.png) no-repeat 0 center;
	display: inline;
	padding: 0 15px 0 15px;
	font-weight: bold;
}
.ie .filter_checkbox + label {
    background: none;
    padding: 0 15px 0 0;
}

#mytl_report a:hover, #mytl_rs2 a:hover {
	text-decoration: none;
}
.wish_box {
	border: solid 1px #ded5c6;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	background: -moz-linear-gradient(top, #fff, #faf9f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf9f6));
	position: relative;
}
.ie .wish_box {
	padding-bottom: 5px;
}
.wish_info_name {
	padding-bottom: 5px;
	border-bottom: solid 1px #DED5C6;
}
.wish_info {
	padding: 10px;
}
.wish_info_name strong a {
	color: #ff9900;
	font-size: 16px;
	line-height: 140%;
}
.ie .my_wish_list .report_score img {
	/*position: static;*/
	margin: -26px 3px -5px 0;
}
.wish_user_icon {
	line-height: 120%;
	word-break: break-all;
	word-wrap: break-word;
}
.wish_user_icon img {
	border: solid 3px #EAE4D8;
	background: #fff;
}
.wish_report_img {
	width: 118px;
}
.ie .wish_report_img {
	width: 108px;
}
.wish_report_img img {
	border: solid 1px #ccc;
	padding: 2px;
	background: #fff;
}
.wish_info .tag_plus_button {
	float: left;
	margin-left: 75px;
	margin-top: 2px;
}
.ie .wish_info .tag_plus_button {
	margin-left: 65px;
}
.wish_common {
	height: 35px;
	padding: 4px;
	width: 580px;
	margin-bottom: 8px;
	float: left;
}
.wish_common_text {
	float: right;
	margin-right: 8px;
	text-align: right;
}
.wish_common_users {
	float: right;
}
.common_back .wish_report_area {
	margin: 0 10px 20px;
	width: auto;
}
.wish_report_area td {
	padding-bottom: 15px;
}
.wish_report_area .wish_comment_area {
	width: 547px;
	padding-right: 10px;
}
.ie .wish_report_area .wish_comment_area {
	/*width: 437px;*/
	padding-top: 10px;
}
.reply_comment_value a {
		color: #563e30;
		text-decoration: underline;
}
.wish_box .mytl_edit_area {
	bottom: 5px;
}
.itta_post_button {
	background: url(/images/contents/mytl_itta_post.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
}
.itta_post_button:hover {
	background: url(/images/contents/mytl_itta_post.png) no-repeat 0 -21px;
}
.my_wish_report_detail {
	background: url(/images/contents/mytl_report_detail.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
}
.my_wish_report_detail:hover {
	background: url(/images/contents/mytl_report_detail.png) no-repeat 0 -21px;
}
.my_wish_delete {
	background: url(/images/contents/mytl_report_delete.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
}
.my_wish_delete:hover {
	background: url(/images/contents/mytl_report_delete.png) no-repeat 0 -21px;
}

/* ikitai entry */
.ikitai_entry_button {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}
.ikitai_entry_button a {
	background: url(/images/contents/ikitai_entry_button.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
}
.ikitai_entry_button a:hover {
	background: url(/images/contents/ikitai_entry_button.png) no-repeat 0 -40px;
	display: inline-block;
	line-height: 70%;
}
.ie .ikitai_button_block a {
	border: solid 1px #563e30;
	background: #EAE4D8;
}

/* itta entry */
.my_wish_list .itta_post .report_comment_form,
.my_wish_list .itta_post #file_upload_area {
	margin: 0;
}
.my_wish_list .itta_post #score_wrapper {
	padding-left: 0;
	padding-right: 0;
}
.my_wish_list #connect_area {
	clear: none;
	float: none;
	padding: 3px 0 0;
}
.my_wish_list .close_area {
	margin-bottom: 20px;
}
.my_wish_list .itta_post .edit_images_area {
	padding-bottom: 10px;
	margin: 0 -15px;
}
.itta_post {
	padding-bottom: 15px;
}
.itta_post .red {
	padding-bottom: 5px;
}
.itta_restaurant_name {
	font-size: 16px;
	font-weight: bold;
}
.my_wish_list #how_wrapper {
	height: 105px;
}
/* my_wish_map */
.my_wish_map #map_area{
    position:relative;
}
.my_wish_map #map_canvas {
    float:left;
    width:78%;
    height:500px;
    margin:0 0 0 0;
}
.my_wish_map #section_loading{
    position:absolute;
    top :200px;
    left:0px;
}
.my_wish_map #section{
    float:right;
    width:20%;
    height:480px;
}
.my_wish_map .wish_box {
    height:480px;
    border:none;
    padding:10px;
    box-shadow:none;
}
.ie .my_wish_map .wish_box {
	padding-bottom: 5px;
}
.my_wish_map .wish_info {
	border-bottom: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.my_wish_map .wish_info_name_area {
	width: 405px;
	float: left;
}
.my_wish_map .wish_info_name {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 140%;
}
.my_wish_map .wish_info_name a {
	color: #F90;
}
.my_wish_map .wish_info_itta {
	margin-top: 8px;
	margin-left: 22px;
	float: left;
}

.my_wish_map .wish_box .report_edit {
	position: absolute;
	bottom: -10px;
	right: 10px;
}
.my_wish_map .ie .wish_box .report_edit {
	position: relative;
	top: -30px;
	float: right;
}
.my_wish_map #section_about{
    width: 100%;
    height: 100%;
    border:2px solod #aaa;
    background-color: #eee;
}
.my_wish_map #section_about_text{
    padding-top:120px;
    text-align:center;
}
.marker_info_window{
}
.marker_restaurant_name{
}
.marker_categories{
}
.marker_budget_name{
}
.marker_opening_hours{
}


/* --- restaurant --- */
#restaurant_title h2 {
	padding-right: 215px;
	line-height: 120%;
	margin-bottom: 10px;
}
#restaurant_title h2 .restaurant_ico {
	margin-bottom: -5px;
}
.restaurant_detail .category_name, .restaurant_detail #area_default_name{
	font-size: 12px;
	font-weight: normal;
	color: #352A26;
	margin: 10px 0px;
}
.restaurant_ikitai_button {
	position: absolute;
	right: 150px;
	top: 20px;
	display: block;
	line-height: 70%;
	background: url(/images/contents/restaurant_ikitai_button.png) no-repeat 0 0;
	cursor: pointer;
}
.restaurant_ikitai_button:hover {
	background: url(/images/contents/restaurant_ikitai_button.png) no-repeat 0 -24px;
}
.restaurant_ikitai_button img {
	width: 80px;
	height: 24px;
}
#post_itta_button {
	position: absolute;
	right: 20px;
	top: 17px;
	display: block;
	line-height: 70%;
	background: url(/images/contents/restaurant_itta_post.png) no-repeat 0 0;
	cursor: pointer;
}
#post_itta_button:hover {
	background: url(/images/contents/restaurant_itta_post.png) no-repeat 0 -30px;
}
#restaurant_title #buzz_area {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.restaurant_detail #exist_restaurant {
	margin-bottom: 15px;
}
.restaurant_detail .report_comment_form,
.restaurant_detail #file_upload_area {
	margin: 0;
}
.restaurant_detail #score_wrapper {
	padding-left: 0;
	padding-right: 0;
}
.restaurant_detail .edit_images_area {
	margin: 0 -15px;
	padding-bottom: 10px;
}
.restaurant_pr_section {
        background: none repeat scroll 0 0 #EAE4D8;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eae4d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eae4d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eae4d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eae4d8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eae4d8 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#eae4d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d8',GradientType=0 ); /* IE6-9 */
        margin: 0 0 16px;
        padding: 20px;
	margin-bottom: 20px;
	border: 2px solid #EAE4D8;
}
.restaurant_pr_section .restaurant_pr_image {
        float: left;
        width: 260px;
        text-align: center;
}
.restaurant_pr_section .restaurant_pr_image img {
        background: #fff;
        padding: 12px;
-webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px -2px 5px rgba(50, 50, 50, 0.15);
box-shadow:         0px -2px 5px rgba(50, 50, 50, 0.15);
}
.restaurant_pr_section .restaurant_pr_description {
        float:left;
        width: 300px;
	padding-left: 25px;
        font-size: 16px;
        color: #563E30;
	line-height: 1.8;
}


#restaurant_info table {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	width: 343px;
}
.ie #restaurant_info table {
	width: 340px;
}
#restaurant_info th {
	color: #563E30;
	background: #EAE4D8;
	width: 85px;
	padding: 10px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	font-weight: normal;
}
#restaurant_info td {
	border-top: 1px dotted #EAE4D8;
	border-bottom: 1px dotted #EAE4D8;
	padding: 10px;
}
#restaurant_info #restaurant_tel_value {
        font-size: 14px;
        font-weight: bold;
        color: #8B0000;
}
#restaurant_info .booking_form {
        text-align: center;
        padding: 16px 0;
}
#restaurant_info .booking_form input {
        border: 1px solid #CCCCCC;
        color: #352A26;
        font-size: 16px;
        margin-bottom: 8px;
        padding: 4px;
        text-align: center;
        border-radius: 3px 3px 3px 3px;
        width: 140px;
}
#restaurant_info .booking_form .credit img {
        position: relative;
        top: 8px;
}
.restaurant_info_notice {
	font-size: 10px;
	color: #FF5A1E;
}
.restaurant_info_notice #info_feedback {
	border: solid 1px #ccc;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 18px 4px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
	float: right;
	margin-top: -12px;
        font-size: 12px;
}
.ie .restaurant_info_notice #info_feedback {
	position: relative;
	top: -10px;
}
.info_feedback_value {
	width: 623px;
	max-width: 623px;
	outline: none;
	padding: 4px 5px;
	height: 70px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 5px 0 12px;
	border: solid 1px #ccc;
}
.info_feedback_submit_area {
	text-align: center;
	padding-bottom: 20px;
}
.info_feedback_submit_area a {
	border: solid 1px #ccc;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px 5px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
}
.outside_url {
     word-wrap: break-word;
     word-break: break-word;
}
#gnavi_tokutoku a img:hover{
	filter: alpha(style=0; opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
#restaurant_info #update_user_name {
	font-size: 90%;
}
#restaurant_info #updated_at {
	font-size: 90%;
	margin-left: 8px;
	color: darkgray;
}
.restaurant_photos ul {
	text-align: center;
}
.restaurant_photos li {
	margin: 0px 4px 20px;
	display: inline-block;
	line-height: 110%;
	max-width: 140px;
	vertical-align: top;
}
.ie .restaurant_photos li {
        display: inline;
}
.restaurant_photos li img {
	border: solid 1px #ccc;
	max-width: 130px;
	max-height: 100px;
}
.restaurant_photos li span {
    font-size:80%;
}
.restaurant_detail #map_caption {
    text-align: center;
    font-size:80%;
}
/* restaurant_detail_map */
.restaurant_detail_map #map_canvas {
	margin-bottom: 15px;
}
.restaurant_detail_map #restaurant_info table {
	float: none;
	width: 100%;
}
.restaurant_detail_map #restaurant_info th {
	width: 55px;
}
.restaurant_detail_map #restaurant_info td {
	width: 242px;
}
/* restaurant_menu */
.restaurant_menu {
    margin: 16px 0 96px;
}
.restaurant_menu_type ul {
    display: inline-block;
    width: 615px;
    margin: 8px 0 16px;
}
.restaurant_menu_type li {
    float: left;
    list-style-type: none;
    width: 32%;
    text-align: center;
}
.restaurant_menu_type li span, .restaurant_menu_type li a {
    background: -moz-linear-gradient(center top , #FFFFFF, #F6F6F3) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 12px 68px 8px;
    font-weight: bold;
    font-size: 14px;
}
.restaurant_menu_type li a {
    padding: 8px 72px 8px;
    font-weight: normal;
    font-size: 11px;
}
.restaurant_menu th, .restaurant_menu td {
    border-bottom: 1px dotted #EAE4D8;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 8px 2px;
}
.restaurant_menu th {
    background: none repeat scroll 0 0 #EAE4D8;
}
.restaurant_menu .menu {
    width: 450px;
}
.restaurant_menu .price {
    width: 200px;
}
/* restaurant_correct */
.restaurant_correct .title{
    font-size:120%;
    font-weight: bold;
}

.restaurant_correct .restaurant_data {
	font-size: 90%;
	margin-top: -3px;
	line-height: 120%;
}
.restaurant_correct .restaurant_data a {
	color: #000;
	text-decoration: none;
}
.restaurant_correct .restaurant_data dl {
	clear: both;
}
.restaurant_correct .restaurant_data dt {
	padding: 10px;
	color: #aba294;
	font-weight: bold;
}
.restaurant_correct .restaurant_data dd {
	border-bottom: solid 1px #e0e0e0;
	padding: 10px;
}
.restaurant_correct .restaurant_data dd input[type="text"],
.restaurant_correct .restaurant_data dd input[type="tel"]{
    width: 220px;
    height:25px;
    font-size:110%;
}
.restaurant_correct .restaurant_data dd textarea{
    width: 220px;
    height:100px;
    font-size:110%;
}
.restaurant_correct .restaurant_data dd#comment textarea{
    width: 100%;
}


.restaurant_correct .restaurant_data dd input[type="checkbox"]{
    margin-right: 5px;
}
.restaurant_correct .restaurant_data .restaurant_correct .restaurant_data_tel {
	background: url(../images/restaurant_detail/restaurant_data_tel.png) no-repeat right center;
	background-size: 44px 36px;
	padding-right: 45px;
}
.restaurant_correct .restaurant_data .restaurant_correct .restaurant_data_tel #restaurant_tel_number{
    color:#8B0000;
    font-weight:bold;
}
.restaurant_correct .restaurant_data .restaurant_correct .restaurant_data_tel #restaurant_tel_text{
    font-size: 60%;
    margin-left:-5px;
}
.restaurant_correct .restaurant_data #restaurant_address {
	background: url(../images/restaurant_detail/restaurant_data_map.png) no-repeat right center;
	background-size: 44px 36px;
	padding-right: 60px;
}
.restaurant_correct .restaurant_data ul {
	list-style: none;
	clear: both;
}
.restaurant_correct .restaurant_data li a {
	border-bottom: solid 1px #e0e0e0;
	padding: 15px 10px 14px 28px;
	display: block;
	background: url(../images/restaurant_detail/restaurant_data_blank.png) no-repeat 12px center;
	background-size: 12px 14px;
}
.restaurant_correct .restaurant_data #restaurant_url_3 a{
    /* for hotpepper */
    color:#8B0000;
    font-weight: bold;
}
.restaurant_correct .restaurant_data .center {
	padding: 15px 0 10px;
}
.restaurant_correct #restaurant_edit_area{
    font-size: 90%;
    margin: 10px auto 40px;
}
.restaurant_correct #button_send{
    display: inline;
    padding: 8px 18px;
    height: 45px;
    text-align: center;
    line-height: 90%;
    width: 150px;

    background: -moz-linear-gradient(top,#CC9933 0%,#CC600);
    background: -webkit-gradient(linear, left top, left bottom, from(#CC9933), to(#CC6600));
    border: 1px solid #CC6600;

  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.restaurant_correct a#button_send{
    font-size: 100%;
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
}


/* restaurant area popup */
.restaurant_area_select {
	width: 100%;
}
.restaurant_area_select td {
	padding: 80px 20px 20px;
}
.restaurant_area_select .center {
	margin-bottom: 15px;
}
.restaurant_area_select .pref_selector {
	margin-left: 110px;
	margin-bottom: 5px;
}
.restaurant_area_select .area_selector {
	margin-left: 110px;
	margin-bottom: 20px;
}
.mytl_edit_category_block ,
.mytl_edit_scene_block {
	width: 420px;
	text-align: left;
	border: solid 1px #ccc;
	padding: 3px 5px;
	margin: 5px auto;
}
.restaurant_edit_oh {
	padding-top: 75px;
}
.restaurant_edit_budget,
.restaurant_edit_station {
	padding: 100px 0 10px;
}
#category_selector_holder,
#scene_selector_holder,
#budget_select,
#station_selector_holder {
	margin-bottom: 10px;
}
#easy_popup_category_okay,
#easy_popup_budget_okay,
#easy_popup_station_okay {
	padding-left: 60px;
}
#restaurant_oh_yes {
	margin-left: 60px;
}
#easy_popup_category_cancel,
#easy_popup_budget_cancel,
#easy_popup_station_cancel {
	padding-right: 60px;
}
#restaurant_oh_no {
	margin-right: 60px;
}
#report .report_detail_scene_detail {
    line-height: 135%;
    margin-top:3px;
    margin-bottom:3px;
}
#report .report_detail_scene_detail .report_detail_scene_detail_icon{
    height: 12px;
    widtht: 40px;
    display:inline-block;
    margin-bottom:1px;
    vertical-align: middle;
}
#report .report_detail_scene_detail div{
    font-size:11px;
    color: #aaa193;
    display:inline;
}
/* restaurant link */
#report_shop a,
.report_shop p a {
	color: #FF4E1F;
}
#report_shop a:link,
.report_shop p a:link {
	color: #FF4E1F;
	text-decoration: none;
}
#report_shop a:visited,
.report_shop p a:visited {
	color: #FF4E1F;
	text-decoration: none;
}
#report_shop a:hover,
.report_shop p a:hover {
	color: #FF4E1F;
	text-decoration: underline;
}
#report_shop a:active,
.report_shop p a:active {
	color: #FF4E1F;
	text-decoration: underline;
}
.wl_delete {
	color: #FFF;
	width: 70px;
	font-size:12px;
}
.wl_name {
	width: 240px;
	font-size:12px;
}
.wl_add {
	width: 340px;
	font-size:12px;
}
.user_edit_value {
	width: 210px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	padding: 2px;
	overflow: hidden;
	outline: none;
}
a.restaurant_edit_button {
	color: #999999;
}
#rest_repo_list {
	margin: 15px 0 10px;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ccc;
}
#rest_repo_list th {
	border: solid 1px #ccc;
	text-align: center;
	background: url(/images/common/contents/report_detail_list_title_bg.png) repeat-x center bottom;
	width: 50%;
}
#rest_repo_list td {
	border: solid 1px #ccc;
	padding: 15px 18px;
}
#rest_repo_list td img {
	border: solid 1px #424141;
	margin: 2px;
}
.reply_area #rest_repo_list {
	margin: 0 0 25px;
}
.restaurant_detail .rest_repo_title_area {
	position: relative;
}
.restaurant_detail .title_img {
	margin-right: 25px;
}
.restaurant_detail #rest_repo_list .rs_count {
	position: absolute;
	padding: 1px 5px 0px;
	background: #fff;
	top: 3px;
	margin-left: -18px;
}
.restaurant_detail #rest_repo_list .rs_count .tri_rs {
	left: -6px;
}

.restaurant_section_none{
    text-align: center;
    font-size:110%;
    margin-top:10px;
    margin-bottom:30px;
}

.ie #rest_repo_list .rs_count {
	top: 4px;
}
.ie #rest_repo_list .rs_count .tri_rs {
	top: 7px;
}
.ie #rest_repo_list .rs_count #rest_repo_count,
.ie #rest_repo_list .rs_count #rest_rs2_count {
	width: 5px;
	height: 5px;
}
#rest_repo_list #rest_repo_friend a,
#rest_repo_list #rest_rs2_friend a {
	display: inline-block;
	width: 53px;
}
.restaurant_similar {
	padding: 10px 20px 10px;
	background: url(/images/common/contents/contents_middle_bg.png) repeat-y 0 0;
	clear: both;
}
.contents_footer_links{
	padding: 10px 20px 10px;
	background: url(/images/common/contents/contents_middle_bg.png) repeat-y 0 0;
	clear: both;
}
.contents_footer_links ul {
	margin-top: -10px;
	margin-left: -2px;
}
.contents_footer_links li{
	list-style: none;
}
.contents_footer_links li a{
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 2px;
	padding-left: 13px;
}
.contents_footer_links .footer_link_time{
	color: #999;
	font-size: 11px;
}

/* --- replies --- */
.replies_row {
	height: 60px;
}
.replies_date {
	font-size:12px;
	width: 100px;
}
.replies_icon {
	width: 50px;
}
.replies_discription {
	font-size:12px;
}
.replies_discription a{
	color: black;
}
.repo_comment {
	font-size: 11px;
	width: 450px;
	height: 150px;
	max-width: 450px;
	max-height: 150px;
}
.repo_submit {
	font-size:20px;
	width: 280px;
	height: 50px;
}
p.warning {
	color:#E00;
}
/* --- report_detail --- */
/* detail images */
.report_detail #buzz_area {
	margin-top: 10px;
}
.report_detail .img_area {
	padding: 15px 20px 10px;
}
.img_area {
	background: url(/images/common/contents/tab_area_bg.png) repeat-y ;
	min-height: 15px;
}
.img_area li {
        list-style: none;
}
.report_detail .img_area img {
	border: solid 1px #CCC;
	padding: 2px;
	background: #fff;
	cursor: pointer;
}
/* edit images */
.img_edit_area {
	padding: 0 20px 20px;
	background: url(/images/common/contents/tab_area_bg.png) repeat-y ;
	text-align: center;
	min-height: 15px;
}
/* report_control_area */
.report_detail .report_control_area {
	margin-top: 10px;
}
.report_detail .report_edit_menu {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ccc;
	margin-top: 5px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
	z-index: 30;
	width: 145px;
	position: absolute;
	background: #fff;
}
.report_detail .report_edit_menu ul {
	margin: 8px 0px;
	padding-left: 28px;
}
.report_detail .report_edit_menu li {
	padding: 4px 0px;
}
.report_detail #image_addition {
	position: absolute;
	cursor: pointer;
}
.report_detail .report_edit {
	display: block;
	width: 66px;
	height: 35px;
	background: transparent url(/images/contents/report_detail_edit_button.png) no-repeat 0 0;
	background-size: 100% 200%;
	padding: 0;
	margin: 0 0 5px 0;
	float: none;
}
.report_detail .report_edit:hover {
	background: transparent url(/images/contents/report_detail_edit_button.png) no-repeat 0 -35px;
}
.report_detail .report_delete {
	display: block;
	width: 66px;
	height: 44px;
	background: transparent url(/images/contents/report_detail_delete_button.png) no-repeat 0 0;
	background-size: 100% 200%;
	padding: 0;
	margin: 0;
	float: none;
}
.report_detail .report_delete:hover {
	background: transparent url(/images/contents/report_detail_delete_button.png) no-repeat 0 -44px;
}
.report_detail #file_upload_area {
	float: none;
	width: 66px;
	margin: 5px 0 0 0;
}
.report_detail .retty-btn {
	background: url(/images/contents/report_detail_photo_button.png) no-repeat 0 0;
	background-size: 100% 200%;
}
.report_detail .retty-btn:hover {
	background: url(/images/contents/report_detail_photo_button.png) no-repeat 0 -66px;
	background-size: 100% 200%;
}
.report_detail .fileinput-button {
	margin-right: 0px;
}
.report_detail .fileinput-button input {
	width: 66px;
	height: 66px;
}
.report_detail .add_files {
	width: 66px;
	height: 66px;
}
/* review */
#edit_comment {
	width: 470px;
	max-width: 470px;
	height: 180px;
	max-height: 180px;
	outline: none;
	border: solid 1px #ccc;
	margin-top: 10px;
	padding: 3px 5px;
	text-align: left;
	overflow: auto;
}
.fx #edit_comment,
.ie #edit_comment,
.ie9 #edit_comment {
	height: 160px;
	max-height: 160px;
}
/* score */
.yn_popup .score_title {
	padding-top: 55px;
}
.yn_popup #score_edit_area {
	padding-top: 10px;
}
.yn_popup #score_edit_area span {
	padding: 0 10px;
}
/* comment */
#comment_edit {
	font-size:12px;
	color: lightgray;
}
#comment_edit:hover {
	color: #232323;
}
/* tag */
.tag_add {
	z-index: 1;
	position: relative;
}
.tag_add, .tag_add:visited {
	display: block;
	width: 160px;
	height: 35px;
	background: transparent url(/images/report_detail_tag_button_off.png) no-repeat;
}
.tag_add:hover {
	width: 160px;
	height: 35px;
	background: transparent url(/images/report_detail_tag_button_on.png) no-repeat;
}
.tag_add_menu {
	position: absolute;
	background: #fff;
	z-index: 10000 !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ccc;
	margin-top: 5px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
}
.report_photo_area .tag_add_menu img {
	border: none;
}
.tag_add_menu table {
	width: 190px;
}
.tag_add_menu td {
	padding: 5px 5px 0px 5px;
	font-size: 12px;
	line-height: 120%;
	width: 50%;
}
.tag_plus_form {
	padding: 5px 6px 6px;
	float: left;
}
.ie .tag_plus_form {
	width: 190px;
}
.tag_plus_form input {
	float: left;
}
.tag_plus_form .tag_plus {
	margin-left: 5px;
	margin-top: 2px;
}
.report_detail_tag_area {
	height: 35px;
	padding: 10px 15px;
	background: url(/images/common/contents/report_detail_tag_area_bg.png) no-repeat left bottom;
}
.report_detail .tag_plus_button {
	float: left;
}
.tag_list {
	padding: 9px 10px 2px;
	background: #fff;
	margin-left: 165px;
	font-size: 90%;
	border: solid 1px #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-height: 22px;
}
/* action_user_area */
#action_user_area {
	clear: both;
	position: relative;
	line-height: 130%;
	margin-top: -29px;
}
.ie #action_user_area {
	margin-top: -43px;
}
#action_user_area img {
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#action_user_area a {
	display: block;
	background: #f2f0e4;
	padding: 12px 10px;
}
#action_user_area a:link {
	color:#333;
}
#action_user_area a:hover {
	color: #FF8500;
}
#action_user_area a span {
	background: url(/images/report_detail_action_user_arrow.gif) no-repeat 55px center;
	padding-left: 70px;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
	height: 37px;
	padding-top: 3px;
}
/* profile_area */

.official_user {
    position: relative;
    padding-top:60px;
}
.official_user_info {
    position: absolute;
    top:0;
    left:5px;
    width: 665px;
}
.official_user_info .ic_official_user{
    position: absolute;
    top:-1px;
    right:20px;
    width: 80px;
    height: 87px;
}
.official_user_info .user_copy {
    height: 40px;
    line-height: 40px;
    background: #533e30;
    color: #fff;
    outline: 1px solid #533e30;
    border-bottom: 1px solid #fff;
    font-size:130%;
    padding-left: 20px;
}
.official_user_info .user_copy span {
    border-left: 4px solid #fff;
    padding-left: 10px;
}
.official_user .official_user_link {
    clear:both;
    text-align: right;
    margin-top: 5px;
}
.official_user .official_user_link a {
    color: #FF9900;
    text-decoration: underline;
}
.official_user .official_user_link a:hover {
    color: #FF8500;
    text-decoration: underline;
}
.report_detail #profile_area {
	padding-bottom: 10px;
}
#profile_area {
	padding-bottom: 30px;
}
#profile_area .mytl_image img {
	border: solid 3px #EAE4D8;
}
#profile_area .mytl_name {
	font-size: 18px;
	width: 400px;
}
.report_detail #profile_area .following_area {
	top: 14px;
}
#profile_area .mytl_profile_area .favorite_genre_area {
	width:  465px;
	padding-bottom: 10px;
}
#profile_area .mytl_profile_area .favorite_area,
#profile_area .mytl_profile_area .favorite_genre {
	display: inline-block;
	line-height: 130%;
	vertical-align: top;
}
#profile_area .ranking_area {
	clear: both;
}
#profile_area .ranking_area a {
	min-width: 130px;
	margin-bottom: 5px;
}
#profile_area #buzz_area {
        clear: both;
        padding-top: 8px;
}
/* reaction_user_profile */
.report_detail .reaction_user_profile_area .mytl_image img {
	border: solid 3px #EAE4D8;
}
.report_detail .reaction_user_profile_area .mytl_name {
	font-size: 16px;
	margin: 1px 0 0;
}
.report_detail .reaction_user_profile_area .favorite_area_genre {
	border: none;
	clear: none;
	float: left;
	margin: 0;
	padding-left: 0;
	width: 400px;
}
.report_detail .reaction_user_profile_area .favorite_area {
	background: url(/images/contents/mytl_ico_pin.png) no-repeat 0 3px;
}
.report_detail .reaction_user_profile_area .favorite_genre {
	background: url(/images/contents/mytl_ico_genre.png) no-repeat 0 3px;
}
.report_detail .reaction_user_profile_area .ranking_area {
	clear: both;
}
/* wannago */
#rs2_guidance {
	clear: both;
}
/* wannago_post */
#wannago_post_value {
	width: 300px;
	max-width: 300px;
	height: 50px;
	max-height: 50px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	padding: 2px;
	overflow: hidden;
	outline: none;
}
/* replies */
#info_section {
	width: 100%;
	margin-top: -10px;
}
#info_section td {
	border-bottom: 1px solid #dad8d3;
	vertical-align: middle;
}
#info_section td a {
	color: #000;
	display: block;
	padding: 10px 0;
}
#info_section .user_icon {
	width: 51px;
}
#info_section .type_icon {
	width: 34px;
}
#info_section .user_icon img {
	border: solid 3px #EAE4D8;
}
#info_section .action_message a {
	padding: 0;
}
#info_section .date {
	font-size: 10px;
	line-height: 130%;
	color: #999;
}
/* --- following_follower --- */
.following_follower #tabarea td {
	width: 50%;
}
.following_follower .tab_on {
	background: url(/images/contents/follow_tab_on.png) no-repeat center bottom;
}
.following_follower .tab_off {
	background: url(/images/contents/follow_tab_off.png) no-repeat center bottom;
}
/* --- account --- */
.save_message {
	text-align: center;
	color: #cc0000;
	padding: 0 0 10px;
}
.account_box {
	background: #f4f4f4;
	border: solid 1px #dedede;
	padding: 5px 10px;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.account_box .box_title {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px;
}
.account_box dl {
	margin: 0px;
}
.account_box dt {
	float: left;
	clear: left;
	width: 115px;
	padding: 7px 0px;
}
.account_box_wide dt{
        width: 300px;
}
.account_box dd {
	padding: 7px 0px 7px 130px;
	border-bottom: solid 1px #dedede;
	margin: 0px;
}
.account_box_wide dd{
        padding: 7px 0px 7px 255px;
}
.account_box .red {
	padding-top: 5px;
}
.account_box dd:last-child {
	border: none;
}
.account_box dd a {
	border: solid 1px #ccc;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 5px 3px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
	background: #fff;
}
.ie .account_box dd a,
.ie .account_box .save_button a {
	background: #fff;
}
.account_box dd img {
	border: solid 1px #dedede;
	background: #fff;
}
.account_box dd input {
	margin: 0 3px 0 0;
}
.account_box p {
	margin: 5px 0;
}
.account #lang_input {
	margin-bottom: 5px;
}
#mail_address_input {
	width: 300px;
	outline: none;
	margin-bottom: 7px;
	border: solid 1px #ccc;
	padding: 3px 4px;
	margin-top: -4px;
}
#blog_url_input {
	width: 300px;
	outline: none;
	margin-bottom: 7px;
	border: solid 1px #ccc;
	padding: 3px 4px;
	margin-top: -4px;
}
#gender_input,
#ufwp_input,
#utwp_input {
	margin-bottom: 8px;
}
#si_input {
	max-width: 470px;
	width: 470px;
	height: 90px;
	border: solid 1px #ccc;
	padding: 3px 4px;
	margin-bottom: 5px;
	outline: none;
}
.account_box .ico_fb {
	background: url(/images/common/contents/account_ico_fb.png) no-repeat left 8px;
	padding-left: 17px;
	width: 80px;
}
.account_box .ico_tw {
	background: url(/images/common/contents/account_ico_tw.png) no-repeat left 8px;
	padding-left: 17px;
	width: 80px;
}
.account_box .save_button {
	margin: 5px 5px 10px 190px;
}
.account_box .save_button_wide {
	margin: 5px 5px 10px 255px;
}
.account_box .save_button a {
	border: solid 1px #ccc;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 5px 3px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
	background: #fff;
}
.withdrawal_message {
	width: 490px;
	padding: 0 16px 4px;
        font-size: 16px;
}
.withdrawal_message .title {
        font-size: 14px;
        color: #FFFFFF;
        background-color: #FF0000;
        border-radius: 4px;
        padding: 4px 0;
}
.withdrawal_message .notice {
        font-size: 20px;
        color: #FF0000;
        border: 1px solid #FF0000;
        border-radius: 4px;
        margin-top: 6px;
}
.withdrawal_message .answer {
        font-size: 16px;
        margin: 4px 0;
}

/* error404 */
.error404 .mytl_top,
.error404 .title_bg,
.error404 .common_back {
	text-align: center;
}
.error404 .common_back {
	height: 800px;
}
.error404 .common_back a {
	text-decoration: underline;
}
/* --- guidance --- */
.guidance .step {
	padding-bottom: 80px;
}
.guidance #rettyjp_users {
	border: solid 1px #ded5c6;
	margin: 0px 5px 35px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 4px #999;
	-webkit-box-shadow: 0 1px 4px #999;
	box-shadow: 0 1px 4px #999;
	background: -moz-linear-gradient(top, #fff, #faf9f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf9f6));
}
.guidance #step1 .user_profile_list {
	padding: 10px;
}
.guidance #step1 .user_profile_list:nth-child(1) {
	border: none;
}
.guidance #rettyjp_users .user_info {
	width: auto;
}
.guidance #rettyjp .push_self_introduction {
	height: 60px;
}
.guidance #rettyjp .recommend_follow_button {
	text-align: right;
	position: relative;
	right: 0;
	bottom: 0;
	margin-left: 118px;
}
.guidance #step1 .userlist_follow_button {
	background: url(/images/guidance/point01_off.gif) no-repeat right 0;
	background-size: 100% 100%;
	display: block;
	width: 425px;
	height: 45px;
}
.guidance #step1 .userlist_follow_button:hover {
	background: url(/images/guidance/point01_on.gif) no-repeat right 0;
	background-size: 100% 100%;
	display: block;
}
.guidance .step p {
	padding: 0 5px 8px 5px;
        margin:5px 0;
}
.guidance #step3 .report_area {
	margin-bottom: 5px;
}
.guidance #step3 #report_shop p {
	padding: 0;
}
.guidance #step3 .rs2 {
	height: 80px;
}
.guidance #step3 .tri_rs {
	left: 125px;
	top: 20px;
}
.guidance #step3 .rs_count {
	top: 15px;
	left: 130px;
}
.guidance #step3 .rs_button {
	position: absolute;
	left: 0px;
	top: 0px;
}

.guidance .rs2_popup {
	margin-left: -18px;
}
.guidance .last_step_button{
	margin-top: 15px;
	margin-bottom: 10px;
}
/* --- search_tags --- */
.search_tags #tags,
.search_tag_detail #tags,
.area_index #tags {
	width: 635px;
	margin-top: 3px;
}
.search_tags #tags li,
.search_tag_detail #tags li,
.area_index #tags li {
	display: inline-block;
	padding: 0 5px 12px 0;
}
.ie .search_tags #tags li,
.ie .search_tag_detail #tags li,
.ie .area_index #tags li{
	display: inline;
	padding-top: 4px;
}
.search_tags #tags a,
.search_tag_detail #tags a,
.area_index #tags a{
	border: solid 1px #ccc;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 7px 4px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
}

/* --- serp_user recommend --- */
.common_top form h1 {
	margin-bottom: 5px;
}
.ie .search_users_area  {
	width:635px;
}
#search_users {
	margin-top: -10px;
}
.user_profile_list {
	width: 50%;
	border-bottom: 1px solid #dad8d3;
	padding: 10px 0 40px;
	position: relative;
}
#push_users tr:first-child .user_profile_list {
	padding-top: 0;
}
.userlist_remove_button {
	position: absolute;
	right: 0px;
	top: 18px;
}
.fx .userlist_remove_button {
	top: 7px;
}
.user_profile_list:nth-child(1) .userlist_remove_button {
	right: 10px;
}
#search_users .user_profile_list {
	padding-bottom: 10px;
	width: 310px;
}
.user_profile_list:nth-child(1) {
	padding-right: 10px;
}
#search_users tr:nth-of-type(11) .user_profile_list {
	padding-top: 0;
}
#search_users tr:last-child td,
.user_recommendation #push_users tr:last-child td {
	border-bottom: none;
}
.user_profile_list .user_photo {
	float: left;
}
.user_profile_list .user_photo img {
	border: solid 3px #EAE4D8;
}
.user_profile_list:first-child .user_info {
	width: 250px;
}
.user_profile_list .user_info {
	padding-left: 60px;
	position: static;
}
.ie .user_profile_list .user_info {
	padding-left: 0;
}
.user_profile_list .user_info strong {
	font-size: 14px;
	line-height: 180%;
}
.user_profile_list .recommend_follow_button {
	position: absolute;
	right: 0px;
	bottom: 10px;
	width: 90px;
}
.user_profile_list:first-child .recommend_follow_button {
	right: 7px;
}

/* fx */
.fx .user_profile_list .push_self_introduction {
	padding-bottom: 0px;
}
.fx .user_profile_list .recommend_follow_button {
	position: relative;
	margin: 15px 0 0 160px;
}
.fx .user_profile_list:nth-child(2) .recommend_follow_button {
	margin-left: 167px;
}
.fx .user_profile_list .user_info {
	position: relative;
}
/* recommend popup */
.invite_post {
	padding: 60px 20px 0;
	width: 491px;
}
.invite_post textarea {
	width: 485px;
	max-width: 485px;
	height: 40px;
	max-height: 100px;
	padding: 2px;
	margin-bottom: 5px;
}

/* --- user list --- */
table #section,
table #friend_users {
	margin-bottom: 10px;
	width: 100%;
}
#section tr:first-child .user_cell,
#search_users tr:first-child .user_cell,
#friend_users tr:first-child .user_cell {
	padding-top: 0;
}
table .user_cell,{
	padding: 10px 0;
	width: 50%;
	border-bottom: 1px solid #dad8d3;
}
.user_cell div {
	display: table-cell;
	vertical-align: middle;
}
.ie .user_cell div {
	float: left;
	vertical-align: baseline;
}
.user_photo img {
	border: solid 3px #eae4d8;
	background: #fff;
	margin-right: 5px;
	width: 50px;
}
#section .user_name,
#friend_users .user_name {
	font-size: 14px;
	line-height: 120%;
	width: 161px;
	padding-right: 5px;
}
#section tr td:first-child .user_name,
#friend_users tr td:first-child .user_name {
	width: 152px;
}
.ie #section .user_cell .user_name,
.ie #friend_users .user_cell .user_name {
	padding-top: 20px;
}
.ie .user_action {
	padding-top: 17px;
	padding-right: 5px;
}
.user_info {
	position: relative;
	width: 250px;
}
#section tr:last-child td,
#friend_users tr:last-child td {
	border-bottom: none;
}
/* --- user list index --- */
.search_users .user_cell div {
	vertical-align: top;
}
.search_users .profile_area strong {
	font-size: 14px;
}
.search_users .common_itta_ikitai {
	padding-top: 10px;
}
.search_users .common_itta_ikitai a {
	border: solid 1px #ccc;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 5px 3px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
	margin-right: 5px;
}
.up_row {
    border-bottom: 1px solid #DAD8D3;
    margin-top: 16px;
    padding-bottom: 16px;
}
.up_row .up_image_section {
    float: left;
    width: 85px;
    text-align: center;
}
.up_row .up_image_section img {
    width: 50px;
    border: 3px solid #EAE4D8;
}
.up_row .up_profile_section {
    float: left;
    width: 500px;
    padding: 0 8px;
}
.up_row .up_link {
    margin-bottom: 8px;
}
.up_row .up_link span {
    margin-right: 16px;
}
.up_row .up_profile {
    clear: both;
}


/* --- other  --- */
.other h3 {
	color: #492c06;
	border-bottom: solid 1px #dbd5cd;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.other h3:first-child {
	margin-top: 0;
}
.other ul {
	padding-left: 20px;
}

/* --- about --- */
.about .about_home_link {
	margin: 10px auto;
	background: url(/images/about/home_button.png) no-repeat 0 0;
	display: block;
	line-height: 70%;
	width: 305px;
}
.about .about_home_link:hover {
	background: url(/images/about/home_button.png) no-repeat 0 -50px;
}
.about .about_fb_login {
	background: url(/images/about/fb_login_button.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	margin-top: -5px;
}
.about .about_fb_login:hover {
	background: url(/images/about/fb_login_button.png) no-repeat 0 -80px;
}
.about .about_tw_login {
	background: url(/images/about/tw_login_button.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	margin: 10px 0 20px;
}
.about .about_tw_login:hover {
	background: url(/images/about/tw_login_button.png) no-repeat 0 -40px;
}

/* --- help --- */
.ada_help_area {
	margin-bottom: 5px;
}
.ada_help_q {
	cursor: pointer;
	padding: 7px 7px 5px 30px;
	border: solid 1px #ded5c6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: url(/images/contents/help_ico_q.png) no-repeat 6px 7px,
	-moz-linear-gradient(top, #fff, #faf9f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf9f6));
	background: url(/images/contents/help_ico_q.png) no-repeat 6px 7px,
	-webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf9f6));
}
.ada_help_a {
	padding: 5px 0 10px 31px;
	background: url(/images/contents/help_ico_a.png) no-repeat 7px 7px;
}
#help_feedback_input {
	margin-bottom: 20px;
}
#help_feedback_input input {
	margin: 20px 0 10px;
	height: 16px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #ccc;
	outline: none;
	padding: 3px;
}
#help_feedback_input #user_mail {
	width: 220px;
}
#help_feedback_input textarea {
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #ccc;
	outline: none;
	width: 627px;
	height: 80px;
	margin-bottom: 10px;
	padding: 3px;
}
.help_feedback_message div {
	margin-top: 10px;
}
.help_feedback_message #section_loading img {
	margin: 0 3px -11px 0;
}
/* --- area_index ,station_index --- */
.area_index .area_link, .station_index  .area_link{
	display: inline-block;
	vertical-align: middle;
	width: 107px;
	margin-right: 5px;
	margin-bottom: 7px;
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 2px;
	padding-left: 12px;
	line-height: 130%;
}
.ie .area_index .area_link, .station_index  .area_link{
	display: inline;

}
.area_index .area_index_link, .station_index .area_index_link {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.area_index .area_index_link a , .station_index .area_index_link a {
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 2px;
	padding-left: 13px;
}
.area_index .category_area , .station_index .category_area {
	display: inline-block;
	width: 203px;
	vertical-align: top;
	padding: 0 3px 15px;
}
.area_index .category_area .category_title , .station_index .category_area .category_title {
	background: #eae4d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 100%;
	padding: 5px 5px 4px;
	color: #563e30;
}
.area_index .category_area_top3photo , .station_index .category_area_top3photo{
        text-align: center;
}
.area_index .category_area_top3photo_img , .station_index .category_area_top3photo_img{
	max-width: 200px;
	max-height: 200px;
	margin-top: 10px;
	border: solid 1px #ccc;
}
.area_index .category_area ul , .station_index .category_area ul{
	list-style: none;
	padding-top: 5px;
}
.area_index .category_area li , .station_index .category_area li{
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 4px;
	padding-left: 12px;
}
.area_index .common_back .ranking_list_top3 , .station_index .common_back .ranking_list_top3{
	margin-bottom: 5px;
}
.area_index .ranking_link , .station_index .ranking_link{
	text-align: right;
}
.area_index .ranking_link a , .station_index .ranking_link a {
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 4px;
	padding-left: 12px;
}
.area_index .report_area , .station_index .report_area{
	clear: both;
}
.area_index .report_photo_area , .station_index .report_photo_area{
	width: 60px;
	padding-bottom: 10px;
}
.area_index .report , .station_index .report{
	border: none;
	width: 570px;
	padding: 0;
}
.area_index .report_score img , .station_index .report_score img{
	margin: -9px 0 0;
}
.area_index .report_comment_area , .station_index .report_comment_area{
	min-height: 40px;
}
/* area×category×tag */
#entry_zone {
    margin-top:-20px;
}
.act_login_section {
    padding: 16px 0 16px 160px;
}
.act_login_section_lag {
    padding: 0px 0px 5px 6px;
}
.act_login_section a {
    display: block;
}
.act_login_section_lag a {
    display: block;
}
.act_login_section_middle a {
    display: block;
}
.act_login_section .login_btn {
	background: url(/images/notlogin/landing_fb_login04_off.png) no-repeat 0 0;
}
.act_login_section .login_btn:hover {
	background: url(/images/notlogin/landing_fb_login04_on.png) no-repeat 0 0;
}
.act_login_section_lag .landing_login_btn40 {
	background: url(/images/notlogin/landing_fb_login40_off.png) no-repeat 0 0;
}
.act_login_section_lag .landing_login_btn40:hover {
	background: url(/images/notlogin/landing_fb_login40_off.png) no-repeat 0 0;
        filter: alpha(style=0; opacity=55);
        -moz-opacity: 0.55;
        opacity: 0.55;
}
.act_login_section_lag .landing_login_btn41 {
	background: url(/images/notlogin/landing_fb_login41_off.png) no-repeat 0 0;
}
.act_login_section_lag .landing_login_btn41:hover {
	background: url(/images/notlogin/landing_fb_login41_off.png) no-repeat 0 0;
        filter: alpha(style=0; opacity=55);
        -moz-opacity: 0.55;
        opacity: 0.55;
}
.act_login_section_middle .landing_login_btn42 {
	background: url(/images/notlogin/landing_fb_login42_off.png) no-repeat 0 0;
}
.act_login_section_middle .landing_login_btn42:hover {
	background: url(/images/notlogin/landing_fb_login42_off.png) no-repeat 0 0;
        filter: alpha(style=0; opacity=55);
        -moz-opacity: 0.55;
        opacity: 0.55;
}
.act_search_box {
    background: url("/images/common/contents/contents_middle_bg.png") repeat-y scroll 0 0 transparent;
    clear: both;
    padding: 8px 20px 12px;
    width: 635px;
}
.act_search_box select {
    border: 1px solid #CCCCCC;
    color: #352A26;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 4px;
}
.act_search_box .select_prefecture {
    width: 75px;
}
.act_search_box .select_area {
    width: 180px;
}
.act_search_box .select_category {
    width: 140px;
}
.act_search_box .select_tag {
    width: 120px;
}
.act_search_box .search_btn {
    margin-left: 8px;
    position: relative;
    top: 10px;
}
.ie .act_search_box .search_btn {
    top: 5px;
}
.act_report {
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
}
.acr_report {
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
}
.acr_report .acr_title_section {
        height:30px;
}
.acr_report .acr_user_icon {
        float: left;
}
.acr_report .acr_user_icon img {
        width:25px;
        height:25px;
        border: 3px solid #EAE4D8;
}
.acr_report .acr_restaurant {
        float: left;
        margin-left: 8px;
        line-height: 30px;
}
.acr_report .acr_restaurant a {
        color: #FF4E1F;
        font-size: 14px;
}
.acr_report .acr_report_title {
        float: left;
        margin-left: 8px;
        line-height: 30px;
}
.acr_report .acr_report_title a {
        font-size: 14px;
}
.acr_report .acr_comment_section {
       padding: 12px;
}
.act_image_section {
    float: left;
    width: 60px;
    height: 55px;
    margin-right: 4px;
}
.act_image_section a img {
    width: 40px;
    border: 3px solid #EAE4D8;
}
.act_image_section .score_path {
    position: relative;
    top: -25px;
    left: 25px;
    width: 25px;
}
.act_restaurant_name_section, .act_restaurant_info_section, .act_report_title_section {
    float: left;
    width: 560px;
    margin-bottom: 2px;
}
.act_restaurant_name_section a {
    color: #FF9900;
    font-size: 14px;
}
.act_restaurant_info_section {
    color: #666666;
}
.act_restaurant_info_section .sub_area, .restaurant_info_section .sub_area {
    padding: 0 10px 0 0;
}
.act_restaurant_info_section .category, .restaurant_info_section .category  {
    background: url("/images/contents/mytl_ico_genre.png") no-repeat scroll 0 0 transparent;
    padding: 0 10px;
}
.act_restaurant_info_section .budget, .restaurant_info_section .budget  {
    background: url("/images/contents/mytl_ico_budget.png") no-repeat scroll 0 0 transparent;
    padding: 0 10px;
}
.act_comment_section {
    padding: 8px;
}
.act_restaurant {
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
    padding: 8px 0;
}
.act_restaurant .act_image {
    background: url("/images/common/contents/tab_area_bg.png") repeat-y scroll 0 0 transparent;
    margin-bottom: 16px;
    padding-top: 8px;
}
.act_restaurant .act_image ul {
    text-align: center;
}
.act_restaurant .act_image ul li {
    display: inline-block;
    margin: 0 4px 4px;
    max-width: 200px;
    vertical-align: top;
}
.ie .act_restaurant .act_image ul li {
    display: inline;
}
.act_restaurant .act_image ul li img {
    border: 1px solid #CCCCCC;
    max-height: 190px;
    max-width: 190px;
}
.act_restaurant .act_information {
    padding: 8px;
    font-weight: bold;
    font-size: 16px;;
}
.act_restaurant .restaurant_title_area {
    background: -moz-linear-gradient(center top , #FFFFFF, #FAF9F6) repeat scroll 0 0 transparent;
    border: 1px solid #DED5C6;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #CCCCCC;
    margin-bottom: 16px;
    padding: 16px 8px;
}
.act_restaurant .restaurant_name_section {
    padding: 8px 0;
}
.act_restaurant .restaurant_name_section .restaurant_name {
    color: #FF9900;
    font-size: 24px;
    font-weight: bold;
}
.act_restaurant .restaurant_name_section .restaurant_link {
    background: -moz-linear-gradient(center top , #FFFFFF, #F6F6F3) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    font-size: 11px;
    margin-left: 8px;
    padding: 3px 5px 2px;
    position: relative;
    top: -2px;
}
.act_restaurant .restaurant_info_section {
    color: #666666;
    margin-top: 4px;
}
.act_restaurant .count {
    background: none repeat scroll 0 0 #EAE4D8;
    border-radius: 3px 3px 3px 3px;
    color: #563E30;
    font-size: 10px;
    padding: 4px 4px 2px;
    display: inline;
}
.act_restaurant .wannago_users, .act_restaurant .gone_users {
    padding: 8px 0;
}
.act_restaurant .gone_users .gone_users_icon {
    float: left;
    width: 40px;
}
.act_restaurant .gone_users .score_path {
    float: left;
    width: 20px;
    padding-top: 4px;
}
.act_restaurant .gone_users a img, .act_restaurant .wannago_users img {
    border: 3px solid #EAE4D8;
    width: 30px;
}
.act_restaurant .gone_users .report_comment {
    float:left;
    width: 560px;
    padding: 9px 4px 9px 10px;
}
.act_restaurant .gone_users .report_comment span {
    color: #666666;
    font-size: 11px;
    padding-left: 4px;
}



/* --- news --- */
.news_area {
    margin-top:5px;
    margin-bottom:5px;
}
.column_area table{
	padding:0;
	margin:0;
	border-spacing:0;
}
.column_area .news_img_block{
	float:left;
	margin-right:5px;
	width:60px;
}
.column_area .news_img {
	max-width:60px;
	max-height:60px;
}
.column_area .news_title {
	font-size:100%;
	font-weight: bold;
}
.column_area .news_date{
	font-size:80%;
	font-weight: normal;
}
/* --- news_detail--- */
.news_detail .lead_text{

}
.news_detail .news_report{
    border:#ccc;
    background-color:#eee;
    padding:15px;
    margin:20px 0;
}
.news_detail .news_report_photo{
    margin-bottom:10px;
    float:left;
    margin-right:15px;
}
.news_detail .report_shop a{
	font-size:120%;
	font-weight:bold;
}
.news_detail .news_report_text{
    margin-tom:10px;
}
.news_detail .news_report_bottom{
    clear:both;
}
.news_detail .follow_button{
	width: 128px;
	margin: 15px auto 0;
}
.news_detail .user_icon{
    display:inline;
}
.news_detail .rs2_button{
    display:inline;
    margin-left:100px;
}


/* ユーザー情報ブロック */
.user_info_block .section{
        position: relative;
	padding:10px;
	margin:0 8px 8px 8px;
	background-color:#FFF;
}
.user_info_block .section td{
    vertical-align: top;

}
.user_info_block .section .section_user_info_icon{
	width:50px;
}
.user_info_block .section .section_user_info_user_name{
    margin:0 10px;

}
.user_info_block .section .section_user_info_user_name a:link ,
.user_info_block .section .section_user_info_user_name a:visited {
    font-size:130%;
    font-weight:bold;
    color:#FF4E1F;
}

.user_info_block .section .section_user_info_friend span{
    margin:0 5px;
}
.user_info_block .section .section_user_info_friend a:link,
.user_info_block .section .section_user_info_friend a:visited{
	font-size:95%;
        color:#333;
}
.user_info_block .section a:link .section_user_info_self_introduction,
.user_info_block .section a:visited .section_user_info_self_introduction{
    font-size:100%;
    line-height:130%;
    color:#111;
}

.user_info_block .section{
	padding:10px;
	margin:18px;
	background: #EEE;
}

.user_info_block .section .caption{
    font-size:110%;
    color:#333;
    font-weight: bold;
    margin: 10px 5px 10px 0px;
}
.user_info_block .section .common_restaurant{
    font-size:110%;
    color:#333;
    line-height: 120%;
}
.user_info_block .section .popular_restaurant{
    float:left;
    width:31%;
    margin-right:5px;
    text-align:center;
}
.user_info_block .section .popular_restaurant a:link,
.user_info_block .section .popular_restaurant a:visited{
    font-size:100%;
    color:#333;
    line-height: 110%;
}

.user_info_block .section .popular_restaurant img{
    width:150px;
    display: block;
    margin:0 auto;
}
.user_info_block .section  .follow_button{
    margin-top:5px;
    clear:both;
    text-align:center;
}
.user_info_block .user_info_copy{
    font-size:110%;
    color:#663300;
}
.user_info_block .section_user_info_user_tags_mini{
    margin:0px 0 0 10px;
    padding:0;
}
.user_info_block .section_user_info_user_areas_mini{
    margin:0px 0 0 10px;
    padding:0;
}
.user_info_block .section_user_info_user_tags_mini span,
.user_info_block .section_user_info_user_areas_mini span{
    font-size:100%;
    margin-right:5px;
    color: #663300;
    font-weight:bold;
}

/* --- direct_message_detail --- */
.direct_message_detail .message_detail_area {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	min-height: 56px;
}
.direct_message_detail .user_icon img {
	border: solid 3px #EAE4D8;
	float: left;
}
.direct_message_detail .message_user_name {
	padding-left: 65px;
	font-size: 120%;
}
.direct_message_detail .message_body {
	padding-left: 65px;
}
.direct_message_detail .message_body .message_body_image {
	padding-top: 16px;
}
.direct_message_detail .message_body .message_body_image img {
        max-width: 480px;
}
.direct_message_detail .message_create_date {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.direct_message_detail textarea {
	width: 550px;
	height: 30px;
	max-width: 550px;
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #ccc;
	padding: 2px;
	outline: none;
        margin-right: 8px;
}
.direct_message_detail #message_reply {
	background: url(/images/contents/dm_reply_button.png) no-repeat 0 0;
	display: inline-block;
	line-height: 70%;
	cursor: pointer;
}
.direct_message_detail #message_reply:hover {
	background: url(/images/contents/dm_reply_button.png) no-repeat 0 -36px;
}

/* --- restaurant_top ---*/
.restaurant_top .restaurant{
     padding:8px;
     background-color:#eee;
     margin:4px;
     width:180px;
     height:120px;
     float:left;
}
.restaurant_top .restaurant_image img{
    max-height:50px;
    max-width:150px;
}
.restaurant_top .restaurant_datas{
    font-size:80%;
}
.restaurant_top .restaurant_report_link{
    font-size:80%;
}
.restaurant_top .clear_block{
    clear:both;
}

/* --- help popup --- */
.about_img {
	margin-bottom: -1px;
}
.hover_me_block {
	background: #fff;
	padding: 10px 10px 5px;
	border: solid 1px #ccc;
	font-weight: normal;
	z-index: 2;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.account .hover_me_block {
	width: 425px;
}
.restaurant_detail .hover_me_block {
	width: 230px;
}
.hover_me_text {
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 5px;
}
.hover_me_content .box {
	padding: 5px;
	margin: 5px 0;
	border-color: #ccc;
}

/* --- regist --- */
.regist .common_back {
	min-height: 228px;
}
.regist form {
	padding: 5px 0;
}
.regist .common_back p {
	padding-bottom: 7px;
}
.regist .common_back p.red {
	text-indent: -1em;
	margin-left: 1em;
}
.regist #mail_display {
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
.regist #mail_able {
	margin-bottom: 5px;
}

/*
*
* Easy front-end framework
*
* Copyright (c) 2011 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/
#easy_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
#easy_tooltip span {
} /* extra element */
#easy_popup { /* popup overlay */
	background:#000;
}
#easy_popup_wide { /* popup overlay */
	background:#000;
}
#easy_popup_preloader { /* popup preloader */
	padding:10px;
	background:#fff;
	color:#333;
}
#easy_popup_content { /* popup window */
	margin: 0 auto;
	color:#333;
	min-width: 535px;
	min-height: 300px;
	background:#FFF;
	margin-left: -10px;
}
.ie #easy_popup_content {
	width: 543px;
	height: 300px;
}
.popup_fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
	border:solid 1px #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.popup_fixed_2 {
	padding: 4px;
}
.popup_fixed_2 td {
	vertical-align: middle;
	text-align: center;
}
.popup_fixed_2 #easy_popup_inner {
	text-align: center;
}
#easy_popup_content .caption {
	padding-top:10px;
}
#easy_popup_wide_content {
	margin: 0 auto;
	background:#FFF;
	color:#333;
	border:solid 1px #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.ie #easy_popup_wide_content {
	width: 543px !important;
}
#easy_popup_wide_inner {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.popup_fixed #easy_popup_wide_inner,
.popup_fixed #easy_popup_inner {
	max-height: 300px;
}
#easy_popup_wide_close { /* popup close button */
	position:absolute;
	float:left;
	left:0;
	top:-20px;
	color:#fff;
	cursor:pointer;
	font-size: 12px;
}
#easy_popup_close { /* popup close button */
	position: absolute;
	float:left;
	left:0;
	top:-20px;
	color:#fff;
	cursor:pointer;
}
#easy_popup_gallery { /* popup gallery navigation */
	position:absolute;
	float:center;
	left:0;
	bottom:-24px;
	color:#fff;
	cursor:pointer;
}
#easy_popup_prev {
	margin-right: 5px;
}
#easy_popup_next {
}
#easy_popup_counter { /* popup gallery counter */
	position:absolute;
	right:0;
	bottom:-24px;
	color:#fff;
	cursor:pointer;
}
/* Retty popup module */
.fb_like_popup {
	margin: 0 auto;
	color:#333;
	min-width: 535px;
	min-height: 300px;
	background:#FFF;
	margin-left: -270px;
	margin-top: -151px;
	z-index: 101;
	border:solid 1px #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0;
}
.ie .fb_like_popup {
	width: 543px;
	height: 300px;
}
.fb_like_popup_inner {
	max-height: 300px;
}
.fb_plugin_area {
	background: url(/images/common/contents/tab_area_bg.png) repeat-y center top;
	padding: 10px 0 6px;
	margin: 5px 0 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.rt_popup {
    background: black;
    position: fixed;
    z-index: 101;
    padding: 4px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.rt_popup_round {
	background: black;
	position: fixed;
	z-index: 101;
	border:solid 1px #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.rt_popup_inner {
	color: white;
	background: black;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
}
.rt_popup_inner_white {
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
}
.rt_popup_bg {
    z-index: 100;
    position: absolute;
    background: black;
    opacity: 0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    display: none;
}

.rt_popup_qtip {
    background-color: white;
}

/* --- area_pref_selector --- */
.area_pref_selector table {
	width: 100%;
	border-collapse: collapse;
}
.area_pref_selector td {
	padding: 20px;
	width: 230px;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
}
.area_pref_selector td:first-child {
	border-right: solid 1px #ccc;
}
.area_pref_selector ul {
	list-style: none;
}
.area_pref_selector li a {
	background: url(/images/common/contents/arrow_orange.png) no-repeat 2px 2px;
	padding-left: 15px;
}
.area_pref_selector .pref_select_box {
	width: 100px;
	margin-bottom: 5px;
}
.area_pref_selector .area_select_box {
	width: 230px;
	margin-bottom: 5px;
}
.area_pref_selector .pref_selector {
	margin-bottom: 5px;
}
.area_selector_button {
	text-align: center;
	margin-top: 10px;
}
.area_selector_button input {
	width: 100px;
	cursor: pointer;
}

/* --- popup --- */
#popup_popular_reviews {
	margin: 20px;
}
#popup_popular_reviews table {
	width:100%;
	height: 100%;
	border-collapse: collapse;
}
#popup_popular_reviews th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 15px;
}
#popup_popular_reviews td {
	border-bottom: 1px dotted #CCC;
	width: 250px;
}
#popup_popular_reviews tr:last-child td {
	border-bottom: none;
}
#popup_popular_reviews tr:last-child .border_l,
#popup_popular_reviews tr:last-child .border_r {
	padding-bottom: 0;
}
#popup_popular_reviews td.top_td {
	padding-top: 0px;
}
#popup_popular_reviews td.bottom_td {
	border-bottom: none;
}
#popup_popular_reviews .border_l {
	border-right: 1px dotted #CCC;
	padding: 10px 10px 10px 0;
}
#popup_popular_reviews .border_r {
	padding: 10px 0 10px 10px;
}
#popup_popular_reviews .user_icon {
	border: 2px solid #333;
	float: left;
	margin-right: 10px;
}
#popup_popular_reviews .author {
	font-size: 75%;
	color: #666;
}
#popup_popular_reviews .report_img {
	float: right;
	background: #fff;
	padding: 2px;
	border: solid 1px #e9e9e9;
	margin-left: 5px;
}
#popup_popular_reviews .restaurant_name a:link,
#popup_popular_reviews .restaurant_name a:visited {
	color: #FF4E1F;
	font-weight: bold;
	text-decoration: none;
	line-height: 130%;
}
#popup_popular_reviews .restaurant_name a:hover,
#popup_popular_reviews .restaurant_name a:active {
	color: #FF4E1F;
	font-weight: bold;
	text-decoration: underline;
}
/* -- fb invite popup -- */
.popup_select_users.fb_invite .submit {
    display: block;
    width: 300px;
    height: 40px;
    background: url(/images/popup/fb_friendinvite_button_off.png) no-repeat;
    margin: 0 auto;
}
.popup_select_users.fb_invite .submit:hover {
    background: url(/images/popup/fb_friendinvite_button_on.png) no-repeat;
}

/* mention_add_popup */
.popup_select_users.mention_add_popup .title,
.popup_select_users.mention_add_popup .submit {
    font-size: 20px;
    margin: 12px 0 12px 0;
}

/* --- yn_popup --- */
.yn_popup {
	width: 100%;
	vertical-align: middle;
}
.yn_popup td {
	text-align: center;
}
.yn_popup #easy_popup_message {
	padding: 10px 18px;
	width: 499px;
}
.yn_popup td#easy_popup_okay,
.yn_popup td#easy_popup_cancel {
	padding-bottom: 20px;
}
/* --- free_popup --- */
.free_popup {
	width: 100%;
}
/* fb no connect */
#popup_connect_facebook {
	background: url(/images/popup/fb_connect_bg.png) no-repeat center top;
	text-align: center;
	padding: 220px 20px 10px;
}
#popup_connect_facebook_button {
	background: url(/images/popup/fb_connect_link.png) no-repeat 0 0;
	display: inline-block;
	margin-bottom: 5px;
}
#popup_connect_facebook_button:hover {
	background: url(/images/popup/fb_connect_link.png) no-repeat 0 -42px;
}
/* --- push --- */
.free_popup .push_friends_title {
	padding: 20px 0 0 20px;
}
.free_popup .push_friends_list {
	border-collapse: collapse;
	margin: 0 20px;
}
.free_popup .push_friends_list .user_cell {
	width: auto;
}
.free_popup .push_friends_list .user_name {
	width: 85px;
	padding-right: 5px;
	line-height: 110%;
	word-break: break-all;
	word-wrap: break-word;
}
.free_popup .push_friends_list td:first-child .user_action {
	padding-right: 5px;
}
#facebook_friends a {
    display: inline-block;
    width: 305px;
    height: 40px;
    background: url(/images/push/button_fb_off.png) no-repeat 0 0;
}
#facebook_friends a:hover {
    width: 305px;
    height: 40px;
    background: url(/images/push/button_fb_on.png) no-repeat 0 0;
}
#twitter_friends a {
    display: inline-block;
    width: 305px;
    height: 40px;
    background: url(/images/push/button_tw_off.png) no-repeat 0 0;
}
#twitter_friends a:hover {
    width: 305px;
    height: 40px;
    background: url(/images/push/button_tw_on.png) no-repeat 0 0;
}

/* --- notlogin --- */
.notlogin_popup_users {
	position: absolute;
	top: 47px;
	right: -20px;
	z-index: 2;
	background: url(/images/notlogin/popup_users.png) no-repeat 0 0;
	padding: 67px 16px 17px;
}
.ie .notlogin_popup_users {
	top: 47px;
	right: 5px;
}
.notlogin_popup_users ul {
	list-style: none;
	width: 230px;
}
.notlogin_popup_users li {
	display: inline;
}
.notlogin_popup_users li img {
	border: solid 1px #ccc;
	margin: 2px;
	background: #fff;
}
.notlogin_popup {
	padding: 225px 20px 0;
	background: url(/images/notlogin/popup_bg.png) no-repeat 0 0;
	position: relative;
	width: 490px;
}
.ie .notlogin_popup {
	width: 535px;
}
.notlogin_popup #easy_popup_cancel {
	position: absolute;
	top: 26px;
	right: 20px;
}
.notlogin_popup #easy_popup_cancel {
	top: 23px;
	right: 15px;
}
.notlogin_popup .popup_fb_login {
	text-align: center;
	margin-right: 10px;
}
.notlogin_popup .popup_tw_login {
	line-height: 120%;
	float: right;
	width: 110px;
	margin-top: 13px;
}
/* popup_image_control */
#popup_image_control span {
	padding: 10px;
	display: inline-block;
}
#popup_image_control a {
	cursor: pointer;
}
/* etc */
.facebook_login_icon {
	border-style: solid;
	border-color: orange;
}
.feedback {
	border:3px solid #ddd;
	border-right:0;
	background: red;
	/*padding: 10px;*/
	position: fixed;
	top: 20%;
	right: 0px;
	width: 28px;
	height: 82px;
	z-index: 20;
}
/* --- list_popup --- */
.list_popup {
	width: 100%;
}
.list_popup #easy_popup_discription {
	padding: 20px 0 0 20px;
}
.list_popup #easy_popup_cancel {
	padding: 20px 20px 0 0;
}
.list_popup td {
	width: 535px;
}
.list_popup #easy_popup_list {
	padding: 10px 18px 18px;
}
.list_popup #easy_popup_list img {
	border: solid 3px #EAE4D8;
	margin: 2px;
}
/* --- popup button --- */
.buttonA {
	width:140px;
	height:30px;
}
.buttonB {
	font-size:10px;
	width:80px;
}
.buttonC {
	font-size:12px;
	width:100px;
}
.buttonD {
	font-size:20px;
	width: 280px;
	height: 50px;
}
.buttonE {
	font-size:20px;
	width:50px;
	height: 40px;
}
.buttonF {
	font-size:22px;
	width:300px;
	height:50px;
}
.buttonG {
	font-size:18px;
	width:220px;
	height:30px;
}
.buttonH {
	font-size:12px;
	width:50px;
}
.report_input_area_title {
	font-weight: bold;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

/*
 * jQuery File Upload Plugin CSS 4.2
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */

.upload_img {
/*max-height:70px;
	max-width:70px;*/
}
form.file_upload {
	background: url(/images/contents/report_photo_off.png) no-repeat;
	overflow: hidden;
	width: 100px;
	height: 105px;
}
form.file_upload_highlight, form.file_upload:hover {
	background: url(/images/contents/report_photo_on.png) no-repeat;
}
#file_upload {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
}
form.file_upload_small {
}
form.file_upload_large {
}
.file_upload_preview_space {
}
form.file_upload input {
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	filter: alpha(opacity=0);
	cursor: pointer;
	width: 100px;
	height: 105px;
}
form.file_upload button, .no-js .file_upload_label, .no-js .file_upload_overall_progress, .no-js .file_upload_buttons {
	display: none;
}
.file_upload .file_upload_label, .file_upload .file_upload_overall_progress, .file_upload .file_upload_buttons {
	display: block;
}
.progressbar,
.file_upload_progress .ui-progressbar-value,
.file_upload_overall_progress .ui-progressbar-value,
.progressbar div {
	background: url(/images/loading_middle.gif) no-repeat center center;
	height: 40px;
	border: none;
}
.file_upload_progress .ui-progressbar-value, .file_upload_overall_progress .ui-progressbar-value, .progressbar div {
	background: url(../uploader/pbar-ani.gif);
	margin: 0px;
}
.files_display .ui-widget-content {
	border: none;
}
.files_display .ui-progressbar {
	height: 40px;
}
.file_upload .file_name {
	padding: 0 10px;
	font-size: 1.1em;
}
.file_upload .file_size {
	padding: 0 10px 0 0;
	text-align: right;
	white-space: nowrap;
	font-size: 1.1em;
}
.file_upload_error .ui-progressbar, .file_upload_error .progressbar, .file_upload_error .file_upload_start button {
	display: none;
}
.file_upload_error .error {
	color: #CD0A0A;
	line-height: 120%;
	padding-top: 5px;
}
.files {
	display: none;
}
.file_upload_preview, .file_download_preview {
	/*max-height:100px;
	max-width:100px;*/
	text-align: center;
}
.file_download_cancel {
	text-align: center;
	color: #ccc;
	cursor:pointer;
	clear: both;
	line-height: 120%;
	padding-top: 5px;
}
/* --- templates/userlist --- */
.userlist_follow_button {
	background: url(/images/contents/following_button.png) no-repeat 0 0;
	display: block;
	background-size: 100% 200%;
	height: 25px;
}
.userlist_follow_button:hover {
	background: url(/images/contents/following_button.png) no-repeat 0 -25px;
}

.userlist_unfollow_button {
	background: url(/images/contents/unfollowing_button.png) no-repeat 0 0;
	display: block;
	background-size: 100% 200%;
	height: 25px;
}
.userlist_unfollow_button:hover {
	background: url(/images/contents/unfollowing_button.png) no-repeat 0 -25px;
}
.user_temp_name_link {
	font-size:8pt;
}
.reports_pager {
	text-align: center;
}
.new_user_cell {
	float: left;
	width: 105px;
	height: 100px;
	text-align: center;
}
.new_user_photo img {
	border: solid 3px #EAE4D8;
	margin-bottom: 3px;
        width: 50px;
        height: 50px;
}
.new_profile_area {
	line-height: 120%;
}
/* --- tooltip user follow --- */
body .ui-tooltip-tip canvas {
	display: none;
}
body .ui-tooltip {
	background: #fff;
	padding: 10px;
	border: solid 1px #ccc;
	font-weight: normal;
	z-index: 2;
	-moz-box-shadow: 0 1px 6px #999;
	-webkit-box-shadow: 0 1px 6px #999;
	box-shadow: 0 1px 6px #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-width: 280px;
}
body .ui-tooltip-content {
	padding: 0;
}
.ui-tooltip .user_photo img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.ui-tooltip .profile_area strong {
	font-size: 140%;
	line-height: 180%;
}
.ui-tooltip .common_itta_ikitai {
	margin-bottom: 3px;
}
.ui-tooltip .common_itta_ikitai a {
	color: #563e30;
	background: #eae4d8;
	padding: 2px 4px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	min-width: 100px;
	margin: 0 3px 10px 0;
}

.ui-tooltip .common_itta,
.ui-tooltip .common_ikitai {
	color: #563e30;
	background: #eae4d8;
	padding: 4px 4px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
}

.ui-tooltip .common_itta_ikitai a:last-child {
	margin-right: 0;
}
.ui-tooltip .favorite_area_genre {
	margin: 0 0 5px;
}
.ui-tooltip .following_button,
.ui-tooltip .unfollowing_button {
	display: inline-block;
	margin-top: 5px;
}
/* --- tooltip push users --- */
.ui-tooltip .been_restaurants li {
	line-height: 120%;
	border-bottom: dotted 1px #ccc;
	padding: 6px 0 5px;
}
.ui-tooltip .been_restaurants li a {
	padding-left: 13px;
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 1px;
}
.ui-tooltip .been_restaurants li span {
	color: #666;
	padding-top: 3px;
	display: inline-block;
}
.ui-tooltip .been_restaurants li:first-child {
	padding-top: 2px;
}
.ui-tooltip .been_restaurants li:last-child {
	border: none;
	padding-bottom: 0;
}
.ui-tooltip .wannago_restaurants_area {
	clear: both;
	border-bottom: dotted 1px #ccc;
	min-height: 51px;
	margin-bottom: 5px;
}
.ui-tooltip .wannago_restaurants_area:last-child {
	border: none;
	margin-bottom: 0;
	min-height: 46px;
}
.ui-tooltip .wannago_restaurants_area .user_photo img {
	width: 40px;
	margin-right: 7px;
}
.ui-tooltip .wannago_restaurants_area:last-child .user_photo img {
	margin-bottom: 0;
}
.ui-tooltip .wannago_restaurants_area .restaurant_name_comment {
	padding-top: 5px;
}
.ui-tooltip .wannago_restaurants_area .restaurant_name_comment a {
	padding-left: 13px;
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 2px;
}
.ui-tooltip .wannago_restaurants_area .restaurant_name_comment span {
	color: #666;
}

/* tutorial, guidance */
.tutorial_popup {
    position: absolute;
    cursor: pointer;
    z-index: 101;
}
.tutorial_bg {
    z-index: 100;
    position: absolute;
    background: black;
    opacity: 0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    display: none;
}

/* user select dialog */
.popup_select_users_list {
    width: 100%;
    overflow-y: scroll;
    height: 290px;
    margin: 0 auto;
}

.popup_select_users_list span.user {
    width: 250px;
    display: inline-block;
    margin:10px 0;
}

/* mention */
.mention {
    background: #eeeeff;
}

/* new type from11/1 login area css*/
.wrapper_login_area {
	background-image: url(/images/notlogin/bg_fb_login_area.png);
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 160px;
}
.wrapper_login_area .login_area_contents {
	height: 80px;
	margin: 0 auto;
	width: 925px;
	padding-top: 5px;
	text-align: left;
}
.login_area_copy {
	float: left;
	margin-top: 12px;
        margin-left: 45px;
}
.login_area_btn {
	float: right;
        margin-top: 4px;
        margin-right: 75px;
}
.login_area_btn a img:hover {
        filter: alpha(style=0;opacity=55);-moz-opacity: 0.55;opacity: 0.55;
}

/* popup */
.popup_select_wrapper {
   border: 1px solid #CCC;
   -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 90%;
   margin: 0 auto 20px;
   }
.popup_select_users_list span.user dl dt{
   float: left;
}
.popup_select_users_list span.user dl dt.fb_friend_checkbox{
   margin-top:30px;
   margin-right:20px;
}
.popup_select_users_list span.user dl dt.fb_friend_name{
   margin-top: 28px;
   word-wrap: break-word;
width: 152px;
text-align: left;
}
.popup_select_users_list span.user input{
   padding-right:20px;
}
.popup_select_users_list span.user img{
   padding-right:10px;
}
.popup_select_users_list span.user label{
   font-size: 16px;
   margin:
}
.popup_select_users .submit {
    cursor: pointer;
}

.control_unselect_all{
   display: block;
   border-bottom: 1px solid #CCC;
   text-align: left;
   padding-left: 15px;
   padding: 8px 0 8px 15px;
   font-size:13px;
}
.control_unselect_all input{
   margin-right:5px;
   }
a.fb_invite_close_button{
   display: block;
   margin-top: 15px;
}
/* --- restaurant_search --- */
.restaurant_search .common_top {
	padding-bottom: 10px
}
.restaurant_search h2 {
	padding-bottom: 10px;
}
.restaurant_search .search_word_area,
.restaurant_search .area_select_area,
.restaurant_search .area_select_area span,
.restaurant_search .category_area ,
.restaurant_search .drink_area ,
.restaurant_search .scene_area {
	display: inline-block;
}
.restaurant_search .search_word {
	border: solid 1px #ccc;
	width: 120px;
	height: 25px;
	padding: 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	position: relative;
	top: -1px;
}
.restaurant_search .area_selector_holder {
	display: block;
	margin-top: 5px;
}
.ie .restaurant_search .area_selector_holder {
	margin-top: 6px;
}
.ie .restaurant_search .area_selector_holder a {
	padding: 8px 20px 5px 7px;
}
.restaurant_search .area_selector_holder a:hover,
.restaurant_search .restaurant_edit_button:hover {
	background: #e4e4e4 url(/images/common/contents/area_selector_ico.png) no-repeat right 5px;
	text-decoration: none;
}
.restaurant_search .area_selector_holder a,
.restaurant_search .restaurant_edit_button {
	color: #352a26;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 25px 3px 7px;
	border: 1px solid #CCC;
	background: #fff url(/images/common/contents/area_selector_ico.png) no-repeat right 5px;
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: -1px;
}
.restaurant_search .search_word_area {
	margin-right: 70px;
}
.restaurant_search .search_send {
	right: 20px;
	bottom: 15px;
}
.restaurant_search #section_loading img {
	margin: 0 3px -11px 0;
}
.restaurant_search #more_load {
	background: url(/images/contents/rsr_result_more.png) no-repeat 0 0;
	display: block;
}
.restaurant_search #more_load:hover {
	background: url(/images/contents/rsr_result_more.png) no-repeat 0 -30px;
}
.restaurant_search .shop_area {
	background: url(/images/contents/mytl_ico_station.png) no-repeat 0 0;
	padding-left: 12px;
	padding-right: 10px;
}
.restaurant_search .shop_category {
	background: url(/images/contents/mytl_ico_genre.png) no-repeat 0 0;
	padding: 0 10px;
}
.restaurant_search .shop_budget {
	background: url(/images/contents/mytl_ico_budget.png) no-repeat 0 0;
	padding: 0 10px;
}

/* ranking weekly */

.ranking .section_post_message{
    width:100%;
    text-align: center;
}
.ranking textarea{
    margin:5px auto;
    padding:1px 3px;
    font-size:100%;
    width:95%;
}
.ranking #userlist_invite_button,
.ranking #invite_facebook_friends_done{
    text-align: center;
    width:100%;
}

.ranking .section{
    margin:10px;
    text-align:center;
}
.ranking .section_title{
    text-align:center;
    margin:0 0 5px;
    font-size:90%;
    font-weight:bold;
    color:#352A26;
    line-height: 100%;
}

.ranking #section_congraturation{
    font-size:90%;
    font-weight: bold;
}
.ranking #orange_rank{
    font-size:120%;
    color:orange;
}

.ranking .section_text{
    font-size:80%;
    margin:0px;
    line-height: 115%;
}
.ranking #section_additional_info{
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.ranking #section_additional_info li{
    font-size: 80%;
    color:#352A26;
}
.ranking #friend_invite{
    text-align:center;
    margin:10px 0 20px;
    position: relative;
}
.ranking #section_ranking{
}
.ranking .ranking_cell{
    vertical-align: middle;
    border-bottom:#CCC 1px solid;
    width:100%;
    margin-bottom: 5px;
}
.ranking .ranking_cell td{
    vertical-align: middle;
    padding:5px;
}
.ranking .report_ranking{
    text-align: center;
    width:60px;
}
.ranking #report_ranking_1{
   background: url(/images/ipa_page_rankin/crown_1.png) no-repeat 27px 3px;
   background-size: 15px 12px;
}
.ranking #report_ranking_2{
   background: url(/images/ipa_page_rankin/crown_2.png) no-repeat 27px 3px;
   background-size: 15px 12px;
}
.ranking #report_ranking_3{
   background: url(/images/ipa_page_rankin/crown_3.png) no-repeat 27px 3px;
   background-size: 15px 12px;
}
.ranking .ranking_rank_num{
    font-size:120%;
    font-weight:bold;
    color:#333;
}
.ranking .report_icon{
    width:40px;
}
.ranking .report_title_shopname{
	font-size:120%;
	font-weight:bold;
	line-height:110%;
}
.ranking .report_prof{
    font-size:100%;
    color:#777;
}
.ranking .report_image{
    height:300px;
}
.ranking .report_icon{
}

/* blog user name */
.user_name a {
	font-size: 11px;
	color: #666666;
}
.user_name a:link {
	color: #666666;
	text-decoration: none;
}
.user_name  a:visited {
	color: #666666;
	text-decoration: none;
}
.user_name  a:hover {
	color: #FF4E1F;
	text-decoration: underline;
}
.user_name  a:active {
	color: #FF4E1F;
	text-decoration: underline;
}

.ranking #ranking_description {
    padding:15px;
    background: #FAFAFA;
}
.ranking #ranking_description .ranking_description_title{
    font-size:110%;
    font-weight:bold;
}
.ranking #ranking_description ul {
	padding-left: 15px;
    padding-bottom: 10px;
	font-size: 100%;
}

#blog_agree_block{
    margin:10px 0;
    background: #FFF;
    padding:10px;
}
#blog_agree_title{
    font-weight: bold;
    font-size:110%;
    margin-bottom:10px;
}
#blog_agree_text{
    margin-bottom:10px;
}

/* 20151222追加 23279_検索結果ページの有料店舗カセット */
.pr-restaurant {
    position: relative;
    min-height: 120px;
    border: 1px solid #e4e0cf;
    line-height: 1.2;
    padding: 15px;
    background-color: #fafaf4;
}
.pr-restaurant .restaurant_photo {
    float: left;
    padding: 0;
}
.pr-restaurant .restaurant_photo img {
    border: solid 1px #ccc;
    padding: 2px;
    background: #fff;
}
.pr-restaurant .restaurant_info {
    float: left;
    width: 440px;
    margin-left: 15px;
}
.pr-restaurant .restaurant_name {
    font-weight: normal;
    font-size: 14px;
}
.pr-restaurant .restaurant_name a,
.pr-restaurant .restaurant_name a:link,
.pr-restaurant .restaurant_name a:visited {
    color: #ff4e1f
}
.pr-restaurant .restaurant_info .meta {
    color: #666;
    margin-bottom: 5px;
    font-size: 90%;
}
.pr-restaurant .restaurant_info .meta span {
    background: url(images/contents/mytl_ico_station.png) no-repeat 0 0;
    padding-left: 12px;
}
.pr-restaurant .restaurant_icon-list {
    margin-bottom: 10px;
    color: #fff;
}
.pr-restaurant .restaurant_icon-list>li.restaurant_icon-news {
    display: inline-block;
    min-width: 78px;
    margin-right: 2px;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 11px;
    text-align: center;
    background-color: #d1a836;
}

.pr-restaurant .restaurant_icon-list>li.restaurant_icon-reservation {
    display: inline-block;
    min-width: 78px;
    margin-right: 2px;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 11px;
    text-align: center;
    background-color: #6aab2a
}

.pr-restaurant .user_review {
    position: relative;
}
.pr-restaurant .user_photo {
    float: left;
    width: 40px;
    margin-right: 15px;
}
.pr-restaurant .user_photo img {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100px;
}
.pr-restaurant .user_comment {
    float: left;
    width: 380px;
    word-wrap: break-word;
}
.pr-restaurant .user_eval {
    position: absolute;
    top: 20px;
	left: 25px;
	display: none;
}
.clearfix { zoom: 1 }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.report-detail-comment__inline-tag {
	margin: 0 3px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 1em;
	color: #545454;
	font-weight: bold;
}

.report-detail-comment__inline-tag:before {
	content: '#';
	color: #545454;
	font-size: 1.077em;
}
