@charset "utf-8";

#word_detail {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#word_detail a {
	text-decoration: none;
}
#word_detail a:hover {
	text-decoration: underline;
}

.accent_wd {
	display: block;
	font-size:16px;
	color: #006;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(128, 0, 0, 0.2);
	padding: 10px;
	border: 1px solid #aaa;
	margin-bottom: -30px;
}
#word_detail .accent_wd a {
	font-size:16px;
	color: #006;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(128, 0, 0, 0.2);
	text-decoration: underline;
}

#word_detail .ex_etc a{
	color: #003;
	font-weight: bold;
	text-decoration: underline;
}

#word_detail .ex_cmd a {
	color: #003;
	font-weight: bold;
	text-decoration: underline;
}


/* 免責事項 */
.disclaimer {
	width: 92%;
	margin-left: 2%;
	font-weight: bold;
	line-height: 24px;
	border: 3px solid #006;
	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;
}

/* SNS用ボタン */
#sns_btn_area {
	margin-top: 10px;
	width: 95%;
	text-align: right;
}

.sns_btn {
	float: right;
	margin-left: 10px;
}


/* 前後の用語 */
#prev_next_word {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

/* 用語リンク（その他） */
.etc_item {
	width: 98%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	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: 8px;
	padding-bottom: 8px;
	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;
}

/* コマンドオプション */
table.cmd_option {
	font-size: 14px;
	line-height: 21px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: solid 1px #006;
	text-align: left;
	word-break: break-all;
	border-collapse: separate;
	border-spacing: 0;
}

table.cmd_option th {
	background-color: #6E329D;
	color: #ffe;
	border: solid 1px #006;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.cmd_option td {
	border: solid 1px #006;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.cmd_option td a {
	font-size: 14px;
	line-height: 21px;
}

table.cmd_option th.opt {
	width: 20%;
}

table.cmd_option th.note {
	width: 80%;
}

/* その他オプション */
table.etc_option {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #006;
	text-align: left;
	word-break: break-all;
	border-collapse: separate;
	border-spacing: 0;
}

table.etc_option th {
	background-color: #6E329D;
	color: #ffe;
	border: solid 1px #006;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.etc_option td {
	border: solid 1px #006;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.etc_option td a {
	font-size: 14px;
	line-height: 21px;
}

table.etc_option th.opt {
	width: 20%;
}

table.etc_option th.note {
	width: 80%;
}

/* 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;*/
}

.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;
}
/* ads dummy end */

/* 執筆者プロフィール */
#author_area {
	width: 92%;
	border-left: 3px solid #006;
	border-bottom: 3px solid #006;
	border-right: 3px solid #006;
	text-decoration: none;
	margin-left: 2%;
	padding: 10px;
	margin-bottom: 10px;
}

.author_title {
	width: 92%;
	border-left: 3px solid #006;
	border-bottom: 1px solid #006;
	border-right: 3px solid #006;
	border-top: 3px solid #006;
	background-image: url("/img/clearness.gif");
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 2%;
}

.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;
}

.search_type_area_detail {
	width: 100%;
	height: 36px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.search_type_area_detail .link {
	width: 40%;
	float: left;
	border: 1px solid #006;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}

.search_type_area_detail .link a {
	width: 100%;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 32px;
}
.search_type_area_detail .link a:hover {
	background-color: #6E329D;
	color: #fff;
}
