/*************************
+ 見出し
*************************/

h1 {
	font-size: 1.43em  !important;
	font-weight: 700  !important;
	padding: 0px 15px;
	background: transparent;
	font-family: initial !important;
}

h1.kabu {
	border-left: solid 5px green;
}

h1.blog {
	border-left: solid 5px #6699C7;
}

h1.kabutool {
	border-left: solid 5px #B70A54;
	margin: 0 0 0.5em 0 !important;
}

h1.member {
	border-left: solid 5px #6699C7;
}

h2.kabu {
	font-size: 1.25em  !important;
	padding: 0px 12px;
	background: transparent;
	border-left: solid 4px #a3a3a3;

	margin: 22px 0px 16px 0px !important;
}

p.indent{
	padding-left: 1.5em;
}

.under strong {
	background: linear-gradient(transparent 85%, #95ccff 85%);
	padding: 0px 8px;
}

/*
p.point strong{
	padding: 0.5em 1em;
	margin: 2em 0;
	background: #FFF;
	border: solid 2px #95ccff;
	border-radius: 10px;
	font-weight: normal;
	color: #000;
}
*/

p.point {
	position: relative;
	margin: 2em 0;
	padding: 1.0em 1.4em;
	border: solid 2px #95ccff;
	border-radius: 8px;
}
p.point em{
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #95ccff;
	font-weight: bold;
	font-style: normal;
}



/*************************
+ アイコンFONT
*************************/

.icon-middle {
	vertical-align: middle;
}

a.none{
	text-decoration: none !important;
	box-shadow: initial !important;
}

/*************************
+ テーブルセル
*************************/

tr.center {
	text-align: center;
	white-space: nowrap;
}

td.center {
	text-align: center;
}

tr.right {
	text-align: right;
	white-space: nowrap;
}

td.right {
	text-align: right;
}

td.bold , tr.bold {
	font-size: 110%;
	font-weight: bold;
}

table.slim{

	margin-bottom: 10px !important;
}

.slim th , .slim td{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	vertical-align: middle;
}

.red{

	color: #cc0000 !important;
}

.green{

	color: green !important;
}

/*************************
+ お問い合わせ
*************************/

.contact-box {
	background-color: #FBFBFB;
	padding: 15px 20px;
	border-radius: 4px;
	margin-top: 25px;
	border: 1px solid #ddd;
}

.contact-box textarea{
	width: 98%;
}

.contact-box input[type="text"] , .contact-box input[type="email"]  {
	color: #000;
	margin: 5px 0px;
	width: 98%;
}

.contact-inner {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.contact-title {
	font-weight: bold;
}

/*************************
+ 掲示板用
*************************/

.form-allowed-tags {

	display: none;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	margin-left: 10px;
	width: 100%;
}

@media only screen and (max-width: 480px) {
	#bbpress-forums .bbp-body div.bbp-reply-author {
		min-height: 10px;
		padding-left: 10px;
	}
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
	background-color: initial;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: initial;
}

#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: initial;
}

span.bbp-admin-links a {
	font-size: 85%;
}

.entry #bbpress-forums a {
	-webkit-box-shadow: initial !important;
	box-shadow: initial !important;
}

/*************************
+ テーブルを横スクロール
*************************/

@media (max-width: 800px) {

	.sp-scrollable-table table {
		margin: 2em 0;
		max-width: 100%;
	}

	.sp-scrollable-table th,
	.sp-scrollable-table td {
		white-space: nowrap;
	}

	.sp-scrollable-table {
		overflow-x: auto;
		margin-bottom: 1em;
	}
}
