﻿
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

a:link {
  color: #72003B;
  text-decoration: underline;
 }

h1 {
  font-family: "M PLUS Rounded 1c";
  color: #72003B;
}

h2 {
  font-family: "M PLUS Rounded 1c";
  position: relative;
  color: #ffffff;
  padding: 1rem 2rem calc(1rem + 10px);
}

h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 99%;
  height: 95%;
  content: '';
  border: 4px solid #cd7827;
}


h3{
    display: inline-block;
    border-bottom: dashed 2px #cd7827;
}



#wrapper {
  margin: 0 auto;
  max-width: 500px;
  min-height:1000px;
  text-align: center;
}


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

#map{
    border:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#abstract_title{
    background: #fdbb45;
}

#abstract_title:hover{
    background: #fed281;
}

#program_title{
    background: #32b487;
}

#program_title:hover{
    background: #45cb9c;
}


#entry_title{
    background: #10a2de;
}

#entry_title:hover{
    background: #51c1f2;
}


#organizer_title{
    background: #a94b9c;
}

#organizer_title:hover{
    background: #c278b8;
}

#inquiry_title{
  background: #535353;
}

#inquiry_title:hover{
  background: #cacaca;
}

.main_article{
  padding: 10px;
  text-align: center;
}

.slideshow img{
	display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}