
body {
  font-family: "Open Sans", 'Century Gothic', 'Muli', "Helvetica Neue", Helvetica, "Arial", 'Kosugi Maru', "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #737273;
  background-color: #F2F2F2;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 576px){
	footer { font-size: 3.5vw}
	}

.under {
  background: linear-gradient(transparent 70%, #F7CFC6 70%);
  }

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

h1.abclist {
  background: linear-gradient(transparent 90%, #F2D3D0 90%);
}

h2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 40px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
    font-family: kan415typos-std,sans-serif;
    font-style: normal;
}

h2 span {
    display:  block;        /* ブロック要素にする */
    font-size:  20px;       /* 文字サイズ指定 */
    margin-top:  10px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 140px;           /* 幅指定 */
    margin: 10px auto 0;    /* 周りの余白指定 */
    background-color:  #F2F2F2;/* 背景色指定 */
    font-family: kan415typos-std,sans-serif;
    font-style: normal;
	color: rgba(115,114,115,0.5)
}
 
h2 span::before {
    content: '';            /* 空の要素を作る */
    height:  1px;           /* 高さ指定 */
    background-color: rgba(115,114,115,0.5);/* 背景色指定 */
    position:  absolute;    /* 位置調整 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
    width: 200px;           /* 幅指定 */
    left:  -30px;           /* 位置調整 */
}

h5.title {
  color: #F7CFC6;
  font-size: 4rem;
    font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
	padding-top: 20px;
	padding-bottom: 10px;
}

h5 span{
	position: relative;
	padding: 0.25em 0;
}
h5 span:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, #F7CFC6, #BFA19F);
	background: -webkit-linear-gradient(to right, #F7CFC6, #BFA19F);
	background: linear-gradient(to right, #F7CFC6, #BFA19F);
}

h5 span a {
	color: inherit;
	transition: .3s;
}

h5 span a:hover{
  color: inherit;
  opacity: .5;
  text-decoration: none;
}

h5.minititle {
	text-align: center;
	color: #737273;
	text-shadow: 2px 2px 10px #737273;
	opacity: .5;
	font-size: 2rem;
    font-family: kan415typos-std,sans-serif;
    font-style: normal;
}



h6, .h6 {
  color: #AFA8BF;
  background: linear-gradient(transparent 70%, rgba(175,168,191,0.5) 70%)
}

.box-info {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	padding: 2rem 1rem 1rem;
	margin-bottom: 3rem;
	text-align: left;
	line-height: 2em;
	border: 1px solid #BFA19F;
	border-radius: 3px;
}

.box-info p{
	font-size: 1rem;
	text-align: justify;
	padding-top: 8px;
}

.box-info::after {
	position: absolute;
	right: 0;
	top: 0px;
	line-height: 1rem;
	height: 2rem;
	color: #BFA19F;
	content: 'information';
	font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 18px;
	border-left: 1px solid #BFA19F;
	border-bottom: 1px solid #BFA19F;
	padding: 5px 7px 7px 7px;
	border-bottom-left-radius: 5px;
}

.box-info span{
  transition: .3s;
  color: #BFA19F;
  border: solid thin #BFA19F;
  padding: 5px;
  margin: 3px 0;
  border-radius: 5px;
  display: inline-block;
}

.box-info span:hover{
  color: #F2F2F2;
  background-color: #BFA19F;
  opacity: .8;
  text-decoration: none;
}

p.date{
	font-weight: bold;
}

.txt a,.box-info a{
  transition: .3s;
  color: #BFA19F;
}

.txt a:hover,.box-info a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dashed #F2D3D0;
}

.box01 {
	padding: 2rem 2rem 1.5rem;
	text-align: center;
	max-width: 750px;
	border: 1px solid #BFA19F;
	border-radius: 3px;
	position: relative;
}

.box01 span {
	position: absolute;
	left: 0;
	top: 0px;
	background-color: #F2F2F2;
	color: #BFA19F;
    font-family: kan415typos-std,sans-serif;
    font-style: normal;
	font-size: 15px;
	border-right: 1px solid #BFA19F;
	border-bottom: 1px solid #BFA19F;
	padding: 0 5px 5px;
	border-bottom-right-radius: 5px;
}

.box01 p {
    font-size: .8em; 	
}

.infomation a {
  transition: .3s;
  color: #BFA19F;
}

.infomation a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

.listinitial a {
  transition: .3s;
  color: #BFA19F;
  border: solid thin #BFA19F;
  padding: 4px 8px;
  margin: 5px 0;
  border-radius: 5px;
  display: inline-block;
}


.listinitial a:hover {
  color: #F2F2F2;
  background-color: #BFA19F;
  opacity: .8;
  text-decoration: none;
}

.listinitial_i a {
  transition: .3s;
  color: #BFA19F;
  border: solid thin #BFA19F;
  padding: 4px 8px;
  margin: 5px 0;
  border-radius: 5px;
  display: inline-block;
}


.listinitial_i a:hover {
  color: #F2F2F2;
  background-color: #BFA19F;
  opacity: .8;
  text-decoration: none;
}

ol.abclist{
  counter-reset:list;
  list-style-type:none;
  padding:0 0 2rem 0;
}
ol.abclist li{
  position:relative;
  margin: 7px 0 7px 0px;
  padding-left:40px;
  font-size:16px;
  line-height: 30px;
  border: 1px solid #C4A9A8;
  border-radius: 3px;
  color: #F2F2F2;
}
ol.abclist li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #F2F2F2;
  line-height:30px;
  background: #C4A9A8;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abclist li a {
	color: #737273;
  transition: .3s;
}

.abclist li a:hover {
	opacity: .5;
	text-decoration: none;
}

/*ここから歌詞索引専用*/
ol.indexlist{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
ol.indexlist li{
  position:relative;
  margin: 7px 0 7px 0px;
  font-size:13px;
  line-height: 30px;
  border-bottom: 1px solid #C4A9A8;
  color: #F2F2F2;
}
ol.indexlist li span{
	position: absolute;
	right: 0;
	color: #BFA19F;
	font-size: .8em;
}

.indexlist li a {
	color: #737273;
  transition: .3s;
}

.indexlist li a:hover {
	opacity: .5;
	text-decoration: none;
}
/* ここまで */

.abclistline {
	padding-bottom: 1rem;
}

#page-top {
    position: fixed;
    width: 100px;
    height: 60px;
    bottom: 0;
    right: 5px;
    font-size: 18px;
}

#page-top a {
    background: rgba(191,161,159,0.5);
    text-decoration: none;
    color: #F2F2F2;
    width: 100px;
	height: 60px;
    text-align: center;
    display: block;
    border-radius: 15px;
}

#page-top a::before{
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #F2F2F2;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page-top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #F2F2F2;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page-top a:hover {
    text-decoration: none;
    background: #BFA19F;
	color: #BFA19F;
}

.box02 {
	font-size: .8em;
    padding: 0.2em 0.5em;
    margin: 2em 0;
	border-bottom: 1px dotted #BFA19F;
}
.box03 {
	font-size: .8em;
    padding: 0.2em 0.5em;
    margin: 2em 0;
	border-bottom: 1px dotted #BFA19F;
	line-height: 1rem;
}

.taganch {
	font-size: .8em;
    padding: 0.2em 0.5em;
	margin: 0;
}

.taganch a{
  transition: .3s;
  color: #BFA19F;
}

.taganch a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

 /* テーブルデザイン */

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

table tr {
  background-color: rgba(242,211,208,0.3);
  padding: .35em;
  border-bottom: 2px solid #F2F2F2;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #F2F2F2;
}
table th {
  position: relative;
}
table thead tr{
  background-color: #BFA19F;
  color: #F2F2F2;
}
table tbody th {
    background: rgba(115,114,115,.5);
    color: #F2F2F2;
}

table tr td:nth-child(1) {
  width:300px;
}

.txt{
   text-align: left;
}

.download{
  text-align: center;
  color: #737273;
}

.download a{
  transition: .3s;
  font-size: .8em;
  color: #BFA19F;
  border: solid thin #BFA19F;
  padding: 4px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 3px 0;
}

.download a:hover {
  color: #F2F2F2;
  background-color: #BFA19F;
  opacity: .8;
  text-decoration: none;
}

 td:last-child {
  width: 3rem;
	white-space: nowrap;}

.non{
  background:#F2F2F2;
}
@media screen and (max-width: 720px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #F2F2F2;
    display: inline-block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1em .625em .625em;
    border-right: none;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #F2F2F2;
}
	table td.download{
	position: absolute;
	right: 2rem;
	padding-top: .625em;
	}
	
	.download a {
	font-size: 1em;
	}
	
}


