#header {
	height: 89px !important;
}

#main-wrapper {
	margin-top: 83px !important;
}

/**
 * グローバルヘッダー - ロゴ
 */
#logo {
	margin-right: 38px !important;
}

#logo .logo_text {
	display: block;
	margin-bottom: 5px;
}

/**
 * グローバルヘッダー - 検索フォーム
 */
/*#headerInner .search {
    float: none;
    bottom: 31px;
    right: 0;
    position: absolute;
}*/

/**
 * グローバルヘッダー - ログインボタン
 */
/*#headerInner #registration {
    position: absolute;
    right: 198px;
    top: 44px;
    z-index: 99;
    padding: 0.3em 3em 0.3em 3em;
    border: 1px solid pink;
    border-radius: 10px;
    background-color: pink;
    font-size: 122%;
}
#headerInner #registration a {
	color: #fff;
}
#headerInner #login,
#headerInner #logout {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 99;
    position: absolute;
    right: 0px;
    top: 44px;
    z-index: 99;
    padding: 0.3em 3em 0.3em 3em;
    border: 1px solid #c2b8b8;
    border-radius: 10px;
    background-color: #fafafa;
    font-size: 122%;
}
#headerInner #login a {
	color: #000;
}*/

/**
 * グローバルヘッダー - ログインボタン
 */
.cbm_currentUserTotalLike {
	color: #00abed;
	font-weight: bold;
	position: absolute;
	right: 94px;
	top: 8px;
}

.cbm_currentUserTotalLike:before {
	background: url(../img/cbm_icon_like.png) no-repeat left top;
	content: "";
	height: 17px;
	left: -20px;
	position: absolute;
	top: 1px;
	width: 15px;
}

/**
 * グローバルヘッダー - ナビゲーション
 */

.cbm_headerNav_items {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.cbm_headerNav,
.cbm_headerNav_item,
.cbm_headerNav_anchor {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	position: relative;
}

/*.cbm_headerNav {
    bottom: -30px;
    left: 480px;
    position: absolute;
}*/

/*.cbm_headerNav_item {
	float: left;
	width: 125px;
}*/

.cbm_headerNav_item {
    position: relative;
    width: 100px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
}

.cbm_headerNav_item-review {
	margin-left: 16px;
}

.cbm_headerNav_anchor {
	color: #3959ce;
	font-weight: bold;
	padding: 0 14px 8px 35px;
}

.cbm_headerNav_item-review .cbm_headerNav_anchor {
	padding-left: 38px;
}

/*.cbm_headerNav_anchor:before {
	content: '';
	height: 18px;
	left: 14px;
	position: absolute;
	top: 0px;
	width: 15px;
}

.cbm_headerNav_item-post .cbm_headerNav_anchor:before {
	background: url(../img/cbm_icon_word.png) no-repeat left top #ffffff;
}

.cbm_headerNav_item-review .cbm_headerNav_anchor:before {
	background: url(../img/cbm_icon_comments.png) no-repeat left top #ffffff;
	width: 18px;
}*/

.cbm_headerNav_anchor:hover {
	text-decoration: none;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/*.cbm_headerNav_anchor:hover,
.cbm_headerNav_item.cbm_is_active .cbm_headerNav_anchor {
	border-bottom: solid 4px #3959ce;
	position: relative;
}

.cbm_headerNav_anchor:hover:after,
.cbm_headerNav_item.cbm_is_active .cbm_headerNav_anchor:after {
	bottom: -19px;
	border: solid 6px transparent;
	border-top: solid 9px #3959ce;
	content: "";
	left: 50%;
	margin-left: -6px;
	position: absolute;
}*/

/**
 * コンテンツ
 */
.companyBuzzMarketing {
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: right 6px;
	background-size: 20px auto;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 1px 3px 0px #cccccc;
	-moz-box-shadow: 0 1px 3px 0px #cccccc;
	box-shadow: 0 1px 3px 0px #cccccc;
	margin-bottom: 20px;
}

.cbm_wrapp {
	padding: 0 20px 20px;
}

/**
 * ヘッダー
 */
.cbm_header {
	background: url(../img/cbm_header.jpg) no-repeat left top #ffffff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	height: 168px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/**
 * タクソノミー毎の記事一覧
 */
.cbm_reviewPostSummary {
	border-top: dashed #969798 1px;
	margin: 0;
	padding-top: 15px;
}

.cbm_reviewPostSummary:first-of-type {
	border-top: none;
	padding-top: 0;
}

.cbm_reviewPostSummary_taxonomy {
	border-left: solid #3959ce 5px;
	color: #3959ce;
	font-size: 14px;
	line-height: 1;
	padding: 8px 0px 3px 8px;
}

.cbm_reviewPostSummary_taxonomy_name {
	font-size: 18px;
	font-weight: bold;
}

.cbm_reviewPostSummary_items {
	padding: 15px 10px 13px;
}

.cbm_reviewPostSummary_item {
	display: inline-block;
	margin-right: 30px;
}

.cbm_reviewPostSummary_item:last-child {
	margin-left: 0;
}

.cbm_reviewPostSummary_item a {
	color: #000000;
	text-decoration: underline;
	overflow: hidden;
	padding-left: 8px;
	position: relative;
}

.cbm_reviewPostSummary_item a:before {
	border: solid 4px transparent;
	border-left: solid 4px #ff8000;
	content: "";
	height: 0;
	left: 0px;
	position: absolute;
	top: 6px;
	width: 0;
}

.cbm_reviewPostSummary_item a:hover {
	color: #000000;
	text-decoration: none;
}

.cbm_reviewPostSummary_taxLink {
	font-size: 14px;
	padding-bottom: 8px;
	text-align: right;
}

.cbm_reviewPostSummary_taxLink_anchor {
	overflow: hidden;
	padding-right: 19px;
	position: relative;
	text-decoration: underline;
}

.cbm_reviewPostSummary_taxLink_anchor:hover {
	text-decoration: none;
}

.cbm_reviewPostSummary_taxLink_anchor:after {
	background: url(../img/cbm_icon_rr.png) no-repeat left top #ffffff;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	top: 3px;
	width: 14px;
}

/**
 * クチコミ検索フォーム
 */
.cbm_searchFormBlock {
	background: url("../img/cbm_bg_searchform.png") no-repeat left top #FFFFFF;
	height: 150px;
	overflow: hidden;
	padding: 0 20px 20px;
	position: relative;
}

.cbm_searchFormBlock .cbm_searchForm {
	padding-top: 107px;
}

.cbm_searchForm_text,
.cbm_searchForm_submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 30px;
	vertical-align: bottom;
}

.cbm_searchForm_text {
	width: 206px;
	border: solid 3px #3366CC;
	border-right: none;
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.cbm_searchForm_submit {
	width: 36px;
	text-indent: -9999px;
	background: url(../../../../themes/shukatsu-note/resources/images/icon_search.gif) no-repeat top left #3366CC;
	cursor: pointer;
	border: none;
}

.cbm_searchFormBlock .cbm_searchForm_text,
.cbm_searchFormBlock .cbm_searchForm_submit {
	height: 38px;
	line-height: 38px;
}

.cbm_searchFormBlock .cbm_searchForm_text {
	width: 535px;
}

.cbm_searchFormBlock .cbm_searchForm_submit {
	background-position: center center;
	width: 45px;
}

.cbm_header .cbm_searchFormBlock {
	bottom: 0;
	left: 0;
	position: absolute;
}

/**
 * 検索結果
 */
.cbm_reviewPostSearch {
	background-color: #fff;
	border: solid 2px #3366CC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.cbm_reviewPostSearch_anchor {
	color: #000000;
	display: block;
	overflow: hidden;
	padding: 12px 12px 10px;
	position: relative;
	text-decoration: none;
}

.cbm_reviewPostSearch_anchor:hover {
	color: #000000;
	text-decoration: none;
}

.cbm_reviewPostSearch_title {
	font-size: 16px !important;
	font-weight: bold !important;
	height: auto !important;
	padding: 0 !important;
}

.cbm_reviewPostSearch_title_count {
	font-size: 12px;
}

.cbm_reviewPostSearch_comment {
}

.cbm_reviewPostSearch_anchortext {
	color: #3366cc;
	float: right;
}

/**
 * 検索語句
 */
.cbm_searchQuery {
	color: #3366cc;
	font-size: 12px;
	font-weight: bold;
}

.cbm_searchQuery_text {
	font-size: 20px;
}

/**
 * 企業名申請フォームへの誘導リンク
 */
.cbm_gotoApplication {
	margin-bottom: 5px;
}

.cbm_gotoApplication_anchor {
	color: #000000;
}

.cbm_gotoApplication_anchor:hover {
	color: #000000;
	text-decoration: none;
}

.cbm_gotoApplication_text {
	color: #ff8000;
}

.cbm_gotoApplication_anchor:hover .cbm_gotoApplication_text {
	text-decoration: underline;
}

/**
 * 企業名申請フォーム
 */
#cbm_registerCompany {
	display: inline-block;
	margin-top: -70px !important;
	padding-top: 70px !important;
	vertical-align: top !important;
	width: 100%;
}

.cbm_registerCompany {
	background-color: #ff8000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	margin: 25px 0 0;
	padding: 20px 18px;
}

.cbm_registerCompany_header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cbm_registerCompany_form {
}

.cbm_registerCompany_form_textlabel,
.cbm_registerCompany_form_textField,
.cbm_registerCompany_form_send {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 35px;
	vertical-align: bottom;
}

.cbm_registerCompany_form_textlabel {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-right: 15px;
}

.cbm_registerCompany_form_textField {
	border: none;
	width: 69%;
}

.cbm_registerCompany_form_send {
	background-color: #ffc200;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	width: 98px;
}

.cbm_registerCompany_form_send:hover {
	color: #fff;
}

.cbm_registerCompany_message {
	display: none;
}

.cbm_registerCompany_message_text {
}

/**
 * ログインボタンのボックス
 */
#cbm_loginButtonBox {
	display: inline-block;
	margin-top: -70px !important;
	padding-top: 70px !important;
	vertical-align: top !important;
	width: 100%;
}

.cbm_loginButtonBox {
	background-color: #d8edff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin: 25px 0 0;
	padding: 20px 18px;
}

.cbm_loginButtonBox_text {
	margin-bottom: 15px;
}

.cbm_loginButtonBox_items {
	display: table;
	width: 100%;
}

.cbm_loginButtonBox_item {
	display: table-cell;
	text-align: center;
	width: 50%;
}

.cbm_loginButtonBox_anchor {
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	width: 242px;
}

.cbm_loginButtonBox_anchor-login {
	background: url(../img/cbm_button_blue.png) no-repeat top left;
}

.cbm_loginButtonBox_anchor-registr {
	background: url(../img/cbm_button_red.png) no-repeat top left;
}

.cbm_loginButtonBox_anchor:hover {
	color: #ffffff;
}

/**
 * ページ - お気に入り
 */
.page-single.favorites .archive-title {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cbm_favorites {
	margin-top: -19px;
	width: 100%;
}

.cbm_favorites_item {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px -1px #cccccc;
	box-shadow: 0 1px 3px -1px #cccccc;
	float: left;
	margin-bottom: 10px;
	padding: 0 !important;
	width: 50%;
}

.cbm_favorites_item-post {
	-webkit-border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}

.cbm_favorites_item-cbm_review {
	-webkit-border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
}

.cbm_favorites_label {
	cursor: pointer;
	display: block;
	padding: 12px 10px;
}

.cbm_favorites_switch {
	clear: both;
	display: none;
}

.cbm_favorites_content {
	clear: both;
	display: none;
}

.cbm_favorites_content-cbm_review > ul {
	margin-left: 0 !important;
}

.cbm_favorites_switch-cbm_review:checked + .cbm_favorites_item,
.cbm_favorites_switch-post:checked + .cbm_favorites_item {
	background-color: #00abed !important;
	color: #fff;
	font-weight: bold;
}

.cbm_favorites_switch-cbm_review:checked ~ .cbm_favorites_content-cbm_review,
.cbm_favorites_switch-post:checked ~ .cbm_favorites_content-post {
	display: block;
}

/**
 * シングルページ - タイトル
 */
.cbm_postHeader {
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

.cbm_postHeader_title {
	border-bottom: solid 2px #3366cc;
	color: #3366cc;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: -28px;
	padding-right: 90px;
}

.cbm_postHeader_title_text {
	font-size: 23px;
}

/**
 * シングルページ - トータルカウント & イイネカウント
 */
.cbm_postHeader_countBox {
	display: table;
	font-size: 10px;
	float: right;
}

.cbm_postHeader_countBox_wrapp {
	display: table-cell;
}

.cbm_postHeader_countBox_wrapp-comment {
}

.cbm_postHeader_countBox_wrapp-like {
	overflow: hidden;
	padding-left: 10px;
	position: relative;
}

.cbm_postHeader_countBox_text {
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	margin-right: 6px;
	position: relative;
	padding: 4px 10px 2px 25px;
}

.cbm_postHeader_countBox_wrapp-comment .cbm_postHeader_countBox_text:before {
	background: url(../img/cbm_icon_comment.png) no-repeat left top;
	content: "";
	height: 14px;
	left: 6px;
	position: absolute;
	top: 5px;
	width: 14px;
}

.cbm_postHeader_countBox_wrapp-like .cbm_postHeader_countBox_text:before {
	background: url(../img/cbm_icon_like.png) no-repeat left top;
	content: "";
	height: 17px;
	left: 7px;
	position: absolute;
	top: 3px;
	width: 15px;
}

.cbm_postHeader_countBox_text:after {
	border: solid 5px transparent;
	border-left: solid 6px #eee;
	content: "";
	height: 0;
	position: absolute;
	right: -11px;
	top: 7px;
	width: 0;
}

.cbm_postHeader_countBox_count {
}

/**
 * コメント - 未ログイン時のマスク
 */
.cbm_commentAria_noLoggedIn {
	background: url(../img/cbm_comment_mask.png) repeat-y left top #FFFFFF;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.cbm_commentAria_noLoggedIn_anchorBox {
	left: 50%;
	margin: -33px 0 0 -146.5px;
	position: absolute;
	top: 50%;
}

.cbm_commentAria_noLoggedIn_anchor {
	background: url(../../../../themes/shukatsu-note/resources/images/apply-author-btn_bg.png) no-repeat top left;
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 66px;
	line-height: 66px;
	text-align: center;
	width: 293px;
}

.cbm_commentAria_noLoggedIn_anchor:hover {
	color: #ffffff;
}

.cbm_commentAria_noLoggedIn_notice {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 17px;
}

/**
 * コメント - コメントフォーム
 */
.comment-respond {
	clear: both;
	margin-bottom: 20px;
	position: relative;
	z-index: 9999;
}

.comment-reply-title {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 22px;
	position: relative;
}

.comment-reply-title:before {
	background: url(../img/cbm_icon_entry.png) repeat-y left top;
	content: "";
	height: 19px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.comment-respond:nth-of-type(2) {
	margin-top: 30px;
}

.comment-form {
}

.comment-form .form-allowed-tags {
	color: #9b9c9d;
	font-size: 12px;
}

.comment-form .form-submit {
}

.comment-form .form-submit #submit,
.comment-form .form-submit .submit {
	background: url(../img/cbm_button_blue.png) no-repeat top left;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	width: 242px;
}

.comment-form .form-submit #submit:hover,
.comment-form .form-submit .submit:hover {
	text-decoration: underline;
}

.comment-form-comment {
}

.comment-form-comment textarea {
	background-color: #f4f5f6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	width: 100%;
}

/**
 * コメント - コメントリスト
 */
.cbm_commentAria {
}

.cbm_commentAria_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	padding-left: 24px;
	position: relative;
}

.cbm_commentAria_title:before {
	background: url(../img/cbm_icon_comments.png) no-repeat left top;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 18px;
}

#js-cbm_commentAria_items {}

#js-cbm_commentAria_items div[id^="comment-"] {
	display: inline-block;
	margin-top: -70px !important;
	padding-top: 70px !important;
	vertical-align: top !important;
	width: 100%;
}

.cbm_commentAria_item {
	border-bottom: dashed #969798 1px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.cbm_commentAria_item .avatar {
	float: left;
	margin-right: 12px;
}

.cbm_commentAria_item .fn {
	display: block;
	float: left;
}

.cbm_commentAria_item .published {
	display: block;
	float: right;
}

.cbm_commentAria_item p {
	clear: both;
	padding: 10px 0;
}

/**
 * コメント - 返信ボタン
 */
.cbm_commentAria_item .reply {
	background: url(../img/cbm_button_gray.png) no-repeat top left;
	float: right;
	height: 25px;
	margin: 0 15px 15px 0;
	position: relative;
	width: 84px;
	z-index: 9999;
}

.cbm_commentAria_item .comment-reply-link,
.cbm_commentAria_item .comment-reply-login {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 1px 0 0 23px;
}

.cbm_commentAria_item .comment-reply-link:hover,
.cbm_commentAria_item .comment-reply-login:hover {
	color: #ffffff;
	text-decoration: none;
}

/**
 * コメント - イイネ ! ボタン
 */
.cbm_commentLike {
	float: right;
	position: relative;
	z-index: 9999;
}

.cbm_commentLike_button {
	background: url(../img/cbm_button_water.png) no-repeat top left;
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	text-align: center;
	width: 72px;
}

.cbm_commentLike_count {
	border: solid 1px #aeafb0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	position: relative;
	vertical-align: middle;
}

.cbm_commentLike_count:before {
	border: solid 5px transparent;
	border-right: solid 5px #aeafb0;
	content: "";
	left: -10px;
	top: 7px;
	position: absolute;
}

.cbm_commentLike_count:after {
	border: solid 5px transparent;
	border-right: solid 5px #ffffff;
	content: "";
	left: -9px;
	top: 7px;
	position: absolute;
}

.cbm_commentLike_loading {
	display: inline-block;
	vertical-align: middle;
}

/**
 * コメント - ページネーション
 */
.navigation.pagination {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.navigation.pagination .screen-reader-text {
	display: none;
}

.navigation.pagination .page-numbers {
	background-color: #375bd1;
	border: solid 1px #375bd1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	line-height: 35px;
	padding: 0 14px;
}

.navigation.pagination .page-numbers.current {
	background-color: #fff;
	color: #000;
}

/**
 * ウィジェット
 */
.cbm_popular_company_widget {
	background-color: #fff;
}

.cbm_popular_company_widget_total {
	background: url(../img/cbm_icon_say.png) no-repeat center right;
	border-bottom: solid 1px #3366cc;
	color: #3366cc;
	font-size: 13px;
	padding-top: 5px;
}

.cbm_popular_company_widget_totalCounter {
	font-size: 21px;
	font-weight: bold;
	margin-left: 8px;
}

.cbm_popular_company_widget_title {
	border-bottom: solid 1px #3366cc;
	color: #3366cc;
	font-size: 23px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

.cbm_popular_company_widget_title_inner {
}

.cbm_popular_company_widget_items {
	margin-top: 10px;
}

.cbm_popular_company_widget_item {
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}

.cbm_popular_company_widget_item:before {
	border: solid 4px transparent;
	border-left: solid 4px #3366cc;
	content: "";
	height: 0;
	left: 12px;
	position: absolute;
	top: 16px;
	width: 0;
}

.cbm_popular_company_widget_anchor {
	border-bottom: dashed 1px #c7c8c9;
	display: block;
	padding: 10px 0 5px 30px;
}

.comment-form p {
	margin-bottom: 10px;
}

.comment-form-author input,
.comment-form-email input {
	border: 1px solid rgb(169, 169, 169);
	background-color: #f4f5f6;
}
