/* tokyo calendar */
.tc_camp #mytl_report {
	width: 100%;
	background: url(../TC/images/tab_bg.png) no-repeat 0 0;
}
.ie .tc_camp #mytl_report {
	width: 675px;
}
.tc_camp #mytl_report a {
	width: 275px;
	padding-right: 63px;
}
.ie .tc_camp #mytl_report a {
	width: 338px;
}
.tc_camp #area_filter_area,
.tc_camp #tag_filter_area {
	padding-right: 0;
}
/* camp2_area.php */
.camp2_ikitai_count {
    background-color: orange;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    margin-top: 110px;
    text-align: center;
    width: 50px;
}
/* ranking */
.ranking #buzz_area {
	margin-top: 10px;
}
.my_rank {
	color: #563e30;
	background: #eae4d8;
	padding: 3px 6px 2px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: normal;
	min-width: 100px;
	clear: both;
	float: left;
	margin: 10px 5px 0px 0px;
}
.common_back .ranking_list_top3 {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: separate;
}
.ranking_list_top3 td {
	border: solid 1px #ccc;
	width: 33%;
	padding: 10px;
}
.ranking_list_top3 .rank_user_icon {
	float: left;
	padding-right: 8px;
}
.ranking_list_top3 .rank_user_name {
	float: left;
	text-align: center;
	width: 117px;
	word-wrap: break-word;
	word-break: break-word;
}
.ranking_list_top3 .rank_user_name a {
	font-size: 16px;
}
.ranking_list_top3 .itta_point {
	background: #eae4d8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #473931;
	padding: 2px 5px 1px;
	margin-top: 4px;
	width: 107px;
	font-weight: bold;
	text-align: left;
}
.ranking_list_top3 .itta_point span {
	float: right;
	font-size: 16px;
}
.ie .ranking_list_top3 .itta_point span {
	margin-top: -20px;
}
.ranking_list {
	width: 100%;
}
.ranking_list td {
	font-size: 75%;
	width: 25%;
	padding: 5px 5px 20px;
}
.ranking_list .rank_user_icon {
	float: left;
	padding-right: 5px;
	position: relative;
}
.ranking_list td .rank {
	color: #fff;
	background: #F90;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 2px 7px 0px;
	z-index: 3;
	position: absolute;
	top: -8px;
	left: -8px;
	font-size: 12px;
}
.ie .ranking_list td .rank {
	width: 20px;
	height: 20px;
}
.ranking_list_top3 .rank_user_icon img,
.ranking_list td img {
	border: solid 1px #ccc;
}
.ranking_list .rank_user_name {
	line-height: 110%;
	padding-right: 10px;
	height: 62px;
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-word;
}
.ranking_list .itta_point {
	background: #f0f0f0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	padding: 3px 5px;
	display: inline-block;
	margin-top: 4px;
	font-size: 10px;
}
.area_rank {
	width: 100%;
}
.area_rank tr:first-child th {
	padding-top: 4px;
	background: url(/images/ranking/area_pin.png) no-repeat -1px 0px;
}
.area_rank th {
	background: url(/images/ranking/area_pin.png) no-repeat -1px 12px;
	padding: 14px 0 0 15px;
	font-size: 14px;
}
.area_rank a {
	background: url(/images/ranking/area_arrow.png) no-repeat -1px 2px;
	padding-left: 15px;
}
.area_rank .border {
	border-bottom: solid 1px #dedbca;
}
.area_rank .border:last-child {
	border-bottom: none;
}
.area_rank .border:last-child td {
	padding-bottom: 20px;
}
.area_rank .showmore {
	text-align: right;
	padding: 5px 0 10px;
}
.area_rank .showmore a {
	padding: 0px;
	background: none;
}
.area_rank .moreareas {
	display: none;
}

/* 120224 moriai */
.tag_area_list {
	font-weight: normal;
	font-size: 14px;
}
.tag_area_list ul {
	padding: 10px 10px 15px;
	margin: 0;
}
.tag_area_list li {
	display: inline;
	padding-right: 15px;
}
/* --- camp6 layout 120312 --- */
.camp6 .mytl_profile_area {
	position: relative;
}
.camp6 #head_message {
	color: #472f25;
	font-size: 32px;
}
.camp6 .title_edit_area {
	margin: 10px 0 15px;

}
.camp6 #matome_title_edit {
	background: url(/camp6_images/title_edit_button_off.png) no-repeat 0 0;
	display: block;
	width: 50px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.ie .camp6 #matome_title_edit {
	top: 0;
	right: 20px;
}
.camp6 #matome_title_edit:hover {
	background: url(/camp6_images/title_edit_button_on.png) no-repeat 0 0;
}
.camp6 #matome_title_input {
	width: 500px;
	outline: none;
	border: solid 1px #ccc;
	padding: 3px;
	margin-bottom: 5px;
}
.camp6 #matome_title_done,
.camp6 #matome_title_quit {
	display: inline;
	padding-left: 10px;
}
.camp6 .mytl_image {
	width: 85px;
	line-height: 100%;
	margin-bottom: 0;
}
.camp6 .mytl_image img {
	margin-bottom: 5px;
}
.camp6 .count_map_link_area {
	float: right;
	width: 125px;
	text-align: center;
	padding-bottom: 10px;
}
.camp6 .ikitai_total_count {
	background: url(/camp6_images/ikitia_total_count_bg.png) no-repeat 0 0 ;
	padding: 24px 0 3px;
	font-size: 24px;
	color: #472f25;
}
.camp6 .mytl_si {
	float: none;
	width: 500px;
	padding-bottom: 5px;
	clear: none;
}
.ie .camp6 .mytl_si {
	width: 400px;
}
.camp6 #buzz_area {
	margin-top: 0;
	width: 500px;
	float: right;
        clear:both;
}
/* tl */
.camp6 .my_itta_shop_area {
	padding: 10px 0px 5px;
	border-bottom: solid 1px #DED5C6;
	margin: 0 10px 10px;
	position: relative;
}
.camp6 .my_itta_shop_name {
	border-bottom: none;
}
.camp6 .ikitai_button {
	position: absolute;
	top: 9px;
	right: 0;
}
.camp6 .rs2 {
	margin-right: 0;
}
.ie .camp6 .rs2 {
	margin-right: 10px;
}
.camp6 .tri_rs {
	left: 96px;
	top: 12px;
}
.ie .camp6 .tri_rs {
	left: 98px;
}
.camp6 .my_itta_shop_area .rs_count {
	font-size: 12px;
	background: #fff;
	top: -11px;
	padding: 8px;
}
.ie .camp6 .my_itta_shop_area .rs_count {
	padding-top: 7px;
}
.camp6 .report_score img {
	width: 25px;
	height: 33px;
	margin-top: -16px;
}
.camp6 .report_comment_html {
	text-indent: 28px;
}
.camp6 .my_itta_report_area .report_edit {
	float: right;
	margin: -30px 10px 0;
}
/* map_area */
.camp6 #map_canvas {
	float: left;
	width: 403px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.camp6 #map_report_detail {
	width: 220px;
	float: left;
}
.camp6 #map_restaurant_name {
	font-size: 14px;
	color: #ff4f04;
	padding-bottom: 5px;
}
.camp6 #map_review_comment {
	padding-bottom: 5px;
}
.camp6 #map_review_link,
.camp6 #map_restaurant_link {
	color: #999;
	font-size: 10px;
	padding: 4px 5px 3px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	margin-right: 2px;
	background: #f3f3f3 url(/images/common/contents/report_edit_arrow.png) no-repeat 5px center;
}
.camp6 #map_report_detail .report_edit {
	float: none;
	margin-left: 0;
}
.camp6 #map_review_image {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 214px;
	padding: 2px;
	border: solid 1px #ccc;
	background: #fff;
}
.camp6 ul {
	list-style: none;
	margin-top: -10px;
	margin-left: -2px;
}
.camp6 li a {
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 2px;
	padding-left: 13px;
}
#new_matome_holder ul ,#popular_matome_holder ul{
	list-style: none;
	margin-top: -10px;
	margin-left: -2px;
}
#new_matome_holder li a ,#popular_matome_holder li a{
	background: url(/images/common/contents/arrow_orange.png) no-repeat 0 2px;
	padding-left: 13px;
}

/* --- mytl matome link --- */
.matome_name {
	clear: both;
	text-align: center;
	padding: 10px 0 5px;
}
.matome_name a {
	color: #563e30;
	padding: 7px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	width: 623px;
	display: block;
	border: solid 1px #fff;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	background: -moz-linear-gradient(top, #fff, #f6f6f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f3));
}
.ie .matome_name a {
	border: solid 1px #563e30;
	background: #EAE4D8;
}

/* --- mybest in user profile page --- */
.mybest_link {
	text-align: center;
}
.mybest_link img {
	border-top: 1px solid #e8e3d9;
	border-bottom: 1px solid #e8e3d9;
	line-height:0;
}
.mybest_link a {
	text-decoration: none;
}

/* --- camp7_event_index --- */
.camp7_event_index #buzz_area {
	margin: 1px -5px 10px 5px;
}
.camp7_event_index .common_top {
	padding: 5px;
}
.camp7_event_index .right {
	padding: 20px 0 10px;
}
.camp7_event_index .event_total_count_area {
	background: #F7F7F6 url(/images/event/event_total_count_bg.png) no-repeat center center;
	color: #3c2300;
	font-size: 240%;
	font-weight: bold;
	text-align: right;
	padding: 16px 190px 12px;
	margin: 30px 0 10px;
	border-top: dotted 1px #d1cdc5;
	border-bottom: dotted 1px #d1cdc5;
}
/* event_data */
.camp7_event_index .event_img_area {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}
.camp7_event_index .event_img_area a {
	color: #000;
	text-decoration: none;
}
.camp7_event_index .event_data {
	background: url(/images/event/event_detail_shadow.png) repeat-y 0 0;
	padding: 8px 8px 8px 170px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	position: relative;
	min-height: 70px;
}
.camp7_event_index .event_title {
	background: url(/images/event/event_title_bg.png) repeat-x center bottom;
	padding: 7px 8px 11px;
	font-size: 130%;
	font-weight: bold;
	color: #544e44;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	margin-bottom: -5px;
	position: relative;
	z-index: 2;
}
.camp7_event_index .event_data img {
	position: absolute;
	background: #fff;
	border: solid 4px #fff;
	top: 8px;
	left: 140px;
}
.camp7_event_index .event_restaurant_name {
	display: table-cell;
	height: 56px;
	vertical-align: middle;
	color: #ff7400;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 5px 35px;
	font-size: 130%;
}
.camp7_event_index .event_author,
.camp7_event_index .event_date {
	color: #666;
	padding-bottom: 5px;
	padding-right: 15px;
	display: inline-block;
}
.camp7_event_index .event_date {
	background: url(/images/event/ico_date.png) no-repeat left 5px;
	padding-left: 12px;
}
.camp7_event_index .description_area {
	border-top: dotted 1px #ccc;
	padding-top: 5px;
}
.camp7_event_index .event_cnt {
	position: absolute;
	top: 38px;
	right: -2px;
	padding-top: 1px;
	padding-left: 6px;
	width: 114px;
	height: 19px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.camp7_event_index .event_cnt_bg_orange {
	background: url(/images/event/label_bg.png) no-repeat 0 0;
}
.camp7_event_index .event_cnt_bg_gray {
	background: url(/images/event/label_bg.png) no-repeat 0 -20px;
}
.camp7_event_index .event_cnt_bg_red {
	background: url(/images/event/label_bg.png) no-repeat 0 -40px;
}
.camp7_event_index .event_area_loading {
	text-align: center;
	margin-top: 5px;
	padding-bottom: 10px;
}
.camp7_event_index .event_area_loading div {
	color: #666;
	padding-top: 5px;
}
.camp7_event_index .center a {
	display: block;
	padding-top: 10px;
}
.camp7_event_index .attention{
	font-size:90%;
	padding:5px;
}
.camp7_event_index .attention .attention_title{
	font-weight:bold;
	color:#333;
}
.camp7_event_index .attention .attention_red{
	color:red;
}
/* --- direct_message --- */
.message_create .zend_form {
	border-collapse: collapse;
	width:100%;
}
.message_create .zend_form td {
	padding-bottom: 10px;
}
.message_create #recipients-label {
	width: 30px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.message_create label input {
	display: none;
}
.message_create textarea {
	height: 80px;
	width: 623px;
	max-width: 623px;
	border: solid 1px #ccc;
	padding: 5px;
	text-align: left;
	outline: none;
}
.message_create tr td:first-child {
	text-align: center;
}
.message_create tr td:first-child input {
	width: 105px;
	height: 33px;
}
/* --- direct_message --- イベント以外 */
.thread {
        border-bottom: 1px solid #CCCCCC;
        margin-top: 16px;
        padding: 4px 0 8px;
        height: 64px;

}
.unread {
        background-color: #fffff8;
        border-radius: 4px;
        font-weight: bold;
}
.thread .image_section {
        float: left;
        height: 80px;
        text-align: center;
        width: 80px;
}
.thread .image_section img {
        width: 50px;
        border: 3px solid #EAE4D8;
}
.thread .name_section {
        float: left;
        width: 60%;
        font-size: 120%;
        height: 25px;
}
.thread .date_section {
        float: left;
        width: 20%;
        color: #999999;
        height: 25px;
}
.thread .message_section {
        float: left;
        width: 80%;
}

.create_message .recipients_area {
        float: left;
        width: 80%;
}
.create_message .recipients_area li {
        display: inline-block;
        margin: 0 8px 8px 0;
}
.create_message .recipients_area li span {
        background: url("/images/common/contents/report_edit_delete.png") no-repeat scroll 5px center #F3F3F3;
        border-radius: 4px;
        color: #999999;
        font-size: 12px;
        padding: 4px 8px 4px 19px;

}
.create_message .send_area {
        float: right;
        width: 20%;
        text-align: center;
}
.create_message textarea {
        border: 1px solid #CCCCCC;
        width: 600px;
        max-width: 600px;
        min-width: 600px;
        height: 120px;
        max-height: 120px;
        min-height: 120px;
        padding: 8px;
        margin: 8px 0 16px 0;
}
.image_with_message {
        margin-bottom: 16px;
        text-align: center;
}
.image_with_message img {
        max-width: 300px;
}
/* --- event_user_select --- */
.event_user_select a {
	color: #000;
	text-decoration: none;
	display: block;
}
.event_user_select .user_search_area {
	margin: 0 5px;
}
.event_user_select .event_user_search_result {
	padding-bottom: 10px;
}
.event_user_select .event_user_search_result .no_results {
	text-align: center;
	padding: 10px;
}
.event_user_select .event_user_search_result_row a {
	border-bottom: solid 1px #ccc;
	padding: 10px 0 16px;
	margin: 0 5px;
}
.event_user_select .event_user_select_area .event_user_search_result_row:last-child a {
	border-bottom: none;
}
.event_user_select .event_user_search_result_row img {
	border: solid 1px #ccc;
	margin: 0 5px -10px 0;
}
