/* theme color */
/* mixin */
.post_content {
  width: 100%;
  overflow: hidden;
}

.post_content .thumb {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
}

.post_content .thumb h1 {
  display: block;
  color: #FFF;
  font-size: 240%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: auto auto;
  padding: 20px 0 0 30px;
  width: 600px;
  height: 80px;
}

.post_content .thumb img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.post_content h2 {
  position: relative;
  margin: 0 0 15px;
  padding: 5px 0 2px 18px;
  font-size: 180%;
  font-weight: bold;
  color: #ff9326;
  letter-spacing: 1px;
  
}

.post_content h2:before {
  content: "";
  width: 6px;
  height: 25px;
  background: #ff9326;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post_content h3 {
  border-bottom: 1px dotted #ddd;
  font-size: 160%;
  letter-spacing: 1px;
  margin: 40px 0 20px 0;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 180%;
  font-weight:bold;
}
.post_content h3:before {
  background: #ff9326 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}

.post_content h4 {
    background: #F5F5F5 none repeat scroll 0 0;
    color: #ff9326;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 10px 15px;
}

.post_content table {
  width: 100%;
  border: 1px solid #ff9326;
  margin-bottom:20px;
  margin-top:20px;
}

.post_content table th, .post_content table td {
  border: 1px solid #ff9326;
  padding: 15px;
}

.post_content table th {
  background: #ffe4c9;
  font-size: 100%;
  width: 180px;
  font-weight: bold;
}

.post_content table td {
  background: #fff;
}

.post_content p {
  margin-bottom: 30px;
}
.post_content ul {
  margin-bottom: 30px;
  list-style: disc;
}
.post_content ul li {
  margin-bottom: 10px;
  margin-left: 30px;
}
.post_content ul li:last-child {
  margin-bottom: 0px;
}
.post_content ol {
  margin-bottom: 30px;
  list-style: decimal;
}
.post_content ol li {
  margin-bottom: 10px;
  margin-left: 30px;
}
.post_content ol li:last-child {
  margin-bottom: 0px;
}
.post_content strong {
  font-weight: bold;
}
.post_content em {
  font-style: italic;
}
.post_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.post_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.post_content .alignright {
  float: right;
  margin:0px 0px 30px 30px;
}
.post_content .alignleft {
  float: left;
  margin:0px 30px 30px 0px;
}
.post_content img[class*="wp-image-"],
.post_content img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.newsList_item {
  border-top: 1px dotted #ddd;
  padding: 15px 0;
  font-size: 110%;
}
.newsList_item p{
    margin-bottom:0px !important;
}

.newsList_day {
  padding: 0 0 5px;
}
.newsList_cat {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  font-size: 90%;
  width: 90px;
  padding: 2px 0;
  text-align: center;
}
.newsList_blog {
  background: #ff7373;
}


.newsList_public {
  background: #0290d4;
}
.newsList_news {
  background: #59b200;
}
.newsList_recruit {
  background: #0290d4;
}

.newsList a {
  text-decoration: underline;
  color: #333;
}

.newsList a:hover {
  text-decoration: none;
}
.newsList_more {
  border-top: 1px dotted #ddd;
  font-size: 110%;
  padding-top: 20px;
}

/* template */
.template01 {
  margin-bottom: 30px;
}
.template01 p {
  margin: 0px;
}
.template01 img {
  vertical-align: top;
  margin: 0px;
  max-width: 100%;
  height: auto;
}
.template01 img {
  width: 300px;
  float: left;
}
.template01 .txt {
  width: 320px;
  float: right;
}
.template01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}

.template02 {
  margin-bottom: 10px;
  width: 680px;
}
.template02 p {
  margin: 0px;
}
.template02 img {
  vertical-align: top;
  margin: 0px;
  max-width: 100%;
  height: auto;
}
.template02 .list {
  width: 300px;
  float: left;
  margin-right: 40px;
}
.template02 .list p:last-child {
  margin-top: 10px;
}
.template02 .txt {
  width: 50%;
  float: right;
}
.template02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}
