@charset "utf-8";

html,body,ul,li,div,p,tr,h1,h3{
	margin: 0;
	padding: 0;
}

body{
	line-height: 1.8;
	font-size: 20px;
	/*background-image: url(../img/diamond_upholstery.png);*/
	

}

p{
	padding: 20px;
	text-align: left;
}

footer{
	width: 100%;
	background: #3A91CF;
	color: #FFF;
	font-size: 12px;
	padding: 20px;
	text-align: center;
	margin-top: 50px;
}

footer a{
	color: white;
	text-decoration: none;
}

th{
	background-color: #D8C868;
}

td.area{
	background-color: #F9F4D9;
}


span{
  display: inline-block;
  
}
/* object */
.tac{
	text-align: center;
	
}
.tal{
	text-align: left;
}
.box_shadow{
	box-shadow: 0 1px 1px 1px #555;
}
.video_frame{
	padding: 15px;
	border-radius:10px;
	display: inline-block;
	position: relative;	
}


.video_frame_center_title{
	position: absolute;
	top: -20px;
	left: -20px;

}

img.video_frame_center_title{
	width: 50%;
}

.round_square{
	padding: 10px 20px;
	border-radius:10px;
	text-align: left;
}

.round_square img{
	position: relative;
	top: 5px;
}

.logo_description{
	width: 250px;
	padding: 15px;
	border-radius:5px;
	font-size: 25px;
	color: white;
	background-color: orange;
	position: absolute;
	left: 50%;
	margin-left: -140px;
	top: 130px;
}

.banner{
	border-radius: 10px;
	border:5px solid #fff;
	background-color: white;
	padding-top: 10px;
}

.banner img{
	width: 990px;
}

.back_yellow{
	background-color:#F8B62D;
}

.back_blue{
	background-color: #333;
}

.mt50{
  margin-top: 50px;
}

.mtb20{
	margin: 20px 0;
}

.red{
	color: red;
	/*font-size: 1em;*/
}

.fs13{
	font-size: 13px;
}

.fs40{
	font-size:40px;
}

.fs20{
  font-size:20px;
}

small{
	font-size:13px;
}


.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index:100;
	padding-top: 50px;
}

section{
	margin: 50px 0;
}

div.ta-left{
	text-align: left;
}

.redBox{
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 5px;
  background-color: #c00;
  display: inline-block;
  
}

.borderBox{
	text-align: left;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color:#fff;
	border:2px solid #aaa;
	margin: 20px auto;
	width: 580px;
	padding: 20px 30px;
	text-align: left;
  font-size: 30px;
  font-weight: bold;
  
	position: relative;
}

.borderBox2{
	text-align: left;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color:#f5f5f5;
	margin: 15px auto;
	padding: 20px 30px;
	text-align: center;
	position: relative;
}

.borderBox2 strong{
	background-color: #555;
	display: block;
	padding: 10px 20px;
	color: #FFF;
}

div.borderBox3{
	text-align: left;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color:#f5f5f5;
	margin: 15px auto;
	padding: 20px 30px;
	width: 800px;
	position: relative;
}

form{
	font-size: 16px;
}


.ribbon_new{
  width: 700px;
  margin-left: -350px;  
}

.roundTitle{
  border-radius:20px;
  font-weight: bold;
  border:1px solid #444;
  background-color: #555;
  color: #FFF;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 20px;
}

p.special{
  font-size: 20px;
}
.starburst {

  display:block;
  width:3em;
  height:3em;
  /*background:#fe0;*/
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-45deg);
  rotation:-45deg;
  position:absolute;
  top:1.2em;
  left:1.5em;
  text-align:center;
  text-decoration:none;
  color:#eee;
  margin-top: -50px;
}
.starburst span {
  display:block;
  width:3.5em;
  height:3.5em;
  background:#f3c447;
  -webkit-transform:rotate(22.5deg);
  -moz-transform:rotate(22.5deg);
  rotation:22.5deg;
  line-height: 3.5em;
  color: #fff;
}
span{
  margin: 0;
  padding: 0;
}


.vintage {
  color: skyblue;
  text-shadow: 0px 0px 8px #795902;
}

h2 {
  position: relative;
  height: 70px;
  line-height: 70px;
  padding: 0 1em;
  background-color: #b39e0d;
  color: #fff;
  text-shadow: 0px 0px 8px #795902;
  text-align: center;
  
}
h2::before,
h2::after {
  content: '';
  position: absolute;
}
h2::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #795902;
}
h2::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 35px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}


div.merit span.tac{
    text-align: center;
  width: 100%;
  font-size: 25px;
  font-weight: bold;

}


h1 span.colorRed{
	color: #d00;
	font-size: 45px;
}

h1 small{
	font-style: 20px;
}

.w700{
	width: 700px;
}

.fs12{
	font-size:12px;
}

 table th {
  font-weight: bold;
}

 table th,
 table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
  text-align: left;
}

 table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

 table td {
  background-color: #f8f8f8;
}

.orderFormBox{
	text-align: center;
	margin-top: 50px;
}
table.orderForm{
	width: 800px;
	margin:20px auto;
	border-top:0px;
}

input[type="radio"]{
    display: inline-block;
    width: 20px;
}

table.orderForm a{
    color:black;
}
table.orderForm span.red{
	font-size: 13px;
	color: #a00;
}

table.orderForm label{
}

table.orderForm td:first-child{
	width: 180px;
}

table.orderForm input{
	width: 500px;
	padding: 10px;
}

table.orderForm input[type="radio"]{
	width: 30px;
}

.campaign{
	color:#a00;
	font-weight: bold;
	position: relative;
	z-index:100;
}

.topPadding{
	padding-top: 70px;	
}

.ribbon {
   width: 700px;
   position: relative;
   text-align: center;
   font-size: 17px!important;
   background: #d64b4b;
   background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
   background: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -moz-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
   background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
   left: 50%;
   margin-left: -350px;
   top: -20px;
   }

.ribbon h1 {
   font-size: 23px!important;
   color: #ffffff;
   text-shadow: #d65c5c 0 1px 0;
   margin:0px;
   padding: 5px 10px;
   }
.ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -1em;
   border: 1.5em solid #c23a3a;
   z-index: -1;
   }
.ribbon:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   }
.ribbon:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   }
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   border-color: #871616 transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -1em;
   content: '';
   }
.ribbon .ribbon-content:before {
   left: 0;
   border-width: 1em 0 0 1em;
   }
.ribbon .ribbon-content:after {
   right: 0;
   border-width: 1em 1em 0 0;
   }
.ribbon-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbon-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }


h3{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0;
	text-align: center;
	
}

button{
	margin: 20px 0;
	cursor:pointer;
}

/*button:first-child{
	float: left;
}

button:last-child{
	float: right;
}
*/
button.css3button,input.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #079400;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);

}



button.css3button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #942300;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #d13a02;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		float: right;
}

.orderCourseTitle{
	font-size: 30px;
}

.orderCourseTitle small{
	font-size: 20px;
}

.orderBox{
	width: 800px;
	margin:20px auto;
	border-radius:10px;
	border:1px solid #aaa;
	padding: 10px 30px 5px 30px;
	background-color: #fff;
}

.button_box{
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

.arrow_box {
	margin-top: 50px;
	position: relative;
	background: #6bc4ff;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	text-shadow: 0px 0px 8px #0b365d;

}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(107, 196, 255, 0);
	border-top-color: #6bc4ff;
	border-width: 30px;
	margin-left: -30px;
}

.arrow_box h1{
	color: white;
	width: 1000px;
	margin: 0 auto;
}


h3.arrow_box {
  margin-top: 50px;
  position: relative;
  background: #ffffff;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0px 0px 8px #0b365d;
  text-shadow: 0px 0px 0px #0b365d;
  z-index:100;

}



h3.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
}

.shadowBox{
	padding: 50px;
	box-shadow: 0 0 5px 2px #888;
	margin-bottom: 50px;
}


.tokutenBox, .tokutenBox .colorRed{
	overflow: hidden;
	font-size: 15px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}


.tokutenBox img{
	float: right;
	width: 400px;
	height: 250px;
	padding-left: 30px;
}

h2.tokuten{
	text-align: left;
	padding-left: 170px;
}

table{
	width: 100%;
}


table.info {
}

table.info td{
	width: 600px;
	margin: 0 auto;
	border:1px solid #ddd;
	font-size: 16px;
	border-bottom:1px solid #aaa;
}

table.info td:first-child{
	background-color: #ddd;
	width: 200px;
}

table.book{
	border: none;
	width: 800px;
	margin: 0 auto;
	background-color: red;
}

.companyInfo{
	width: 600px;
	margin:80px auto;
}
.companyInfo,.companyInfo table td{
	font-size:12px;	
}

.companyInfo h3{
	background-color: white;
}

table.book td{
	/*width: 100%;*/
	width: 200px;
}

table.book img{
	border: 1px solid #ccc;
}
table.book td{
	font-size: 13px;
	line-height: 1.5;
	border: none;
}

.whiteBox{
	border: 5px solid #ff9900;
	padding: 30px;
	overflow: hidden;
	background-color: white;
	border-radius:5px;
	margin:20px 0;
}

.teacher_books_title{
	width: 200px;
	margin: 10px auto;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	/*font-weight: bold;*/
	font-style: 15px;
	background-color: #6A9904;
	color: white;

}

.teacherInfoLeft{
	float: left;
	width: 450px;
}
.teacherInfoRight img{
	/*width: 400px;*/
}
.teacherInfoRight{
	float: right;
	margin-right: 40px;
	width: 400px;
}
.marker{
	background:yellow;
	display: inline-block;
}

.roundImg{
	border-radius:10px;
	margin:20px 0;
}

h4{
	border-radius:20px;
	background-color: #9e8f71;
	color: white;
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}
.titleStandard img, .titlePro img{
	padding-top: 10px;
}
.titleStandard{
	background-color: #18599a;
	padding: 10px;
	border-radius:10px;
	color: white;
	font-size: 20px;
	margin:25px 0;
}

.titlePro{
	background-color: #daa619;
	padding: 10px;
	border-radius:10px;
	color: white;
	font-size: 20px;
}

.courseList h2{
	text-align: left;
	padding-left: 135px;
	position: relative;
}

span.courseType{
	position: absolute;
	display: inline-block;
	top: -15px;
	height: 90px;
	line-height: 90px;
	border-radius:50%;
	background-color: #e7c31d;
	width: 90px;
	text-align: center;
	left: 20px;
	font-size: 40px;
	border:5px solid white;
}

.colorYellow{
	color: #e7c31d;
	font-size: 40px;
}

button.btn-l{
	font-size:26px;
	width: 50%;
	position: relative;
	animation:.5s;
	top: 0;
}

button.btn-l:hover{
	top:3px;
}
