/********************************
* TOPページ
*********************************/

.top_progress_all{
	background:url(../../images_201809_update_spi/background/top_progress_all.png) 0 0 no-repeat;
	background-size:739px 45px;
}

/*--------------------------------------------------------
* リストタグ
--------------------------------------------------------*/

/* none */

#top #main ul{
	margin-bottom:35px;
	margin-right:25px;margin-left:25px;/* 【左右マージン】 */
}
#top #main ul li{
	list-style-type:none;
	margin-bottom:10px;
}

/* disc */

#top #main ul.ul_disc{
	margin-right:25px;margin-left:45px;/* 【左右マージン】 */
}
#top #main ul.ul_disc li{
	padding:0;
	list-style:disc;
}
#top #main ul.ul_disc li.none{
	list-style:none;
}

/* OL */

#top #main ol{
	margin-bottom:35px;
	margin-right:25px;margin-left:25px;/* 【左右マージン】 */
}
#top #main ol li{
	margin-bottom:10px;
	list-style:none;
}



/********************************
* SUBページ
*********************************/

#main p.table_title{
	font-weight:bold;
	margin-bottom: 5px;
	line-height: 1.6;
}

/* 上付き文字、下付き文字 */
#main span.sub{
	font-size:80%;

}
#main span.sup{
	font-size:80%;
	vertical-align:super;
}

/* index_table の差分 */
.index_table th.label_priority img{
	position:relative;
	left:10px;
}

/* h2 */
#gaiyou h2{ background:url(../../images_201809_update_spi/background/h2_010_gaiyou.png) 0 0 no-repeat;background-size:739px 55px;}
#gengo h2{ background:url(../../images_201809_update_spi/background/h2_020_gengo.png) 0 0 no-repeat;background-size:739px 55px;}
#higengo h2{background:url(../../images_201809_update_spi/background/h2_030_higengo.png) 0 0 no-repeat;background-size:739px 55px;}
#eng h2{ background:url(../../images_201809_update_spi/background/h2_040_eng.png) 0 0 no-repeat;background-size:739px 55px;}
#cab h2{ background:url(../../images_201809_update_spi/background/h2_050_cab.png) 0 0 no-repeat;background-size:739px 55px;}
#smartphone h2{ background:url(../../images_201809_update_spi/background/h2_060_smartphone.png) 0 0 no-repeat;background-size:739px 55px;}
#information h2s{ background:url(../../images_201809_update_spi/background/h2_070_information.png) 0 0 no-repeat;background-size:739px 55px;}
#information h2{
	background:url(../../images_201809_update_spi/background/h2_999_information.png) 0 0 no-repeat;
	background-size:739px 55px;
}

/********************************
* h3 difficulty, limit_time
*********************************/
h3 div.difficulty_image img{
	width:150px;
	height:30px;
}

/* スマートフォン版のために利用。（スマホ版では難易度、時間が並ぶ場合に縮小表示。）
  explain.phpやnoTagContent.phpでhtml直書きをされた場合に対応するため、デスクトップ版にも
  ダミーとしてスタイルを用意。（普通のdifficlty_imageと同じ） */
h3 div.difficulty_image_without_limit_time{
	position:absolute;
	bottom:5px;
	right:0px;
}

h3 div.difficulty_image img{
	width:150px;
	height:30px;
}

h3 div.limit_time_image{
	position: absolute;
	bottom: 5px;
	right:160px;
}

h3 div.limit_time_image img{
	width:140px;
	height:30px;
}

/* answer_box */
.answer_box .answer{
	margin-bottom:30px;
	font-size:16px;
	margin:0 22px 35px 22px;/*左右22, 下35pxマージン*/
}

/* answer_button */
button.button_answer_without_check_small{
	display:inline;
	color:#d87f4e;
	border:1px solid #2cb1ea;
	background-color:#ffffff;
	color:#2cb1ea;
	cursor:pointer;
	padding:10px 20px;
	border-radius:35px;/* オーバーしているが問題無し */
	margin-bottom:30px;
}
/* チェックありと無しのボタンを二つ置く場合に使用（question.php） */
button.button_answer_without_check_mini{
	display:inline;
	color:#333333;
	border:1px solid #888888;
	background-color:#ffffff;
	font-size:14px;
	margin-right:25px;/* right に配置するのでmarginを設定 */
	cursor:pointer;
	padding:5px 10px;
	border-radius:35px;/* オーバーしているが問題無し */
	margin-bottom:10px;
}


/* selection table */
table.selection_table td{
	text-align:left;
	padding:10px;
	border:solid 1px #dddddd;
	cursor:pointer;
}
table.selection_table td.selected{
	background:#f9dfbb
}

/* ○× */
.answer_write_area {
	position: relative;
}
#batu {
	position: absolute;
	top :-47px;
	left:calc(50% - 47px);
	display: none;
}
#maru {
	position: absolute;
	top :-47px;
	left:calc(50% - 47px);
	display: none;
}

/* TOPページ用 */
.batu {
	position: absolute;
	top :-47px;
	left:calc(50% - 47px);
	display: none;
}
.maru {
	position: absolute;
	top :-47px;
	left:calc(50% - 47px);
	display: none;
}

div.javascript_initial_data{
	display:none;
}


/***************************************
* 制限時間タイマー
****************************************/
/* 簿記では使っていないので、更新と同義 */
#timer_box{
	width:688px;
	height:36px;
	clear:both;
	margin-bottom:20px;
	background:url(../../images_201809_update/background/timer.png) 0 0 no-repeat;
	background-size:688px 36px;
	position:relative;
}
#timer_box #limit dt{
	position:absolute;
	top:6px;
	left:6px;
}
#timer_box #limit dt div{
	width:58px;height:18px;
	padding:2px 3px;
	border-radius:5px;
	border:1px solid #ff6060;
	background-color:#ff6060;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-right:auto;margin-left:auto;
	text-align:center;
	color:#ffffff;
	font-size:14px;
}
#timer_box #limit dd{
	position:absolute;
	top:5px;
	left:82px;
	font-size:90%;
}
#timer_box #limit dd span{
	font-size:135%;
	padding-right:2px;
	padding-left:2px;
}
#timer_box #signal{
	position:absolute;
	top:3px;
	left:220px;
}
#timer_box #signal li{
	float:left;
}
#timer_box .button{
	position:absolute;
	top:6px;
	right:10px;
	width:58px;
	height:25px;
	display:inline;
	color:#333333;
	border:1px solid #888888;
	background-color:#ffffff;
	cursor:pointer;
	padding:3px 2px;
	border-radius:12px;/* オーバーしているが問題無し */
	font-size:80%;
}
#timer_invisible{
	display:none;
}
#no_timer{
	position:absolute;
	top:9px;
	left:285px;
}
#time_over{
	display:none;
	position:absolute;
	top:8px;
	left:325px;
}

/***************************************
* SPI にて追加
***************************************/

/***************************************
* SNS
****************************************/
/*
*#social_button_box {
*	width: 1004px;
*	height:25px;
*	margin-bottom:15px;
*	overflow: hidden;
*	position: relative;
*}
*#social_button_box ul {
*   	margin: 0;
*	overflow: hidden;
*	position: absolute;
*	top: 0;
*	right: 3px;
*}
*#social_button_box li {
*    float: left;
*    margin: 0 0 0 1em;
*}
*/
/* index_table 対策優先度*/

.index_priority {
	position: absolute;
	top: 21px;
	left: 15px;
}
.index_priority_middle {
	position: absolute;
	top: 41px;
	left: 15px;
}
.index_paper {
	position: absolute;
	top: 54px;
	left: 15px;
}
.index_testcenter {
	position: absolute;
	top: 54px;
	left: 68px;
}
.index_web {
	position: absolute;
	top: 54px;
	left: 121px;
}

/* 対策優先度 */

.priority_table {
	position: relative;
}

/* divstyle 「SPIについて」大カテゴリの2レベル ordered list にて使用。 */
.index_table td.icon_with_title_level_1{
	background:0 0 no-repeat;background-size:34px 34px;
	background-position: 20px 38px;
	font-size:19px;
	padding-left:73px;
}
.index_table td.icon_with_title_level_2{
	background:url(../../images_201809_update/list/number_puff_no_number_mini.jpg) 0 0 no-repeat;background-size:34px 34px;
	background-position: 30px 38px;
	font-size:19px;
	padding-left:83px;
}
.index_table td.number_of_contents{
	font-size:15px;
	text_align:center;
}

/***************************************
* 暗記しよう！
****************************************/

.word_check {
border-radius: 10px;
padding: 20px;
overflow: hidden;
font-weight: bold;
font-size: 14px;
line-height: 26px;
margin-bottom:35px;
background-color: #EAF8FF;
}
.word_check_inner {
overflow: hidden;
}
.word_check dl dt {
	float: left;
	color: #2DB9F5;
	width: 30px;
}
.word_check dl {
	float: left;
	width: 33%;
}
.word_check .word {
	cursor: pointer;
}
.word_check .word:hover {
	color: #2DB9F5;
}
.word_checkAnswer{
	padding: 20px;
	color: #2DB9F5;
	border: 3px solid #2DB9F5;
	background-color: #fff;
	border-radius: 9px;
	margin-bottom:35px;
	clear: both;
	font-size:14px;
	font-weight:bold;line-height:24px;
}
