@charset "utf-8";


/*全体*/
body {

	margin: 0px;

	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;/*文字サイズ・行間・フォント設定*/
	background-color: #d5d5d5;
	color: #313131;	/*全体の文字*/
	padding: 0px;
	
	
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク*/
a {
	color: #313131;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #006ddc;	/*マウスオン時の文字色（全体）*/
}


/*コンテナ*/
#container {
	width: 1020px;	/*コンテナー幅*/
	background-color:#fff;
	margin: 0 auto; }

.body-bg2 { background-color: #ffffff; }

/*ヘッダー*/
header {
	/*background: url(../img/img1.jpg) no-repeat top center;*/
	height:554px;
	position: relative;
}

header p {
	width: 300px;
	z-index: 1; 
	position:absolute;
	top: 15px;
	right: 2%;
	
}



/*メインコンテンツ*/

#main {
	margin: 0;
	
	}

#notice {
	width: 100%;
}

.ttl-1 {
	width: auto;
	padding: 0.5em;
	background-color: #113c7c;
	position: relative;
	color: #fff;
	font-size: 220%;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}

.yajiurshi {
	width: 0;
	height: 0;
	border-top: 30px solid #113c7c;
	border-right: 50px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 50px solid transparent;
	position: absolute;
	bottom: -50px;
	left: 45%;
}

#notice2 {
	background-color: #f5f5f5;
	padding: 1.3em 2em;
	margin-bottom: 1em;
	font-size: 160%;
	line-height: 1.6;
	font-weight: bold;	
}

#notice2 em {
	font-size: 80%;
	font-weight: normal;
}

#notice2 p {
	border-bottom: 1px dashed #ccc;
}
.d-box { 
	/*background-color: #ff6900;*/	
	color: #006ddc;
	padding: 0px 6px;
	border-radius: 8px;
	/*margin-right: 10px;*/
	margint-top: 5px;
	margint-bottom:5px;
}

h1 {
	font-size: 250%;
	color: #113c7c;
	margin: 80px 50px 20px;
	line-height: 1.2;
	padding-bottom: 15px;
	padding-left: 50px;
	/*background: url(../img/h1_icon.jpg) no-repeat left top;*/
	border-bottom: 6px solid #113c7c;
}
.orange { color:#f49800;}

.text-box {
	width: 90%;
	margin: 1em auto;
}

.text-box h2 {
	font-size: 160%;
	border-left: 5px solid #000;
	padding-left: 10px;
}

.text-box h3 {
	border-left: 5px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 10px;
	margin-bottom: 10px;
}

.prof-line{
		width: 90%;
	    margin: 1em auto;

}

.text-box2 {
	width: 90%;
	margin: 1em auto;
}

.text-box2 h2 {
	font-size: 160%;
	border-left: 5px solid #000;
	padding-left: 10px;
}

.text-box2 h3 {
	border-left: 5px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 10px;
}


#check {}
#check dt {
	background: url(../img/icon.png) no-repeat 8px 8px;
	background-color: #efefef;
	font-size: 130%; 
	font-weight: bold;
	padding-left: 35px;
}
#check dd {
	margin: 1em 0;
	text-align: justify;
}

#order {
	width: 80%;
	margin: 0 auto 30px;
}


#teacher {
	display: table;
	width: 90%;
	margin: 0 auto;
	background: #fff;
}
.box1 {
	display:table-cell;
	width: 30%;
	text-align: center;
	border-left: 1px solid #efefef;
}

#shosai {
	width: 100%;
	border-top: 1px solid #113c7c;
	border-right: 1px solid #113c7c;
}
#shosai tr {}
#shosai th {
	background-color:#113c7c;
	width: 30%;
	color: #fff;
	font-size: 150%;
	padding: 1em;
	border-bottom: 1px solid #fff;
}
#shosai td {
	width:70%;
	padding: 1em;
	border-bottom: 1px solid #113c7c;
}
#shosai ul { }

.voice {
	background: #f5f5f5;
	padding: 1em;
	margin: 1em auto;
}
.voice2 {
	display: inline-block;
	border-bottom: 1px dashed #666;
	padding: 1em 0;
}

#send-table { 
	width : 90%; 
	margin: 0 auto; 
	border-left: 1px solid #dcdcc1; 
	border-top: 1px solid #dcdcc1; 
	font-size: 100%; }
#send-table th { 
	widht: 30%;
	background-color: #DBEDFF; 
	text-align: right; 
	padding: 10px 20px; 
	border-right: 1px solid #dcdcc1; 
	border-bottom: 1px solid #dcdcc1; }
#send-table td { 
	width: 70%;
	padding: 10px 20px; 
	background-color:#fff; 
	border-right: 1px solid #dcdcc1; 
	border-bottom: 1px solid #dcdcc1; }
#send-table caption { 
	background: #7FBFFF; 
	padding: 8px 12px; 
	margin: 5px 0; 
	color: #fff; 
	font-size: 130%; 
	font-weight:bold;  }
	
input { padding: 8px; font-size:140%;}
.send { padding: 10px; font-size:140%;}
select { padding: 8px;}
	


#main blockquote {
   margin:0 0 2em 0;
   padding:20px;
   background:#f2f2f2;	
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   position:relative;
}

#main blockquote:after {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #999;
}

#main blockquote:before {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #999;
}

.youtube {
	width: 853px;
	margin: 0 auto;
	height: auto;
}

#seminar {
	width:100%;
}
#seminar th {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	text-align:left;
	padding-left:20px;
	background-color: #eee;
}
#seminar td {
	text-align: left;
	padding:10px;
	border-bottom: 1px solid #ddd;
}




/*ボタン設定*/
.btn { 
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-bottom: 5px solid #0e527e;
  color: #ffffff;
  font-size: 200%;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 10px 0;  
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}

a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*ボタン*/

.submit {
	background-color: #5DC11A;
	box-shadow: 0 3px 0 #149421;
	text-shadow: 0px -2px #149421;
	position: relative;
	padding: 25px 40px;
  	border-radius: 5px;
	font-size: 230%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	/*display:block;*/
}

/*.submit:hover {
	background-color: #79d793;
	box-shadow: 0 3px 0 #3cb65c;
}*/

.submit:active, .submit:hover {
	top: 3px;
	box-shadow: none;
	color:#fff;
}

/*フッター*/
footer {
	font-size: 85%;
	height: 80px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #113c7c;
	color: #fff;
	position: relative;
}
footer a { color: #fff;}
.link-top {
	position: absolute;
	top: -25px;
	right: 5%;
}


/*その他*/
.clear {
	clear: both;
}
.center { text-align: center;}
.left { text-align: left; }
.right { text-align: right; }

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*リンク透明設定*/
a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


#qa { }
#qa dl {}
#qa dt {
	font-size: 120%;
	font-weight: bold;
	background: url(../img/icon-q.jpg) no-repeat 2px 7px;
	padding: 4px 4px 4px 40px;	
}
#qa dd {
	margin-bottom: 10px;
	padding: 4px 4px 10px 40px;
	background: url(../img/icon-a.jpg) no-repeat 2px 7px;	
	border-bottom: 1px solid #ccc;
}

.border1 { border:0; border-bottom: 1px dashed #666; margin: 1em 0; }
.border2 { border:0; border-bottom: 3px double #0075a9; margin-bottom: 1em; }

.map { 
	width: 250px;
	float: right;
}

/*フォント設定*/

.under { text-decoration: underline; }
.orange { color:#f49800;}

.red { color: #d80011; }
.murasaki { color:#6d308e; }
.ao { color: #1c639d; }
.kiro { color: #FF0; }
.gray { color: #666; }
.siro { color: #fff; }
.bold { font-weight: bold; }
.through { text-decoration: line-through; }

.yellow { background-color: #FF6; }

.justify { text-align: justify;}

.size10 { font-size:10px;}
.size12 { font-size: 12px;}

.size105 { font-size:105%; }
.size110 { font-size:110%; }
.size130 { font-size:130%; }
.size150 { font-size:150%; }
.size200 { font-size:200%; }



.bg-gray { background: #efefef; }
.bg-white { background: #fff; padding: 1em; }
.bg-white p { border-bottom: 1px dashed #ccc; }

.pk {
	text-align: center;
	font-size: 10px;
	padding: 3px;
	color: #fff;
	background-color: #313131;
	margin-top:5px;
	margin-bottom:3px;
}



/* margin*/
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml40 { margin-left: 40px; }
.ml60 { margin-left: 60px; }
.ml75 { margin-left: 75px; }
.ml80 { margin-left: 80px; }

.mr20 { margin-right: 20px; }
.mr400 { margin-right: 400px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb80 { margin-bottom: 80px; }

.pt40 { padding-top: 40px; }

.pb10 { padding-bottom: 10px; }
.pb40 { padding-bottom: 40px; }

.pl10 { padding-left: 10px; }
.pl30 { padding-left: 30px; }

.pr10 { padding-right: 10px; } 
