@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #313131;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background-color: #fff;
	
}
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;	/*マウスオン時の文字色（全体）*/
}

a img:hover{
	opacity:0.8;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 1000px;;	/*コンテナー幅*/
	background-color:#fff;
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
	margin: 0 auto; }

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

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	/*background: url(../img/main_img.jpg) no-repeat top center;*/
	position: relative;
}

header p {
	width: 350px;
	z-index: 1; 
	position:absolute;
	top: 11px;
	right: 4%;
}

/*導入*/
.dounyu_text{
	text-align:center;
	font-size: 120%;
    line-height: 1.8em;
	padding-right: 50px;
    padding-left: 50px;
	 text-align: left;
}
.dounyu_text01{
	font-size: 100%;
    line-height: 1.8em;
	padding-top:50px;
	padding-right: 50px;
    padding-left: 50px;
	 text-align: left;
}


.dounyu_box{
	width: 95%;
	margin: 0 auto;
	font-size: 120%;
    line-height: 1.8em;
	padding-top: 40px;
	 text-align: left;
	 
}
.img{
	margin:20px 0;
	}
	
.imgtoku{
	margin:20px 0px 0px;
	}	
/*実績
---------------------------------------------------------------------------*/	
#history {
    border-top: 1px solid #365874;
    margin: 0 auto;
    width: 100%;
}
#history tr {
}
#history th {
    background-color: #666;
    border: 1px solid #ddd;
    color: #fff;
    padding:8px;
    width: 20%;
}
#history td {
    border-bottom: 1px solid #ddd;
padding: 4px;
    text-align: center;
    width: 30%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
.memo-tx {
	margin: 0 auto;
	width: 900px;
}
.zisseki{
	color:#24313c;
	font-size:150%;
	margin-top:40px;
	}

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

#main { margin: 0;}

#notice {
	width: 100%;
}

.top3{
	width:80%;
	margin:0 auto;
	background-image:url(../img/top-img3.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	z-index:-1;
	margin-top:2em;
}

.top3 dl{
	margin:2em 10% 0  20%; 
	width:70%;
	/*background-color:#900;*/
}

.top3 dt{
	font-size:160%;
	font-weight:bold;
	padding-top:2.6em;
}


.top3 dd{
	font-size:110%;
	width:100%;
	margin-top:0.5em;
	padding-bottom:3em;
	line-height:1.8em;
}




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

.ttl-2 {
  width: auto;
  height: 100px;
  padding: 0.5em;
  padding-top: 0.8em;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
  color: #086B0F;
  font-size: 190%;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}

.sankaku {
	width: 0;
	height: 0;
	position: absolute;
	bottom: -60px;
	left: 45%;
	border-top-width: 30px;
	border-right-width: 50px;
	border-bottom-width: 30px;
	border-left-width: 50px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003988;
}

#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 {
	width: auto;
	padding: 0.8em;
	position: relative;
	color: #fff;
	font-size: 240%;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
	background-color: #003988;
}

.nayami{
	font-size: 300%;
	color: #303030;
	margin: 40px 50px 50px;
	line-height: 1.5;
	padding-bottom: 1px;
	font-weight:bold;
	text-align:center;
}


.point { color:#f49800;}

#text-box {
	width: 900px;
	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;
}

.check dl{
	
}
.check dt {
	background: url(../img/icon.png) no-repeat 8px 8px;
	background-color: #CAE7CA;
	font-size: 130%; 
	font-weight: bold;
	padding-left: 35px;
	border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
clear:both;
	
}
.check dd {
	padding: 1em 2em;
	text-align: justify;
	border: solid 1px #CAE7CA;
border-radius:0px 0px 8px 8px;
-webkit-border-radius:0px 0px 8px 8px;
-moz-border-radius:0px 0px 8px 8px;
height:11em;
}

#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: #e3e3e3;
	width: 30%;
	color: #313131;
	font-size: 150%;
	padding: 0.1em;
	border-bottom: 1px solid #686868;
}
#shosai td {
  width: 70%;
  padding: 0.1em;
  border-bottom: 1px solid #686868;
}
#shosai td p{
	line-height:2em;
	padding: 30px 20px;
}
.closebtn{
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #3cb7e8;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	margin: 0 auto;
    text-align: center;
    width: 80px;
	}
.closebtn:active {/*押したとき*/
    border: solid 2px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
.closebtn a{
	color:#fff;
}

#shosai2 {
	width: 100%;
	border-top: 1px solid #113c7c;
	border-right: 1px solid #113c7c;
}

.bomain-box {
    border: solid 1px #ccc;
    padding: 18px 31px 15px;
    margin: 30px auto;
    background: #f5f5f5;
    width: 890px;
}

#shosai2 tr {}
#shosai2 th {
  background-color: #f49800;
  width: 30%;
  color: #fff;
  font-size: 150%;
  padding: 1em;
  border-bottom: 1px solid #686868;
}
#shosai2 td {
  width: 70%;
  padding: 1em;
  border-bottom: 1px solid #686868;
}
#shosai ul { }

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

	


#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;
}

.taiken {
	width: 90%;
	margin: 30px auto;
	padding: 1em;
}

.taiken h4 {
	font-size: 180%;
	margin: 15px 0;
	font-weight: bold;
	color:#e22970;
	text-align: center;
}





.rental { 
	width:90%;
	margin: 30px auto;
	padding: 1em;
}
.rental h4 {
	font-size: 180%;
	margin: 15px 0;
	font-weight: bold;
	color:#2d83c4;
	text-align: center;
}


#schedule3 { 
	width:85%;
	margin: 0 auto;
}
#schedule3 tr { }
#schedule3 th { 
	background-color: #676767; 
	color: #fff; 
}
#schedule3 td {
	text-align: center;
}
#schedule3 tr:nth-child(odd){
	background:#D7D7D7;
}

#schedule3 tr td:nth-child(4),#schedule3 tr td:nth-child(5){
	display:none;
}


#schedule2 { 
	width:85%;
	margin: 0 auto;
}
#schedule2 tr { }
#schedule2 th { 
	background-color: #0060c2; 
	color: #fff; 
}
#schedule2 td {
	text-align: center;
}
#schedule2 tr:nth-child(odd){
	background:#aed6ff;
}

.taikennaiyou{
	background-image:url(../images/sample/eminer_sam.jpg);
	height:950px;
	width:1000px;
	position:relative;

}

.naiyou_01{
	position:absolute;
	top:109px;
	left:79px;
	width:592px;
}
.naiyou_02{
	position:absolute;
	top:330px;
	left:80px;
	width:592px;
}
.naiyou_03{
	position:absolute;
	top:550px;
	left:81px;
	width:592px;
}
.naiyou_04{
	position:absolute;
	top:771px;
	left:79px;
	width:592px;
}
.naiyou_05{
	position:absolute;
	top:996px;
	left:81px;
	width:592px;
}
.naiyou_06{
	position:absolute;
	top:1233px;
	left:81px;
	width:592px;
}

.mizukami{
	background:url(../images/sample/mizukami01.jpg) no-repeat;
	height:250px;
	position:relative;
}

.mizukami p{
	width: 682px;
    position: absolute;
    left: 270px;
	top:106px;
}

.acc{
	background:url(../images/acc.jpg);
	height:221px;
	position:relative;
}

.acc p{
	width:565px;
	position:absolute;
	left:331px;
	top:90px;
}

.koe{
	background:url(../images/text_left.jpg) no-repeat left;
}
.name{
	/*background:url(../images/name_left.jpg) no-repeat;*/
	background-position:180px center;
	color:#8dc031;
	font-size:150%;
	
}


/*-----------フォームページ-------------*/
.secure {
	width: 700px;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 10px;
	display: table;
}

.s-b1 {
	display: table-cell;
	padding-right: 10px;
	border-right: 1px dashed #ccc;
	text-align: center;
}

.s-b2 {
	display: table-cell;
	vertical-align: top;
	text-align: justify;
	padding: 20px 15px 0;
}

#formo{

	width:95%;
	margin:0 auto;
	height:0;
	overflow:hidden;
}
#formo2{

	width:95%;
	margin:0 auto;
	height:0;
	overflow:hidden;
}

.send-table { 
	margin: 0 auto; 
	border: 1px solid #ADCC99;  
	font-size: 100%; }
.send-table th { 
	background-color: #CAE7CA; 
	text-align: center; 
	padding: 10px 20px; 
	border: 1px solid #ADCC99; }
.send-table td { 
	padding: 1em; 
	border: 1px solid #ADCC99; }
.send-table caption { 
	background: #ADCC99; 
	padding: 1em 0.8em; 
	margin: 5px 0; 
	color: #fff; 
	font-size: 130%; 
	font-weight:bold;  }
		
input { padding: 8px; font-size:130%;}
.send { padding: 10px; font-size:130%;}
select { padding: 8px;margin-top:0.8em;}
	

/*-----------サンクスページ-------------*/
#step {
	width: 952px;
	margin: 1em auto 0;
	position: relative;
	height: 220px;
}
#step p {
	font-size: 120%;
	width: 700px;
	position: absolute;
	top: 30px;
	left: 210px;
}
.bg1 {
	background: url(../img/step1_bg.jpg) no-repeat;
}
.bg2 {
	background: url(../img/step2_bg.jpg) no-repeat;
}

/*ボタン設定
---------------------------------------------------------------------------*/
.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 {
	position: relative;
	background: #F25678;
	border: 4px solid #none;
	box-shadow: 0 3px 0 #B5405A;
	text-shadow: 0px -2px #B5405A;
	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;
}






.submit3 {
	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;
}*/

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






.submit2 {
	  background-color: #ff9600;
  box-shadow: 0 4px 0 #ff7200;
  text-shadow: 0px -1px #ff4e00;
  position: relative;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 250%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
	/*display:block;*/
}

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

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

.btn001{
	position: absolute;
	top: 0px;
	left: 148px;
}

.btn001:hover{
	opacity:0.8;
}

.btn002{
	position: absolute;
	top: 44px;
	left: 646px;
}

.btn002:hover{
	opacity:0.8;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width:100%;
	min-width:1020px;
	font-size: 85%;
	height: 80px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	position: relative;
	background-color: #3cb7e8;
}
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; }

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fr{float:right;}
.fl{float:left;}

.wid10{width:10%;}
.wid20{width:20%;}
.wid30{width:30%;}
.wid33{width:33.33%;}
.wid35{width:35%;}
.wid40{width:40%;}
.wid45{width:45%;}
.wid50{width:50%;}
.wid60{width:60%;}
.wid65{width:65%;}
.wid70{width:70%;}
.wid90{width:90%;}



.btn_waku{
	border: solid 3px #239D22;
	width:90%;
	margin:0 auto;
	clear:both;
	border-radius: 10px;
	margin-top:2em;
	}
/*リンク透明設定*/
a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.ovh{overflow:hidden;}


#qa { }
#qa dl {}
#qa dt {
		margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	background: url(../images/sample/icon_q.jpg) no-repeat 2px 7px;
	padding: 4px 4px 4px 40px;
	  background-position: left center;	
}
#qa dd {
	    margin-bottom: 10px;
  padding: 4px 4px 30px 40px;
  background: url(../images/sample/icon_a.jpg) no-repeat 2px 7px;
  border-bottom: 1px dashed #ccc;
  font-size: 100%;
}

.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;
}

#brain{
	height:27em;
	
	
}






/*********追加分***********/

#notice_04 {
	padding:0px 10px;
	font-size: 120%;
	line-height: 1;
	text-align:left;
	font-weight: normal;
}
#notice_04 p {
	font-size:150%;
	font-weight:bold;
	margin-bottom: 30px;
	}
.box_04 {
	background-color:#f2f2f2;
	padding-top: 0px;
	font-size:80%;
	margin:60px 30px;
	padding:20px 0;
}
.box_03_01 {
	background-color:#f2f2f2;
	padding:20px 0;
	margin: 0 20px 0;
}

.box_03 {
	background-color:#f2f2f2;
	padding-top: 0px;
	margin:0px 30px;
	padding:20px 0;}
.submit_02 {
	background-color: #1f7bce;
	border-radius: 5px;
	box-shadow: 0 3px 0 #00519a;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -2px #00519a;
	width: 10%;
	margin-left:30px;
	margin-right:20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	/*display:block;*/
}

.submit_02 p{
	color:#000;
	}
/*文字サイズ*/
.f130_01 { font-size: 130%;}



#order_01 {
	width: 80%;
	margin: 0 auto 30px;
}
/*ボタン*/

.submit_01 {
	background-color: #004098;
	box-shadow: 0 3px 0 #022240;
	text-shadow: 0px -2px #022240;
	position: relative;
	padding: 25px 100px;
	border-radius: 5px;
	font-size: 250%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin:30px 10px;
	/*display:block;*/
}

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

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


/********************/



/*フォント設定
---------------------------------------------------------------------------*/
.under { text-decoration: underline; }
.red { color: #d80011; }
.ore { color: #ed6e07; }
.murasaki { color:#6d308e; }
.ao { color: #1c639d; }
.kiro { color: #FF0; }
.gray { color: #666; }
.siro { color: #fff; }
.bold {
	font-weight: bold;
	font-size: 150%;
}
#main .tokuten01 {
	font-weight: bold;
	text-align:center;
	font-size: 150%;
}
.tokuten02 {
	font-weight: bold;
	text-align:center;
	font-size: 120%;
}

#main .tokuten03 {
	font-weight: bold;
	text-align: left;
    font-size: 120%;
    margin: 0 50px 0 50px;
}
#container .tokuten03 {
	font-weight: bold;
	text-align: left;
    font-size: 120%;
    margin: 0 50px 0 50px;
}

#container .tokuten04 {
	font-weight: bold;
	text-align: center;
    font-size: 180%;
	color:#C00;
}

#main .tokuten05 {
	font-weight: bold;
	text-align: center;
    font-size: 120%;
	color:#C00;
}
.through { text-decoration: line-through; }

.yellow { background-color: #FF6; }

.justify { text-align: justify;}

.size10 { font-size:10px;}
.size12 { font-size: 12px;}
.size80 {
	font-size:50%;
	font-style: normal;
	line-height: 0.5px;
}
.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; }
.pt20 { padding-top: 20px; }
.pb10 { padding-bottom: 10px; }
.pb40 { padding-bottom: 40px; }

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

.pr10 { padding-right: 10px; } 
.fon150 {
	font-size: 150%;
}
.fon180 {
	font-size: 180%;
	text-align:center
}
.fon200 {
	font-size: 200%;
	text-align:center
}
.fon250 {
	font-size: 250%;
	text-align:center
}
.fonc {
	text-align:center
}
.name_sam {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-right: 50px;
	
}
