@charset "utf-8";


/*  + normalize ==================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


::-moz-selection { background: #ffd56b; color: #fff; text-shadow: none; }
::selection { background: #ffd56b; color: #fff; text-shadow: none; }

a { color:#ff6b37;outline:none; text-decoration:none;}
a:hover { text-decoration:none;}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: nomal; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ffd56b; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] {
	-ms-box-sizing:border-box;
	box-sizing:border-box;}
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img{
	border:0;
}
ul, ol{
	list-style:none;
}
object,embed{
	outline: none;
}
#fb-root{width:1px;margin:0 auto}
/*  - normalize ==================================================================== */


/* + non-semantic helper classes ======================================================== */
.clearfix{ clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/*¥*/
*html .clearfix{height:1%;}
*:first-child+html .clearfix{height:auto;}
.clearfix{display:block;}
/**/
/* - non-semantic helper classes ======================================================== */


/*  + General page styling ============================================================ */
*{
	padding:0;
	margin:0;
}
body{
	padding:0;
	margin:0;
	height: 100%;
	font-family:"メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
	line-height:1.5;
	font-size:12px;
	color:#000000;
	background:url(../img/bg/bg_body.jpg);
	position:relative;
}
*:first-child+html body{
	font-size: 75%;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight:bold;
}
.super-wrapper{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.forStudent .super-wrapper{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-image:url(../img/bg/bg_wrapper_forstudents.png);
/*	-webkit-background-size: 1200px auto;
	     -o-background-size: 1200px auto;
	        background-size: 1200px auto;*/
}
#wp{
	width:970px;
	margin:0 auto;
	padding: 0 30px;
}
.for-student-disable{
	opacity: 0.3;
	pointer-events: none;
}
/*  - General page styling ============================================================ */




/* ver2.0 btn-general
======================================================================================= */
.btn-general{
	display: inline-block;
	height: 36px;
	padding: 0 16px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	font-size: 24px;
	color: #ffffff;
}
.btn-general:hover,
.btn-general24:hover{
	opacity: 0.85;
}
span.btn-general:hover,
span.btn-general24:hover{
	opacity: 1;
}
.btn-general .icon,
.btn-general24 .icon{
	vertical-align: middle;
	margin: 0 5px;
}
.btn-general24 .icon{
	height: 16px;
}
.btn-general.btn-next{
	padding: 0 40px 0 20px;
	background-image: url(../img/icon/icon_triangle_right_w.png);
	background-position: right 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.btn-general.btn-prev{
	padding: 0 20px 0 40px;
	background-image: url(../img/icon/icon_triangle_left_w.png);
	background-position: left 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.btn-general.btn-down{
	padding: 0 40px 0 20px;
	background-image: url(../img/icon/icon_triangle_bot_w.png);
	background-position: right 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.btn-general.btn-up{
	padding: 0 40px 0 20px;
	background-image: url(../img/icon/icon_triangle_up_w.png);
	background-position: right 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.btn-general.btn-pulldown{
	padding: 0 40px 0 20px;
	background-image: url(../img/icon/icon_pulldown.png);
	background-position: right 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 14px auto;
	     -o-background-size: 14px auto;
	        background-size: 14px auto;
}
.btn-general.btn-pause{
	padding: 0 40px 0 20px;
	background-image: url(../img/icon/icon_pause.png);
	background-position: right 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.btn-general.btn-stop{
	padding: 0 40px 0 20px;
	background-image: url(../img/icon/icon_stop.png);
	background-position: right 14px center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.btn-general.btn-green,
.btn-general24.btn-green{	background-color: #009944;}
.btn-general.btn-indigo,
.btn-general24.btn-indigo{	background-color: #434b9d;}
.btn-general.btn-red,
.btn-general24.btn-red{	background-color: #b60909;}
.btn-general.btn-gray,
.btn-general24.btn-gray{	background-color: #555e6a;}
.btn-general.btn-orange,
.btn-general24.btn-orange{	background-color: #f39800;}

.btn-general24{
	width: 112px;
	display: inline-block;
	height: 24px;
	padding: 0;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
}


/* ver2.0 /btn-general
======================================================================================= */



/*  + General setting =============================================================== */
/* generalBtn */
.generalBtn{
	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;
}
a.generalBtn:hover{ background-color:#717981;}
.generalBtn.blue{ background-color:#366b98;}
a.generalBtn.blue:hover{ background-color:#8398a9;}
.generalBtn.indigo{ background-color:#434b9d;}
a.generalBtn.indigo:hover{ background-color: opacity: 0.7;}
.generalBtn.red{ background-color:#b60909;}
a.generalBtn.red:hover{ background-color:#811111;}
.generalBtn.green{ background-color:#69a74b;}
a.generalBtn.green:hover{ opacity: 0.7;}
.generalBtn.small{
	width:108px;
	height:22px;
	line-height:22px;
	padding-top:2px;
	font-size:14px;
}
.generalBtn.medium{
	width:138px;
	height:34px;
	line-height:34px;
	font-size:24px;
	padding-top:2px;
}
.generalBtn.long{
	width:288px;/* 276 +12(margin) */
	height:34px;
	line-height:34px;
	font-size:24px;
	padding:2px 0 0 0;
}
.generalBtn.morelong{
	width:480px;
	height:34px;
	line-height:34px;
	font-size:24px;
	padding:2px 0 0 0;
}
.generalBtn.mostlong{
	width:580px;
	height:34px;
	line-height:34px;
	font-size:24px;
	padding:2px 0 0 0;
}
.generalBtn.disable{ background-color:#cccccc;}
.generalBtn.disable:hover{ background-color:#cccccc;cursor:default;}

.errorText{
	color:#cc0000;
	font-weight:bold;
	padding:.5em 0;
	text-align:left;
}
#alertBox{
	margin: 0 100px;
	padding:0 0 50px 0;
}

#simpleCt #alertBox h3{
	color:#cc0000;
	font-weight:bold;
	padding:0 0 1em 0;
	text-align: center;
	font-size: 150%;
}
#simpleCt #alertBox h4{
	padding:2em 0 0 0;
	text-align: left;
	font-size: 150%;
	font-weight: normal;
}
#simpleCt #alertBox p{
	padding:1em 0 1em 0;
	text-align: left;
	font-size: 133.3%;
}
#alertBox dl{
	padding:1em 0 1em 1em;
}
#alertBox dl dt{
	font-size: 133.3%;
}
#alertBox dl dd{
	font-size: 133.3%;
}
#simpleCt #alertBox p.sso{
	padding:0 0 0 1em;
	text-align: left;
	font-size: 133.3%;
}
#simpleCt #alertBox p.sso:first-of-type{
	padding:1em 0 0 1em;
}
#simpleCt #alertBox p.sso:last-of-type{
	padding:1em 0 0 0;
}
#alertBox .dummy-button{
	margin: 0 .3em;
	height: 1.4em;
	vertical-align: middle;
	opacity: .8;
}
/*  - General setting =============================================================== */


/*  + hd ======================================================================= */
#hd{
	width:970px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 12px 0;
}
#hd #hd-left{
	width:747px;
	margin:0 0 0 0;
	background:url(../img/bg/bg_h1.png) right top no-repeat;
	float:left;
	border-top:8px solid #565f6c;
	position: relative;
}
#hd #hd-left #hd-logo{
	width:400px;
	height: 87px;
	display:block;
	position: absolute;
	left: -38px;
	top: 19px;
	text-align:left;
}
#hd #hd-left #hd-logo img{
	width: 100%;
}
#hd #hd-left #hd-logo:hover{
	opacity: 0.85;
}
.forStudent #hd #hd-left #hd-logo{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image:url(../img/logo/title_forstudents.png);
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}
.forStudent #hd #hd-left #hd-logo img{
	visibility: hidden;
}
#hd #hd-sub{
	width:223px;
	float:right;
	padding:22px 0 0 0;
	text-align:right;
}
#hd #hd-sub .greeting{
	padding:0 0 2px 20px;
	text-align:left;
	font-size:14px;
}
#hd #hd-sub .btn{
	margin:0 0 0 auto;
}
#hd #hd-sub .btnQuestionnaire{
	margin:8px 4px 0 auto;
}
#hd .hd-center-area{
	margin: 0 0 0 370px;
	padding: 18px 0 18px 0;
	/*min-height: 125px;*/
}
#hd #hdLink{
	display: block;
/*	position: absolute;
	right: 8px;
	bottom: 30px;*/
	margin:0 0 0 6px;
	padding:8px 0 0 0;
}
#hd #hdLink li{
	display:inline;
	margin-right:3px;
}
#hd #hdLink li a{
	color:#444444;
	text-decoration:underline;
}
#hd #hdLink li a:hover{
	opacity: 0.85;
}
#hd #hdLink li span{
	margin-left:2px;
}
#hd #hdLink li a,
#hd #hdLink li span{
	font-size: 108.3%;
	font-weight: bold;
}
#hd #hd-left .note-text{
	width: 366px;
	height: 48px;
	overflow: hidden;
	position: absolute;
	right: 7px;
	top: 38px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	line-height: 1.6;
}
#hd #hd-left .note-text a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
#hd #hd-left .note-text-left{
/*	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 24px;*/
	padding-right: 4px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
}
#hd #hd-left .note-text-left a{
	color:#444444;
	text-decoration: underline;
}
#hd #hd-left .note-text .icon-new{
	position: absolute;
	left: 0;
	bottom: 4px;
}
#hd #hd-left .mark-red{
	display: inline-block;
	background-color: #e60012;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 1px 6px 0 6px;
	line-height: 1.4;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
#hd .btn-materials{
	position: absolute;
	right: 3px;
	bottom: -54px;
}
#hd .text-materials{
	position: absolute;
	right: 3px;
	bottom: -73px;
	color: #007f3f;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
#hd .text-materials .icon-new{
	margin-right: 4px;
}

#hd .banner-table{
	width: 100%;
	display: table;
	border-collapse: collapse;
}
#hd .banner-table .banner{
	display: table-cell;
	vertical-align: bottom;
}
#hd .banner-table .banner img:hover{
	opacity: .85;
}
#hd .banner-table .banner-left{
	text-align: left;
}
#hd .banner-table .banner-right{
	text-align: right;
}

.hd-button-list{
	display: flex;
	justify-content: space-between;
	clear: both;
	padding: 32px 0 24px 0;
}
.hd-button-list .list{
	display: inline-flex;
	width: 168px;
}
.hd-button-list .list .link{
	width: 100%;
	height: 28px;
	padding: 2px 12px 0 40px;
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #888987;
	color: #1a1a1a;
	text-align: left;
	background-position: 8px center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	font-size: 116.6%;
}
.hd-button-list .list .link:hover{
	opacity: .85;
}
.hd-button-list .list .link.toppage{
	background-image: url(/img/icon/icon_hd_home.png);
}
.hd-button-list .list .link.howto{
	background-image: url(/img/icon/icon_hd_movie.png);
}
.hd-button-list .list .link.news{
	background-image: url(/img/icon/icon_hd_stylus.png);
}
.hd-button-list .list .link.faq{
	background-image: url(/img/icon/icon_hd_quiz.png);
}
.hd-button-list .list .link.inquiry{
	background-image: url(/img/icon/icon_hd_email.png);
}

/*  - hd ======================================================================= */


/*  + ct ======================================================================= */
#ct{
	margin:0 auto ;
	padding:0 0 20px 0;
}

/* bnv ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#bnv{
	width:100%;
	padding:0 0 10px 0;
}
#bnv li{
	display:inline;
	color:#565f6c;
}
#bnv li img{
	vertical-align:middle;
	margin-right:4px;
}
#bnv li span{
	margin-right:4px;
}
#bnv li a{
	color:#565f6c;
}
#bnv li a:hover{
	text-decoration:underline;
}
/* /bnv +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* gnv ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#gnv{
	width:100%;
	height:50px;
	padding:0 0 0 0;
	background:url(/img/gtab/bg_gtab.png) left bottom repeat-x;
	text-align:left;
}
#gnv li{
	display:inline;
}
#gnv li a{
	width:194px;
	height:50px;
	display: block;
	float: left;
	margin-right:5px;
	text-align:left;
	font-size:1;
	line-height:1;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}
#gnv li.cur a{ background-position:left bottom;}
#gnv li#gTab-curriculum a{ background-image:url(/img/gtab/gtab_curriculum_ver2.png);}
#gnv li#gTab-search a{ background-image:url(/img/gtab/gtab_search_ver2_0405.png);}
#gnv li#gTab-mypage a{ background-image:url(/img/gtab/gtab_mypage_ver2.png);}
#gnv li#gTab-for-student a{ background-image:url(/img/gtab/gtab_for_student.png);}
/* /gnv +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* generalSelectArea ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.generalSelectArea{
	border-left:1px solid #707070;
	border-right:1px solid #707070;
	border-bottom:1px solid #707070;
	height:53px;
	margin:0;
	background:#ffffff;
	position:relative;
	text-align:center;
}
.page-curriculum .generalSelectArea{
	background:#e4f3fb;
}
.page-search .generalSelectArea{
	background:#fffde9;
}
.page-print #sentenceWp{
	border-top: none;
}
.page-mypage .generalSelectArea{
	background:#efeef3;
}
.page-mypage .generalStudentSelectArea{
	background:#e8f3e7;
}
.generalSelectArea.firstLevel{
	padding:0 0 0 0;
}
.generalSelectArea.secondLevel{
	padding:11px 0 10px 0;
}
.generalSelectArea.secondLevel{
	border-bottom:none;
}
.generalSelectArea.secondLevel .generalSelect{
	border-bottom:none;
}
.generalSelectArea .generalSelect{
	height:53px;
	text-align:center;
}
.generalSelectArea .generalSelect li{
	height:53px;
	display:inline-block;
	*display:inline;
	*zoom:1;
		background:url(../img/parts/bg_limitselect_li.png) right 60% no-repeat;
}
.generalSelectArea .generalSelect li:last-child{
		background:none;
}
.generalSelectArea .generalSelect li a{
	height:48px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 26px 0 26px;
	position:relative;
	text-align:center;
	font-size:150%;
	color:#000000;
	line-height:45px;
	white-space:nowrap;
}
.generalSelectArea .generalSelect li a:hover,
.generalSelectArea .generalSelect li a.cur{
	background:#565f6c;
	color:#ffffff;
}
.generalSelectArea .generalSelect li a .triangle{
	display:none;
	z-index:2;
}
.generalSelectArea .generalSelect li a:hover .triangle,
.generalSelectArea .generalSelect li a.cur .triangle{
	position:absolute;
	left:50%;
	bottom:-10px;
	display:block;
	margin-left:-11px;
}
/* /generalSelectArea +++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* col ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#col{
	margin:0 0 0 0;
	padding:20px 0 28px 0;
	border-left:8px solid #707070;
	border-right:8px solid #707070;
	border-top:8px solid #707070;
	border-bottom:8px solid #707070;
	background:#e9edf3 url(../img/curriculum/bg_curriculummain.png) left top repeat-x;
}
#mainBnv{
	padding:1em;
	text-align:center;
	background-color: #f1f8fb;
	border: 4px dashed #2494d3;
}
#mainBnv li{
	display:inline;
	font-weight:bold;
}
#mainBnv li a{
	color:#000000;
	font-size: 150%;
}
#mainBnv li a:hover{
	text-decoration:underline;
}
#mainBnv li span{
	color:#000000;
	font-size: 150%;
}
/* /col +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* navigateButtons ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.navigateButtons{
	min-height:36px;
	margin:0 32px;
	padding:16px 0;
	text-align:center;
	position:relative;
}
.navigateButtons.kaiwaBottom{
	border-bottom: 1px dashed #b7c4d8;
}


.navigateButtons li{
	display:inline-block;
	*display:inline;
	*zoom: 1;
}
.navigateButtons .navigateLeft{
	position:absolute;
	left:0;
	top:16px;
}
.navigateButtons .navigateRight{
	position:absolute;
	right:0;
	top:16px;
}
.navigateButtons .navigateCenter{
	margin:0 auto;
}
/* /navigateButtons +++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*  - ct ======================================================================= */


/*  + ft ======================================================================= */
#ft{
	width:100%;
}
.forStudent #ft{
	width:100%;
	background-color: rgba(255, 255, 255, .5);
}
#ft .ft-inner{
	width:970px;
	margin: 0 auto;
	min-height:57px;
	padding-bottom: 10px;
	position:relative;
	background:url(../img/bg/bg_ft.png) left top no-repeat;
}
#ft #ft-logoNep{
	position:absolute;
	left:-1px;
	top:13px;
}
#ft #ft-logoNep img{
	/*width: 190px;*/
}
#ft #ft-logoLead{
	display: block;
	position:absolute;
	right:0;
	top:14px;
	width: 212px;
	height: 41px;
	text-align: right;
}
.forStudent #ft #ft-logoLead{
	top: 4px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(../img/logo/fotter_forstudents.png);
}
.forStudent #ft #ft-logoLead img{
	visibility: hidden;
}
#ft #ftLink{
	margin:0 0 0 190px;
	padding:18px 0 0 0;
}
#ft #ftLink li{
	display:inline;
	margin-right:6px;
}
#ft #ftLink li a{
	color:#000000;
}
#ft #ftLink li a:hover{
	text-decoration:underline;
}
#ft #ftLink li span{
	margin-left:6px;
}
/*  - ft ======================================================================= */

/* +modal ===================================================================== */
#mask {
	position:fixed;
	left:0;
	top:0;
	z-index:9000;
	display:none;
	background:#ffffff;
}

.window{
	position:absolute;
	display:none;
	z-index:9999;
	text-align:center;
}
.window .close{
	cursor:pointer;
}
#newsDialog{
	width:400px;
	border:1px solid #707070;
	background:#ffffff;
}
#newsDialog .dialog{
	width:100%;
	padding:70px 0;
	text-align:center;
}
#newsDialog .dialog{
	width:100%;
	padding:60px 0;
	text-align:center;
}
#newsDialog .dialog dt{
	font-size:200%;
	padding:0 0 24px 0;
}
#newsDialog .dialog dd{
	padding:0 0 14px 0;
}
#newsDialog .dialog dd .generalBtn{
	white-space:normal;
}
/* -modal ===================================================================== */

/* print +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.printObject{
	display:none;
}
.langJa{
	display:none;
}
/* /print ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.hide{
	display:none;
}
.show{
	display:inline;
}

#btnChangeOption .up{	display: none;}
#btnChangeOption .down{	display: block;}
#btnChangeOption.open .up{	display: block;}
#btnChangeOption.open .down{	display: none;}
#btnChangeOption .triangle{ font-size: 16px; vertical-align: middle;}




/* +tooltip =================================================================== */
/* -tooltip =================================================================== */


/* dialog-move ============================================================= */
.dialog-move{
	display: none;
	width: 460px;
	position: absolute;
	right: 50px;
	top: 12px;
	z-index: 10;
	border-left: 8px solid #565f6c;
	border-right: 8px solid #565f6c;
	border-bottom: 8px solid #565f6c;
	background-color: #eeeeee;
}
.dialog-move .dialog-head{
	padding: 8px 0 8px 0;
	position: relative;
	background-color: #565f6c;
	background-image: url(../img/icon/icon_move_white.png);
	background-position: left 6px center;
	background-repeat: no-repeat;
	-webkit-background-size: 35px auto;
	     -o-background-size: 35px auto;
	        background-size: 35px auto;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
.dialog-move .dialog-head .btn-close-dialog{
	position: absolute;
	right: 8px;
	top: 10px;
	cursor: pointer;
}
.dialog-move .dialog-body{
	padding: 16px 4%;
	color: #2e2e2e;
	font-size: 15px;
}
.dialog-move .dialog-body .move-list{
	max-height: 100px;
	-ms-overflow-y: auto;
	    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	text-align: center;
}
.dialog-move .dialog-body .move-list .list{
	display: inline-block;
	margin: .2em .5em 0 .5em;
	color: #2e2e2e;
}
.dialog-move .dialog-body .move-list .list a{
	color: #2e2e2e;
}
.dialog-move .dialog-body .move-list .list a:hover{
	text-decoration: underline;
}
/* dialog-move ============================================================= */


/* +modalCI ===================================================================== */
.modalCI{
	position:fixed;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index:9000;
	display:none;
	background:rgba(255,255,255, 0.9);
}
.modalCI .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

/* クラス移動先選択エリア */
.select-class-area{
	width: 420px;
	margin: 0 auto;
	border: 5px solid #565f6c;
	border-radius: 8px;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.select-class-area .title{
	margin: 0 40px;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
.select-class-area .btn-close{
	position: absolute;
	right: 14px;
	top: 14px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.select-class-area .btn-close img{
	width: 100%;
}
.select-class-area .selectarea-wrapper{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.select-class-area .selectarea-wrapper .select-field{
	width: 30%;
	text-align: center;
}
.select-class-area .selectarea-wrapper .select-field .title{
	padding: 10px 0;
	text-align: center;
	font-size: 125%;
	font-weight: normal;
}
.select-class-area .selectarea-wrapper .select-field .selectbox{
	width: 100%;
	padding: 10px 0;
	font-size: 125%;
	background-color: #fff;
	border: 1px solid #565f6c;
	border-radius: 3px;
}
.select-class-area .selectarea-wrapper .select-field .input-text-box{
	width: calc(100% - 20px);
	padding: 10px 10px;
	font-size: 125%;
	background-color: #fff;
	border: 1px solid #565f6c;
	border-radius: 3px;
}
.select-class-area .button-area{
	padding: 24px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.select-class-area .button-area .button{
	display: inline-block;
	box-shadow: 1px 1px 2px 2px rgba(255,255,255, 0.3);
}
.select-class-area .button-area .button.link{
	width: 200px;
	margin: 0 auto;
	border-radius: 6px;
	padding: 10px 0;
	background-color: #565f6c;
	text-align: center;
	font-size: 125%;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.just-now-share-table{
	margin: 3% auto;
	font-size: 150%;
}
.just-now-share-table tbody tr{
	padding: .5em;
}
.just-now-share-table tbody tr th,
.just-now-share-table tbody tr td{
	padding: 0.5em 1em 0.5em 0;
}
/* +modalCI ===================================================================== */



/* font-size config
(24px) -> 200%
(23px) -> 191.6%
(22px) -> 183.3%
(21px) -> 175%
(20px) -> 166.6%
(19px) -> 158.3%
(18px) -> 150%
(17px) -> 141.6%
(16px) -> 133.3%
(15px) -> 125%
(14px) -> 116.6%
(13px) -> 108.3%
(11px) -> 91.6%
(10px) -> 83.3%
(9px)	-> 75%
(8px)	-> 66.6%
*/