@charset "utf-8";

/* 免責事項 */
.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;
}

/* 違いタイトルh2用 */
.diff_h2 {
	background-color: #fff;
	color: #333;
	background-image: url("/img/clearness.gif");
	font-size: 16px;
	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;
	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);
}

/* 違いタイトル */
.diff_h3 {
	font-size: 16px;
	padding-top: 8px;
	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);
}

/* 違い文章エリア */
#diff_area p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#diff_area a {
	text-shadow: 0px 0px 0px rgba(0, 0, 128, 0.2);
	text-decoration: none;
}

#diff_area a:hover {
	text-decoration: underline;
}

#diff_area .ex_etc a{
	color: #006;
	font-weight: bold;
	text-decoration: underline;
}

/* 投稿日 */
#post_date {
	width: 100%;
	font-size: 12px;
	text-align: right;
}

/* SNS用ボタン */
#sns_btn_area {
	padding-top: 20px;
	width: 100%;
	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;
}

/* 執筆者プロフィール */
#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;
}

/* 用語リンク（違い一覧） */
.difflist_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;
}

.difflist_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;
}

.difflist_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;
}

.difflist_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;
}

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;
}

/* アドセンス */
/* ads dummy start */
.ads_diff_sub {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.ads_diff_sub2 {
	width: 100%;
/*	border-top: 3px solid #333;*/
}
.word_diff_sub {
	max-width: 100%;
}
.word_diff_sub2 {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
/* ads dummy end */
