/*
Theme Name: CT
*/


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

h1-h6,p

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

.entry-header {
	margin-bottom: 50px;
	padding: 150px 0;
	background-image: url("../images/0-title-bg.png");
	background-size: cover;
	background-position: center center;
	text-align: center;
}
.entry-header h1,
.entry-header p {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 36px;
	color: #fff;
}
.entry-header h1::after,
.entry-header p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background: #fff;
}
@media screen and (max-width: 640px) {
.entry-header {
	margin-bottom: 25px;
	padding: 50px 0;
}
.entry-header h1,
.entry-header p {
	font-size: 24px;
}
}
.entry-content p {
  margin:0 0 20px;
	font-size: 16px;
}
.entry-content h2 {
	margin: 80px 0 40px;
  font-size: 140%;
}
.entry-content h3 {
	margin: 50px 0 20px;
  font-size: 120%;
}
.entry-content h4 {
	margin: 30px 0 10px;
  font-size: 110%;
}
.type-single .entry-content h1.style-title,
.entry-content .style-title-1 {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 10px double #EB000F;
	font-size: 32px;
	font-weight: bold;
	color: #eb000f;
	line-height: 1.4;
}
.entry-content .style-title-1 {
	margin: 40px 0 20px;
}
.type-single .entry-content h2.style-title,
.type-single .entry-content .editor h2,
.entry-content .editor-single h2 {
	position: relative;
	background-color: #eb000f;
  padding: 15px 3% 15px 15px;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	line-height: 1.4;
}
.entry-content .editor-single h2 {
	margin: 40px 0 20px;
  padding: 8px 3% 8px 15px;
	font-size: 20px;
}
.type-single .entry-content h2.style-title:after,
.type-single .entry-content .editor h2:after,
.entry-content .editor-single h2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	width: 3px;
	height: 100%;
	background-color: #fff;
}
.type-single .entry-content h3.style-title,
.type-single .entry-content .editor h3,
.entry-content .editor-single h3 {
  border-bottom: #eb000f 3px solid;
  padding: 0 0 10px;
	font-weight: bold;
	font-size: 23px;
}
.entry-content .editor-single h3 {
	font-size: 18px;
}
.type-single .entry-content h4.style-title,
.type-single .entry-content .editor h4,
.entry-content .editor-single h4 {
	position:relative;
	padding-left: 26px;
	font-weight: bold;
	color: #eb000f;
	font-size: 20px;
}
.type-single .entry-content h4.style-title:after,
.type-single .entry-content .editor h4:after,
.entry-content .editor-single h4:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 5px;
	background-color: #eb000f;
}
.type-page .entry-content h2.style-title,
.type-page .entry-content .editor h2 {
	position: relative;
	margin-bottom: 70px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	font-style: italic;
	color: #ea0010;
	line-height: 1.4;
}
.type-page .entry-content h2.style-title::after,
.type-page .entry-content .editor h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
	width: 35px;
	height: 7px;
	background: #ea0010;
	transform:skewX(-15deg);
}


@media screen and (max-width: 640px) {
.type-single .entry-content h1.style-title,
.entry-content .style-title-1 {
	font-size: 24px;
}
.entry-content h2 {
	margin: 40px 0 20px;
  font-size: 140%;
}
.entry-content h3 {
	margin: 30px 0 20px;
  font-size: 120%;
}
.entry-content h4 {
	margin: 30px 0 10px;
  font-size: 110%;
}
.entry-content h1.style-title {
	font-size: 26px;
}
.type-single .entry-content h2.style-title,
.type-single .entry-content .editor h2,
.entry-content .editor-single h2 {
  padding: 10px 3% 10px 15px;
	font-size: 20px;
}
.type-single .entry-content h3.style-title,
.type-single .entry-content .editor h3,
.entry-content .editor-single h3 {
	font-size: 18px;
}
.type-single .entry-content h4.style-title,
.type-single .entry-content .editor h4,
.entry-content .editor-single h4 {
	font-size: 16px;
}
.type-page .entry-content h2.style-title,
.type-page .entry-content .editor h2 {
	margin-bottom: 50px;
	font-size: 28px;
}
.type-page .entry-content h2.style-title::after,
.type-page .entry-content .editor h2::after {
	bottom: -20px;
}
}


/* 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: #eeeeee;
}
.entry-content table td {
  background: #fff;
}
@media screen and (max-width: 640px) {
.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: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: 640px) {
.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: none;
	margin: 0 auto 10px;
	width: 100%;
}
.float-2-8.float-side .left {
  float: left;
  width: 18%;
	margin-right: 2%;
}
.float-2-8.float-side .right {
  float: right;
  width: 78%;
	margin-left: 2%;
}
.float-3-7.float-side .left {
  float: left;
  width: 28%;
	margin-right: 2%;
}
.float-3-7.float-side .right {
  float: right;
  width: 68%;
	margin-left: 2%;
}
.float-4-6.float-side .left {
  float: left;
  width: 38%;
	margin-right: 2%;
}
.float-4-6.float-side .right {
  float: right;
  width: 58%;
	margin-left: 2%;
}
.float-5-5.float-side .left {
  float: left;
  width: 48%;
	margin-right: 2%;
}
.float-5-5.float-side .right {
  float: right;
  width: 48%;
	margin-left: 2%;
}
.float-6-4.float-side .left {
  float: left;
  width: 58%;
	margin-right: 2%;
}
.float-6-4.float-side .right {
  float: right;
  width: 38%;
	margin-left: 2%;
}
.float-7-3.float-side .left {
  float: left;
  width: 68%;
	margin-right: 2%;
}
.float-7-3.float-side .right {
  float: right;
  width: 28%;
	margin-left: 2%;
}
.float-8-2.float-side .left {
  float: left;
  width: 78%;
	margin-right: 2%;
}
.float-8-2.float-side .right {
  float: right;
  width: 18%;
	margin-left: 2%;
}
}
/* ///////////////////////////////////////////////////////////////////

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


