@charset "utf-8";

#contents #footer {clear: both;margin: 0;padding: 10px 0px;width: 100%;background: #000000;color: #ffffff;text-align: center;font-size: 80%;}


/*info*/
table.info, table.info td, table.info th {
    border-collapse: collapse;
    padding-bottom: 8px;
	border: 0px solid #ffffff;
}
table.info {width: 100%;margin-top: 20px;}
table.info th {width: 3em; color: #a40000;}
table.info td { font-weight: normal;border-left: 1px dotted #eeeeee; padding-left: 1em; }

/*event*/
.event {padding-top:30px;}
.event h2{position: relative;display: inline-block;padding: 0 55px;/*color: #a40000;*/ font-weight: bold;}
.event h2:before, .event h2:after{
content: '';
position: absolute;
top: 40%;
display: inline-block;
width: 45px;
height: 2px;
border-top: solid 1px #333333;
border-bottom: solid 1px #333333;
}
.event h2:before {left:0;}
.event h2:after {right: 0;}
.event p {;padding: 10px 0px 40px 55px;}

/*access*/
.access .txt-b {clear: both;margin: 0;padding: 0 0 10px 0;font-weight: bold;}
.access h2 {clear: both;margin: 0;padding: 20px 0 10px 0;font-weight: bold;font-size: 120%;}
.access dl {clear: both;margin: 0;padding: 0;width: 100%;text-align: left;}
.access dl dt {float: left;margin: 0;padding: 0;width: 5em; font-weight: bold;}
.access dl dd {float: left;margin: 0;padding: 0;}


/*==========*btn*==========*/
.square_btn_l {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    background: #a40000;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #710202;/*線色*/
}

.square_btn_l:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*==========**==========*/
#contents .sp {padding: 20px 0;}
#contents .sp2 {padding: 5px 0;}
#contents .spb {padding-bottom: 10px;}
#contents .spb2 {padding-bottom: 30px;}
#contents .center {padding: 10px 0;text-align: center;}
#contents .center2 {padding: 60px 0;text-align: center;}
#contents .spr {padding: 10px 0;text-align: right;}
#contents .spr-s {padding: 10px 0;text-align: right;font-size: 80%;}
#contents .clear {clear: both;}
#contents .clear2 {clear: both;padding: 10px 0;}


ol.decimal1 { list-style-type:decimal; margin:5px 0px 5px 10px; padding:0px; }
ol.decimal1 li { list-style-type:decimal; padding:0px 0px 20px 0px; margin-left:25px; }

.box-01 { clear:both; background:#fafafa; padding:10px 30px; margin:10px auto; width: 80%; }
.box-01 strong { color:#001e41; font-weight:bold; font-size: 120%; }

ul.circle { list-style-type:circle; margin:10px 0px; padding:0px; }
ul.circle li { list-style-type:circle;  padding:0px; margin:0px 0px 10px 25px; line-height:1.5em;}

ul.disc1 { list-style-type:disc; margin:0; padding:0; }
ul.disc1 li { list-style-type:disc;  padding:0; margin:0 0 0 25px; line-height:1.5em;}


/*==========*pageTop*==========*/
#pagetop {position: fixed;bottom: 20px;right: 20px;opacity: 0.5; text-align: center;}
#pagetop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 0 4px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #a40000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}