@charset "utf-8";
/* マイページ用スタイル */

/*************************/

/***  マイカレンダー  ****/

/*************************/

/*リード文*/

p.mylead {
  color: #009900;
}

/*カレンダー*/

#myCal {
  margin-bottom: 20px;
  width: 175px;
  float: left;
}

#myCal caption {
  background-color: #4EA4EC;
  color: #FFFFFF;
  font-weight: bold;
}

#myCal th {
  width: 25px;
  text-align: center;
  font-weight: bold;
  color: #4EA4EC;
}

#myCal td {
  padding: 2px 0;
  border-top: #4EA4EC 1px solid;
  border-left: #4EA4EC 1px solid;
  text-align: center;
}

#myCal tr.lastChild td {
  border-bottom: #4EA4EC 1px solid;
}

#myCal td.last {
  border-right: #4EA4EC 1px solid;
}

#myCal td.today {
  background-color: #4EA4EC;
  color: #FFFFFF;
}

#myCal em {
  padding: 1px 3px;
  background-color: #FCEFBE;
}

#myCal td.today em {
  color: #FFFFFF;
  background-color: #4EA4EC;
  border: #FFFFFF 1px solid;
}

#myCal td.today a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

#myCal td.today a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

#myCal td.today a:hover {
  color: #4EA4EC;
  background-color: #FFFFFF;
  text-decoration: underline;
}

#myCal td.today a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

#myCal ul li {
  padding-top: 5px;
  font-size: 0.85em;
}

/*今日・今月の予定*/

#mySche {
  margin-bottom: 20px;
  width: 380px;
  float: right;
}

#mySche p {
  margin-bottom: 0;
  font-weight: bold;
}

#mySche div {
  padding: 7px 7px 2px 7px;
  border: #4EA4EC 1px solid;
  background-color: #D2EAFF;
}

#mySche h4 {
  padding-bottom: 3px;
  margin-bottom: 0;
  border-bottom: #4EA4EC 1px dotted;
}

#mySche h4 span {
  padding-left: 10px;
  font-size: 0.9em;
}

#mySche ul {
  margin-bottom: 5px;
}

#mySche li {
  font-size: 0.9em;
}

a.remind {
  padding-left: 15px;
  padding-bottom: 2px;
  background: url(../../mypage/images/icon_bell.gif) left top no-repeat;
}

/*応募履歴・イベント予約*/

#history {
  clear: both;
  margin-bottom: 10px;
}

#salonEvent {
  margin-bottom: 10px;
}

table.my {
  border-top: #DDD 1px solid;
  border-left: #DDD 1px solid;
}

table.my th {
  padding: 0 5px;
  border-right: #FFFFFF 1px dotted;
  background-color: #EEE;
  color: #444;
  text-align: left;
  font-size: 0.9em;
}

table.my td {
  padding: 5px 5px;
  border-bottom: #DDD 1px solid;
  border-right: #999999 1px dotted;
}

table.my th.lastChild {
  border-right: #DDD 1px solid;
}

table.my td.lastChild {
  border-right: #DDD 1px solid;
}

table.my th.date {
  width: 180px;
}

table.my th.eventName {
  width: 290px;
}

/*おすすめ*/

#recommend td.rsv {
  width: 80px;
  text-align: right;
}

/*リマインダー設定*/

#set1, #set2, #set3 {
  margin-bottom: 30px;
}

#set1 div, #set2 div, #set3 div {
  padding: 10px;
  border: #4EA4EC 1px solid;
  background-color: #D2EAFF;
}

#set2 td {
  padding: 3px 0;
}

#set1 input, #set2 input, #set3 input {
  margin: 0 3px;
}

#set1 select, #set2 select, #set3 select {
  margin: 0 3px;
}

/*************************/

/***  メール受信履歴  ****/

/*************************/

#mail {
  /* width:570px; */
  width: 750px;
  margin-bottom: 10px;
}

#mail h3 {
  margin-bottom: 0;
  /*padding:3px 5px;*/
  padding-top: 10px;
  padding-bottom: 0;
  border: none;
  background-image: none;
  background-color: #4EA4EC;
  color: #FFFFFF;
}

#mail #inner {
  padding: 5px 10px;
  border: #4EA4EC 1px solid;
}

#mail p {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: #999999 1px dotted;
  color: #4EA4EC;
  font-size: 0.9em;
}

.mailDetailicon {
  margin-bottom: 10px;
}

/*************************/

/***  ポイント確認  ****/

/*************************/

#ptNow, #ptAfter {
  padding: 10px 20px;
  margin-bottom: 5px;
  width: 745px;
  background-color: #e0f1ff;
  color: black;
}

#ptNow span.pt, #ptAfter span.pt {
  padding: 5px 40px;
  background-color: #FFFFFF;
  border: #CCC 1px solid;
  color: #FF981F;
  font-weight: bold;
  font-size: 1.3em;
}

/*テーブルスタイル*/

table.point {
  margin-bottom: 5px;
  border-collapse: collapse;
}

table.point th, table.point td {
  padding: 3px 5px;
  border-top: #DDD 1px solid;
  border-left: #DDD 1px solid;
}

table.point th.lastChild, table.point td.lastChild {
  border-right: #DDD 1px solid;
}

table.point tr.lastChild th, table.point tr.lastChild td {
  border-bottom: #DDD 1px solid;
}

table.point th.none {
  border-top: none;
  border-left: none;
  background-color: #FFFFFF;
}

table.point th {
  background-color: #EEE;
  text-align: center;
  color: #333333;
}

table.point th.row {
  background-color: #eee;
  text-align: left;
  vertical-align: top;
  color: #333333;
}

/*Table zebra striping*/

table.point tr {
  background-color: #FFFFFF;
}

/*************************/

/***  ポイント交換  ****/

/*************************/

#ptChange01 div.blue {
  padding: 10px;
  margin-bottom: 20px;
}

#ptChange02 div.blue {
  padding: 10px;
}

#ptChange01 span.pt {
  padding: 2px 20px;
  background-color: #FFFFFF;
  border: #FF0066 1px solid;
  color: #FF0066;
  font-weight: bold;
}

/*ポイント計算*/

#ptChange01 th {
  border-right: #D2EAFF 2px solid;
  background-color: #4EA4EC;
  text-align: center;
  color: #FFFFFF;
}

#ptChange01 th.lastChild {
  border-right: none;
}

#ptChange01 td {
  padding: 5px 0;
}

#ptChange01 select {
  width: 230px;
}

#ptChange01 input {
  width: 100px;
  margin-right: 3px;
  padding: 2px 3px;
  text-align: right;
  background-color: #FFFFFF;
  border: #939EBD 1px solid;
}

#ptChange01 td.total, #ptChange01 td.balance {
  color: #4EA4EC;
}

#ptChange01 td.total input {
  font-weight: bold;
}

#ptChange01 td.balance input {
  font-weight: bold;
  color: #FF0066;
}

#ptChange01 tr.lastChild td {
  border-top: #4EA4EC 1px dotted;
}

/*送付先設定*/

#ptChange02 li {
  padding: 3px 0;
}

#ptChange02 li.firstChild {
  border-bottom: #4EA4EC 1px dotted;
}

#ptChange02 table {
  margin-bottom: 0;
}

#mail_ad {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.ad_mail {
  margin-bottom: 15px;
  text-align: center;
}

/**********************
マイカルテ（情報入力画面）
**********************/

.table_mgn {
  width: 450px;
  margin: 0 auto 30px auto;
  border-collapse: collapse;
}

.table_mgn td {
  padding: 5px;
  border: #cccccc 1px solid;
}

.table_mgn p {
  font-family: inherit;
  font-style: normal;
  margin-top: 10px;
}

.attention {
  width: 450px;
  margin: 0 auto;
  color: #003399;
  font-size: 0.9em;
}

.attention.input2 {
  width: auto;
}

.note {
  margin-top: -10px;
  font-size: 0.9em;
}

.waku {
  width: 450px;
  margin: 0 auto 50px auto;
  border-collapse: collapse;
}

.waku td {
  padding: 5px;
  border: #DDD 1px solid;
  border-top: #DDD 1px dotted;
  border-bottom: #DDD 1px dotted;
}

.td_data1,
.td_data3 {
  background-color: #EEE;
}

.td_data4 {
  width: 100px;
}

.inputData {
  margin: 30px 0;
  text-align: center;
}

.waku2 {
  width: 750px;
  margin: 0 auto 50px auto;
  border-collapse: collapse;
  border: #DDD 1px solid;
}

.waku2 th {
  padding: 5px;
  background-color: #EEE;
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
  font-weight: bold;
}

.waku2 td {
  padding: 5px;
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
}

.td_data5 {
  width: 300px;
}

.td_data6 {
  width: 50px;
}

.td_data7 {
  width: 70px;
  border-right: #cccccc 1px dotted;
}

.waku2 .odd td {
  background-color: #FFFFFF;
}

.waku2 .odd p {
  font-family: inherit;
  font-style: normal;
  margin-top: 10px;
}

/*
.waku2 .even td {
  background-color: #e5f3ff;
}
*/

.waku2 .even p {
  font-family: inherit;
  font-style: normal;
  margin-top: 10px;
}

#goodsList {
  clear: both;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  width: 100%;
  height: auto;
  overflow: hidden;
}

.goods .gLeft {
  float: left;
  height: 120px;
  width: auto;
  padding-left: 10px;
  /*background-color: #ceeaff;*/
}

.goods .gRight {
  float: left;
  height: auto;
  min-height: 70px;
  overflow: hidden;
  width: 100%;
}

.goods .gdDesc {
  width: 450px;
  height: 100%;
  margin: 0 0 0 135px;
}

.goods .gdExpl {
  line-height: 125%;
  margin-top: 20px;
}

#goodsList .goods {
  width: 343px;
  float: left;
  height: 210px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
  /*-webkit-box-shadow: 2px 2px 5px 0px #686868;
    -moz-box-shadow: 2px 2px 5px 0px #686868;
    box-shadow: 2px 2px 5px 0px #686868;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 10px;
}

#goodsList .gdImg {
  clear: both;
  float: left;
  height: 120px;
  width: 120px;
}

#goodsList .gdName {
  font-size: 16px;
  text-align: left;
  margin: 0 0 10px 0;
  width: 96%;
  /*font-weight: bold;*/
  color: #387AE1;
}

#goodsList .gdDesc {
  font-size: 14px;
  text-align: left;
  /*margin: 10px 0;*/
  width: 200px;
  /*padding-left: 10px;*/
}

#goodsList .gdPoint {
  color: #FF981F;
  font-size: 20px;
  text-align: left;
  margin: 5px 0;
  width: 100%;
}

#goodsList .gdBtn .btnPt {
  height: 30px;
  /*margin: 0 0 0 10px;*/
  width: 100px;
  cursor: pointer;
  font-size: 16px;
  cursor: pointer;
  color: #454545;
  /*padding: 5px 14px;*/
  background: -moz-linear-gradient( top, #fcfcfc 0%, #d6d5d3);
  background: -webkit-gradient( linear, left top, left bottom, from(#fcfcfc), to(#d6d5d3));
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-shadow: -1px -1px 0px rgba(252, 252, 252, 0.4), 0px 0px 0px rgba(255, 255, 255, 0.3);
}

#goodsList .gdBtn .btnPt:hover {
  background: -moz-linear-gradient( top, #d6d5d3 0%, #ffffff);
  background: -webkit-gradient( linear, left top, left bottom, from(#d6d5d3), to(#ffffff));
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-shadow: -1px -1px 0px rgba(252, 252, 252, 0.4), 0px 0px 0px rgba(255, 255, 255, 0.3);
}

#goodsConf, #goodsConf2, #goodsAddr {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  width: 728px;
  padding: 10px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px auto;
  border: 1px #CCC solid;
}

#goodsConf #left {
  width: 120px;
  height: 120px;
  clear: right;
  float: left;
  margin-right: 10px;
}

#goodsConf #right {
  float: right;
  height: auto;
  overflow: hidden;
  padding-left: 33px;
  width: 535px;
}

#goodsConf #right #gdName {
  color: #458BEB;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#goodsConf #right #gdPt {
  font-size: 16px;
  color: #FF981F;
  margin: 8px 0;
}

#goodsConf #right #gdDesc {
  text-align: left;
  font-size: 1em;
  /*min-height: 150px;*/
  line-height: 160%;
  height: auto;
  overflow: hidden;
}

#goodsConf2 #left {
  width: 568px;
  margin-right: 10px;
  height: auto;
  overflow: hidden;
  min-height: 75px;
  line-height: 125%;
}

#goodsConf2 #right {
  width: 150px;
  height: auto;
  overflow: hidden;
  min-height: 75px;
}

input.cfBtn {
  margin: 0 0 0 25px;
  width: 100px;
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  font-size: 14px;
  height: 47px;
}
input.cfBtn[name="gdSubmit"] {
  background: #3b72b7;
  border: solid 1px #4176b4;
  color: white;
}
input.cfBtn[name="gdBack"] {
  background: none;
  border: solid 1px #4176b4;
  color: #4176b4;
}

/*  index page */

#bkmark_scroll li, #bkmark_scroll2 li {
  width: 230px;
}

#bkmark_scroller, #bkmark_scroller2 {
  width: 750px;
}

.bkmark_bg, .bkmark_bg {
  height: 150px;
  width: 205px;
}

.bkmark_bg:hover, .bkmark_bg2:hover {
  background: url("/common/images/bg_l.png") no-repeat scroll 0 0px;
  height: 150px;
  width: 205px;
}

.bkmark_bg a, .bkmark_bg2 a {
  text-decoration: none;
}

.bkmark_colorbar_red {
  background-color: #ff7bac;
  margin-left: 0px;
  height: 20px;
  width: 280px;
}

.bkmark_colorbar_blue {
  background-color: #4ea4ec;
  margin-left: 0px;
  height: 20px;
  width: 280px;
}

.bkmark_colorbar_green {
  background-color: #7ac943;
  margin-left: 0px;
  height: 20px;
  width: 280px;
}

.bkmark_colorbar_gray {
  background-color: #c8bee8;
  margin-left: 0px;
  height: 20px;
  width: 280px;
  margin-top: 7px;
}

.bkmark_title {
  padding-top: 5px;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 30px;
  font-weight: bold;
}

.bkmark_text {
  margin-left: 20px;
  margin-right: 30px;
}

/*
.bx-prev img{
   position:relative;
clip:rect(0px,25px,100px,0px);
}
*/

#prevSel2 .bx-prev, #prevSel .bx-prev {
  background: url("/common/images/l_b1.png") no-repeat scroll 0 0;
  /* background-size:25px 100px;*/
  position: absolute;
  height: 137px;
  width: 24px;
}

#prevSel2 .bx-prev:hover, #prevSel .bx-prev:hover {
  background: url("/common/images/l_b2.png") no-repeat scroll 0 0;
  /* background-size:25px 100px;*/
  position: absolute;
  height: 137px;
  width: 24px;
}

#nextSel2 .bx-next, #nextSel .bx-next {
  background: url("/common/images/r_b1.png") no-repeat scroll 0 0;
  /* background-size:25px 100px;*/
  position: absolute;
  height: 137px;
  width: 24px;
}

#nextSel2 .bx-next:hover, #nextSel .bx-next:hover {
  background: url("/common/images/r_b2.png") no-repeat scroll 0 0;
  /* background-size:25px 100px;*/
  position: absolute;
  height: 137px;
  width: 24px;
}

div.tabs_content ul.content {
  height: 230px;
}

ul.tabs div ul.content {
  height: 150px;
}

ul.tabs {
  list-style: none;
  width: 100%;
}

ul.tabs li:first-child {
  /*border-left:1px solid #ccc;*/
}

ul.tabs li {
  float: left;
  /*border-right:1px solid #ccc; border-top:1px solid #ccc; background-color:#eee;*/
}

ul.tabs li.active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  margin-bottom: -1px;
}

ul.tabs li a {
  display: block;
  /*padding:5px 10px;*/
  color: #777;
  letter-spacing: -1px;
  outline: none;
  text-decoration: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul.tabs li.active a {
  font-weight: 600;
  color: #000;
}

div.tabs_content {
  width: 99%;
  border: 1px solid #ccc;
  height: 270px;
}

div.tabs_content>div {
  padding: 0px;
  display: none;
}

/* suggested to use display:none so that if the html is very long it wont jump badly */

.myTabFooter {
  background-color: #fafbff;
  bottom: 0;
  height: 30px;
}

div#memberOsusume {
  height: auto;
  overflow: hidden;
  width: 435px;
  float: left;
}

div#memberOsusume div.tikenLine {
  height: 35px;
}

div#memberOsusume div.tikenC {
  width: 70%;
}

div#memberOsusume .page_navigation a, .alt_page_navigation a {
  float: left;
  font-family: Tahoma;
  font-size: 12px;
  margin: 5px 20px 5px 10px;
  text-decoration: none;
}

div#memberOsusume .page_navigation, .alt_page_navigation {
  float: left;
  height: 25px;
  width: 250px;
}

div#memberOsusume .allCount {
  float: right;
  margin: 5px;
  text-align: right;
  width: 60px;
}

div.memberR01 {
  float: right;
  /* height: 400px; */
  height: auto;
  margin-left: 2px;
  margin-right: 5px;
  width: 300px;
}

div.memberL01 {
  float: left;
  height: auto;
  overflow: hidden;
  /*border: 1px solid #CCCCCC;*/
  width: 435px;
}

div.myPageSpace {}

div.myPageSpace h2 {
  width: 100%;
  background-color: #CCC;
  color: black;
  position: relative;
}

ul.tabs li {
  background: url("../images/my_tab.png") no-repeat scroll 0 0;
  width: 84px;
  height: 26px;
  cursor: pointer;
  margin-right: 3px;
}

ul.tabs li a {
  height: 100%;
  width: 100%;
}

#oTab01 {
  background-position: 0px 0px;
}

#oTab02 {
  background-position: -84px 0px;
}

#oTab03 {
  background-position: -168px 0px;
}

#oTab04 {
  background-position: -252px 0px;
}

#oTab05 {
  background-position: -336px 0px;
}

#oTab01:hover, #oTab01.active {
  background-position: 0px -26px;
}

#oTab02:hover, #oTab02.active {
  background-position: -84px -26px;
}

#oTab03:hover, #oTab03.active {
  background-position: -168px -26px;
}

#oTab04:hover, #oTab04.active {
  background-position: -252px -26px;
}

#oTab05:hover, #oTab05.active {
  background-position: -336px -26px;
}

table.mypage {
  border-collapse: collapse;
  width: 100%;
}

table.mypage td, table.mypage th {
  border: 1px solid #DDD;
  padding: 7px 0;
  text-align: left;
}

table.mypage th.title {
  background-color: #EEE;
  padding-left: 10px;
  width: 150px;
  font-weight: bold;
}

table.mypage td {
  /* padding-left: 10px; */
  padding-left: 5px;
}

div.myPageSpace.memberR01 h2 {
  width: 300px;
  height: 35px;
  margin-bottom: 5px;
}

div.myPageSpace.memberL01 h2 {
  width: 435px;
  height: 35px;
  margin-bottom: 5px;
}

/* マイページ素材start */

div.myPageSpace h2#status {
  background: url("../images/mypage/mypage03.png") no-repeat scroll 0 0;
}

div.myPageSpace h2#myNews {
  background: url("../images/mypage/mypage03_1.png") no-repeat scroll 0 0;
  background-position: 0 -70px;
}

div.myPageSpace h2#profile {
  background: url("../images/mypage/mypage03_1.png") no-repeat scroll 0 0;
}

div.myPageSpace h2#osusume {
  background: url("../images/mypage/mypage02_1.png") no-repeat scroll 0 0;
  background-position: 0 -35px;
}

div.myPageSpace h2#point {
  background: url("../images/mypage/mypage02_1.png") no-repeat scroll 0 0;
  background-position: 0 -140px;
}

div.myPageSpace h2#message {
  background: url("../images/mypage/mypage02_1.png") no-repeat scroll 0 0;
  background-position: 0 -70px;
}

div.myPageSpace h2#bookmark {
  background: url("../images/mypage/mypage03_1.png") no-repeat scroll 0 0;
  background-position: 0 -105px;
}

div.myPageSpace h2#merumaga {
  background: url("../images/mypage/mypage02_1.png") no-repeat scroll 0 0;
  background-position: 0 -105px;
}

.mybttn {
  width: 236px;
  height: 44px;
  background: url("../../mypage/images/mybttn.jpg") no-repeat scroll 0 0;
  display: block;
  margin: 5px 5px 0 0;
  float: right;
  cursor: pointer;
}

.mybttn:hover {
  background-position: 0 -44px;
}

.mybttn a {
  display: block;
  height: 25px;
  text-decoration: none;
  width: 75px;
}

/* マイページ素材end */

div.memberR01 div.myInfo {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 13px;
}

div.myInfo #point {
  float: left;
  clear: both;
  background: url("../images/mypage/mypage05_1.png") no-repeat scroll 0 0;
  width: 100%;
  height: 100px;
  margin-bottom: 11px;
}

span#change {
  width: 75px;
  height: 23px;
  background: url("../images/mypage/mypage03_2.png") no-repeat scroll 0 0;
  display: block;
  margin: 5px 5px 0 0;
  float: right;
  cursor: pointer;
}

span#change:hover {
  background-position: 0 -23px;
}

div#healthData .back {
  background: none;
  color: #003399;
  font-weight: bold;
}

div#healthData div.healthValue {
  float: left;
  width: 95px;
  height: 30px;
}

#healthData table.mypage th.title {
  background-color: #eee;
  text-align: left;
  width: 150px;
  font-weight: bold;
}

#healthData table.mypage td {
  text-align: left;
  font-weight: bold;
}

#mypoint {
  height: 25px;
  width: 240px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FF981F;
  margin: 17px 0 0 127px;
}

#pointnickname {
  /* text-align: center; */
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  /*text-shadow: 1px 1px 1px #999999;*/
  /* margin: 0px 0 0px 18px; */
  padding: 7px 0px 0px 18px;
  line-height: 200%;
}

#myNewsContent {
  border: 1px solid #CCCCCC;
  height: auto;
  /* height: 150px; */
  width: 298px;
}

#myNewsContent .mynewsDate {
  background-color: #DDD;
  font-size: 13px;
  margin: 5px 0;
  padding: 2px 0;
  overflow: hidden;
  /*padding-left: 10px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  clear: both;
}

#myNewsContent .mynewsTitle {
  height: auto;
  overflow: hidden;
  width: 100%;
  background: url("https://cdn.ct-world.net/seikatsu-kojo.jp/images/new_foot_box_arrow.png") no-repeat scroll left center transparent;
  padding-left: 10px;
}

#myNewsContent .indent10 {
  padding-left: 10px;
}

#myNewsContent .indent5 {
  padding-left: 5px;
  line-height: normal;
  width: 96%;
}

/* ニュース一覧リンク */

span#myNewsList {
  width: 75px;
  height: 23px;
  background: url("../images/mypage/mypage03_ichi.png") no-repeat scroll 0 0;
  display: block;
  margin: 5px 5px 0 0;
  float: right;
  cursor: pointer;
}

span#myNewsList:hover {
  background-position: 0 -23px;
}

/* Bookmark */

#myBookmarkContent {
  border: 1px solid #CCCCCC;
  /* height: 300px; */
  height: auto;
  width: 298px;
}

#myBookmarkContent .mybookmarkTitle {
  height: auto;
  overflow: hidden;
  width: 100%;
}

#myBookmarkContent .indent5 {
  padding-left: 5px;
  line-height: normal;
  margin: 5px;
}

#bookmarkcategory {
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 5px
}

/* mail */

#myMailContent {
  height: auto;
  width: 435px;
}

#myMailContent .mymailDate {
  background-color: #DDD;
  font-size: 13px;
  margin: 5px 0;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  clear: both;
}

#myMailContent .mymailTitle {
  height: auto;
  overflow: hidden;
  width: 100%;
  /*padding-left: 10px;*/
}

#myMailContent .indent10 {
  padding-left: 10px;
}

#myMailContent .indent5 {
  padding-left: 5px;
  line-height: normal;
}

#myNewsContainer {
  width: 288px;
  height: auto;
  /* height: 150px;
    padding: 0 5px; */
  padding: 0 5px 5px
}

#myNewsFooter {
  width: 100%;
  height: 20px;
  background-color: #FAFBFF;
  padding-top: 10px;
}

.viewAll {
  height: 18px;
  width: 100px;
  margin-left: 210px;
  background: url("https://cdn.ct-world.net/seikatsu-kojo.jp/images/new_foot_box_arrow.png") no-repeat scroll left center transparent;
  padding-left: 14px;
}

/* pointTitle */

.pointTitle {
  font-size: 14px;
  font-weight: bold;
}

.pointURLmesse {
  font-size: 18px;
  font-weight: bold;
}

/* mailAll */

.mailAll {
  height: 18px;
  width: 100px;
  margin-left: 360px;
  /*padding-left: 14px;*/
}

/* メルマガ */

.merumagatext {
  font-weight: bold;
  padding: 0px 15px;
  margin: 5px 0px;
}

.merumaganottext {
  font-weight: normal;
  padding: 0px 15px;
  margin: 5px 0px;
}

.merumagadetail {
  border: 1px solid #cccccc;
  height: auto;
}

.merumagabody {
  margin: 5px 10px;
}

#today {
  font-weight: bold;
  font-size: 17px;
  color: white;
  text-align: center;
  width: 100%;
  height: 27px;
  padding-top: 8px;
}

#heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 56px;
  color: #CC0000;
}

#bottomMoreButton {
  text-align: left;
  background: #ECEFF5;
  width: 470px;
  height: 18px;
  padding: 10px 10px 10px 20px;
  color: #3B5998
}

#bottomMoreButton a {
  color: #3B5998
}

input {
  font-size: 13px;
}

.button, .button:visited {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer
}

.small.button, .small.button:visited {
  font-size: 14px;
}

.button:hover {
  background-color: #111;
  color: #fff;
}

.button:active {
  top: 1px;
}

.button, .button:visited, .blue {
  background-color: #E0E0E0;
  color: #fff;
  font-size: 14px;
  cursor: auto;
  padding: 5px;
  width: 310px;
}

.Detail.button, .Detail.button:visited {
  font-weight: bold;
  background-color: #5B74A8;
  font-size: 12px;
  border-color: #29447E #29447E #1A356E;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  width: 33px;
}

.comment.button, .comment.button:visited {
  font-weight: bold;
  background-color: #5B74A8;
  font-size: 12px;
  border-color: #29447E #29447E #1A356E;
  text-align: center;
  margin-bottom: 3px;
  margin-right: 6px;
  margin-top: 2px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  width: auto;
}

.UIComposer_Box {
  background-color: #F2F2F2;
  border-color: #919191 #B5B5B5 #CBCBCB;
  border-top: 2px solid #919191;
  padding: 7px 0 0px;
  width: 530px;
}

#watermark {
  padding: 6px;
}

a#link {
  font-family: Arial, Helvetica, sans-serif;
  color: #3B5998;
  font-weight: bolder;
}

.commentBox {
  width: 361px;
  padding: 3px;
  background: #ECEFF5;
  margin-left: 18px;
  margin-top: 3px;
}

.commentPanel {
  width: 361px;
  padding: 3px;
  background: #ECEFF5;
  margin-left: 18px;
  margin-top: 3px;
  height: auto;
  overflow: hidden;
}

.postedComments {
  float: left;
  margin-left: 6px;
  width: 290px;
  text-align: justify;
}

.commentMark {
  float: left;
  width: 97%;
  margin-left: 5px;
  font-size: 11px
}

a.c_delete {
  color: #3B5998;
  font-size: 11px;
}

.comment_area {
  width: 375px;
  vertical-align: top;
  min-height: 60px;
  padding-bottom: 12px;
  padding-top: 10px;
  border-bottom: #999999 solid 1px;
}

.showCommentBox {
  /*margin-top: 4px;*/
}

.top_area {
  background: #627AAD;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 6px 6px 6px 12px;
}

.name b {
  font-size: 14px;
  color: #3B5998;
  cursor: pointer;
}

.comment_area label.name {
  font-size: 14px;
  color: #333;
  width: 375px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  background-color: #C4D2EF
}

a.delete {
  float: left;
  color: #666666;
  display: block;
  padding: 5px;
  text-decoration: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #333333;
  cursor: pointer;
  display: none;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  white-space: nowrap;
}

a.delete:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity = 100)';
  border: solid #B1B1B1 1px;
  background: #EEEEEE;
  padding: 5px;
}

.name a {
  color: #3B5998;
  font-size: 11px;
  margin: 3px 3px 3px 6px;
}

.name em {
  color: #333;
  font-style: normal;
  width: 110px;
  font-size: 11px;
}

.name span {
  color: #777777;
  font-size: 11px;
}

#updMember {
  width: 300px;
  height: 25px;
  background: url("../images/mypage/mypage05.png") no-repeat scroll 0 0;
  display: block;
  /*	margin: 5px 5px 0 0;*/
  /* float: right;*/
  background-position: left bottom;
  cursor: pointer;
}

#updMemberUpd {
  width: 300px;
  height: 25px;
  background: url("../images/mypage/mypage05.png") no-repeat scroll 0 0;
  display: block;
  /*	margin: 5px 5px 0 0;*/
  /* float: right; */
  cursor: pointer;
  background-position: 0 -25px;
}

#dis_sel_wrap, #med_sel_wrap, #alle_sel_wrap {
  width: 210px;
  height: 100px;
  position: absolute;
  overflow-y: scroll;
  background: #ffffff;
  border: solid 1px #cccccc;
  display: none;
}

.dis_button {
  padding: 5px 0px;
  cursor: pointer;
}

.dis_button:hover {
  background: #efefef;
}

.med_button {
  padding: 5px 0px;
  cursor: pointer;
}

.med_button:hover {
  background: #efefef;
}

.dis_button {
  padding: 5px 0px;
  cursor: pointer;
}

.dis_button:hover {
  background: #efefef;
}

.alle_button {
  padding: 5px 0px;
  cursor: pointer;
}

.alle_button:hover {
  background: #efefef;
}

#dis_msg td, #med_msg td, #alle_msg td {
  cursor: pointer;
}

.comd_list {
  padding: 5px 0px;
}

/* maildetail */

/*.lock {
    overflow:hidden;
}
.modal-content {
    position:relative;
    display:none;
    width:50%;
    margin:30px;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}
.modal-content p {
    margin:0;
    padding:0;
}
.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-open {
    color:#00f;
    text-decoration:underline;
}
.modal-open:hover {
    cursor:pointer;
    color:#f00;
}
.modal-close {
    color:#00f;
    text-decoration:underline;
}
.modal-close:hover {
    cursor:pointer;
    color:#f00;
}*/

/* pointbutton */

.pointbutton {
  /* font-size:16px; */
  font-family: Arial;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ffaa22;
  /* padding:9px 18px; */
  padding: 2px 6px;
  text-decoration: none;
  background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient( top, #ffec64 5%, #ffab23 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23));
  background-color: #ffec64;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 0px #ffee66;
  -webkit-box-shadow: inset 1px 1px 0px 0px #fff6af;
  -moz-box-shadow: inset 1px 1px 0px 0px #fff6af;
  box-shadow: inset 1px 1px 0px 0px #fff6af;
}

.pointbutton:hover {
  background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient( top, #ffab23 5%, #ffec64 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64));
  background-color: #ffab23;
  text-decoration: none;
}

.pointbutton:active {
  position: relative;
  top: 1px;
}

/* メールアイコン説明 */

#mailicon {
  margin: 10px 0px 10px 5px;
}

#mailicon span {
  margin-left: 45px;
}

#mailicon span#icontext {
  margin-left: 15px;
}

table.my td a:link {
  color: #747190;
}

table.my td a:visited {
  color: #000080;
}

/* 保存リスト件数 */

#bkCnttext {
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  line-height: 240%;
  margin-left: 230px;
}

/* メール詳細の受信日時 */

#mail p#mailSenddate {
  padding-bottom: 5px;
}

/* メール一覧 削除ボタン */

.maildel {
  background: url("/mypage/images/sakujo.png");
  cursor: pointer;
  display: block;
  float: right;
  width: 46px;
  height: 19px;
}

/* ランキング一覧 */

.ranking_frame {
  margin: 14px 0;
  border: 2px solid;
  border-color: #000000;
  border-radius: 5px 5px 5px 5px;
  width: 740px;
}

.ranking_title {
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #a7d28d), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #a7d28d), color-stop(.75, #a7d28d), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #a7d28d 25%, transparent 25%, transparent 50%, #a7d28d 50%, #a7d28d 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #a7d28d 25%, transparent 25%, transparent 50%, #a7d28d 50%, #a7d28d 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #a7d28d 25%, transparent 25%, transparent 50%, #a7d28d 50%, #a7d28d 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #a7d28d 25%, transparent 25%, transparent 50%, #a7d28d 50%, #a7d28d 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #a7d28d 25%, transparent 25%, transparent 50%, #a7d28d 50%, #a7d28d 75%, transparent 75%, transparent);
  margin-top: 0px;
  margin-bottom: 0px;
  height: 5px;
}

.ranking_title_back {
  background-color: #000000;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.ranking_title_nink {
  color: #ffa500;
  font-size: 23px;
  font-weight: bold;
}

.ranking_title_day {
  color: #ff7f00;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
}

.ranking_list {
  clear: both;
  width: 715px;
  padding-bottom: 10px;
}

.ranking_rankimg {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.ranking_line {
  border-bottom: 1px dotted #808080;
  overflow: hidden;
}

#ranking_icon {
  margin-right: 8px;
  margin-left: 5px;
  margin-top: 5px;
}

.ranking_list_title {
  padding-top: 5px;
  padding-bottom: 5px;
}

.point {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* マイページトップバナー */

.top_banner {
  background: url(/common/images/mypage/kenkodansei.png) no-repeat scroll 0 0;
  height: 70px;
  width: 320px;
  margin-top: 25px;
  margin-right: 55px;
}

.mymenu li {
  text-align: center;
  font-size: 19px;
  display: block;
  float: left;
  width: 148px;
  border: solid 1px #DDD;
  border-left: none;
  padding: 5px 0px;
  font-weight:bold;
}

.mymenu a:first-child li{
  border-left: solid 1px #DDD;
}

.mymenu li.active {
  background: #EEE;
}

.mypage_wrap {
  width: 750px;
}

.prof_btn {
  position: absolute;
  right: 13px;
  top: 13px;
  padding: 3px 5px;
  box-shadow: 1px 1px 3px #CCC;
  font-weight: bold;
  font-size: 12px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  background: #3b72b7;
  color: #FFF;
}

.mypage_wrap .contents {
  padding: 0px 5px;
}

/* .top_banner:hover {
    background-position: 0 -80px;
} */

/* 確認クリアボタン */
.functionBtnC button[type="submit"]{
    display: inline-block;
    padding: 13px 30px;
    background: #3b72b7;
    border: solid 1px #3b72b7;
}
.functionBtnC button[type="submit"] span{
		color: #fff;
    font-size: 14px;
}
.functionBtnC a.submit{
	  display: inline-block;
    padding: 13px 30px;
    background: #3b72b7;
    border: solid 1px #3b72b7;
    color: #FFF;
    font-size: 14px;
}
.functionBtnC a,
.functionBtnC a.empty,
.functionBtnC a.back{
  display: inline-block;
  padding: 13px 30px;
  background: none;
  border: solid 1px #4176b4;
  color: #4176b4;
  font-size: 14px;
}

#contentsWrap main.favorite {
	float: right;
  width: 870px;
  padding-left: 30px;
}

.sp_my_menu_wrap{
  display: none;
}

/**********************
20181115 tera おすすめ治験
**********************/

.my_osusume_list{
  display: flex;
  -webkit-display:flex;
  padding:0 10px;
}
.my_osusume_item{
  width: 20%;
  border-radius: 6px 6px 0 0;
  padding: 0.5em;
  border: solid 1px;
  text-align: center;
  cursor: pointer;
  font-size:1.2em;
}
.my_osusume_item.is-active{
  color:#ffffff;
}
.my_osusume_item:nth-of-type(1){
  border-color:#00a8ee;
}
.my_osusume_item:nth-of-type(1).is-active{
  background: #00a8ee;
}
.my_osusume_item:nth-of-type(2){
  border-color:#00a8ee;
}
.my_osusume_item:nth-of-type(2).is-active{
  background: #00a8ee;
}
.my_osusume_item:nth-of-type(3){
  border-color:#00cd3b;
}
.my_osusume_item:nth-of-type(3).is-active{
  background: #00cd3b;
}
.my_osusume_item:nth-of-type(4){
  border-color:#ff67aa;
}
.my_osusume_item:nth-of-type(4).is-active{
  background: #ff67aa;
}
.my_osusume_item:nth-of-type(5){
  border-color:#d1bfea;
}
.my_osusume_item:nth-of-type(5).is-active{
  background: #d1bfea;
}
.my_osusume_panel{
  display: none;
}
.my_osusume_content{
  border:solid 1px #dddddd;
  padding:1em;
  margin:0 10px;
}
.my_osusume_link li a{
  display: block;
  position: relative;
  padding:0 0 0 1em;
  margin-bottom:1em;
}
.my_osusume_link li a::before{
  content:"";
  display: block;
  height:1em;
  width:1em;
  background: url(/img/arrow_d.png) no-repeat center center;
  background-size: 70% auto;
  position: absolute;
  left:0;
  top:1px;
}
.my_osusume_link .men{
  color: #419fc5;
}
.my_osusume_link .women{
  color:#f26faa;
}
.my_osusume_link .slash{
  color:#444444;
}


@media (max-width: 767px){
	.ranking_frame,
	.mypage_wrap{
	  width: 100%!important;
	}
	.ranking_list {
    white-space: normal!important;
    width: 100%!important;
	}
	/* 登録情報確認 */
	/* メール確認 */
	div.myPageSpace h2,
	.mypage_wrap h2 {
		border-left: none!important;
	}
  /*お気に入り画面*/
  #contentsWrap main.favorite {
    float: none!important;
    width: 100%!important;
    padding: 0px!important;
  }
  main.favorite table.lp_table td {
    padding: 0px!important;
	}
	/*ポイント交換画面*/
	table.point,
	#ptNow, #ptAfter,
	#ptNow>div{
		display: block;
	  width: 100%!important;
	}
	table.point,
  .mainPoint p.cap,
  .mainPoint p.pPoint{
		padding: 0px 10px;
	}
	#ptNow{
	  height: 137px!important;
  }
	#ptNow span.pt,
	#ptAfter span.pt{
		padding: 5px 5px!important;
	}
	table.point th,
	table.point td{
		width:auto;
	}

	/*商品交換画面*/
	#goodsList .goods {
    width: 96%!important;
    margin-left: 2%!important;
  }

	/*ポイント交換確認画面*/
  #goodsConf, #goodsConf2, #goodsAddr{
	  width: 100%!important;
  }

	/*マイカルテ閲覧*/
  .towa,
  .disease,
  .monitor,
  .advertisement{
	  width: 100%!important;
  }

  ul.mymenu{
    display: block;
    position: fixed;
    left: -200px;
    top: 60px;
    z-index: 100;
    background: #FFF;

  }
  .mymenu li{
    float: none;
    border:solid 1px #CCC;
    border-top:none;
  }
  .mymenu a:first-child li{
    border-top:solid 1px #CCC;
  }

  .sp_my_menu_wrap{
    text-align: right;
    display: block;
  }
  .sp_my_menu{
    box-shadow: none;
    padding: 10px 5px;
    border:solid 1px #3b72b7;;
    color: #3b72b7;;
    background: #FFF;
    margin-right: 5px;
  }

  .prof_btn{
    top: 7px;
  }

  #mail {
    width: 100%;
  }
  /*おすすめ治験*/
  .my_osusume_item{
  padding: 0.5em 0;
  font-size: 0.9em;
  }
}
