@charset "utf-8";

/*seminar.html*/
#text {
	margin:15px 0 20px 0;
}

#denwa {
	color:#D85450;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
}

#denwa strong {
	font-size:32px;
}

#toiawase {
	margin-bottom:40px;
}

#toiawase a {
	color:#00C;
	text-decoration:underline;
}

table {
	width:650px;
	background-color:#E6E6E6;
	margin-bottom:10px;
}

table th {
	background-color:#333;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
}

table td {
	background-color:#FFF;
	padding:5px 10px;
}

table td a {
	color:#00C;
	text-decoration:underline;
	font-weight:bold;
}

.w80 {
	background-color:#F2F2F2;
	padding:5px 10px;
	width:60px;
}

.w200 {
	padding:5px 10px;
	width:180px;
}


#date {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
	position:relative;
	font-size:16px;
	line-height:60px;
	height:60px;
	width:610px;
	padding-left:20px;
	border-left:#E6E6E6 solid 10px;
	background-color:#F2F2F2;
}

h3 span {
	display:block;
	height:24px;
	font-size:13px;
	line-height:24px;
	padding:0 20px;
	position:absolute;
	top:18px;
	right:5px;
	background-color:#3A435E;
	color:#FFF;
	font-weight:normal;
}

.h3-h95{
  height:95px;
}

.seminar_name_small{
  display:inline;
  position:static;
  background:none !important;
  color:#000;
  line-height:normal;
}

.seminar_image {
	margin:20px 0;
}

#seminar li {
	width:560px;
	padding:10px 0 10px 80px;
	position:relative;
	border-bottom:#F2F2F2 solid 1px;
}

#seminar li .koumoku {
	width:80px;
	text-align:center;
	position:absolute;
	top:10px;
	left:0;
}
.back_page {
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
}
#seminar .shosai_naiyou {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-left: 80px;
	margin-top: 20px;
}

#seminar .reserve-button {
	border: none;
	padding: 0;
	margin: 20px auto;
	text-align: center;
	width: 100%;
}

#seminar .reserve-button a {
	display: block;
	background: #d85450;
	color: #fff;
	width: 320px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 4px #956262;
}

#seminar .reserve-button a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
