@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;
}

/* タイトル */
.examination_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);
	clear: both;
}

/* 文章エリア */
#examination_area p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#examination_area a {
	text-shadow: 0px 0px 0px rgba(0, 0, 128, 0.2);
	text-decoration: none;
}

#examination_area a:hover {
	text-decoration: underline;
}

#examination_area .ex_etc a{
	color: #006;
	font-weight: bold;
	text-decoration: underline;
}

/* 投稿日 */
#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: 21px;
}

.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;
}

/* 前後の用語 */
#prev_next_word {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
}

#prev_next_word a {
	font-size: 18px;
}


/* テーブル */
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: 20px;
	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.table_question {
	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;
}

table.table_question th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 10px;
}

table.table_question td {
	border: solid 1px #666;
	padding: 10px;
}

table.table_question td.original_word {
	border-bottom: 1px dashed #aaa;
}

table.table_question td.piyo_iyaku {
	color: #906;
	border-top: 1px dashed #aaa;
}

table.table_question td.piyo_iyaku .brackets {
	color: #906;
	font-size: 15px;
}

table.table_question td.piyo_iyaku .brackets a {
	font-size: 15px;
}


/* 解答選択肢 */
table.table_choices {
	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;
}

table.table_choices th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 10px;
}

table.table_choices td {
	border: solid 1px #666;
	padding: 10px;
}

table.table_choices td.original_word {
	border-bottom: 1px dashed #aaa;
}

table.table_choices td.piyo_iyaku {
	color: #906;
	border-top: 1px dashed #aaa;
}

table.table_choices td.piyo_iyaku .brackets {
	color: #906;
	font-size: 15px;
}

table.table_choices td.piyo_iyaku .brackets a {
	font-size: 15px;
}


/* 正解 */
table.table_answer {
	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;
}

table.table_answer th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 10px;
}

table.table_answer td {
	border: solid 1px #666;
	padding: 10px;
}

table.table_answer td.original_word {
	border-bottom: 1px dashed #aaa;
}

table.table_answer td.piyo_iyaku {
	color: #906;
	border-top: 1px dashed #aaa;
}

table.table_answer td.piyo_iyaku .brackets {
	color: #906;
	font-size: 15px;
}

table.table_answer td.piyo_iyaku .brackets a {
	font-size: 15px;
}

/* 文中解答選択肢 */
.answer_style {
	font-size: 14px;
	color: #666;
}

/************************************
h3#examination_h3_difficulty {
	display: none;
}
p#p_difficulty {
	font-weight: bold;
	padding: 20px;
	line-height: 36px;
	display: none;
}
************************************/

/* 難易度設定 */
/* ads dummy start */
#difficulty_and_ads_area {
	width: 100%;
}
#difficulty_info_area2 {
	width: 100%;
}
/* ads dummy end */

#difficulty_info_area {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width:52%;
	margin-right: 10px;
}
#difficulty_info_title_area {
	width: 230px;
	border: 1px solid #fff;
	position: relative;
	top: 10px;
	left:0px;
	background-color: #fff;
	font-weight: bold;
	color: #006;
}
#difficulty_info_sub_area {
	width: 90%;
	height: auto;
	min-width: 328px;
	min-height: 233px;
	border: 1px solid #006;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-top: 30px;
	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;
}

#difficulty_info_sub_area p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
	color: #300;
}

#difficulty_info_sub_area input {
	margin-bottom: 20px;
}

#difficulty_info_sub_area a {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}

#difficulty_info_sub_area img {
	vertical-align: middle;
}

/* アドセンス */
/* ads dummy start */
.ads_examination_difficulty {
	width: 336px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ads_examination_sub_difficulty {
	width: 336px;
}
.ads_label_examination_difficulty {
	width: 336px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -5px;
	color: #333;
	font-size: 10px;
}
.ads_examination_sub {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.ads_examination_sub2 {
	width: 100%;
/*	border-top: 3px solid #333; */
}
.word_examination_difficulty {
	width: 336px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.word_examination_sub_difficulty {
	width: 336px;
}
.word_label_examination_difficulty {
	width: 336px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -5px;
	color: #333;
	font-size: 10px;
}
.word_examination_sub {
	max-width: 100%;
}
.word_examination_sub2 {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
/* ads dummy end */
