/* カスタム CSS をここに入力してください */
body {
  line-height: 1.6em !important;
  font-family: Hiragino Kaku Gothic Pro,Arial,sans-serif !important;
  color: #5c4f2b !important;
}
p {
  line-height: 1.6em !important;
}  
#global_menu ul li a {
  font-size: 16px !important;
}

#side_col a {
  font-size: 12px;
}

#page_headline {
  font-size: 16px !important;
}

h3{  
     border-top:1px dashed #ccc;
     border-right:1px dashed #ccc; 
     border-left:7px solid #ff1493;   
     border-bottom:1px dashed #ccc;  
     padding:.6em .8em 
}

.button-wide {
  width:80%;
  color:#ffffff;
  background:#F998F0;
  font-size:28px;
  font-weight:bold;
  /*text-shadow:0 -1px 0px #F951E9,0 -2px 0px #F951E9;*/
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #F951E9;
  padding:12px 0 8px 0;
  border-radius:5px;
  background:-moz-linear-gradient(rgba(249,152,240,0.5), rgba(249,152,240,1));
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(249,152,240,0.5)), to(rgba(249,152,240,1)));
  box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(249,81,233,0.5) inset, 0px -1px 0px rgba(249,81,233,0.2) inset;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.button-wide:hover {
  background:-moz-linear-gradient(rgba(249,152,240,0.4), rgba(249,152,240,0.9));
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(249,152,240,0.4)), to(rgba(249,152,240,0.9)));
}

span.a {
    font-weight : bold;
    font-size : large;
    border-bottom:dashed;
    border-bottom-width:1px;
    padding-bottom:0px;
    margin-bottom:2px;
}
span.b {
    font-weight:bold;
    color: #ff1493;
}
span.c {
    font-weight: bold;
    text-decoration: underline;
}
span.d {
    font-size: large;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #ffff66 40%);
}
.entry-button {
  background-color: #ff1493;
  color: white !important;
  display: inline-block;
  width: 400px;
  height: 54px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 6px;
}
.entry-button:hover {
  background-color: springgreen;
}