@charset "UTF-8";


@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
.heading__h, .text__text {
  font-family: 'M PLUS Rounded 1c';
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0px;
  outline:0;
  font-size:100%;
  background:transparent;
  text-decoration: none;
}



/*ポップアップのスタイル*/
.table-border .popup-container {
  position: relative;
}
.table-border .popup {
  text-align: left;
  width: 230px;
  height: 70px;
  display: none;
  position: absolute;
  background-color: #eeedd4;
  color: #212121;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
  z-index: 1;
  border-radius: 5px;
}

.text:hover + .popup {
  display: block;
}



/* タイムテーブルのスタイル　*/

.activity__body-html td, .activity__body-html th, .text__text td, .text__text th{
  padding: 1rem;
  border-width:0px;
} 

.table-border th{
  border: 2px solid white;
  border-collapse: collapse;
} 

.table-border tr{
  border: 2px solid white;
  border-collapse: collapse;
}   

.table-border .vertical-line{
  border-right:solid;
}

.name{
  width: 10%;
}
.session{
  width: 30%;
}

.table-border h1{
  font-size: 1.6em;
  font-weight: bold;
 line-height:1.2em;
  margin-bottom: 0.5em;
  display: inline;
}

.table-border h2{
  margin-top:0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  color:#ffef69;
}

.attention h2{
  font-weight: bold;
  color:#ffef69
}
q
.table-border a{
  text-decoration: none;
}

.table-border h3 {
  background-color: #ff3535;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px;
}

.text__text a {
    text-decoration: none;
}

/* 詳細内容テーブルのスタイル　*/
.table-content tr {
  border: 1px solid #696969;
  border-collapse: collapse;
}   

.table-content td {
  border: 1px solid #696969;
  border-collapse: collapse;
}   

.category{
  width: 30%;
}



/* ほか　*/
.kasen{
  text-decoration:underline solid #FFFFFF;}
  