------------------------------------------------ */
strong {
  font-weight: bold;
}
.textC {
  text-align: center;
}
.textR {
  text-align: right;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.bold {
  font-weight: bold;
}
.smallCap {
  font-size: 80%;
}
.largeCap {
  font-size: 120%;
}
.vLast {
  margin-bottom: 0 !important;
}
.hLast {
  margin-right: 0 !important;
}
.margin-bottom {
  margin-bottom: 20px;
}
.super {
  font-size: 80%;
  vertical-align: super;
}
.entryBody p {
  margin-bottom: 1em;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}

ul.disc {
margin: 0 1em 1em;
padding: 0 1em 0 2em;
list-style: disc;
}

ol.decimal {
list-style: decimal;
margin: 0 1em 1em;
padding: 0 1em 0 2em;
list-style: decimal;
}

#form-illust {
width: 750px;
margin: 0 auto;
line-height: 1.7;
}

#form-illust .title-area {
font-size: 150%;
color: #000080;
background: #D2E9F8;
padding: 10px 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-bottom: 20px;
}

 h1 {
padding-left: 10px;
font-weight: bold;
border-left: 10px solid #206AAF;
}


#form-illust table {
width:100%;
margin-bottom: 20px;
background: #fff;
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
border-left: solid 2px #FD5A2A;
border-top: solid 2px #FD5A2A;
}
#form-illust table col.cell1 {
width: 180px;
}
#form-illust table col.cell2 {
width: 570px;
}

#form-illust table th,
#form-illust table td {
padding: 10px;
border-right: solid 2px #FD5A2A;
border-bottom: solid 2px #FD5A2A;
}

#form-illust table th {
background: #FFECC9;
}

#form-illust table th {
width: 300px;
}

#form-illust table .must {
background:url(http://seikatsusyukanbyo.com/monthly/mail/images/mfp_must.gif) no-repeat 5px 50% #FFECC9;
padding-left: 40px;
}

#form-illust .btn-area {
text-align: center;
}

#form-illust .btn {
padding: 5px 10px;
margin: 0 0 1em 0;
font-weight: bold;
font-size: 110%;
border: none;
background: #FFECC9;
border: 3px solid #FD5A2A;
cursor: pointer;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-appearance: button;

}

#form-illust .btn:hover {
background:#FD5A2A;
color:#fff;
border:3px solid #FD5A2A;
}

#form-illust p {
margin: 0 0 20px 0;
}

#form-illust ul li {
margin-bottom: 10px;
}

#form-illust ul li:last-child {
margin-bottom: 0;
}
/* ボタン
------------------------------------------------ */
.button {
text-align: center;
}

.button a {
display:inline-block;
padding: 5px 10px;
color: #333;
background: #FFECC9;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:3px solid #FD5A2A;
}

.button a:link,
.button a:visited,
.button a:active {
color: #333;
text-decoration: none;
}

.button a:hover {
color: #fff;
text-decoration: none;
background: #FD5A2A;
}

#form-illust .msg {
color: red;
}
