
@charset "utf-8";p,h1,div,dl,dt,dd,ul,li,h2,h3,h4,body{font-weight:normal;}a{text-decoration:underline;}

body {
    width: 100%;
    margin: 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    }

img {
    height: auto;
    max-width: 100%;
    }

.main {
    height: 100%;
}

.index_text {
    width: 100%;
    margin: 0;
    text-align: center;
}

.index_text p {
    width: 98%;
    padding-top: 50px;
    text-align: center;
    line-height: 1.7em;
    font-size: 1.5em;
    font-weight: bold;
    color: #2b2c27;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

span {
	  background:linear-gradient(transparent 65%, #ffa95c 65%);
}

.blue {
	  background:linear-gradient(transparent 65%, #00b7ee 65%);
}

.pink {
	  background:linear-gradient(transparent 65%, #ff00ff 65%);
}

.bblue {
	  background:linear-gradient(transparent 65%, #6060ff 65%);
}

.purple {
	  background:linear-gradient(transparent 65%, #a25dff 65%);
}

.contents {
    width: 98%;
    margin: 15px auto;
    padding-bottom: 50px;
    text-align: center;
    list-style: none;
}

.contents h3 {
  	margin: 0 auto;
    margin-top: 4px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #000;
}

.contents ul{
    padding-bottom: 20px;
  	display: flex;
  	flex-wrap: wrap;
    justify-content: space-around;

}

.contents li{
    width: 35%;
    margin-top: 15px;
    list-style: none;
}

.lineup p {
    margin: 10px auto;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.85em;
    font-weight: bold;
}

.lineups {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.lineups p {
    margin: 10px auto;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.85em;
    font-weight: bold;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    background: #fff;
    color: #808080;
    text-decoration: none;
    border: solid 1px #808080;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
