
 html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, address, cite, code,
 del, dfn, em, img, ins, kbd, q, samp,
 small, strong, sub, sup, var,
 b, i,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section, summary,
 time, mark, audio, video {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
     line-height: 1.5em;
 }


#containers{
background: #dbdee0;
}

 p{ margin: 0 0 -.2em;
  }

.wrapper a{
color: #2249f1;
text-decoration: underline;
font-weight: bold;

}

.wrapper a:hover{
color: #7bec4f;
}

.wrapper{
  z-index:0;
  position:relative;
/*	background-color: #666;*/
}

#mito, #chiba, #umeda, #kashiwa, #tachikawa{
  margin:0 auto;
  width:1300px;
  margin-top:10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 20px 20px rgba(255, 255, 255, 0.8);


}

.flex{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items: center;
}

h3 {
  padding-bottom: 5px;
  border-bottom: 3px double #ccc;
  font-size: 35px;
  color:#333;
  text-align: center;
}

h4 {
  position: relative;
  text-align: center;
  font-size: 21px;
  line-height: 50px;
  color: #333;
  font-weight: lighter;
  margin:1em 0 1em;
}

h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2em;
  padding: 0 1em;
}

h4::before {
  position: absolute;
  top: 90%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.text6{
  font-size: 15px;
  text-align: left;
  color:#333;
  font-weight: bold;
  margin-left:2em;
}

.text6ul{
  font-size: 17px;
  text-align: left;
  color:#333;
  font-weight: bold;
  margin-left:3em;
}

.text7{
  font-size: 28px;
  color:#333;
  text-align: center;
  margin-top:0;
}

.text7a{
  font-size: 24px;
  color:#333;
  text-align: left;
  margin-top:0;
}

.texttenpo{
  font-size: 20px;
  color:#333;
  text-align: center;
  margin-top:0;
}

.akiba_info{
  margin-top:50px;
}

.info_akiba{
	width:600px;
}

.caution{
	color: red;
}

.text_caution{
	color: #333;
	font-weight: bold;
	display:block;
	margin: 0 auto;
	width:500px;
}

.kinoko_link{
	-webkit-transition:0.2s ease-in-out;
-moz-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
transition:0.2s ease-in-out;
}

.kinoko_link:hover{
	opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)"
}

/*     div#special_tpl, div#containers_1300{
         width: 1300px;
margin:0 auto;
     }*/

.sakka span{
color: #f15374;
}

.yuri_link{
}

.yuri_link:hover{
opacity:.7;
}

.cp_h1title {
	position: relative;
	padding: 4px 20px 4px 40px;
	background: #FFB74D;
	border-top: 2px solid #E65100;
	border-bottom: 2px solid #E65100;
	z-index:1;
	color:#ffffff;
    font-size: 38px;
}
.cp_h1title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -3px;/*ボーダーサイズ分マイナス*/
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px #a7d3fa;/*bodyのカラーと同じ色に*/
	border-bottom: solid 74px transparent;
	z-index: 2;
}
.cp_h1title:after {
	position: absolute;
	content: '';
	right: 0px;
	top: -3px;/*ボーダーサイズ分マイナス*/
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;/*bodyのカラーと同じ色に*/
	border-bottom: solid 74px #a7d3fa;
	z-index: 2;
}

