@charset "utf-8";

/* news list */
#list {
margin-bottom:30px;
}
#list ul {
width:900px;
margin:0 auto;
padding-bottom:4px;
font-size:1.2em;
line-height:1.35;
}
#list ul li {
overflow:hidden;
height:100%;
margin-bottom:15px;
padding:0 10px 18px 5px;
border-bottom:1px dotted #DEDEDE;
}
#list ul h2 {
float:left;
width:14.25em;
font-weight:normal;
}
#list ul h2 img {
margin-right:8px;
vertical-align:middle;
}
#list ul .image {
float:right;
margin-left:51px;
border:1px solid #ccc;
}
#list ul p {
margin-left:14.25em;
}
#list ul p em {
color:#f63;
font-style:normal;
font-weight:bold;
white-space:nowrap;
}
#list ol {
font-size:1.2em;
line-height:1.2;
text-align:center;
}
#list ol li {
display:inline;
padding:0 5px;
border-left:1px solid #0092AD;
}
#list ol a {
color:#0092AD;
}
#list ol .prev {
padding-right:10px;
border-left:none;
}
#list ol .next {
padding-left:10px;
}



/* seminar */
#seminar {
padding-bottom:25px;
}

/* details (seminar) */
#seminar .details {
overflow:hidden;
height:100%;
margin-bottom:22px;
padding:14px 15px;
background-color:#F4F4F4;
}
#seminar .details .image {
float:left;
padding:3px;
border:1px solid #ccc;
background-color:#fff;
}
#seminar .details .body {
float:right;
width:340px;
}
#seminar .details .body h2 {
margin-bottom:15px;
padding-top:4px;
font-size:1.4em;
line-height:1.5;
}

/* lead (seminar) */
#seminar .lead {
margin:0 8px 23px;
}
#seminar .lead p {
font-size:1.2em;
line-height:1.35;
}

/* section (seminar) */
#seminar .section {
width:675px;
margin:0 auto 23px;
}
#seminar .section p {
margin:0 7px;
font-size:1.2em;
line-height:1.5;
}



/* details */
#details {
padding-bottom:25px;
}

/* about (details) */
#details .about {
width:675px;
margin-bottom:27px;
}
#details .about h2 {
margin-bottom:14px;
padding:0 12px 22px;
border-bottom:1px dotted #BCBCBC;
color:#333;
font-size:1.8em;
line-height:1.3;
}
#details .about h2 span {
display:block;
text-align:right;
line-height:1.35;
}
#details .about h2 .date {
margin-top:8px;
font-size:0.889em;
}
#details .about h2 .author {
margin-top:5px;
font-size:0.667em;
font-weight:normal;
}
#details .about .body {
margin:0 7px;
}

/* section (details) */
#details .section {
width:685px;
margin:0 auto 27px;
}
#details .section p {
margin:0 12px;
font-size:1.2em;
line-height:1.5;
}

/* contact (details) */
#details .contact {
padding:13px 17px;
border:1px solid #DEDEDE;
background-color:#F7F7F7;
}
#details .contact p {
font-size:1.2em;
line-height:1.5;
}

