@charset UTF-8;
/*--------------------------------------------------------------------------------------------------------------------
bbpress
--------------------------------------------------------------------------------------------------------------------*/
#bbpress-forums {
}
#bbpress-forums input,
#bbpress-forums textarea {
	border : 1px solid #999;
	box-shadow : none;
}
#bbpress-forums input[type="file"] {
	border : none;
}
.bbpress-wrapper * {
	max-width : 100%!important;
	box-sizing : border-box!important;
	font-size : 16px;
	line-height : 2;
	color : #000;
}
#subscription-toggle a {
	background : #3c9138;
	color : #fff;
	padding : 5px 20px;
	border-radius : 4px;
}
#subscription-toggle a:hover {
	background : #d82c29;
}
.bbp-pagination {
	float : none!important;
}
.bbp-pagination:after {
	content : "";
	display : block;
	clear : both;
	overflow : hidden;
	font-size : 0.1em;
	line-height : 0;
}
.bbp-pagination * {
	font-size : 14px!important;
}
ul.bbp-topics {
	border : 1px solid #253c8e!important;
}
li.bbp-header,
li.bbp-footer {
	background : #253c8e!important;
}
li.bbp-header li ,
li.bbp-footer li {
	color : #fff!important;
}
.bbp-topic-form {
	clear : both;
	margin : 40px 0 0 0!important;
}
fieldset.bbp-form {
	display: contents;
	margin : 0!important;
	padding : 0!important;
	width : 100%!important;
	box-sizing : border-box!important;
}
fieldset.bbp-form legend {
	display : block!important;
	width : 100%!important;
	margin : 0!important;
	padding : 10px!important;
	background : #253c8e;
	color : #fff;
}
fieldset.bbp-form .bbp-template-notice {
	display : none;
}
input#bbp_topic_title {
	width : 100%!important;
}
.bbp-the-content-wrapper {
	width : 100%!important;
}
#buyingselling a {
	display : block;
	background : url(images/buyingselling.png) right bottom #253c8e no-repeat;
	border-radius : 10px;
	height : 160px;
	color : #fff;
	font-size : 36px;
	padding : 10px 20px;
}
#chat a {
	display : block;
	background : url(images/chat.png) right bottom #253c8e no-repeat;
	border-radius : 10px;
	height : 160px;
	color : #fff;
	font-size : 36px;
	padding : 10px 20px;
}
#relatedbusiness a {
	display : block;
	background : url(images/relatedbusiness.png) right bottom #253c8e no-repeat;
	border-radius : 10px;
	height : 160px;
	color : #fff;
	font-size : 36px;
	padding : 10px 20px;
}
#rent a {
	display : block;
	background : url(images/rent.png) right bottom #253c8e no-repeat;
	border-radius : 10px;
	height : 160px;
	color : #fff;
	font-size : 36px;
	padding : 10px 20px;
}
#buyingselling a:hover,
#chat a:hover,
#relatedbusiness a:hover,
#rent a:hover {
	background : #475ca3;
}
.bbp-submit-wrapper {
	float : none!important;
	margin : 20px 0 0 0;
	padding : 0;
}
button#bbp_reply_submit {
	border : none;
	background : #253c8e;
	color : #fff;
	box-shadow : none;
}
button#bbp_reply_submit:hover {
	background : #475ca3;
}
.info {
	border : 3px solid #253c8e!important;
	background : transparent!important;
	padding : 10px;
}
.bbp-template-notice * {
	font-size : 16px!important;
}
a.d4p-attachment-addfile {
	display : inline-block;
	background : #3c9138;
	color : #fff;
	padding : 5px 20px;
	border-radius : 4px;
}
a.d4p-attachment-addfile:hover {
	background : #d82c29;
}
/*ビジュアルエディタ設定*/
/*--------------------------------------------------------------------------------------------------------------------
段落
--------------------------------------------------------------------------------------------------------------------*/
h2 {
	clear : both;
	margin : 50px 0 20px 0;
	padding : 10px 10px 10px 15px;
	font-size : 21px;
	font-weight : normal;
	border-left : 15px solid #000;
	background : #efefef;
	color : #000;
}
h3 {
	margin : 30px 0 20px 0;
	padding : 8px 0;
	font-size : 18px;
	font-weight : normal;
	border-bottom : 1px solid #666;
}
h4 {
	font-size : 17px;
	font-weight: bold;
	color : #fff;
	padding : 10px 20px;
	border : none;
	margin : 0;
	background : #000;
}
h2:nth-child(1) ,
h3:nth-child(1) {
	margin-top : 0;
}
.entry-title ,
h1.entry-title {
	border : none;;
	clear : both;
	margin : 40px 0;
	padding : 0 0 0 16px;
	background : transparent;
	font-size : 24px;
	font-weight : bold;
	color : #000;
	border-left : 1px solid #666;
	border-bottom : 1px solid #666;
}
.entry-title:first-child ,
h1.entry-title:first-child {
	margin : 0 0 40px 0;
}
/*--------------------------------------------------------------------------------------------------------------------
必須・注意書き
--------------------------------------------------------------------------------------------------------------------*/
span.require,
span.caution {
	font-size : 70%;
	color : #fd0000;
}
p.attention {
	border : 2px solid #fd0000;
	padding : 10px;
	color : #fd0000;
}
