@charset "shift_jis";
@import url("common.css");
body {
	background:url(../../images/bg.gif) repeat-x 0 0;
}
ul#gmenu {
	height:75px;
}
p#main {
	clear:left;
	margin:0;
	padding:0;
}
p#main object {
	margin:0;
	padding:0;
	line-height:0;
}
div#index {
	width:456px;
	float:left;
}
div#index p {
	margin:0;
	padding:0;
	float:left;
}
div#news {
	float:left;
	width:441px;
}
div#news h2 {
	margin:0;
	padding:0;
}
div#news div#information {
	width:441px;
	height:116px;
	overflow:auto;
	background:url(../../images/info_bg.gif) repeat-x 0 0;
}
div#news p.list {
	margin: -24px 0 0 0;
	padding: 0;
	text-align: right;
}
div#news div#information ul {
	margin:0;
	padding:15px 0 0 15px;
	font-size:12px;
	line-height:1.5em;
}
div#news div#information ul li {
	list-style-type:none;
	background-image: url(../../images/info_li.gif);
	background-repeat: no-repeat;
	background-position: 70px 7px;
}



#seminar *{
margin: 0;
padding: 0;
}

#seminar .mb10{margin-bottom: 10px;}
#seminar .mb20{margin-bottom: 20px;}
#seminar .mb30{margin-bottom: 30px;}
#seminar .mb40{margin-bottom: 40px;}
#seminar .mb50{margin-bottom: 50px;}
#seminar .mb60{margin-bottom: 60px;}


#seminar{
padding: 40px 0;
background-color: #fff;
font-size: 14px;
line-height: 1.8;
}

#seminar h2{
text-align: center;
}
#seminar #top_copy{
display: flex;
}
#seminar #top_copy .text{
flex: 1;
margin-left: 40px;
}
#seminar #top_copy .text em{
display: block;
}

#seminar #article02 .flex{
display: flex;
}
#seminar #article02 .flex .text{
flex: 1;
margin-right: 40px;
}

#seminar #schedule em{
display: block;
font-size: 20px;
font-weight: bold;
font-style: normal;
}
#seminar #schedule dl{
display: flex;
padding-top: 40px;
margin-top: 40px;
border-top: solid 1px #ccc;
}
#seminar #schedule dl:first-child{
padding-top: 0px;
margin-top: 0px;
border-top: none;
}
#seminar #schedule dt{
width: 100px;
height: 100px;
border-radius: 50%;
font-size: 18px;
line-height: 1.4;
padding-top: 25px;
box-sizing: border-box;
background-color: #7fb8d5;
color: #fff;
text-align: center;
}
#seminar #schedule dd{
flex: 1;
margin-left: 40px;
}
#seminar #schedule dd h3{
font-size: 16px;
font-weight: bold;
}
#seminar #schedule dd ol > li{
margin-bottom: 1em;
}
#seminar #schedule dd .li_decimal{
list-style: decimal;
}
#seminar #schedule dd .li_roman{
list-style: upper-roman;
}
#seminar #schedule dd .li_disc{
list-style: disc;
}
#seminar #schedule dd li{
margin-left: 2em;
}

#seminar .form_btn{
text-align: center;
}
#seminar .form_btn a:hover{
opacity: .8;
}