body{
font-family:'メイリオ',meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',sans-serif;
}


#social_bkm_wrap_top {
margin-bottom: 0;
}

.container-fluid {padding: 0;}

.row-fluid .span8 {
float: none;
margin: 0;
width: auto;
}




.head_title {
    display: flex;
    align-items: center;
    min-height: 350px;
    background: #0c1734 url(/info/event/veeam/201907/media/header_title.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.head_title_txt {padding-left: 24px;}
.head_title p {font-size: 18px; margin-bottom: 8px;}
.head_title h1 {font-size: 36px;}
.head_title .head_title_btn a {
color: #fff;
background-color: #00ccff;
border-radius: 30px;
display: inline-block;
font-size: 24px;
margin-top: 16px;
min-width: 200px;
padding: 16px;
text-align: center;
}

.head_title .head_title_btn a:hover {
background-color: #0058db;
text-decoration: none;
}


.header_title_session {width: 40%; margin-right: 24px; padding: 24px; background-color: rgba(0,0,0,0.6);}
.header_title_session p {font-size: 14px !important;}
.header_title_session strong {display: block; font-size: 18px !important; margin-bottom: 16px;}

.header_title_session .photo {
margin: 0;
display: flex;
justify-content: space-between;
}
.header_title_session .photo li {
list-style: none;
width: 32%;
font-size: 12px;
text-align: center;
}


[class^="section_"] h2 {
margin: 10px 0 20px 0 !important;
padding:0;
color: #0040a1;
}


[class^="section_"] h3 {
position: relative;
color: #0040a1;
border: none;
font-size: 200%;
text-align: center;
}

.info_date {
padding: 8px;
font-size: 1.25rem;
    color: #fff;
    background-color: #0040a1;
text-align: center;
}


[class^="section_"] {
padding: 24px 0;}


.section_inner {
margin: 0 auto;
max-width: 800px;
}

#section_summary {background-color: #f5f5f5;}
#section_summary .section_summary-info {
display: flex;
justify-content: space-around;
}

dl.infomation {margin-bottom: 0;}
#section_summary .logo_owner {
width: 250px;
text-align: center;
}

#section_summary .logo_owner img {max-width: 100%; margin-bottom: 16px;}




.table {margin-bottom: 24px;}
.table th,
.table td {border: none;}

.table th {background-color: #fff; border-top: 1px solid #015F4B;}
.table th.time {border-top: 3px solid #0040a1;}


.table td .title {
margin:5px 0 10px 0;
color: #0040a1;
line-height:1.4;
font-size:18px;
border: none;
padding: 0;
}
.table td .title span {
display: block;
font-size: 85%;
font-weight: normal;
}


.table td .summary{
margin-bottom:15px;
}



td.session .profile_open{
    color: #0066A0;
    cursor: pointer;
}


td.session .profile_detail{
    margin:10px 0 10px 110px;
}

.spearkers {
display: flex;
margin-bottom: 24px;
}
.spearkers > div {max-width: 200px; padding: 0 16px; font-size: 12px;}
.spearkers > div img {max-width: 100%; margin-bottom: 8px;}
.spearkers > div strong {display: block; margin-bottom: 8px; font-size: 14px;}

#order {
margin-top: 64px;
background-color: #f5f5f5;
}

#order p strong {margin-top: 24px; font-size: 18px;}
.privacy-note {
padding: 24px;
color: #333;
background-color: #f5f5f5;
font-size: 12px;}




/*btn default setting*/
.button{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:25px auto;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*btn color action setting*/
.button_red,
.button_green {
	position: relative;
	border-radius: 6px;
	color: #fff;
	background-color:#bd362f;
	box-shadow: 0 4px 0 #891a14;
}
.button_red:hover {
	background-color: #e14d46;
	box-shadow: 0 4px 0 #9b2924;
	text-decoration:none;
	color: #fff;
}


.button_green {
    font-size: 24px;
    background-color: #0040a1;
    border-radius: 50px;
    box-shadow: none;
}
.button_green:hover {
	background-color: #0058db;
	text-decoration:none;
	color: #fff;
}



/*btn size setting*/
.large{
width: 80%;
height: 60px;
line-height:60px !important;
font-size: 160%;
}

.small{
width: 48%;
height: 72px;
}

.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}


.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}




.sponsored dt {
color: #03427B;
border-color:#03427B;
}
.sponsored dd {
padding: 24px 0;
text-align: center;
font-size:12px;
}

.sponsored dd.last{
border-bottom:none;
}




/*responsive*/

@media (max-width: 767px) {
.container-fluid.nopadding {padding: 0;}
.head_title h1 {
width: 100%;
font-size: 24px;
margin: 0;
}

.section_inner {
margin: 0 24px;
}

.head_title {display: block; min-height: auto; padding: 24px;}
.head_title h1 small {font-size: 16px;}


.header_title_session {width: auto; margin: 24px 0 0;}

#section_summary .section_summary-info {
display: block;
}

#section_summary .logo_owner {
width: auto;
text-align: center;
}


.large, .small{
width:100% !important;
}

.small{margin:10px auto !important;}

}






@media (max-width: 480px) {
.container-fluid {margin: 0;}

.head_title span small {
display: block;
padding: 4px 16px 4px 32px;
background-color: rgba(3,66,123,0.6);
}

.head_title h1 {
font-size: 18px;
}
.head_title h1 span {font-size: 11px;}

.info_date span {font-size: 14px;}


dt {
    clear: both;
    color: #000000;
    float: none;
    font-weight: bold;
    margin: 0 0 10px;
    width: auto;
    font-size:110%;
}


dd {
    margin: 0 0 10px 0;
   border-bottom:1px dotted #999;
   padding-bottom:5px;
}


.spearkers {
display: block;
}
.spearkers > div {max-width: 100%; padding: 0 0 16px;}
.spearkers > div img {float: left; max-width: 100px; margin: 0 16px 8px 0;}
.spearkers > div strong {margin-bottom: 0;}

.table th.time{
   width:4%;
   font-size:90%;
}

.table th, .table td img{
   max-width:80px;
}

td.session .title, td.session .summary, td.session .profile_open, td.session .profile_detail, td.session p{
margin:7px;
}
.table td .title {font-size: 16px;}
td.session img{
margin-left:7px;
}


}