@charset "UTF-8";

/* ================================================ */

#wrap {
	display: table;
	margin: 0 auto;
	width: 960px;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,.8);
	background-color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}
#wrap #left-area {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding-top: 4px;
	background-color: #111;
}
#wrap #right-area {
	display: table-cell;
	vertical-align: top;
	width: 596px;
	padding: 32px;
}

/* ================================================ */

.global-navi li a {
	display: block;
	padding: 12px 16px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	background-color: #333;
	line-height: 25px;
	font-size: 1.167em;
	color: #fff;
}
.global-navi li a:hover,
.global-navi li a:focus {
	border-top-color: #111;
	border-bottom-color: #111;
	background-color: #222;
	color: #7febd9;
	text-decoration: none;
}
.global-navi li img {
	margin-right: 8px;
	vertical-align: bottom;
}

.inside .global-navi li {
	padding: 12px 16px;
	border-bottom: 1px solid #333;
	font-size: 1.167em;
	color: #fff;
}

.navi-label {
	padding: 6px 16px;
	background-color: #111;
	line-height: 1;
	color: #ccc;
}

/* ================================================ */

.step,
.done,
.outside {
	position: relative;
	margin: 16px;
	padding: 16px 0;
	background-color: #fff;
	text-align: center;
	font-size: 1.333em;
}
.step:last-child,
.done:last-child,
.outside:last-child {
	margin-bottom: 20px;
}
#current.step,
#current.done {
	background-color: #d3ffff;
	font-weight: bold;
	color: #2DAA96;
}
.outside {
	background-color: #ccc;
}
.step:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 0;
}
#current.step:after {
	border-top-color: #d3ffff;
}

/* ================================================ */

.txt {
	margin: 16px auto;
}
.txt-r {
	color: #c00;
	margin-bottom: 16px;
}

/* ================================================ */

.hissu {
	display: inline-block;
	padding: 0 3px;
	background-color: #fcc;
	color: #c00;
	font-size: .833em;
	font-weight: bold;
}
.check {
	padding-bottom: 15px;
	font-size: 1.333em;
	font-weight: bold;
}
.check-big {
	padding-bottom: 15px;
	font-size: 1.5em;
	font-weight:bold;
}

/* ================================================ */

.table-caption {
	font-size: .917em;
	color: #888;
}
.sample-area {
	padding: .3em;
	width: 400px;
	height: 80px;
	border: 1px solid #aaa;
	background-color: #f0f0f0;
}
.input-textarea {
	padding: .3em;
	height: 80px;
	border: 1px solid #aaa;
	background-color: #f0f0f0;
}

/* ================================================ */

.attention {
	margin: 16px auto;
	padding: 16px;
	border: 1px solid #cc9;
	background-color: #ffc;
	color: #c00;
}
.hazard {
	margin: 16px auto;
	padding: 16px;
	border: 1px solid #c99;
	background-color: #fdd;
	color: #c00;
}
.mind {
	margin: 16px auto;
	padding: 16px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}

/* ================================================ */

.input-text,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	padding: .3em;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
	box-shadow: 0 0 2px rgba(0,0,0,.2) inset;
	/*font-size: 1.167em;*/
	transition: background-color .3s linear;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
textarea[disabled] {
	background: #dddddd;
	border-color: #dddddd;
	box-shadow: none;
}
.input-text:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:not([readonly]):focus {
	background-color: #cbfff6;
	box-shadow: none;
}
form {
	display: inline;
}
.form_mini {
	width: 40px;
}
.form_mid　{
	width: 60px;
}

/* ================================================ */

.line-table,
.grid-table {
	clear: both;
	width: 100% !important;
}
.line-table th,
.grid-table th {
	padding: 8px;
	background-color: #f0f0f0;
	text-align: center;
	font-weight: bold;
}
.line-table [align=left],
.grid-table [align=left] {
	text-align: left;
}

.line-table td,
.grid-table td {
	padding: 12px 8px;
}
.line-table th,
.line-table td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.grid-table th,
.grid-table td {
	border: 1px solid #ccc;
}

/* ================================================ */

.button-table {
	width: 100% !important;
	margin: 16px auto 0;
	table-layout: fixed;
}
.button-table[style*="float:right"] {
	width: auto !important;
}
.button-table td {
	padding: 10px 5px;
}

.edit-table td {
	border: none !important;
	padding: 5px !important;
}

.setting-table {
	width: 100% !important;
	margin-top: 15px;
}
.setting-table td {
	padding: 5px;
}

/*Table*/
.select-table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	vertical-align: middle;
	clear: both;
}
.select-table td {
	padding: 15px 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.select-table th {
	padding: 5px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.select-table tr:nth-child(2n) {
	background: #f0f0f0;
}

/* ================================================ */

a[class^=button] {
	position: relative;
	display: block;
	padding: 0 10px;
	height: 24px;
	border-radius: 6px;
	background: #2DAA96;
	box-shadow: 0 1px rgba(0,0,0,.5);
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	white-space: nowrap;
	transition: background-color .3s ease-out;
}
a[class^=button]:hover,	a[class^=button]:focus,	a[class^=button]:active {
	top: 1px;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
}
a.button-m span:before,
a.button-f span:after,
a.button-r span:before,
a.button-p span:before,
a.button-y span:before,
a.button-i span:before,
a.button-b span:before {
	/* icon */
	content: "\e611";
	font-family: 'bindcloud';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	padding-right: 4px;
	vertical-align: -1px;
}

/* 通常
#2DAA96	rgb(45,170,150)
#14917D	rgb(20,145,125)
#007763	rgb(0,119,99)
#005E4A	rgb(0,94,74)
*/
a.button,
a.button-m,
a.button-b,
a.button-f {
	/* IE8 */
	border-right: 1px solid #005E4A;
	border-bottom: 1px solid #005E4A;
	background: #2DAA96;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: -webkit-linear-gradient(rgba(45,170,150,0) 0%,rgba(20,145,125,1) 100%);
	background: linear-gradient(rgba(45,170,150,0) 0%,rgba(20,145,125,1) 100%);
	background-color: rgba(45,170,150,1);
}
a.button:hover,		a.button:focus,		a.button:active,
a.button-m:hover,	a.button-m:focus,	a.button-m:active,
a.button-b:hover,	a.button-b:focus,	a.button-b:active,
a.button-f:hover,	a.button-f:focus,	a.button-f:active {
	/* IE8 */
	border: 1px solid #005E4A;
	border-right: none;
	border-bottom: none;
	background: #14917D;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(0,119,99,1);
}
/* 通常 small */
a.button {
	float: right;
}
/* 通常 medium */
a.button-m {
	float: right;
	padding: 5px 15px;
}
a.button-b {
	display: inline-block;
	padding: 5px 15px;
}
/* 通常 rightwards */
a.button-f {
	position: relative;
	float:left;
	padding: 5px 15px;
}
a.button-f span:after {
	content: "\e615";
	padding-right: 0;
	padding-left: 4px;
}

/* 緑 small
#40a140	rgb(64,161,64)
#278827	rgb(39,136,39)
#0d6e0d	rgb(13,110,13)
#005500	rgb(0,85,0)
*/
a.button-g {
	float: right;

	/* IE8 */
	border-right: 1px solid #050;
	border-bottom: 1px solid #050;
	background: #40a140;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: -webkit-linear-gradient(rgba(64,161,64,0) 0%,rgba(39,136,39,1) 100%);
	background: linear-gradient(rgba(64,161,64,0) 0%,rgba(39,136,39,1) 100%);
	background-color: rgba(64,161,64,1);
}
a.button-g:hover,	a.button-g:focus,	a.button-g:active {
	/* IE8 */
	border: 1px solid #050;
	border-right: none;
	border-bottom: none;
	background: #278827;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(13,110,13,1);
}

/* 赤…解約・削除など
#cd4533	rgb(205,69,51)
#b42c1a	rgb(180,44,26)
#9a1200	rgb(154,18,0)
#810000	rgb(129,0,0)
*/
a.button-rs,
a.button-r {
	/* IE8 */
	border-right: 1px solid #810000;
	border-bottom: 1px solid #810000;
	background: #cd4533;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: -webkit-linear-gradient(rgba(205,69,51,0) 0%,rgba(180,44,26,1) 100%);
	background: linear-gradient(rgba(205,69,51,0) 0%,rgba(180,44,26,1) 100%);
	background-color: rgba(205,69,51,1);
}
a.button-r:hover,	a.button-r:focus,	a.button-r:active,
a.button-rs:hover,	a.button-rs:focus,	a.button-rs:active {
	/* IE8 */
	border: 1px solid #810000;
	border-right: none;
	border-bottom: none;
	background: #b42c1a;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(154,18,0,1);
}
/* 赤 small */
a.button-rs {
	float: right;
}
/* 赤 medium */
a.button-r {
	float: right;
	padding: 5px 15px;
}

/* 青
#3597c7	rgb(53,151,199)
#1c7eAe	rgb(28,126,174)
#026494	rgb(2,100,148)
#004b7b	rgb(0,75,123)
*/
a.button-ys,
a.button-y,
a.button-i {
	/* IE8 */
	border-right: 1px solid #004b7b;
	border-bottom: 1px solid #004b7b;
	background: #3597c7;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: -webkit-linear-gradient(rgba(53,151,199,0) 0%,rgba(28,126,174,1) 100%);
	background: linear-gradient(rgba(53,151,199,0) 0%,rgba(28,126,174,1) 100%);
	background-color: rgba(53,151,199,1);
}
a.button-ys:hover,	a.button-ys:focus,	a.button-ys:active,
a.button-y:hover,	a.button-y:focus,	a.button-y:active,
a.button-i:hover,	a.button-i:focus,	a.button-i:active {
	/* IE8 */
	border: 1px solid #004b7b;
	border-right: none;
	border-bottom: none;
	background: #1c7eAe;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(2,100,148,1);
}
/* 青 medium 右寄せ */
a.button-y {
	float: right;
	padding: 5px 15px;
}
/* 青 medium */
a.button-i {
	display: inline-block;
	padding: 5px 15px;
}

/* 戻るボタン
#666666	rgb(102,102,102)
#4d4d4d	rgb(77,77,77)
#333333	rgb(51,51,51)
#1a1a1a	rgb(26,26,26)
*/
a.button-p {
	float: right;
	padding: 5px 15px;

	/* IE8 */
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	background: #666;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: -webkit-linear-gradient(rgba(102,102,102,0) 0%,rgba(77,77,77,1) 100%);
	background: linear-gradient(rgba(102,102,102,0) 0%,rgba(77,77,77,1) 100%);
	background-color: rgba(102,102,102,1);
}
a.button-p span:before {
	content: "\e614";
}
a.button-p:hover,	a.button-p:focus,	a.button-p:active {
	/* IE8 */
	border: 1px solid #1a1a1a;
	border-right: none;
	border-bottom: none;
	background: #4d4d4d;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(51,51,51,1);
}

/* センタリング */
div.center {
	text-align: center;
}
.center div {
	display: inline-block;
}


/* ================================================ */

.title {
	margin-bottom: 16px;
	border-bottom: 1px solid #999;
	font-size: 1.333em;
	font-weight: bold;
}

/* ================================================ */

.title-table {
	width: 100%;
	background-color: #ccc;
}
.title-table th,
.title-table td {
	padding: 10px;
}
.title-table .subtitle {
	line-height: 1;
	font-size: 1.333em;
	font-weight: bold;
}

/* ================================================ */

.layout {
	padding: 16px 0;
}
.layout table[cellpadding="5"] td {
	padding: 5px 0;
}

/* ========================
vex plugin
======================== */
@keyframes vex-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes vex-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes vex-fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes vex-fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes vex-rotation {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
	}
}
@-webkit-keyframes vex-rotation {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
	}
}
.vex,
.vex *,
.vex *:before,
.vex *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vex {
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1111;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 100px;
}
.vex-overlay {
	background: black;
}
.vex-overlay {
	animation: vex-fadein .5s;
	-webkit-animation: vex-fadein .5s;
	position: fixed;
	background: rgba(0,0,0,.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.vex.vex-closing .vex-overlay {
	animation: vex-fadeout .5s;
	-webkit-animation: vex-fadeout .5s;
}
.vex-content {
	animation: vex-fadein .5s;
	-webkit-animation: vex-fadein .5s;
	background: white;

	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0,0,0,.6);
	background: #ffffff;
	padding: 3em;
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	width: 450px;
}
.dlUploadDialog .vex-content {
	width: 640px;
}
.vex-content ul,
.vex-content p {
	margin-bottom: 1em;
}
.vex.vex-closing .vex-content {
	animation: vex-fadeout 0.5s;
	-webkit-animation: vex-fadeout 0.5s;
}
.vex-close {
	border-radius: 0 2px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.vex-close:before {
	font-family: Arial, sans-serif;
	content: "\00D7";

	border-radius: 3px;
	position: absolute;
	font-size: 26px;
	font-weight: normal;
	line-height: 31px;
	height: 30px;
	width: 30px;
	text-align: center;
	top: 3px;
	right: 3px;
	color: #bbbbbb;
	background: transparent;
}
.vex .vex-close:hover:before,
.vex .vex-close:active:before {
	color: #777777;
	background: #e0e0e0;
}
.vex-dialog-form {
	margin: 0;
}
.vex-dialog-form .vex-dialog-message {
	margin-bottom: 1em;
	font-weight: bold;
}
.vex-dialog-form .vex-dialog-input textarea,
.vex-dialog-form .vex-dialog-input textarea:focus {
	height: 6em;
}
.vex-dialog-form .vex-dialog-buttons {
	text-align: center;
}
.vex-dialog-form .vex-dialog-buttons:after {
	content: "";
	display: table;
	clear: both;
}
.vex .vex-dialog-button {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	margin: 0 .25em;
}
.vex-dialog-button.vex-dialog-button-primary {
	background: #c03e3e;
}
.vex-dialog-button.vex-dialog-button-primary:focus,
.vex-dialog-button.vex-dialog-button-primary:hover {
	background: #9b3333;
}
.vex-dialog-button.vex-dialog-button-secondary {
	background: #7c9491;
}
.vex-dialog-button.vex-dialog-button-secondary:focus,
.vex-dialog-button.vex-dialog-button-secondary:hover {
	background: #586d6a;
}
.vex-loading-spinner {
	animation: vex-rotation 0.7s linear infinite;
	-webkit-animation: vex-rotation 0.7s linear infinite;
	position: fixed;
	z-index: 1112;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 0 0.5em rgba(0,0,0,.2);
	border-radius: 100%;
	background: rgba(255,255,255,.2);
	width: 0;
	height: 0;
	border: 1.2em solid #bbbbbb;
	border-top-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
}
body.vex-open {
	overflow: hidden;
}

/* 送信ボタン ============================= */
.button,
button,
input[type=button],
input[type=submit],
input[type=reset] {
	margin: .25em 0;
	padding: .8em;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	color: #ffffff;
	background: #ea5e01;
	background: -moz-linear-gradient(top, #ea5e01 0%, #d45500 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #ea5e01 0%, #d45500 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #ea5e01 0%, #d45500 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea5e01 0%, #d45500 100%); 
	font-size: 1.083em;
	text-align: center;
	line-height: 1;
	box-shadow: 0 -1px rgba(0,0,0,.3) inset;
	white-space: nowrap;
	cursor:pointer;
}
.button {
	display: inline-block;
}
.submitBox [type=submit] {
	padding: 15px 30px;
}
.button:focus, .button:hover,
button:focus, button:hover,
input[type=button]:focus, input[type=button]:hover,
input[type=submit]:focus, input[type=submit]:hover,
input[type=reset]:focus, input[type=reset]:hover {
	outline: none;
	background: #c65204;
	box-shadow: 1px 2px rgba(0,0,0,.2) inset, -1px 0 rgba(0,0,0,.2) inset;
	text-decoration: none;
	color: #ffffff;
}
.button.disabled, .button.disabled:focus, .button.disabled:hover,
button[disabled], button[disabled]:hover,
input[type=button][disabled], input[type=button][disabled]:hover,
input[type=submit][disabled], input[type=submit][disabled]:hover,
input[type=reset][disabled], input[type=reset][disabled]:hover {
	background: #aaaaaa;
	box-shadow: none;
	color: #f0f0f0;
	cursor: default;
}

/* ================================================ */

/* ディスク使用状況 */
.storage {
	margin-top: 40px;
	margin-bottom: 32px;
}
.storageBar {
	margin-top: 1em;
}
.goalProgress {
	overflow: hidden;
	background-color: #bbb;
	box-shadow: inset 0 0 2px rgba(0,0,0,.5);
}
.progressBar {
	display: block;
	padding: 10px 0;
	width: 1px;
	height: 1em;
	background: #2daa96;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	white-space: nowrap;
}
.progressTxt {
	padding-left: 10px;
}
.milestoneError {
	margin-left: 1em;
	font-size: 80%;
}
.progressAlmostFull .progressBar {
	background: #c80;
}
.progressFull .progressBar {
	background: #a00;
}
.storageAmount {
	margin-top: .5em;
	text-align: right;
}

/* ================================================ */

.pop {
	margin-top: 1em;
	padding: 0.5em 1em;
	border: 2px solid #cd4533;
	color: #cd4533;
	display: inline-block;
	font-weight: bold;
	position: relative;
}

.pop:before {
	content: "";
    position: absolute;
	margin-left: -4px;
    top: -8px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
	border-bottom: 8px solid #cd4533;
    border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

#selectCourse .courseContract {
	background-color: #cd4533 !important;
}

a.button.ghost {
	background: none;
	box-shadow: none;
	text-shadow: none;
	border-color: #888;
	color: #888;
	font-size: 10px;
}

a.button.ghost:hover {
	color: #333;
	border-color: #333;
}



#alert.update {
	margin: 0 auto;
	width: 90%;
	max-width: 960px;
	min-width: 560px;
}
#alert.update .message {
	margin: 16px 0;
	padding: 24px;
	background-color: #ffc;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0,0,0,.8);
}
#alert.update .message:before {
	content: "\e605";
	display: inline-block;
	font-family: 'bindcloud';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 3.6em;
	color: #d66;
	vertical-align: middle;
}
#alert.update .message p {
	margin-left: 1em;
	display: inline-block;
	vertical-align: middle;
}

#alert.update .message a.button-r {
	margin-top: 3px;
}


