@charset "utf-8";

.popFlow{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	z-index:9999;
}
.popFlowContent{
	background:#ffffff;
	text-align:center;
	width:820px;
	margin:auto;
	padding:50px 50px 20px;
	top:50%;
	margin-top:-265px;
	position:absolute;
	left:50%;
	margin-left:-460px;
}
.popFlowContent p{
	margin-bottom:50px;
	font-size:24px;
	font-weight:bold;
}
.popFlowContent a{
	font-weight:bold;
	font-size:18px;
	color:#1abc9c;
	text-decoration:none;
	border:3px solid #1abc9c;
	display:block;
	margin-bottom:25px;
	cursor:pointer;
	padding:22px 0 20px;
}
.popFlowContent a:hover{
	opacity:0.8;
}
.popClose{
	position:absolute;
	top:15px;
	right:15px;
}
.popFlow.block{
	display:block!important;
}
.popBtn{
	cursor:pointer;
}


.courseBlock {
	text-align:center;
	margin:80px 0;
}
.courseBlock p{
	margin-bottom:50px;
	font-size:20px;
	font-weight:bold;
}
.courseBlock a{
	font-weight:bold;
	font-size:18px;
	color:#1abc9c;
	text-decoration:none;
	border:3px solid #1abc9c;
	display:block;
	margin-bottom:25px;
	cursor:pointer;
	padding:22px 0 20px;
}
.courseBlock a:hover{
	opacity:0.8;
}

.scheduleListSeminar{
	float:left;
	width:auto;
}
.scheduleListSeminar li{
	font-size:14px;
	line-height:42px;
	padding-left:10px;
	font-weight:bold;
	cursor:pointer;
}
.scheduleListTable{
	float:right;
	width:700px;
}
.scheduleListTable h2{
	margin-bottom:15px;
}

.scheduleListTable table{
	width:100%;
	margin-bottom:30px;
}
.scheduleListTable table tbody tr:nth-child(1){
	display:none;
}
.scheduleListTable table th{
	background:#efefef;
	font-weight:bold;
	border:1px solid #ffffff;
	line-height: 42px;
	vertical-align:middle;
	display: table-cell!important;
}
.scheduleListTable table td{
	border-bottom:1px solid #cccccc;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	display: table-cell!important;
}
.scheduleListTable table .skuquantity{
	width:15px;
	text-align:center;
}
.scheduleListTable table .skubutton{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background:#fda564;
	cursor:pointer;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	height:25px;
	padding: 0 10px;
	margin-bottom:5px;
	border:none;
}
.scheduleListTable table .skubutton:hover{
	opacity:0.6;
}

.disnon{
	display:none;
}
.scheduleListSeminar li.active{
	background:#efefef;
}
.scheduleListSeminar li:hover{
	text-decoration:underline;
}
.scheduleListSeminar li.active:hover{
	text-decoration:none;
}
.topSeminar h2{
	text-align:center;
	padding-left:0;
	border:none;
}
.topSeminar p{
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
}
.topSeminar img{
	margin-bottom:15px;
	max-width:100%;
	height:auto;
}
.topSeminarLeft{
	float:left;
	width:475px;
}
.topSeminarRight{
	float:right;
	width:475px;
}
.topSeminarRight p,
.topSeminarLeft p{
	font-size:14px;
	line-height:24px;
	margin-bottom:15px;
}

.topSeminar a.btn{
	margin:10px auto;
	font-size:14px;
	padding:8px 0;
	width:200px;
}
@media only screen and (max-width:1000px){
	.topSeminarRight,
	.topSeminarLeft{
		float:none;
		margin:0 auto 30px;
	}
}
@media only screen and (max-width:500px){
	.topSeminarRight,
	.topSeminarLeft{
		width:100%;
	}
}

.blogTable{
	width: 100%;
    margin-bottom: 30px;
	}

.blogTable th{
	background: #efefef;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #aaa;
	}
	
.blogTable td{	
	text-align: left;
    padding: 5px 10px;
    border: 1px solid #aaa;
	}
.basicLP .osusumeCreate h3{
	font-size:20px;
}
.basicLP .osusumeCreate li{
	font-size:17px;
	line-height:38px;
	margin:0 20px;
}
.basicLP p.index{
	font-size:16px;
	line-height:30px;
}
.basicLP .about {
	background:#f2f1ed;
}
.basicLP .noteBlock{
	background:#ffffff;
}
.basicLP .kobetusoudan {
	background:#f2f1ed;
}
.basicLP .voice{
	background: url(/img/bg_consulting1.png);
}
.basicLP .voice .voiceTxt{
	padding-left:72px;
	background:url(/img/seminar/i-mr2.png)no-repeat top left;
}
.basicLP .voice .voiceTxt p{
	border:2px solid #999999;
}
.basicLP .creativeCourse li{
	font-size: 18px;
	line-height: 38px;
}
.basicLP .creativeCourse .inner{
	background:url(/img/bg_creatcontent_4.png)no-repeat bottom right;
}
.basicLP .privilege{
	padding:20px 0 50px;
}
.basicLP .lpCource table.cource td{
	font-size:14px;
}


.basicLPTop {
    padding: 60px 0;
    position: relative;
    background: url(/img/bg_main.jpg) top center no-repeat #0faad1;
        background-attachment: scroll;
    background-attachment: fixed;
    text-align: left;
    margin-top: 15px;
}
.basicLPTop .inner {
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 40px 0 20px;
    box-shadow: 0px 0px 16px 1px #bebebe;
    -moz-box-shadow: 0px 0px 16px 1px #bebebe;
    -webkit-box-shadow: 0px 0px 16px 1px #bebebe;
    border: 1px solid #e9e9e9;
    position: relative;
    text-align:center;
}
.basicLPTop .inner p{
	font-size:18px;
	line-height:38px;
	color:#333333;
}
.basicLPTop h1{
	font-size:55px;
	color:#e09126;
	background:url(/img/ico_basiclp.png)no-repeat top left;
	padding:70px 65px 0;
	display:inline-block;
	margin-bottom:30px;
	font-weight:normal;
}
.basicLPTop a.btn{
	font-size:20px;
	padding:20px 0;
	width:360px;
}
.comlist td{
	font-size:12px;
	padding:0 20px 15px 0;
	line-height:16px;
}
.comlist{
	background:#fcfcfc;
}
.innerBlog figure{
	width:100%!important;
	text-align:center;
}
@media only screen and (max-width:840px){
	.basicLPTop h1{
		font-size:32px;
		color:#e09126;
		background-size:100px;
		display:inline-block;
		margin-bottom:15px;
		font-weight:normal;
		padding:48px 0 0;
		width:92%;
	}
	.basicLPTop .inner p{
		padding:0 4%;
		font-size:15px;
		line-height:26px;
		text-align:left;
	}
	.basicLPTop a.btn{
		font-size:15px;
		padding:10px 0;
		width:92%;
	}
	.basicLPTop .inner{
		padding:10px 0 10px;
	}
	.basicLP .osusumeCreate h3{
		font-size:15px;
	}
	.basicLP .osusumeCreate li{
		font-size:15px;
		line-height:30px;
		margin:0;
	}
	.basicLP .creativeCourse .inner{
		display:none;
	}
	.basicLP .soudanImg{
		display:none;
	}
}

.contentBlog .blogEyeimg {
	text-align:center;
}
.contentBlog .blogEyeimg img{
	max-width:100%;
	border:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#biztrip img.ajax-loader{
	width:auto;
}
input.wpcf7-number{
 width:25px;
 text-align:right;
}
.video iframe{
	width:100%;
}

.completionForm p{
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
	text-align:center;
}
.completionForm table{
	margin:10px auto;
}
.completionForm th{
	font-size:16px;
	line-height:28px;
	padding:10px;
	vertical-align:middle;
}
.completionForm td{
	font-size:16px;
	line-height:28px;
	padding:10px;
	vertical-align:middle;
}
div.wpcf7 .wpcf7-submit{
	color:#ffffff;
	background:#ffa500 !important;
}
div.wpcf7 .wpcf7-submit:disabled{
	color:#dfdfdf;
	background:#999999;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

