/*チェックボックス*/
#ecard input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
	-moz-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}
#ecard input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #32b4fa;
    border: 1px solid #336600;
}
#ecard input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
	-moz-transform: rotate(45deg);
    -moz-transform-origin: right center;
}
#ecard input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
	-moz-transform: rotate(-53deg);
    -moz-transform-origin: left center;
}
/*トップページ*/
body#toppage {
	min-width: 1000px;
	margin: 0 auto;
}
#toppage .topimage_bg_r {
	height: 765px;
	background-image: url(../images/top/topimage_bg_r.jpg);
	background-repeat: repeat-x;
}
#toppage .topimage_bg {
	width: 1210px;
	margin: 0 auto;
	height: 765px;
	background-image: url(../images/top/topimage_bg.jpg);
	background-repeat: none;
}
#toppage .topimage_bg .container {
	width: 980px;
	margin: 0 auto;
}
#toppage .top_logo {
	height: 465px;
}
ul.top_button {
	overflow: hidden;
}
ul.top_button li {
	float: left;
}
#toppage .shidousha {
	position: relative;
}
#toppage .shidousha h2 {
	height: 40px;
}
#toppage ul.shidousha_btn {
	margin-top: 20px;
	overflow: hidden;
}
#toppage ul.shidousha_btn li {
	float: left;
	width: 220px;
}
#toppage .user_menu {
	position: absolute;
	top:60px;
	right:0;
	width: 300px;
}
#toppage .user_menu a {
	display: inline-block;
	margin-right: 10px;
}
#toppage #footer {
	color: #333;
	background-color: #FFF;
	min-width: 1210px;
}
#toppage #footer a {
	color: #333333;
}
#toppage #footer a:hover {
	color: #32b4fa;
}
#toppage .character_shoukai {
	position: absolute;
	top: 140px;
	left: 15px;
}
/*指導者用ページ*/
.shidousha_left {
	width: 230px;
	float: left;
	margin-top: 10px;
}
.shidousha_right {
	width: 730px;
	float: right;
	margin-top: 10px;
}
#lNav {
	width: 214px;
	padding:5px;
	border: 3px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
#lNav .submenu_title p {
	color: #FFF;
	padding: 5px;
}
#lNav ul {
	border-top: 1px dashed #999;
	margin-top: 5px;
}
#lNav a {
	background-image: url(../images/common/list2.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dashed #999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	vertical-align: middle;
	display: block;
}
#lNav a:hover {
	background-color:#32b4fa;
	color: #FFF;
}
ul.tsukaikata_video .thumbnail {
	width:180px;
	height:100px;
}
ul.tsukaikata_video .thumbnail img {
	width:180px;
	height: 100px;
}
ul.tsukaikata_video {
	width:720px;
	margin-top: 10px;
}
ul.tsukaikata_video li {
	width: 680px;
	padding:18px;
	background-color: #FFF;
	border : 2px solid #CCC;
	text-decoration:none;
	color:#333;
	margin-bottom: 10px;
}
ul.tsukaikata_video li .left {
	width: 180px;
	float:left;
	text-align: center;
}
ul.tsukaikata_video li .right {
	width: 480px;
	float:right;
}
ul.tsukaikata_video .kyozai_midashi {
	width:100%;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #333;
	border-bottom-color: #6a5b50;
	padding: 3px 0;
}
ul.tsukaikata_video .gaiyou {
	width:100%;
	font-size: 14px;
	line-height: 22px;
	margin-top:8px;
}
.menu_shidousha_bg {
	background-image : url(../images/about/menu_shidousha_bg.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 100px;
	overflow: hidden;
}
ul.tsukaikata_video .kobetsu_dl {
	margin-bottom: 0;
}
/* about のページ*/
.komidashi2 {
	color:#17a5dd;
	border-bottom: dashed 2px #17a5dd;
	padding: 5px 0;
	font-size: 16px;
	line-height: 18px;
	vertical-align: bottom;
	margin: 15px 0;
}
table.table_about {
	width: 960px;
	margin-top:20px;
}
table.table_about td,table.table_about th {
	padding: 8px;
	border: 1px dotted #CCC;
}
table.table_about th {
	width: 220px;
	background-color: #efefe8;
}
h4.font_lbrown {
	color:#AFAB9F;
	font-size: 100%;
	margin-top:10px;
}
.space5_15 {
	margin: 5px 15px;
}
.num_list li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
/*教材の使い方*/
#tsukaikata .komidashi2 {
	margin-top: 0;
	padding-top: 0;
}
.jisage {
	margin-left: 0px;
	padding-left: 15px;
}