#social_bkm_wrap_top {
margin-bottom: 0;
}

h2 {
margin: 0 0 10px 0 !important;
padding:0;
font-size: 140%;
color: #000000;
border: none;
background: none;
}

.container-fluid {
padding-top: 0;
}

.special_seminar .table {
width: 48%;
float: left;
margin: 0 1%;
}
.special_seminar .table td {
height: 215px;
}

/* img */
#img_title_s {
display: none;
background: url(/info/event/sd/201307/media/header_title_s.png) no-repeat top left;
background-size: cover;
height: 250px;
text-indent: -9999px;
}

.title_seminar {
display: none;
margin:0;
padding: 5px;
background-color:#000000;
color: #ffffff;
font-size: 140%;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.info_date {
padding: 5px;
margin-bottom:0;
background-color: #333333;
color: #ffffff;
font-size: 120%;
font-weight: bold;
text-align: center;
}
.info_date span {
margin-right: 30px;
}

h3 {
clear: both;
margin-top: 0;
padding-top: 5px;
}

/* button */
.btn-large {
margin: 0;
}

/*　最新情報更新枠　*/
.latest_info {
border: 1px solid white;
background: #f4f4f4;
filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=1,GradientType=0,StartColorStr=#f4f4f4,EndColorStr=#dddddd);
background: -moz-linear-gradient(top, #f4f4f4, #dddddd 85%, #dddddd);
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4),color-stop(0.85,#dddddd),to(#dddddd));
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
padding: 10px;
margin-bottom: 10px;
}

.latest_info li {
margin: 0 0 10px 20px;
list-style-type: square;
font-size: 95%;
font-weight: bold;
color: #D70A2F;
}

.latest_info th,.latest_info td { 
vertical-align: top; 
padding-bottom: 10px;
line-height: 1.3;
}

.latest_info span {
margin-right: 10px;
font-size: 85%;
font-weight: normal;
color: #777777;
}

.latest_info .category {
padding-right: 10px;
font-size: 95%;
font-weight: bold;
color: #D70A2F;
white-space: nowrap;
}


@media (max-width: 767px) {
/* img */
.img_title {
display: none;
}
#img_title_s {
display: block;
}
#img_title_s img {
background-color: #ffffff;
padding: 5px;
}
/* text */
.title_seminar {
display: block;
}
.info_date span {
display: block;
margin: 0;
font-size: 85%;
font-weight: normal;
}
}


@media (max-width: 480px) {
.special_seminar .table {
width: 100%;
}
}