@charset "utf-8";
/* CSS Document */

html.body {
  padding: 0px;
  margin: 0px;
}

.youbu_box {
  margin-left:auto;
  margin-right:auto;
  width:650px;
}

.summary_box {
  margin:30px 10px 10px 10px;
}

p {
  line-height:1.5em;
}

.danceimage {
  text-align:center;
  margin-bottom: 25px;
}

.dance_pic {
  margin:3px;
}

.img2016 {
  width:350px;
  height:232px;  
}

.toptext1 {
  text-align:center;
  letter-spacing:0.05em;
  padding-top:15px;
}

.toptext2 {
  margin-top:20px;
  margin-bottom:20px;
  letter-spacing:0.05em;
}

.redtext {
  color:#F00;
}

.redtext2 {
  color:#F00;
  font-size:140%;
  font-weight:bold;
}

.midashi {
  border-left:solid 5px #f6d5d4;
  font-weight:bold;
  font-size:large;
  padding-left:8px;
  line-height:1.2em;
  margin: 8px 0 8px;
}

.pdf_dl {
  padding: 10px 20px;
  line-height: 18px;
}

.bumon {
  padding-left:15px;
  margin: 10px 0 10px 0;
}

.pdf_dl dt {
  margin:5px;
}

.pdf_text {
  margin-left:20px;
  margin-bottom:25px;
}

.chui {
  padding-left:3em;
  font-size:small;
  text-indent:-3em;
  line-height:1.5em;
}

.oubo_text {
  padding-left:20px;
  padding-bottom:20px;
}

#youbu-title {
  margin:20px 0;
}

#youbu p {
  line-height: 150%;
}

#youbu-image {
  margin:20px auto;
  width:350px;
}

#small {
  text-align:center;
  font-size: 90%;
}

.midashi {
  margin:30px 0 0 0;
  border-left:solid 5px #f6d5d4;
  padding:0 0 0 8px;
  line-height:1.2em;
  font-weight:bold;
  font-size:medium;
}

.youkou {
  margin:0 0 0 30px;
}

.youkou dd {
  margin:0 0 0 20px;
}

p {
  line-height:1.5em;
  font-size:90%;
  font-style:normal;
  color:#333;
}

p a {color:#F00;}

.redtext a { color: #ff0000; }
.redtext a:link { color: #ff0000; }
.redtext a:visited { color: #ff0000; }
.redtext a:hover { color: #ff0000; }
.redtext a:active { color: #ff0000; }

/* 2016/02/24 追加 */
.company {
  width:630px;
  color:#333;
  margin-left:auto;
  margin-right:auto;
  margin-top:35px;
}

.company img {
  float:left;
  margin:0px 15px 20px 0;
}

.youbu_footer {
  text-align:center;
  padding:20px 0;
  border-top:1px #F99 solid;
  clear:both;
  margin-top:20px;
}

.midashi04 {
  margin-top:30px;
  color:#666;
  font-size:24px;
  text-align:center;
}

.youbu_list {
  margin-left:auto;
  margin-right:auto;
  margin-top: 5px;
}

table.youbu_list td {
  border: #CCC 1px solid;
  padding: 7px 3px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2em;
  color: #333;
}
.youbu_ore02 {
  background-color: #FFE8E8;
  text-align: center;
}
.youbu_h2 {
  margin-top: 10px;
}

.youbu_a {
  background-color: #E2B1BE !important;
  text-align: center;
}
.youbu_list_final {
  margin-left:auto;
  margin-right:auto;
  margin-top: 5px;
  margin-bottom: 10px;
}

table.youbu_list_final td {
  border: #CCC 1px solid;
  padding: 7px 3px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2em;
  color: #333;
}
.youbu_list_final tr:nth-child(odd) {
  background-color: #FEEDF2;
}

div#youbu span {
  float: right;
}
span.kokuchi {
  font-size: 110%;
  margin: 10px;
  float: none !important;
  background: linear-gradient(transparent 60%, rgba(255, 180, 255, 0.29) 60%);
}

.gridLists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}

.gridLists > li {
  display: block;
  box-sizing: border-box;
  padding: 7px 0px;
  line-height: 150%;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
}

.gridLists.grid-10 {
  justify-content: flex-start;
}

.gridLists.grid-10 > li {
  width: calc(100% / 10);
}