@charset "UTF-8";
/* CSS Document */
/*###########*/
/*####################*/
/*ヘッダhedaer*/
/*####################*/
header{
    background: url(../../images/bg_header.png) 80px -210px no-repeat #800e1e;
    background-size: auto;
    
}
header #header_wrap{
/*    position: relative;*/
    padding: 0;
    overflow:hidden;
}
header #header_wrap h1{
    width: 525px;
    height: 46px;
    background:url(../../images/h1_sub.png) no-repeat;
    margin: 20px 0;
}
header #header_wrap #overview{
/*    position: absolute;*/
    float:right;
    width: 410px;
    height: 100%;
/*
    top: 0px;
    right: 0px;
*/
    margin: 0;
    padding: 20px 25px 16px;
    background: url(../../images/bg_header_overview.png) repeat-y;
    color: #fff;
    line-height: 1.8;
}
/*####################*/
/*プログラム*/
/*####################*/
ul.timeline{
    border-top: solid 1px #910000;
}
ul.timeline li{
    overflow: hidden;
    padding: 15px 0;
}
ul.timeline li.block{
    border-bottom: solid 1px #910000;
}
ul.timeline li.block_sub{
    border-bottom: dotted 1px #910000;
}
ul.timeline li .title_wrap{
    padding: 20px 16px;
    margin: 0 0 18px;
    background-color: #fbf4ef;
}
ul.timeline li .time{
    float:left;
    width: 110px;
    font-size: 14px;
}
ul.timeline li .cont{
    float:left;
}
ul.timeline li h4{
    font-size: 16px;
    font-weight: bold;
    color: #800e1e;
}
/*####################*/
/*バナー*/
/*####################*/
body.subpage .banner_box{
    margin: 60px auto 20px;
    text-align: center;
}
body.subpage .banner_box a{
}
body.subpage .banner_box a img{
    display: inline-block;
    margin: 0 10px 20px;
}
/*####################*/
/*関連リンク*/
/*####################*/
.link_box{}
.link_box ul{}
.link_box ul li{
    border-bottom: dotted 1px #ccc;
    margin: 5px 0;
    padding: 5px 0;
}
/*####################*/
/*MAP*/
/*####################*/
#map{
}
#map h4{
    font-size: 24px;
    font-weight: bold;
    margin:0 0 5px;
    padding: 0;
}
#map h5{
    font-size: 18px;
    font-weight: normal;
    margin:0 0 5px;
    padding: 0;
}
#map h6{
    font-size: 16px;
    font-weight: normal;
    border-bottom: dotted 1px #ccc;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
#map .event_title{
    
}
#map .event_date{
    font-size: 16px;
    color: #333;
    margin: 0 0 0;
}
#map .event_place{
    font-size: 16px;
    color: #333;
    margin: 0 0 10px;
}
#map .event_address{
    font-size: 14px;
    color: #333;
    padding: 0 0 0 1.7em;
}
#map .root_box{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin: 0px 0 20px;
    padding: 5px 20px;
    background: #fbf4ef;
    border: solid 1px #e4c9b6;
}
#map iframe{
    margin: 0 0 20px;
}
/*####################*/
/*実行委員会*/
/*####################*/
table.committee_tbl{
    margin: 20px 0;
    width: 100%;
    border-top:solid 1px #d8d8d8;
    border-left:solid 1px #d8d8d8;
}
table.committee_tbl tr{
}
table.committee_tbl td{
    padding: 5px 10px;
    text-align: left;
    border-bottom:solid 1px #d8d8d8;
    border-right:solid 1px #d8d8d8;
}
table.committee_tbl td.yaku{
    width: 7em;
}
table.committee_tbl td.name{
    width: 12em;
    font-weight: bold;
}
table.committee_tbl td.status{
    width: 32em;
}
table.committee_tbl td.status2{
    color: #666;
}
table.committee_tbl td.bottom_none{
    border-bottom: none;
}
/*####################*/
/*講演内容*/
/*####################*/
h4.h_contents{
	padding:5px 0 0;
	margin:20px 0 10px 0;
	color:#ac3142;
	font-size: 24px;
/*	border-top: solid 1px #ac3142;*/
	border-bottom: dotted 1px #ac3142;
}

.keynote{
	margin-bottom:30px;
}
.keynote dl{
}
.keynote dl dt{
	float:left;
	width:300px;
	color:#ac3142;
	font-size: 18px;
}
.keynote dl dd{
	float:left;
	width:730px;
}
.keynote dl dd.title{
	font-size: 18px;
	font-weight:bold;
}

/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/
    
    
@media screen and (max-width: 640px) {

}
/*スマホ想定ここまで*/