﻿/* Announcement 2024-AMI webinar
****************************/
strong{font-weight:bold;}

/* .event_cat{	
	color:#fff; 
	background:#000;
	padding:2px 10px; 
	font-size:14px;
	letter-spacing:.05em;
} */

/* .main_visual{
	width:100%x;
	height:540px;
	background:url(images/main_visual.jpg);
	background-size: contain;
	display: flex;
	background-repeat: no-repeat;
	border-radius: 6px; 
}*/

.main_visual{
    background:url(images/main_visual.jpg); /* 画像のURLを指定     */
    background-position:center bottom;                     /* 画像の表示位置を指定 */
    background-size:cover;                                 /* 画像のサイズを指定  */
    width:100%;                                            /* 横幅のサイズを指定  */
    height:450px;                                          /* 縦幅のサイズを指定  */
}
/* .main_visual_long{
	height:360px;
	background:url(images/main_visual_finished);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	display: flex;
	border-radius: 6px;
} */
/* 
.main_visual_long_text{
	font-family: 'Segoe UI', sans-serif;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-top: 50px;
	color: #0535ae;
	text-shadow: 1px 1px 1px #fc9e4a,
}

.main_visual_long_text h1{
	font-weight: bold;
	font-size: 28px;
	line-height: 50px;
	letter-spacing: 0.2px;
}

.main_visual_long_text p{
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
} */

.inner{
    position: relative;
	top: 30%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	padding-top: 5px;
}

.roll-button{
    position: relative;
    top: 270px;
    left: 40px; /* 0px->40px 2017/7/3 ->0px modified by Goto */
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    display:block;
    text-align:left; /* left->center 2018/2/9 modified by Goto */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* オレンジのボタンの場合 */

.roll-button a{
	background: #cc6600; /* <- #ff6200 20180313後藤変更 */
	border: 2px solid #cc6600; /* <- #ff6200 20180313後藤変更 */
	color: #fff;
    padding:8px 20px 10px;    
    font-size:20px;
    border-radius:5px;
    letter-spacing:.05em;
	
}

.roll-button a:hover{
	background: #da9520; /* <- #d85300 20180313後藤変更 */
	border: 2px solid #da9520; /* <- #d85300 20180313後藤変更 */
	color: #fff;
    padding:8px 20px 10px;
    text-decoration:none;
    letter-spacing:.05em;	
}

/*feedback　20240326 */
/* .main_visual {
    position: relative;
    width:900px;
    height:360px;
}
.main_visual_absolute {
    position: absolute;
	top: 260px; 
	left: 40px;  
} */

.headmenu{
	height:45px;
	float:right;
	overflow:hidden;
}

.headmenu li{
	float:left;
	margin-left:5px;
}

.headmenu li.btn a{
	display: block;
	width: 110px;
    background: #13ac6e;
	color: #fff;
	margin-top:12px;
	padding: 0px 2px 2px 10px;
	line-height: 1.5;
	border-radius: 5px;	
}

.headmenu li.btn a:hover{
	background:#84c2a9;
	text-decoration:none;
}


.headmenu li.dlbox{
	width:510px;
	overflow:hidden;
	text-align:right;
}

.event_box{
	clear:both;
	margin-top:1em;	
	
}

.eventlink{
	margin:0 0 2em;
	overflow:hidden;
	width:100%;
}

.eventlink li{
	float:left;
	margin-right:24px;
	width:14%;
}

.eventlink li a{
	display: block;
	width: 100%;
	background: #069;
	color: #fff;
	margin: .1em 0 0;
	padding: 0px 10px 2px;
	line-height: 1.5;
	border-radius: 5px;
}

.eventlink li a:hover{
	background:#7dabb8;
	text-decoration:none;
}

.nolink {
	display: block;
	width: 100%;
    color: #999;
    background: #ccc;
	margin: .1em .3em 0 0!important;
	padding: 0px 10px 2px;
	line-height: 1.5;
	border-radius: 5px;
}

.main_box h3{
	font-size:200%;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:1em;
}

.main_box{
	width:100%;
	overflow:hidden;
}

.main_box p{
	line-height:1.4;
}

.main_box h5{
	font-size:150%;
	margin-bottom:.5em;
}

#maincol{
	width:70%;
	float:left;
}

#maincol p{
	margin-bottom:.8em;
}

#rightcol{
	width:25%;
	float:right;
}

#rightcol p{
	line-height:1.4;
	margin-bottom:.8em;
}

#rightcol img{
	margin:.1em 0;	
}

#rightcol a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.anotherlink{
	position:relative;
	top:32px;  /* 20171115後藤下側へ移動30px->32px */
	left:500px; /* 20180315後藤右側へ移動130px->490px->500px */
}

.anotherlink li{
	float:left;
}

.anotherlink li a {
    display: block;
    background: #555; /* 20171117後藤変更#555->#13ac6e */
    color: #fff;
    margin: .1em 0 0;
    padding: 0px 10px 2px;
    line-height: 1.5;
    border-radius: 5px;
}

.anotherlink li a:hover{
	background:#ccc;
	text-decoration:none;
}

.forum{
	border-top:5px solid #ff6200;
}

/* 20171115後藤追加dropmenu */
.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 150px;
	margin: 0px;
	padding: 0;
  }
  .dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
  }
  .dropmenu:after{
	clear: both;
  }
  .dropmenu li{
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
  }
  .dropmenu li a{
	display: block;
	background: #555;
	color: #fff;
	padding:  0px;
	padding-bottom:  2px;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 5px;
  }
  .dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	margin-top: -3px;
	padding: 0;
	display: none;
	z-index: 9999;
  }
  .dropmenu li ul li{
	width: 100%;
  }
  .dropmenu li ul li a{
	padding:5px 2px 5px 20px;
	border-top: 1px solid #ccc;
	background: #555;
	text-align: left;
	border-radius: 0px 0px 0px 0px;
  }
  .dropmenu li ul li:last-child a{
	border-radius: 0px 0px 5px 5px;
  }
  .dropmenu li ul li:first-child a{
	padding-top:5px;
  }
  .dropmenu li:hover > a{
	background: #ccc;
  }
  .dropmenu li a:hover{
	background: #ccc;
  }
  .dropmenu li:hover ul{
	display: block;
  }
  /* dropmenu後藤追加ここまで */
  /* Event top以外（下層ページ 共通）
  *************************/
  
  .main_visual2{
	  width:900px;
	  height:200px;
  }
  
  .event_box2{
	  clear:both;
	  overflow:hidden;
	  margin-top:1em;	
  }
  
  .eventstop .eventlink li.eventstop a,
  .program .eventlink li.program a,
  .forspeakers .eventlink li.forspeakers a,
  .venue .eventlink li.venue a,
  .register .eventlink li.register a,
  .contact .eventlink li.contact a{
	  background:#7dabb8;
	  text-decoration:none;	
  }
  
  .event_box2 h4{
	  margin:0 0 1em;
	  padding-left:10px;
	  font-size:160%;
	  font-weight:bold;
	  line-height:140%;
	  color: #538d9e;
	  border-left:5px solid #7dabb8;
  }
  
  .venuename{
	  font-size:140%;
	  font-weight:bold;
  }
  
  .speakerbox,
  .registerbox{
	  width:100%;
	  border:1px solid #ccc;
	  border-collapse:collapse;
  }
  
  .speakerbox th{
	  padding:5px 1em;
	  border:1px solid #ccc;
	  background:#fff7e5;
	  width:25%;
  }
  
  .registerbox th{
	  width:100px;
	  text-align:left;
	  background:#eee;
	  border:1px solid #ccc;
	  padding:.3em;
	  vertical-align:top;
  }
  
  .speakerbox td,
  .registerbox td{
	  padding:5px 1em;
	  border:1px solid #ccc;
	  vertical-align:top;
  }
  
  
  .speakerbox td.item dl dt,
  .registerbox td.item dl dt{
	  float:left;
	  display:block;
  }
  
  .speakerbox td.item dl dd,
  .registerbox td.item dl dd{
	  float:left;
	  display:block;
  }
  
  .registerbox td > p{
	  margin: 0;
  }
  
  .end{
	  text-decoration: line-through;
	  color:#999;
  }
  
  
  /* program page 
  ***************************************/
   
  .program h5{
	  font-weight:bold;
  }
  
  .program .timetitle{
	  font-size: 120%;
	  font-weight: bold;
	  letter-spacing:.05em;	
	  border-top:1px solid #000;
	  border-bottom:1px dotted #ccc;
	  background:#f1f1f1;
	  padding:5px;
	  color: #333;
	  text-align: left;
	  width: 100%;
  }
  
  .program_box,
  .outline_box,
  .outline_box2{
	  margin:0 0 2em;
	  color:#000;
  }
  
  .program_box li,
  .outline_box li{
	  clear:both;
	  overflow:hidden;
	  letter-spacing:.05em;
	  line-height: 1.4;
	  margin: 0;
	  padding: .3em 0;
	  text-indent: 0;
	  border: none;
	  vertical-align: middle;
	  padding:0.6em;
		  
  }
  
  .outline_box2 li{
	  clear:both;
	  overflow:hidden;
	  font-size: 110%;
	  letter-spacing:0;
	  line-height: 1.4;
	  margin: 0;
	  padding:0;
	  text-indent: 0;
	  border: none!important;
	  vertical-align: middle;   
		  display: block;	 
  }
  
  
  .program_box li .time,
  .outline_box2 li .time{
	  white-space: nowrap;
	  padding: 2px 5px;
	  vertical-align: middle;
	  float:left;  
	  width:110px;  /* 8thで110px */
  }
  
  .program_box li .title,
  .outline_box2 li .title{
	  float:left;    
	  padding: 2px 5px;
	  vertical-align: middle;
  }
  
  span.brake{
	  line-height:1.2;
	  display: block;	
  }
  
  .program_box li.block{
  
	  color:#666;
	  font-size:90%;
	  padding-top:10px;
  }
  
  .program_box .floor{
	  color:#666;
	  font-size:80%;
	  margin-left:20px;
  }
  
  .program .theme{
	  font-size:115%;
	  font-weight:bold;
	  line-height:1.2;
  }
  
  .program .themetitle{
	  font-size: 120%;
	  font-weight: bold;
	  letter-spacing:.05em;	
	  border-top:1px solid #000;
	  border-bottom:1px dotted #ccc;
	  background:#f1f1f1;
	  padding:5px;
	  color: #333;
	  text-align: left;
	  margin-top:1em;
  }
  
  .daytitle{
	  background:#eee;
	  padding:2px 6px 6px;
	  font-size:120%;
	  margin-bottom:0!important;
	  border:none!important;
  }
  
  .outline_box li .week{
	  float:left;  
	  width:15%;  
	  white-space: nowrap;
  }
  
  .outline_box li .day{
	  float:left;  
	  width:18%; 
	  white-space: nowrap;
  }
  
  .outline_box li .title{
	  width:67%; 
  }
  
  
  .session_box{
	  width:100%;
	  border-collapse:collapse;
	  margin:1em 0 2em;
	  border-top:1px solid #ccc;
  }
  
  .session_box th{
	  padding:5px 5px 8px;
	  border-bottom:1px solid #ccc;
	  font-weight:bold;
	  width:200px;
	  line-height:1.4;
	  text-align:left;
  }
  
  .session_box td{
	  padding:5px 0 8px;
	  border-bottom:1px solid #ccc;
	  vertical-align:top;
	  line-height: 1.4;	
  }
  
  .session_box td p{
	  margin:0 0 .8em;
	  line-height:140%;
  }
  
  /* programページ programmeのクリック表示 */
  .session_box td input {
	display: none;
  }
  
  label {
	cursor: pointer;
	display: inline-block;
	padding: 0 10px 3px;
	border-radius: 4px;
	background: #006699;
	color: #FFF;
	font-weight:normal;
	margin-top:.2em;
  }
  
  label:hover {
	background: #7dabb8;
  }
  
  .panel {
	height: 0;
	overflow: hidden;
	background: #f7f7f1;
	padding: 0;
	margin-bottom:.5em;
  }
  
  input:checked + .panel {
	height: auto;
	padding: 10px;
  }
  
  input:checked + .panel > p{
	  margin:0 0 .2em;
  }
  
  .panel .program_box{
	  font-size:80%;
	  margin:0;
	  border:none;
  }
  
  .panel .program_box li{
	  clear:both;
	  overflow:hidden;
	  letter-spacing:.05em;
	  border-bottom:1px dotted #ccc;
	  line-height: 1.4;
	  margin: 0;
	  padding-left: 0;
	  text-indent: 0;
  }
  
  .panel .program_box li:last-child{
	  border-bottom:none;
  }
  
  .panel .program_box li .time {
	  white-space: nowrap;
	  padding: 5px 0;
	  vertical-align:top;
	  float:left;  
	  width:25%;  
  }
  
  .panel .program_box li .title {
	  float:left;    
	  padding: 5px 0;
	  vertical-align:top;
	  width:75%;
  }
  
  /*　progamページ　アコーディオン */
  
  .accordion .child{
	  display:none;
	  margin-bottom:30px;
  }
  
  .accordion h4 {
	  font-size: 20px;
	  color:#666;
	  text-align:left;
	  width:90%;
	  margin:0;
  }
  .accordion ul {
	  width:100%;
	  padding:0;
  }
  .accordion li {
	  position:relative;
	  border-bottom:1px solid #ccc;
	  list-style:none;
  }
  .accordion li:first-child {
	  border-top:1px solid #ccc;
  }
  
  .accordion > ul > li > a {
	  display: block;
	  text-decoration: none;
	  cursor: pointer;
	  padding: 1em 0;
	  position: relative;
  }
  .accordion > ul > li > a h5:hover {
	  color: #111;
	  text-decoration:none;
  }
  .accordion > ul > li > p {
	  display: none;
	  text-align:left;
	  padding:0 .8em 1.4em 1em;
	  color:#555;
	  line-height:1.8;
  }
  
  .accordion li .accordion_icon,
  .accordion li .accordion_icon span {
	  display: inline-block;
	  transition: all .3s;
	  box-sizing: border-box;
  }
  .accordion li .accordion_icon {
	  position: absolute;
	  width: 20px;
	  height: 20px;
	  top:26px;
	  right:10px;
  }
  .accordion li .accordion_icon span {
	  position: absolute;
	  width: 100%;
	  height: 1px;
	  background-color: #069;
  }
  .accordion li .accordion_icon span:nth-of-type(1) {
	  transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
  }
  .accordion li .accordion_icon span:nth-of-type(2) {
	  transform: rotate(90deg);
	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
  }
  .accordion li .accordion_icon.active span:nth-of-type(1) {
	  display:none;
  }
  .accordion li .accordion_icon.active span:nth-of-type(2) {
	  transform: rotate(180deg);
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
  }
  
  
  /* 20170728 後藤追加 */
  .noLine ul {
	  width:100%;
	  padding:0;
  }
  .noLine li {
	  position:relative;
	  border-bottom:none;
	  list-style:none;
  }
  .noLine li:first-child {
	  border-top:none;
  }
  
  /*********************************************/
  
  .bgcolor1{
	  background:#f8f4e6;
  }
  
  .bgcolor2{
	  background:#f1f1f1;
  }
  
  .disclist li {
	  margin-left: 5px;
	  padding-left: 10px;
	  border:none;
	  background: url(../../../common/img/icon_square01.gif) no-repeat 0 10px;
  }
  
  .disclist li:first-child {
	  border-top:none;
  }
  
  .info{
	  border-collapse:collapse;
	  width:100%;
  }
  
  .info th{
	  width:106px;
	  font-size:90%;
	  text-align:left;
	  background:#f1f1f1;
  }
  
  .info td{
	  font-size:90%;
	  text-align:left;	
  }
  
  .special{
	  margin:1em 0;
  }
  
  .italic{
	  font-style:italic;
  }
  
  .bolder{
	  font-weight:bold;
  }
  
  .att{
	  text-decoration:underline;
	  font-weight: bold;
  }
  .smaller{
	  font-size:86%;
  }
  
  .redtext{
	  color:#f00;
  }
  
  .beftbl{
	  font-size:110%!important;
	  font-weight:bold;
  }
  
  .beftbl2{
	  font-size:120%!important;
  }
  
  
  .fee{
	  margin:0 0 10px 10px;
  }
  
  .fee li{
	  font-weight:bold;
	  margin-bottom:.1em;
  }
  
  .sub{
	  font-weight:normal;
	  font-size:80%;
  }
  
  .banktransfer {
	  margin: 2px;
	  margin-top: -5px;
  }
  
  .banktransfer dl {
	  margin: 0px;
	  margin-bottom: 10px;
  }
  
  .banktransfer dl dt {
	  background-color: #f1f1f1;
	  border-bottom: 1px gray dotted;
	  padding: 2px;
	  font-size:90%;
  }
  
  .banktransfer dl dd {
	  padding: 2px;
	  line-height: 100%;
	  font-size:90%; 
  }
  
  /*　venueページ　画像float　2017/7/4後藤追加 */
  .hotel img {
	  float:right;
	  margin-right:30px;
  }
  .clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
  }
  
  /* register マウスオーバーチップ　2018/3/6後藤追加　*/
  .message {
	  position: relative;
  }
  .message span.remark {
	  display: none;
  }
  .message a:hover span.remark {
	  background: none repeat scroll 0 0 #fff7e5;
	  border: none;
	  color: #000000;
	  display: block;
	  line-height: 1.2em;
	  margin: 0.5em;
	  padding: 0.5em;
	  position: absolute;
	  top: -100px;
	  left: 330px;
	 width: 20em;
  }
  
  /* facility details 　2018/07/06後藤追加　 */
  .facility_box {
	  margin: 0 auto 20px;
	  padding-top:2px;
	  overflow:hidden;
	  width:630px;
  }
  
  .facility_box li{
	  width:100%;
	  margin:0 5px;
	  border-bottom:1px dotted #999;
  }
  
  .facility_box dl {
	  overflow: auto;
	  clear: both;
	  padding: 5px;
  }
  
  .facility_box dt {
	  float: left;
	  width: 20em;
	  padding-bottom:3px;
  }
  
  
  .facility_box dd{
	  float:left;
  }
  
  
  .panel-content-body {
	  padding: 10px;
  }
  
  .index,
  .index2{
	  overflow:hidden;
	  clear:both;
	  margin-bottom:1em;
  }
  
  .index dl{
	  float:left;
	  width:45%; /* 45% 8thで変更 */
	  background:#eee;
	  padding:10px 0;
	  margin-right:10px;
	  border-radius:5px;
  }
  .index2 dl{
	  float:left;
	  width:95%;
	  background:#eee;
	  padding:10px 0;
	  margin-right:10px;
	  border-radius:5px;
  }
  .index dl:last-child,
  .index2 dl:last-child{
	  margin-right:0;
  }
  
  .index dt,
  .index2 dt {
	  float:left;
	  margin:0 10px;
  }
  
  .index dd {
	  padding: 5px 0 0 10px;
		 position:relative;
		 min-height:110px;
  }
  
  .index2 dd {
	  float:right;
	  padding: 5px 10px 0 10px;
		 position:relative;
		 min-height:110px;
		 width:76%;
  }
  
  .status{
	  font-weight:bold;
	  margin-bottom:1em;
	  line-height:1.4;
  }
  
  .msg{
	  position:absolute;
	  bottom:0px;
	  right:10px;
  }
  
  div.explain dt,
  div.explain2 dt {
	  margin:2em 0 0;
	  font-size:120%;
	  font-weight:bold;
	  color: #538d9e;
  }
  div.explain dd{
	  margin-left:0em;
  }
  div.explain2 dd{
	  margin-left:0em;
  }
  
  dl.explain3 dt{
	  font-weight:bold;
	  color:#000;
	  font-size:100%;
	  margin-bottom:0.5em;
	  margin-top:0.5em;
	  border-left: 5px solid #000;
	  padding-left:10px;
  }
  dl.explain3 dd{
	  margin-left:0em;
  }
  
  /* more 　2021/10/08伊地知追加　 */
  div.index2 input {
	display: none;
  }
  
  label {
	cursor: pointer;
	display: inline-block;
	padding: 0 10px 3px; /* 8thで変更*/
	border-radius: 4px;
	background: #006699;
	color: #FFF;
	font-weight:normal;
	margin-top:.2em;
	opacity: .6;
  }
  
  label:hover {
	background: #7dabb8;
	
  }
  
  .panel {
	height: 0;
	overflow: hidden;
	background: #f7f7f1;
	padding: 0;
	margin-bottom:.5em;
  }
  
  input:checked + .panel {
	height: auto;
	padding: 10px;
  }
  
  input:checked + .panel > p{
	  margin:0 0 .2em;
  }
  
  
  /* read more 20221011 6th 伊地知追加 */
  .readmore{
	  position: relative;
	  box-sizing: border-box;
	  /*以下お好み*/
	  /* ボーダーを付ける場合 */
	  padding: 10px 0;
  }
  
  .readmore-content{
	  position: relative;
	  overflow: hidden;
	  /*以下お好み*/
	  /*高さの初期値*/
	  height: 200px;
  }
  .readmore-content::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  content: "";
	  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
	  height: 50px;
	  background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,0.8) 50%, rgba(238,238,238,0.8) 50%, #eee 100%);
	  background: linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,0.8) 50%, rgba(238,238,238,0.8) 50%, #eee 100%);
  }
  
  /* 続きを読むボタン */
  .readmore-label{
	  display: table;
	  position: absolute;
	  bottom: 5px;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  margin: 0 auto;
	  z-index: 2;
	  padding: 0 10px;
	  background-color: transparent;
	  border: 1px solid #006699;
	  color: #006699;
	  font-size:90%;
  }
  .readmore-label:before{
	  content: 'Read More';
  }
  
  .readmore-check{
	  display: none;
  }
  /*チェック時にボタンを非表示*/
  .readmore-check:checked ~ .readmore-label{
	  position: static;
	  transform: translateX(0);
	  -webkit-transform: translateX(0);
	  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
	  /* display: none; */
  }
  .readmore-check:checked ~ .readmore-label:before{
	  content: 'Close';
  }
  /*チェック時に高さを自動に戻す*/
  .readmore-check:checked ~ .readmore-content{
	  height: auto;
  }
  /*チェック時グラデーション等を削除*/
  .readmore-check:checked ~ .readmore-content::before {
	  display: none;
  }
  
  #button a:hover img {
	opacity: .6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  }

  
.link-button a{
	position: relative;
    top: 260px;
    left: 40px; 
    display: inline-block;
	right: 0;
    bottom: 0;
    margin: auto;
    text-align:left;
	text-decoration: none;
    padding:8px 20px 10px;
	font-size:20px;
	letter-spacing:.05em;
	background: -moz-linear-gradient(top, #FF8636, #c94d00);
	background: -webkit-linear-gradient(top, #FF8636, #c94d00);
	background: linear-gradient(180deg, #Ff8636, #c94d00 60%); 
    color: #FFF;
    border-radius: 6px;
}

.link-button ::before { /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffffdc;
	opacity: .6;
	border-radius: 6px;
}

.link-button :hover::before { /* マウスホバー時に先程作成したbeforeを表示させる */
    display: block;
}

.sup {
	font-weight: normal;
	font-size: 8px;
	vertical-align: super;
  }
.p > .sub {
	font-weight: normal;
	font-size: 10px;
	vertical-align: sub;
  }

/* .list_box li {
  text-indent: 1rem;
} */


  ul全体のスタイル
.program ul {
  list-style: none;
  background: #eee; /* 色をつけてわかりやすくしてます */
}
/* 入れ子にしたulに対してスタイルを適用 */
.program ul ul {
  padding-left: 10px;
}

.program ul ul ul{
  padding-left: 20px;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}