@charset "utf-8";

html { font-size: 62.5%; }

/*-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol,/* ul*/ {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */



/*レッスンエリアのコントロール*/
.ctrl_area{
	background : #fff;
	border : 0px solid #666666;
	position : fixed;
	opacity: 0.1;
	z-index: 10;
	border-radius: 5px 5px 0 0;
}
.ctrl_area a {
	color: #000;
	text-decoration: none;
	padding: 2px 0;
	cursor : pointer;
}
#n_ctrl_button form, .re_try_btn{
	display:inline;
}
#n_ctrl_button select {
	font-size:150%;
/*	height: 35px; 
	line-height: 35px;*/
}
#n_ctrl_button {
	width:96%;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	list-style-type:none;
	border-radius: 5px 5px 0 0;
	position:relative;
	display:block;
}
#n_ctrl_button .disp_moji_su {
	position:absolute;
	top: 20px;
	right:-5px;
	background-color:transparent;
	color:#000000;
	font-size:80%;
}
#n_ctrl_button .keika_jikan {
	position:absolute;
	top: 0px;
	right:-25px;
	background-color:transparent;
	color:#000000;
	font-size:80%;
}
#n_ctrl_button input[type="button"] {
	margin: 5px 3px; 
	font-size:18px;
	height:35px;
/*	line-height:35px;*/
	cursor : pointer;
}
.border_none {
	border-width:0px;
	border-style:none;
}
/*--------------------------*/


#seiseki_kensaku_area {
margin-top: 30px;
margin-bottom: 20px;
width: 730px;
margin-left: 150px;
}
.seiseki_all {
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.seiseki_left {
width: 330px;
float:left;
}
.seiseki_right {
width: 400px;
float:right;
}
.seiseki_kensaku_btn {
clear:both;
width: 730px;
margin: 20px;
margin-left: auto;
margin-right: auto; 
text-align: center;
font-size:120%;
}

.note{text-indent:1em;}

.bold{font-weight:bold;}

.listindent{padding-left:2em;}





















body {
color:#333;
font-size:normal;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background:#e3f3fa;
}


html,body{
	height:100%;
}
body{
	background:#f7f7f7;
	color:#333333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}




/* リンク設定
------------------------------------------------------------*/
a{color:#e67f29;text-decoration:none;}
a:hover{color:#191970;}
a:active, a:focus {outline:0;}



.m_btn1{
	background:#e67f29;
	border-radius:3px;
	border-bottom:1px solid #c45d07;
	border-top:1px solid #fabf6d;

	color:#ffffff;
	display:block;
	font-size:1.2em;
	line-height:2em;
	margin:5px auto;
	max-width:200px;
	text-align:center;
	text-indent:0;
}
.m_btn1:hover{
	background:#f7c200;
	border-bottom:1px solid #d5a000;
	border-top:1px solid #f9e422;

	color:#444444;
}


/* 全体
------------------------------------------------------------*/
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#all,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	#header{
	margin-bottom:20px;
	overflow:hidden;
	}
	
	#header_l{
	float:left;
	width:400px;
	}
	#header_r{
	float:right;
	width:250px;
	padding-right:13px; 
	}
	#all {padding-bottom:20px;}

/*文字強調*/
strong.str1,
span.l_str{
	font-weight:bold;
	color:#e67f29;
}

nav#main_navi{
	width:960px;
	display:block;
	height:80px;
	clear:both;
	margin:10px auto;
	overflow:hidden;
	}
#menu{
	display:none;
}
nav#main_navi ul{
}

nav#main_navi ul li{
	background:#191970;

	border-left:1px dotted #ffffff;
	float:left;
	list-style-type:none;
	width:136px;
}
nav#main_navi ul li:last-child{
	border-right:1px dotted #ffffff;
	width:136px;
}

nav#main_navi ul li a{
	color:#ffffff;
	display:block;
	height:47px;
	padding:5px 0;
}
nav#main_navi ul li.active a{
	background:#e4e4f2;
	color:#191970;
}
nav#main_navi ul li a:hover{
	background:#e4e4f2;
	color:#191970;

}
nav#main_navi ul li a strong,
nav#main_navi ul li a span{
	display:block;
	text-align:center;
}
nav#main_navi ul li a span{
	font-size:0.8em;
}
nav#main_navi .menu_change{
	color:#333333;
	font-size:12px;
	text-decoration:underline;
}

	/* グリッド全体 */
	.grid_wrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
		
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
  #select_1 {
	font-size:130%;
	}
  #select_1 table {
	font-size:115%;
	}
  #select_1  table select,#select_1 table input,#select_1 table textarea {
	font-size: 115%;
	height:50px;
	}

}


/*--------------------------------------
	なぞり読み
--------------------------------------*/
#main_moji {
	position: relative;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	width:96%;
        font-family:Arial;
        background:#fff;
	height:700px;
}
/*
#main_moji #honban {
	width:100%;
	padding-top:50px;
	padding-left:150px;
	line-height:48px;
}
*/
.large {
font-size:260%;
}
.medium {
font-size:230%;
}
.small {
font-size:200%;
}





/*==============================
	sr pc
==============================*/
@media only screen and (min-width: 960px){
.forsp{display:none;}

#all{
	position:relative;
	margin:0 auto;
	width:960px;
}
/* #all_header & #all_footer */

#all_header,
#all_footer{
	display:block;
	overflow:hidden;
	position:relative;
	width:960px;
	margin: 0 auto;
}
#all_header{
	margin-bottom:20px;
}
#catch_copy{
	background:#191970;
	color:#ffffff;
	font-size:13px;
	line-height:25px;
	width:100%;
}
#catch_copy p{
	margin:0 auto 30px auto;;
	width:960px;
}
#all_header .header_left{
	float:left;
	width:400px;
}
#all_footer .footer_left{
	float:left;
	width:386px;
}
#all_header .logo a,
#all_footer .logo a{
	color:#333333;
	font-size:27px;
	font-weight:bold;

}
#all_footer .logo{
	margin-top:30px;
}
#all_header .logo_copy,
#all_footer .logo_copy{
	font-size:13px;
	margin:-5px 0 30px 0;
}
#all_header .info,
#all_footer .info{
	background:#e4e4f2;
	font-size:13px;
	padding:5px;
}
#all_header .header_right{
	float:right;
	width:270px;
}
#all_footer .footer_right{
	float:right;
	width:571px;
	padding-top:30px;
}
#all_header .login_title{
	font-size:13px;
	font-weight:bold;
}
#all_header .login_input{
	background:#e4e4f2;
	font-size:13px;
	line-height:24px;
	margin-bottom:5px;
	padding:3px;
}
#all_header .login_input span{
	display:inline-block;
	padding-left:15px;
	width:90px;
}
#all_header .login_input input{
	width:140px;
}
#all_header .login_b_msg{
	height:35px;
	line-height:90%;
}
#all_header .login_b_msg a{
	color:#333333;
	font-size:11px;
}
#all_header .login_b_msg input[type="submit"]{
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	position:absolute;
	bottom:10px;
	right:0;
}
#all_header .err_msg{
	color:#e67f29;
	font-size:12px;
}
#all_header .logged_in{
	background:#e4e4f2;
	font-size:13px;
	line-height:24px;
	margin-bottom:5px;
	margin-top:40px;
	padding:5px 3px 3px 8px;
}
#all_header .logout_btn{
	display:block;
	text-align:right;
}
/* navigation menu */
            #main1 {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width:100%;
		height:auto;
            }
.lesson_msg {
	background: #ffffff;
	border: 5px solid #e67f29;
	border-radius:10px;
	color:#e67f29;
	font-weight:bold;
	left:210px;
	line-height:1.6;
	padding:10px;
	position:absolute;
	text-align:center;
	top:85px;
	z-index:100;

}
.lesson_msg:after, .lesson_msg:before {
	top: 100%;
	left: 8%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.lesson_msg:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 12px;
	margin-left: -12px;
}
.lesson_msg:before {
	border-color: rgba(39, 121, 176, 0);
	border-top-color: #e67f29;
	border-width: 18px;
	margin-left: -18px;
}

/*main*/

.col_box{
	overflow:hidden;
}
.col_box .one-fourth_box,
.col_box .three-fourths_box,
.col_box .one-third_box,
.col_box .two-thirds_box,
.col_box .one-half_box,
.col_box .one_box{
	background:#ffffff;
	border:3px solid #cccccc;
	float:left;
	padding:10px;
	overflow:hidden;
}

.col_box .one-fourth_box{
	margin:10px 16px 0 0;
	width:202px;
}
.col_box .one-fourth_box:last-child{
	margin:10px 0 0 0;
}
.col_box .three-fourths_box{
	margin:10px 16px 0 0;
	width:690px;
}
.col_box .three-fourths_box:last-child{
	margin:10px 0 0 1px;
	width:689px;
}

.col_box .one-third_box{
	margin:10px 15px 0 0;
	width:284px;
}
.col_box .one-third_box:last-child{
	margin:10px 0 0 0;
}
.col_box .two-thirds_box{
	margin:10px 15px 0 0;
	width:608px;
}
.col_box .two-thirds_box:last-child{
	margin:10px 0 0 0;
}
.col_box .one-half_box{
	margin:10px 16px 0 0;
	width:446px;
}
.col_box .one-half_box:last-child{
	margin:10px 0 0 0;
}
.col_box .one_box{
	margin:10px 0 0 0;
	width:934px;
}
.col_box h1{
	border-bottom:1px solid #f0f0f0;
	color:#555555;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}
.col_box h2{
	border-left:5px solid #e67f29;
	color:#e67f29;
	margin-bottom:5px;
	margin-left:1em;
	margin-top:15px;
	padding-left:0.5em;
}
.col_box p{
	text-indent:1em;
}
.col_box img{
	display:block;
	margin:0 auto;
}

.colb1 > div{
	height:261px;
}
.colb2 > div{
	height:337px;
}
.colb3 > div{
	height:265px;
}
.colb4 > div{
	height:401px;
}




#all_footer{

}
.footer_menu1{
	margin-bottom:20px;
}
.footer_menu1 li,
.footer_menu2 li{
	display:inline-block;
}
.footer_menu1 li:after,
.footer_menu2 li:after{
	content:"|";
	color:#333333;


}
.footer_menu1 li a,
.footer_menu2 li a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	padding:0 5px;
}
.footer_menu1 li a:hover,
.footer_menu2 li a:hover{
	color:#aaaaaa;
	background:#ffffff;
}
#copyright{
	background:#cccccc;
	clear:both;
	display:block;
	font-size:12px;
	line-height:25px;
	margin-top:30px;
	text-align:center;
}
/*==============================
	PC sr_lesson/index.php
==============================*/
#ls .menu_index,
#lm .menu_index{
	position:relative;
	background:#ffffff;
	border:3px solid #cccccc;
	height:550px;
	overflow:hidden;
}
#lm .menu_bar{
	background:#191970;
	border-radius:0 50px 50px 0;
	color:#ffffff;
	font-size:27px;
	line-height:50px;
	margin:30px 0;
	position:relative;
	text-indent:70px;
	width:570px;
}
#lm .menu_bar:after{
	content:"　";
	background:#e67f29;
	border:4px solid #ffffff;
	border-radius:26px;
	display:block;
	height:26px;
	position:absolute;
	top:8px;
	right:10px;
	width:26px;
}
#lm .training_menu{
	float:left;
	padding-left:130px;
	width:440px;
}
#lm .training_menu li{
	list-style-type:none;
	margin:10px 0;
}
#lm .training_menu li a{
	color:#333333;
	display:block;
	font-size:27px;
	line-height:44px;
	text-decoration:none;
}
#lm .training_menu li a:hover{
	background :#e4e4f2;
}
#lm .training_menu li.tr_tit{
	border-bottom:3px solid #e67f29;
	color:#e67f29;
	font-weight:bold;
}
#lm .menu_info{
	float:left;
	margin:0 30px;
	width:300px;
}
#ls .help_info{
	float:right;
	margin:30px 40px 30px 10px;
	width:450px;
}
#ls.ls_conf .help_info{
	float:none;
	margin:0 auto;
	width:530px;

}
#ls .help_info h1,
#lm .menu_info h1{
	font-size:20px;
	font-weight:normal;
	border-bottom:#e4e4f2 13px solid;
}
#lm .menu_dscr {
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;

}
#ls .help_dscr {
	height:400px;
	margin-top:50px;
	overflow-y:auto;
	overflow-x:hidden;

}
#ls.ls_conf .help_dscr {
	height:530px;
	margin-top:50px;
	overflow-y:visible;
	overflow-x:visible;

}

#lm .menu_dscr img{
	background:#cccccc;
	height:80px;
	margin:20px auto;
	width:270px;
}
#lm .menu_dscr p{
	width:270px;
	margin:0 auto;
	line-height:1.6em;
	text-indent:1em;
}
#ls .help_dscr p{
	width:420px;
	margin:0 auto;
	line-height:1.6em;
	text-indent:1em;
}
#lm .info_none{
	display:none;
}
#ls #select_1{
	padding-top:60px;
	width:450px;
	float:left;
}
#ls.ls_conf #select_1{
	padding-top:60px;
	margin:0 auto;
	float:none;
	width:530px;
}
#ls #select_1.ma_center{
	min-width:450px;
	float:none;
	margin:0 auto;
}

#ls #select_1 p button{
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:25px;
	line-height:50px;
	width:150px;
}
#ls #select_1 table{
	margin:0 auto;
	border-collapse:collapse;
}
#ls #select_1 table th{
	color:#191970;
	font-weight:bold;
	line-height:2em;
	text-align:center;
}
#ls #select_1 table tr:nth-child(odd){
	background: #ffffff;
	line-height: 60px;
}
#ls #select_1 table tr:nth-child(even){
	background: #f7f7f7;
	line-height: 60px;
}
/*-------------------------
  トレーニングメニュー
-------------------------*/
nav#main_navi ul li.lm_top{width:80px;}
nav#main_navi ul li.lm_warmup{width:122px;}
nav#main_navi ul li.lm_measurement{width:132px;}
nav#main_navi ul li.lm_autotraining{width:130px;}
nav#main_navi ul li.lm_manualtraining{width:150px;}
nav#main_navi ul li.lm_game{width:96px;}
nav#main_navi ul li.lm_record{width:114px;}
nav#main_navi ul li.lm_forum{width:127px;}


.back_btn {
margin-left:10px;
margin-top:3px;
}

#ctrl_button,#main_moji {
	top:-20px;
}

.ls_top_msg{
	color:#e67f29;
	position:absolute;
	top:5px;
	left:10px;
}

}/* PC (min-width:959px)*/


/*==============================
	sr 959以下
==============================*/
@media only screen and (max-width:959px){
.forpc{display:none;}

#all{
	width:100%;
}

#catch_copy{
	display:none;
}
/* #all_header & #all_footer */

#all_header{
	display:block;
	overflow:hidden;
	width:100%;
}
#all_header .header_left{
	background:#191970;
	color:#ffffff;

	height:50px;

	padding-left:10px;
	padding-top:5px;
}
#all_header .logo a{
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
#all_header .logo_copy{
	font-size:0.6em;
}
#all_header .info{
	display:none;
}
#all_header .header_left .show_login_btn{
	border-left:1px solid #ffffff;
	display:block;
	cursor:pointer;
	font-size:0.8em;
	line-height:20px;
	margin:15px 0;
	padding-left:20px;
	position:absolute;
	top:0;
	right:0;
	width:80px;
}
#all_header .header_right{
	display:none;
	margin:10px 0;
	width:100%;
	float:right;
	text-align:center;
}


#all_header .login_title{
	font-size:13px;
	font-weight:bold;
}
#all_header .login_input{
	background:#e4e4f2;
	font-size:13px;
	line-height:24px;
	margin-bottom:5px;
	padding:3px;
}
#all_header .login_input span{
	display:inline-block;
	padding-left:15px;
	width:90px;
}
#all_header .login_input input{
	width:140px;
}
#all_header .login_b_msg{
	line-height:90%;
	height:35px;
	margin:0 auto;
	position:relative;
	text-align:left;
	text-indent:55px;
	width:320px;
}

#all_header .login_b_msg a{
	color:#333333;
	font-size:0.8em;
	text-decoration:none;
}
#all_header .login_b_msg input[type="submit"]{
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	position:absolute;
	bottom:10px;
	right:0;
}
#all_header .err_msg{
	color:#e67f29;
	font-size:12px;
}
#all_header .logged_in{
	background:#e4e4f2;
	font-size:13px;
	line-height:24px;
	margin-bottom:5px;
	margin-top:7px;
	padding:5px 3px 3px 8px;
}
#all_header .logout_btn{
	display:block;
	text-align:right;
}

/* navigation menu */
#menu{
	display:none;
}
nav#main_navi ul{
	list-style-type:none;
	border-top:1px solid #cccccc;

}
nav#main_navi ul li{
	background:#ededed;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #f7f7f7;
	list-style-type:none;
}

nav#main_navi ul li a{
	color:#333333;
	display:block;
	line-height:40px;
	text-align:center;
}
nav#main_navi ul li a span{
	display:none;
}
#main_banner{
	width:100%;
}
#main_banner img{
	width:100%;
}
.menu_change{
	color:#333333;
	display:inline-block;
	font-size:0.8em;
	margin:10px 15px;
	text-decoration:underline;
}
.lesson_msg {
	background: #ffffff;
	border: 5px solid #e67f29;
	border-radius:10px;
	color:#e67f29;
	font-weight:bold;
	line-height:1.6;
	padding:100px 15px;
	position:absolute;
	text-align:center;
	top:85px;
	left:50%;
	margin-left:-155px;
	width:270px;
	z-index:100;

}
/*main*/

.col_box:not(:last-child){
	overflow:hidden;
	margin-bottom:-5px;
}
.col_box .d_box{
	background:#e4e4f2;
	border:1px solid #f7f7f7;
	border-radius:3px;
	margin:5px;
	overflow:hidden;
	padding:10px;
}
.col_box h1{
	color:#555555;
	font-weight:bold;
	margin-bottom:10px;
}
.col_box h2{
	border-bottom:1px solid #191970;
	border-top:1px solid #191970;
	color:#191970;
	margin-bottom:3px;
	margin-top:5px;
	padding-left:0.5em;
}
.col_box p{
	text-indent:1em;
}
.col_box img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.d_text p{
	line-height:1.5em;
}

.hidden_rest{
	max-height:54px;
	overflow:hidden;
}
.toggle_rest{
	text-align:right;
}
.toggle_rest p{
	background:#e67f29;
	border-radius:3px;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	padding:10px 15px;
	text-align:left;
	text-indent:0;
}
p.show_rest{
	background:#e67f29;
	border-radius:3px;
	color:#ffffff;
	cursor:pointer;
	display:inline-block !important;
	width:auto !important;
	float:right;
	font-size:12px;
	margin-top:15px;
	padding:5px 15px;
	text-align:left;
	text-indent:0;

}
#all_footer{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	display:box;
	box-orient: vertical;
	box-direction: reverse;

}

#all_footer .footer_left{
	background:#cccccc;
	color:#333333;
	position:relative;
}
#all_footer .logo a{
	color:#333333;
	font-size:0.8em;
	font-weight:bold;
}
#all_footer .logo_copy{
	font-size:0.6em;
}

#all_footer .info{
	font-size:0.6em;
	position:absolute;
	right:0;
	top:5px;
}


#all_footer .footer_right{
	font-size:0.6em;
	margin:10px 0;
}
.footer_menu1{
	margin-bottom:10px;
}
.footer_menu1 li,
.footer_menu2 li{
	display:inline-block;
}
.footer_menu1 li:after,
.footer_menu2 li:after{
	content:"|";
	color:#333333;


}
.footer_menu1 li a,
.footer_menu2 li a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	padding:0 5px;
}
.footer_menu1 li a:hover,
.footer_menu2 li a:hover{
	color:#aaaaaa;
	background:#ffffff;
}
#copyright{
	background:#cccccc;
	clear:both;
	display:block;
	font-size:0.6em;
	padding-top:8px;
	text-align:center;
}
/*==============================
	SP sr_lesson/index.php
==============================*/
#lm .menu_bar{
	background:#191970;
	border-radius:0 50px 50px 0;
	color:#ffffff;
	font-size:18px;
	line-height:40px;
	margin:30px 0 10px 0;
	position:relative;
	text-indent:20px;
	width:280px;
}
#lm .menu_bar:after{
	content:"　";
	background:#e67f29;
	border:4px solid #ffffff;
	border-radius:20px;
	display:block;
	height:20px;
	position:absolute;
	top:6px;
	right:8px;
	width:20px;
}
#lm .training_menu{
	padding-left:20px;
	margin-bottom:30px;
}
#lm .training_menu li{
	list-style-type:none;
	margin:20px 0;
}
#lm .training_menu li a{
	color:#333333;
	display:inline-block;
	font-size:18px;
	line-height:25px;
	text-decoration:underline;
}
#lm .training_menu li a:hover{
	background :#e4e4f2;
}
#lm .menu_info{
	border:2px solid #cccccc;
	margin:0 15px 30px 15px;
	padding:10px;
}
#lm .menu_info > p.forsp{
	background:#cccccc;
}
#lm .menu_info h1{
	border-bottom:2px solid #cccccc;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
}
#lm .menu_dscr p{
	font-size:14px;
}
#lm .menu_dscr img{
	background:#cccccc;
	height:80px;
	margin:20px auto;
}
#lm .menu_dscr p{
	line-height:1.6em;
	text-indent:1em;
}

#lm .info_none{
	display:none;
}
#lm .training_menu li.tr_tit{
	color:#e67f29;
	font-weight:bold;
}
#ls #select_1{
	margin:0 auto;
	width:80%;
}
#ls #select_1 p button{
	font-size:1.5em;
	line-height:2em;
	margin:30px 0 20px 0;
	width:180px;
}
#ls #select_1 table{
	border-collapse:collapse;
	margin:20px auto;
	width:100%;
}
#ls #select_1 table th{
	border-bottom:2px solid #191970;
	color:#191970;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
}
#ls #select_1 table td{
	line-height:2em;
}
#ls #select_1 table tr:nth-child(odd){
	background: #f7f7f7;
}
#ls #select_1 table tr:nth-child(even){
	background: #e4e4f2;
}
#ls #select_1 table td select{
	line-height:2em;
}
#ls .help_info{
	border:1px solid #191970;
	margin:0 auto;
	padding:10px 5%;
	width:80%;
}
#ls .help_info h1{
	border-bottom:2px solid #191970;

	margin-bottom:15px;
}
#ls .help_dscr{
}

/*--------------------------------------
	なぞり読み
--------------------------------------*/
#main_moji {
	position: relative;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	width:96%;
        font-family:Arial;
        background:#fff;
	height:450px;
}
#main_moji #honban {
	width:100%;
	padding-top:0px;
	padding-left:10px;
}
#main_moji .large {
font-size:180%;
/*font-weight:bold;*/
}
#main_moji .medium {
font-size:170%;
}
#main_moji .small {
font-size:160%;
}
.back_btn {
margin-left:10px;
margin-top:3px;
}

#ctrl_button,#main_moji {
	top:-20px;
}

}/* sp */