@charset "utf-8";
/*********      メインコンテンツ      *********/
#c div.course-navi{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#c div.course-navi div.l{
	float: left;
/**/width: 100px;
}
#c div.course-navi div.c{
	position: absolute;
	text-align: center;
	left: 50%;
/**/width: 300px;
/**/margin-left: -150px;
}
#c div.course-navi div.r{
	float: right;
	text-align: right;
/**/width: 100px;
}
#c .ui-widget{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
/**/font-size: 16px;
}
#c div.pdf{
	margin-top: 20px;
}
#c div.pdf ul{
	list-style: none;
	margin-top: 5px;
}
#c div.pdf ul li{
	background-image: url('/common/img/icon/r2-pdf1.png');
/**/background-image: url('/common/img/icon/r1-pdf1.png')\9;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-ms-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	background-size: 25px 25px;
}
#c div.pdf ul a{
	font-weight: bold;
	line-height: 150%;
}
#c div.pdf ul a:hover{
	color: #0099CC;
}
#content ul{
	margin: 0;
}








/*********      タブ１：講座内容      *********/
#c #tabs-1{
	padding: 7px 5px 5px 5px;
}
/*********      タブ２：無料講座      *********/
#c #tabs-2{
	padding: 7px 5px 5px 5px;
}
#c div.video-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#c div.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*********    タブ３・４：有料講座    *********/
#c #tabs-3,
#c #tabs-4{
	padding: 7px 5px 5px 5px;
}
#c .video-js{
	padding-top: 56.25%;
}
#c .vjs-fullscreen{
	padding-top: 0px;
}
#c div.text{
	line-height: 150%;
}
#c div.login{
	padding: 1em 0 0 1em;
}
#c div.login a{
	font-weight: bold;
}
#c div.regist{
	padding: 1em 0 0 1em;
}
#c div.regist a{
	font-weight: bold;
}
#c .button-yes{
	width: 120px;
	letter-spacing: 0.5em;
}
#c .button-no{
	letter-spacing: 0.5em;
	margin-left: 20px;
}
/********* タブ３・４：有料講座：決済 *********/
#c #tabs-3 div.pc-l,
#c #tabs-4 div.pc-l{
/**/float: left;
/**/width: 350px;
	border: 1px solid #666666;
	background-color: #FFFFCC;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#c #tabs-3 div.pc-r,
#c #tabs-4 div.pc-r{
/**/float: right;
/**/width: 350px;
	border: 1px solid #666666;
	background-color: #FFFFCC;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#c #tabs-3 div.box,
#c #tabs-4 div.box{
	padding: 10px;
}
#c #tabs-3 h2,
#c #tabs-4 h2{
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#c #tabs-3 div.note,
#c #tabs-4 div.note{
	margin: 10px 0;
/**/min-height: 4.5em;
}
#c div.note div.notice{
	font-size: 11px;
}
#c #tabs-3 div.price,
#c #tabs-4 div.price{
	margin: 10px 0;
/**/min-height: 15em;
}
#c h2.monthly-payment{
	border: 1px solid #FF0000;
	border-radius: 10px;
	cursor: pointer;
	line-height: 150%;
	padding: 10px;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#c h2.monthly-payment:hover{
	background-color: #ffe4e1;
}
#c h2.monthly-payment a{
	display: block;
	text-decoration: none;
}
#c #tabs-3 div.note,
#c #tabs-4 div.note,
#c #tabs-3 div.price div.discount,
#c #tabs-4 div.price div.discount{
	background-color: #FFFFFF;
	border: 1px dashed #666666;
	margin-top: 10px;
	padding: 10px;
	font-size: 13px;
	line-height: 150%;
}
#c div.price div.discount div.l{
	float: left;
	width: 65%;
}
#c div.price div.discount div.r{
	float: right;
	width: 35%;
	text-align: right;
	font-weight: bold;
}
#c div.caution{
	margin: 10px 0;
	font-size: 12px;
	line-height: 130%;
/**/min-height: 34em;
}

#c #tabs-3 div.price div.discount div.l,
#c #tabs-4 div.price div.discount div.l{
	float: left;
	width: 65%;
}
#c #tabs-3 div.price div.discount div.r,
#c #tabs-4 div.price div.discount div.r{
	float: right;
	width: 35%;
	text-align: right;
	font-weight: bold;
}
#c #tabs-3 div.caution,
#c #tabs-4 div.caution{
	margin: 10px 0;
	font-size: 12px;
	line-height: 130%;
/**/min-height: 34em;
}
#c #tabs-3 div.button,
#c #tabs-4 div.button{
	text-align: center;
}
#c #tabs-3 ol,
#c #tabs-4 ol{
	margin: 0 0 0 20px;
}
#c #tabs-3 .qa-faq-anchor,
#c #tabs-4 .qa-faq-anchor{
	background-image: url('/wp-content/themes/e-clus/images/faq/icon_q.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #453D39;
	display: block;
	font-weight: normal;
	margin: 20px 0;
	padding-left: 34px;
	text-decoration: none;
}
#c strong.total{
	display: block;
	text-align: right;
}
#c .error{
	color: #FF0000;
	margin-top: 10px;
}
