
*,*::before,*::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.back{
  padding: 20px;
  background: #e7e7e7;
  position: relative;
  min-width: 1000px;
}

.back h1{
  font-size: 18px;
  text-align: center;
}

.back p{
  position: absolute;
  top: 50%;
  transform: translateY(-20px);
}

.back p:first-child{
  left: 20px;
}

.back p:last-child{
  right: 20px;
}

.back p a{
  display: block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 999px;
  background: #fff;
  border: solid 1px #333;
  font-size: 14px;
  text-decoration: none;
}


header{
  margin-top: 1px;
  background: #e7e7e7;
}

.head-wrap{
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
.head-wrap .all{
  position: absolute;
  bottom: 30px;
  right: 0; 	
}
.head-wrap .all a{
  display: block;
  width:240px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.1);
  color: #333;
  text-decoration: none;
}

.head-wrap .all img{
  vertical-align: middle;
}

.head-theme{
  padding: 5px 0 5px 16px;
}

.head-theme.c01{
  border-left: solid 2px #dc1c40;
}

.head-theme.c02{
  border-left: solid 2px #1f97b9;
}

.head-theme.c03{
  border-left: solid 2px #d2cb17;
}

.head-theme.c04{
  border-left: solid 2px #41c314;
}

.head-theme .category{
  font-size: 18px;
  font-weight: normal;
}

.head-theme .theme{
  margin: 0.5em 0;
  font-size: 20px;
  font-weight: bold;
}

.place{
  margin-bottom: 0.5em;
}

.head-sub{
  margin-top: 1em;
}

table td{
  vertical-align: top;
}

.block{
  width: 960px;
  margin: 40px auto;
  border: solid 1px #333;
  border-radius: 10px;
  overflow: hidden;
}

.box + .box{
  border-top: solid 1px #333;
}

.box h2{
  font-size: 20px;
}

.ippan .box h2{
  position: relative;
  padding-left: 2em;
}

.box h2 .num{
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
}

.box h2.wide{
  padding-left: 3em;
}

.box h2.wide .num{
  width: 3em;
}

.box a{
  display: block;
  padding: 30px;
  color: #333;
  text-decoration: none;
}

.box a:hover{
  background: #e7e7e7;
}

.sub{
  margin-top: 20px;
}

.member{
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}

.member::before{
  position: absolute;
  content: '◎';
  display: block;
  top: 0;
  left: 0;
}

.syozoku{
  margin-top: 5px;
  font-size: 14px;
  padding-left: 24px;
}

sup{
  font-size: 10px;
}