@charset "utf-8";

/*
########################################################
  insert style
########################################################
*/

#insert {}
#insertimg.left {
	float: left;
	margin-right: 15px;
}
#insert img.right {
	float: right;
	margin-left: 15px;
}
#insert #mb10 {
	margin-bottom: 10px;
}
#insert #mb20 {
	margin-bottom: 20px;
}
#insert #mb40 {
	margin-bottom: 40px;
}
#insert #mb60 {
	margin-bottom: 60px;
}
#insert h2.sTitle {
	height: 80px;
	display: block;
	overflow:hidden;
}
#insert h2.sTitle span.link {
	position:relative;
	top: -80px;
	float: right;
	font-weight: normal;
}
#insert h3 {
	margin-bottom: 20px;
}
#insert .columnBox {
	padding: 15px;
	background: #F3F0E9;
	border: #E8E2D5 1px solid;
	margin-bottom: 10px;
}
#insert .columnBox ul {
}
#insert .columnBox ul li {
	list-style: disc;
	margin-left: 18px;
}
#insert span.attend {
	color: #FF0000;
	font-weight: bold;
}

#insert dl.area {
	zoom: 1;
	margin-bottom: 20px;
}
#insert dl.area dt {
	color: #FFFFFF;
	background: #88C401;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	padding: 0 4px;
}
#insert dl.area dd {
	color: #88C401;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
#insert table.step {
	border-collapse: collapse;
	margin-bottom: 20px;
}
#insert table.step th,
#insert table.step td {
	border-collapse: collapse;
	border-top: #999999 dotted 1px;
	border-bottom: #999999 dotted 1px;
	vertical-align: top;
}
#insert table.step th {
	padding: 15px 0;
}
#insert table.step th img {
	position: relative;
	top: 4px;
}
#insert table.step td {
	padding: 15px 10px 15px 10px;
}
#insert table.step td ul.tel {
}
#insert table.step td ul.tel li {
	margin-top: 4px;
}

#insert dl.area:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
