@charset "UTF-8";
/* ---------------------------------------------------------
   seminar.css【市民講座塗り替えセミナー】
----------------------------------------------------------*/
#seminar_about{
	width: 723px;
	margin: 0 auto;
}
#semina_about_first{
	background: url(../img/seminar/bg_semina_about_first.jpg) right top no-repeat;
	padding: 0 350px 0 15px;
	margin-bottom: 30px;
}
#schedule{
	width: 718px;
	margin: 0 auto 24px auto;
}
#schedule_list{
	border: 4px solid #0060B1;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 30px;
}
#schedule_list dt{
	float: left;
	width: 150px;
	margin: 0 0 20px 0;
}
/*\*/
#schedule_list dt{
	clear: both;
}
/**/
#schedule_list dd{
	padding: 0 150px 20px 150px;
	position: relative;
}
/*\*/
*html #schedule_list dd{
	float: none;
}
/**/
*:first-child+html #schedule_list dd{
	float: none;
}
#schedule_list dd .map{
	position: absolute;
	right: 73px;
	top: -5px;
}
#schedule_list dd .yoyaku,
#schedule_list dd .end{
	position: absolute;
	right: 0;
	top: -5px;
}
#schedule_list dd .date_over{
	text-decoration: line-through;
	color: #888888;
}
#shop_bn{
	display: none;
}
.seminar_table{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.seminar_table th,
.seminar_table td{
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	font-weight: normal;
}
.seminar_table th{
	background: #FFFCED;
	width: 120px;
}
.seminar_table td p{
	margin-bottom: 15px;
}
.seminar_table td p:last-of-type{
	margin-bottom: 0;
}
.seminar_table td img.chirashi_img{
	max-width: 470px;
	height: auto;
}
.seminar_table th .hissu{
	background: #FF1111;
	background: rgb(255,150,150);
	background: -moz-linear-gradient(top,  rgb(255,150,150) 50%, rgb(255,11,11) 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgb(255,150,150)), color-stop(51%,rgb(255,11,11)));
	background: -webkit-linear-gradient(top,  rgb(255,150,150) 50%,rgb(255,11,11) 51%);
	background: -o-linear-gradient(top,  rgb(255,150,150) 50%,rgb(255,11,11) 51%);
	background: -ms-linear-gradient(top,  rgb(255,150,150) 50%,rgb(255,11,11) 51%);
	background: linear-gradient(to bottom,  rgb(255,150,150) 50%,rgb(255,11,11) 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9696', endColorstr='#ff0b0b',GradientType=0 );
	border: 1px solid FF1111;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	display: inline-block;
	padding: 0 5px;
	font-size: 10px;
}
#form-name,
#form-kana,
#form-zipcode,
#form-address01,
#form-address02,
#form-address03,
#form-phone,
#form-mail{
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}
#form-name,
#form-kana{
	width: 200px;
}
#form-zipcode{
	width: 80px;
}
#form-address02,
#form-address03{
	width: 300px;
}
#form-phone{
	width: 200px;
}
#form-mail{
	width: 400px;
}
#btn_submit{
	text-align: center;
}
#zip_btn{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(238,238,238)));
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
#btn_submit input{
	background: #029200;
	background: rgb(0,196,0);
	background: -moz-linear-gradient(top,  rgb(0,196,0) 0%, rgb(0,167,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,196,0)), color-stop(100%,rgb(0,167,0)));
	background: -webkit-linear-gradient(top,  rgb(0,196,0) 0%,rgb(0,167,0) 100%);
	background: -o-linear-gradient(top,  rgb(0,196,0) 0%,rgb(0,167,0) 100%);
	background: -ms-linear-gradient(top,  rgb(0,196,0) 0%,rgb(0,167,0) 100%);
	background: linear-gradient(to bottom,  rgb(0,196,0) 0%,rgb(0,167,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c400', endColorstr='#00a700',GradientType=0 );
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 2px 0 #005F00;
	border: 1px solid #019400;
	display: block;
	width: 294px;
	height: 59px;
	margin: 0 auto;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}