@font-family :"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
@font-size: 13px;
@baseLine : 18px;

#amino_content_wrap{
	width: 698px;
	margin: 0 auto;
	margin-bottom: 40px;
	h1{
		margin: 0px;
		padding: 0px;
		img{
			vertical-align: bottom;
		}
	}
	nav{
		background: url(/images/mypage/amino/bg_amino_pattern_01.jpg) repeat;
		position: relative;
		ul{
			width: 665px;
			margin: 0px auto;
			padding: 20px 0px;
			li{
				float: left;
				margin-right: 5px;
				&:nth-child(3n){
					margin-right: 0px;
					}
				span{
					font-family: @font-family;
					font-size: @font-size;
					display: block;
					padding: 110px 22px 0 18px;
					padding-bottom: 0px;
					line-height: @baseLine;
					}
				}
			#nav1{
				background: url(/images/mypage/amino/nav_amino_1.png) no-repeat 0 0;
				width: 218px;
				height: 189px;
				}
			#nav2{
				background: url(/images/mypage/amino/nav_amino_2.png) no-repeat 0 0;
				width: 218px;
				height: 189px;
				}
			#nav3{
				background: url(/images/mypage/amino/nav_amino_3.png) no-repeat 0 0;
				width: 218px;
				height: 189px;
				}
			#nav4{
				background: url(/images/mypage/amino/nav_amino_4.png) no-repeat 0 0;
				width: 218px;
				height: 189px;
				}
			#nav5{
				background: url(/images/mypage/amino/nav_amino_5.png) no-repeat 0 0;
				width: 218px;
				height: 189px;
				}
			#nav6{
				background: url(/images/mypage/amino/nav_amino_6.png) no-repeat 0 0;
				width: 218px;
				height: 189px;
				}
			#nav7{
				background: url(/images/mypage/amino/nav_amino_7.png) no-repeat 0 0;
				width: 218px;
				height: 189px;
				}

			}
		#mascot{
			position: absolute;
			bottom: -30px;
			right: 0;

			}
		}
	#question{
		background: url(/images/mypage/amino/bg_amino_pattern_02.jpg) repeat;
		padding: 50px 0 0 0px;
		border-radius: 0 0 10px 10px;
		div{
			background: url(/images/mypage/amino/ttle_amino_quiz_0.png) no-repeat center top;
			width: 660px;
			margin: 0 auto;
			text-align: center;
			height: 162px;
			padding-top: 270px;
			padding-bottom: 20px;
			}
		}
	#lesson_wrap{
		background: url(/images/mypage/amino/bg_amino_pattern_01.jpg) repeat;
		padding: 20px 0px;
		padding-bottom: 60px;
		position: relative;
		height: 100%;
		.inner_lesson{
			width: 666px;
			margin: 0 auto;
			position: relative;
			p{
				font-family: @font-family;
				font-size: @font-size;
				line-height: @baseLine;
				width: 279px;
				position: absolute;
				top: 124px;
				left: 40px;
				}
		}
		#lesson1{
			background: url(/images/mypage/amino/bg_amino_lesson1.png) no-repeat center top;
			width: 666px;
			height: 371px;
			}
		#lesson2{
			background: url(/images/mypage/amino/bg_amino_lesson2.png) no-repeat center top;
			width: 666px;
			height: 371px;
			}
		#lesson3{
			background: url(/images/mypage/amino/bg_amino_lesson3.png) no-repeat center top;
			width: 666px;
			height: 371px;
			}
		#lesson4{
			background: url(/images/mypage/amino/bg_amino_lesson4.png) no-repeat center top;
			width: 666px;
			height: 371px;
			}
		#lesson5{
			background: url(/images/mypage/amino/bg_amino_lesson5.png) no-repeat center top;
			width: 666px;
			height: 371px;
			}
		#lesson6{
			background: url(/images/mypage/amino/bg_amino_lesson6.png) no-repeat center top;
			width: 666px;
			height: 371px;
			}
		#lesson7{
			background: url(/images/mypage/amino/bg_amino_lesson7.png) no-repeat center top;
			width: 666px;
			height: 371px;
			}

		#mascot{
			position: absolute;
			right: 0;
			bottom: -50px;
			z-index: 100;
			}
		}
	#question_wrap{
		background: url(/images/mypage/amino/bg_amino_pattern_02.jpg) repeat;
		padding: 60px 0px;
		padding-bottom: 0px;
		border-radius: 0 0 10px 10px;
		position: relative;
		#question{
			background: url(/images/mypage/amino/bg_amino_question_base.png) no-repeat 0 0;
			width: 672px;
			margin: 0 auto;
			position: relative;
			height: 420px;
			overflow: hidden;
			p#q_num{
				position: absolute;
				top: 36px;
				left: 84px;
				
				}
			table#q_txt{
				width: 570px;
				margin: 0 auto;
				font-family: @font-family;
				font-size: 17px;
				font-weight: bold;
				margin-top: 55px;
				tr{
					td{
						height: 85px;
						vertical-align: middle;
						p{
							line-height: @baseLine;
							}
						}
					}
				}
			ul{
				margin: 20px auto;
				width: 606px;
				}
			#q_current{
				text-align: center;
				}
			#correct{
				position: absolute;
				z-index: 10000;
				bottom: -400px;
				}
			#incorrect{
				position: absolute;
				z-index: 10000;
				bottom: -400px;
				}
			#btnNext{
				}
			}
		}
	#result_wrap{
		background: url(/images/mypage/amino/bg_amino_pattern_02.jpg) repeat;
		padding: 20px;
		border-radius: 0 0 10px 10px;
		position: relative;
		#result{
			background: url(/images/mypage/amino/bg_amino_result.png) no-repeat center top;
			width: 672px;
			margin: 0 auto;
			height: 130px;
			padding-top: 320px;
			p{
				text-align: center;
				}
			}
		}
}