@charset "utf-8";

/* コラムタイトル */
.column_h3 {
	font-size: 16px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-left: 5px solid #353535;
	border-bottom: 1px solid #353535;
/*	border-top: 1px solid #353535;
	border-right: 1px solid #353535; */
	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);
}

/* コラム文章エリア */
#column_area p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#column_area a {
	text-shadow: 0px 0px 0px rgba(0, 0, 128, 0.2);
	text-decoration: none;
}

#column_area a:hover {
	text-decoration: underline;
}

/* コラムのテーマ */
.theme {
	color: #006600;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0, 128, 0, 0.2);
}

/* 引用文 */
.quoted_from {
	color: #003300;
	display: block;
	width: 95%;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: -16px;
	margin-left: auto;
	margin-right: auto;
}

/* コラムの結論 */
.conclusion {
	color: #cc0000;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(128, 0, 0, 0.2);
}

#column_area .conclusion a {
	color: #cc0000;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(128, 0, 0, 0.2);
	text-decoration: underline;
}

/* 文章内強調表示・弱*/
.column_accent1 {
	color: #930;
}
/* 文章内強調表示・弱2*/
.column_accent2 {
	color: #039;
}

/* 文章内強調表示・弱3*/
.column_accent3 {
	color: #006600;
}

/* 文章内強調表示・強*/
.column_accent_w1 {
	color: #930;
	font-weight: bold;
}
#column_area .column_accent_w1 a {
	color: #930;
	font-weight: bold;
	text-decoration: underline;
}

/* 文章内強調表示・強2*/
.column_accent_w2 {
	color: #039;
	font-weight: bold;
}
#column_area .column_accent_w2 a {
	color: #039;
	font-weight: bold;
	text-decoration: underline;
}

/* 文章内強調表示・強3*/
.column_accent_w3 {
	color: #006600;
	font-weight: bold;
}
#column_area .column_accent_w3 a {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

/* 文章内強調表示・ボックス*/
.box_accent {
	color: #003300;
	display: block;
	width: 95%;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: -16px;
	margin-left: auto;
	margin-right: auto;
}

/* 投稿者 */
#posted_by {
	width: 95%;
	font-size: 14px;
	text-align: right;
}
#posted_by a {
	font-size: 14px;
}

/* 投稿日 */
#post_date {
	width: 95%;
	font-size: 12px;
	text-align: right;
}

/* SNS用ボタン */
#sns_btn_area {
	padding-top: 20px;
	width: 95%;
	text-align: right;
}

.sns_btn {
	float: right;
	margin-left: 10px;
}

/* 追記 */
#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;
}

.more_subtitle {
	color: #003300;
	font-weight: bold;
}

/* ads dummy start */
.ads_column {
/*	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_column_sub {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.ads_column_sub2 {
	width: 100%;
	border-top: 0px solid #333;
}

.word_column {
/*	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_column_sub {
	max-width: 100%;
}
.word_column_sub2 {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
/* ads dummy end */

/* 執筆者プロフィール */
#author_area {
	width: 92%;
	border-left: 3px solid #333;
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
	text-decoration: none;
	margin-left: 2%;
	padding: 10px;
	margin-bottom: 10px;
}

.author_title {
	width: 92%;
	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: 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;
}

/* 用語リンク（コラム一覧） */
.columnlist_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;
}

.columnlist_item .now_selected {
	width:95%;
	display: block;
	font-weight:bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ff0066;
}

.columnlist_item a {
	width:95%;
	display: block;
	font-weight:bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.columnlist_item a:hover {
	background-color: #fff;
	text-decoration: underline;
}

/* 前後の用語 */
#prev_next_word {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* テーブル */
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 th.word {
	width: 30%;
}

table.table1 th.note {
	width: 70%;
}

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;
}
