#breadcrumb {
    width: 750px;
}
#container {
  margin-top: 10px;
}
.notice {
	text-indent:-1em;
	margin-left:1em;
}
#main-container {
    width: 960px;
}
#inner-container {
  width: 859px;
  margin: 0 auto;
  padding: 50px 0;
  color: #280000;
  font-size: 13px;
  line-height: 1.8;
}
#inner-container .g-nav {
  background: #db5425;
  transition: background 0.3s ease-in-out;
}
#inner-container .g-nav ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-left: 0;
  border-right: solid 1px #C3522A;
  list-style-type: none;
}

#inner-container .g-nav li {
  display: table-cell;
  border-left: solid 1px #C3522A;
}

#inner-container .g-nav a {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  transition: line-height 0.3s ease-in-out;
}

#inner-container .g-nav a:hover {
  background: #C3522A;
  text-decoration: none;
}

.is_fixed {
position: fixed;
    top: 0;
    width: 859px;
    z-index: 9998;
	opacity: 0.8;

}

#inner-container h2 {
  width: 859px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #280000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  letter-spacing: 3px;
  padding-bottom:40px;
}
#inner-container h2 span.subtitle {
  font-size: 15px;
}
#inner-container .section-inner {
  padding-bottom: 10px;
}
#inner-container h3 {
    border-bottom: 3px solid #280000;
    border-top: 3px solid #280000;
    font-size: 16px;
    font-weight: bold;
    height: 74px;
    line-height: 74px;
    margin: 40px 0;
    text-align: center;
}
#inner-container p.logo {
  margin:0 auto;
  width:688px;
}
#inner-container div.lead {
  padding: 20px 0;
}
#inner-container div.lead p {
  padding-top: 10px;
}
#inner-container div.lead p.aim {
  padding-left: 40px;
}
#inner-container .box {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0 20px;
}
#inner-container .box dl dt {
    font-weight: bold;
}
#inner-container .box dl {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}
#inner-container .box dl:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#inner-container .box dl dt {
    font-weight: bold;
}
#inner-container p strong {
  font-weight: bold;
  color: #ee6d28;
}
#inner-container dl dd ul li {
  list-style: disc;
  margin-left: 1.2em;
  list-style-type: square;
}
#inner-container dl dd ol {
  margin-left: 1.5em;
}
#inner-container dl dd ol li {
  list-style-type: decimal;
}
#inner-container table.program th,
#inner-container table.program td {
    border: 1px dotted #ccc;
    vertical-align:top;
}
#inner-container table.program th {
    font-weight:bold;
	padding:10px;
	background-color:#eeeeee;
    text-align:center;
}
#inner-container table.program th.time {
	width:14%;
}
#inner-container table.program th.syokyuu {
	width:43%;
}
#inner-container table.program th.cyuukyuu {
	width:43%;
}
#inner-container table.program td {
	padding:10px;
}
#inner-container table.program td p.photo {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
}
#inner-container .button,
#inner-container .button2,
#inner-container .button3 {
  float:left;
  width: 300px;
  margin: 0 15px 0 0;
}
#inner-container .button a,
#inner-container .button2 a,
#inner-container .button3 a {
  width: 300px;
  padding-left: 4px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #db5424;
  color: #fcfce9;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
}
#inner-container .button2,
#inner-container .button2 a {
  width: 544px;
  margin: 0;
}
#inner-container .button3,
#inner-container .button3 a {
  width: 859px;
}
#inner-container .button img,
#inner-container .button2 img,
#inner-container .button3 img {
  padding-right: 8px;
}
#inner-container .button a:hover,
#inner-container .button2 a:hover,
#inner-container .button3 a:hover {
  text-decoration: none;
  color: #fcfce9;
  background-color: #280000;
}
#inner-container .button span,
#inner-container .button2 span,
#inner-container .button3 span {
    background-color: #E5E5E5;
    border-radius: 4px;
    color: #280000;
    display: block;
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 60px;
    padding-left: 4px;
    text-align: center;
/*    width: 859px;*/
}
#inner-container .button_close {
	margin-top:20px;
}
#inner-container .button_close span {
    background-color: #E5E5E5;
    border-radius: 4px;
    color: #280000;
    display: block;
    font-size: 12px;
    margin-bottom: 60px;
    padding: 10px;
    text-align: center;
/*    width: 859px;*/
}
#inner-container .button_close a {
  background-color: #E5E5E5;
  color: #0088cc;
  margin-bottom: 60px;
}
#inner-container p.naiyou {
	font-size:85%;
	margin-top:20px;
}
#inner-container p.profile {
  font-size:85%;
  margin-top:20px;
}
#inner-container p.title {
	font-weight:bold;
}
#inner-container span.title {
	font-weight:bold;
}
#inner-container dd.kyousan p {
	float:left;
	width:170px;
	margin:10px 10px 0 0;
	text-align:center;
}
/*#inner-container table#sponsordetail {
	margin:1em auto;
}
#inner-container table#sponsordetail td {
	text-align:center;
	padding:0 10px;
	width:480px;
}
*/
#inner-container table#sponsordetail {
  margin:1em auto;
  box-sizing: border-box;
}
#inner-container table#sponsordetail td {
  margin:1em auto;
  width: 286px;
  padding: 0 10px;
  text-align: center;
}
#inner-container table#sponsordetail tr:last-child td {
  vertical-align: top;
}


#inner-container .section-entry {
  margin-top: 40px;
}

#inner-container .section-entry-button a {
  display: block;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #db5424;
  color: #fcfce9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
#inner-container .section-entry-button a:hover {
  background-color: #280000;
  color: #fcfce9;
  text-decoration: none;
}


.moderator {
  margin-top: 1em;
}

.moderator_title {
  font-weight: bold; 
}

#inner-container .moderator p.profile {
  margin-top: 15px;
}

.panelers {
  display: table;
  margin-top: 1em;
}

.paneler {
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
}
.paneler:nth-child(2n+1) {
  padding-right: 10px;
}
.paneler:nth-child(2n) {
  padding-left: 10px;
}

.paneler_title {
  font-weight: bold; 
}

#inner-container .paneler p.profile {
  margin-top: 15px;
}
.kyosan_image {
	position: relative;
}

.icon_sponsor {
	position: absolute;
}
/* add */
dl.impression{
}
dl.impression dt{
float:left;
}
dl.impression dd{
margin-left:310px;
margin-bottom:50px;
}
dl.impression  p.time-table{
font-weight:bold;
margin:20px 0;
}
dl.impression  p.lectures{
font-weight:bold;
font-size:16px;
}
dl.impression  ul {
margin:20px 0;
}

/* add */

@media screen and (max-width: 768px) {

  #inner-container .g-nav a {
  font-size:60%;
  }
  .is_fixed {
    top:0;
    left:0;
    margin: 0 4.42%;
    width: auto;
  }
  #container {
    margin: 0;
  }
  #main-container {
    width: auto;
  }
  #inner-container{
  width:auto;
  margin: 0 4.42%;
/*  padding:50px 0 0;*/
  padding:0 0 0;

  }
  #inner-container p.logo{
  margin:20px 0 0;
  width:100%;
  }
  #inner-container p.logo img{
  width:100%;
  height:auto;
  }
  #inner-container .impression dt img{
  width:100%;
  height:auto;
  }
  #inner-container .box dl dt{
  float:none !important;
  text-align:center;
  }
  #inner-container table.program,
  #inner-container table.program tr,
  #inner-container table.program th,
  #inner-container table.program td{
  display:block;
  }
  #inner-container table.program td {
    border: none !important;
  }
  #gallery{
  }
  #gallery img {
  width:100%;
  height:auto;
  }
  #inner-container h3 {
    height: auto;
    line-height: 1.5;
  }
  #inner-container .sp-none {
    display:none !important;
  }

dl.impression{
}
dl.impression dt{
float:none;
}
dl.impression dd{
margin-left:0;
}

}