.left {
  float: left;
}

.right {
  float: right;
}

a {
  display: block;
  text-decoration: none;
}

header {
  position: relative;
  z-index: 10000;
}

#subheader {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 10000;
}

.subheader {
  height: 67px;
  position: relative;
}

.subheader .logo {
  position: absolute;
  top: 12px;
  left: 9px;
  width: 235px;
  height: 50px;
}

.subheader .logo a {
  display: block;
}

.subheader .logo img {
  width: 100%;
}

.subheader .menu {
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  text-align: center;
  background: #2b99e5;
}

.subheader .menu .menu-button {
  background: #2b99e5;
  padding: 14px 8px 6px 12px;
}

.subheader .menu .menu-button img {
  width: 40px;
}

.subheader #menu {
  display: none;
  z-index: 100;
  position: absolute;
  top: 67px;
  left: 0;
  width: 101%;
  color: white;
  text-align: center;
}

.subheader #menu h6 {
  text-align: center;
  font-size: .7em;
  padding: 10px 0;
  color: white;
  display: block;
  clear: both;
  background: #2b99e5;
  cursor: pointer;
}

.subheader #menu a {
  color: white;
}

.title-box {
  border-bottom: 1px solid #cccccc;
}

.title-box .title-tx {
  height: 50px;
  background: white;
  width: 100%;
}

.title-box .title-tx h1 {
  margin: 0 auto;
  width: 100%;
  background: url(/ekiden47/img/tit_icon.png) no-repeat left center;
  padding-left: 43px;
  padding-top: 15px;
  height: 35px;
  font-size: 20px;
  line-height: 25px;
  color: #2b99e5;
  letter-spacing: 1px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}

.date-box {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.date-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pickup {
  text-align: center;
  background: #3973af;
  border: 0.5em solid #3973af;
}

.pickup .appbnr {
  width: 100%;
}

.pickup .appbnr li {
  width: 100%;
  text-align: center;
}

.pickup .appbnr li img {
  width: 100%;
}

.contents ul li {
  background: url(../img/arrow_blue.png) no-repeat 97% center;
  padding: 1em;
  border-left: 0.5em solid #2b99e5;
  border-right: 0.5em solid #2b99e5;
  -webkit-box-shadow: 0 1px 0 #d0d0d0;
  -moz-box-shadow: 0 1px 0 #d0d0d0;
  box-shadow: 0 1px 0 #d0d0d0;
  margin-bottom: 1px;
  font-size: 1em;
  letter-spacing: 2px;
  color: #2b99e5 !important;
}

.contents ul li a {
  color: #2b99e5 !important;
}

.bnrarea {
  text-align: center;
}

.bnrarea ul li {
  border-left: 0.5em solid white;
  border-right: 0.5em solid white;
  -webkit-box-shadow: 0 1px 0 #cccccc, 0 -1px 0 #cccccc;
  -moz-box-shadow: 0 1px 0 #cccccc, 0 -1px 0 #cccccc;
  box-shadow: 0 1px 0 #cccccc, 0 -1px 0 #cccccc;
  padding: 1em;
  font-size: 1em;
  letter-spacing: 2px;
  margin-bottom: 1px;
}

.bnrarea ul li a {
  color: white;
  font-size: .8em;
  letter-spacing: 0.5px;
}

.bnrarea ul .fb {
  background: url(../img/arrow_white.png) no-repeat 97% center, url(../img/fb_icon.png) no-repeat 5% center, #3b5998;
}

.bnrarea ul .tw {
  background: url(../img/arrow_white.png) no-repeat 97% center, url(../img/tw_icon.png) no-repeat 5% center, #31a7e0;
}

.bnrarea .footbnr1 li {
  -webkit-box-shadow: 0 1px 0 #d0d0d0, 0 -1px 0 #d0d0d0;
  -moz-box-shadow: 0 1px 0 #d0d0d0, 0 -1px 0 #d0d0d0;
  box-shadow: 0 1px 0 #d0d0d0, 0 -1px 0 #d0d0d0;
  margin-bottom: 1px;
  padding: 0.5em 0 0.3em;
  border-left: 0.5em solid #2b99e5;
  border-right: 0.5em solid #2b99e5;
}

.bnrarea .footbnr2 h5 {
  padding: .5em;
  font-weight: normal;
  background: #3973af;
  color: white;
  font-size: .8em;
  margin-bottom: .5em;
}

.bnrarea .footbnr2 li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 20%;
  display: inline-block;
  padding: 0;
  width: 43%;
}

.bnrarea .footbnr2 li a img {
  width: 100%;
}

.bnrarea .footbnr3 {
  padding: 0.5em 0;
  -webkit-box-shadow: inset 0 -1px 0 #2b99e5, 0 -1px 0 #2b99e5;
  -moz-box-shadow: inset 0 -1px 0 #2b99e5, 0 -1px 0 #2b99e5;
  box-shadow: inset 0 -1px 0 #2b99e5, 0 -1px 0 #2b99e5;
  text-align: center;
}

.bnrarea .footbnr3 li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 43%;
  margin: 0 auto;
}

.bnrarea .footbnr3 li a img {
  width: 100%;
}

.con h2 {
  padding: .5em;
  font-size: 0.9em;
  color: #2b99e5;
  border-bottom: 1px solid #2b99e5;
}

.con .yosen-list #yosen-list {
  text-align: center;
}

.con .yosen-list #yosen-list dt {
  background: url(../img/plus.png) no-repeat 98% center;
  padding: .5em;
  border-right: 0.5em solid #b71c18;
  border-left: 0.5em solid #b71c18;
  -webkit-box-shadow: 0 1px 0 #d0d0d0, 0 -1px 0 #d0d0d0;
  -moz-box-shadow: 0 1px 0 #d0d0d0, 0 -1px 0 #d0d0d0;
  box-shadow: 0 1px 0 #d0d0d0, 0 -1px 0 #d0d0d0;
  margin-bottom: 1px;
  font-size: 1em;
  letter-spacing: .2em;
}

.con .yosen-list #yosen-list .active {
  background: url(../img/minus.png) no-repeat 98% center;
}

.con .yosen-list #yosen-list dd {
  display: none;
  border-right: 0.5em solid #61c0db;
  border-left: 0.5em solid #61c0db;
}

.con .yosen-list #yosen-list dd ul .sead {
  padding: 10px;
  border-bottom: 1px dotted #2b99e5;
  background: none;
  background-size: 7%;
  font-weight: bold;
  display: block;
  line-height: 1em;
  color: black;
}

.con .yosen-list #yosen-list dd ul .sead span {
  font-weight: normal;
  font-size: .7em;
}

.con .yosen-list #yosen-list dd ul li {
  padding: 10px;
  border-bottom: 1px dotted #2b99e5;
  background: url(../img/arrow_blue.png) no-repeat 97% center;
  background-size: 7%;
}

.con .yosen-list #yosen-list dd ul li a {
  font-weight: bold;
  display: block;
  line-height: 1em;
  color: black;
}

.con .yosen-list #yosen-list dd ul li a span {
  font-weight: normal;
  font-size: .7em;
}

.con .map {
  text-align: center;
  margin: 0 1%;
}

.con .map .chMap img {
  width: 100%;
}

.con .tabmenu2 {
  font-weight: bold;
  padding: 10px;
  background: #f4f4f4;
}

.con .tabmenu2 ul {
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.con .tabmenu2 ul li {
  float: left;
  width: 25%;
  font-size: 15px;
  text-align: center;
  background: #ffffff;
  text-shadow: none;
}

.con .tabmenu2 ul li a {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.con .tabmenu2 ul li:hover {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

.con .tabmenu2 ul li.no-click {
  background: #eeeeee;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

.con .tabmenu2 ul li.no-click a {
  color: #aaaaaa;
}

.con .tabmenu2 ul li.active {
  background: #2b99e5;
}

.con .tabmenu2 ul li.active a {
  color: #ffffff;
}

.con .tabmenu2 ul li a {
  color: #333333;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

.con .tabmenu3 {
  font-weight: bold;
  z-index: 50;
  position: relative;
  padding: 10px;
  background: #f4f4f4;
}

.con .tabmenu3 ul {
  width: 100%;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
}

.con .tabmenu3 ul .allmap {
  height: 106px;
}

.con .tabmenu3 ul .allmap a {
  padding: 20px 41%;
}

.con .tabmenu3 ul li {
  float: left;
  width: 20%;
  font-size: 15px;
  text-align: center;
  background: #ffffff;
  border: none;
}

.con .tabmenu3 ul li.ac {
  background: #339ae2;
}

.con .tabmenu3 ul li.ac a {
  color: #ffffff;
}

.con .tabmenu3 ul li a {
  border: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  color: #333333;
  display: block;
  padding: 16px 7px 14px;
  text-shadow: none;
}

.con .bbs-list {
  width: 100%;
  text-align: center;
  padding: 1em 0 0;
}

.con .bbs-list li {
  width: 46%;
  height: 151px;
  text-align: center;
  display: inline-block;
  padding-bottom: 30px;
  margin: 0 0px 25px;
  vertical-align: top;
  position: relative;
}

.con .bbs-list li a {
  display: block;
  width: 105px;
  margin: 0 auto;
  height: 127px;
}

.con .bbs-list li img {
  width: 105px;
  height: 127px;
}

.con .bbs-list li:hover {
  opacity: .8;
}

.con .bbs-list li p {
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #2b99e5;
  border-right: 1px solid #2b99e5;
}

.con .bbs-list li p .todoufuken {
  font-size: 12px;
}

.con .bbs-list li p .uni-name {
  font-size: 20px;
  font-weight: bold;
}

#switchSphone2PC p a {
  display: initial;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.slider {
  height: auto !important;
  display: none;
  position: relative;
  width: 100%;
}
.slider img {
  vertical-align: bottom;
}

.slides {
  overflow: hidden;
  *zoom: 1;
}

.slide {
  float: left;
  clear: none;
}

.slide img {
  width: 100%;
}

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}

.slider-arrow--right {
  bottom: 50%;
  right: 10px;
  background: url(../img/right.png) no-repeat;
}

.slider-arrow--left {
  bottom: 50%;
  left: 10px;
  background: url(../img/left.png) no-repeat;
}

.slider-nav {
  position: absolute;
  bottom: 10px;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border: 1px solid white;
  border-radius: 8px;
}

.slider-nav__item:hover {
  background: #fff;
}

.slider-nav__item--current {
  background: #fff;
}

.sp-full-img img {
  width: 100%;
  height: auto;
}

/* End Hack */
.u-oh {
  overflow: hidden;
}

.u-f1 {
  font-size: 11px !important;
}

.u-f2 {
  font-size: 12px !important;
}

.u-f3 {
  font-size: 13px !important;
}

.u-f4 {
  font-size: 14px !important;
}

.u-f5 {
  font-size: 15px !important;
}

.u-f6 {
  font-size: 16px !important;
}

.u-f7 {
  font-size: 17px !important;
}

.u-f8 {
  font-size: 18px !important;
}

.u-w40 {
  width: 40%;
}

.u-w50 {
  width: 50%;
}

.u-w60 {
  width: 60%;
}

.u-w70 {
  width: 70%;
}

.u-mn {
  margin: 0 !important;
}

.u-ms {
  margin: 10px !important;
}

.u-mm {
  margin: 20px !important;
}

.u-ml {
  margin: 30px !important;
}

.u-mx {
  margin: 40px !important;
}

.u-mtn {
  margin-top: 0 !important;
}

.u-mts {
  margin-top: 10px !important;
}

.u-mtm {
  margin-top: 20px !important;
}

.u-mtl {
  margin-top: 30px !important;
}

.u-mtx {
  margin-top: 40px !important;
}

.u-mtxx {
  margin-top: 50px !important;
}

.u-mbn {
  margin-bottom: 0 !important;
}

.u-mbs {
  margin-bottom: 10px !important;
}

.u-mbm {
  margin-bottom: 20px !important;
}

.u-mbl {
  margin-bottom: 30px !important;
}

.u-mbx {
  margin-bottom: 40px !important;
}

.u-mbxx {
  margin-bottom: 50px !important;
}

.u-mb300 {
  margin-bottom: 300px  !important;
}

.u-mln {
  margin-left: 0 !important;
}

.u-mls {
  margin-left: 10px !important;
}

.u-mlm {
  margin-left: 20px !important;
}

.u-mll {
  margin-left: 30px !important;
}

.u-mlx {
  margin-left: 40px !important;
}

.u-mrn {
  margin-right: 0 !important;
}

.u-mrs {
  margin-right: 10px !important;
}

.u-mrm {
  margin-right: 20px !important;
}

.u-mrl {
  margin-right: 30px !important;
}

.u-mrx {
  margin-right: 40px !important;
}

.u-mra {
  margin-right: auto !important;
}

.u-mla {
  margin-left: auto !important;
}

.u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-pn {
  padding: 0 !important;
}

.u-ps {
  padding: 10px !important;
}

.u-pm {
  padding: 20px !important;
}

.u-pl {
  padding: 30px !important;
}

.u-px {
  padding: 40px !important;
}

.u-ptn {
  padding-top: 0 !important;
}

.u-pts {
  padding-top: 10px !important;
}

.u-ptm {
  padding-top: 20px !important;
}

.u-ptl {
  padding-top: 30px !important;
}

.u-ptx {
  padding-top: 40px !important;
}

.u-pbn {
  padding-bottom: 0 !important;
}

.u-pbs {
  padding-bottom: 10px !important;
}

.u-pbm {
  padding-bottom: 20px !important;
}

.u-pbl {
  padding-bottom: 30px !important;
}

.u-pbx {
  padding-bottom: 40px !important;
}

.u-pln {
  padding-left: 0 !important;
}

.u-pls {
  padding-left: 10px !important;
}

.u-plm {
  padding-left: 20px !important;
}

.u-pll {
  padding-left: 30px !important;
}

.u-plx {
  padding-left: 40px !important;
}

.u-prn {
  padding-right: 0 !important;
}

.u-prs {
  padding-right: 10px !important;
}

.u-prm {
  padding-right: 20px !important;
}

.u-prl {
  padding-right: 30px !important;
}

.u-prx {
  padding-right: 40px !important;
}

.u-mlrm {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-mtbm {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mtbl {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-ptbm {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-ptbl {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-ptbx {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-tc {
  text-align: center;
}

.u-db {
  display: block;
}

.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.u-b {
  font-weight: bold;
}

.u-c {
  text-align: center;
}

.u-r {
  text-align: right;
}

.u-cur {
  cursor: pointer;
}

.u-vb {
  vertical-align: bottom;
}

.u-pr {
  position: relative;
}

.u-pa {
  position: absolute;
}

.u-lh1 {
  line-height: 1;
}

.u-lh2 {
  line-height: 1.2;
}

.u-lh3 {
  line-height: 1.4;
}

.u-lh4 {
  line-height: 1.6;
}

.u-lh5 {
  line-height: 1.8;
}

footer {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}

.trans-bg {
  display: none;
  background: rgba(225, 225, 225, 0.7);
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
}

.menu-box {
  position: absolute;
  top: 67px;
  width: 100%;
  display: none;
}
.menu-box > ul > li:first-child .main-btn {
  border-top: none;
}
.menu-box > ul .main-btn {
  background: rgba(51, 154, 226, 0.95);
  border-top: 1px solid #7dbce9;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}
.menu-box > ul .main-btn.sub {
  background: rgba(96, 184, 245, 0.95);
  border-top: 1px solid #88cdff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
.menu-box > ul .main-btn.sub span {
  line-height: 40px;
}
.menu-box > ul .main-btn.blank span {
  background: url(../../img/blank.png) no-repeat right center;
}
.menu-box > ul .main-btn.no-click {
  border-top: 1px solid #6bb8ed;
  color: #8bbada;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  background: rgba(37, 127, 190, 0.95);
}
.menu-box > ul div.main-btn > span {
  background: url(../img/icon-plus-wh.png) no-repeat right center;
  background-size: 20px 20px;
  line-height: 50px;
  margin: 0 15px;
  display: block;
}
.menu-box > ul div.main-btn > span {
  background: url(../img/icon-plus-wh.png) no-repeat right center;
  background-size: 20px 20px;
  line-height: 50px;
  margin: 0 15px;
  display: block;
}
.menu-box > ul div.main-btn.no-click > span {
  background: none;
  color: #8bbada;
}
.menu-box > ul div.main-btn.active > span {
  background: url(../img/icon-minus-wh.png) no-repeat right center;
  background-size: 20px 20px;
}
.menu-box > ul a.main-btn > span {
  background: url(../../img/arrow-wh.png) no-repeat right center;
  margin: 0 20px 0 15px;
  display: block;
  line-height: 50px;
}
.menu-box > ul ul.sub-menu {
  display: none;
}
.menu-box > ul ul.sub-menu li:first-child a {
  border-top: none;
}
.menu-box > ul ul.sub-menu a {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #8dc1e6;
  border-top: 1px solid #cccccc;
  color: #339ae2;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 20px 13px 15px;
}
.menu-box > ul ul.sub-menu a span {
  background: url(../../img/arrow-blue.png) no-repeat right center;
  display: block;
}
.menu-box .close-btn {
  background: rgba(20, 20, 20, 0.9);
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
