/* style.css

 */
body {
  font-family: Helvetica,ヒラギノ丸ゴ Pro;
}
#container {
  width:960px;
  margin:0 auto;
}
#header {
  height:80px;
   /*background-color:pink; */
}
#left {
  float:left;
  padding:15px 15px;
  position:relative;
}
#left > p {
  position:absolute;
  top:45px;
  left:85px;
  font-family:Brazilia;
  font-weight:bold;
  font-size:24px;
  color:#663366;
}
#right {
  float:right;
  border-top:2px solid #888;
}
#menu {
  font-size:0;
  /*border-top:2px solid #888;*/
}
ul#menu > li {
  display:inline-block;
}
ul#menu > li > a {
  display:inline-block;
/*  background-color: orange; */
  padding:10px 20px;
  font-size:14px;
  line-height: 110%;
  margin:0 auto;
  text-decoration: none;
  text-align: center;
  border-top:4px solid white;
}
ul#menu > li > a:hover {
  border-top: 4px solid #660066;
}
#main {
  margin-top:10px;
}
#top {
  height:50px;
  background-color:#663366;
}
#top > h1 {
  color:white;
  padding-left:30px;
  line-height:50px;
  letter-spacing: 3px;
  font-size:18px;
}
#footer {
  background-color:#663366;
  clear:both;
}
#footer > P {
  font-size:11px;
  color:white;
  text-align:right;
  line-height:30px;
  padding-right:10px;
}
#contents-wrapper {
  margin:30px 20px;
}
form p {
  font-size:13px;
}
.kana, .email {
  margin-bottom:10px;
}
input[type="email"] {
  width:300px;
  padding:4px;
  font-size:14px;
}
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }


/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}
