@charset "utf-8";


.list-wrapper-ver2 .clickToSpeakForSkit{
	cursor: pointer;
}
.list-wrapper-ver2 .clickToSpeakForSkit:hover{
	opacity: 0.85;
}

.list-wrapper-ver2 .content-head{
	padding: 40px 0 60px 0;
	text-align: center;
	position: relative;
}
.list-wrapper-ver2 .content-head .title{
	padding: 0 130px;
	font-weight: bold;
	font-size: 36px;
	color: #000;
	text-align: center;
}
.list-wrapper-ver2 .content-head .btn-play{
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	width: 65px;
	height: 36px;
	text-align:left;
	font-size:1;
	line-height:1;
	text-indent:-9999px;
}
.list-wrapper-ver2 .content-head .btn-play.play{
	background-image: url(../../img/btn/btn_play.png);
}
.list-wrapper-ver2 .content-head .btn-play.pause{
	background-image: url(../../img/btn/btn_pause.png);
}
.list-wrapper-ver2 .content-head .btn-play.stop{
	background-image: url(../../img/btn/btn_stop.png);
}
.list-wrapper-ver2 .content-head .btn-play:hover{
	opacity: .85;
}
.list-wrapper-ver2 .keysentence-wrapper{
	margin: 0 33px;
	min-height: 14px;
	position: relative;
	border-top:1px dashed #565f6c;
}
.list-wrapper-ver2 .keysentence-wrapper .keysentence-slider{
	padding: 12px 0 12px 0;
	display: none;
}
.list-wrapper-ver2 .keysentence-wrapper .keySentence{
}
.list-wrapper-ver2 .keysentence-wrapper .keySentence li{
	font-size:116.6%;
	display: block;
	position: relative;
}
.list-wrapper-ver2 .keysentence-wrapper .keySentence .mainText{
	font-size:150%;
}
.list-wrapper-ver2 .keysentence-wrapper .sentenceDate{
	margin:0 0 0 0;
	padding:.5em 10px .5em 0 ;
	font-size:116.6%;
	text-align:right;
}
.list-wrapper-ver2 .keysentence-wrapper .btn-slide{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../../img/btn/btn_slidecontrol.png);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	cursor: pointer;
}
.list-wrapper-ver2 .keysentence-wrapper .btn-slide.opened{
	background-position: left bottom;
}
.list-wrapper-ver2 .sentence-head{
	margin: 0 33px;
	padding: 18px 0 18px 0;
}
.list-wrapper-ver2 .btn-play-circle{
	float: left;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 8px;
	background-image: url(../../img/btn/btn_play_circle.png);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.list-wrapper-ver2 .btn-play-circle.btn-pause{
	background-position: left bottom;
}
.list-wrapper-ver2 .btn-stop-circle{
	float: left;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 30px;
	background-image: url(../../img/btn/btn_stop_circle.png);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.list-wrapper-ver2 .sentence-head .btn-allsound{
	float: left;
	position: relative;
	padding-left: 60px;
}
.list-wrapper-ver2 .sentence-head .btn-allsound:before{
	position: absolute;
	left: 34px;
	top: 50%;
	content:"";
	width: 18px;
	height: 15px;
	margin-top: -7px;
	display: inline-block;
	background-image: url(../../img/icon/icon_speaker_white.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}
.list-wrapper-ver2 .sentence-head .btn-langja{
	float: right;
}
.list-wrapper-ver2 .sentence-head #btnHideJa{
	display: none;
}
.list-wrapper-ver2 .sentence-head .copy-select-box{
	float: right;
	position: relative;
	margin-left: 24px;
}
.list-wrapper-ver2 .sentence-head .copy-select-box .btn-copy-select{
	cursor: pointer;
}
.list-wrapper-ver2 .sentence-head .copy-select-box .copy-select-list{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	width: 100%;
}
.list-wrapper-ver2 .sentence-head .copy-select-box .copy-select-list .list{
	display: block;
	padding: 2px 6px;
	background-color: #ffffff;
	border-left: 1px solid #565f6c;
	border-right: 1px solid #565f6c;
	border-bottom: 1px solid #565f6c;
	text-align: left;
}
.list-wrapper-ver2 .sentence-head .copy-select-box .copy-select-list .list a{
	font-size: 18px;
	text-align: left;
	color: #000;
}
.list-wrapper-ver2 .sentence-head .copy-select-box .copy-select-list .list a.disable{
	opacity: 0.3;
	pointer-events: none;
}
.list-wrapper-ver2 .sentence-head .copy-select-box .copy-select-list .list a:hover{
	opacity: 0.65;
}

/* sound speed ==================================================== */
.list-wrapper-ver2 .speed-control-box{
	width: 174px;
	height: 28px;
	float: left;
	margin-left: 8px;
	position: relative;
}
.list-wrapper-ver2 .speed-control-box::after{
	position: absolute;
	left: 0;
	bottom: -80%;
	display: inline-block;
	width: 100%;
	content: "会話の間隔";
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #555e6a;
}
.list-wrapper-ver2 .speed-control-box .speed-bar{
	position: absolute;
	left: 32px;
	top: 8px;
	width: 109px;
	height: 14px;
	background: url(../../img/bg/bg_soundbar.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}
.list-wrapper-ver2 .speed-control-box .speed-bar .speed-position{
	position: absolute;
	left: -7px;
	top: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #009944;
}
.list-wrapper-ver2 .speed-control-box .speed-bar.speed-level0 .speed-position{
	left: -7px;
	right: auto;
}
.list-wrapper-ver2 .speed-control-box .speed-bar.speed-level1 .speed-position{
	left: 20px;
	right: auto;
}
.list-wrapper-ver2 .speed-control-box .speed-bar.speed-level2 .speed-position{
	left: 46px;
	right: auto;
}
.list-wrapper-ver2 .speed-control-box .speed-bar.speed-level3 .speed-position{
	left: 72px;
	right: auto;
}
.list-wrapper-ver2 .speed-control-box .speed-bar.speed-level4 .speed-position{
	left: auto;
	right: -7px;
}
.list-wrapper-ver2 .speed-control-box .btn-minus{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 23px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../img/btn/btn_soundminus.png);
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
.list-wrapper-ver2 .speed-control-box .btn-minus:hover{
	opacity: 0.85;
}
.list-wrapper-ver2 .speed-control-box .btn-plus{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 23px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../img/btn/btn_soundplus.png);
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
.list-wrapper-ver2 .speed-control-box .btn-plus:hover{
	opacity: 0.85;
}
/* /sound speed =================================================== */



.list-wrapper-ver2 .illust-sentens-wrapper{
	width: 100%;
	padding: 20px 0 0 0;
}
.list-wrapper-ver2 .sentens-wrapper .table-area{
	width: 100%;
}
.list-wrapper-ver2 .illust-sentens-wrapper .table-area{
	width: 600px;
	float: left;
}
.list-wrapper-ver2 .illust-sentens-wrapper .table-area table{
	width: 100%;
}
.list-wrapper-ver2 .illust-sentens-wrapper .illust-area{
	width: 210px;
	float: right;
}
.list-wrapper-ver2 .illust-sentens-wrapper .illust-area .notice{
	padding: 0 0 2px 10px;
	font-size: 11px;
	line-height: 1.1;
	white-space: nowrap;
}
.list-wrapper-ver2 .illust-sentens-wrapper .illust-area .notice a{
	color: #366b98;
}
.list-wrapper-ver2 .illust-sentens-wrapper .illust-area .notice a:hover{
	text-decoration: underline;
}
.list-wrapper-ver2 .illust-sentens-wrapper .illust-area .illust-box{
	width: 200px;
	margin: 0 0 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
	position: relative;
}
.list-wrapper-ver2 .illust-sentens-wrapper .illust-area .illust-box .illust{
	max-width: 200px;
}
.list-wrapper-ver2 .illust-sentens-wrapper .illust-area .illust-box .sample{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: 0 auto;
}
.list-wrapper-ver2 .sentence-all{
	margin:0 33px;
	padding:20px 0 34px 0;
	line-height:1.7;
}
.list-wrapper-ver2 .sentence-all .tableWp{
	width:100%;
	padding:10px 0 20px 0;
	background:#ffffff;
	border-left:1px solid #e2e3ea;
	border-right:1px solid #e2e3ea;
}
.list-wrapper-ver2 .sentence-all .tableLeadTitle{
	width: 820px;
	margin: 0 auto;
	color: #999999;
}
.list-wrapper-ver2 .sentence-all .tableLead{
	width: 800px;
	min-height: 1em;
	padding: 5px 10px;
	margin: 0 auto 20px auto;
	border:1px solid #dcdcdc;
	line-height: 1.3;
	font-size:18px;
}

.list-wrapper-ver2 .sentence-all table{
	width:840px;
	margin:0 auto;
	border-collapse:collapse;
}
.list-wrapper-ver2 .sentence-all table th{
	width: 20%;
	font-weight:bold;
	text-align:right;
	font-size:18px;
	vertical-align:top;
	line-height:1.5;
}
.list-wrapper-ver2 .sentence-all table td{
	text-align:left;
	font-size:18px;
	padding:0 0 0 .5em;
	vertical-align:top;
	line-height:1.5;
	empty-cells: show;
}
.list-wrapper-ver2 .sentence-all table .checkbox-cell{
	width: 16px;
	padding:10px 4px 0 2px;
	vertical-align:top;
	line-height:1.5;
}
.list-wrapper-ver2 .sentence-all table .icon-cell{
	width: 18px;
	padding:0 4px 0 0;
	vertical-align:top;
	text-align: center;
	line-height:1;
}
.list-wrapper-ver2 .sentence-all .icon-display{
	width: 18px;
}
.list-wrapper-ver2 .sentence-all .icon-speaker-kaiwa{
	width: 18px;
}
.list-wrapper-ver2 .sentence-all table .langJa th,
.list-wrapper-ver2 .sentence-all table .langJa td{
	font-size:13px;
	color:#333333;
	padding-bottom:2em;
	line-height:1.5;
}
.list-wrapper-ver2 .sentence-all table td.recordSelect{
	text-align:left;
	font-size:100%;
	padding:.4em 5px 1px 0;
	vertical-align:middle;
}
/* button wrapper */
.list-wrapper-ver2 .button-wrapper3{
	margin: 0 33px;
	padding: 20px 0 0 0;
}
.list-wrapper-ver2 .button-wrapper3 .button-table{
	display: table;
	width: 100%;
}
.list-wrapper-ver2 .button-wrapper3 .button-table .button-cell{
	display: table-cell;
	position: relative;
}
.list-wrapper-ver2 .button-wrapper3 .button-table .button-cell-left{
	width: 32%;
	text-align: left;
}
.list-wrapper-ver2 .button-wrapper3 .button-table .button-cell-center{
	width: 36%;
	text-align: center;
}
.list-wrapper-ver2 .button-wrapper3 .button-table .button-cell-right{
	width: 32%;
	text-align: right;
}
.list-wrapper-ver2 .bottom-control-line{
	display: block;
	margin: 33px 33px 0 33px;
	height: 1px;
	border-top:1px dashed #565f6c;
}
.list-wrapper-ver2 .dialog-move{
	top: -300%;
	right: 80%;
}
.list-wrapper-ver2 .button-wrapper3 .dialog-move{
	top: -20px;
	right: 40px;
}

/* ト書き */
.list-wrapper-ver2 .text-directions{
	width: 808px;
	margin:24px auto 8px auto;
	padding:12px 16px;
	line-height:1.5;
	font-size: 133.3%;
	color: #333333;
	background-color: rgb(0 0 0 / 4%);
	/* background-color: rgba(0, 0, 0, 0.5); */
	border: 2px solid #a6a6a6;
	border-radius: 4px;
}


/* overwrite +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.navigateButtons.narrowing{
	padding-top: 0;
}
.navigateButtons.narrowing .navigateLeft,
.navigateButtons.narrowing .navigateCenter,
.navigateButtons.narrowing .navigateRight{
	top: 0;
}
/* /overwrite ++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* generalList ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#col .generalList{
	margin:0 32px;
	border:1px solid #707070;
	background:#ffffff;
}
#col .generalList li{
	display:block;
	border:1px solid #707070;
	text-align:center;
}
#col .generalList li a{
	display:block;
	padding:.4em 10px .2em 10px;
	text-align:center;
	font-size:150%;
	color:#000000;
}
#col .generalList li.odd a{
	background-color: #e5e8e9;
}
#col .generalList li a:hover{
	background:#565f6c;
	color:#ffffff;
}
#col .generalList.gradeList li a .gradeBlock{
	float:right;
}
#col .generalList.secondLevel{
	margin:0 32px 0 32px;
}
#col .generalList .label{
	margin-left: 20px;
}
#col .generalList .icon{
	margin-left: 20px;
	width: 26px;
}
/* /generalList +++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* slideList +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#col .slideList{
	margin:0 32px;
	border:1px solid #707070;
	background:#ffffff;
}
#col .slideList li{
	display:block;
	border:1px solid #707070;
	text-align:center;
}
#col .slideList li dl{
	text-align:center;
}
#col .slideList li dl dt{
	display:block;
	padding:.4em 10px .2em 16px;
	text-align:left;
	font-size:150%;
	background:#565f6c;
	color:#ffffff;
	cursor:pointer;
}
#col .slideList li dl dd{
	display:none;
}
#col .slideList li dl dd a,
#col .slideList li dl dd label{
	display:block;
	padding:.4em 10px .2em 16px;
	text-align:center;
	font-size:150%;
	color:#000000;
	border-top:1px solid #707070;
}
#col .slideList li dl dd a.odd,
#col .slideList li dl dd label.odd{
	background-color: #e5e8e9;
}
#col .slideList li dl dd label input{
	margin-right:6px;
}
#col .slideList li dl dd label{
	text-align:left;
}
#col .slideList li a:hover,
#col .slideList li label:hover{
	background:#565f6c;
	color:#ffffff;
}
#col .slideList li a.odd:hover,
#col .slideList li label.odd:hover{
	color:#000000;
}
/* /slideList ++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* title ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#col .listTit{
	margin:0 58px;
	padding:.4em 10px .2em 10px;
	background:#565f6c url(../../img/icon/icon_triangle_bot_w.png) 97% 50% no-repeat;
	color:#ffffff;
	text-align:center;
	font-size:150%;
	border:1px solid #707070;
}
#col .listTit.secondLevel{
	margin:0 32px 0 88px;
	background:#2d3238;
}
/* /title +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* checkList +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.checkListArea{
	margin:0 32px;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-right:1px solid #707070;
	background:#ffffff;
}
.checkListArea dl.checkList{
	width:100%;
	border-bottom:1px solid #707070;
}
.checkListArea dl.checkList dt{
	width:55px;
	text-align:center;
	font-size:150%;
	color:#000000;
	display:block;
	float:left;
	border-right:1px solid #707070;
}
.checkListArea dl.checkList dt input{
	vertical-align:middle;
	margin-top:10px;
}
.checkListArea dl.checkList dd{
	width:823px;
	text-align:center;
	font-size:150%;
	color:#000000;
	display:block;
	float:left;
}
.checkListArea dl.checkList dd label{
	display:block;
	padding:.3em 0 .1em 0;
}
.checkListArea dl.checkList dd label:hover{
	display:block;
	background:#565f6c;
	color:#ffffff;
}
.checkListArea dl.checkList dd .icon{
	margin-left: 20px;
	width: 26px;
	vertical-align: top;
}
/* /checkList ++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* operationButtons +++++++++++++++++++++++++++++++++++++++++++ */
#operationButtons{
	padding:12px 0 0 0;
}
#operationButtons li a{
		margin:0 12px 8px 0;
}
/* /operationButtons ++++++++++++++++++++++++++++++++++++++++++ */

/* sentenceWp ++++++++++++++++++++++++++++++++++++++++++++++ */
#sentenceWp{
	max-height: 800px;
	margin:0 32px;
	border-top:1px solid #565f6c;
	padding:12px 0 12px 0;
}
#sentenceWp .redTxt{
	color:#ff0000;
}
#sentenceWp .sentenceArea{
	position:relative;
}
#sentenceWp .sentenceArea .checkBlock{
	width:50px;
	position:absolute;
	left:0;
	top:12px;
	text-align:left;
}
#sentenceWp .sentenceArea .controlParts{
	float: right;
	padding-top: 6px;
/*	position:absolute;
	right:0;
	bottom: 26px;*/
	text-align:left;
}
#sentenceWp .sentenceArea .controlParts .btn-play{
	display: inline-block;
	width: 43px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	text-align:left;
	font-size:1;
	line-height:1;
	text-indent:-9999px;
}
#sentenceWp .sentenceArea .controlParts .btn-play.play{
	background-image: url(../../img/btn/btn_play.png);
}
#sentenceWp .sentenceArea .controlParts .btn-play.pause{
	background-image: url(../../img/btn/btn_pause.png);
}
#sentenceWp .sentenceArea .controlParts .btn-play.stop{
	background-image: url(../../img/btn/btn_stop.png);
}
#sentenceWp .sentenceArea .controlParts.noPlayBtn{
	top: 10px;
	bottom: auto;
}
#sentenceWp .sentenceArea .controlParts p{
	padding:0 0 9px 0;
	text-align:left;
}
#sentenceWp .sentenceArea .controlParts .btn-general24{
	min-width: 146px;
}
#sentenceWp .sentenceArea .controlParts .btnScreen-box{
	width:110px;
/*	position:absolute;
	right:118px;
	bottom:0;*/
	text-align:center;
}
#sentenceWp .sentenceArea .controlParts .btnScreen-box .btnScreen{
	box-sizing: border-box;
	width:110px;
	height: 57px;
	padding-top: 11px;
	background-color:#565f6c;
	text-align:center;
	display:inline-block;
	*display:inline;
	*zoom: 1;
	color:#ffffff;
	border-radius: 3px;
	overflow:hidden;
	white-space:nowrap;
	position:relative;
}
#sentenceWp .sentenceArea .controlParts .btnScreen-box .btnScreen:hover{
	background-color:#717981;
}

#sentenceWp .sentenceArea .keySentence{
	float: left;
	min-height:80px;
	width: 600px;
	margin:0 0 0 50px;
	padding:6px 0 6px 0;
}
#sentenceWp .sentenceArea .keySentence li{
	font-size:116.6%;
	display: block;
	position: relative;
}
#sentenceWp .sentenceArea .keySentence .mainText{
	font-size:150%;
}

/* tooltip */
#sentenceWp .sentenceArea .keySentence .listToolTip{
	position: absolute;
	left: 0;
	top: 0;
	padding: 14px 20px;
	background-color: #ffffff;
	border:8px solid #565f6c;
	z-index: 10;
}
#sentenceWp .sentenceArea .keySentence .listToolTip table{
	border-collapse: collapse;
}
#sentenceWp .sentenceArea .keySentence .listToolTip table th{
	white-space: nowrap;
}
#sentenceWp .sentenceArea .sentenceDate{
	margin:0 0 0 50px;
	padding:.5em 0 .5em 0 ;
	border-top:1px dashed #b7c4d8;
	font-size:116.6%;
	text-align:right;
}
#sentenceWp .sentenceArea .folder-inner{
	margin:0 0 0 0;
}
#pageHomework #sentenceWp .sentenceArea .sentenceDate{
	margin:0 0 0 0;
}
#sentenceWp .sentenceArea .sentenceAll{
	border-top:1px dashed #b7c4d8;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
	line-height:1.7;
}
#sentenceWp .sentenceArea .sentenceAll .copyBtns{
	text-align: right;
}
#sentenceWp .sentenceArea .sentenceAll .tableWp{
	width:100%;
	padding:10px 0 20px 0;
	background:#ffffff;
	border-left:1px solid #e2e3ea;
	border-right:1px solid #e2e3ea;
}
#sentenceWp .sentenceArea .sentenceAll .tableLeadTitle{
	width: 820px;
	margin: 0 auto;
	color: #999999;
}
#sentenceWp .sentenceArea .sentenceAll .tableLead{
	width: 800px;
	min-height: 1em;
	padding: 5px 10px;
	margin: 0 auto 20px auto;
	border:1px solid #dcdcdc;
	line-height: 1.3;
	font-size:18px;
}

#sentenceWp .sentenceArea .sentenceAll table{
	width:840px;
	margin:0 auto;
	border-collapse:collapse;
}
#sentenceWp .sentenceArea .sentenceAll table th{
	font-weight:bold;
	text-align:right;
	font-size:18px;
	white-space:nowrap;
	vertical-align:top;
	line-height:2.1;
}
#sentenceWp .sentenceArea .sentenceAll table td{
	text-align:left;
	font-size:18px;
	padding:0 0 0 .5em;
	vertical-align:top;
	line-height:2.1;
}
#sentenceWp .sentenceArea .sentenceAll table .langJa th,
#sentenceWp .sentenceArea .sentenceAll table .langJa td{
	font-size:13px;
	color:#333333;
	padding-bottom:2em;
	line-height:1.5;
}
#sentenceWp .sentenceArea .sentenceAll table td.recordSelect{
	text-align:left;
	font-size:100%;
	padding:.4em 5px 1px 0;
	vertical-align:middle;
}
#sentenceWp .blankBox{
	display:inline-block;
*display:inline;
*zoom:1;
	background:#ffffff;
	border:1px solid #ddd;
	color:#fff;
}
#sentenceWp .blankBox.redTxt,
#sentenceWp .blankBox .redTxt{
	color:#ffffff;
	font-size:1;
}
/* /sentenceWp +++++++++++++++++++++++++++++++++++++++++++++ */


/* selectedSentence +++++++++++++++++++++++++++++++++++++++++++ */
#selectedSentence{
	margin:0 32px;
	height:69px;
}
#selectedSentence li{
	height:69px;
	display:block;
	float:left;
}
#selectedSentence li .block{
	height:54px;
	display:block;
	padding:3px 26px 0 26px;
	position:relative;
	text-align:center;
	font-size:18px;
	color:#8691a0;
	line-height:54px;
	white-space:nowrap;
	background:#565f6c;
	font-weight:bold;
	color:#ffffff;
}
#selectedSentence li .block .triangle{
	position:absolute;
	left:50%;
	bottom:-10px;
	display:block;
	margin-left:-11px;
}
#selectedSentence li.oparation{
	height:auto;
	display:block;
	margin: 20px 0 0 10px;
	float:left;
}
/* /selectedSentence ++++++++++++++++++++++++++++++++++++++++++ */


/* selectProgramArea ++++++++++++++++++++++++++++++++++++++++++ */
#col #selectProgramWp{
	margin:0 32px;
	padding:16px 0 16px 0;
}
#col .selectProgramArea{
	width:186px;
	position:relative;
	float:right;
	margin:0 0 0 12px;
}
#col .selectProgramArea .selectProgram{
	cursor:pointer;
	text-align:center;
}
#col .selectProgramArea #selectAim option{
	padding-left:6px;
	text-align:center;
}
#col .selectProgramArea .customSelect{
	width:184px;
	border:1px solid #565f6c;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background:#ffffff url(/img/icon/icon_triangle_bot.png) 98% 8px no-repeat;
	font-size:116.6%;
	line-height:1.5;
}
#col .selectProgramArea .customSelect.changed {
/* You can use this if you want a different style after user has made a selection */
}
#col .selectProgramArea .customSelectFocus {
/* You can use this if you want a different style after user has made a selection */
}
#col .selectProgramArea .customSelectOpen {
/* You can use this if you want a different style after user has made a selection */
}
/* We can style the inner box, too */
#col .selectProgramArea .customSelectInner {
	padding:3px 12px 0px 12px;
	text-align:center;
}
/* /selectProgramArea +++++++++++++++++++++++++++++++++++++++++ */


/* narrowButtonArea ++++++++++++++++++++++++++++++++++++++++++ */
#col #narrowButtonArea{
	margin:0 32px;
	padding:0 0 16px 0;
}
/* /narrowButtonArea +++++++++++++++++++++++++++++++++++++++++ */

/* operationButtons +++++++++++++++++++++++++++++++++++++++++++ */
#col .operationButtons{
	margin:0 32px;
	padding:6px 0 0 0;
}
#col .operationButtons li{
	display:inline;
}
#col .operationButtons li a{
		margin:0 12px 4px 0;
		display:block;
		float:left;
}
#col .operationButtons li a#btnHideJa{
	display:none;
}
#selectedSentence li a#btnHideJa{
	display:none;
}
#col .operationButtons li.navigateRight a{
		margin:0 12px 4px 0;
		display:block;
		float:right;
}
#kaiwa #col .operationButtons{
	width: 100%;
}
#kaiwa #col .operationButtons li a{
	margin: 0 10px 4px 0;
}
/* /operationButtons ++++++++++++++++++++++++++++++++++++++++++ */


/* /curriculumMain ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* skitResultArea +++++++++++++++++++++++++++++++++++++++++++++ */
#skitResultArea{
	margin:0 32px;
	border-top:1px dashed #565f6c;
}
#skitResultArea table{
	width:100%;
	border-collapse:collapse;
}
#skitResultArea table th{
	padding:.7em 1em .7em 0;
	text-align:left;
	font-size:150%;
	border-bottom:1px dashed #565f6c;
}
#skitResultArea table td{
	padding:.7em 0;
	text-align:left;
	font-size:150%;
	border-bottom:1px dashed #565f6c;
}
#skitResultArea table td.linkCell{
	padding:.7em 0 .7em 12px;
	text-align:right;
}
/* /skitResultArea ++++++++++++++++++++++++++++++++++++++++++++ */


/* cefrTableArea +++++++++++++++++++++++++++++++++++++++++++++ */
#col .cefrTableArea{
	margin:0 32px;
}
#col .cefrTableArea table{
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border-right:1px solid #707070;
	border-bottom:1px solid #707070;
	border-collapse:separate;
	color:#000000;
}
#col .cefrTableArea table th{
	background:#ffffff;
	width:124px;
	border-left:1px solid #707070;
	border-top:1px solid #707070;
	text-align:center;
	vertical-align:middle;
	empty-cells:hide;
	font-weight:normal;
}
#col .cefrTableArea table td{
	background:#ffffff;
	vertical-align:middle;
	border-left:1px solid #707070;
	border-top:1px solid #707070;
	text-align:letf;
}
#col .cefrTableArea table .listTitle th,
#col .cefrTableArea table .listTitle td{
	background:#565f6c;
	color:#ffffff;
}
#col .cefrTableArea table .listTriger{
	cursor:pointer;
}
#col .cefrTableArea table .listTriger.hover th,
#col .cefrTableArea table .listTriger.hover td{
	background:#565f6c;
	color:#ffffff;
}
#col .cefrTableArea table .listTriger th.border{
	border-bottom:1px solid #707070;
}
#col .cefrTableArea table th .block{
	padding:.6em 10px .4em 10px;
	text-align:center;
	font-size:150%;
}
#col .cefrTableArea table td .block{
	padding:.6em 20px .4em 20px;
	text-align:left;
	font-size:150%;
}
#col .cefrTableArea table .list{
	display:none;
}
#col .cefrTableArea table td ul{
}
#col .cefrTableArea table td ul li a,
#col .cefrTableArea table td ul li label{
	display:block;
	padding:.4em 20px .2em 20px;
	text-align:left;
	color:#000000;
	font-size:150%;
	border-bottom:1px solid #707070;
}

#col .cefrTableArea table td ul li a:hover,
#col .cefrTableArea table td ul li label:hover{
	background:#565f6c;
	color:#ffffff;
}
#col .cefrTableArea table td ul li.last a,
#col .cefrTableArea table td ul li.last label{
	border-bottom:none;
}
#col .cefrTableArea table td ul li label input{
	margin-right:6px;
	vertical-align:middle;
}
/* /cefrTableArea ++++++++++++++++++++++++++++++++++++++++++++ */


/* sort-wrapper ++++++++++++++++++++++++++++++++++++++++++ */
#col .sort-wrapper{
	margin:0 32px;
	padding:16px 0 16px 0;
	text-align: center;
	border-top: 1px solid #565f6c;
}
#col .sort-wrapper .sort-list-area{
	display: none;
	padding: 24px 0 0 0;
	text-align: left;
}
#col .sort-wrapper .sort-list{
	font-size: 100%;
	padding: 0 0 20px 0;
}
#col .sort-wrapper .sort-list dt{
	margin: 0 0 12px 0;
	font-size: 116.6%;
	font-weight: bold;
	color: #565f6c;
	border-bottom: 1px solid #d9d9d8;
}
#col .sort-wrapper .sort-list dt .note{
	margin: 0 0 0 12px;
	font-weight: normal;
	font-size: 83.3%;
	color: #b60909;
}
#col .sort-wrapper .sort-list dd{
	display: inline-block;
	margin: 0 18px 5px 0;
	font-size: 116.6%;
	vertical-align: middle;
}
#col .sort-wrapper .sort-list dd:hover{
	opacity: 0.85;
}
#col .sort-wrapper .sort-list dd .input-check{
	display: inline-block;
	margin: 0 6px 0 0;
	font-size: 116.6%;
	vertical-align: middle;
}
#btnSort .up{	display: none;}
#btnSort .down{	display: block;}
#btnSort.open .up{	display: block;}
#btnSort.open .down{	display: none;}
#btnSort .triangle{ font-size: 16px; vertical-align: middle;}
/* /sort-wrapper ++++++++++++++++++++++++++++++++++++++++++++ */




.search-step-area{
	margin: 12px 32px 0 32px;
}
.search-step-area .tit-step{
	padding: 0 0 .3em 0;
	font-size: 150%;
}
.search-step-area .step-list{
	font-size: 133.3%;
}
.search-step-area .step-list .list{
	display: block;
	padding: 0 0 42px 0;
}
.search-step-area .thumbnail{
	width: 600px;
	border: 5px solid #565f6c;
	display: block;
	margin: 12px auto 10px 0;
	padding: 0 0 0 0;
}
.search-step-area .step-bottom{
	display: block;
	margin: 22px auto 10px 0;
	font-size: 133.3%;
}

