@charset "utf-8";

/***** title *****/
#Profile #title { z-index: 1000; }

#Profile #title .memo-open,
#Profile #title .select-open {
	flex-basis: 25px;
	margin-right: 5px;
	box-sizing: border-box;
}

#Profile #title .memo-open span {
	display: block;
	width:  25px;
	height: 25px;
	background-image: url("../../ViComm/man/Image/A001/img/headertitle_sprite.png");
	background-position: 0px -50px;
	background-size: 125px;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: transparent;
}

#Profile #title .select-open span {
	display: block;
	width:  3px;
	height: 3px;
	margin: -3px auto;
	background: #333;
	border: 3px solid #FFF;
	border-radius: 50%;
}

#Profile #title .handle_name {
	vertical-align: middle;
}

#Profile #title #profile_favbtn_area {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

#Profile #title .favbtn {
	display: block;
	width:  25px;
	height: 25px;
	background-image: url("../../ViComm/man/Image/A001/img/headertitle_sprite.png");
	background-size: 125px;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: transparent;
}

#Profile #title .fav_on  { background-position: -50px -75px; }
#Profile #title .fav_off { background-position: -25px -75px; }

#Profile #modal-memonotice-balloon {
	display: none;
}

#Profile #modal-memonotice-balloon > div {
	display: flex;
	padding: 6px 10px 6px 15px;
	background: #00F;
	border-radius: 8px;
	/*box-shadow: 0px 2px 3px #999;*/
	position: absolute;
	right: 5px;
	top:  43px;
	z-index: 10000;
}

#Profile #modal-memonotice-balloon .modal-memonotice-link {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#Profile #modal-memonotice-balloon .modal-memonotice-close {
	display: block;
	width: 22px;
	margin-left: 10px;
}

#Profile #modal-memonotice-balloon > div:before {
	content: "";
	width:  0;
	height: 0;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #00F;
	border-width: 6px;
	position: absolute;
	right:  68px;
	top:   -12px;
}

#Profile #modal-memonotice-balloon input {
	display: none;
}

/***** status *****/
#Profile .prof_img {
	text-align: center;
	position: relative;
}

#Profile .status {
	position: absolute;
	top:   5px;
	left: 10px;
	z-index: 99;
}

#Profile .status > div {
	width: 95px;
	color: #FFF;
	font-size: 0.7em;
	padding: 5px;
	text-align: center;
	border-radius: 35px;
	box-sizing: border-box;
}

#Profile .status > div + div {
	margin-top: 5px;
}

#Profile .status1 {	background: #17C1DD; }
#Profile .status2 {	background: #999; }
#Profile .status3 {	background: #F00; }
#Profile .status4 {	background: #1CBA60; }
#Profile .status5 {	background: #1CBA60; }

#Profile .status > div:before {
	content: "";
	display: inline-block;
	width:  12px;
	height: 12px;
	margin-right: 3px;
	background-color: #FFF;
	background-image: url("../../ViComm/man/Image/A001/img/status_sprite.png");
	background-size: 36px;
	background-repeat: no-repeat;
	border-top:    1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left:   4px solid #FFF;
	border-right:  4px solid #FFF;
	border-radius: 35px;
	vertical-align: -3px;
}

#Profile .status1:before {	background-position: -24px -24px; }	/*login*/
#Profile .status2:before {	background-position: -12px -12px; }	/*offline*/
#Profile .status3:before {	background-position: -24px -12px; }	/*calling*/
#Profile .status4:before {	background-position:   0px -24px; }	/*tv*/
#Profile .status5:before {	background-position: -12px -24px; }	/*voice*/

/***** mark_item *****/
#Profile .mark_item img {
	position: absolute;
	top:    5px;
	right: 10px;
	z-index: 99;
}

#Profile .mark_item img:nth-of-type(1) { top: 5px; }
#Profile .mark_item img:nth-of-type(2) { top: 20px; }
#Profile .mark_item img:nth-of-type(3) { top: 35px; }

#Profile .mark_item img[width="12px"] { right: 15px; }
#Profile .mark_item img[width="15px"] { right: 12px; }
#Profile .mark_item img[src*="tv_ok"] { width: 20px; }
#Profile .mark_item img + img[src*="tv_ok"] { margin-top: 2px; }

/***** contact *****/
#Profile .contact {
	display: table;
	width: 100%;
	margin: 20px 0;
	padding: 0 5px;
	box-sizing: border-box;
}

#Profile .contact > div {
	display: table-cell;
	width: 33%;
	padding: 0 5px;
	box-sizing: border-box;
}

#Profile .contact a {
	display: block;
	padding: 10px 5px;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	background: #FF3E39;
	border-radius: 4px;
}

#Profile .contact .contact_mail  a { background: #F60; }
#Profile .contact .contact_tv    a { background: #55C815; }
#Profile .contact .contact_voice a { background: #55C815; }

#Profile .contact span {
	display: block;
	padding: 10px 5px;
	color: #BBB;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	background: #EAEAEA;
	border-radius: 4px;
}

#Profile .contact > div a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("../../ViComm/man/Image/A001/img/profile_sprite.png?var=180123");
	background-size: 144px;
	background-repeat: no-repeat;
	vertical-align: -4px;
	margin-right: 5px;
}

#Profile .contact > .contact_mail  a:before { background-position:   0px 0px; }
#Profile .contact > .contact_tv    a:before { background-position: -18px 0px; }
#Profile .contact > .contact_voice a:before { background-position: -54px 0px; }

#Profile .contact > div span:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("../../ViComm/man/Image/A001/img/profile_sprite.png?var=180123");
	background-size: 144px;
	background-repeat: no-repeat;
	vertical-align: -4px;
	margin-right: 5px;
}

#Profile .contact > .contact_tv    span:before { background-position: -36px 0px; }
#Profile .contact > .contact_voice span:before { background-position: -72px 0px; }

/***** cmt_box *****/
#Profile .bar {
	height: 45px;
	padding: 20px 10px 5px;
	font-size: 0.9em;
	background: #EAEAEA;
	box-sizing: border-box;
}

#Profile .cmt_box {
	padding: 10px;
}

#Profile .js_accoCont.closed {
  height: 90px;
}

#Profile .js_accoBtn a {
	display: block;
	color: #999;
	font-size: 0.9em;
	text-align: right;
	text-decoration: none;
}

#Profile .js_accoBtn.open {
	display: none;
}

#Profile .js_accoCont {
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

/***** profmenu_box *****/
#Profile .profmenu_box {
	display: table;
	width: 100%;
	margin: 20px 0;
	padding: 0 5px;
	box-sizing: border-box;
}

#Profile .profmenu_box > div {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}

#Profile .profmenu_box > div a {
	display: block;
	height: 50px;
	color: #FF3E39;
	font-size: 0.7em;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

#Profile .profmenu_box > div p {
	display: block;
	height: 50px;
	color: #999;
	font-size: 0.7em;
	text-align: center;
	line-height: 21px;
	box-sizing: border-box;
}

#Profile .profmenu_box > div span {
	display: block;
	margin: 0 auto 3px;
	width: 25px;
	height: 25px;
	background-image: url("../../ViComm/man/Image/A001/img/profile_sprite.png?var=180123");
	background-size: 200px;
	background-repeat: no-repeat;
}

#Profile .profmenu_box > div a .bbs   { background-position:  -50px -100px; }
#Profile .profmenu_box > div p .bbs   { background-position:  -75px -100px; }
#Profile .profmenu_box > div a .blog  { background-position: -100px -100px; }
#Profile .profmenu_box > div p .blog  { background-position: -125px -100px; }

#Profile .profmenu_box > div a .tweet { background-position:   0px  -100px; }
#Profile .profmenu_box > div p .tweet { background-position: -25px  -100px; }
#Profile .profmenu_box > div a .tori  { background-position:   0px  -125px; }
#Profile .profmenu_box > div p .tori  { background-position: -25px  -125px; }
#Profile .profmenu_box > div a .movie { background-position: -50px  -125px; }
#Profile .profmenu_box > div p .movie { background-position: -75px  -125px; }
#Profile .profmenu_box > div a .p_pic { background-position: -100px -125px; }
#Profile .profmenu_box > div p .p_pic { background-position: -125px -125px; }
#Profile .profmenu_box > div a .p_mov { background-position: -150px -125px; }
#Profile .profmenu_box > div p .p_mov { background-position: -175px -125px; }
#Profile .profmenu_box > div a .furima{ background-position:    0px -150px; }
#Profile .profmenu_box > div p .furima{ background-position:  -25px -150px; }

/***** profmenu_box_event *****/
#Profile .profmenu_box > div a .mizugi    { background-position:  0px  -175px; }
#Profile .profmenu_box > div p .mizugi    { background-position: -25px -175px; }

#Profile .profmenu_box > div a .halloween { background-position: -50px -175px; }
#Profile .profmenu_box > div p .halloween { background-position: -75px -175px; }

#Profile .profmenu_box > div a .xmas      { background-position: -100px -175px; }
#Profile .profmenu_box > div p .xmas      { background-position: -125px -175px; }

#Profile .profmenu_box_event {
	width: 90%;
	margin: 20px auto;
}

/***** profdata *****/
#Profile .profdata {
	margin: 5px 10px;
}

#Profile .profdata dl {
	display: table;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

#Profile .profdata dl:not(:last-child) {
	border-bottom: 1px solid #CCC;
}

#Profile .profdata dt {
	display: table-cell;
	width: 45%;
	padding: 10px 5px;
	color: #00F;
	font-size: 0.9em;
	font-weight: bold;
	box-sizing: border-box;
}

#Profile .profdata dd {
	display: table-cell;
	width: 55%;
	padding: 10px 5px;
	box-sizing: border-box;
}

/***** waiting *****/
#Profile .waiting_box {
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 4px;
	position: relative;
}

#Profile .waiting_box::before,
#Profile .waiting_box:after {
	content: "";
	width: 0;
	height: 0;
	border: solid transparent;
	position: absolute;
	left: 50%;
}

#Profile .waiting_box:after {
	border-bottom-color: #FFF;
	border-width: 14px 9px;
	top: -28px;
	margin-left: -4px;
}

#Profile .waiting_box:before {
	border-bottom-color: #666;
	border-width: 15px 10px;
	top: -30px;
	margin-left: -5px;
}

/***** album *****/
#Profile .albumbox {
	position: relative;
}

#Profile .albumbox #slider-nav {
	margin: 10px auto 0;
	text-align: center;
	position: relative;
}

#Profile .albumbox #slider-nav .slick-current {
  border: 2px solid #FF1B8D;
}

#Profile .albumbox .flipsnap {
	display: -webkit-box;
	display: -moz-box;
}

#Profile .albumbox .maxPoint {
	width: 100%;
	padding-top: 10px;
}

#Profile .albumbox .viewport {
	display: inline-block;
	margin: 0 auto;
     -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  overflow: hidden;
	vertical-align: middle;
}

#Profile .albumbox .flipsnap .item {
	display: none;
	width: 54px;
	padding: 0 2px;
	box-sizing: border-box;
}

#Profile .albumbox .flipsnap img {
	width: 100%;
	border-radius: 50%;
	box-sizing: border-box;
}

#Profile .slick-arrow {
	display: inline-block;
	width:  12px;
	height: 12px;
	border-top:   2px solid #CCC;
	border-right: 2px solid #CCC;
	vertical-align: middle;
}

#Profile .slick-prev {
	        transform: rotate(225deg);
	   -moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

#Profile .slick-next {
	        transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#Profile .slick-enabled {
	border-top:   2px solid #999;
	border-right: 2px solid #999;
}

#Profile .albumbox .flipsnap .albummore {
	padding: 0 2px;
	box-sizing: border-box;
}

#Profile .albumbox .albummore a {
	display: block;
	width:  50px;
	height: 50px;
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	line-height: 34px;
	border: 1px solid #999;
	border-radius: 50px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#Profile .albumbox .flipsnap .albummore span {
	display: block;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
}

#Profile .albumbox .albummore img {
	position: absolute;
	left: 0;
	top:  0;
	z-index: -1;
}

#Profile .albumbox .slider_navbtn {
	display: none;
}

/***** prev_next *****/
.prev_next_btn > div {
	background-color: rgb(0, 0, 0, 0.2);
	position: absolute;
	top: 50vw;
	z-index: 1000;
}

.prev_next_btn .prev_btn {
	border-radius: 0 40px 40px 0;
	display: none;
	left: 0;
}

.prev_next_btn .next_btn {
	border-radius: 40px 0 0 40px;
	display: none;
	right: 0;
}

.prev_next_btn a {
	display: block;
	width:  30px;
	height: 60px;
	padding: 22px 0;
	color: #333;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	box-sizing: border-box;
}

.prev_next_btn .prev_btn a {
	padding: 22px 10px 22px 5px;
}

.prev_next_btn .next_btn a {
	padding: 22px 5px 22px 10px;
}

.prev_next_btn span {
	display: none;
	width:  15px;
	height: 15px;
	margin: 0px auto;
	background-size: 45px;
	background-repeat: no-repeat;
	background-image: url("../../ViComm/man/Image/A001/img/arrow_sprite.png");
}

.prev_next_btn .prev_btn .prev_btn_link span { background-position:   0px -30px; }
.prev_next_btn .next_btn .next_btn_link span { background-position: -15px -30px; }

/***** pic_comment *****/
#Profile #slider:has([src*="photo_cast"]) + #pic_comment {
    display: none !important;
}

#Profile #pic_comment {
	width: calc(100% - 20px);
	margin: 0 10px;
	padding: 5px 10px;
	background-color: rgb(0, 0, 0, 0.2);
	border-radius: 8px;
	box-sizing: border-box;
	position: absolute;
	bottom: 70px;
}

#Profile #pic_comment.pic_comment01 {
	bottom: 10px;
}

#Profile #pic_comment .pic_cmt_ttl {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: bold;
	overflow: hidden;
}

#Profile #pic_comment .pic_cmt_doc {
	color: #FFF;
	font-size: 0.8rem;
	overflow: hidden;
}

/***** modal *****/
#Profile .doc_main {
	width: 100%;
}

#Profile .modal-close:after {
	content: "";
	display: block;
	width:  26px;
	height: 26px;
	background-color: #999;
	background-image: url("../../ViComm/man/Image/A001/img/close_w.png");
	background-position: 0px;
	background-size: contain;
	border-radius: 1em;
	border: 2px solid #DDD;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	        box-shadow: 0 1px 3px rgba(0,0,0,.15);
	position: absolute;
	top:   -16px;
	right: -13px;
	z-index: 10000;
}

#Profile .modal-popup-content {
	display: none;
	width: 85%;
	margin: 0;
	padding: 20px 0;
	background: #FFF;
	box-sizing: border-box;
	position: fixed;
	z-index: 10001;
}

#Profile .modal-popup-content .popup_txt {
	padding: 0 10px;
	overflow: scroll;
}

#Profile .modal-popup-content .popup-close {
	display: block;
	margin: 10px 10px 0;
	color: #333;
	font-size: 0.9rem;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
}

#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10000;
}

/***** modal-memo *****/
#Profile .modal-memo {
	display: none ;
	width: 90%;
	padding: 10px;
	color: #333;
	background: #FFF ;
	border: 2px solid #CCC;
	border-radius: 5px;
	position: fixed;
	box-sizing: border-box;
	z-index: 10001;
}

#Profile .modal-memo > .memo_top:before {
	content: "";
	display: inline-block;
	width:  16px;
	height: 16px;
	margin-right: 3px;
	background-image: url("../../ViComm/man/Image/A001/img/emoji_memo.png");
	background-position: 0px;
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -1px;
}

#Profile .modal-memo textarea {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #999;
}

#Profile .modal-memo .memo_btn a {
  display: block;
  width: 118px;
  margin: 20px auto 5px;
  padding: 8px 0;
  color: #333;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
	background: #EAEAEA;
	background: 	linear-gradient(to bottom, #FEFEFE, #EAEAEA);
	background: 	 -moz-linear-gradient(top, #FEFEFE, #EAEAEA);
	background: -webkit-linear-gradient(top, #FEFEFE, #EAEAEA);
	border: 1px solid #999;
	border-radius: 4px;
}

/***** modal-present *****/
#Profile .modal-prsnt {
	display: none ;
	width: 90%;
	padding: 20px 10px;
	color: #333;
	text-align: center;
	background: #FFF ;
	border: 2px solid #CCC;
	border-radius: 5px;
	position: fixed;
	box-sizing: border-box;
	z-index: 10001;
}

#Profile .modal-prsnt .send-present {
	display: block;
	width: 60vw;
	margin: 20px auto 0;
	padding: 10px 0;
	color: #00F;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #00F;
	border-radius: 35px;
}

#Profile .modal-prsnt .modal-prsnt-title {
	color: #F00;
	font-weight: bold;
}

#Profile .modal-prsnt .modal-prsnt-title:before {
	content: "";
	display: inline-block;
	width:  18px;
	height: 18px;
	margin-right: 3px;
	background-image: url("../../ViComm/man/Image/A001/img/emoji_present_red.png");
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: -2px;
}

#Profile .modal-prsnt .modal-prsnt-text {
	margin-top: 5px;
	color: #F00;
	font-size: 0.9em;
	font-weight: bold;
}

#Profile .modal-prsnt .modal-prsnt-img {
	display: flex;
	flex-flow: column nowrap;
}

#Profile .modal-prsnt .modal-prsnt-img label {
	display: flex;
	margin-bottom: 10px;
	font-size: 0.9rem;
	border: 1px solid #999;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
	position: relative;
}

#Profile .modal-prsnt .modal-prsnt-img label span {
	display: block;
	line-height: 52px;
}

#Profile .modal-prsnt .modal-prsnt-img img {
	width: 50px;
	position: absolute;
	left: 2px;
}

#Profile .modal-prsnt .modal-prsnt-img input[name="point"] {
	display: none;
	vertical-align: -3px;
}

#Profile .modal-prsnt .modal-prsnt-img input[name="point"]:checked + label {
	color: #FFF;
	font-weight: bold;
	background: #4BD663;
}

#Profile .modal-prsnt textarea[name="message"] {
	display: block;
	width: calc(100% - 10px);
	max-height: 191px;
	margin: 10px auto 20px;
	padding: 0 4px;
	background: #EEE;
	border: 1px solid #999;
}

#Profile .modal-prsnt textarea[name="message"]::placeholder {
	color: #999;
}

.msgBoxContainer .select_prsnt {
	width: 20px;
	margin-right: 5px;
	vertical-align: -4px;
}

/***** modal-present-sent *****/
#Profile .modal-present-sent {
	display: none ;
	width: 90%;
	padding: 20px 10px;
	color: #333;
	text-align: center;
	background: #FFF ;
	border: 2px solid #CCC;
	border-radius: 5px;
	position: fixed;
	box-sizing: border-box;
	z-index: 10001;
}

#Profile .modal-present-sent > div img {
	width: 20px;
	margin-right: 5px;
	vertical-align: -4px;
}

/***** modal-list *****/
#Profile .modal-list {
	display: none ;
	width: 90%;
	position: fixed;
	box-sizing: border-box;
	z-index: 10001;
}

#Profile .modal-list > div a {
	display: block;
	padding: 12px 20px;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #FFF;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#Profile .modal-list > div a.ref_switch,
#Profile .modal-list > div a.repo_ihan,
#Profile .modal-list > div a.repo_shogai {
	color: #F00;
}

#Profile .modal-list > div span {
	display: block;
	padding: 12px 20px 12px 10px;
	color: #999;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #F8F8F8;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#Profile .modal-list > div a:first-child {
	border-top: none;
	border-radius: 8px 8px 0 0;
}

#Profile .modal-list > div a:last-child {
	border-radius: 0 0 8px 8px;
}

#Profile .modal-list > div span:first-child {
	border-radius: 8px 8px 0 0;
}

#Profile .modal-list > div span:last-child {
	border-radius: 0 0 8px 8px;
}

#Profile .modal-select > div a:before {
	content: "";
	display: inline-block;
	margin: 0px auto;
	width:  18px;
	height: 18px;
	margin-right: 20px;
	background-image: url("../../ViComm/man/Image/A001/img/profile_modallist_sprite.png");
	background-size: 144px;
	background-repeat: no-repeat;
	vertical-align: -3px;
}

#Profile .modal-select > div a.history_t:before  { background-position:   0px   0px; }
#Profile .modal-select > div a.history_m:before  { background-position: -36px   0px; }
#Profile .modal-select > div a.wanon:before 		 { background-position: -72px   0px; }
#Profile .modal-select > div a.wanoff:before 		 { background-position: -90px   0px; }
#Profile .modal-select > div a.prsnt-open:before { background-position:   0px -18px; }
#Profile .modal-select > div a.group:before      { background-position: -18px -18px; }
#Profile .modal-select > div a.refon:before      { background-position: -36px -18px; }
#Profile .modal-select > div a.refoff:before     { background-position: -54px -18px; }
#Profile .modal-select > div a.repo_ihan:before  { background-position: -90px -18px; }
#Profile .modal-select > div a.repo_shogai:before{ background-position: -72px -18px; }

#Profile .modal-list a.button-link {
	display: block;
	margin-top: 15px;
	padding: 12px 0;
	color: #333;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	border-radius: 8px;
}

#Profile .modal-list a.button-link:after {
	display: none;
}

#Profile .modal-modifygroup > div {
	max-height: calc(100% - 61px);
}

#Profile .modal-modifygroup > div div:first-child {
	display: block;
	padding: 12px 20px 12px 10px;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	border-radius: 8px 8px 0 0;
}

#Profile .modal-modifygroup > div a {
	padding: 12px 10px;
}

#Profile .modal-modifygroup > div a:before {
	display: none;
}

#Profile .modal-modifygroup .modifygroup_link {
	color: #00F;
	text-align: center;
}

/***** ログイン前 LP link *****/
#Profile .lp_link {
	width: 80%;
	margin: 15px auto;
	border: 2px solid #CCC;
}
