@charset "utf-8";

/* tuto */
.tuto a:link,
.tuto a:visited,
.tuto a:active{
	color: #8484ff;
	text-decoration: none;
}
.tuto a:hover{
	color: #ff8484;
	text-decoration: none;
}

/* inner */
.inner{
  margin: 10px;
}
.inner p{
  text-align: left;
}
dl.inner{
  margin-bottom: 60px;
}

/* title */
.inner.title{
  background: #ff7fff;
}
.shura .inner.title{
  background: #bba0db;
}
.inner.title p{
  padding: 20px;
  font-size: 18px;
  text-align: center;
  text-shadow: 1px 1px 0px #663366;
}
.shura .inner.title p{
  text-shadow: 1px 1px 0px #2b2533;
}
.inner.title p,
dt.head p{
  font-weight: bold;
  color: #ffffff;
}

/* head */
dt.head{
  display: block;
  height: 56px;
  margin-bottom: 10px;
  background: #8484ff url(../img/common/accHead.png) no-repeat center right 10px;
}
.shura dt.head{
  background: #865db7 url(../../shura/img/common/accHeadS.png) no-repeat center right;
}
@media(max-width:499px){/* for mobile */
  dt.head{
    height: auto;
    background: #8484ff;
  }
  .shura dt.head{
    background: #865db7;
  }
}
dt.head p{
  padding:  12px 20px;
  font-size: 16px;
  text-shadow: 1px 1px 0px #353566;
}
dt.head.dtHeadK{/* IE8- BG */
  background: #8484ff;
}
.shura dt.head.dtHeadS{/* IE8- BG */
  background: #865db7;
}

/* detail */
dd.detail{
  margin: 10px 0px 20px;
  background: #f4f4ff url(../img/common/accDetailBG.png) no-repeat bottom 30px right 30px;
}
.tuto.score dd.detail,
.tuto.bonus dd.detail{
  background: #f4f4ff url(../img/common/accDetailBGn.png) no-repeat bottom 30px right 30px;
}
.shura dd.detail{
  background: #ead6ff url(../../shura/img/common/subBoxBGy.png) no-repeat bottom 30px right 30px;
}
.shura dd.detail.kuck{
  background: #ead6ff url(../../shura/img/common/subBoxBGk.png) no-repeat bottom 30px right 30px;
}
@media(max-width:599px){/* for mobile */
  dd.detail,
  .tuto.score dd.detail,
  .tuto.bonus dd.detail{
    background-position: bottom 10px right 10px;
  }
}
dd.detail ul{
  padding: 10px 0px 20px 0px;
}
dd.detail ul.head{
  justify-content: end;
  padding: 20px 0px 0px 0px;
}
dd.detail ul li{
  margin: 10px 10px 20px 10px;
}
dd.detail ul.head li{
  margin: 0px 5px;
}
dd.detail ul.head li:last-child{
  margin-right: 30px;
}
dd.detail ul li.text{
  margin-bottom: 2em;
}
dd.detail ul li.qt{
  margin: 0em 1em;
}
dd.detail ul.head li div{
  width: 100px; height: 32px;
  background: url(../img/tutorial/tutoKbn.png) no-repeat;
}
dd.detail ul.head li div.neo{
  background-position: -100px 0px;
}
dd.detail.ddDetailK{/* IE8- BG */
  background: #f4f4ff;
}
.shura dd.detail.ddDetailS{/* IE8- BG */
  background: #ead6ff;
}

/* pict */
.pict{
  min-width: 250px; min-height: 100px;
}

/* pictC */
ul.pictC li.pict,
li.pictC{
  text-align: center;
}
ul.pictC li.text{
  width: 500px;
}
@media(max-width:599px){/* for mobile */
  ul.pictC li.text{
    width: 400px;
  }
}

/* text */
.text{
  min-width: 400px;
}
@media(max-width:499px){/* for mobile */
  .text,
  ul.pictC li.text{
    width: auto;
    min-width: auto;
  }
}
.sp .text{
  font-weight: bold;
  color: #7f7fff;
  padding-left: 1em;
}
.sp .text.ml{
  padding-left: 2em;
}

/* textList */
.textList{
  margin: 0px 30px;
}
@media(max-width:499px){/* for mobile */
  .textList{
    margin: 0px 10px;
  }
}
.textList li{
  margin-bottom: 20px;
}
.textList p.title{
  font-size: 14px;
  padding: 10px 0px;
}
.textList p.ml{
  padding-left: 1em;
}

/* capt */
.capt img{
  margin: 0em 1em 1em 2em;
}
.capt ul.flexbox.sc{
  justify-content: flex-start;
  padding-top: 0px;
}
.capt ul.flexbox.sc li:first-child{
  min-width: 350px;
}
@media(max-width:499px){/* for mobile */
  .capt img{
    margin: 0em 1em;
  }
  .capt ul.flexbox.sc li:first-child{
    min-width: auto;
  }
}
.capt p.title{
  padding-bottom: 0px;
}
.capt p.text{
  min-width: auto;
}

/* table */
div.table{
  padding: 30px 70px;
}
@media(max-width:799px){/* for mobile */
  div.table{
    padding: 30px;
    font-size: 12px;
  }
}
@media(max-width:599px){/* for mobile */
  div.table{
    padding: 20px 10px;
  }
}
table.tutoS{
	width: 100%;
}
table.tutoS tr,
table.shura tr{
	background-color: #ffefff;
  height: 40px;
}
table.tutoS tr:nth-child(odd),
table.shura tr:nth-child(odd){
	background-color: #ffe5f2;
}
table.tutoS tr:first-child,
table.shura tr:first-child{
	background-color: #ffcce5;
}
table.tutoS tr td,
table.shura tr td{
	padding: 14px;
}
@media(max-width:699px){/* for mobile */
  table.tutoS tr td,
  table.shura tr td{
    padding: 12px;
  }
}
table.tutoS tr td:first-child,
table.tutoS tr td:nth-child(2){
  min-width: 40px;
}
table.tutoS tr td.shugyosha{
	background: url(../img/rank/rankImgSh.png) no-repeat right 5px center;
  padding-right: 25px;
}
table.tutoS tr td.junmeijin{
	background: url(../img/rank/rankImgJ.png) no-repeat right 5px center;
  padding-right: 25px;
}
table.tutoS tr td.meijin{
	background: url(../img/rank/rankImgM.png) no-repeat right 5px center;
}
table.tutoS tr td.tatsujin{
	background: url(../img/rank/rankImgT.png) no-repeat right 5px center;
}
table.tutoS tr td.chojin{
	background: url(../img/rank/rankImgC.png) no-repeat right 5px center;
}
table.tutoS tr td.uchujin{
	background: url(../img/rank/rankImgU.png) no-repeat right 5px center;
}
table.tutoS tr td.sp{
	background: url(../img/rank/rankImgSp.png) no-repeat right 5px center;
}
@media(max-width:899px){/* for mobile */
  table.tutoS tr td.shugyosha,
  table.tutoS tr td.junmeijin,
  table.tutoS tr td.meijin,
  table.tutoS tr td.tatsujin,
  table.tutoS tr td.chojin,
  table.tutoS tr td.uchujin,
  table.tutoS tr td.sp{
    background-image: none;
  }
  table.tutoS tr td.shugyosha,
  table.tutoS tr td.junmeijin{
    padding-right: 14px;
  }
}
@media(max-width:699px){/* for mobile */
  table.tutoS tr td.shugyosha,
  table.tutoS tr td.junmeijin{
    padding: 12px;
  }
}

/* movieVer */
.movieVer{
  margin: 20px 0px;
}
.movieVer p.link{
  padding: 10px;
}
