@charset "UTF-8";
/*
 * sandbox_pc/common.css
 *
 */

/* ヘッダ
---------------------------------------------------------- */
.eisysGroupHeaderArea {
  width: 100%;
  height: 28px;
  background: #222327;
  color: #fff;
  font-size: 11px;
  line-height: 28px;
  padding: 0 10px;
  box-sizing: border-box;
}

#header.sandboxHeader {
	position: relative;
	z-index: 500;
	width: 100%;
	background: #D0D0D0;
	height: 60px;
	box-shadow: 0 1px 1px rgba(7,0,2,.3);
}

 .sandboxHeader #headerLogo a {
		display: inline-block;
		width: 250px;
		height: 22px;
		background: url(../../img/sandbox_pc/main_image_01.png) no-repeat left top;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
	}
	
/* ヘッダーリンク
---------------------------------------------------------- */
#headerLinks {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding-right: 20px;
  text-align: right;
}
  #headerLinks > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  #headerLinks > ul > li.btn{
    padding: 0 10px;
  }
  #headerLinks > ul > li.btn.login {
    padding: 0;
  }
  #headerLinks > ul > li.menu {
    padding: 0 10px;
  }
  .partial.active #headerLinks > ul > li.menu {
    padding: 3px 0 0 10px;
  }
    #headerLinks > ul > li.btn > a:not(.guideCafeWindowWrap) {
      margin-top: -2px;
      border: 1px solid #111111;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 rgba(0,0,0,.7);
      -webkit-box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 rgba(0,0,0,.7);
      box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 rgba(0,0,0,.7);
      background-color: #3d3d3d;
      background-image: linear-gradient(to top, #322f2f 0%, #3b3737 49.51%, #3d3a3a 51.22%, #5e5a5a 100%);
      display: block;
      height: 29px;
      white-space: nowrap;
      position: relative;
      outline: none;
    }
    
    #headerLinks > ul > li.btn > a:not(.guideCafeWindowWrap):hover,
    #headerLinks > ul > li.btn > a:not(.guideCafeWindowWrap).active {
      -moz-box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 1px rgba(0,0,0,.20);
      -webkit-box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 1px rgba(0,0,0,.20);
      box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 1px rgba(0,0,0,.20);
      background-color: #3d3d3d;
      background-image: linear-gradient(to top, #2d2c2c 0%, #302f2f 49.51%, #313030 51.22%, #3e3d3d 100%);
      text-decoration:none;
    }
    
    #headerLinks > ul > li.btn .coinBtn {
      width:auto;
      color:#ededed;
      text-shadow: 0 -1px 0 rgba(7,0,2,.5);
      font-size:13px;
      display: table;
    }
      #headerLinks > ul > li.btn .coinBtn span { display:table-cell; vertical-align: middle; padding: 0 12px;}
        #headerLinks > ul > li.btn .coinBtn .coinCount {
          padding-left: 40px;
          background: url(../../img/contents_pc/common/bg_head_border_01.gif) no-repeat right center;
          height: 29px;
        }
    
    #headerLinks > ul > li.btn .gameInfoBtn,
    #headerLinks > ul > li.btn .netcafeBtn {
      width: 32px;
      text-indent: -9999px;
      text-align: left;
    }
    
    #headerLinks > ul > li.btn a.communityBtn {
      width:auto;
      color:#ededed;
      text-shadow: 0 -1px 0 rgba(7,0,2,.5);
      font-size:13px;
      display: table;
    }
      #headerLinks > ul > li.btn > .communityBtn > span { display:table-cell; vertical-align: middle; padding: 0 5px 0 36px;}
    
    #headerLinks > ul > li.btn a.menuBtn {
      width:auto;
      color:#ededed;
      text-shadow: 0 -1px 0 rgba(7,0,2,.5);
      font-size:13px;
      display: table;
    }
      #headerLinks > ul > li.btn .menuBtn > span { display:table-cell; vertical-align: middle; padding: 0 5px 0 30px;}
    
    #headerLinks > ul > li.btn .defaultBtn {
      width:auto;
      color:#ededed;
      text-shadow: 0 -1px 0 rgba(7,0,2,.5);
      font-size:13px;
      display: table;
    }
      #headerLinks > ul > li.btn .defaultBtn > span { display:table-cell; vertical-align: middle; padding: 0 10px; height: 29px;}
    #headerLinks > ul > li.menu .menuTxt {
      margin-top: -1px;
      border: 1px solid #111111;
      border-radius: 3px;
      box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 rgba(0,0,0,.7);
      background-color: #3d3d3d;
      background-image: linear-gradient(to top, #322f2f 0%, #3b3737 49.51%, #3d3a3a 51.22%, #5e5a5a 100%);
      height: 29px;
      white-space: nowrap;
      position: relative;
      outline: none;
      width:auto;
      color:#ededed;
      text-shadow: 0 -1px 0 rgba(7,0,2,.5);
      font-size:13px;
      display: table;
    }
  .partial.active #headerLinks > ul > li.menu .menuTxt {
      margin-top: 1px;
      width:auto;
      color:#414141;
      font-size:13px;
      display: table;
      border: 1px solid #1f1f1f;
      border-bottom: none;
      background: #bdbbbb;
      border-radius: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      box-shadow: none;
      position: relative;
      z-index: 2;
      text-shadow: none;
    }
    #headerLinks > ul > li.menu .menuTxt > span { display:table-cell; vertical-align: middle; padding: 0 5px 0 30px;}
    .partial.active #headerLinks > ul > li.menu .menuTxt:before {
      content: "";
      position: absolute;
      z-index: 1;
      right: 0px;
      bottom: -4px;
      padding:0;
      background: #bdbbbc;
      border: 1px solid #949494;
      border-bottom: none;
      border-top: none;
      border-top-left-radius: 4px;
      width: 213px;
      height: 4px;
    }
    #headerLinks > ul > li.menu .menuTxt:before {
      content: normal ;
      position:static;
      z-index: auto;
      right: auto;
      bottom: auto;
      padding:0;
      border: none;
      border-top-left-radius: 0;
      width: auto;
      height: auto;
    }
    #headerLinks > ul > li.menu .menuTxt:after {
      position: absolute;
      display: block;
      content: " ";
      background: url(../../img/contents_pc/common/main_image_01.png) no-repeat;
      width: 19px;
      height: 17px;
      left: 6px;
      top: 8px;
      background-position: -216px 0;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      .partial.active #headerLinks > ul > li.menu .menuTxt:before {
      right: -1px;
      }
    }
      #headerLinks > ul > li.menu .menuTxt > span {
  display:table-cell; 
        vertical-align: middle; 
        height: auto;
        padding: 0 5px 0 30px;
      }
      .partial.active #headerLinks > ul > li.menu .menuTxt > span {
        display: table-cell;
        vertical-align: middle;
        height: 34px;
        padding: 0 5px 1px 30px;
      }
    #headerLinks > ul > li.btn .coinBtn:after,
    #headerLinks > ul > li.btn .gameInfoBtn:after,
    #headerLinks > ul > li.btn .menuBtn:after,
    #headerLinks > ul > li.menu .menuTxt:after,
    #headerLinks > ul > li.btn .netcafeBtn:after {
      position: absolute;
      display: block;
      content: " ";
      width: 31px;
      height: 31px;
      background: url(../../img/contents_pc/common/main_image_01.png) no-repeat;
    }
    #headerLinks > ul > li.btn .coinBtn:after {
      left: 5px;
      top: 0;
      background-position: 0 -30px;
    }
    
    #headerLinks > ul > li.btn .gameInfoBtn:after {
      left: 5px;
      top: 3px;
      background-position: -40px -30px;
    }
    
    #headerLinks > ul > li.btn .communityBtn .icon {
      position: absolute;
      left: 5px;
      top: 3px;
    }
      #headerLinks > ul > li.btn .communityBtn .icon img {
        width: 26px;
        height: 26px;
      }
    
    #headerLinks > ul > li.btn .menuBtn:after,
    #headerLinks > ul > li.menu .menuTxt:after {
      width: 19px;
      height: 17px;
      left: 6px;
      top: 8px;
      background-position: -216px 0;
    }
    
    .partial.active #headerLinks > ul > li.menu .menuTxt:after {
      width: 19px;
      height: 17px;
      left: 6px;
      top: 10px;
      background-position: -187px 0;
    }
    
     #headerLinks > ul > li.btn .netcafeBtn:after {
      left: 4px;
      top: 1px;
      background-position: -120px -60px;
    }
    
    /* バッジ表示位置 */
    #headerLinks .btn { position: relative;}
      #headerLinks .btn .badge {
        position: absolute;
        right: -5px;
        top: -3px;
      }
    
    #headerLinks > ul > li.text {
      display: inline-block;
      border-right: 1px solid #131313;
      padding: 0 10px;
      box-shadow: 1px 0 0 rgba(255,255,255,.2); /* drop shadow */
    }
    
    #headerLinks > ul > li:last-child {
      border-right: none;
      box-shadow: 0 0 0 rgba(255,255,255,.2); /* drop shadow */
      padding-right: 0;
    }
    
    #headerLinks > ul > li.text > a {
      color: #ededed;
      font-size: 12px;
      text-decoration: none;
      outline: none;
    }
    
    #headerLinks > ul > li.text > a:hover {
      text-decoration: underline;
    }
	.sandboxHeader #headerLinks > ul > li.btn > a {
		margin-top: -2px;
		border: 1px solid #787878;
		border-radius: 3px;
		box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 rgba(0,0,0,.7);
		background-color: #ACACAC;
		background-image: linear-gradient(to top, #A1A1A1 0%, #ACACAC 49%, #ABABAB 51%, #D0D0D0 100%);
		height: 29px;
		white-space: nowrap;
		position: relative;
		outline: none;
		color: #454545;
		text-shadow: 0 1px 0 rgba(255,255,255,.3);
		}
  .sandboxHeader #headerLinks > ul > li.btn > a:hover,
  .sandboxHeader #headerLinks > ul > li.btn > a.active {
  	box-shadow: 0 1px 0px rgba(255,255,255,.23), inset 0 0 0 1px rgba(0,0,0,.05);
  	background-color: #a6a6a6;
  	background-image: none;
  	text-decoration:none;
  }
  .sandboxHeader #headerLinks > ul > li.btn .coinBtn:after,
  .sandboxHeader #headerLinks > ul > li.btn .gameInfoBtn:after,
  .sandboxHeader #headerLinks > ul > li.btn .menuBtn:after,
  .sandboxHeader #headerLinks > ul > li.menu .menuTxt:after {
  	position: absolute;
  	display: block;
  	content: " ";
  	width: 31px;
  	height: 31px;
  	background: url(../../img/sandbox_pc/main_image_01.png) no-repeat;
  }
  .sandboxHeader #headerLinks > ul > li.btn .coinBtn:after {
  	left: 5px;
  	top: 0;
  	background-position: 0 -30px;
  }
  .sandboxHeader #headerLinks > ul > li.btn .gameInfoBtn:after {
  	left: 5px;
  	top: 3px;
  	background-position: -40px -30px;
  }
  .sandboxHeader #headerLinks > ul > li.btn .menuBtn:after {
  	width: 19px;
  	height: 17px;
  	left: 6px;
  	top: 7px;
  	background-position: -80px -30px;
  }

/* !headerCoin
---------------------------------------------------------- */
#headerCoinWrap {
  display: none;
  visibility: visible;
  opacity: 1;
  text-align: left;
  position: absolute;
  left: 10px;
  top: 38px;
  z-index: 4;
  border: 1px solid #343434;
  border-radius: 5px;
  box-shadow: 3px 4px 3px rgba(0,0,0,.2);
  background: #fafafa;
  width: 248px;
  -webkit-transition: none;
  transition: none;
}
#headerCoinWrap:before {
  content: "";
  position: absolute;
  left: 24px;
  top: -9px;
  border-width: 0 9px 9px;
  border-color: transparent transparent #343434;
  border-style: solid;
}
#headerCoinWrap:after {
  content: "";
  position: absolute;
  left: 25px;
  top: -8px;
  border-width: 0 8px 8px;
  border-color: transparent transparent #e84c80;
  border-style: solid;
}
  #headerCoinWrap .title01 {
    padding: 5px;
    background: #e84c80;
    color: #fff;
    text-align: center;
    font-size: 92.9%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #headerCoinWrap .title02 {
    padding: 3px 8px;
    background: #2a2a2a;
    color: #ededed;
    font-size: 85.7%;
  }

#headerCoinBtn {
  padding: 9px 9px 10px;
  position: relative;
 overflow: hidden;
}
  #headerCoinBtn .notes {
    font-size: 78.6%;
    padding: 0 0 6px 1em;
    text-indent: -1em;
  }
  #headerCoinBtn ul {
    margin: -6px 0 0;
    display: block;
    min-height: 1%;
  }
  #headerCoinBtn ul:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
  }
    #headerCoinBtn ul li {
      margin: 6px 0 0;
      float: left;
      width: 110px;
    }
    #headerCoinBtn ul li:nth-child(even) {
      float: right;
    }
      #headerCoinBtn ul.submitType02 li button {
        font-size: 78.6%;
        text-shadow: 0 1px 2px rgba(255,255,255,.5);
        background: #baff70; /* Old browsers */
        background: linear-gradient(to bottom,  #baff70 0%,#8cd847 100%); /* W3C */
        box-shadow: 0 1px 2px rgba(0,0,0,.1), 0 0 7px rgba(255,255,255,.4) inset;
        border: 1px solid #6bb312;
        color: #244a18;
        padding: 6px;
        border-radius: 2px;
      }
      #headerCoinBtn ul.submitType02 li button:hover {
        border-color: #89c241;
        background: #c8ff8d; /* Old browsers */
        background: linear-gradient(to bottom,  #c8ff8d 0%,#a3e06d 100%); /* W3C */
        color: #506e46;
      }
        #headerCoinBtn ul.submitType02 li button em {
          font-size: 127.3%;
          font-weight: bold;
        }
  p.maintenance {
    overflow: hidden;    text-indent: -9999px;    
    width: 196px;    
    height: 68px;    
    margin: 0 auto;
    background: url(../../img/contents_pc/common/main_image_01.png) no-repeat -1009px -1080px;  
  }
  p.maintenanceNow {
    overflow: hidden;    text-indent: -9999px;    
    width: 196px;    
    height: 86px;    
    margin: 0 auto;
    background: url(../../img/contents_pc/common/main_image_01.png) no-repeat -1009px -1151px;  
  }

#headerCoinConfirm {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  -webkit-transition: top 200ms;
  transition: top 200ms;
  border-bottom: 1px solid #343434;
  padding: 10px;
  box-sizing: border-box;
}
 #headerCoinConfirm.hide {
  display: block;
  top: -100%;
  }
 #headerCoinConfirm .formTable01 {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
 }
  #headerCoinConfirm .formTable01 th,
  #headerCoinConfirm .formTable01 td{
    padding:10px;
    font-size: 85.7%;
  }
  #headerCoinConfirm .formTable01 tr:first-child th{
    border-radius: 5px 0 0 0;
   }
  #headerCoinConfirm .formTable01 tr:last-child th{
    border-radius: 0 0 0 5px;
   }
  #headerCoinConfirm .formTable01 tr:first-child td{
    border-radius: 0 5px 0 0;
   }
  #headerCoinConfirm .formTable01 tr:last-child td{
    border-radius: 0 0 5px 0;
   }
  #headerCoinConfirm .paymentConfirmTerms01{
    margin:8px 0 0 0;
   }
  #headerCoinConfirm .editBtn01{
    margin: 8px 0 0;
    padding: 0;
   }
  #headerCoinConfirm .editBtn01 button{
    width:100%;
    font-size: 107.1%;
    height:36px;
   }
  
#headerCoinMenu {
}
  #headerCoinMenu li {
    border-top: 1px solid #ddd;
  }
    #headerCoinMenu li a {
      display: block;
      -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
      background: #fafafa;
      padding: 9px 10px 9px 28px;
      position: relative;
      font-size: 85.7%;
      color: #4c4b4b;
    }
    #headerCoinMenu li a:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 11px;
      width: 14px;
      height: 14px;
      background: url(../../img/contents_pc/common/main_image_01.png) no-repeat 0 -290px;
    }
    #headerCoinMenu li:last-child a {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    #headerCoinMenu li a:hover {
      text-decoration: none;
      background: #ffecf2;
    }

  /* コインキャンペーン中 */  
.headerLimitCoinCampaign #headerCoinBtn .campaignTxt{
  color: #e84c80;
  font-size: 85.7%;
  font-weight: bold;
}

.headerLimitCoinCampaign #headerCoinBtn .headerCampaignBnr{
 margin-bottom:5px;
  display:block;
  text-align:center;
}

.headerLimitCoinCampaign #headerCoinBtn ul.submitType02 li.target button {
  padding: 3px;  
}

.LimitCoinCampaign #headerCoinBtn ul.submitType02 li strike {
  font-weight: normal;
}

.LimitCoinCampaign #headerCoinBtn .headerCampaignTxtConfirm {
  color: #e84c80;
  font-size: 92.9%;
  display: inline-block;
  margin-top: 3px;
  line-height: 1.4;
}
.LimitCoinCampaign #headerCoinBtn .headerCampaignTxtConfirm strong {
  font-size: 114.3%;
}

/* !headerTimeLine
---------------------------------------------------------- */
#headerTimeLine {
  display: none;
  visibility: visible;
  opacity: 1;
  text-align: left;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 3;
  border: 1px solid #343434;
  border-radius: 5px;
  box-shadow: 3px 4px 3px rgba(0,0,0,.2);
  background: #fafafa;
  width: 350px;
  line-height: 1;
  font-size: 0;
  -webkit-transition: none;
  transition: none;
}
#headerTimeLine:before {
  content: "";
  position: absolute;
  right: 17px;
  top: -9px;
  border-width: 0 9px 9px;
  border-color: transparent transparent #343434;
  border-style: solid;
}
#headerTimeLine:after {
  content: "";
  position: absolute;
  right: 18px;
  top: -8px;
  border-width: 0 8px 8px;
  border-color: transparent transparent #e84c80;
  border-style: solid;
}
  #headerTimeLine iframe {
    width: 100%;
    border-radius: 5px;
  }

/* !loginMenu
---------------------------------------------------------- */
#loginMenuWrap {
  display: none;
  visibility: visible;
  opacity: 1;
  text-align: left;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 2;
  border: 1px solid #1b1b1b;
  border-radius: 5px;
  width: auto;
  background: #bdbbbb;
  box-shadow: 3px 4px 3px rgba(0,0,0,.2);
  -webkit-transition: none;
  transition: none;
}
#loginMenuWrap:before {
  content: "";
  position: absolute;
  right: 33px;
  top: -9px;
  border-width: 0 9px 9px;
  border-color: transparent transparent #1b1b1b;
  border-style: solid;
}
#loginMenuWrap:after {
  content: "";
  position: absolute;
  right: 34px;
  top: -8px;
  border-width: 0 8px 8px;
  border-color: transparent transparent #bdbbbb;
  border-style: solid;
}
#sub #loginMenuWrap {
  display: block;
  border-color: #959595;
  position: relative;
  right: 0;
  top: 0;
  -moz-box-shadow: 2px 0 6px -3px rgba(0,0,0,.6);
  -webkit-box-shadow: 2px 0 6px -3px rgba(0,0,0,.6);
  box-shadow: 2px 0 6px -3px rgba(0,0,0,.6);
  border-top-right-radius: 0;
}
#sub #loginMenuWrap:before,
#sub #loginMenuWrap:after {
  display: none;
}
  #loginMenuUserWrap {
    padding: 10px;
    position: relative;
    display: block;
    min-height: 1%;
  }
  #loginMenuUserWrap:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
  }
    #loginMenuUserWrap #loginMenuUserIcon {
      float: left;
      border-radius: 4px;
      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2);
      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2);
      box-shadow: 0 1px 0 rgba(255,255,255,.2);
      margin: 0 9px 0 0;
      overflow: hidden;
      width: 50px;
      height: 50px;
    }
      #loginMenuUserWrap #loginMenuUserIcon img {
        max-width: 50px;
        max-height: 50px;
        text-align: center;
        border-radius: 4px;
      }
    #loginMenuUserWrap #loginMenuUserInfo {
      overflow: hidden;
      word-break: break-all;
    }
      #loginMenuUserWrap #loginMenuUserInfo .name {
        color: #343434;
      }
      #loginMenuUserWrap #loginMenuUserInfo .userid {
        margin: 2px 0 0;
        color: #333;
        font-size: 85.7%;
        word-break: break-all;
      }
  #loginMenuContactWrap {
    border-top: 1px solid #959595;
    padding: 6px;
    background: #f8f8f8;
    display: block;
    min-height: 1%;
  }
  #loginMenuContactWrap:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
  }
    #loginMenuContactWrap .message,
    #loginMenuContactWrap .friend {
      position: relative;
      width: 98px;
      float: left;
    }
    #loginMenuContactWrap .friend {
      float: right;
    }
      #loginMenuContactWrap .message .badge,
      #loginMenuContactWrap .friend .badge {
        position: absolute;
        top: -5px;
        right: -2px;
      }
      #loginMenuContactWrap .message a,
      #loginMenuContactWrap .friend a {
        display: block;
        padding: 12px 2px 11px 7px;
        border-radius: 6px;
      }
        #loginMenuContactWrap .message a span,
        #loginMenuContactWrap .friend a span {
          display: block;
          text-align: left;
        }
        #loginMenuContactWrap .message a span {
          padding: 0 0 0 21px;
        }
        #loginMenuContactWrap .friend a span {
          padding: 0 0 0 25px;
        }
        #loginMenuContactWrap .message a span:after {
          background-position: -280px -90px;
          width: 18px;
          height: 16px;
          margin: -8px 0 0;
        }
        #loginMenuContactWrap .friend a span:after {
          background-position: -280px -140px;
          width: 20px;
          height: 17px;
          margin: -8px 0 0;
        }
        #loginMenuContactWrap .message a:hover span:after {
          background-position: -320px -90px;
        }
        #loginMenuContactWrap .friend a:hover span:after {
          background-position: -320px -140px;
        }
  #loginMenuWrap .title {
    padding: 4px 8px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    background: #4C4B4B;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    font-size: 78.6%;
    width: 100%;
    box-sizing: border-box;
  }
  #loginMenuMygame {
    padding: 8px;
    overflow: hidden;
    background: #f8f8f8;
  }
    #loginMenuMygame ul {
      margin: 0 0 0 -8px;
      display: block;
      min-height: 1%;
    }
    #loginMenuMygame ul:after {
      clear: both;
      content:".";
      display: block;
      height: 0;
      visibility: hidden;
    }
      #loginMenuMygame ul li {
        float: left;
        margin: 0 0 0 8px;
        width: 60px;
      }
      #loginMenuMygame ul li.btn a {
        display: block;
        width: 58px;
        height: 58px;
        overflow: hidden;
        text-indent: -9999px;
        border: 1px solid #bdbbbb;
        background: url(../../img/contents_pc/common/main_image_01.png) no-repeat -200px -190px;
        border-radius: 3px;
      }
      #loginMenuMygame ul li.btn a:hover {
        position: relative;
        top: 1px;
        background-position: -280px -190px;
      }

.loginMenuBtn01,
.loginMenuBtn02 {
  padding: 6px 8px;
  background: #e9e9e9;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
  .loginMenuBtn01 ul,
  .loginMenuBtn02 ul {
    margin: -5px 0 0;
  }
    .loginMenuBtn01 ul li,
    .loginMenuBtn02 ul li {
      margin: 5px 0 0;
    }
      .loginMenuBtn01 ul li a {
        padding: 5px 20px 5px 22px;
      }
        .loginMenuBtn01 ul li a span {
          display: block;
        }
      .loginMenuBtn02 ul li a {
        padding: 5px 2px;
      }

.loginMenuList01 {
  background: #f8f8f8;
  overflow: hidden;
}
  .loginMenuList01 p.timelineNodata {
    font-size: 91.7%;
    padding:10px;
    }
  .loginMenuList01 ul {
    margin: -1px 0 0;
  }
    .loginMenuList01 ul li {
      font-size: 85.7%;
      border-top: 1px dotted #939393;
      padding: 8px;
      display: block;
      min-height: 1%;
    }
    .loginMenuList01 ul.timeline li {
      font-size: 78.6%;
    }
    .loginMenuList01 ul li:after {
      clear: both;
      content:".";
      display: block;
      height: 0;
      visibility: hidden;
    }
      .loginMenuList01 ul li .icon,
      .loginMenuList01 ul li .userIcon {
        float: left;
        margin: 0 7px 0 0;
      }
        .loginMenuList01 ul li > .userIcon img {
          border: 1px solid #ababab;
          border-radius: 3px;
        }
      .loginMenuList01 ul li .text {
        overflow: hidden;
      }
      .loginMenuList01 ul li .official {
        font-size: 91.7%;
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 1px 3px;
        background: #73c8d4;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(7,0,2,.1);
        border-radius: 2px;
      }
      .loginMenuList01 ul li .gameWrap {
        clear: both;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #ddd;
        margin: 5px 0 0;
        padding: 6px;
      }
      .loginMenuList01 ul li a .gameWrap {
        border: 1px solid #ddd;
      }
        .loginMenuList01 ul li .gameWrap .game {
          display: table;
          width: 100%;
        }
          .loginMenuList01 ul li .gameWrap .game .icon {
            display: table-cell;
            width: 50px;
            float: none;
            margin: 0;
          }
          .loginMenuList01 ul li .gameWrap .game .name {
            display: table-cell;
            vertical-align: middle;
          }
          .loginMenuList01 ul li a:hover .gameWrap .game .name {
            text-decoration: underline;
          }

.loginMenuList02 {
  background: #f8f8f8;
  overflow: hidden;
}
  .loginMenuList02 ul {
    margin: -1px 0 0;
  }
    .loginMenuList02 ul li {
      font-size: 85.7%;
      border-top: 1px dotted #939393;
    }
      .loginMenuList02 ul li a {
        display: block;
        padding: 10px 10px 10px 35px;
        position: relative;
        color: #4c4b4b;
        text-shadow: 0 1px 1px rgba(255,255,255,.75);
      }
      .loginMenuList02 ul li a:hover {
        background: #ffecf2;
        text-decoration: none;
      }
      .loginMenuList02 ul li a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 9px;
        background: url(../../img/contents_pc/common/main_image_01.png) no-repeat 0 0;
      }
      .loginMenuList02 ul li.favorite a:before {
        width: 17px;
        height: 20px;
        margin: -10px 0 0;
        background-position: -360px -90px;
      }
      .loginMenuList02 ul li.profile a:before {
        width: 21px;
        height: 17px;
        margin: -9px 0 0;
        background-position: -360px -140px;
      }
      .loginMenuList02 ul li.account a:before {
        width: 21px;
        height: 21px;
        margin: -11px 0 0;
        background-position: -360px -190px;
      }

#loginMenuLogout01 {
  background: #f8f8f8;
  border-top: 1px solid #959595;
  padding: 8px 10px;
  text-align: right;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
  #loginMenuLogout01 a {
    font-size: 85.7%;
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
    color: #4c4b4b;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
  }
  #loginMenuLogout01 a:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0.2em;
    background: url(../../img/contents_pc/common/main_image_01.png) no-repeat 0 -290px;
  }

/* コインメニュー
---------------------------------------------------------- */
.headerCoinInfo{
 overflow: hidden;
 padding: 9px 9px 10px;
 position: relative;
}
 .headerCoinInfo input[type="number"]{
 	width: 100%;
 	border: 1px solid #2f2f2f;
 	border-radius: 2px;
 	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
 	-ms-border-radius: 2px;
 	box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	padding: 7px 10px;
  font-size: 114.3%;
 }
 .headerCoinInfo input[type="submit"].btnSandboxType01{
 	margin-top: 10px;
  width: 100%;
 	background: #ff95b8; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff95b8 0%, #e84f83 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff95b8), color-stop(100%,#e84f83)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff95b8 0%,#e84f83 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top,  #ff95b8 0%,#e84f83 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff95b8 0%,#e84f83 100%); /* W3C */
		border: 1px solid #e94f82;
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,.3);
		padding:5px;
		box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
		font-weight: bold;
		line-height: 1.3;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,.1);
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
		text-align: center;
	}
 .headerCoinInfo input[type="submit"].btnSandboxType01.disabled{
 	color: #969696 !important;
 	text-shadow:0 1px 0 rgba(255,255,255,0.8) !important;
 	-moz-box-shadow:none !important;
 	-webkit-box-shadow:none !important;
 	box-shadow:none !important;
 	border-color: #bdbbbb !important;
 	background: none #e3e3e3 !important;
 	top: 0 !important;
 	opacity: 1;
 	cursor: default;
	}
		
/* メニュー
---------------------------------------------------------- */
#loginMenuUserInfo .name a{
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.loginMenuList02 ul li a {
 color: #4c4b4b;
 display: block;
 padding: 10px 10px 10px 30px;
 position: relative;
 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 font-size: 100%;
}
 .loginMenuList02 ul li a:before {
 	content: "";
 	position: absolute;
 	top: 50%;
 	left: 9px;
 	background: url(../../img/contents_pc/common/main_image_01.png) no-repeat 0 -290px;
 	width: 17px;
 	height: 20px;
 	margin: -6px 0 0;
 }


/* ログイン
---------------------------------------------------------- */
.sandboxLogin01 {
	margin: 40px auto 60px;
	width: 480px;
}

 .sandboxLogin01 .title01 {
		font-size: 114.3%;
	}
 .sandboxLogin01  .cornerContents01 {
		padding: 18px 25px;
	}

/* プロフィール編集
---------------------------------------------------------- */
.formTable02 input.inputTxtType01.birthTxt[type="text"]{
	float:left;
	width: 100px;
	font-size: 114.3%;
}

.notesWrap01.success p {
	border: 1px solid #fea8c4;
 background: #ffc9da;
 color: #454545;
 font-size: 14px;
 font-weight: bold;
 line-height: 1;
 padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom:15px;
	margin-top:-5px;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
}

/* アプリリスト
---------------------------------------------------------- */
#contentsSandbox{
	width:980px;
	margin: 0 auto;
	padding: 20px 0 60px;
}
	
.sandboxAppList01 {
 padding: 20px;
}
 .sandboxAppList01 > ul::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
 }
 .sandboxAppList01 > ul {
  display: block;
  margin: -25px 0 0 -20px;
  min-height: 1%;
 }
  .sandboxAppList01 > ul > li:nth-child(3n+1) {
   clear: both;
  }
  .sandboxAppList01 > ul > li {
   float: left;
   margin: 25px 0 0 20px;
   width: 298px;
			position: relative;
  }
   .sandboxAppList01 ul li .image {
    float: left;
    margin: 0 12px 0 0;
    position: relative;
   }
   .sandboxAppList01 ul li .textWrap {
    overflow: hidden;
				padding-bottom: 4px;
   }
    .sandboxAppList01 ul li .textWrap .outline {
					height:68px;
				}
    .sandboxAppList01 ul li .textWrap .name {
     font-size: 114.3%;
     line-height: 1.3;
					display: inline-block;
					word-break: break-all;
    }
    .sandboxAppList01 ul li .textWrap .id {
					color: #666;
					font-size: 92.9%;
				}
	
	.sandboxAppList01 .btnSandboxType01,
 .sandboxAppList01 .btnSandboxType02,
 .sandboxAppList01 .btnSandboxType03{
		margin-bottom: 8px;
	}
 .sandboxAppList01 .btnSandboxType03:last-child{
		margin-bottom: 0;
	}
	.sandboxAppList01 .btnSandboxType01 a,
 .sandboxAppList01 .btnSandboxType02 a,
 .sandboxAppList01 .btnSandboxType03 a{
		display: block;
		width: 206px;
		padding:5px;
		box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
		font-weight: bold;
		line-height: 1.3;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,.1);
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
		text-decoration: none;
		text-align: center;
 }

 .sandboxAppList01 .btnSandboxType01 a{
		background: #ff95b8; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff95b8 0%, #e84f83 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff95b8), color-stop(100%,#e84f83)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff95b8 0%,#e84f83 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top,  #ff95b8 0%,#e84f83 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff95b8 0%,#e84f83 100%); /* W3C */
		border: 1px solid #e94f82;
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,.3);
 }
 .sandboxAppList01 .btnSandboxType02 a{
		color: #fff;
		border: 1px solid #53bdcb;
		text-shadow: 0 -1px 0 rgba(0,0,0,.3);
		background: #51bbca; /* Old browsers */
		background: -moz-linear-gradient(bottom, #51bbca 0%, #7be3f2 100%);
		background: -webkit-gradient(linear,left bottom,left top, from(#51bbca), to(#7be3f2)); 
		background: -webkit-linear-gradient(bottom, #51bbca 0%, #7be3f2 100%);
		background: -ms-linear-gradient(bottom,  #51bbca 0%, #7be3f2 100%); /* IE10+ */
		background: linear-gradient(bottom, #51bbca 0%, #7be3f2 100%);
 }
 .sandboxAppList01 .btnSandboxType03 a{
 	color: #52aebb;
		border: 1px solid #bdbbbb;
		text-shadow: 0 1px 0 rgba(255,255,255,1);
		background: #fcfcfc; /* Old browsers */
		background: -moz-linear-gradient(top,  #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top,  #fcfcfc 0%,#dbdbdb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fcfcfc 0%,#dbdbdb 100%); /* W3C */
 }
 .sandboxAppList01 .btnSandboxType01 a:hover,
 .sandboxAppList01 .btnSandboxType02 a:hover,
 .sandboxAppList01 .btnSandboxType03 a:hover{
		position: relative;
		top: 1px;
		opacity: 0.8;
	}

	.sandboxAppList01 .btnSandboxType01 a.disabled,
 .sandboxAppList01 .btnSandboxType02 a.disabled,
 .sandboxAppList01 .btnSandboxType03 a.disabled{
 	color: #969696 !important;
 	text-shadow:0 1px 0 rgba(255,255,255,0.8) !important;
 	-moz-box-shadow:none !important;
 	-webkit-box-shadow:none !important;
 	box-shadow:none !important;
 	border-color: #bdbbbb !important;
 	background: none #e3e3e3 !important;
 	top: 0 !important;
 	opacity: 1;
 	cursor: default;
	}
			
	/* ユーザーリスト
---------------------------------------------------------- */
.sandboxUserList01 {
	padding: 20px;
}
	.sandboxUserList01 ul {
  margin: -25px 0 0 -20px;
		display: block;
		min-height: 1%;
	}
	.sandboxUserList01 ul:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
		.sandboxUserList01 ul li {
			float: left;
			width: 298px;
   margin: 25px 0 0 20px;
			position: relative;
		}
		.sandboxUserList01 ul li:nth-child(3n+1) {
			clear: both;
		}
			.sandboxUserList01 ul li .image {
				float: left;
    margin: 0 12px 0 0;
			}
			.sandboxUserList01 ul li .textWrap {
				overflow: hidden;
			}
 			.sandboxUserList01 ul li .textWrap .outline {
					height:50px;
				}
    .sandboxUserList01 ul li .textWrap .name {
					font-size: 92.9%;
     line-height: 1.3;
					display: inline-block;
					word-break: break-all;
    }
    .sandboxUserList01 ul li .textWrap .id {
					color: #666;
					font-size: 92.9%;
				}
				.sandboxUserList01 ul li .textWrap .text01 {
					font-size: 78.6%;
					margin-top: 5px;
					color: #666;
				}
				.sandboxUserList01 ul li .textWrap .text02 {
					font-size: 85.7%;
					margin-top: 5px;
					color: #666;
				}


/* アイコン
---------------------------------------------------------- */
.sandboxAppList01 .image{
display:block;
height:80px;
width:80px;
background-color: #cbcbca;
position:relative;
-moz-box-shadow: inset 0px 0 1px rgba(7,0,2,.1);
-webkit-box-shadow: inset 0px 0 1px rgba(7,0,2,.1);
box-shadow: inset 0px 0 1px rgba(7,0,2,.1);
}

.sandboxUserList01 .image{
 display:block;
	height:70px;
 width:70px;
 background-color: #cbcbca;
	position:relative;
 border: 1px solid #b4b4b3;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -ms-box-sizing: border-box;
}

.sandboxAppList01 .image:after,
.sandboxUserList01 .image:after{
position: absolute;
display: block;
height:80px;
width:80px;
content: "";
top: 0;
left: 0;
background: url(../../img/sandbox_pc/main_image_01.png) no-repeat;
}
.sandboxAppList01 .image:after{
background-position: -68px -84px;
}
 .sandboxUserList01 .image:after{
height:70px;
width:70px;
background-position: 11px -80px;
}

#loginMenuUserWrap #loginMenuUserIcon{
 display:block;
	height:50px;
 width:50px;
 background-color: #686868;
	position:relative;
 border: 1px solid #686868;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -ms-box-sizing: border-box;
}
	
#loginMenuUserWrap #loginMenuUserIcon:after{
position: absolute;
display: block;
height:50px;
width:50px;
content: "";
top: 0;
left: 0;
background: url(../../img/sandbox_pc/main_image_01.png) no-repeat;
background-position: -191px -82px;
}
		
		
/* 切り替えボタン
---------------------------------------------------------- */
#contentsSandbox .radioType02 {
 border-collapse: separate;
 display: table;
 table-layout: fixed;
 width: 206px;
}

#contentsSandbox .radioType02:nth-of-type(2){ margin-top:8px;}

#contentsSandbox .radioType02 .disabled{
 	color: #969696 !important;
 	text-shadow:0 1px 0 rgba(255,255,255,0.8) !important;
 	-moz-box-shadow:none !important;
 	-webkit-box-shadow:none !important;
 	box-shadow:none !important;
 	border-color: #bdbbbb !important;
 	background: none #e3e3e3 !important;
 	top: 0 !important;
 	opacity: 1;
 	cursor: default;
}

#contentsSandbox .mailsSettingTxt {
 left: 300px;
 top: 66px;
}

#contentsSandbox .sandboxUserList01 .radioType02 {
 width: 214px;
}

#contentsSandbox .sandboxUserList01 .mailsSettingTxt {
 left: 300px;
 top: 65px;
}

#contentsSandbox .sandboxUserList01 .radioType02:nth-of-type(2) + .mailsSettingTxt {
 left: 300px;
 top: 100px;
}


/* ゲームページ
---------------------------------------------------------- */
.nogameWrap{
  width:700px;
  border: 1px solid #939393;
  border-radius: 4px;
  margin: 40px auto 60px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.nogameWrap .nogameTxt{
  background: none repeat scroll 0 0 #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 10px 18px;
}
.nogameWrap .nogameTxt .text{
  background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 107.1% ;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
  width: 450px;
  color:#333;
  line-height: 1.8;
}
  


/* フッター
---------------------------------------------------------- */
#footer .copyright {
  padding-top: 15px;
}


/* テストアカウントの登録 */

#contentsWrap02 .test_regist{
  padding: 30px 30px 60px;
}
#contentsWrap02 .test_regist .link_box_01{
  margin-right: -8px;
  margin-bottom: -8px;
}

#contentsWrap02 .test_regist .base_text_01 {
  padding: 0 10px;
}
#contentsWrap02 .test_regist .base_text_02 {
  padding: 0 10px;
}
#contentsWrap02 .test_regist .link_box_01 .last{
  background: #eee;
  padding: 10px;
  font-size: 12px;
}
#contentsWrap02 .test_regist .link_box_01 .last a{
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fafafa;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  padding: 10px 30px;
}