/* clearfix */
.ss_detail:after{
content:".";
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}

/* 見出し */
.ss_detail h5{
width:705px;
background:url(image/bg_h5.gif) no-repeat left 7px;
color:#132c3e;
font-size:1.2em;
font-weight:bold;
padding:5px 0 3px 15px;
border-bottom:#3079b8 1px solid;
margin:20px 0 10px 0;
text-align:left;
float:none;
clear:both;
}

.ss_detail h5:first-child{
margin-top:10px!important;
}

.ss_detail h6{
width:690px;
background-color:#3079b8;
font-size:1.0em;
font-weight:bold;
color:#fff;
padding:3px 15px;
margin:0 0 10px 0;
float:none;
clear:both;
}

/* 補足文 */
.ss_detail p{
margin:0 0 10px 0;
padding:0 0 0 10px;
}

.ss_detail div + p{
clear:both;
float:none;
}

/* 講演者名 */
.ss_detail div{
width:400px;
margin:0 0 30px 0!important;
padding:0 20px 0 0;
float:right;
text-align:right;
}
.ss_detail div:after{
content:".";
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}

/* 画像 */
.ss_detail div.photo{
width:300px;
margin:0 0 30px 0!important;
padding:0 0 0 10px;
float:left!important;
text-align:left!important;
}
.ss_detail div.photo img{
clear:right;
margin:5px 0 0 0;
}
/* 画像のキャプション */
.ss_detail div.photo p{
font-size:0.9em;
margin:0;
padding:0;
}

/* 表組 */
.ss_detail table{
border-collapse:collapse;
border-top:#cccccc 1px solid;
border-right:#cccccc 1px solid;
border-bottom:#cccccc 1px solid;
border-left:none;
margin-left:10px;
}

.ss_detail table th{
background-color:#e8eefa;
border-top:none;
font-weight:normal
}

.ss_detail table th.left{
text-align:left;
}

.ss_detail table tr:first-child td{
border-top:none;
}

/* 注意書き */
.ss_detail .notes{
display:inline-block;
*display:inline;
*zoom:1;
width:auto;
padding:10px;
margin:40px 0 20px 10px!important;
border:1px solid #3079b8;
font-size:1.0em;
text-align:left!important;
float:none!important;
clear:both!important;
}

.ss_detail .notes_center{
display:block;
width:700px;
padding:10px;
margin:40px auto 20px auto!important;
border:1px solid #3079b8;
font-size:1.0em;
text-align:center!important;
float:none!important;
clear:both!important;
}

.clear{
height:1px;
clear:both;
}