<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--		__トップページ 10/08/03 ishikawa
----------------------------------------------------*/
h1{
	margin:30px 0 30px -9px;
}
#introduction p{
	margin-bottom:15px;
}
#introduction p.listTitle{
	margin-left:7px;
}
#introduction p.btn{
	padding:30px 0;
	text-align:center;
}
#introduction p.btn img{
	display:inline;
}
#introduction ul{
	margin:-10px 0 15px;
	padding:10px;
	border:#c2f2f2 1px solid;
	background-color:#d4fafa;
}
#introduction ul li{
	clear:both;
}
#introduction ul li span,
#introduction ul li p{
	float:left;
}
#introduction ul li span{
	margin-right:5px;
}
#introduction ul li.attention{
	margin-left:48px;
	list-style:none;
	color:#ff0000;
}

/*--		__フェーズ1'
----------------------------------------------------*/
#page{
	width:100%;
}
#game{
	margin:0 auto 10px;
	width:930px;
	padding:10px;
	border:#eaf5fa 2px solid;
	background-color:#fafcfc;
}
.format_button{
	margin:0 0 10px 10px;
	clear:left;					/* 100713 ikawa add*/
}
.format_button input{
	display:block;
}
#first , #bs , #pl{
	margin:5px 0;
	padding:10px;
	width:910px;
}
#first{
	overflow:hidden;
	background:url(../img/first_bg.gif) left top repeat-x #f09b02;
}
#bs{
	clear:both;
	background:url(../img/bs_bg.gif) left top repeat-x #69b934;
}
#pl{
	background:url(../img/pl_bg.gif) left top repeat-x #51abe5;
}
img{
	display:block;
	margin:0 auto;
}
table th , table td{
	padding:5px 3px;
	border:#ccc 1px solid;
	background-color:#fff;
}
table th{
	color:#339bbb;
	font-weight:bold;
}
.middle{
	width:90px;
}
#pl .middle{
	width:150px;
}
.question{
	width:400px;
	float:left;
    min-height:140px;
	height:auto !important;
	height:140px;
	background:url(../img/title_question_bg.gif) left top repeat-x #fff;
	padding-bottom:18px;
	border:#ccc 1px solid;
	position:relative;
}
.button{
	text-align:right;
}
.button input{
	vertical-align:bottom;
}
.question p{
	margin:5px;
}
.question .count{
	font-size:108%;
	font-weight:bold;
	position:absolute;
	bottom:0;
	right:5px;
}
.caption{
	background:url(../img/title_bg.gif) left top repeat-x;
	text-align:center;
	padding:0;
	border-bottom:none;
}
.sortingBox{
	float:right;
	background:url(../img/arrow_first.gif) left center no-repeat;
	padding-left:65px;
}
.sorting th{
	text-align:center;
	background-color:#eaf5fa;
}
.sorting  select{
	width:95px;
}
#bs table , #pl table{
	width:910px;
}
#bs table .before_item{
	width:110px;
}
#bs table .before_value{
	width:90px;
}
#bs table .after_item{
	width:90px;
}
#bs table select{
	width:120px;
}
#bs table .after_value{
	width:105px;
}
#bs table .interval{
	width:20px;
	background-color:transparent;
}
#pl table .before_item{
	width:200px;
}
#pl table .before_value{
	width:224px;
}
#pl table .after_item{
	width:190px;
}
#pl table select{
	width:180px;
}
#pl table .after_value{
	width:220px;
}
#pl table .interval{
	width:25px;
	background-color:transparent;
}
#pl table .erase{
	background-color:#51abe5;
	border:0px none;
}
.sum{
	background:url(../img/sum_bg.gif) left bottom repeat-x #eaf5fa;
}
.interval{
	border-top:0px none;
	border-bottom:none;
}
.arrow{
	margin-right:190px;
}

.num_right{
	text-align:right;
}


/*-- ▼ 問題ジャンプ関連 10/07/12 ikawa add start

ul.jump{
	margin:10px;
}

ul.jump li{
	float:left;
	margin-right:5px;
	border:1px #3366ff solid;
	font-weight:bold;
	position:relative;
	width:2.5em;
	text-align:center;
}
ul.jump li.prev, ul.jump li.next{
	border:none;
	width:5em;
}
ul.jump li.min, ul.jump li.max{
	border:none;
	width:2em;
}
ul.jump li a{
	position:relative;
	display:block;
	padding:3px 8px;
	color:#3366ff;
}
ul.jump li a:link, ul.jump li a:visited{
	text-decoration:none;
}

ul.jump li a:hover{
	background-color:#aaddff;
	text-decoration:none;
}

ul.jump em{
	display:block;
	padding:3px 8px;
	background:#fafcfc;
	color:#808080;
}
ul.jump li.jump_no em{
	background:#b3b3b3;
}
-------------------------------------------------------------------------------*/



/*----------- ▼ ジャンプ 10/07/27 ishikawa add start -------------------------*/

.hint_button{
	margin:0 0 10px 10px;
}
ul.jump{
	width:900px;
	margin:0 auto 10px;
	padding:5px 10px 0;
	overflow:hidden;
	text-align:center;
	background-color:#e1ebf0;
}

ul.jump li{
	font-weight:bold;
	display:inline;
	font-size:93%;
}
ul.jump li a,
ul.jump em{
	display:inline-block;
	margin:0 3px 5px;
	padding:3px 5px;
	border:#cadae0 1px solid;
	text-decoration:none;
}
ul.jump li a{
	color:#3366ff;
	background-color:#eaf5fa;
}
ul.jump li a:hover{
	background-color:#daebf2;
	border:#73c5e5 1px solid;
}
ul.jump em{
	background:#fafcfc;
	color:#808080;
}
/*----------- ▲ ジャンプ 10/07/27 ishikawa add end   -------------------------*/</pre></body></html>