/*
Theme Name: CT
*/


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

h1-h6,p

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

====================== */
.entry-header h1 {
  font-size: 34px;
  margin-bottom:20px;
  padding-bottom: 20px;
  border-bottom: double 6px #66a402;
  line-height: 1.2;
	font-weight: bold;
}
.entry-header-min h1 {
/*  font-size: 100%;  */
  margin-bottom:10px;
  padding: 6px 10px;
	background: #FFFDF5;
  border-width: 1px 0 1px;
  line-height: 1;
}
.entry-content h2.style-title,
.entry-content .editor h2,
.type-single .entry-content h2 {
	border-bottom: #7db228 1px solid;
	background: #f6fbe1;
	padding: 10px 3%;
	font-size: 26px;
	font-weight: bold;
}
.entry-content h3.style-title,
.entry-content .editor h3,
.type-single .entry-content h3 {
  border-left: #7cb229 5px solid;
	border-bottom: solid 1px #7cb229;
  padding: 10px 0 10px 15px;
	font-weight: bold;
	font-size: 22px;
}
.entry-content h4.style-title,
.entry-content .editor h4,
.type-single .entry-content h4 {
	position:relative;
	padding-left: 15px;
	font-weight: bold;
}
.entry-content h4.style-title:after,
.entry-content .editor h4:after,
.type-single .entry-content h4:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background-color: #7cb229;
}
.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 {
  font-size: 140%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 110%;
}

/* 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-align: center;
  background: #f1fcdf;
}
.entry-content table td {
  background: #fff;
}
@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;
}

/* form
====================== */
.entry-content .wpcf7 {
	margin-top: 50px; 
}

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

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,
.float-3-7,
.float-4-6,
.float-5-5,
.float-6-4,
.float-7-3,
.float-8-2 {
	overflow: hidden;
}
.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.sp-vertical .left,
.float-2-8.sp-vertical .right,
.float-3-7.sp-vertical .left,
.float-3-7.sp-vertical .right,
.float-4-6.sp-vertical .left,
.float-4-6.sp-vertical .right,
.float-5-5.sp-vertical .left,
.float-5-5.sp-vertical .right,
.float-6-4.sp-vertical .left,
.float-6-4.sp-vertical .right,
.float-7-3.sp-vertical .left,
.float-7-3.sp-vertical .right,
.float-8-2.sp-vertical .left,
.float-8-2.sp-vertical .right {
  float: none;
	margin: 0 auto 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;
}
#main .relateButton a {
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  background: #387ACC;
  -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);
}


