/* デコレーション */
.deco01 {
  color: white;
  background-color: #3737C7;
}
.deco02 {
  color: white;
  background-color: #5757DF;
}
.deco03 {
  color: white;
  background-color: #8282EA;
}
.deco04 {
  border-bottom: 2px solid;
  border-collor: #00008B;
}

/* ナビゲーション */
.navback {
  background-color: #2929A6;
}

/* 強調・取消など */
.teisei {
  color: red;
  font-weight: bold;
}
.torikeshi {
  text-decoration: line-through;
}
.kyocho-bold {
  font-weight: bold;
}
.kyocho-red {
  color: red;
}
.kyocho-redbold {
  font-weight: bold;
  color: red;
}
.commenttext {
  font-size:1.5rem;
}

/* メールフォーム用 */
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}