@charset "UTF-8";
/* CSS Document */

p, li, tr, td {
	line-height:1.5;
	font-size: 14px;
	color: #660033;
}
/*------------------------現在ページ------------------------*/
li.this a {
  background-image: url(../img/btn_lesson.png);
  background-position: bottom;
}
/*------------------------高さ調整------------------------*/
.wrapper, .sidebar {
  height: 3480px;
}
#content5 {
  width: 680px;
  margin: 30px 50px 0 240px;
  position: absolute;
}
#content5 h2 {
	line-height:1.0	;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
	border-left: #ed8492 8px solid;
	text-indent: 0.5em;
	margin-bottom: 10px;
}
.detail, .detail_1 {
	margin: 0 0 30px 0;
}
p.detail_space {
  margin-bottom: 15px;
}
tr, td {
	height: 30px;
	text-align: 
}
td.course {
	width: 230px;
	text-indent: 1em;
	text-align: left;
}
table, td {
	border: 1px #660033 dotted;
	margin: 20px 0  5px 10px;
}
ul.lessonlist {
	margin: 10px 0;
	text-indent: 1em;
}
p.info {
	margin: 0px 0px 10px 20px;
}
P#tablecap {
	margin-left:20px;
}
dt {
	line-height:1.5;
	font-weight: bold;
	font-size: 14px;
	color: #660033;
	margin-bottom: 2px;
}
dd {
	line-height:1.5;
	font-size: 14px;
	color: #660033;
}
dl {
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: #660033 1px dotted;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height:2.5em;
	color: #660033;
}
.kit {
  font-size: 13px;
	font-weight: bold;
	line-height:1.5em;
	color: #660033;
}
#payment {
  width: 530px;
  border: #660033 1px solid;
  margin: 10px auto;
  padding: 10px;
}
#payment p {
  text-align: center;
  margin-bottom:3px;
  font-size: 14px;
  font-weight: bold;
}

/*------------------------2重取消線　位置調整------------------------*/
#ContA {
    font-family: Meiryo;
    line-height: 1.5;
    margin: 10px;
    padding: 0.2em;
    width: fit-content;
   /* border: 1px solid #aaa; */
}

span.delete {
    background: linear-gradient( transparent 0.6em, #f00 0, #f00 calc(0.6em + 1px), transparent 0, transparent calc(0.6em + 3px), #f00 0, #f00 calc(0.6em + 4px), transparent 0);
}

/*------------------------レッスンphoto位置調整------------------------*/

#lessonphoto_1 {
  position: absolute;
  top: 180px;
  left: 500px;
}
#lessonphoto_2 {
  position: absolute;
  top: 1130px;
  left:500px;
}
#lessonphoto_3 {
  position: absolute;
  top: 1330px;
  left:580px;
}
#lessonphoto_4 {
  position: absolute;
  top: 1370px;
  left:500px;
}


/*------------------------戻るボタン------------------------*/
p#back-top a:link, p#back-top a:visited {
  color: #ED8492;
}
p#back-top a:hover {
  color: #660033;
}
p#back-top {
  float: right;
  margin-right: 20px;
}
