/* CSS Document */

body {
    border-top: 4px solid #185b9f;
    margin: 0;
}

body * {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4";
}

img {
    max-width: 100%;
}

a img {
    border: none;
}

#container {
    width: 1025px;
    margin: 0 auto;
    min-height: 600px;
}

#header {
    width: 100%;
    position: relative;
}

#header h1 {
    background: url(../images/common/header.png) no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    height: 136px;
    margin: 0;
}

#header #headerTaikaiInfo {
    position: absolute;
    right: 0;
    top: 15px;
    width: 365px;
}

#headerTaikaiInfo p {
    font-size: 14px;
    line-height: 150%;
}

#sideContents {
    float: left;
    width: 223px;
    margin-left: 14px;
}

#mainContents {
    float: left;
    width: 735px;
}

#mainContents p + p {
    margin-top: 15px;
}

#footer {
    width: 1025px;
    margin: 0 auto;
    background: #cccccc;
}

#footer p {
    font-size: 12px;
    width: 972px;
    margin: 0 auto;
    line-height: 150%;
    padding: 20px;
}

.red {
    color: #ff0004;
}

/*
サイドバー

*/

#sideContents {}

#sideContents li {}

#sideContents li a {
    display: block;
    width: 200px;
    height: 30px;
    border-bottom: 1px solid #666;
    padding-left: 23px;
    padding-top: 8px;
    color: #000;
    position: relative;
}

#sideContents li a:hover {
    background: url(../images/common/side_hover_2.jpg) no-repeat;
    color: #fff;
}

#sideContents li.current_page_item a {
    background: url(../images/common/sidebar_hover.jpg) no-repeat;
    color: #fff;
    font-weight: bold;
}

#sideContents span.deadline {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    background: #c4d7f7;
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
    left: 124px;
    width: 92px;
    box-sizing: border-box;
}

#sideContents .page-item-83 a {}

#twitterTL {
    margin: 30px 0;
}

.var-narrow .timeline-header {
    padding: 8px;
}

.timeline-header {
    padding: 12px;
    border-width: 0 0 1px;
    box-shadow: 0 0 0 -3px rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
}

.timeline-header,
.timeline-footer {
    position: relative;
    z-index: 100;
}

.customisable-border {
    border: 1px solid #e8e8e8;
}

.timeline-header .ic-twitter-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

.timeline-header {
    background: #185b9f;
    border-radius: 5px;
}

#twitterTL h1 {
    font-size: 90%;
    margin: 0;
    color: #fff;
    padding: 0;
}

#twitterTL h1 a {
    color: #fff;
}

/*
ページ共通
*/

.page #mainContents {
    width: calc(1025px - 258px);
    float: right;
    padding-bottom: 60px;
}

.page #mainContents p、.page #mainContents dt,
.page #mainContents dd {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 1em;
}

h2 {
    color: #185b9f;
    border-bottom: 2px solid #185b9f;
    padding-bottom: 10px;
    margin-bottom: 18px;
    padding-left: 5px;
}

.page h3 {
    background: #eaefff;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #c8d6ff;
    line-height: 120%;
    margin-top: 60px;
}

.page h3.first {
    margin-top: 0;
}

.page h4 {
    margin-bottom: 9px;
}

.page * + h4 {
    margin-top: 35px;
}

.page h4 .h4square {
    color: #185b9f;
}

.page h5.line_header {
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 10px;
    border-left: 5px solid red;
    padding: 3px 3px 3px 9px;
}

.page h5.line_header.sobu_line {
    border-color: #e5d605;
}

.page h5.line_header.touzai_line {
    border-color: #1190e2;
}

.page h5.line_header.sobu_line + p {
    margin-bottom: 10px;
}

.page h5.line_header.touzai_line {
    border-color: #1190e2;
}

.page h5.line_header.touzai_line + p {
    margin-bottom: 10px;
}

.alert {
    margin-top: 20px;
    padding: 10px;
    border: 1px dashed #185b9f;
    background: #ffffdd;
}

.form2 {
    text-align: center;
}

.form2:hover {
    opacity: 0.5;
}

#button {
    cursor: pointer;
}

.tourokuForm {
    margin: 10px 10px 15px;
}

.tourokuForm form {
    text-align: center;
}

.tourokuForm input[type="submit"] {
    cursor: pointer;
    background: #185b9f;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto;
}

.tourokuForm input[type="submit"]:hover {
    opacity: 0.5;
}

/*
トップページ
*/

body.home #container {
    /* background: url(../images/home/campus_home.jpg) right top no-repeat; */
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 136px;
    
    background-size: contain;
}

#mainContents.homeMainContents {
    width: 447px;
    position: relative;
    min-height: 429px;
}

#sideContents2.homeSideContents {
    width: 280px;
    float: right;
    min-height: 470px;
    background-position: center;
}

.eachHomeSideContent {
    width: 230px;
    margin: 0 auto;
    opacity: 1;
    padding-top: 25px;
}

.eachHomeSideContent li {
    margin-bottom: 9px;
}

.homeMainContents #informationList {
    margin: 15px auto;
    padding: 0 30px;
}

.homeMainContents #informationList li {
    font-size: 14px;
    line-height: 180%;
    padding-bottom: 3px;
    margin-bottom: 3px;
    text-indent: -95px;
    padding-left: 95px;
}

.homeMainContents #informationList h2 {
    width: 54px;
    height: 15px;
    background: #185b9f;
    color: #fff;
    font-size: 9px;
    padding: 3px 0px 0px 12px;
}

.css_btn_class {
    position: relative;
    font-family: Arial;
    font-weight: normal;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none;
    background: #ee4056;
    color: #ffffff;
    display: inline-block; /*text-shadow:1px 1px 0px #287ace;*/
}

.css_btn_class:hover {
    background: #ef0307;
    border: 1px solid #da80ea;
}

.css_btn_class:active {
    position: relative;
    top: 1px;
}

.css_btn_class {
    padding: 12px 10px 8px 25px;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    font-size: 19px;
    letter-spacing: 2px;
}

.css_btn_class:before {
    position: absolute;
    content: "●";
    font-weight: bold;
    left: 8px;
    top: 11px;
}

.css_btn_class.sotsuken {
    font-size: 18px;
    padding-top: 11px;
    height: 27px;
}

.css_btn_class a {
    color: #fff;
}

.css_btn_class.koukoku {
    letter-spacing: 0px;
}

/* This css button was generated by css-button-generator.com */
.sideDeadLine {
    position: absolute;
    font-size: 11px;
    bottom: 14px;
    right: 10px;
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 3px;
    padding: 0px 2px;
    text-decoration: none;
    background-color: #06c;
    color: #ffffff;
    display: inline-block;
    text-shadow: 1px 1px 0px #287ace;
    font-weight: bold;
    letter-spacing: 1px;
}

.css_btn_class.sotsuken .sideDeadLine {}

/*
展示・広告ページ
*/

.tenjiKoukokuTable {
    border-spacing: 0;
    width: 100%;
    color: #333;
    margin-bottom: 30px;
    font-size: 90%;
    border: 1px solid #c8d6ff;
    margin-bottom: 60px;
}

.tenjiKoukokuTable th {
    border-collapse: separate;
    border-collapse: separate;
    border: 1px solid #c8d6ff;
    letter-spacing: 2px;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #eaefff;
    font-weight: normal;
    width: 20%;
}

.tenjiKoukokuTable td {
    border: 1px solid #c8d6ff;
    background: white;
    padding: 6px 6px 6px 12px;
    border-bottom: 1px solid #c8d6ff;
    line-height: 180%;
}

/*テーブル
*/

.table_2p {
    border-spacing: 0;
    width: 100%;
    color: #333;
    margin-bottom: 30px;
    font-size: 90%;
    border: 1px solid #c8d6ff;
}

.table_2p th {
    border-collapse: separate;
    border-collapse: separate;
    border: 1px solid #c8d6ff;
    letter-spacing: 2px;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #eaefff;
    font-weight: normal;
    width: 36%;
}

.table_2p td {
    border: 1px solid #c8d6ff;
    background: white;
    padding: 6px 6px 6px 12px;
    border-bottom: 1px solid #c8d6ff;
    line-height: 180%;
}

.table_2p caption {
    padding: 10px;
    font-weight: bold;
}

/*
大会長あいさつ
*/

#aisatsuContainer {}

#aisatsuContainer {
    margin-top: 20px;
}

#aisatsuContainer img {
    padding-bottom: 10px;
}

#aisatsuContainer p {
    text-indent: 1em;
    margin-top: 10px;
    line-height: 180%;
}

.kaicho {
    margin-top: 20px !important;
    text-align: right;
}

/*

会場案内図
*/

#googleMapL {}

/*特別講演*/

.keynote-addressMainContents#mainContents {}

.keynote-addressMainContents#mainContents #keynoteTitle {
    text-align: center;
    line-height: 180%;
    margin-top: 0px;
}

.keynote-addressMainContents#mainContents .keynoteSpeakerPic {
    float: left;
    width: 30%;
    text-align: center;
}

.keynote-addressMainContents#mainContents .keynoteInfo {
    float: right;
    width: 68%;
}

.keynote-addressMainContents .detailProfiles li {
    font-size: 14px;
    line-height: 180%;
}

.keynote-addressMainContents .detailProfiles h3 {
    margin-top: 30px;
}

.keynote-addressMainContents .detailProfiles dt {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 2px dotted #185b9f;
    font-weight: bold;
}

.keynote-addressMainContents .productVideo {
    margin-bottom: 50px;
}

#sotukenEntryOl li {
    margin-bottom: 10px;
    line-height: 160%;
}

.accountInfo {
    margin: 0 0 0 30px;
    border-left: 5px solid #185b9f;
    padding: 5px 0 5px 10px;
}

.form2 #button {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
}

/*
卒研発表会
*/

#gaiyouContent .koumoku {
    width: 70px;
}

.sotsukenMainContents .alert {
    margin-bottom: 30px;
}

.deletedouble {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.deletedouble::after {
    content: " ";
    display: block;
    border-bottom: double #ff0004;
    position: absolute;
    bottom: 11px;
    z-index: 1000;
    width: 96%;
}

div#messageFrom {
    width: 90%;
    margin: auto;
}

#messageFrom h3 {
    margin-bottom: 10px;
    border-bottom: 3px solid #185b9f;
    color: #185b9f;
}

.apologyMainContents h2 {
    letter-spacing: -1px;
}

.apologyContent {
    width: 90%;
    margin: auto;
}

.apologyContent p {
    line-height: 200%;
    text-indent: 1em;
    letter-spacing: 1px;
}

.signature {
    text-align: right;
    margin-top: 20px;
    line-height: 120%;
}

.EachAnnai {
    margin-bottom: 15px;
}

.EachAnnai h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.Room {
    margin: 45px 0;
}

.Room__item .EachRoom {
    padding: 0 5px;
}

.Room__item .EachRoom a {
    display: block;
    border: 1px solid #185b9f;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    color: #185b9f;
}

.Room__item .EachRoom a:hover {
    background: #185b9f;
    color: #fff;
}

.RoomSchedule h4 {
    margin-bottom: 10px !important;
    padding: 3px 10px;
    border-bottom: 2px solid #c8d6ff;
    border-left: 5px solid #c8d6ff;
}

.RoomSchedule .alert {
    margin-top: 0;
}

.RoomSchedule .EachClass {
    border: 2px solid #c8d6ff;
    margin-top: 15px;
}

.RoomSchedule .EachClass + .EachClass {
    margin-top: 0;
    border-top: none !important;
}

.RoomSchedule .EachClass .ScheduleCell__inner {
    padding: 8px;
}

.RoomSchedule .EachClass .fx-col-fix-200 .ScheduleCell__inner:nth-child(1) {
    background: #eaefff;
    height: calc(100% - 16px);
}

.EachRoom h2 {
    font-size: 20px;
    padding-bottom: 0;
    color: black;
    border-bottom: 2px dotted;
}

.EachRoom + .EachRoom {
    margin-top: 45px;
}

.page .EachRoom h3 {
    background: #eaefff;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #c8d6ff;
    line-height: 120%;
    margin-top: 30;
    font-size: 17px;
}

.page .EachRoom h3:nth-child(1) {
    margin-top: 0;
}

.button_container {
    margin: 30px 0;
    text-align: center;
}

.basic_button {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 12px 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}

.btn-radius-solid {
    border: 1px solid #ccc;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+76,7db9e8+100 */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 76%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 76%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 76%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}

.btn-radius-solid:hover {
    opacity: 0.8;
}

.Banners {
    width: 100%;
    margin: 15px auto;
}

.Banner {
    /* font-size: 0px;

    display: flex;
    justify-content: space-between; */
    width: 100%;
}

.Banner__item {
    text-align: center;

    /* background-color: #ddd;
    display: inline-block;
    font-size: 0px; */
    padding: 0;
    margin: 0;
}

.Banner__item a {
    position: relative;
    display: block;
    width: 234px;
    height: 60px;
    font-size: 13px;
    text-align: center;
}

.Banner__item a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #000;
    margin: auto;
    left: 0;
    right: 0;
}

#Twitter {
    margin-top: 30px;
}

.TwitterHeader {
    background-color: #185b9f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

#Poster {
    text-align: center;
}

#Poster img {
    width: 90%;
    padding-left: 13px;
    text-align: center;
}

.FormContainer {
    padding: 40px 10px 10px;
    border: 2px solid #185b9f;
    border-radius: 10px;
    text-align: center;
    background-color: #c4d7f7;
}

.FormContainer input[type='submit'] {
    background-color: #185b9f;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 3px;
    border: none !important;
}

.DownLoadData {
    margin: 15px 0;
}

.DownLoadData__item {}

.inline_list li {
    vertical-align: top;
    display: inline-block;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #185b9f;
}
.inline_list li.list_80 {
    width: 80%;
}

.table.w_600 {
    max-width: 600px;
    font-size: 14px;
}
.table.blue_border td {
padding: 5px 7px;
border: 1px solid #185B9E ;
}

.table.blue_border td.bg_dark {

background-color:#185B9E ;
color: #fff;
}

.access_annai {
    width:100%;
}
