/*body {
	margin: 0;
	font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
	overflow-x: hidden;
	position: relative;
	display: block
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}*/
.article-caution-statement {
	color: #999;
	font-size: 10px;
	line-height: 1.5;
	margin: 10px 0
}
.article-headline.level-2 {
	background: #eee;
	padding: 10px;
	font-size: 16px;
	border-radius: 2px
}
.article-headline.level-3 {
	border-left: 4px solid #eee;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 1px
}
.article-headline.level-4 {
	border: 1px solid #eee;
	font-size: 15px;
	padding-left: 15px
}
.article-show-page .pr-image {
	border-radius: 16px;
	margin-right: 5px;
	position: relative;
	top: 2px
}
.user-articles {
	display: -webkit-box;
	display: box;
	height: 48px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #808080;
	border-radius: 5px;
	background-color: #fff289
}
.user-articles .page {
	width: 42%
}
.user-articles .list {
	width: 16%;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080
}
.user-articles .link-text {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	font-weight: bold;
	line-height: 38px
}
.user-articles .link-text.no-link {
	color: #c7c7c7;
	font-weight: normal;
	background-color: #eee
}
.user-articles .prev .no-link {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid #808080
}
.user-articles .next .no-link {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #808080
}
.survey-part {
	font-size: 16px
}
.survey-part .description {
	margin-bottom: 10px
}
.survey-part .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.survey-part .ui-state-default {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545
}
.survey-part .ui-state-default.ui-state-active {
	border: 1px solid #ffa400;
	background: #ffc900;
	color: #fff
}
.survey-part .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b
}
.survey-part .survey-table {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.survey-part .ui-button {
	margin: 0 10px 10px 0;
	width: 80px;
	padding: .5em;
	line-height: normal;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}
.survey-part .survey-textarea {
	box-sizing: border-box;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	border-radius: 2px;
	padding: 5px;
	width: 100%;
	max-width: 100%;
	height: 100px
}
.survey-part .survey-submit {
	border: 1px solid #ffa400;
	background: #ffc900;
	width: 100%;
	display: block;
	border-radius: 4px;
	padding: 15px 0;
	text-align: center;
	color: #fff
}
.survey-part .survey-submit[disabled] {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	cursor: not-allowed
}
.survey-part .submit-result {
	margin-top: 10px
}
.infeed-ad-article {
	padding: 5px 10px;
	border: solid 1px #b9b9b9;
	border-radius: 5px;
	background-color: #f9f9f9;
	-webkit-border-radius: 0;
	-moz-border-radius: 10px;
	min-height: 70px
}
.infeed-ad-article .title {
	font-size: 12px
}
.infeed-ad-article .article-link {
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline
}
.relation-articles {
	margin-bottom: 5px
}
.relation-articles .content-title {
	background-color: #ffc900;
	color: #fff;
	padding: 3px 8px;
	font-size: 12px;
	font-weight: 700
}
.relation-articles iframe {
	width: 100%
}
.relation-articles a {
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
	min-height: 90px
}
.relation-articles img {
	width: 80px;
	height: 80px;
	position: relative;
	float: left;
	object-fit: cover
}
.relation-articles li {
	border-bottom: solid 1px #eee;
	padding: 10px
}
.relation-articles li:after {
	content: '';
	clear: both;
	display: block
}
.relation-articles .content {
	padding-left: 10px;
	overflow: hidden
}
.relation-articles .title {
	font-size: 14px;
	font-weight: bold
}
.relation-articles .user {
	color: #999;
	margin-top: 3px;
	font-size: 10px
}
.article-top {
	display: block;
	zoom: 1
}
.article-top .image-area {
	width: 100%;
	margin-bottom: 10px
}
.article-top .top-image {
	width: 100%;
	/* height: 200px;
	object-fit: cover */
}
.article-top .text-area {
	padding: 0 15px
}
.article-top .user-area {
	position: absolute;
	top: 165px;
	left: 10px;
	display: table
}
.article-top .user-area * {
	display: table-cell;
	vertical-align: middle
}
.article-top .user-area .user-image {
	width: 25px;
	height: 25px;
	border-radius: 40px;
	margin-right: 10px;
	object-fit: cover
}
.article-top .user-area .user-name {
	font-size: 10px;
	color: #fff
}
.article-top .pr-info-field .company-name {
	font-size: 10px;
	color: #b9b7ac
}
.article-top .title {
	color: #463a1c;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	margin-bottom: 10px
}
.article-top .summary {
	clear: both;
	font-size: 12px;
	color: #463a1c;
	margin-bottom: 12px;
	line-height: 1.5
}
.article-top .info {
	font-size: 10px;
	color: #b9b7ac;
	margin-bottom: 5px
}
.article-top .info:after {
	content: '';
	display: block;
	clear: both
}
.article-top .date {
	display: block;
	float: left
}
.article-top .view {
	display: block;
	float: right
}
.article-top .image-url {
	font-size: 10px;
	color: #b9b7ac
}
.article-button {
	padding: 0 15px
}
.article-parts-field {
	padding: 0 15px
}
.article-parts-field .part {
	margin-bottom: 10px
}
.article-parts-field .amazon {
	text-align: center;
	padding: 10px;
	border: solid 1px #b4b4b4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	min-height: 70px
}
.article-parts-field .conobie-quote {
	padding: 5px;
	border: solid 1px #b9b9b9;
	border-radius: 5px;
	background-color: #f9f9f9;
	-webkit-border-radius: 0;
	-moz-border-radius: 10px;
	min-height: 70px
}
.article-parts-field .conobie-quote .article-image {
	max-height: 70px;
	min-height: 70px;
	min-width: 70px;
	object-fit: cover;
	width: 70px;
	height: 70px;
	float: left
}
.article-parts-field .conobie-quote .link-title {
	margin-left: 80px;
	font-size: 12px
}
.article-parts-field .conobie-quote .article-title {
	margin-left: 80px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline
}
.article-parts-field .link {
	background-color: #f5f3f1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 20px
}
.article-parts-field .link .title {
	font-size: 12px
}
.article-parts-field .link .url {
	color: #999;
	font-size: 8px
}
.article-parts-field .picture .image {
	width: 100%
}
.article-parts-field .picture .caption {
	font-size: 10px
}
.article-parts-field .quote {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin: 30px 10px 15px;
	padding-bottom: 15px;
	position: relative
}
.article-parts-field .quote .quote-text {
	color: #333;
	font-size: 13px;
	font-weight: 700
}
.article-parts-field .article-text {
	color: #000;
	line-height: 1.5em;
	font-size: 14px;
	word-wrap: break-word
}
.article-parts-field .article-text a {
	color: #333;
	text-decoration: underline
}
.article-parts-field .video .caption {
	font-size: 10px
}
.article-parts-field .no-warp-link {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.article-parts-field .no-warp-link a {
	color: #999;
	font-size: 10px
}
.article-parts-field .ad-part iframe {
	width: 100%;
	height: 100%
}
.rectangle-ad {
	text-align: center;
	margin-bottom: 10px
}
.popin {
	margin-bottom: 10px
}
.article-show-page .article-page-ad-inside-article iframe {
	width: 100% !important;
	height: 105px !important
}
.article-show-page .article-page-ad-inside-article-top, .article-show-page .article-page-ad-inside-article-bottom {
	margin-bottom: -12px
}
.article-show-page .article-page-native-text-ad-inside-article iframe {
	width: -webkit-calc(100% - 0px) !important;
	width: calc(100% - 0px) !important;
	width: 98%;
	height: 60px !important
}
.article-show-page .article-page-under-relation-articles iframe {
	width: -webkit-calc(100% - 0px) !important;
	width: calc(100% - 0px) !important;
	width: 100%;
	height: 80px !important
}
.article-show-page .article-page-inside-article-native-field {
	background-color: #f9f9f9;
	clear: both;
	overflow: hidden;
	margin: 0 10px 10px;
	padding: 10px
}
.article-show-page .article-parts-field .link-part {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	background-color: #fdc700;
	box-shadow: 0 1px 1px 0 rgba(76, 76, 76, 0.5);
	text-align: center;
	border-radius: 6px;
	width: calc(100%-20px);
	padding: 15px 10px;
	display: block;
	text-decoration: inherit
}
.article-show-page .article-parts-field .link-part img {
	height: 30px;
	vertical-align: sub;
	margin-left: 10px
}
