/*
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: #faf7d6;
	padding: 0 5px;
	margin-bottom:3px;
	font-weight: bold;
}
#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;
}

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

faq

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

#page-faq .entry-content .list-block h2{
    background-color: #126583;
	margin: 0 0 20px;
    padding: 10px 0 10px 15px;
    color: #fff;
    font-weight: bold;
}

#page-faq .entry-content .list-block ul {
	border:dotted 2px #3837A6;
}
#page-faq .entry-content .list-block ul li {
	padding: 3px 0 5px 0;
}

@media screen and (max-width: 600px) {

	
}

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

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%;
}
