


/* mypage PC */

.loginTxt {
	text-align: center;
	margin-bottom: 20px;
    margin-top: 24px;
	font-size: 16px;
	line-height: 1.6;
}

.loginBtn {
	background-color: #fff;
	border-top: #e60012 solid 2px;
	padding: 40px 40px;
    margin-bottom: 30px;
}
.loginBtn p {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}
.loginBtn ul {
	max-width: 260px;
    margin: 0 auto;
}
.loginBtn ul li {
	margin-bottom: 10px;
}
.loginBtn ul li a {
	display: inline-block;
}
.loginBtn ul li img {
	width: 100%;
	max-width: 260px;
	height: auto;
}

.linkArea.myPageLinkArea .linkAreaTab li {
	width: 33.33%;
	font-size: 10px;
}
.linkArea.myPageLinkArea .linkAreaTab li span {
    margin: 27px 0 0;
    display: inline-block;
    height: 20px;
    position: relative;
}
.linkArea.myPageLinkArea .linkAreaTab li span:before,
.linkArea.myPageLinkArea .linkAreaTab li.current span:before {
	display: none;
}

.linkArea.myPageLinkArea .linkAreaTab li a {
	background-repeat: no-repeat;
	background-position: center 8px;
}
.linkArea.myPageLinkArea .linkAreaTab li:nth-child(1) a { background-image: url(../../images/common/icon_interest_off.png); background-size: 16px;}
.linkArea.myPageLinkArea .linkAreaTab li:nth-child(2) a { background-image: url(../../images/common/icon_watch_off.png); background-size: 18px;}
.linkArea.myPageLinkArea .linkAreaTab li:nth-child(3) a { background-image: url(../../images/common/icon_mytheater_off.png); background-size: 16px;}
.linkArea.myPageLinkArea .linkAreaTab li.current:nth-child(1) a { background-image: url(../../images/common/icon_interest.png); background-size: 16px;}
.linkArea.myPageLinkArea .linkAreaTab li.current:nth-child(2) a { background-image: url(../../images/common/icon_watch.png); background-size: 18px;}
.linkArea.myPageLinkArea .linkAreaTab li.current:nth-child(3) a { background-image: url(../../images/common/icon_mytheater.png); background-size: 16px;}


.linkArea.myPageLinkArea .txtBox::before { display: none;}
.linkArea.myPageLinkArea .txtBox {
    font-size: 14px;
    padding: 30px 80px 30px 10px;
	position: relative;
}

.linkArea.myPageLinkArea .txtBox .removeMytheater {
	position: absolute;
	top: 50%;
	right: 10px;
    width: 63px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.linkArea.myPageLinkArea .txtBox .removeMytheater a {
	display: block;
	background: url(../../images/common/btn_mytheater_off.png) no-repeat center center;
	background-size: 100%;
	padding-top: 87.3%;
	width: 100%;
}

@media screen and (min-width: 600px) {
	.linkArea.myPageLinkArea .txtBox {
		font-size: 16px;
		padding: 30px 100px 30px 10px;
	}
	.linkArea.myPageLinkArea .txtBox .removeMytheater {
		right: 10px;
		width: 73px;
	}
}

#pMypage .rankPost .rightSide .btnArea .theaterBtn li {
    width: 100%;
}

#sideRank .rankPost .rightSide .btnArea .theaterBtn li {
	width: 48%;
}
.watchList .rankPost .rightSide .innerBlock .date {
    float: none;
    margin-bottom: 10px;
}

.rightSide .innerBlock .star00.yourRating { background-image: url(../../images/ranking/star_00.png);}
.rightSide .innerBlock .star10.yourRating { background-image: url(../../images/mypage/star_10.png);}
.rightSide .innerBlock .star20.yourRating { background-image: url(../../images/mypage/star_20.png);}
.rightSide .innerBlock .star30.yourRating { background-image: url(../../images/mypage/star_30.png);}
.rightSide .innerBlock .star40.yourRating { background-image: url(../../images/mypage/star_40.png);}
.rightSide .innerBlock .star50.yourRating { background-image: url(../../images/mypage/star_50.png);}

.rightSide .innerBlock .star00.yourRating::before,
.rightSide .innerBlock .star10.yourRating::before,
.rightSide .innerBlock .star20.yourRating::before,
.rightSide .innerBlock .star30.yourRating::before,
.rightSide .innerBlock .star40.yourRating::before,
.rightSide .innerBlock .star50.yourRating::before {
    content: "あなたの評価";
    font-size: 12px;
	line-height: 15px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
	color: #a6a6a6;
}

.rightSide .innerBlock .star00.yourRating,
.rightSide .innerBlock .star10.yourRating,
.rightSide .innerBlock .star20.yourRating,
.rightSide .innerBlock .star30.yourRating,
.rightSide .innerBlock .star40.yourRating,
.rightSide .innerBlock .star50.yourRating {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 105px;
    padding-left: 110px;
	padding-top: 18px;
    padding-right: 2px;
    position: relative;
    float: right;
    line-height: 1;
    font-size: 16px;
    color: #000;
}

.profile {
	background-color: #fff;
	padding: 40px 40px;
    margin-bottom: 30px;
}

.profile h3 {
	font-size: 14px;
	border-bottom: #e60012 solid 2px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.profile dl {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.profile dl dt {
	display: table-cell;
	font-size: 12px;
    width: 35%;
	vertical-align: middle;
}
.profile dl dd {
	display: table-cell;
	font-size: 16px;
}

.profile dl dd .userPhoto {
	padding-top: 100%;
	box-sizing: border-box;
	border: #d8d8d8 solid 1px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.profile dl dd .userPhoto input[type="file"] {
	background: transparent url(../../images/mypage/photo_edit.png) no-repeat center center;
	background-size: 100%;
	width: 17px;
	height: 22px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -9999px;
}


.profile dl dd input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	border: #d8d8d8 solid 1px;
	line-height: 30px;
	padding: 5px;
}

.profile dl dd select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    background: #f3f3f3;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #000;
    text-indent: 10px;
	width: 100%;
}
.profile dl dd select::-ms-expand{
	display: none;
}

.profile dl dd .ageSelect { position: relative; float: left; margin-bottom: 4px;}
.profile dl dd .ageSelect:nth-child(1) { width: 57%; margin-right: 3%;}
.profile dl dd .ageSelect:nth-child(2) { width: 40%;}
.profile dl dd .ageSelect::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: transparent url(../../images/mypage/icon_select.png) center center no-repeat;
    background-size: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
}
.profile dl dd.locationSelect { position: relative;}
.profile dl dd.locationSelect::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: transparent url(../../images/mypage/icon_select.png) center center no-repeat;
    background-size: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.profile dl dd .note {
	font-size: 10px;
	color: #e60012;
    margin-top: 4px;
    clear: both;
}


.radio02-input { display: none;}
.radio02-input + label {
  padding-left: 20px;
  position:relative;
    margin-right: 10px;
}
.radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label { color: #1e1e1e;}
.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
  background: #1e1e1e;
  border-radius: 50%;
}


.registBtn input {
	width: 100%;
	display: block;
	text-align:  center;
	color: #e60012;
	border: #e60012 solid 2px;
	line-height: 40px;
	background-color: #fff;
	font-size: 14px;
	background: url(../../images/common/icon_arrow_red.png) no-repeat 90% center;
	background-size: 6px 10px;
}



@media screen and (max-width: 599px) {
  .loginTxt {
		font-size: 13px;
	}

	.loginBtn {
		padding: 25px 20px;
	}
	.loginBtn p {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.profile {
		padding: 25px 20px;
		margin-bottom: 15px;
	}
}


/*----------------------------------------------------
ページ下部ページャー
----------------------------------------------------*/
.pagerArea {
  margin: 10px 0;
  padding: 3% 0 1.5%;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
}
.pagerArea .pager {
  margin: 0 auto 6px auto;
  padding: 0;
  max-width: 280px;
  text-align: center;
}
.pagerArea .pager li {
  max-width: 40px;
  width: 20%;
  border: 1px solid #ed4c59;
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
}
.pagerArea .pager li:first-child {
  border-left: 1px solid #ed4c59;
}
.pagerArea .pager li.active a {
  color: #fff;
  background: #ed4c59;
}
.pagerArea .pager li.prev a {
  position: relative;
}
.pagerArea .pager li.prev a:before {
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url("../../images/common/icon_pager_prev.png") no-repeat center center;
  background-size: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagerArea .pager li.next a {
  position: relative;
}
.pagerArea .pager li.next a:before {
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url("../../images/common/icon_pager_next.png") no-repeat center center;
  background-size: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagerArea .pager li a {
  padding: 9px 0 0;
  width: 100%;
  height: 26px;
  display: block;
  color: #ed4c59;
  text-align: center;
}
.pagerArea .pagerNum {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .samBlock {
    margin: 0;
  }
}
