@charset "utf-8";

/* 投稿スタイル---------------- */
div.post-float-left-photo{
  float: left;
  width: 50%;
margin-right: 1.5rem;
}
div.post-float-right-text p{
  overflow: hidden;
}
.u-strong{
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
}
div.post-float-clear{
  clear: both;
}
p.indent {
  text-indent:1rem;
}
ul.ul-box {
    padding: 12px 12px 12px 33px;
    background-color: #ededed;
    clear: both;
    margin-top: 5px;
    margin-bottom: 12px;
    border-radius: 3px;
}
div.post-photo-area{
	width:80%;
	vertical-align:center;
	align-content:center;
	text-align:center;
}
.post-span-strong{
	font-weight:700;
}

.post-text-fold {
	font-size: 1.2rem;
}
.post_info_btn {
  display       : inline-block;
  border-radius : 5%;
  font-size     : 1.2rem;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #55B4E0;
  color         : #ffffff!important;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #55B4E0;
}

.post_info_btn:hover {
  box-shadow    : none;
  color         : #000066!important;
  background    : #ffffff;
}

.post_info_inquery_btn {display       : inline-block;
  border-radius : 5%;
  font-size     : 1.2rem;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #F6AA00;
  color         : #ffffff!important;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #F6AA00;
	
}
.post_info_inquery_btn:hover {
  box-shadow    : none;
  color         : #F6AA00!important;
  background    : #ffffff;
	
}
.post_hr_btm{
	margin-bottom:2rem;
}
.post-table{
	width:100%;
	padding:10px;
}
.post-table ht,td{
	padding:10px;
}
.post_info_btn {
  display       : inline-block;
  border-radius : 5%;
  font-size     : 1.2rem;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #55B4E0;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #55B4E0;
}

.post_info_btn:hover {
  box-shadow    : none;
  color         : #000066;
  background    : #ffffff;
}
.post_target-blank-icon{
	display: inline-block;
	padding-right: 20px;
	background: url(/wp-content/themes/mecompany/img/icon_blank.png) right center/11px auto no-repeat;
}