/* theme color */
/* mixin */

.post_content {
  width: 100%;
  overflow: hidden;
}

.postContentH1 {
  color: #FFFFFF;
  font-size: 240%;
  font-weight: bold;
  height: 200px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  padding: 70px 0 0 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  width: 640px;
}

.postContent h2 {
  color: #EA6096;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 15px;
  padding: 0 0 0 18px;
  position: relative;
}

.postContent h2:before {
  background: #EA6096 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}

.postContent h3 {
  border-bottom: 1px dotted #ddd;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 15px;
  margin-top:20px;
  padding: 0 0 0 15px;
  position: relative;
}

.postContent h3:before {
  background: #EA6096 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}

.postContent h4 {
  color: #EA6096;
  background: url("../img/common/bg_title_h4.png") repeat;
  font-size: 120%;
  padding: 10px 15px;
  font-weight: bold;
  margin-top:25px;
  margin-bottom:20px;
}


.postContent table {
  width: 640px;
  border: 1px solid #D1D1D1;
  margin-bottom:20px;
  margin-top:20px;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.postContent table th, .postContent table td {
  border: 1px solid #D1D1D1;
  padding: 15px;
  border-collapse: collapse;
}
.postContent table th {
  background: #E5E5E5;
  font-size: 100%;
  width: 150px;
  font-weight: bold;
  vertical-align: top;
}
.postContent table td {
  background: none;
}
.postContent .post_info{
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  padding-top:10px;
  margin-top:10px;
  border-top:1px #EA6096 solid;
  position: relative;
}

.postContent .post_info .date {
  position: absolute;
  top: 5px;
  left: 0px;
}

.postContent .post_info .newsList_cat {
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 0px 7px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  text-align:center;
}
.postContent .post_info .newsList_cat.magazine {
  background: #5188b1;
}

.postContent .post_info .newsList_cat.topics {
  background: #EA6096;
}
.postContent .post_info .newsList_cat.members {
  background: #bcd537;
}

.postContent .thum {
    text-align:center;
}

.postContent .thum img{
    max-width:100%;
    height:auto;
}

.postContent .inContents{
    margin-top:15px;
}

.postContent strong {
  font-weight: bold;
}
.postContent em {
  font-style: italic;
}
.postContent blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.postContent .aligncenter {
  display: block;
  margin: 0 auto;
}
.postContent .alignright {
  float: right;
  margin:0 0 15px 15px;
}
.postContent .alignleft {
  float: left;
  margin:0 15px 15px 0px;
}
.postContent img[class*="wp-image-"],
.postContent img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.postContent #gallery-1 img{
  border:none !important;
}

.postContent #gallery-2 img{
  border:none !important;
  display: block;
  padding: 5px;
}

.picLeftBox {
  overflow: hidden;
  font-size: 110%;
  margin: 0 0 20px;
}

.picLeftBox_pic {
  float: left;
}

.picLeftBox_text {
  margin: 0 0 0 320px;
}

.picRightBox {
  overflow: hidden;
  font-size: 110%;
  margin: 0 0 20px;
}

.picRightBox_pic {
  float: right;
}

.picRightBox_text {
  margin: 0 320px 0 0;
}

.photoList {
  overflow: hidden;
  margin: 0 0 20px;
}

.photoList_item {
  float: right;
  width: 300px;
}

.photoList_item:first-child {
  float: left;
}

.photoList_data {
  font-size: 110%;
}

.postText {
  text-align: center;
  font-size: 120%;
}

.postContent p {
  margin-bottom: 15px;
}

.newsList_item {
  border-top: 1px dotted #ddd;
  padding: 15px 0;
  font-size: 110%;
  overflow: hidden;
}

.newsList_pic {
  float: left;
  width: 180px;
  height: 82px;
  margin: 0 auto 10px;
  border: 1px solid #D9E6F4;
}

.newsList_pic a {
  border: 1px solid #fff;
  display: block;
}

.newsList_pic a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.newsList_data {
  margin: 0 0 0 190px;
}

.newsList_data ul {
  margin: 0 0 5px;
  overflow: hidden;
}

.newsList_data ul li {
  float: left;
}

.newsList_cat span {
  display: inline-block;
  background: #EA6096;
  color: #fff;
  padding: 3px 5px;
  width: 120px;
  text-align: center;
}

.newsList_cat.magazine span {
  background: #5188b1;
}

.newsList_cat.topics span {
  background: #EA6096;
}
.newsList_cat.members span {
  background: #bcd537;
}
.newsList_data ul li:first-child {
  padding-top: 3px;
}

.newsList_cat {
  color: #fff;
  margin-left: 10px;
  font-size: 90%;
  width: 90px;
  padding: 2px 0;
  text-align: center;
}

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

.newsList_cat-info {
  background: #70b034;
  color:#000000;
}

.newsList_cat-important {
  background: #E77E77;
}

.newsList_cat-study {
  background: #70b034;
}

.newsList_cat-cat04 {
  background: #70b034;
}

.newsList a:hover {
  text-decoration: none;
}

.newsList_comment {
  line-height: 1.5;
	margin-top: 15px;
}

.newsList_comment a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.newsList_more {
  border-top: 1px dotted #ddd;
  font-size: 110%;
  padding-top: 20px;
}

.pagenation {
  border-top: 1px dotted #ddd;
  padding-top: 30px;
}

.pagenation ul {
  text-align: center;
}

.pagenation li {
  display: inline-block;
  font-size: 120%;
}

.pagenation li:first-child:before {
  display: none;
}

.pagenation li:before {
  content: "｜";
  display: inline-block;
}

.pagenation a {
  display: inline-block;
  margin: 0 5px;
}


/* template01 */

.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: right;
}
.template01 .txt {
  width: 320px;
  float: left;
}
.template01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}


/* template02 */

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


/* ContactForm7 */
.wpcf7 input[type="submit"] {
	font-size: 150%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
	width:200px;
	height:50px;
}

.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}
@media only screen and (max-width: 687px) {

.postContent .alignright {
    float: none;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}
.postContent .alignleft {
    float: none;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}
}