@charset "utf-8";
/* CSS Document */
.mb45 {
	margin-bottom:45px;
}
.mb60 {
	margin-bottom:60px;
}
.mb90 {
	margin-bottom:90px;
}
.ft14 {
	font-size:14px;
}
.ft16 {
	font-size:16px;
}
.ft18 {
	font-size:18px;
}
.ft24 {
	font-size:24px;
}
.ft26 {
	font-size:26px;
}
.ft30 {
	font-size:30px;
}
.ta-c {
	text-align:center;
}

.bold {
	font-weight:bold;
}
.underline {
	border-bottom:1px dashed #000;
}
.c_b {
	color:#0F4BA3;
}
.c_lb {
	color:#7291BD;
}

h2 {
	padding-left:15px;
	border-left:solid 3px #0D9E4F;
	color:#3DB26E;
}
.ttl-waku {
	width:980px;
	padding:15px 0px;
	border-bottom:1px solid #3DB26E;
	border-top:1px solid #3DB26E;
	box-sizing:border-box;
}

#contents01 {
	width:912px;
	margin:0 auto;
}
/*
#contents01_l {
	width:480px;
	float:left;
}

#contents01_r {
	width:390px;
	float:right;
}
*/

#contents02 {
	width:910px;
	margin:0 auto;
}
/*
#contents02_l {
	width:310px;
	float:left;
}

#contents02_r {
	width:540px;
	float:right;
}
*/

#coursebetsu {
	width:640px;
	margin:0 auto 45px auto;
}

#coursebetsu li {
	width:196px;
	float:left;
	padding-right:15px;
	margin-bottom:15px;
}

#contents10 {
	width:890px;
	margin:0 auto;
}

#formBox_new {
	width:840px;
	margin:0 auto;
}
table {
	border-collapse:collapse;
}

#formBox_new th{
	font-size:16px;
	text-align:left;
	border-bottom:2px solid #43C6A4;
	width:280px;
}

#formBox_new #button {
	border-style:none;
}

#formBox_new #label_name {
	background:url(img/hissu.gif) no-repeat 100px;
}

#formBox_new #label_school {
	background:url(img/hissu.gif) no-repeat 80px;
}

#formBox_new #label_mail {
	background:url(img/hissu.gif) no-repeat 215px;
}
#formBox_new #label_address {
	background:url(img/hissu.gif) no-repeat 80px;
}

#formBox_new td {
	padding-bottom:15px;
	border-bottom:2px solid #E6E6E6;
}

#formBox_new #button {
	border-bottom:none !important;
}

input {
	height:40px;
	margin-top:25px;	
	font-size:20px;
}
#button {
	font-size:20px;
	width:320px;
	height:66px;
	background-color:#3CC8A3;
	color:#fff;
	padding:20px 120px;
	box-sizing:border-box;
	border-radius:10px;
}

.btnBox{
	background:url(../201606summercourse/img/image_05.png) 0 0 no-repeat;
	padding:110px 0 0 25px;
	height:111px;
	}

.btnBox img{vertical-align:bottom;}
.btnBox li{
	float:left;
	margin:0 5px 5px 0;
	}



#wrapper{
	width:980px;
}

/* CSS Document */

.essential_message{
	font-size:12px;
	color:#EC793F;
	display:none;
	padding-top: 5px;
}

#error_message{
	background-color: #fff;
	border: 2px solid #EC793F;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	display:block;
	position: absolute;
	left: 0;
  	right: 0;
	text-align:center;
	margin: -250px auto 0 auto;
	padding:15px;
	width:280px;
	line-height:1.4;
	z-index: 1;
}

#error_message a{
	font-size:12px;
	font-weight: bold;
	color:#EC793F;
	text-decoration:none;
}

.contentsBorder{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 50px;
	padding: 30px 18px 19px 17px;
}

#formBox table{
	width:100%
}

#formBox table tr th{
	width:200px;
}
