.hentry.category-article .entry-taxonomy, .hentry.category-article aside {
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}


.taggedArchive header h2 {
	margin-top: 0;
}

.taggedArchive article + article {
	margin-top: 36px;
}


table.commOptions caption, table.refundTable caption {
	visibility: hidden;
	padding: 0;
	height: 0;
}

.optionsIncludedImg {
	width: 150px;
}

.optionsIncluded td {
	vertical-align: middle;
}


.hentry .entry-header .posted-on {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.0909090909;
	font-weight: 600;
	float: right;
}

.byline, .updated:not(.published) {
  display: none;
}

#comments {
	padding: 0;
}
#reply-title {
	clear: both;
	text-transform: lowercase;
	margin: 36px 0 12px;
	font-family: Yesteryear, Noto Sans JP, sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.0909090909;
}



#respond {
	padding: 0;
	background: none;
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit {
	color: #fff;
	font-family: Quicksand, Noto Sans JP, sans-serif;
	line-height: 1.111;
	font-size: 18px;
	font-weight: 500;
	text-transform: lowercase;
	word-break: break-word;
}

table.refundTable tbody td, table.refundTable tbody th {
	vertical-align: middle;
}

table.refundTable tbody td, table.refundTable thead th {
	text-align: center;
}

table.refundTable th:first-child {
  width: 180px;
}



/* contact page */
table.commOptions {
	min-width: 335px;
	margin: 0;
}

table.commOptions td:first-of-type, table.commOptions th:nth-child(2n) {
	min-width: 106px;
	padding-right: 0;
}


@media (min-width: 569px) and (max-width: 830px), (max-width: 410px) {
	.optionsIncluded td {
		display: block;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.optionsIncludedImg {
		margin: auto;
	}
}



/**  SIDEBAR + WIDGETS  **/
.widget-area {
	margin-top: 48px;
}
.widget {
  margin: 0 0 3.706325903em;
}

.right-sidebar .content-area {
    width: 64.85%;
    margin-right: 2.82%;
}

.right-sidebar .widget-area {
    width: 31.555%;
}

.widget_jumpto {
	box-shadow: 0px 0px 5px 0px rgba(203, 23, 120, 0.1875);
	/*opacity: .25;
	position: fixed;*/
	padding: 20px;
	/*width: 332px;*/
}

.widget-area h2 {
	margin-top: 0;
	line-height: .9;
}
.widget-area > div > div + div {
	margin-top: 30px;
}

.widget_jumpto a + a {
	margin-top: 15px;
}

.widget_jumpto ul {
	margin-bottom: 0;
	margin-left: 15px;
}

.widget_jumpto li {
	display: flex;
	align-items: start;
	color: #3fc0ef;
}

.widget-area .widget {
  font-size: .875em;
  font-weight: 400;
}

.widget-area .widget a:not(.button):not(.components-button):hover, .hentry .entry-content a:not(.button):not(.components-button):hover {
    text-decoration: underline;
}
.widget-area .widget a:not(.button):not(.components-button) {
    font-weight: 500;
    text-decoration: none;
}

.goToPostArchive {
	text-align: right;
	margin-top: 30px;
	display: block;
}

.widget-area .widget a.button {
	color: #fff;
}

#backToTopLink {
	position: fixed;
    bottom: 2.617924em;
    right: 2.617924em;
    background: rgba(255,255,255,.85);
	box-shadow: 0px 0px 5px 0px rgba(203, 23, 120, 0.1875);
	padding: 20px;
}


@media (min-width: 569px) and (max-width: 767px) {
	.right-sidebar .content-area {
	    float: left;
	}

	.right-sidebar .widget-area {
	    float: right;
	}
}
	
@media (max-width: 568px) {
	.right-sidebar .content-area {
	    width: 100%;
	    margin-right: 0;
	}

	.right-sidebar .widget-area {
	    width: 100%;
	}
	
	.widget {
		margin: 30px 0 0;
	}
	
	#main .widget a:not(.button):not(.components-button):hover, .hentry .entry-content a:not(.button):not(.components-button):hover {
		text-decoration: underline;
	}
	#main .widget a:not(.button):not(.components-button) {
		font-weight: 500;
		text-decoration: none;
	}

	.widget > div + div {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
  .right-sidebar .widget-area {
    float: right;
    margin-right: 0;
  }
  .right-sidebar .content-area {
    float: left;
  }
    .content-area, .widget-area {
    margin-bottom: 2.617924em;
  }
}

/**  END SIDEBAR + WIDGETS  **/
