@charset "utf-8";
/* CSS Document */
/*  programs
======================================*/
#bfr-prg {
	margin: 0 0 40px;
	width: 700px;
	font-size: 12px;
	text-align: left;
}
#bfr-prg h3 {
	border: none;
}
#bfr-prg .bfr-txt {
	margin: 10px auto 0;
	width: 680px;
}
#bfr-prg .bfr-txt p {
	margin: 20px 0 0;
}
#bfr-prg #border-box {
	padding: 10px;
	width: 600px;
	border: 1px solid #CCC;
}
.prg-list {
	width: 700px;
}
.prg-list .prg-cate {
	margin-top: 10px;
	width: 700px;
	background: #EDEDFF;
	border: 1px solid #C8C8DA;
}
#trial-list-l .prg-cate {
	margin-top: 10px;
	width: 700px;
	background: #EDFFDA;
	border: 1px solid #C8C8DA;
}
#trial-list-m .prg-cate {
	margin-top: 10px;
	width: 700px;
	background: #CFF;
	border: 1px solid #C8C8DA;
}
#trial-list-h .prg-cate {
	margin-top: 10px;
	width: 700px;
	background: #DDF;
	border: 1px solid #C8C8DA;
}
.prg-cate h4 {
	margin: 2px auto 0;
	width: 694px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	background: #996699;
}
#trial-list-l h4 {
	margin: 2px auto 0;
	width: 694px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	background: #690;
}
#trial-list-m h4 {
	margin: 2px auto 0;
	width: 694px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	background: #39C;
}
#trial-list-h h4 {
	margin: 2px auto 0;
	width: 694px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	background: #969;
}
.prg-cate h4 a {
	color: #FFF;
}
.prg-cate h4 a:hover {
	color: #CF0;
}
.prg-cate .prg-detail-line {
	margin: 10px auto;
	width: 660px;
}
.prg-cate .prg-img {
	width: 160px;
	float: left;
}
.prg-cate .prg-msg {
	width: 490px;
	float: right;
}
.prg-cate .prg-txt-box {
	width: 490px;
	background: #FFF;
	border: 1px solid #CCC;
}
.prg-cate .prg-txt {
	margin: 10px auto;
	width: 460px;
	font-size: 12px;
	text-align: left;
}
.prg-cate #prg-panel {
	width: 490px;
	float: right;
}
#prg-panel #prg-panel-l {
	width: 236px;
	float: left;
}
#prg-panel #prg-panel-r {
	width: 236px;
	float: right;
}
.prg-list-msg {
	margin-top: 10px;
	font-size: 12px;
}
.prg-list dd {
	margin-left: 20px;
}
.prg-list h5 {
	font-weight: bold;
}
/*無料体験コーナー*/
.trial-level-h {
	margin: 20px 0 0;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-radius: 10px;			/* CSS3 */
	-moz-border-radius: 10px;		/* Firefox */
	-webkit-border-radius: 10px;	/* Safari,Chrome */
	background-color: #F3C;
	background-repeat: no-repeat;
	font-weight: bold;
	text-indent: 10px;
}
/*各レベル見出し背景色*/
.trial-level-h.low {
	color: #390;
	background: #CF0!important;
}
.trial-level-h.mid {
	color: #069;
	background: #9CF!important;
}
.trial-level-h.high {
	color: #906;
	background: #C9F!important;
}
/*準備中テキスト*/
.trial-level-cont-uc{
	margin-top:15px;
	margin-bottom:15px;
	/*text-align:center;*/
}
#prg-pattern {
	margin: 0 auto;
	width: 670px;
	background: url(../img/prg-pattern-base.jpg) repeat-y;
}
#prg-pattern #prg-pattern-top {
	width: 670px;
	height: 20px;
}
#prg-pattern #prg-pattern-bottom {
	width: 670px;
	height: 5px;
	background: url(../img/prg-pattern-bottom.jpg) no-repeat;
}
#prg-pattern .pptn-txt {
	margin: 0 auto;
	width: 620px;
	font-size: 12px;
}
/*  introduction
======================================*/
#intro01 {
	border-left: 10px solid #36C;
	text-indent: 8px;
	border-bottom: none!important;
}
#intro-wrap {
	margin-bottom: 20px;
	width: 700px;
	background: url(../img/intro-wrap-base.jpg) repeat-y;
}
#intro-wrap #intro-top {
	width: 700px;
	height: 5px;
	background: url(../img/intro-wrap-top.jpg) no-repeat;
}
#intro-wrap #intro-bottom {
	width: 700px;
	height: 5px;
	background: url(../img/intro-wrap-bottom.jpg) no-repeat;
}
#intro-wrap #intro-menu {
	margin: 5px auto;
	width: 600px;
	font-weight: bold;
}
#intro-menu #intro-l {
	width: 300px;
	float: left;
}
#intro-menu #intro-r {
	width: 250px;
	float: right;
}
#intro-menu li {
	line-height: 1.8;
}
#intro-howto {
	margin: 20px 0 0;
	width: 700px;
	background: url(../img/intro-howto-base.jpg) repeat-y;
}
#intro-howto02 {
	margin: 20px 0 0;
	width: 700px;
	background: url(../img/intro-howto-base.jpg) repeat-y;
	display: none;
}
#intro-howto #intro-howto-top, #intro-howto02 #intro-howto-top {
	width: 700px;
	height: 283px;
}
#intro-howto #intro-howto-top02, #intro-howto02 #intro-howto-top02 {
	width: 700px;
	height: 500px;
}
#intro-howto #intro-howto-bottom, #intro-howto02 #intro-howto-bottom {
	width: 700px;
	height: 10px;
	background: url(../img/intro-howto-bottom.jpg) no-repeat;
}
#intro-howto #intro-question, #intro-howto02 #intro-question {
	margin: 0 auto;
	width: 692px;
	height: 54px;
	text-indent: 0;
	border: none;
}
#intro-howto #intro-a01 {
	margin: 20px auto 0;
	width: 615px;
	height: 272px;
	background: url(../img/intro-a01-bg.jpg) no-repeat;
}
#intro-howto02 #intro-a02 {
	margin: 20px auto 0;
	width: 615px;
	height: 272px;
	background: url(../img/intro-a02-bg.jpg) no-repeat;
}
#intro-howto #intro-swf {
	margin: 20px auto 0;
	width: 615px;
	height: 210px;
}
#intro-howto #swfplayer {
	width: 280px;
	height: 210px;
}
#intro-howto #intro-a01 img, #intro-howto02 #intro-a02 img {
	width: 615px;
	height: 272px;
	display: none;
}
#intro-howto #intro-answer, #intro-howto02 #intro-answer {
	margin: 10px 0 0 44px;
	width: 280px;
	height: 46px;
}
#intro-howto #intro-next, #intro-howto02 #intro-next {
	margin: 20px auto 0;
	width: 615px;
	height: 46px;
}
#intro-training {
	margin: 20px auto 10px;
	width: 615px;
	height: 46px;
	display: none;
}
#intro-howto #intro-tryit, #intro-howto02 #intro-tryit {
	margin: 10px auto;
	width: 615px;
	height: 46px;
}
#intro-howto #intro-awrap {
	margin: 20px auto 10px;
	width: 620px;
}
#intro-awrap #intro-sample {
	width: 245px;
	float: left;
}
#intro-awrap #intro-sample2 {
	width: 280px;
	float: left;
}
#intro-awrap #intro-aarea {
	width: 325px;
	float: right;
}
#intro-aarea .intro-aline {
	margin-bottom: 10px;
	width: 325px;
	height: 148px;
}
#intro-aarea #intro-trya01, #intro-aarea #intro-trya03, #intro-aarea #intro-trya05 {
	width: 152px;
	height: 148px;
	float: left;
}
#intro-aarea #intro-trya02, #intro-aarea #intro-trya04, #intro-aarea #intro-trya06 {
	width: 152px;
	height: 148px;
	float: right;
}
#intro-trya01 .done, #intro-trya02 .done, #intro-trya03 .done,
#intro-trya04 .done, #intro-trya05 .done, #intro-trya06 .done {
	display: none;
}
.btn-intro00 a {
	margin: 0 auto;
	width: 98px;
	height: 38px;
	font-size: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn-intro00.png) no-repeat;
}
.btn-intro01 a {
	margin: 0 auto;
	width: 57px;
	height: 38px;
	font-size: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn-intro01.png) no-repeat;
}
.btn-intro02 a {
	margin: 0 auto;
	width: 57px;
	height: 38px;
	font-size: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn-intro02.png) no-repeat;
}
.btn-intro03 a {
	margin: 0 auto;
	width: 57px;
	height: 38px;
	font-size: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn-intro03.png) no-repeat;
}
.btn-intro00 a:hover, .btn-intro01 a:hover, .btn-intro02 a:hover, .btn-intro03 a:hover {
	background-position: left -38px;
}
.btn-intro00 a:active, .btn-intro01 a:active, .btn-intro02 a:active, .btn-intro03 a:active {
	background-position: left bottom;
}
h3.plist-title {
    background: none repeat scroll 0 0 #666699 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: bold !important;
    height: 35px !important;
    line-height: 35px !important;
    margin-bottom: 20px !important;
    text-indent: 20px !important;
}
#category-box-01 {
    margin: 20px auto 0!important;
	padding-bottom: 10px;
    width: 698px;
    background: #F5F5F5;
	border: 1px solid #EDEDED;
}
#category-box-02 {
    margin: 20px auto 0!important;
	padding-bottom: 10px;
    width: 698px;
    background: #FFFFEB;
	border: 1px solid #EDEDED;
}
#category-box-03 {
    margin: 20px auto 0!important;
	padding-bottom: 10px;
    width: 698px;
    background: #FFF5EB;
	border: 1px solid #EDEDED;
}
#category-box-01 .category, #category-box-02 .category, #category-box-03 .category {
	width: 698px;
	height: 30px;
	line-height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
	text-indent: 20px;
	background: #336;
    background: -moz-linear-gradient(top, #336, #369);
    background: -webkit-gradient(linear, left top, left bottom, from(#336), to(#369)); 
}
#category-box-01 h3, #category-box-02 h3, #category-box-03 h3 {
	margin: 20px auto 0;
	width: 660px;
    color: #5A54A2;
    font-size: 16px;
    font-weight: bold;
	text-indent: 10px;
	border-left: 5px solid #669ACC;
}
#category-box-01 .description, #category-box-02 .description, #category-box-03 .description {
	margin: 10px auto 0;
	width: 660px;
}
#category-box-01 .content, #category-box-02 .content, #category-box-03 .content {
	margin: 10px auto 0;
	width: 660px;
}
.list-icon {
    background: url("../img/s-icon-list.jpg") no-repeat scroll left center transparent;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    text-indent: 20px;
}
