@charset "utf-8";

/* 用語名（サブ） */
.word_sub {
	font-size: 12px;
}

#word_detail {
/***
	width: 92%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 2%;
***/
	width: 98%;
	border-top: 1px solid #ccc;
	padding: 10px;
	word-break: break-all;
	clear: both;
}

#word_detail strong {
	text-shadow: 0px 1px 0px rgba(0, 0, 128, 0.2);
}

/* 用語サブタイトルh2用 */
.detail_h2 {
	background-color: #fff;
	color: #333;
	background-image: url("/img/clearness.gif");
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 3%;
	padding-bottom: 4px;
	border-left: 5px solid #353535;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #666;
	-webkit-box-shadow: 0 5px 4px -4px #777;
	-moz-box-shadow: 0 5px 4px -4px #777;
	box-shadow: 0 5px 4px -4px #777;
	text-shadow: 1px 3px 4px rgba(0, 0, 128, 0.3);
}

#detail_h3_6 a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_6 a:hover {
	text-decoration: underline;
}

#detail_h3_7 a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_7 a:hover {
	text-decoration: underline;
}

#etc_section_area {
	margin-bottom: 5px;
}

/* 用語説明欄 */
.detail_p {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 0px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* 用語最初 */
.accent_wd {
	font-size: 20px;
	line-height: 34px;
	display: block;
	width: 98%;
	margin-left: 2%;
}

/* 「一言でまとめるよ」内の補足説明 */
.accent_exp_hidden {
	font-size: 18px;
	color: #666;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	display: none;
}
.icon_hatena {
	display: none;
	vertical-align: middle;
}


/* 免責事項 */
.disclaimer {
	font-weight: bold;
	line-height: 24px;
	border: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* 投稿日 */
#post_date {
	width: 95%;
	font-size: 12px;
	text-align: right;
}

/* カテゴリ */
#word_tag_area {
	clear: both;
	margin-bottom: 5px;
	width: 95%;
	text-align: right;
/*	border-top: 1px solid #333;*/
}


#detail_line01 {
	margin-bottom: 10px;
}

/* 前後の用語 */
#prev_next_word {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* 用語リンク（その他） */
.etc_item {
	width: 98%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:dotted 1px #c1c1c1;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.etc_item a {
	width:auto;
	font-weight:bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background-color: #eee;
	-webkit-box-shadow: 0 5px 4px -4px #777;
	-moz-box-shadow: 0 5px 4px -4px #777;
	box-shadow: 0 5px 4px -4px #777;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.etc_item a:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 4px -4px #777;
	-moz-box-shadow: 0 5px 4px -4px #777;
	box-shadow: 0 5px 4px -4px #777;
}

/* コピペ */
#cp_area {
	width: 95%;
	font-size: 12px;
	line-height: 12px;
}

.cp_text {
	width: 50%;
	margin-top: 5px;
}

/* 執筆者プロフィール */
#author_area {
	width: 96%;
	border-left: 3px solid #333;
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
	text-decoration: none;
	margin-left: 1%;
	padding: 10px;
	margin-bottom: 10px;
}

.author_title {
	width: 96%;
	border-left: 3px solid #333;
	border-bottom: 1px solid #333;
	border-right: 3px solid #333;
	border-top: 3px solid #333;
	background-image: url("/img/clearness.gif");
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 1%;
}

.author_img_area {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.author_img_area img {
	width: 104px;
	height: 104px;
}

.author_prof_area{
}

.author_name{
	font-size: 24px;
}
.author_prof{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.author_prof a{
	font-size: 14px;
	line-height: 24px;
}

.author_prof_more {
	border-top: 1px solid #aaa;
	padding-top: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.author_prof_more a {
	font-size: 12px;
	line-height: 18px;
}

/* アドセンス */
/* ads dummy start */
.ads_detail {
/*	width: 728px;*/
	width: 95%;
/*	height: 90px;*/
	height: auto;
	clear: both;
	display: block;
/*	margin-left: auto;
	margin-right: auto;*/
	margin-top: 15px;
	margin-bottom: 15px;
/*	border: 1px solid #ccc;*/
	background-color: #fff;
}

.ads_detail_sub {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.ads_detail_sub2 {
	width: 100%;
/*	border-top: 3px solid #333;*/
}
.ads_detail_sub3 {
	width: 100%;
}

.word_detail2 {
/*	width: 728px;*/
	width: 95%;
/*	height: 90px;*/
	height: auto;
	clear: both;
	display: block;
/*	margin-left: auto;
	margin-right: auto;*/
	margin-top: 15px;
	margin-bottom: 15px;
/*	border: 1px solid #ccc;*/
	background-color: #fff;
}

.word_detail_sub {
	max-width: 100%;
}
.word_detail_sub2 {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.word_detail_sub3 {
	width: 100%;
}
/* ads dummy end */

#link_detail {
	font-size: 20px;
}

#link_detail a {
	font-size: 20px;
	text-decoration: underline;
}
