@charset "utf-8";

#word_detail {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#word_detail a {
	text-decoration: none;
}
#word_detail a:hover {
	text-decoration: underline;
}

#word_detail a.link_u {
	text-decoration: underline;
}

#word_detail .ex_etc a{
	color: #060;
	font-weight: bold;
	text-decoration: underline;
}

#word_detail .accent_conclusion a{
	color: #060;
	font-weight: bold;
	text-decoration: underline;
}

/* 頭での説明 */
.h2ext {
	background-color: #808F12;
	color: #fff;"
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 24px;
}

.accent_wd {
	display: block;
	font-size:21px;
/*	color: #cc0000;*/
	color: #147616;
	font-weight: bold;
/*	text-shadow: 1px 5px 5px rgba(128, 0, 0, 0.3);*/
	text-shadow: 0px 1px 0px rgba(128, 0, 0, 0.2);
	padding: 15px;
	border: 1px solid #808F12;
	margin-bottom: -20px;
}

/* リンク */
#word_detail a {
	text-shadow: 0px 0px 0px rgba(0, 0, 128, 0.2);
}

#word_detail a:hover {
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
	color: #000088;
}

.sample_ex a {
	color: #003300;
	font-size:14px;
	line-height: 21px;
	text-shadow: 0px 0px 0px rgba(0, 0, 128, 0.2);
}

.sample_ex a:hover {
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
	color: #000088;
}


/* 免責事項 */
.disclaimer {
	font-weight: bold;
	line-height: 24px;
	border: 1px solid #147616;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* 投稿者 */
#posted_by {
	width: 95%;
	font-size: 14px;
	text-align: right;
}
#posted_by a {
	font-size: 14px;
}

/* 投稿日 */
#post_date {
	width: 98%;
	font-size: 12px;
	text-align: right;
}

/* SNS用ボタン */
#sns_btn_area {
	margin-top: 10px;
	width: 98%;
	text-align: right;
}

.sns_btn {
	float: right;
	margin-left: 10px;
}

/* 前後の用語 */
#prev_next_word {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* コピペ */
#cp_area {
	width: 95%;
	font-size: 12px;
	line-height: 12px;
}

.cp_text {
	width: 50%;
	margin-top: 5px;
}

/* その他オプション */
table.etc_option {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}

table.etc_option th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 10px;
}

table.etc_option td {
	border: solid 1px #666;
	padding: 10px;
}

table.etc_option th.opt {
	width: 20%;
}

table.etc_option th.note {
	width: 80%;
}

table.etc_option tr:first-child th:first-child {
	border-radius: 15px 0 0 0;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
table.etc_option tr:first-child th:last-child {
	border-radius: 0 15px 0 0;
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}
table.etc_option tr:last-child td:first-child {
	border-radius: 0 0 0 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
table.etc_option tr:last-child th:first-child {
	border-radius: 0 0 0 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
table.etc_option tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.search_item .now_selected {
	width:100px;
	display: block;
	float: left;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #ff0066;
}

/* 用語まとめ（「詳しく書くよ」内） */
.accent_conclusion {
	color: #060;
	font-weight: bold;
}
.accent_conclusion a{
	color: #060;
	font-weight: bold;
	text-decoration: underline;
}

/* アドセンス */
/* ads dummy start */

.ads_detail_sub {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.ads_detail_sub2 {
	width: 100%;
/*	border-top: 3px solid #333;*/
}

.word_detail_sub {
	max-width: 100%;
}
.word_detail_sub2 {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
/* ads dummy end */

/* 執筆者プロフィール */
#author_area {
	width: 96%;
	border-left: 3px solid #808F12;
	border-bottom: 3px solid #808F12;
	border-right: 3px solid #808F12;
	text-decoration: none;
	margin-left: 1%;
	padding: 10px;
	margin-bottom: 10px;
}

.author_title {
	width: 96%;
	border-left: 3px solid #808F12;
	border-bottom: 1px solid #333;
	border-right: 3px solid #808F12;
	border-top: 3px solid #808F12;
	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;
}

