@charset "UTF-8";

/*---------------------------------------------------------------- 著作 -*/
/* Tomomi Koki */
/* 作成日:2019年05月01日 */
/* 更新日:2024年06月18日 */

/*--------------------------------------------------------- CSSリセット -*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*----------------------------------------------------- iOS CSSリセット -*/
input[type="submit"],input[type="button"] {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button;border: none;box-sizing: border-box;cursor: pointer;}input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {display: none;}input[type="submit"]::focus,input[type="button"]::focus {outline-offset: -2px;}

/*------------------------------------------------------------ 初期設定 -*/
html {
	scroll-behavior: smooth
}
body {
	color: #303d49;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	height: 100%;
	letter-spacing: 0.8pt;
	line-height: 1.7em;
	margin: 0;
	overflow-x : hidden;
	position: relative
}
h1 {
	background: url(../images/template/logo.png) no-repeat;
	float: left;
	font-size: 15px;
	font-weight: 500;
	height: 60px;
	line-height: 18px;
	margin: 14px 0 0 0;
	padding: 0 0 0 70px;
	width: 390px
}
h1 a,
h1 a:hover,
h1 a:visited {
	color: #303d49
}
h1 span#subtilte {
	color: #005d60;
	font-size: 11px
}
h1 span {
	display: block;
	font-size: 21px;
	line-height: 22px
}

h2 {
	font-size: 26px;
	position: relative;
	margin: 0 0 14px 0;
	padding: .5em 1.5em;
	color: #005d60;
}
h2::before {
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid #229ea1;
	content: '';
	left: 0;
	top: calc(50% - 3px)
}
h2::after {
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid #57b1af;
	content: '';
	left: 5px;
	top: calc(50% + 3px)
}
#headline h2 {
	background: #4da619;
	color: #fff;
	display: inline-block;
	font-size: 190%;
	margin: 0;
	opacity: 0.8;
	padding: 5px 15px;
	width: auto
}
#login h2 {
	border: none;
	text-align: center
}
#login h2:after {
	border: none
}
h3 {
	border-bottom: solid 2px #54b5b5;
	color: #005d60;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0 0 30px 0;
	position: relative
}
h3:after {
	border-bottom: solid 2px #008f93;
	bottom: -2px;
	content: " ";
	display: block;
	position: absolute;
	width: 20%
}
aside h3 {
	border: none;
	border-radius: 5px;
	padding: 10px 0;
	text-align: center
}
aside h3:after,
.widget h3:after,
.widget2 h3:after,
footer h3:after {
	display: none
}
aside h3:before {
	content: ""
}
.widget h3,
.widget2 h3 {
	border: none;
	background: linear-gradient(25deg, rgba(0,143,147,1.0), rgba(0,143,147,0.8), rgba(0,143,147,0.9));
	color: #fff;
	font-size: 110%;
	line-height: 1em;
	margin: 0 auto
}
.widget h3 a,
.widget2 h3 a {
	color: #fff
}
#member_widget h3 {
	background: linear-gradient(25deg, rgba(0,143,147,1.0), rgba(0,143,147,0.8), rgba(0,143,147,0.9));
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 110%;
	line-height: 1em;
	margin: 0 auto
}
footer h3 {
	border: none;
	color: #fff;
	font-size: 140%;
	margin: 0 0 20px 0;
	text-align: center
}
footer h3:before {
	content: ""
}
h4 {
	color: #005d60;
	font-size: 115%;
	margin: 15px 0 30px 0
}
p {
	line-height: 1.7em;
	padding: 0 0 1em 0
}
a,
a:hover,
a:visited {
	color: #005d60;
	font-weight: 300;
	text-decoration: none
}
.table_container {
	margin: 0 0 50px 0
}
table {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	box-sizing: border-box;
	border-spacing: 0;
	margin: 0 auto 1em auto;
	width: 100%;
	white-space: nowrap
}
th {
	background-color: #f5f5f5;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
	padding: 1% 2%;
	text-align: center;
	vertical-align: middle
}
.tl01 {
	width: 100px
}
.tl03 {
	width: 150px
}
td {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 16px;
	padding: 1% 2%;
	word-wrap: break-word
}
td:nth-child(1) {
	vertical-align: middle
}
td ul.aiueo {
	border-top: dotted 2px #aaa;
	clear: both;
	height: auto;
	overflow: hidden
}
td ul.aiueo li {
	float: left;
	margin: 5px 0 0 0;
	padding: 15px 0 15px 0
}
td ul.aiueo li.fax {
	float: left;
	margin: 5px 0 0 0;
	padding: 15px 0 0 30px
}
td ul.aiueo li.mail {
	float: left;
	margin: 5px 0 0 0;
	padding: 15px 0 0 30px
}
td ul.aiueo li.web {
	float: left;
	margin: 5px 0 0 0;
	padding: 15px 0 0 30px
}
td ol {
	margin: 0px 0 0 20px !important
}
input[type=text],
input[type=tel],
input[type=fax],
input[type=email],
input[type=password] {
	background: #f9f9f9;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 100%;
	font-weight: 300;
	height: auto;
	line-height: 2em;
	margin: 0 0 1em 0;
	padding: 0 10px;
	width: 100%
}
textarea {
	background: #f9f9f9;
	border-radius: 0;
	border: solid 1px #ccc;
	box-shadow: none;
	font-size: 100%;
	font-weight: 300;
	height: 150px;
	margin: 0 auto;
	padding: 0 3px;
	width: 99%
}
input[type=submit] {
	background: linear-gradient(25deg, rgba(255,152,0,1.0), rgba(255,152,0,0.8), rgba(255,152,0,0.9));
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 100%;
	font-weight: 300;
	height: auto;
	line-height: 2em;
	margin: 0 auto 1em auto;
	padding: 0 3px;
	transition: all 512ms ease;
	width: 100%
}
input[type=submit]:hover {
	background: linear-gradient(25deg, rgba(77,166,25,1.0), rgba(77,166,25,0.8), rgba(77,166,25,0.9))
}
button[type=submit] {
	background: #ff9800;
	border: solid 1px #ff9800;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 100%;
	font-weight: 300;
	height: auto;
	line-height: 2em;
	margin: 0 auto 1em auto;
	padding: 0 1em;
	transition: all 512ms ease
}
button[type=submit]:hover {
	background: #4da619;
	border: solid 1px #4da619
}
article a,
article a:visited {
	color: #006890;
	text-decoration: underline
}
a[href$=".pdf"]:after {
	background: url(../images/template/pdf.png) no-repeat;
	content:" ";
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	width: 49px;
}
.magazine_list1 a[href$=".pdf"]:after {
	display: none
}
a[href$=".doc"]:after,
a[href$=".docx"]:after {
	background: url(../images/template/word.png) no-repeat;
	content:" ";
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	width: 49px;
}
@media only screen and (max-width: 768px) { /*! タブレット */
	body {
		font-size: 17px
	}
	h1 {
		background-image:url(../images/template/logo.png);
		background-size:35px;
		font-size: 10px;
		font-weight: 500;
		height: 35px;
		line-height: 18px;
		margin: 10px 0 0 10px;
		padding: 0 0 0 45px;
		width: 440px;
		z-index: 0
	}
	h1 span {
		display: block;
		font-size: 15px;
		line-height: 1em
	}
	h1 span#subtilte {
		line-height: 1.6em
	}
	h2 {
		font-size: 120%;
		line-height: 1.3em;
		margin: 0 0 20px 0;
		padding: .5em 2em
	}
	h3 {
		font-size: 110%
	}
}
@media only screen and (max-width: 736px) { /*! スマートフォン */
	body {
		font-size: 16px
	}
	h1 span#subtilte {
		display: none
	}
	footer h3 {
		font-size: 100%
	}
}

/*---------------------------------------------------------------- 汎用 -*/
.new {
	background: #c40026;
	background: linear-gradient(25deg, rgba(196,0,38,1.0), rgba(196,0,38,0.8), rgba(196,0,38,0.9));
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 70%;
	line-height: 1.4em;
	margin: 0;
	padding: 0 1em
}
.mobile {
	display: none
}
.justifyright {
	float: right;
	margin: 0 0 1em 1em
}
.center {
	text-align: center
}
.btn a {
	background: linear-gradient(25deg, rgba(255,152,0,1.0), rgba(255,152,0,0.8), rgba(255,152,0,0.9));
	border-radius: 18px;
	box-sizing: border-box;
	color: #fff !important;
	display: block;
	margin: 15px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none !important;
	transition: 0.5s;
	width: 200px
}
.btn a:hover {
	background: linear-gradient(25deg, rgba(77,166,25,1.0), rgba(77,166,25,0.8), rgba(77,166,25,0.9));
}
@media only screen and (max-width: 1100px) { /*! タブレット */
	.mobile {
		display: block
	}
}

/*------------------------------------------------------------ ヘッダー -*/
header {
	background: #fff;
	position: relative;
	z-index: 100
}
header .content {
	box-sizing: border-box;
	height: 88px;
	margin: auto;
	max-width: 1250px;
	min-width: 1100px;
	overflow: hidden;
	padding: 0 25px
}
header ul {
	float: right;
	margin-top: 17px;
	width: 200px
}
header li {
	display: block;
	float: right;
	width: 100px
}
header li a {
	color: #005d60;
	display: block;
	font-size: 10px;
	text-align: center;
	width: 100%
}
header li i {
	color: #005d60;
	display: block !important;
	font-size: 35px !important;
	margin: 0;
	padding: 0;
	transition: all 256ms ease
}
@media only screen and (max-width: 768px) { /*! タブレット */
	header {
		height: auto;
		min-width: 0;
		padding: 0;
		position: static;
		width: 100%
	}
	header .content {
		height: auto;
		margin: auto;
		min-width: 0;
		padding: 0
	}
	header ul {
		background: linear-gradient(25deg, rgba(0,143,147,1.0), rgba(0,143,147,0.8), rgba(0,143,147,0.9));
		margin: 10px auto 0 auto;
		overflow: hidden;
		padding: 10px 0 0 0;
		position: static;
		width: 100% !important
	}
	header li {
		float: left;
		width: 33%
	}
	header li#cpd {
		width: 34%
	}
	header li a {
		color: #fff;
		font-size: 10px;
		text-align: center !important;
		width: 100%
	}
	header li a:visited {
		color: #fff
	}
	header li a i {
		color: #fff
	}
	header li i {
		font-size: 25px !important;
	}
}

/*------------------------------------------------ メインナビゲーション -*/
#menu {
	display: none
}
#menu li {
	border: none;
	border-left: 1px solid #fff;
	border-image: linear-gradient(to top, #1b9b9e 10%, #fff 50%, #1b9b9e 90%) 2;
	box-sizing: border-box;
	float: left;
	position: relative;
	text-align: center;
	width: 20%;
	z-index: 1
}
#menu li a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 20px 0;
	transition: 0.5s
}
#menu li a:hover {
	background: #005d60
}
#menu li a i {
	color: #ff007f;
	margin: 0 5px 0 0
}
#menu li ul {
	display: none;
	left: 0;
	margin: -1px 0 0 0;
	padding: 16px 0;
	position: absolute;
	top: 49px;
	width: 100%;
	z-index: 100
}
#menu li:hover ul {
	display: block;
	margin: 0
}
#menu li ul li {
	background: linear-gradient(25deg, rgba(0,143,147,0.90), rgba(0,143,147,0.95), rgba(0,143,147,0.90));
	border: none !important;
	color: #fff;
	float: none;
	font-size: 100%;
	line-height: 1.2em;
	margin: 0;
	text-align: left;
	z-index: 100
}
#menu li ul li a {
	color: #fff;
	display: block;
	padding: 5% 5% 5% 15%;
	text-shadow: none;
	width: 80%;
	z-index: 100
}
#menu li ul li a:before{
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	vertical-align: middle;
	content: "\f105";
	font-family: FontAwesome;
	color: #fff
}
#menu li ul li a:hover {
	background: #005d60
}
#menu li ul li a i {
	color: #fff
}
.slicknav_nav {
	border-right: solid 5px #005d60;
	margin: 0;
	padding: 0
}
.slicknav_nav li {
	background: #005d60;
	border-top: 1px solid #006b6d;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0 5px;
	width: 100%
}
.slicknav_nav li i {
	display: none
}
.slicknav_nav li ul li {
	border-top: none
}
.slicknav_nav li a {
	color: #fff
}
.slicknav_nav li:before {
	color: #fff;
	content: '\f105';
	float: left;
	font-family: FontAwesome;
	padding: 4px 7px 0 15px
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul,
.slicknav_nav li {
	display: block
}
.slicknav_nav li li:before {
	color: #fff;
	content: '\f105';
	float: left;
	font-family: FontAwesome;
	padding: 3px 10px 0 0
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline
}
.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table
}
.slicknav_menu:after {
	clear: both
}
.slicknav_menu {
	*zoom: 1
}
.slicknav_menu {
	margin: -69px 0 0 0
}
.slicknav_btn {
	cursor: pointer;
	display: block;
	float: right;
	line-height: 1em;
	margin: 0 auto 10px auto;
	padding: 0 0 3px 0;
	vertical-align: middle;
	width: 30%;
	z-index: 1
}
.slicknav_btn:before {
	color: #fff;
	content: '\f0c9';
	display: block;
	font-size: 25px;
	font-family: FontAwesome;
	line-height: 1em;
	margin: 0;
	padding: 17px 0 0 0;
	text-align: center
}
.slicknav_btn:after {
	color: #fff;
	content: 'メニュー';
	display: block;
	font-size: 10px;
	line-height: 0.3em;
	margin: 0 auto;
	padding: 11px 0 0 0;
	text-align: center
}
.slicknav_menu {
	padding: 0 5px 0 0
}
.slicknav_nav {
	background: #363833;
	color: #004345;
	list-style: none;
	position: relative;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 300
}
.slicknav_nav ul {
	padding: 0 0 0 30px
}
.slicknav_nav a {
	color: #004345;
	margin: 0;
	padding: 5px 10px
}
.slicknav_nav .slicknav_row:after {
	color: #fff;
	content: '\f067';
	float: right;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1em;
	margin: 0;
	padding: 7px 0 0 0
}
@media only screen and (min-width: 1100px) { /*! タブレット */
	#navbar {
		background: none;
		box-shadow: none;
		position: absolute;
		right: 0;
		top: 20px;
		width: 100%;
		z-index: 100
	}
	#navbar nav {
		margin: 0;
		padding: 7px;
		width: auto
	}
	#navbar li a {
		display: none
	}
	nav {
		background: linear-gradient(25deg, rgba(0,143,147,1.0), rgba(0,143,147,0.85), rgba(0,143,147,0.9));
		box-shadow: rgba(0, 0, 0, 0.15) 0 8px 24px;
		box-sizing: border-box;
		clear: both;
		line-height: 25px;
		margin: 0;
		min-width: 1024px;
		padding: 0 25px;
		width: 100%
	}
	nav ul {
		display: block;
		list-style: none;
		margin: auto;
		max-width: 1200px
	}
	nav li a {
		color: #fff
	}
	#menu {
		display: block;
		height: 65px;
		margin: auto;
		padding: 0
	}
	#menu li:last-child {
		border-right: solid 1px #fff
	}
	.slicknav_menu {
		display: none
	}
	#menu li ul li {
		width: 100%
	}
}

/*------------------------------------------------------ パンくずリスト -*/
#breadcrumb {
	background: #eee;
	line-height: 1em;
	margin: 0;
	padding: 12px 0;
	width: 100%
}
#breadcrumb .content {
	font-size: 16px;
	margin: 0 auto;
	width: 1200px
}
@media only screen and (max-width: 768px) { /*! タブレット */
	#breadcrumb {
		margin: 0 0 25px 0
	}
	#breadcrumb .content {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 90%
	}
}

/*---------------------------------------------------------- コンテンツ -*/
#container {
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	background-color: rgba(255,255,255,1);
	background-blend-mode: overlay;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 1200px;
	opacity: 0;
	padding: 0;
	transition: 1s
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(25px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
.content {
	margin: auto;
	width: 100%
}
main {
	box-sizing: border-box;
	margin: 50px auto;
	max-width: 1200px;
	min-width: 974px;
	padding: 0 25px
}
article {
	box-sizing: border-box;
	margin: 50px 50px 50px 0;
	max-width: 834px;
	min-width: 600px;
	width: 100%
}
article img {
	height: auto;
	max-width: 100%
}
article strong {
	font-size: 105%
}
article ul {
	margin: 0 0 1em 10px;
	padding: 0 0 0 15px
}
article ul.box {
	border: solid 1px #006388;
	margin: 0 0 1.5em 0;
	padding: 15px 15px 0 35px
}
article ul li {
	list-style: disc;
	padding: 0 0 12px 0
}
article ol {
	margin: 0 0 1em 35px;
	padding: 0
}
article ol li {
	list-style: decimal;
	margin: 0;
	padding: 0 0 10px 0
}
section {
	margin: 0 0 80px 0
}
section:nth-child(2) {
	margin: 80px 0
}

@media only screen and (max-width: 768px) { /*! タブレット */
	#container {
		box-sizing: border-box;
		display: block;
		min-width: 0
	}
	main {
		display: block;
		min-width: 0
	}
	article {
		margin: 0 0 30px 0;
		min-width: 0;
		padding: 10px 0 0 0
	}
	article img {
		height: auto;
		margin: 0;
		max-width: 100%
	}
}

@media only screen and (max-width: 736px) { /*! スマートフォン */
		#container {
		padding: 0 3%
	}
	main {
		padding: 0 3%
	}
	section {
		margin: 0 0 20px 0
	}
	section:nth-child(2) {
		margin: 20px 0
	}
}

/*------------------------------------------------ セカンダリコンテンツ -*/
aside {
	margin: 50px 0;
	width: 336px
}
aside .box {
	border: solid 2px #008f93;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 20px 5% 1px 5%
}
aside #member_widget .box {
	background: #f4f3f0;
	border: none;
	padding: 20px 5% 1px 5%
}
aside #member_widget .box dl {
	margin: 15px 0
}
aside #member_widget input{
	margin: 0 0 10px 0;
	padding: 0 10px;
	width: 100% !imprtant
}
aside #member_widget input[type=submit] {
	margin: 0 auto 15px auto;
	padding: 0;
	width: 100%
}
aside #member_widget .box p {
	background: none
}
aside .box p,
aside .box ul {
	margin: 0 0 5px 0;
	padding: 0
}
aside .box ul li {
	border-bottom: dashed 1px #ccc;
	line-height: 1.5em;
	overflow: hidden
}
aside .box ul li:last-child {
	border: none
}
aside .box ul li a {
	display: block;
	padding: 16px 0 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
aside .box ul li a:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline;
	margin: 0 5px 0 5px;
	padding: 0
}
.widget2 .box ul {
	height: auto;
	margin: 15px 0;
	overflow: hidden
}
.widget2 .box li {
	border: solid 1px #0d9598;
	border-radius: 5px;
	float: left;
	line-height: 1.5em;
	margin: 1.5% 0;
	text-align: center;
	width: 48%
}
.widget2 .box li:first-child {
	float: none;
	margin: 0 0 1.5% 0;
	padding: 0;
	width: 99%
}
.widget2 .box li:nth-child(3),
.widget2 .box li:nth-child(5) ,
.widget2 .box li:nth-child(7) ,
.widget2 .box li:nth-child(9)  {
	float: right
}
.widget2 .box li:last-child {
	border: solid 1px #0d9598;
	float: right
}
.widget2 .box li a {
	display: block;
	padding: 5px 0;
	transition: all 256ms ease;
	width: 100%
}
.widget2 .box li a:before {
	content: '';
	margin: 0;
	padding: 0
}
aside .btn a {
	background: linear-gradient(25deg, rgba(255,152,0,1.0), rgba(255,152,0,0.8), rgba(255,152,0,0.9));
	border-radius: 5px;
	font-weight: 300;
	height: auto;
	line-height: 2em;
	margin: 0 auto 1em auto;
	padding: 0 3px;
	width: 100%
}
aside .btn a:hover {
	background: linear-gradient(25deg, rgba(77,166,25,1.0), rgba(77,166,25,0.8), rgba(77,166,25,0.9))
}
@media only screen and (max-width: 768px) { /*! タブレット */
	aside {
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 100%
	}
	.widget,
	aside .box,
	aside #member_widget .box {
		margin: 0 0 25px 0;
		width: 100%
	}
}

@media only screen and (max-width: 736px) { /*! スマートフォン */
	.widget {
		margin: 0 auto 30px auto;
		width: 100%
	}
}

/*------------------------------------------------------------ フッター -*/
footer {
	background: linear-gradient(25deg, rgba(0,143,147,1.0), rgba(0,143,147,0.8), rgba(0,143,147,0.9));
	margin: 50px 0 0 0;
	width: 100%
}
footer .content {
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	width: 100%
}
footer p,
footer a,
footer a:hover,
footer a:visited {
	color: #fff
}
footer p {
	padding: 0
}
footer #phone {
	font-size: 150%;
	line-height: 3em
}
#copyright {
	width: 100%
}
#copyright p {
	background: #eee;
	color: #333;
	clear: both;
	line-height: 2.5em;
	padding: 0;
	text-align: center;
	width: 100%
}
@media only screen and (max-width: 768px) { /*! タブレット */
	#footer {
		margin: 10px 0;
		width: 100%
	}
	footer .content {
		display: block
	}
	#copyright p {
		padding: 10px 0 0 0
	}
}

@media only screen and (max-width: 736px) { /*! スマートフォン */
	footer #phone {
		font-size: 100%;
		line-height: 3em
	}
}

/*-------------------------------------------------- ページトップボタン -*/
#page-top {
	bottom: 0;
	position: fixed;
	right: 2%
}
#page-top a {
	border: solid 2px #ccc;
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	opacity: 0.9;
	padding: 0;
	text-align: center;
	text-shadow: none;
	transition: all 512ms ease;
	width: 48px
}
#page-top a:hover {
	background: #fff
}
#page-top a i {
	color: #ccc;
	font-size: 30px;
	line-height: 45px;
	margin: 0
}

/*---------------------------------------------------------- ページング -*/
.pagination {
	text-align: center
}
.pagination a {
	border: 1px solid #ddd;
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s
}
.pagination .current {
	background-color: #ff8c00;
	border: 1px solid #ff8c00;
	color: #fff;
	padding: 8px 16px
}
.pagination a:hover:not(.active) {
	background-color: #ddd
}

/*----------------------------------------------------------- SNSボタン -*/
#sns {
	clear: both;
	height: 44px;
	position: relative;
	width: 100%
}
.sns_box {
	left: 50%;
	height: 44px;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	top: 50%;
	transform: translateX(-50%);
	width: 158px
}
.sns_button {
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 100%;
	float: left;
	transition: all 280ms ease
}
.sns_button a {
	color: #fff;
	display: table-cell;
	height: 44px;
	text-align: center;
	transition: all 280ms ease;
	vertical-align: middle;
	width: 44px
}
.sns_button i {
	color: #fff;
	font-size: 20px;
	line-height: 44px;
	vertical-align: middle
}
.sns_button:hover {
	box-shadow: inset 0 0 0 22px #57b1af
}
.sns_button + .sns_button {
	margin: 0 0 0 12px
}

@media only screen and (max-width: 736px) { /*! スマートフォン */
	#sns {
		height: 64px
	}
	.sns_box {
		top: 0
	}
}

/*-------------------------------------------------------- トップページ -*/
.slide {
	height: calc(100vh - 153px);
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}
.slide .bgImg {
	animation: pseudoAnimation 20s infinite;
	background-size: cover;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0
}
.slide .srcImage1 {
	background-image : url(../images/template/main01.jpg)
}
.slide .srcImage2 {
	animation-delay  : 5s;
	background-image : url(../images/template/main02.jpg)
}
.slide .srcImage3 {
	animation-delay  : 10s;
	background-image : url(../images/template/main03.jpg)
}
.slide .srcImage4 {
	animation-delay  : 15s;
	background-image : url(../images/template/main04.jpg)
}
@keyframes pseudoAnimation {
	0% { opacity: 0 }
	5% { opacity: 1 }
	25% { opacity: 1 }
	30% { opacity: 0 }
	100% { opacity: 0 }
}
.slide .parallaxString {
	text-align: center;
	position: absolute;
	color: #000;
	font-size: 200%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0;
	text-shadow:
		#fff 1.5px 1.5px 0px,
		#fff -1.5px 1.5px 0px,
		#fff -1.5px -1.5px 0px,
		#fff 1.5px -1.5px 0px,
		#fff 1.5px 0px 0px,
		#fff 0px 1.5px 0px,
		#fff -1.5px 0px 0px,
		#fff 0px -1.5px 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 0
}
.parallax,
.parallax2,
.parallax3,
.parallax4 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#next_btn {
	height: 100vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
#scroll {
	animation-delay: 7s;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: 20px;
	display: block;
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: .5s;
	width: 40px
}
#scroll a {
	display: block;
	height: 40px;
	width: 40px
}
#scroll span {
	height: 40px;
	left: 0;
	margin: auto;
	padding: 8px 0 0 12px;
	position: absolute;
	right: 0;
	top: -2px;
	width: 40px
}
#scroll span:before {
	content: '\f107';
	color: #fff;
	font-family: FontAwesome;
	font-size: 28px;
	font-weight: 900
}
#scroll::before {
	animation: scroll 2s infinite;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
	content: "";
	height: 40px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px
}
#scroll.hide {
	display: none
}
@keyframes scroll {
	0% {
		opacity: 0
	}
	30% {
		opacity: 1
	}
	60% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, .2);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@media only screen and (max-width: 768px) { /*! タブレット */
.parallax,
.parallax2,
.parallax3,
.parallax4 {
        background-image: none;
        background-attachment: scroll;
        position: relative
    }
.parallax::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background-image: url(../images/template/main01.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1; // 背景を後ろに配置
    }
.parallax2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background-image: url(../images/template/main02.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1; // 背景を後ろに配置
    }
.parallax3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background-image: url(../images/template/main03.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1; // 背景を後ろに配置
    }
.parallax4::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background-image: url(../images/template/main04.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1; // 背景を後ろに配置
    }
	.slide {
		height: calc(100vh - 117px)
	}
	.slide .parallaxString {
		font-size: 140%;
		height: 80%;
		max-width: 100%;
		text-orientation: upright;
		top: 45%;
		width: auto;
		writing-mode: vertical-rl
	}
#scroll {
	bottom: 30px
}
}

/*------------------------------------------------------------ 記事一覧 -*/
#news {
	width: 100%
}
#news dl {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 40px 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	_zoom: 1
}
#news dt {
	border-top: 1px dotted #ccc;
	box-sizing: border-box;
	color: #555;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: -1px 0 0 0;
	padding: 10px 0;
	width: 28%
}
#news dd {
	border-top: 1px dotted #ccc;
	box-sizing: border-box;
	float: left;
	margin: -1px 0 0 0;
	padding: 10px 0;
	width: 72%
}
#news dd a {
	color: #303d49;
	display: inline-block;
	text-decoration: none;
	width: 100%
}
#news dd a:hover {
	text-decoration: underline
}
#news dt span {
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 0 1em;
	padding: 3px 0;
	text-align: center;
	width: 70px
}
.news01 {
	border: solid 1px #008f7e;
	color: #008f7e
}
.news02 {
	border: solid 1px #d35e7d;
	color: #d35e7d
}
.news03 {
	border: solid 1px #008cc2;
	color: #008cc2
}
.news04 {
	border: solid 1px #c40026;
	color: #c40026
}
@media only screen and (max-width: 768px) { /*! タブレット */
	#news dt {
		width: 25%
	}
	#news dd {
		width: 75%
	}
}

@media only screen and (max-width: 736px) { /*! スマートフォン */
	#news dl {
		border-top: none;
		width: 100%
	}
	#news dt {
		float: none;
		margin: 0;
		padding: 8px 0 0 0;
		width: 100%
	}
	#news dd {
		border: none;
		float: none;
		margin: 0;
		padding: 0 0 8px 0;
		width: 100%
	}
}
/*------------------------------------------------------------- PFI事業 -*/
@media only screen and (max-width: 768px) { /*! タブレット */
	table#pfi {
		border-left: none;
		margin-bottom: 2em;
		width: 100%
	}
	table#pfi .thead {
		display: none
	}
	table#pfi tr {
		width: 100%
	}
	table#pfi td {
		display: block;
		width: 100%
	}
	table#pfi td:first-child {
		background: #f5f5f5;
		text-align: center
	}
	table#pfi td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px
	}
}

/*------------------------------------------------------ 最新の活動報告 -*/
.magazine_list1,
.magazine_list2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
	justify-content: flex-start;
	margin: 0 0 50px 0;
	overflow: auto;
	padding: 0;
	width: 100%
}
.magazine_list1::after,
.magazine_list2::after {
	content:"";
	display: block;
	width: 24%
}
.magazine_list1 .box,
.magazine_list2 .box {
	font-size: 16px;
	height: auto;
	overflow: hidden;
	margin-right: 4%;
	padding: 0;
	text-align: center;
	width: 22%
}
.magazine_list1 .box:nth-child(4n),
.magazine_list2 .box:nth-child(4n) {
	margin-right: 0
}
.magazine_list1 .box img,
.magazine_list2 .box img {
	border: solid 1px #999;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%
}
.magazine_list1 .box:nth-of-type(n+5),
.magazine_list2 .box:nth-of-type(n+5) {
	margin-top: 18px
}
.magazine_list1 .plan_img,
.magazine_list2 .plan_img {
	width: 100%
}
p.link-button {
	width: 100%
}
p.link-button a {
	background: linear-gradient(25deg, rgba(255,152,0,1.0), rgba(255,152,0,0.8), rgba(255,152,0,0.9));
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff !important;
	display: block;
	margin: 30px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none !important;
	transition: all 512ms ease;
	width: 150px
}
p.link-button a:hover {
	background: linear-gradient(25deg, rgba(77,166,25,1.0), rgba(77,166,25,0.8), rgba(77,166,25,0.9))
}
.hidden {
	display: none
}
@media only screen and (max-width: 1250px) {
	.magazine_list1,
	.magazine_list2 {
		margin: 0 0 25px 0
	}
	.magazine_list1::after,
	.magazine_list2::after {
		width: 48%
	}
	.magazine_list1 .box,
	.magazine_list2 .box {
		margin-right: 4%;
		width: 48%
	}
	.magazine_list1 .box:nth-child(2n),
	.magazine_list2 .box:nth-child(2n) {
		margin-right: 0
	}
	.magazine_list1 .box:nth-child(4n),
	.magazine_list2 .box:nth-child(4n) {
		margin-right: 0
	}
	.magazine_list1 .box img,
	.magazine_list2 .box img {
		border: solid 1px #333;
		box-sizing: border-box;
		width: 100%
	}
	.magazine_list1 .box:nth-of-type(n+5),
	.magazine_list2 .box:nth-of-type(n+5) {
	margin-top: 0
	}
	.magazine_list1 .plan_img,
	.magazine_list2 .plan_img {
		width: 100%
	}
}

/*------------------------------------------------------------ 会員一覧 -*/
#memberarea th {
	font-size: 16px;
	font-weight: normal
}
#memberarea th:nth-of-type(1) {
	width: 110px !important
}
#memberarea th:nth-of-type(3) {
	min-width: 140px !important
}
#memberarea td {
	line-height: 1.4em
}
#memberarea td:nth-of-type(1) {
	text-align: center
}
#memberarea strong {
	display: block;
	font-weight: normal;
	margin: 0 0 10px 0
}
#memberarea ul {
	margin: 0;
	padding: 0
}
#memberarea li {
	line-height: 1em;
	list-style: none
}
.bumon1,
.bumon2,
.bumon3,
.bumon4,
.bumon5,
.bumon6,
.bumon7,
.bumon8 {
	border-radius: 3px;
	display: block;
	font-size: 76%;
	line-height: 1.6em;
	margin: 0 0 2px 0;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	width: 118px
}
.bumon1 {
	background: #e9ec9b
}
.bumon2 {
	background: #feed91
}
.bumon3 {
	background: #facd96
}
.bumon4 {
	background: #f8d3c3
}
.bumon5 {
	background: #f7d5e6
}
.bumon6 {
	background: #e7dcec
}
.bumon7 {
	background: #dae0de
}
.bumon8 {
	background: #e6f1e1
}

@media only screen and (max-width: 736px) { /*! スマートフォン */
	#memberarea table {
		border:none;
		width: 100%
	}
	#memberarea thead {
		display: none
	}
	#memberarea tr {
		border-top: 1px solid #333;
		display: block;
		margin-bottom: 20px
	}
	#memberarea th:nth-of-type(1) {
		width: auto
	}
	#memberarea td {
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: none;
		display: block;
		overflow: hidden;
		padding: 2% 3%;
		text-align: left
	}
	#memberarea td:nth-of-type(1){
		background-color: #fff;
		color: #000;
		text-align: left
	}
	#memberarea td:last-child {
		border-bottom: 1px solid #333
	}
	#memberarea td:before {
		border-bottom: solid 1px #000;
		color: #000;
		display: block;
		font-size: 115%;
		line-height: 1.4em;
		margin: 10px 0
	}
	#memberarea td:nth-of-type(1):before {
		content: "会員No"
	}
	#memberarea td:nth-of-type(2):before {
		content: "会社情報"
	}
	#memberarea td:nth-of-type(3):before {
		content: "登録部門"
	}
	.bumon1,
	.bumon2,
	.bumon3,
	.bumon4,
	.bumon5,
	.bumon6,
	.bumon7,
	.bumon8 {
		border-radius: 0;
		box-sizing: border-box;
		float: left;
		margin: 0;
		padding: 1.6% 1%;
		width: 50%
	}
}

/*------------------------------------------------------------ お問合せ -*/
#contact dl,
#contact dt,
#contact dd {
	box-sizing: border-box
}
#contact dl {
	border-right: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	margin: 0 0 1em 0
}
#contact dt,
#contact dd {
	border-top: 1px dotted #ccc;
	padding: 10px
}
#contact dt {
	float: left;
	width: 27%
}
#contact dt span {
	background: #c40026;
	border-radius: 2px;
	color: #fff;
	display: block;
	float: right;
	font-size: 60%;
	line-height: 2em;
	margin: 5px 0 0 0;
	padding: 0 0.5em
}
.help-block {
	background: none !important;
	color: #c40026 !important;
	float: none !important
}
#contact dd {
	margin-left: 27%
}
#contact dd p {
	padding: 0
}
#contact input[type=text],
#contact input[type=tel],
#contact input[type=fax],
#contact input[type=email],
#contact textarea {
	margin: 0
}
#contact input[type=submit] {
	width: 130px
}
@media only screen and (max-width: 736px) { /*! スマートフォン */
	#contact dt {
		float: none;
		margin: 0;
		padding: 12px 0 0 0;
		width: 100%
	}
	#contact dd {
		border: none;
		float: none;
		margin: 0;
		padding: 0 0 20px 0;
		width: 100%
	}
	#contact input[type=submit] {
		width: 100%
	}
}

/*-------------------------------------------------------- ログイン画面 -*/
#login {
	background: #f5f5f5;
	border-radius: 5px;
	margin: 0 auto;
	padding: 55px 55px 75px 55px;
	width: 600px
}
#login dl {
	margin: 0 0 1em 0
}
#login input[type=submit] {
	width: 130px
}

@media only screen and (max-width: 768px) { /*! タブレット */
	#login {
		background: none;
		border-radius: 0;
		margin: 0 auto;
		padding: 5%;
		width: 90%
	}
}

/*-------------------------------------------------------------- 掲示板 -*/
#bbpress-forums hr{margin:0 0 24px 0}#bbpress-forums{background:transparent;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-topic-header,#bbpress-forums div.bbp-reply-header{background-color:#f4f4f4}#bbpress-forums .status-trash.even,#bbpress-forums .status-spam.even{background-color:#fee}#bbpress-forums .status-trash.odd,#bbpress-forums .status-spam.odd{background-color:#fdd}#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:#ccc}#bbpress-forums ul{background:0;list-style:none;margin:0;padding:0}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0;margin:0;list-style:none}#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{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer{clear:both}#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer{background:#f3f3f3;border-top:1px solid #eee;font-weight:bold;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 0 0 5px;padding-left:15px;border-left:1px solid #ddd}#bbpress-forums .bbp-forums-list li{display:inline;font-size:11px}#bbpress-forums li.bbp-footer p{margin:0;line-height:1em}li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}li.bbp-forum-topic-count,li.bbp-topic-voice-count,li.bbp-forum-reply-count,li.bbp-topic-reply-count{float:left;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}li.bbp-header div.bbp-topic-content span#subscription-toggle,li.bbp-header div.bbp-topic-content span#favorite-toggle,li.bbp-header div.bbp-reply-content span#subscription-toggle,li.bbp-header div.bbp-reply-content span#favorite-toggle{float:right}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-topic-title h3,#bbpress-forums div.bbp-reply-title h3{background:0;border:0;font-size:16px;line-height:1em;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-topic-author,#bbpress-forums div.bbp-reply-author{float:left;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar{border:0;max-width:80px;padding:0;margin:12px auto 0 auto;float:none}#bbpress-forums div.bbp-forum-author a.bbp-author-name,#bbpress-forums div.bbp-topic-author a.bbp-author-name,#bbpress-forums div.bbp-reply-author a.bbp-author-name{margin:0 12px;word-break:break-word;display:inline-block}#bbpress-forums div.bbp-topic-author a.bbp-author-name,#bbpress-forums div.bbp-reply-author a.bbp-author-name{clear:left;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-topic-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-reply-author{float:left;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-topic-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-reply-content{margin-left:140px;padding:0;text-align:left}div.bbp-forum-header,div.bbp-topic-header,div.bbp-reply-header,li.bbp-body div.hentry{margin-bottom:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-topic-header,div.bbp-reply-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-family:'Helvetica Neue',Arial,Helvetica,'Nimbus Sans L',sans-serif;font-size:11px;font-weight:bold;color:#aaa}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-topic-content,#bbpress-forums div.bbp-reply-content{margin-left:130px;padding:12px 12px 12px 0;text-align:left}#bbpress-forums div.bbp-forum-content:after,#bbpress-forums div.bbp-topic-content:after,#bbpress-forums div.bbp-reply-content:after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-topic-content a,#bbpress-forums div.bbp-reply-content a{background:0;border:0;display:inline;font-weight:normal;margin:0;padding:0}#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-topic-content h6,#bbpress-forums div.bbp-reply-content h6{clear:none;line-height:1em;margin:24px 0;padding:0}#bbpress-forums div.bbp-topic-content img,#bbpress-forums div.bbp-reply-content img{max-width:100%}#bbpress-forums div.bbp-topic-content ul,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-reply-content ol{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-topic-content ul li,#bbpress-forums div.bbp-reply-content ul li{list-style-type:disc}#bbpress-forums div.bbp-topic-content ol li,#bbpress-forums div.bbp-reply-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-topic-content ol li li,#bbpress-forums div.bbp-reply-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-topic-content ol li li li,#bbpress-forums div.bbp-reply-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-topic-content pre,#bbpress-forums div.bbp-reply-content pre{font-family:Inconsolata,Consolas,Monaco,Lucida Console,monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px}#bbpress-forums div.bbp-topic-content pre,#bbpress-forums div.bbp-reply-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-topic-content pre code,#bbpress-forums div.bbp-reply-content pre code{display:block;border:0;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}#bbpress-forums div#bbp-cancel-reply-to{text-align:right}div.bbp-breadcrumb{float:left}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin-bottom:10px}#bbpress-forums div.bbp-topic-tags{float:right}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:left}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:right}span.bbp-admin-links{float:right;color:#ddd}span.bbp-admin-links a{color:#bbb;font-weight:normal;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-topic-header a.bbp-topic-permalink,.bbp-reply-header a.bbp-reply-permalink{float:right;margin-left:10px;color:#ccc}.bbp-topic-action #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:bold;font-size:13px}.bbp-topic-action #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-topic-action #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-topic-action #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-topic-action #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:bold;font-size:13px}.bbp-topic-action #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-topic-action #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-topic-action #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0 5px;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination-links a,.bbp-pagination-links span.current{display:block;float:left;padding:0 5px;margin-left:5px;border:1px solid #efefef;text-decoration:none}.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:#eee;opacity:.8;border:1px solid #ddd}.bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}.bbp-pagination{float:left;width:100%;margin-bottom:15px}.bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}.bbp-topic-pagination a{font-size:10px;line-height:10px;padding:1px 3px;border:1px solid #ddd;text-decoration:none}#bbpress-forums fieldset.bbp-form{clear:left}#bbpress-forums fieldset.bbp-form{border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-register fieldset label,#bbp-lost-pass fieldset label{width:100px}#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form textarea,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form input{margin:0 0 8px}textarea#bbp_reply_content,textarea#bbp_topic_content,textarea#bbp_forum_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-topic-form,.bbp-reply-form,.bbp-topic-tag-form{clear:left}body.topic-edit .bbp-topic-form div.avatar img,body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.topic-edit .bbp-topic-form code,body.reply-edit .bbp-reply-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#merge_tag,#delete_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:right;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper tr,#bbpress-forums div.bbp-the-content-wrapper td{border:0;padding:0;margin:0;width:auto;line-height:1em}#bbpress-forums div.bbp-the-content-wrapper input{font-size:12px;padding:5px;margin:0 2px 0 0;line-height:1em}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0 20px}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background:#f9f9f9;border:1px solid #ddd;box-shadow:none;padding:5px 8px;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);outline-color:rgba(240,255,240,0.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset span.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:0;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:inline}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.password span{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice p{margin:.5em 0 6px 0 !important;padding:2px;font-size:12px;line-height:140%}.bbp-topics-front ul.super-sticky,.bbp-topics ul.super-sticky,.bbp-topics ul.sticky,.bbp-forum-content ul.sticky{background-color:#ffffe0 !important;font-size:1.1em}#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li{list-style-type:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-username input,.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-username,.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:right}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-logged-in img.avatar{float:left;margin:0 15px 0 0}.bbp-logged-in h4{font-weight:bold;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums .widget_display_replies img.avatar{float:none;margin-bottom:-7px;border:3px double #ddd}fieldset div.avatar{float:right}.activity-list li.bbp_topic_create .activity-content .activity-inner,.activity-list li.bbp_reply_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1em;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-topics,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper fieldset.bbp-form{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:0;height:150px;padding:0;margin:0 0 20px 0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:0;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}#bbpress-forums div.row-actions{font-size:11px;visibility:hidden}#bbpress-forums li:hover>div.row-actions{visibility:visible}@media screen and (max-device-width:480px),screen and (-webkit-min-device-pixel-ratio:2){-webkit-text-size-adjust:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:left;float:left}div.bbp-search-form input,div.bbp-search-form button{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-topic-count,li.bbp-forum-reply-count,li.bbp-topic-voice-count,li.bbp-topic-reply-count{width:15%}span.bbp-reply-post-date{float:left}span.bbp-admin-links{clear:left;float:left}#bbpress-forums .bbp-forums-list li{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author{margin:-15px 10px 10px;min-height:100px;padding-left:80px;position:relative;text-align:left;width:100%}#bbpress-forums div.bbp-reply-author a.bbp-author-name{clear:none;display:inline-block;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar{position:absolute;top:15px;left:0;width:60px;height:auto}#bbpress-forums div.bbp-reply-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content{clear:both;margin:10px;padding:0}#bbpress-forums div.bbp-reply-content p{margin-bottom:1em}div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title,#bbpress-forums li.bbp-body li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count{width:20%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness{margin-top:7px}#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author{text-align:left;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content{margin-left:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_title,#bbpress-forums input#bbp_topic_tags{width:95%}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-reply-content{width:45%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar{width:40px;height:auto}}
#bbpress-forums hr {
	margin: 0 0 24px 0
}
#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 100%;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
	background-color: #fff;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: #fbfbfb;
}
body.reply-edit .reply {
	float: none;
}
#bbpress-forums div.reply {
	height: auto;
	width: 100%;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
	background-color: #f4f4f4;
}
#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
	background-color: #fee;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
	background-color: #fdd;
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #ccc;
}
#bbpress-forums ul {
	background:  none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#bbpress-forums ul.bbp-threaded-replies {
	margin-left: 50px;
}
#bbpress-forums li {
	background: none;
	margin: 0;
	list-style: none;
}
#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 {
	font-size: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 20px;
	clear: both;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
	clear: both;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	background: #f3f3f3;
	border-top: 1px solid #eee;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}
#bbpress-forums li.bbp-header {
	background: #eaeaea;
}
#bbpress-forums li.bbp-header ul {
	overflow: hidden;
}
#bbpress-forums .bbp-forums-list {
	margin: 0 0 0 5px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}
#bbpress-forums .bbp-forums-list li {
	display: inline;
	font-size: 11px;
}
#bbpress-forums li.bbp-footer p {
	margin: 0;
	line-height: 1em;
}
li.bbp-forum-info,
li.bbp-topic-title {
	float: left;
	text-align: left;
	width: 55%;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
	float: left;
	text-align: center;
	width: 10%;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
	text-align: center;
	float: left;
	width: 22%;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid #eee;
	overflow: hidden;
	padding: 8px;
}
li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
	float: right;
}
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
	background: none;
	border: none;
	font-size: 16px;
 	line-height: 1em;
 	margin: 8px 0;
	padding: 0;
	text-transform: none;
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	float: left;
	text-align: center;
	width: 115px;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
	border: none;
	max-width: 80px;
	padding: 0;
	margin: 12px auto 0 auto;
	float: none;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0 12px;
	word-break: break-word;
	display: inline-block;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	clear: left;
	display: block;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 11px;
	font-style: italic;
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
}
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 140px;
	padding: 0;
	text-align: left;
}
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
	margin-bottom: 0;
	overflow: hidden;
	padding: 8px;
}
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
	border-top: 1px solid #ddd;
	clear: both;
}
span.bbp-author-ip {
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	margin-left: 130px;
	padding: 12px 12px 12px 0;
	text-align: left;
}
#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
	clear: both;
	content: ".";
	display: block;
	float: none;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
	background: none;
	border: none;
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
	clear: none;
	line-height: 1em;
	margin: 24px 0;
	padding: 0;
}
#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
	max-width: 100%;
}
#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
	margin: 0 15px 15px;
	padding: 0;
}
#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
	list-style-type: disc;
}
#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
	list-style-type: decimal;
}
#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
	list-style-type: lower-alpha;
}
#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
	list-style-type: upper-roman;
}
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
	display: inline-block;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 0 5px;
	max-width: 95%;
	vertical-align: middle;
	margin-top: -3px;
}
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	display: block;
	line-height: 18px;
	margin: 0 0 24px;
	padding: 5px 10px;
	white-space: pre;
	overflow: auto;
}
#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	overflow-wrap: normal;
	overflow: auto;
	max-width: 100%;
}
#bbpress-forums div.bbp-reply-to {
	margin-left: 130px;
	padding: 12px 12px 12px 0;
	text-align: right;
}
#bbpress-forums div#bbp-cancel-reply-to {
	text-align: right;
}
div.bbp-breadcrumb {
	float: left;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 12px;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 10px
}
#bbpress-forums div.bbp-topic-tags {
	float: right;
}
#bbp-topic-hot-tags {
	clear: both;
}
#bbpress-forums #bbp-search-form {
	clear: left;
}
#bbpress-forums #bbp-search-form .hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	background: none;
	left: -999em;
}
#bbpress-forums #bbp-search-form #bbp_search {
	display: inline-block;
	width: auto;
}
#bbpress-forums div.bbp-search-form {
	float: right;
}
span.bbp-admin-links {
	float: right;
	color: #ddd;
}
span.bbp-admin-links a {
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
fieldset span.bbp-admin-links {
	float: left;
}
tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
	width: 50%;
}
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}
.bbp-row-actions #favorite-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	}
.bbp-row-actions #favorite-toggle a:hover {
	color: #5a5;
	border-color: #7c7;
	background-color: #beb;
}
.bbp-row-actions #favorite-toggle span.is-favorite a {
	color: #faa;
	border: 1px solid #faa;
	background-color: #fee;
}
.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
	color: #c88;
	border-color: #c88;
	background-color: #fdd;
}
.bbp-row-actions #subscription-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
}
.bbp-row-actions #subscription-toggle a:hover {
	color: #5a5;
	border-color: #7c7;
	background-color: #beb;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a {
	color: #faa;
	border: 1px solid #faa;
	background-color: #fee;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
	color: #c88;
	border-color: #c88;
	background-color: #fdd;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 11px;
	margin: 5px 0 5px;
	padding: 0;
	word-wrap: break-word;
}
#bbpress-forums p.bbp-topic-meta span {
	white-space: nowrap;
}
.bbp-pagination-count {
	float: left;
	border: 1px solid transparent;
}
.bbp-pagination-links {
	float: right;
	list-style: none;
	display: inline;
	}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
	display: block;
	float: left;
	padding: 0px 5px;
	margin-left: 5px;
	border: 1px solid #efefef;
	text-decoration: none;
}
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
	background: #eee;
	opacity: 0.8;
	border: 1px solid #ddd;
}
.bbp-pagination-links span.dots {
	display: block;
	float: left;
	padding: 1px 4px;
	margin-left: 5px;
}
.bbp-pagination {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.bbp-topic-pagination {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
}
.bbp-topic-pagination a {
	font-size: 10px;
	line-height: 10px;
	padding: 1px 3px;
	border: 1px solid #ddd;
	text-decoration: none;
}
#bbpress-forums fieldset.bbp-form {
	clear: left;
}
#bbpress-forums fieldset.bbp-form {
	border: 1px solid #eee;
	padding: 10px 20px;
	margin-bottom: 10px;
}
#bbpress-forums fieldset.bbp-form legend {
	padding: 5px;
}
#bbpress-forums fieldset.bbp-form label {
	margin: 0;
	display: inline-block;
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
	width: 100px;
}
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	margin: 0 0 8px;
}
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
	width: 97%;
	box-sizing: border-box;
}
textarea#bbp_forum_content {
	height: 210px;
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
	width: 200px;
	float: right;
	clear: none;
	margin-left: 25px;
}
#bbpress-forums fieldset select#bbp_forum_id {
	max-width: 200px;
}
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
	clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
	margin-right: 0;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	background-color: #efefef;
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	font-size: 10px;
	background-color: #f0fff8;
	border: 1px solid #CEEFE1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}
#merge_tag,
#delete_tag {
	display: inline;
}
div.bbp-submit-wrapper {
	margin-top: 15px;
	float: right;
	clear: both;
}
p.form-allowed-tags {
	max-width: 100%;
}
#bbpress-forums div.bbp-the-content-wrapper {
	margin-bottom: 10px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	width: 100%;
	margin: 0;
	font-size: 12px;
}
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper input {
	font-size: 12px;
	padding: 5px;
	margin: 0 2px 0 0;
	line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	padding: 5px;
	min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
	padding: 4px 4px 8px;
}
#bbpress-forums div.wp-editor-container {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
	line-height: 16px;
}
#bbpress-forums #bbp-your-profile fieldset {
	padding: 20px 20px 0 20px;
}
#bbpress-forums #bbp-your-profile fieldset div {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	clear: left;
}
#bbpress-forums #bbp-your-profile fieldset select {
	margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
	margin-bottom: 0;
	width: 60%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 5px 8px;
	border-radius: 0;
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	outline-color: rgba(240,255,240,0.1);
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
	width: auto;
}
#bbpress-forums #bbp-your-profile fieldset legend {
	display: none;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
	float: left;
	width: 20%;
	padding: 5px 20px 5px 0;
	text-align: right;
	cursor: pointer;
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
	text-align: left;
	width: 60%;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
	margin: 5px 0 0 20%;
	font-size: 12px;
	font-style: italic;
	float: left;
	clear: left;
	width: 60%;
	padding: 5px 8px;
	border: #cee1ef 1px solid;
	background-color: #f0f8ff;
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
	margin: 0;
	border: none;
	padding: 0;
	clear: none;
	float: none;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
	width: 60%;
	display: inline;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
	width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
	margin: 0;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
	margin-left: 0;
	margin-bottom: 20px;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
	float: right;
}
div.bbp-template-notice,
div.indicator-hint {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 0 15px;
	border-radius: 3px;
	background-color: #ffffe0;
	border-color: #e6db55;
	color: #000;
	clear: both;
}
div.bbp-template-notice a {
	color: #555;
	text-decoration: none;
}
div.bbp-template-notice a:hover {
	color: #000;
}
div.bbp-template-notice.info {
	border: #cee1ef 1px solid;
	background-color: #f0f8ff;
}
div.bbp-template-notice.important {
	border: #e6db55 1px solid;
	background-color: #fffbcc;
}
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
	background-color: #ffebe8;
	border-color: #c00;
}
div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
	color: #c00;
}
div.bbp-template-notice p {
	margin: 0.5em 0 6px 0 !important;
	padding: 2px;
	font-size: 12px;
	line-height: 140%;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	background-color: #ffffe0 !important;
	font-size: 1.1em;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	border-top: 1px dotted #ddd;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: #aaa;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
	list-style-type: none;
}
.bbp-login-form fieldset legend {
	display: none;
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
	padding: 5px;
}
.bbp-login-form label {
	width: 140px;
	display: inline-block;
}
#sidebar .bbp-login-form label {
	width: 70px;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
	margin-top: 10px
}
.bbp-login-form .bbp-submit-wrapper {
	text-align: right
}
.bbp-login-form .bbp-login-links a {
	float: left;
	clear: left;
}
.bbp-logged-in img.avatar {
	float: left;
	margin: 0 15px 0 0;
}
.bbp-logged-in h4 {
	font-weight: bold;
	font-size: 1.3em;
	clear: none;
	margin-bottom: 10px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	float: none;
	margin-bottom: -7px;
	border: 3px double #ddd;
}
fieldset div.avatar {
	float: right
}
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-left: 2px solid #eaeaea;
	margin-left: 5px;
	padding-left: 10px;
}
#bbpress-forums h1 {
	clear: none;
	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 10px;
}
#bbpress-forums #bbp-user-wrapper {
	float: left;
	width: 100%;
}
#bbpress-forums .bbp-user-section {
	overflow: auto;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
	font-size: 1.4em;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	clear: none;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
	clear: none;
}
#bbpress-forums #bbp-single-user-details {
	margin: 0;
	width: 150px;
	float: left;
	overflow: hidden;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
	margin: 0;
	width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border: none;
	height: 150px;
	padding: 0;
	margin: 0 0 20px 0;
	width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-description {
	float: none;
	margin-left: 180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
	float: none;
	margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
	margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	padding: 5px 8px;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #eee;
	opacity: 0.8;
}
#bbpress-forums #bbp-user-body {
	margin-left: 180px;
}
body.my-account #bbpress-forums {
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}
#bbpress-forums dl.bbp-user-capabilities {
	display: inline-block;
	vertical-align: top;
}

#bbpress-forums dl.bbp-user-capabilities dt {
	margin: 0 0 10px;
	text-transform: capitalize;
}

#bbpress-forums dl.bbp-user-capabilities dd {
	margin: 0;
	padding: 0;
}
#bbpress-forums div.row-actions {
	font-size: 11px;
	visibility: hidden;
}
#bbpress-forums li:hover > div.row-actions {
	visibility: visible;
}
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
	-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px) {
#bbpress-forums div.bbp-topic-tags {
	clear: left;
	float: left;
}
div.bbp-search-form input,
div.bbp-search-form button {
	font-size: 11px;
	padding: 2px;
}
li.bbp-forum-info,
li.bbp-topic-title {
	width: 45%;
}
li.bbp-forum-topic-count,
li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
	width: 15%;
}
span.bbp-reply-post-date {
	float: left;
}
span.bbp-admin-links {
	clear: left;
	float: left;
}
#bbpress-forums .bbp-forums-list li {
	display: block;
	font-size: 11px;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
	margin: -15px 10px 10px;
	min-height: 100px;
	padding-left: 80px;
	position: relative;
	text-align: left;
	width: 100%;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	clear: none;
	display: inline-block;
	margin-left: 0;
	word-wrap: break-word;
}
#bbpress-forums div.bbp-reply-author img.avatar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 60px;
	height: auto;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 12px;
	font-style: normal;
}
#bbpress-forums .bbp-body div.bbp-reply-content {
	clear: both;
	margin: 10px;
	padding: 0;
}
#bbpress-forums div.bbp-reply-content p {
	margin-bottom: 1em;
}
div.bbp-submit-wrapper {
	float: left;
}
#bbpress-forums fieldset.bbp-form {
	padding: 0 10px 10px;
}
#bbpress-forums #bbp-user-body {
	clear: both;
	margin-left: 0;
	word-wrap: break-word;
}
}
@media only screen and (max-width: 320px) {
#bbpress-forums div.bbp-search-form {
	margin-bottom: 10px;
}
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-body li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title,
#bbpress-forums li.bbp-body li.bbp-topic-title {
	width: 100%;
}
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title {
	text-align: center;
	text-transform: uppercase;
}
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
	width: 20%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
	width: 58%;
}
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
	margin-top: 7px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	font-size: 10px;
}
#bbpress-forums li.bbp-header div.bbp-reply-author {
	text-align: left;
	width: 25%;
}
#bbpress-forums li.bbp-header div.bbp-reply-content {
	margin-left: 25%;
}
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
	width: 14px;
	height: auto;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
	padding: 1px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
	width: 20px;
	height: 20px;
}
#bbpress-forums div.wp-editor-container {
	width: 100%;
	overflow: auto;
}
#bbpress-forums input#bbp_topic_title,
#bbpress-forums input#bbp_topic_tags {
	width: 95%;
}
}
@media only screen and (max-width: 240px) {
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
#bbpress-forums li.bbp-footer div.bbp-reply-author,
#bbpress-forums li.bbp-footer div.bbp-reply-content {
	width: 45%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness,
#bbpress-forums li.bbp-header div.bbp-reply-author,
#bbpress-forums li.bbp-header div.bbp-reply-content {
	clear: both;
	width: 100%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness {
	text-align: center;
}
#bbpress-forums li.bbp-body li.bbp-topic-freshness,
#bbpress-forums li.bbp-header div.bbp-reply-content {
	margin-left: 0;
	text-align: left;
}
#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
	display: inline-block;
}
#bbpress-forums li.bbp-header {
	overflow: hidden;
}
#bbpress-forums li.bbp-footer div.bbp-reply-content {
	display: inline-block;
	margin-left: 0;
}
#bbpress-forums li.bbp-body div.bbp-reply-author {
	min-height: 60px;
	padding-left: 60px;
}
#bbpress-forums div.bbp-reply-author img.avatar {
	width: 40px;
	height: auto;
}
}
.form-allowed-tags,
.bbp-template-notice,
.bbp-breadcrumb {
	display: none !important
}
li.bbp-topic-title {
	text-align: left !important
}
.bbp-reply-content {
	text-align: left !important
}




#pager {
	margin: 50px auto;
	overflow: hidden;
	max-width: 300px
}
.prev {
	border: solid 1px #006890;
	border-radius: 5px;
	float: left;
	padding: 0 10px;
	text-decoration: none
}
.next {
	border: solid 1px #006890;
	border-radius: 5px;
	float: right;
	padding: 0 10px;
	text-decoration: none
}
.prev:before {
	content: '\f104';
	font-family: FontAwesome;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0
}
.next:after {
	content: '\f105';
	font-family: FontAwesome;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0
}