
/* プロフィールページ */
.article h1 {
text-align:center;
    color:#fff;
margin-top:0.5em;
padding: 0.25em;
    text-rendering: optimizelegibility;
text-shadow: 0 0 3px rgba( 0, 0, 0, 0.8 );
background-color:#745c51;
}
#buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename {
    font-size: 200%;
    color:#fff;
    margin: 0 0 0.6em;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba( 0, 0, 0, 0.8 );
background:#745c51;
background-color:#745c51;	
}
#xprofile-personal-li {
	display:none;
}
#notifications-personal-li{
	display:none;
}
#forums-personal-li{
	display:none;
}
#groups-personal-li{
	display:none;
}
#media-personal-li{
	display:none;
}
#buddypress div.item-list-tabs#subnav {
    display:none;
}
div.item-list-tabs ul li{
background: #9b7b6c;
color:#fff;
}
div.item-list-tabs ul li a{
color:#fff;
}
.select-box{
	display:none;
}
/* 非表示 */
div.author-info {
	display:none;
}
div.date-tags{
	display:none;
}

/* トピック画面 */
.bbp-header{
	display:none;
}
.bbp-footer{
	display:none;
}
.bbp-topic-voice-count{
	display:none;
}
.bbp-topic-reply-count{
	display:none;
}
.bbp-topic-freshness{
	display:none;
}
.bbp-topic-meta{
	display:none;
}
a.bbp-topic-permalink::before{
	display:none;
}
div#bbpress-forums .bbp-topic-permalink{
	font-size:2em;
	color:#000;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    overflow: hidden;
    border: none;
}
.bbp-pagination{
	display:none;
}
li.bbp-topic-title{
	width:100%;
}
/* フォーラム画面 */
.bbp-breadcrumb{
	display:none;
}
.forum-title{
	display:none;
}
.bbp-forum-topic-count{
	display:none;
}
.bbp-forum-reply-count{
	display:none;
}
.bbp-forum-freshness{
	display:none;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic{
	border:none;
}
#bbpress-forums .bbp-forum-title {
font-size:1.5em;
}
div.breadcrumb-home{
	display:none;
}
a.bbp-forum-title{
	text-decoration: none;
	color:#000;
}
li.bbp-forum-info{
	 width:100%;	
}
/* 検索結果表示 */
div.bbp-topic-header{
	border:none;
}
div.bbp-meta{
	display:none;
}
div.bbp-topic-title-meta{
	display:none;
}
#bbpress-forums div.even{
	display:none;
}
div.bbp-topic-title a{
	color:#000;
		text-decoration: none;
}
/* コメントの部分 */
.comment-btn {
  background-color: #72c7e6;
  color: #fff;
  border: none;
  font-size: 20px;
  transition: 0.5s;
}
.comment-btn:hover {
  background-color: #49add1;
  color: #fff;
  transition: 0.5s;
}
.comment-respond { 
  border: 2px solid #ffffff;
  margin-top: -2px;
}
.comment-respond p {
  margin: 1em 0;
}
#commentform {
  padding: 20px;
}
p.comment-notes { 
  font-size: 14px;
}
p.form-submit {
  margin: 2em 0 1em 0;
}
#commentform input[type="text"], #commentform textarea { 
  padding: 11px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
  background: #e2e2e2;
}
#commentform input[type="submit"] { 
  -webkit-appearance: none;
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: #72c7e6;
  color: #fff;
  border: none;
  font-size: 16px;
  transition: 0.5s;
}
#commentform input[type="submit"]:hover { 
  background: #49add1;
  transition: 0.5s;
}


.comment-title {
  margin: 0;
  font-size: 24px;
  background: #fff;
  padding-left: 20px;
  font-weight: normal;
}
.comment-title:before {
  font-family: FontAwesome;
  content: '◆';
  color: #fff;
  margin-right: 4px;
}
.commets-list {
  padding: 20px 20px 0 20px;
}
.commets-list > li {
  border-top: 2px dashed #72c7e6;
  margin-top: 30px;
  padding-top: 20px;
}
.commets-list > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.commets-list .children {
  border-left: 2px solid #ccc;
  margin-top: 0;
}
.commets-list .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-content {
  background: #e2e2e2;
  padding: 2px 10px;
  margin: 10px 0 6px 0;
  border-radius: 10px;
  position: relative;
}
.comment-content::before { 
  content: "";
  position: absolute;
  top: -14px;
  left: 50px;
  border-style: solid;
  border-color: transparent transparent #e2e2e2 transparent;
  border-width: 0 20px 20px 0;
}
.comment-content p {
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.5em;
}
.comment-reply-link {
  color: #fff;
  border: none;
  border-radius: 20px;
  background: #72c7e6;
  padding: 1px 12px;
  transition: 0.5s;
}
.comment-reply-link:hover { 
  color: #fff;
  background: #49add1;
  transition: 0.5s;
}
.commets-list .comment-body {
  margin-bottom: 0;
}
.reply{
	display:none;
}
.wpcr3_respond_2{
    display: block;
}
/* 口コミ */
.wpcr3_show_btn, .wpcr3_cancel_btn{
    display: none;
}
.wpcr3_div_2 {
    max-width: 100%;
}
 
/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media (max-width: 600px){
.wpcr3_table_2 td {
    text-align: left;
    display: block;
}
}
 
/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
    min-width: 300px;
    width: 100%;
    max-width: 100%;
}
.wpcr3_item_name{
	display:none;
}