.fuchidori {
	color: #000;
	text-shadow:2px 2px 0 #FFF6E9, -2px -2px 0 #FFF6E9,-2px 2px 0 #FFF6E9, 2px -2px 0 #FFF6E9,0px 2px 0 #FFF6E9,  0 -2px 0 #FFF6E9,-2px 0 0 #FFF6E9, 2px 0 0 #FFF6E9;
}

.bk_tyc {
	 background-color: #EA5514;
}

.color_tyc { color: #EA5514; }
.ml_0 { margin-left: -8px; }
.ftsz14 { font-size: 14pt; }
.ftsz22 { font-size: 22pt; }
.lh2em { line-height: 2em; }
.w-90 {
	width: 90%;
	margin-left: auto; margin-right: auto;
}

.color_red { color: #CA0915; }

.bk_trs {background-color: transparent; }


.wd_pre {
	font-weight: bold;
	color: #603813;
	text-align: center;	
}


.box_kigen {
    display: inline-block;
	border-radius: 2px;
    text-decoration: none;
    color: #FFF;
    background-color: #c30d23;
	border: 0;
	padding: 2px 4px;
	font-size: 14px;
}



button#submit_button1 {
    display: inline-block;
	border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    background-color: #ed6c00;
	border: 0;
	font-weight: bold;
	padding: 10px 30px;
}

#submit_button1:hover {
    background-color: #f5911e;
}


button#submit_button2 {
    display: inline-block;
	border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    background-color: #004EA2;
	border: 0;
	font-weight: bold;
	padding: 10px 30px;
}

#submit_button2:hover {
    background-color: #0068B7;
}


.wd_ul {
	text-decoration:underline;
	text-decoration-color: #ffe100;
    text-underline-offset: 4px;
}


.idx {
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	color: #FFF;
	border: 0;
	padding: 3px 7px;
	background-color: #EA5514;
}


.pre_no {
  color: #fff;
  background-color: #c30d23;

  padding: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;

  color: white;
  font-size: 12pt;
  margin-right: 2px;

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;

  padding-left: 1em;
  text-indent: -1em;
  
  
  margin-bottom: 6px;

}

.bgall {
	background: #fffaf1;  /* fallback for old browsers */
	background-image: url('images/wall_mb.png');
	background-attachment: fixed;

}


@media screen and (min-width:480px) { 

.bgall {
background: #fffaf1;  /* fallback for old browsers */
	background-image: url('images/wall.jpg');
	background-attachment: fixed;
}
}

@media screen and (min-width:481px) and ( max-width:575px) {
}
@media screen and (min-width:576px) and ( max-width:991px) {

}
@media screen and (min-width:992px) {

}

