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

.cat-sort {
	margin: 15px 0;
	padding: 15px 3% 0;
	border: solid 1px #d5d3c5;
	background: #fffef7;
}
.cat-sort p {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
.cat-sort p:before {
	margin-right: 8px;
	content: "▼";
}
.cat-sort ul li {
	display: inline-block;
	padding-right: 10px;
	margin: 0 10px 5px 0;
	border-right: solid 1px #000;
	font-size: 14px;
	font-weight: bold;
}
.cat-sort ul li:last-child {
	margin-right:0;
	padding: 0;
	border: none;
}
.cat-sort ul li a {
	color: #000;
}
.cat-sort ul li a:hover {
	text-decoration: none;
}
.cat-sort ul li.current a {
	color: #ED5300;
}


#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: 10px 1%;
  font-size:16px;
  width:45%;
	border: solid 1px #747474;
	box-shadow: 0px 2px 3px 0px #cbcbcb;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d0d0d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d0d0d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#d0d0d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width:600px) {
#page-contact input[type="submit"]{
	width: 98%;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
}
}

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

blog-list

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

#page-blog-list .blog-list li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-bottom: dashed 1px #ccc;
}
#page-blog-list .blog-list li .date {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
#page-blog-list .blog-list li .title {
	display: inline-block;
}
#page-blog-list .blog-list li a {
	color: #000;
}
