/*
Theme Name: CT
*/
/* ///////////////////////////////////////////////////////////////////

top

/////////////////////////////////////////////////////////////////// */
.page-top .entry-content > h2:first-child,
.page-top .entry-content > h3:first-child,
.page-top .entry-content > h4:first-child {
	margin-top: 0;
}

/* ///////////////////////////////////////////////////////////////////

staff

/////////////////////////////////////////////////////////////////// */
#page-staff {
}
#page-staff .staffSect {
}
#page-staff .staffSect .staffBlock .left{
  text-align: center;
}
#page-staff .iview_photo {
  margin:0 10px 10px 10px;
  float:right;
}
#page-staff .iview_photo.left {
  float: left;
}
#page-staff .iview_photo img {
  width: 200px;
}
#page-staff .right dt {
  background: #dddddd;
  padding: 0 5px;
}
#page-staff .right dd {
  margin-bottom:5px;
}
@media screen and (max-width:600px) {
 #page-staff .iview_photo,
 #page-staff .iview_photo.left {
  float:none;
  text-align: center;
  margin-left: 0px;
}
#page-staff .iview_photo img {
  width: auto;
}
}

/* ///////////////////////////////////////////////////////////////////

faq

/////////////////////////////////////////////////////////////////// */
#page-faq {
}
#page-faq .more_photo {
  margin:0 0 10px 10px;
  float:right;
}

/* ///////////////////////////////////////////////////////////////////

voice

/////////////////////////////////////////////////////////////////// */
#page-voice {
}
#page-voice .other-voice,
#page-voice .other-voice th,
#page-voice .other-voice td {
  margin:0; 
  background: none transparent;
  border:0;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  padding: 15px 10px;
}
#page-voice .other-voice th {
  text-align: left;
}
#page-voice .other-voice td {
  width: 80px;
}

/* ///////////////////////////////////////////////////////////////////

time

/////////////////////////////////////////////////////////////////// */

#page-time {
}
#page-time p.announcement {
	margin-bottom: 30px;
	padding: 5px 3%;
	border: solid 1px #af779c;
	background-color: #fbe9f9;
	font-weight: bold;
	color: #bb0f0f;
}


/* ///////////////////////////////////////////////////////////////////

contact

/////////////////////////////////////////////////////////////////// */

#page-contact {
}
#page-contact input,
#page-contact textarea {
  padding: 8px 2%;
  display:block;
  width:95%;
  margin:0 auto;
	font-size: 18px;
}
#page-contact input[type="submit"]{
  padding:15px 0;
  font-size:16px;
  width:30%;
}
