body{
font-family:'メイリオ',meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',sans-serif;
}

.row-fluid .span8,
.row-fluid .span3 {
width: 100%;
float: none;
margin: 0;
padding: 0;
}

#social_bkm_wrap_top {
overflow: hidden;
border: none;
}
#social_bkm_wrap_top li {margin-right: 8px;}
.container-fluid {
padding-top: 0;
}




/* HEADING */
h3 {
clear: both;
margin:30px 0 25px;
color: #666;
text-align: center;
font-size:30px;
border-color: #FF9901;
}


/* TITLE */
.head-title {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
height: 300px;
background: url(/info/event/aws_2018/media/head_title.jpg) no-repeat top center;
/* background: linear-gradient(to right, rgba(255,153,0,1) 0%,rgba(250,175,52,1) 100%); */
}


.t-series {
    padding: 5px 0 5px 15px;
    background: #000;
    color: #fff;
    font-size: 140%;
}
.t-series .t-logo img {
height: 40px;
}
.t-series span {display: none;}

.head-title > div {margin: 0 30px;}
.head-title h2 {
position: relative;
z-index: 10;
clear: both;
width: 100%;
margin: 0;
color: #fff;
font-size: 250%;
background: none;
text-shadow: 0 1px 2px #000;
}
.head-title h2 span {display: block;}
.head-title h2 span.label {
margin-bottom: 15px;
font-size: 18px;
font-weight: normal;
text-shadow: none;
}

.head-title.key_red h2 span.label {color: #F12E1A; border-bottom: 1px solid #F12E1A;}
.head-title.key_purple h2 span.label {color: #C729FC; border-bottom: 1px solid #C729FC;}
.head-title.key_blue h2 span.label {color: #4CAAFF; border-bottom: 1px solid #4CAAFF;}
.head-title.key_bluegreen h2 span.label {color: #72FFF9; border-bottom: 1px solid #72FFF9;}
.head-title.key_green h2 span.label {color: #67F877; border-bottom: 1px solid #67F877;}
.head-title.key_yellow h2 span.label {color: #E8FF55; border-bottom: 1px solid #E8FF55;}



.head-title small {
display: block;
width: 100%;
color: #fff;
font-size: 150%;
font-weight: bold;
line-height: 1.5;
text-shadow: 0 1px 2px #000;
}


.event_summary,.apply {
box-sizing: border-box;
margin: 0 -20px;
padding: 30px;
color: #fff;
line-height: 1.8;
background-color: #232F3E;
}



/* event detail */
.information dt {width: 12em;}
.information dd {margin-left: 12em;}
.information dd span.t-event {
display: block;
margin: 0 0 30px;
color: #666;
font-size: 120%;
font-weight: bold;
line-height: 1.5;
}
.information dd span.label {
display: block;
margin: 10px 0;
color: #666;
font-size: 100%;
font-weight: bold;
}




/* seminar box */
#seminar-all {
margin: 80px -20px 0;
padding: 0 20px 40px;
overflow: hidden;
background-color: #f5f5f5;}

.seminar-box {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.box {
width: 32%;
margin: 0 0 30px;
}
.box a {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
color: #666;
background-color: #fff;
box-shadow: 0 0 3px #999;
border-radius: 3px;
box-sizing: border-box;
transition: 0.5s;
}
.box a:hover {box-shadow: 0 0 15px #999;text-decoration: none;}


.box .badge {
padding: 10px 0 5px;
border-bottom: 1px solid #ccc;
font-size: 120%;
font-weight: bold;
text-align: center;
}
.box h4 {
margin-bottom: 30px;
padding: 0 15px}

.box .status {
margin-top: auto;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    background: #f5f5f5;
    color: #ff0000;
}

.box .date {padding: 0 15px;}
.box .date span {
font-size: 200%;
font-weight: bold;
}

.box .icon {
margin: 0;
text-align: center;
border-radius: 3px 3px 0 0;
}
.box.key_red .icon {background: rgb(192,59,94);}
.head-title.key_red {background-image: url(/info/event/aws_2018/media/head_title_red.jpg);}


.box.key_green .icon {background: rgb(114,170,0);}
.head-title.key_green {background-image: url(/info/event/aws_2018/media/head_title_green.jpg);}

.box.key_bluegreen .icon {background: rgb(13,178,180);}
.head-title.key_bluegreen {background-image: url(/info/event/aws_2018/media/head_title_bluegreen.jpg);}

.box.key_purple .icon {background: rgb(111,52,156);}
.head-title.key_purple {background-image: url(/info/event/aws_2018/media/head_title_purple.jpg);}

.box.key_blue .icon {background: rgb(32,124,202);}
.head-title.key_blue {background-image: url(/info/event/aws_2018/media/head_title_blue.jpg);}

.box.key_yellow .icon {background: #c7d600;}
.head-title.key_yellow {background-image: url(/info/event/aws_2018/media/head_title_yellow.jpg);}



/* TABLE */
.table {margin-top: -1px; margin-bottom: 15px;}
.table th{
font-size:115%;
color:#fff;
background-color: #EEBA38;
border-color: #fff;
}
.table td {background-color: #FEF5DF; border-color: #fff;}
.table td .title {
margin:5px 0 10px 0;
padding:0 0 5px 0 !important;
border-bottom:1px solid #fff;
color: #E47911;
line-height:1.4;
font-size:18px;
}
.table td .title span {
display: block;
font-size: 85%;
font-weight: normal;
}
.table td .summary {letter-spacing: 0;}

td.session .profile_open{
    color: #0066A0;
    cursor: pointer;
}

td.session .profile_detail{
    margin:10px 0 10px 110px;
}
td.session .box-speaker {
clear: both;
overflow: hidden;
margin-top: 15px;
padding-top: 15px;
border-top: 1px dotted #ccc;
}



/* LOGO */
.logo-main-sponsor table {
width: 100%;
margin-top: 50px;
table-layout: fixed;
text-align: center;
}
.logo-main-sponsor table .sp-show {display: none; margin-bottom: 15px;}
.logo-main-sponsor table th,
.logo-main-sponsor table .sp-show {
    color: #666;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 5px solid #fff;
    background-color: #f5f5f5;
}
.logo-main-sponsor table td {
padding: 15px 0;
vertical-align: bottom;
font-size: 11px;
}
.logo-main-sponsor table td img {margin-bottom: 15px;}

.logo-sponsor {text-align: center;}
.logo-sponsor ul {margin: 0 0 15px 0;}
.logo-sponsor li {
display: inline-block;
width: 30%;
margin-bottom: 15px;
text-align: center;
list-style: none;
font-size: 11px;
vertical-align: top;
}
.logo-sponsor li img {
width: auto;
max-width: 100%;
margin-bottom: 15px;
}


.event-holder {
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.event-holder dl {
width: 32%;
text-align: center;
}
.event-holder dt {
float: none;
width: 100%;
color: #666;
border-bottom: 1px solid #FF9901;
}
.event-holder dd {margin: 0; font-size: 11px;}


.list-report {
margin: 0 0 30px;
border-bottom: 1px dotted #ccc;
overflow: hidden;
}

.list-report li {
width: 48%;
float: left;
overflow: hidden;
list-style: none;
padding: 15px 0;
}
.list-report li:nth-of-type(2) {margin-left: 2%;}
.list-report li img {
float: left;
width: 80px;
margin: 0 10px 0 0;}

.privacy-area {
margin: 0 -20px 50px;
padding: 30px;
font-size: 12px;
background-color: #f5f5f5;
}


/* apply */
.apply {
padding-top: 30px;
}
.apply h3 {
margin-top: 20px;
color: #fff;
}


/* BUTTON */
.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 {
	position: relative;
	border-radius: 6px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	background-color:#bd362f;
	box-shadow: 0 3px 0 #891a14;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button_red:hover {
	background-color: #e14d46;
	box-shadow: 0 3px 0 #9b2924;
	text-decoration:none;
	color: #fff;
}
.button_red:active {
	top: 3px;
	box-shadow: none;
}




.button_green {
	position: relative;
	border-radius: 6px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	background-color:#56AC56;
	box-shadow: 0 3px 0 #348734;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button_green:hover {
	background-color: #6cc76c;
	box-shadow: 0 3px 0 #47a147;
	text-decoration:none;
	color: #fff;
}
.button_green:active {
	top: 3px;
	box-shadow: none;
}


/*btn size setting*/
.large{
width: 50%;
height: 60px;
line-height:60px !important;
font-size: 160%;
}

.small{
width: 45%;
font-size: 100%;
}

.button span{
display:inline-block;
padding:12px 0;
text-align:center;
font-weight:bold;
}




/* RIGHT COLUMN */
.sponsored {margin: 0;}
.sponsored dt {
color: #666;
border-color: #ddd;
background-color: #f5f5f5;
}
.sponsored dd {
margin-bottom: 20px;
border-bottom: 1px dotted #cccccc;
text-align: center;
font-size:12px;
padding-bottom:10px;
}

.sponsored dd.last{
border-bottom:none;
}

.sponsor-logo {
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.sponsor-logo li {
width: 32%;
margin-bottom: 15px;
padding: 15px 0;
text-align: center;
list-style: none;
border-bottom: 1px dotted #ccc;
font-size: 11px;
}
.sponsor-logo li img {
margin-bottom: 15px;
}



/* EVENT PAGE */
.btn-seminar-all {
display: block;
margin: 80px 0;
padding: 15px;
font-size: 140%;
color: #FF9901;
border: 2px solid #FF9901;
border-radius: 5px;
transition: 0.5s;
}
.btn-seminar-all:hover {
text-decoration: none;
color: #FF9901;
background-color: #f5f5f5;
}

.btn-middle {text-align: right;}

.btn-middle .btn-seminar-all {
display: inline-block;
margin: 20px 0 0;
padding: 5px 10px;
font-size: 120%;
}




/* RESPONSIVE */

@media (max-width: 800px) {
.container-fluid.nopadding {padding: 0 !important;}

.span8 {
padding-right: 0;
border-right: none;
}

.t-series .t-logo {display: none;}
.t-series span {
display: block;
font-size: 0.85rem;
}

.head-title {
padding-left: 15px;
text-align: left;
background-position: bottom right;
background-size: cover;
}
.head-title::before {display: none;}
.head-title .t-series {margin-left: 0;}
.head-title h2 {width: 100%;}
.head-title h2 span.label {
background-color: transparent !important;
}

.event_summary,
#seminar-all,
.apply {
margin: 0 -10px;
}


.box {
width: 48%;
margin: 0 0 15px;
}



/* text */
.title_seminar {
display: block;
padding:10px;
font-size: 100%;
}
.title_seminar span {display: block;}

.info_date {
text-align: center;
margin: 0 -10px;
}
.info_date span {display: none;}

.table th{
text-align:center;
}


.list-report li {width: 100%; float: none;}
.list-report li img {margin: 0 10px 10px 0;}

}






@media (max-width: 480px) {
.container-fluid {margin: 0; padding: 0 15px;}

.t-series {font-size: 85%;}
.t-series img {
display: none;
}
.t-series .sp-show {display: inline;}
.head-title {height: 200px; padding: 0;}
.head-title > div {
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
margin: 0;
padding: 0 30px;
background-color: rgba(0,0,0,0.5);
}
.head-title h2 {
font-size: 140%;
}
.head-title small {font-size: 100%;}
.special_seminar .table {
width: 100%;
}
.event_summary, #seminar-all, .apply {margin: 0 -15px 0;}
.box {
width: 100%;
float: none;
margin: 0 0 15px;
}
.event_summary {padding: 5px 15px;}

.span3 {margin-top: 80px;}

h3 {margin-top: 40px;}

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;
}

.information dt {
width: 100%;
padding-top: 15px;
}
.information dd {
margin: 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;
}

td.session img{
margin-left:7px;
}
td.session .profile_open {clear: both;}


.large, .small{
width:100% !important;
height:auto;
}

.small{margin:10px auto !important;}
.privacy-area {margin: 0 -15px 50px;}
.logo-main-sponsor table th,
.logo-main-sponsor table td {
display: block;
}
.logo-main-sponsor table th {
display: none;
}
.logo-main-sponsor table .sp-show {
display: block;
}

.logo-sponsor li {width: 100%;}

.sponsor-logo li {
width: 48%;
}
.event-holder {display: block;}
.event-holder dl {
width: 100%;
}
.event-holder dd {border-bottom: none; margin-bottom: 30px;}
}