@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.new:before {
	content: url(../images/icon_new.gif);
}


.headerSection {
	border-bottom: thin #000 solid;
}

.headerSection ul {
	margin: 20px 0 0;
	padding: 0;
	display: table;
	width: 100%;
}
.headerSection ul li {
	list-style-type:none;
	display: table-cell;
}

#serviceTitle {
	text-align: center;
	padding: 0;
	width: 60%;
	font-size: 32px;
	font-weight: 100;
}
#headerMenu {
	text-align: left;
	padding-left: 10px;
	width: 15%;
	font-size: 16px;
}
#LoginName {
	text-align: center;
	padding: 0;
	width: 15%;
	font-size: 24px;
}
#headerMenu span {
	background-color: #A18B72;
	padding: 6px 7px 4px ;
	border-radius: 5px;
	color: #fff;
}

/***ぱんくず***/
p.bread {
	margin: -20px 0 20px -50px;
	font-size: 13px;
}

p.bread a {
	text-decoration:underline;
	color: #0020D5;
}


/***メイン***/
.bodySection {
}

.contentsWrapper {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 870px;
}

ul.listbtn {
	padding: 0;
	margin: 20px 0 0 0;
	width: 870px;
	display: table;
}

ul.listbtn li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 290px;
	display: table-cell;
}

.listbtn dl {
	margin: 0;
	padding: 0;
}

.listbtn dl dd {
	margin: 0;
	padding-left: 10px;
	font-size: 12px;
	color: #0020D5;
	text-decoration: underline;
}

.infoSection {
	margin-top: 50px;
}

.infoSection ul {
	width: 400px;
	margin: 0 15px 0;
	padding: 0;
	float: left;
}

.infoSection ul li {
	list-style-type:none;
}

.infoTitle {
	font-size: 21px;
	line-height: 0.8;
}

.infoList {
	border: thin solid #000;
	padding: 5px;
	height: 120px;
	overflow: scroll;
}

.infoList dl {
	margin: 0;
	padding: 0;
}

.infoList dl dd {
	margin: 0;
	padding-left: 10px;
	font-size: 12px;
	color: #0020D5;
}
span.infoCate {
	color: #000;
}
span.infoText {
	text-decoration: underline;
}


/***プレイヤーセクション****/

.playerSection {
	position: relative;
}

.playerArea {
	position:absolute;
	left:-50px;
	top: 25px;
	width: 645px;
	/*border: thin solid #000;*/
	padding-left: 45px;
	background: url(../images/playerBG.png) no-repeat left top;
}

.Oneday {
	margin-left: 100px;
}

.playListArea {
	position:absolute;
	margin: 0;
	left:640px;
	top: 25px;
	width: 280px;
	padding: 0 0 0 20px;
	/*border: thin solid #f00;*/
}

span.text001 {
	color: #555;
}

.sentaku {
	margin:0 0 0 160px;
	padding: 10px 0 10px 0;
	clear: both;
}

dl.playList {
	margin: 0;
	padding: 0;
}

dl.playList dt {
	font-size: 14px;
	text-decoration: underline;
	line-height:1.6;
	color: #0020D5;
}

dl.playList dd {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #999;
	margin-bottom: 10px;
}

.playListArea ul {
	width: 240px;
	padding: 0;
	margin-top: 160px;
}

.playListArea ul li {
	list-style-type:none;
}

.infoTitle2 {
	font-size: 15px;
	line-height: 0.8;
}

.infoList2 {
	border: thin solid #000;
	padding: 5px;
	height: 120px;
	overflow: scroll;
}

span.text002 {
	font-size: 14px;
}

ul.comment {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.comment li {
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	border: 1px solid #bbb;
	border-radius: 6px;
	width: 200px;
	margin-left: 60px;
	float: left;
}

.commentLine {
	margin: 20px 0;
}

/***検定***/

.ktiText001 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.ktiText002 {
	font-size: 18px;
}

.ktiText003 {
	font-size: 16px;
	text-align: right;
}

/**検定-問題囲み**/
.ktiQuestion {
	border-top: #00B587 double 4px;
	border-bottom: #555 dotted 2px;
	padding: 10px 0 10px 0;
	margin-bottom: 40px;
}

.ktiQuestion p.no {
	text-align: right;
	margin: 0;
}

.ktiQuestion dl dt {
	font-size: 32px;
	float: left;
	clear: both;
}

.ktiQuestion dl dd {
	border-left: 2px solid #999;
	margin-left: 60px;
	padding-left: 15px;
	font-size: 18px;
}

.ktiChoice {
	padding-left: 40px;
	margin: 0 0 40px 0;
}

ul.submit {
	margin: 0 0 0 160px;
	padding: 0;
	width: 100%;
}

ul.submit li {
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	border: 1px solid #bbb;
	border-radius: 6px;
	width: 200px;
	margin-left: 60px;
	float: left;
	color: #000;
}

ul.submit li:hover {
	background-color: #999;
	color: #fff;
}

/**検定-結果囲み**/
.ktiResult {
	border-top: #00B587 double 4px;
	padding: 50px 0 0 0;
	margin-bottom: 40px;
	text-align: center;
}

.ktiResult p {
	color: #0020D5;
	text-decoration:underline;
}

/***フッターセクション****/

.footerSection {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	height: 100px;
	width: 100%;
}