@charset "utf-8";

/***** word_labelを「display: none;」に設定する *****/
/* 用語名（サブ） */
.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);
}

#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: #006;
	font-weight: bold;
	text-decoration: underline;
}

#word_detail .ex_cmd a{
	color: #060;
	font-weight: bold;
	text-decoration: underline;
}

/* 各エリアを表示する or しない */
.detail_p_disp {
	display: none;
	width: 98%;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	color: #606;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail_p_hidden {
	display: none;
	width: 98%;
	text-align: right;
	font-size: 14px;
	color: #999;
}

/* 用語サブタイトル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 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-left: 3%;
	padding-bottom: 4px;
	border-left: 5px solid #353535;
	border-bottom: 1px solid #666;
	font-weight: bold;
	-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_1 a {
/*	text-decoration: underline;*/
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_2 a {
/*	text-decoration: underline;*/
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_3 a {
/*	text-decoration: underline;*/
	color: #333;
	display: block;
	width: 100%;
}

#detail_h3_4 a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_4 a:hover {
	text-decoration: underline;
}

#detail_h3_5 a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_5 a:hover {
	text-decoration: underline;
}

#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;
}

#detail_h3_8 {
	clear: both;
}

#detail_h3_8 a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_8 a:hover {
	text-decoration: underline;
}

#detail_h3_9 a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
}
#detail_h3_9 a:hover {
	text-decoration: underline;
}

.detail_h3 img {
	vertical-align: middle;
}

#etc_section_area {
	margin-bottom: 5px;
}

/* 用語説明欄 */
.detail_p {
	margin-bottom: 0px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.detail_hidden_p {
	margin-bottom: 0px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.link_hidden_p {
	text-decoration: underline;
}
.link_hidden_p a {
	font-size: 12px;
	color: #999;
}
.link_disp_p {
	text-decoration: underline;
}


/* 用語最初 */
.accent_wd {
	display: block;
	width: 98%;
	margin-left: 2%;
}

.accent_wd .brackets{
	font-size: 17px;
	color: #c33;
}

/* 「簡単に書くよ」内の補足説明※いずれ消す */
.accent_wd_exp {
	font-size: 16px;
	color: #666;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.accent_exp_hidden {
	font-size: 16px;
	color: #666;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	display: none;
}
.icon_hatena {
	display: none;
	vertical-align: middle;
}


/* 用語まとめ（「詳しく書くよ」内） */
.accent_conclusion {
	font-size: 17px;
	color: #c00;
	font-weight: bold;
}
#word_detail .accent_conclusion a{
	font-size: 17px;
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
}

.accent_conclusion .brackets{
	font-size: 16px;
	color: #c33;
}

#word_detail .accent_conclusion .brackets a{
	font-size: 16px;
	color: #c33;
}


/* 用語まとめ */
.last_accent {
	font-size: 16px;
	line-height: 36px;
}
/* 用語まとめの説明 */
.last_accent_exp {
	color: #c00;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(128, 0, 0, 0.2);
	font-size: 18px;
}
/* 用語まとめの説明-カッコ書き */
.last_accent_exp .brackets {
	font-size: 17px;
	color: #c33;
}

/* その他の例（1行丸々） */
.ex_etc {
	font-size: 17px;
	color: #006;
	font-weight: bold;
}

#word_detail .ex_etc a {
	font-size: 17px;
	color: #006;
	font-weight: bold;
	text-decoration: underline;
}

.ex_etc .brackets {
	font-size: 16px;
	color: #225;
	font-weight: bold;
}

#word_detail .ex_etc .brackets a{
	font-size: 16px;
	color: #225;
	font-weight: bold;
}


/* 免責事項 */
.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;
}

/* SNS用ボタン */
#sns_btn_area {
	margin-top: 10px;
	width: 95%;
	text-align: right;
}

.sns_btn {
	float: right;
	margin-left: 10px;
}

/* カテゴリ */
#word_tag_area {
	clear: both;
	margin-bottom: 5px;
	width: 95%;
	text-align: right;
/*	border-top: 1px solid #333;*/
}

/* 追記 */
#more_info_area {
	width: 98%;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 2%;
	word-break: break-all;
	font-size: 14px;
	line-height: 24px;
}

#more_info_area a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
}

.more_subtitle {
	color: #030;
	font-weight: bold;
}

.more_list {
	list-style-type: none;
}

.more_list li {
	padding-bottom: 12px;
}

/* ポイント */
/* ads dummy start */
#point_and_ads_area {
	width: 100%;
}
#point_info_area2 {
	width: 100%;
}
/* ads dummy end */

#point_info_area {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width:52%;
	margin-right: 10px;
}
#point_info_title_area {
	width: 230px;
	border: 1px solid #fff;
	position: relative;
	top: 10px;
	left:0px;
	background-color: #fff;
	font-weight: bold;
	color: #006;
}
#point_info_sub_area {
	width: 90%;
	height: auto;
	min-width: 348px;
	min-height: 243px;
	border: 1px solid #006;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	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;
	-webkit-box-shadow: 0 5px 4px -4px #777;
	-moz-box-shadow: 0 5px 4px -4px #777;
	box-shadow: 0 5px 4px -4px #777;
	word-break: break-all;
}

#point_info_sub_area p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 15px;
	color: #300;
}

#point_info_sub_area a {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 15px;
}

#point_info_sub_area img {
	vertical-align: middle;
}

#point_info_sub_area .brackets {
	font-size: 14px;
	color: #633;
}

/* ads dummy start */
.ads_detail_point {
	width: 336px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ads_detail_sub_point {
	width: 336px;
}
.ads_label_detail_point {
	width: 336px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -5px;
	color: #333;
	font-size: 10px;
}

.word_detail_point {
	width: 336px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.word_detail_sub_point {
	width: 336px;
}
.word_label_detail_point {
	width: 336px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -5px;
	color: #333;
	font-size: 10px;
}
/* ads dummy end */


#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;
}

/* 用語リンク（その他）2016-06-01 add */
#etc_area2 {
	clear: both;
}

#etc_area2_2 {
	clear: both;
	text-align: right;
}

#etc_area2_2 a{
	clear: both;
	text-align: right;
}

.etc_item2 {
	width: 160px;
	height: auto;
	min-height: 160px;
	padding: 10px;
	border:dotted 1px #c1c1c1;
	text-align: center;
	float: left;
	margin-bottom: 2px;
}

.etc_item2_img{
	position: relative;
}

.etc_item2_title {
	background-color: #333;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.etc_item2_title a {
	color: #fff;
	display:block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.etc_item2_title a:hover {
	text-decoration: underline;
}

.etc_item2 img {
	width: 160px;
	height: 160px;
	border:solid 1px #c1c1c1;
}

.etc_item2 img:hover {
	border:solid 1px #000;
}

/* コピペ */
#cp_area {
	width: 95%;
	font-size: 12px;
	line-height: 12px;
}

.cp_text {
	width: 50%;
	margin-top: 5px;
}

/* コマンドオプション */
table.cmd_option {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	word-break: break-all;
	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.cmd_option th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 10px;
}

table.cmd_option td {
	border: solid 1px #666;
	padding: 10px;
}

table.cmd_option th.opt {
	width: 20%;
}

table.cmd_option th.note {
	width: 80%;
}

/***********************************
table.cmd_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.cmd_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.cmd_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.cmd_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;
}
***********************************/

/* その他オプション */
table.etc_option {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	word-break: break-all;
	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;
}
***********************************/

table.table1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	word-break: break-all;
	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.table1 th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 10px;
}

table.table1 td {
	border: solid 1px #666;
	padding: 10px;
}

/***********************************
table.table1 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.table1 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.table1 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.table1 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.table1 tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
***********************************/

table.table2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: solid 1px #666;
	text-align: left;
	word-break: break-all;
	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.table2 th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 10px;
}

table.table2 td {
	border: solid 1px #666;
	padding: 10px;
}

/***********************************
table.table2 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.table2 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.table2 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.table2 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.table2 tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
***********************************/


#updatelist_sub_area {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#updatelist_sub_area a {
	display:block;
	font-size: 14px;
	width:auto;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#updatelist_sub_area 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;
}

#newlist_sub_area {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#newlist_sub_area a {
	display:block;
	font-size: 14px;
	width:auto;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#newlist_sub_area 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;
}

#disp_history_sub_area {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#disp_history_sub_area a {
	display:block;
	font-size: 14px;
	width:auto;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#disp_history_sub_area 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;
}

/* 執筆者プロフィール */
#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: 100%;
	height: auto;
	clear: both;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	overflow: hidden;
}

.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 */

#translate_info_area {
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 2%;
	word-break: break-all;
	font-size: 14px;
	line-height: 24px;
}

#translate_subtitle {
	color: #030;
	font-weight: bold;
}

/* 検索キーワード */
#search_word_area {
	width: 98%;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 2%;
	word-break: break-all;
	font-size: 14px;
	line-height: 24px;
}

#search_word_area a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
}

#search_word_subtitle {
	color: #030;
	font-weight: bold;
}


.search_word_list {
	list-style-type: none;
}

.search_word_list li {
	padding-bottom: 12px;
}
