/*
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;
}

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

blog-list

/////////////////////////////////////////////////////////////////// */
#page-blog-list ul.blog-list li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-bottom: dotted 1px #CBB46B;
}
#page-blog-list ul.blog-list li .date {
	display: block;
	float: left;
	margin-right: 10px;
}
#page-blog-list ul.blog-list li a {
	display: block;
	padding-left: 160px;
	color: #333;
}
@media screen and (max-width:600px) {
#page-blog-list ul.blog-list li .date {
	float: none;
}
 #page-blog-list ul.blog-list li a {
	padding: 0;
}
}


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

contact

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

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

.wpcf7-form .your-name input {
	width: 200px
}
.wpcf7-form .your-age input {
	width: 50px	
}
.wpcf7-form .your-email input {
	width: 230px
}
.wpcf7-form .your-tel input {
	width: 150px
}
.wpcf7-form input[type="date"]{
	width: 200px;
}
.wpcf7-form select {
    padding: 8px 2%;
    font-size: 20px;
}



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

}
