/*
Theme Name: CT
*/


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

h1-h6,p

/////////////////////////////////////////////////////////////////// */
/* h1-h6

====================== */
*.entry-header h1 {
  font-size: 160%;
  padding:10px;
  border-bottom: #725d2e 1px solid;
  margin-bottom:20px;
}
.entry-header h1 .inner01{
}
.entry-content h2.style-title,
.entry-content .editor h2,
.type-single .entry-content h2 {
  padding:10px;
  color:#fff;
  background: #725d2e; /* Old browsers */
  background: -moz-linear-gradient(top,  #725d2e 0%, #5a430d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#725d2e), color-stop(100%,#5a430d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #725d2e 0%,#5a430d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #725d2e 0%,#5a430d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #725d2e 0%,#5a430d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #725d2e 0%,#5a430d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#725d2e', endColorstr='#5a430d',GradientType=0 ); /* IE6-9 */
  position:relative;
  -webkit-text-shadow:1px 2px 0px #4b380b;
  -moz-text-shadow:1px 2px 0px #4b380b;
  text-shadow:1px 2px 0px #4b380b;
}
.entry-content h2.style-title .inner01,
.type-single .entry-content h2 .inner01{
  display:block;
  border-left:solid 8px #f0b372;
  padding-left:15px;
}
.entry-content h2.style-title .inner01 .sub-title,
.type-single .entry-content h2 .inner01 .sub-title{
  font-size:18px;
  display:block;
}
.entry-content h2.style-title .inner01 .weight-b,
.type-single .entry-content h2 .inner01 .weight-b{
  font-weight:bold;
}

#page-first .entry-content h2.style-title {
font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 60px;
  color: #000000;
  line-height: 30px;
  background-image: url(../images/cah3-bk.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  text-shadow: none;
  font-weight: bold;
}
  
  
.entry-content h3.style-title,
.entry-content .editor h3,
.type-single .entry-content h3 {
  padding:10px;
  border-bottom:solid 1px #e5c683;
  color:#725d2e;
}
.entry-content h3.style-title .inner01,
.type-single .entry-content h3 .inner01 {
  display:block;
  border-left:solid 8px #725d2e;
  padding-left:15px;
  font-weight: bold;
}
.entry-content h4.style-title,
.entry-content .editor h4,
.type-single .entry-content h4 {
	position:relative;
	padding-left: 15px;
}
.entry-content h4.style-title:after,
.entry-content .editor h4:after,
.type-single .entry-content h4:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #E5C683;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin:30px 0 15px;
}
.entry-content p {
  margin:0 0 20px;
}
.entry-content h2 {
	margin-top: 50px;
  font-size: 140%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content iframe {
	width: 100%;
}

/* table
====================== */
.entry-content table {
  border-bottom: 1px solid #ededed;
  margin: 0 0 15px;
}
.entry-content table caption {
  margin: 10px 0;
}
.entry-content table tr th,
.entry-content table tr td {
  padding: 8px 10px;
  border: 1px solid #CCC;
  vertical-align: middle;
}
.entry-content table th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #eeeeee;
}
.entry-content table td {
}
@media screen and (max-width: 600px) {
.entry-content table tr th,
 .entry-content table tr td {
  font-size: 80%;
  padding: 5px;
}
}
/* list
====================== */
.entry-content ol,
.entry-content ul {
  margin: 0 0 20px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol {
  list-style: decimal outside;
}
.entry-content li {
  margin: 0 0 0 20px;
}


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

float

/////////////////////////////////////////////////////////////////// */
.float-2-8 .left {
  float: left;
  width: 18%;
	margin-right: 2%;
}
.float-2-8 .right {
  float: right;
  width: 78%;
	margin-left: 2%;
}
.float-3-7 .left {
  float: left;
  width: 28%;
	margin-right: 2%;
}
.float-3-7 .right {
  float: right;
  width: 68%;
	margin-left: 2%;
}
.float-4-6 .left {
  float: left;
  width: 38%;
	margin-right: 2%;
}
.float-4-6 .right {
  float: right;
  width: 58%;
	margin-left: 2%;
}
.float-5-5 .left {
  float: left;
  width: 48%;
	margin-right: 2%;
}
.float-5-5 .right {
  float: right;
  width: 48%;
	margin-left: 2%;
}
.float-6-4 .left {
  float: left;
  width: 58%;
	margin-right: 2%;
}
.float-6-4 .right {
  float: right;
  width: 38%;
	margin-left: 2%;
}
.float-7-3 .left {
  float: left;
  width: 68%;
	margin-right: 2%;
}
.float-7-3 .right {
  float: right;
  width: 28%;
	margin-left: 2%;
}
.float-8-2 .left {
  float: left;
  width: 78%;
	margin-right: 2%;
}
.float-8-2 .right {
  float: right;
  width: 18%;
	margin-left: 2%;
}
.float-2-8:after,
.float-3-7:after,
.float-4-6:after,
.float-5-5:after,
.float-6-4:after,
.float-7-3:after,
.float-8-2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .float-2-8,
* html .float-3-7,
* html .float-4-6,
* html .float-5-5,
* html .float-6-4,
* html .float-7-3,
* html .float-8-2,
*:first-child+html .float-2-8,
*:first-child+html .float-3-7,
*:first-child+html .float-4-6,
*:first-child+html .float-5-5,
*:first-child+html .float-6-4,
*:first-child+html .float-7-3,
*:first-child+html .float-8-2 {
  zoom: 1;
}
 @media screen and (max-width: 600px) {
.float-2-8 .left,
 .float-2-8 .right,
 .float-3-7 .left,
 .float-3-7 .right,
 .float-4-6 .left,
 .float-4-6 .right,
 .float-5-5 .left,
 .float-5-5 .right,
 .float-6-4 .left,
 .float-6-4 .right,
 .float-7-3 .left,
 .float-7-3 .right,
 .float-8-2 .left,
 .float-8-2 .right {
  float: none;
	margin: 0 0 10px;
  width: 100%;
}
}
/* ///////////////////////////////////////////////////////////////////

css-arrow

/////////////////////////////////////////////////////////////////// */
.css-arrow {
  width: 0;
  height: 0;
  border-top: 30px solid #f00;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
  margin: 10px auto;
}

.relateButton {
  margin-top:15px;
  text-align:center;
}
.relateButton a,
#Main .relateButton a {
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  background: #834491;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #834491;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4);
  box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4);
  text-shadow: 0px 1px 1px rgba(000,000,000,0.5), 0px 1px 2px rgba(255,255,255,0.3);
}
/* ///////////////////////////////////////////////////////////////////

addition

/////////////////////////////////////////////////////////////////// */
.addition{
  color: #333;
  font-size: 80%;
  text-align: right;
  clear:both;
}

.fusimi_map{margin-top:50px !important;}
.honnin_directions{font-size:24px; margin: 40px 0 -45px !important;}
.fusimi_directions{font-size:24px; margin-top: 60px !important; margin-bottom: 5px !important;}
.fusimi_img {margin-bottom:40px;}
.fushimi_access{margin-top:20px;}