@charset "utf-8";
/* CSS Document */

html,body {
	width: 100%;
	position: relative;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
.commonContainer {
	width: 960px;
	margin: 0 auto;
	position: relative;}


.testBack {
	background-color: #FCC !important;}


/* リンクデフォルトスタイル */
a {
	text-decoration: underline;
	color:#0075a9;
}

h3 {
	color:#2d710f;
	font-weight: bold;
	font-size: 18px;
}

/* 共通クラス
-------------------- */
/* ディスプレイ形式変更クラス */
.block {
	display:block;
}

.inline_block {
	display:inline-block;
}

.inline {
	display:inline;
}

/* フロート変更クラス */
.floatR {
	float:right;
}

.floatL {
	float:left;
}

/* テキスト位置変更クラス */
.textR {
	text-align:right;
}

.textL {
	text-align:left;
}

.textC {
	text-align:center;
}

/*テキスト太さ変更*/
.textB {
	font-weight:bold;
}

.textL {
	font-weight:lighter;
}

/*破線クラス*/
.line {
	background:url(../images/line_broken.jpg) repeat-x bottom;
	padding-bottom:10px;
}


/*marginクラス*/

.mgT10 {
	margin-top:10px !important;
}

.mgT20 {
	margin-top:20px !important;
}

.mgT30 {
	margin-top:30px !important;
}

.mgT40 {
	margin-top:40px !important;
}

.mgT50 {
	margin-top:50px !important;
}

.mgT60 {
	margin-top:60px !important;
}

.mgT70 {
	margin-top:70px !important;
}

.mgT80 {
	margin-top:80px !important;
}

.mgT90 {
	margin-top:90px !important;
}

.mgT100 {
	margin-top:100px !important;
}

/*paddingクラス*/
.pdT10 {
	padding-top:10px !important;
}

.pdT20 {
	padding-top:20px !important;
}

.pdT30 {
	padding-top:30px !important;
}

.pdT40 {
	padding-top:40px !important;
}

.pdT50 {
	padding-top:50px !important;
}

.pdT60 {
	padding-top:60px !important;
}

.pdT70 {
	padding-top:70px !important;
}

.pdT80 {
	padding-top:80px !important;
}

.pdT90 {
	padding-top:90px !important;
}

.pdT100 {
	padding-top:100px !important;
}

.pdB10 {
	padding-bottom:10px !important;
}

.pdB20 {
	padding-bottom:20px !important;
}

.pdB30 {
	padding-bottom:30px !important;
}

.pdB40 {
	padding-bottom:40px !important;
}

.pdB50 {
	padding-bottom:50px !important;
}

.pdB60 {
	padding-bottom:60px !important;
}

.pdB70 {
	padding-bottom:70px !important;
}

.pdB80 {
	padding-bottom:80px !important;
}

.pdB90 {
	padding-bottom:90px !important;
}

.pdB100 {
	padding-bottom:100px !important;
}

.pdL10 {
	padding-left:10px !important;
}

.pdL20 {
	padding-left:20px !important;
}

.pdL30 {
	padding-left:30px !important;
}

.pdL40 {
	padding-left:40px !important;
}

.pdL50 {
	padding-left:50px !important;
}

.pdL60 {
	padding-left:60px !important;
}

.pdL70 {
	padding-left:70px !important;
}

.pdL80 {
	padding-left:80px !important;
}

.pdL90 {
	padding-left:90px !important;
}

.pdL100 {
	padding-left:100px !important;
}

.pdR10 {
	padding-right:10px !important;
}

.pdR20 {
	padding-right:20px !important;
}

.pdR30 {
	padding-right:30px !important;
}

.pdR40 {
	padding-right:40px !important;
}

.pdR50 {
	padding-right:50px !important;
}

.pdR60 {
	padding-right:60px !important;
}

.pdR70 {
	padding-right:70px !important;
}

.pdR80 {
	padding-right:80px !important;
}

.pdR90 {
	padding-right:90px !important;
}

.pdR100 {
	padding-right:100px !important;
}



/* メインヘッダー 
-------------------- */
.mainHeader {
	width: 100%;
	min-width:960px;
	height: 100px;
	min-width: 960px;
	border-top: #2d780c 4px solid;}
.mainHeader_logo {
	padding-top: 22px;
	float: left;}
	
.mainHeader_rightBox {
	float: right;}
.subMenu {
	width: 284px;
	margin: 18px 0 10px;
	padding: 0 25px;
	line-height: 32px;
	float: right;
	background-color: #f1f8f0;}
.subMenu_item {
	margin-left: 20px;
	padding-left: 10px;
	float: left;
	font-size: 12px;
	background: url(../images/list_icon.png) no-repeat left;}
	.subMenu_item:first-child {
		margin-left: 0;}
	.subMenu_item a {
		text-decoration: none;
		color: #000;}
	.subMenu_item a:hover {
		text-decoration: underline;}

.mainHeader_address {
	font-size: 12px;
	clear: both;
	float: right;}
	
	
	
/*共通項目*/
/*メニュー
-------------------- */
.menu {
	width: 960px;
	height: 75px;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 100;
	table-layout: fixed;}
.menu_item {
	display: table-cell;
	vertical-align: middle;}
	.menu_item img {
		margin: 0 auto;
		display: block;}
.menu_imageWrapper {
	width: 100%;
	height: 75px;
	padding: 15px 0;
	display: table;
	position:relative;}
.menu_imageWrapper.activePage:before {
	position:absolute;
	bottom:-20px;
	left:50%;
	height:0;
	width:0;
	margin-left: -10px;
	border:10px solid;
	border-color:transparent;
    border-top-color:#fff;
    content: "";}
.menu_imageWrapper2 {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;}
	.menu_item:first-child .menu_imageWrapper2 {
		border-left: none;}
	.menu_item:last-child .menu_imageWrapper2 {
		border-right: none;}
		
/*サブメニュー*/

.menuSub_wrapper {
	width:100%;
	min-width: 960px;
	height:55px;
	background-color:#2d710f;
	line-height: 55px;

}

.menuSub {
	width: 960px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	position: relative;
	z-index: 100;
	vertical-align: fixed;
	text-decoration: none;
	color:#fff;
}

.menuSub_item {
	float:left;
	margin-top:10px;
	vertical-align: middle;}

	.menuSub_item:nth-child(n + 2) {
	margin-left:20px;}

.menuSub_item a {
	text-decoration: none;
	color:#fff;}


.menuSub_itemWrapper {
	/*min-width:130px;*/
	height: 36px;
	line-height: 36px;
	padding-left:40px;
	padding-right: 30px;
	border-radius:3px;
	background: url(../images/menu2_icon.png) no-repeat 25px center;
	-webkit-transition : background-color 0.3s linear;
	-moz-transition    : background-color 0.3s linear;
	-o-transition      : background-color 0.3s linear;
	transition         : background-color 0.3s linear;}

.menuSub_itemWrapper.activePage {
	background-color:#21540b;}

.menuSub_itemWrapper:hover {
	background-color:rgba(33, 84, 11, 1);}

/* 共通ヘッダー
-------------------- */
.commonTitle {
	height:120px;
	width:100%;
	min-width: 960px;
	background-image: url(../images/mainHeader_back.png);
	display: table;
	text-align: center;
}

.commonTitle>div {
	display: table-cell;
	vertical-align: middle;}


/* メインイメージ 
-------------------- */
.mainImage {
	width: 100%;
	min-width: 960px;
	height: 440px;
	background-color: #CCC;
	position: relative;}
.mainImage_text {
	width: 960px;
	height: 400px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 200;
	position: absolute;}
.mainImage_text_imageWrapper {
	width: 960px;
	height: 400px;
	display: table-cell;
	vertical-align: middle;}
	.mainImage_text_imageWrapper img {
			margin: 0 auto;
			display: block;}
/*メインイメージ内スライダー*/
.wideslider {
	width: 100%;
	height: 440px;
	text-align: left;
	position: relative;
	overflow: hidden;}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;}
.wideslider_base {
	top: 0;
	position: absolute;}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;}
.slider_prev {background: #fff right center;}
.slider_next {background: #fff left center;}
 
.pagination {
	display: none;} 
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;} 
.wideslider ul {
    display: inline-block;
    overflow: hidden;}

	
/* メインメニュー 
-------------------- */
.mainMenu {
	width: 960px;
	height: 75px;
	margin: -60px auto 0;
	background: url(../images/top_mainMenuBack.jpg) repeat-x top left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	border: 1px solid #BBB;
	border-bottom: 5px solid #2d710f;
	display: table;
	position: relative;
	z-index: 500;
	table-layout: fixed;}
.mainMenu_item {
	display: table-cell;
	vertical-align: middle;
	position: relative;}
	.mainMenu_item img {
		margin: 0 auto;
		display: block;}
.mainMenu_imageWrapper {
	width: 100%;
	height: 75px;
	padding: 15px 0;
	display: table;}
.mainMenu_imageWrapper2 {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;}
	.mainMenu_item:first-child .mainMenu_imageWrapper2 {
		border-left: none;}
	.mainMenu_item:last-child .mainMenu_imageWrapper2 {
		border-right: none;}

/* サブメニュースタイル
-------------------- */
.hoverMenu {
	display: none;
	position:absolute;
	width:1000px;
	left:0;
	top:75px;
}

.hoverMenu ul {
	display: inline-block;
	border-radius:0 0 4px 4px;
	-moz-box-shadow   : 0px 5px 5px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.4);
	-o-box-shadow     : 0px 5px 5px -3px rgba(0,0,0,0.4);
	-ms-box-shadow    : 0px 5px 5px -3px rgba(0,0,0,0.4);
	box-shadow        : 0px 5px 5px -3px rgba(0,0,0,0.4);
}

.hoverMenu_item {
	padding:0 18px;
	background-color:#2e7110;
	min-width:160px;
}

.hoverMenu_item:last-child {
	background-image:none;
	border-radius:0 0 4px 4px;
}


.hoverMenu_item:hover {
	background-color:#21540b;
}

.hoverMenu_item a {
	color:#fff;
	text-decoration: none;
	border-bottom:1px dashed #fff;
	font-size:13px;
	padding:15px 0 15px 15px;
	display: block;
	background:url(../images/menu2_icon.png) no-repeat left center;
}

.hoverMenu_item:last-child a {
	border:none;
}



/* メインコンテンツ
-------------------- */
#mainContents {
	width: 960px;
	margin: 45px auto;
	display: none;}
.contentsContainer {
	margin-bottom: 50px;
	padding: 30px;
	background-color: #f1f8f0;}

.contentsContainer p {
	font-size: 13px;
}

/*補足テキストフォントサイズ*/
.commentText {
	font-size: 12px !important;
}


/* メインフッター
-------------------- */
#mainFooter {
	margin-top: 100px;
	padding: 20px 0;
	min-width: 960px;
	color: #FFF;
	background-color: #2d710f;}
	#mainFooter .rightBox {
		height: 114px;
		position: relative;}

.mainFooter_title {
	font-size: 14px;
	font-weight: bold;}
.mainFooter_text {
	font-size: 12px;}

.bannerList {
	float: right;}
.bannerList_item {
	margin-left: 10px;
	float: left;}
.bannerList_item:first-child {
		margin-left: 0;}

.pageTop {
	top: -58px;
	right: 0;
	position: absolute;}
.copyright {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;}


/* トップページ
-------------------- */
.maincontainer {
	display: flex;
	width: 960px;
}
.left{
	width:330px;
	margin:0;
}
.right{
	width:630px;
	margin:0;
	text-align:center;
}

/*技能講習・認定試験制度*/

.contentsContainerL {
 	width:330px;
	height: 370px;
	margin-bottom: 50px;
	padding: 10px;
	background-color: #f1f8f0;}

.contentsContainerR {
	width: 628px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f1f8f0;
	padding-left: 15px;
	padding-right: 15px;
	height: 370px;
}
.list_itemR {
	width: 290px;
	height: 320px;
	margin: 12px 0px;
	padding: 8px;
	background-color: #FFF;
	float: left;
	border-radius: 8px;
	border: 1px solid #dbeed9;}
.list_itemR:first-child {
	margin-left: 0;}

.list_itemL {
	width: 290px;
	height: 320px;
	margin-top: 12px;
	padding: 8px;
	background-color: #FFF;
	float: left;
	border-radius: 8px;
	border: 1px solid #dbeed9;
	text-align:center;
}
.list_itemL:first-child {
	margin-left: 0;}

.list_item {
	width: 292px;
/*	height: 310px;*/
	margin-left: 12px;
	padding: 15px;
	background-color: #FFF;
	float: left;
	border-radius: 8px;
	border: 1px solid #dbeed9;}
	.list_item:first-child {
		margin-left: 0;}
.topExamList_title img{
	margin: 10px auto;
	display: block;
	    width: 250px;
	    /* 高さの指定 */
	    height: auto;
}

.topExamList_title {
	margin: 10px auto;
	display: block;
	color:#000000;
	font-weight:bold;
}

.topExamList_button {
	margin: 10px auto;
	display: block;
	/* 横幅の指定 */
	width: 190px;
	/* 高さの指定 */
	height: 28px;
	/* 角丸の指定 */
	border-radius: 10px;
	/* 背景色の指定 */
	background-color: #2d710f;
	color:#ffffff;
	padding:8px auto;
	justify-content: center; /* 左右均等配置 */
	align-items: center;     /* 上下均等配置 */
}

.topExamList_title img{
	margin: 10px auto;
	display: block;
	    width: 250px;
	    /* 高さの指定 */
	    height: auto;
}

.topExamList_button img {
	margin: 10px auto;
	display: block;
	    width: 250px;
	    /* 高さの指定 */
	    height: auto;
}
.topExamList_text {
	font-size: 13px;}

.topExamList_item a {
	color:#000;
	text-decoration: none;}

.topExamList_item {
	-webkit-transition : all 0.3s linear;
	-moz-transition    : all 0.3s linear;
	-o-transition      : all 0.3s linear;
	-ms-transition     : all 0.3s linear;
	transition         : all 0.3s linear;
}

.topExamList_item:hover {
	-moz-box-shadow   : 0px 0px 9px rgba(45,113,15,0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(45,113,15,0.7);
	-o-box-shadow     : 0px 0px 9px rgba(45,113,15,0.7);
	-ms-box-shadow    : 0px 0px 9px rgba(45,113,15,0.7);
	box-shadow        : 0px 0px 9px rgba(45,113,15,0.7);
}

/*お知らせ*/
.topNoticeList {
	padding: 0 15px;
	background-color: #FFF;
	border-radius: 8px;
	border: 1px solid #dbeed9;}
#idTopNoticeList {
    height: 200px;
    overflow: auto;
}
.topNoticeList_item {
	width: 100%;
	height: 54px;
	padding: 0 20px;
	display: table;
	border-top: 1px dotted #58923f;}
#idTopNoticeList .topNoticeList_item {
	height: 40px;
}
	.topNoticeList_item:first-child {
		border-top: none;}
.topNoticeList_continaer {
	display: flex;
    padding: 10px 0px 0;
	vertical-align: middle;}
.topNoticeList_date {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	float: left;}
.topNoticeList_category {
	width: 98px;
	height: 20px;
	margin: 0 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	float: left;}
	.topNoticeList_category-exam {
		background-color: #bc2b35;}
	.topNoticeList_category-member {
		background-color: #5b9507;}
	.topNoticeList_category-notice {
		background-color: #195bae;}
.topNoticeList_text {
	font-size: 14px;}

/* about1
-------------------- */
.about1H3 {
	font-size: 22px;
}

#about1_sign {
	font-size:18px;
}


/* about2
-------------------- */
.about2_contents li {
	padding-top   :15px;
	padding-bottom:15px;
}

.about2_contents li:first-child {
	padding-top   :30px;
}

.about2_contents li:last-child {
	padding-bottom:30px;
}
.about2_contents h3 {
	display: inline-block;
	height:100%;
	width:120px;
	font-size: 14px;
	float:left;
}

.about2_contents p {
	float:left;
	width:700px;
}

/* approach1
-------------------- */
.approach1H3_1 {
	font-size: 18px;
	padding-top   :20px;
	padding-bottom:10px;
}

.approach1H3_2 {
	font-size: 22px;
}

#approach1_result .list_item > * {
	width:255px;
	margin: 0 auto;
}

.list_item2 {
	width: 440px;
	margin-left: 12px;
	padding: 15px;
	background-color: #FFF;
	float: left;
	border-radius: 8px;
	border: 1px solid #dbeed9;}
	.list_item2:first-child {
		margin-left: 0;}


#approach1_example .list_item2 > * {
	width:394px;
	margin:0 auto;
}

.approach_procedureList li {
	width:100%;
	height:160px;
	border:solid #2d710f 4px;
	border-radius: 8px;
	margin-top:29px;
	position:relative;
}


.approach_procedureList li:last-child {
	height:170px;
}

.approach_procedureList li:first-child {
	margin-top: 20px;
}

/* 連番スタイル */
.approach_procedureList li:before {
	content: "";
	position:absolute;
	top:50%;
	margin-top: -25.5px;
	left:-25.5px;
	width:51px;
	height:51px;
	background-repeat: no-repeat;
}

.approach_procedureList li:nth-child(1):before {
	background-image:url(../images/approach1_contentsNo1.png);
}

.approach_procedureList li:nth-child(2):before {
	background-image:url(../images/approach1_contentsNo2.png);
}

.approach_procedureList li:nth-child(3):before {
	background-image:url(../images/approach1_contentsNo3.png);
}

.approach_procedureList li:nth-child(4):before {
	background-image:url(../images/approach1_contentsNo4.png);
}

/*矢印スタイル*/
.approach_procedureList li:after {
	content: "";
	position:absolute;
	left:50%;
	margin-left:-36.5px;
	bottom:-33px;
	width:73px;
	height:33px;
	background:url(../images/approach1_contentsArrow.png) no-repeat;
}

.approach_procedureList li:last-child:after {
	background:none;
	display: none;
}

/* テキストスタイル */
.approach_procedureList li img {
	display: block;
	float:left;
}

.approach_procedureList li .approach1_contentsText {
	width:190px;
	float:left;
}

.approach1_complete {
	font-size:14px;
	color:#e40001;
	clear:both;
	font-weight: bold;
	padding-top:5px;
}

/* approach2
-------------------- */
.approach2H3 {
	float:left;
}

.approach2_text {
	width:430px;
	float:left;
}


/* exam1
-------------------- */
.examH3 {
	padding-top:50px;
}

.exam_contents td, .exam_contents p {
	font-size:14px;
}

.exam_topNoticeList_item>ul {
	padding-top:40px;
	padding-bottom:50px;
}

.exam_topNoticeList_item li:first-child .examH3 {
	padding-top:0px;
}

.dashedBox {
	border:1px dashed #2d710f;
	background-color:#fffff8;
}

.checkList {
	padding:20px 25px;
	margin-top: 20px;
}

.checkList li {
	background:url(../images/exam_icon.png) no-repeat left center;
	padding-left:30px;
	margin-top:17px;
}

.checkList li:first-child {
	margin-top:0;
}

.listTable_wrapper th, .listTable_wrapper td {
	border:1px solid #cccccc;
	font-size: 14px;
}

.listTable_wrapper th {
	color:#fff;
	background-color:#2d710f;
	font-weight: bold;
	text-align: center;
	padding:5px 0;
}

.listTable_wrapper td {
	background-color:#fffff8;
}

#exam1_licenseList {
	width:650px;
	margin: 0 auto;
}

#exam1_licenseList tbody tr {
	height:40px;
}

#exam1_testContents {
	width:500px;
	padding: 20px;
}

#exam1_testContents h4 {
	font-weight: bold;
	padding:10px 14px;
	border-radius: 3px;
	background-color:#d8ebd5;
}


.pdf_container {
	padding:24px 140px;
	width:840px;
	height:85px;
	margin:20px auto;
	background-color: #f6f6f6;
	font-size:14px;
}

/* exam2
-------------------- */
#exam2_licenseList {
	width:650px;
	margin: 0 auto;
}

#exam2_licenseList tbody tr {
	height:40px;
}

#exam2_flowImage {
	margin:0 auto;
	margin-top:20px;
	width:700px;
}

.exam2_photoList li {
	float:left;
	width:160px;
	margin-left:7px;
	text-align: center;
}

.exam2_photoList li:first-child {
	margin-left:0;
}

.photoList li > img {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

/* exam3
-------------------- */
#exam3_contentsImg1 {
	width:255px;
}

.exam3_photoList {
	width:695px;
	margin:0 auto;
}

.exam3_photoList li {
	float:left;
	width:330px;
	margin-left:35px;
	text-align: center;
}

.exam3_photoList li:first-child {
	margin-left:0;
}

#exam3_licenseList1 td {
	padding:20px 15px;
}


#exam3_licenseList2 td {
	padding:5px 15px;
}

/* roaster1
-------------------- */

.roster_topNoticeList_item>ul {
	padding-top   :40px;
	padding-bottom:50px;
}

.roster_topNoticeList_item li:first-child .rosterH3 {
	padding-top:0;
}


.rosterList td {
	padding-top:10px;
	padding-bottom:10px;
}

.rosterList tr:nth-child(2n) td {
	background-color: #f9f9e2;
}

/*.rosterH3:first-child {
	padding-top:0;
}*/

.rosterH3 {
	padding-top:60px;
}

#rosterAddressList tr {
	height:35px;
}

#rosterAddressList tr:nth-child(4n+1) td,#rosterAddressList tr:nth-child(4n+2) td {
	background-color: #f9f9e2;
}

/* guide1
-------------------- */


/* privacy
-------------------- */
.privacyH3_1, .privacyH3_2 {
	padding-top:20px;
}

.privacyH3_2 {
	font-size:16px;
}

#privacy_contents li{
	padding-bottom:20px;
	clear:both;
}

#privacy_contents td, #privacy_contents p{
	font-size: 14px;
}

#privacy_contents tr td:first-child{
	vertical-align: top;
}

#privacy_contents tr.comment {
	height:80px;
	vertical-align: bottom;
}

/* contact
-------------------- */
.contactH3 {
	padding-top:30px;
	position: relative;

}

#contact_form>ul>li:first-child .contactH3 {
	padding-top:0;
}

.contact_require:after {
	content: "必須";
	position: absolute;
	display: inline-block;
	width:46px;
	height:22px;
	margin-left: 20px;
	color:#fff;
	background-color:#d73233;
	border-radius: 3px;
	font-size:13px;
	text-align: center;
}

#contact_form input, #contact_form textarea {
	border:1px solid #b5b5b5;
	border-radius:3px;
	height:40px;
}

#contact_form input {
	width:100%;
	padding: 0 5px;
}

#contact_form textarea {
	width:100%;
	height:240px;
	resize:none;
	padding: 5px;
}

#contact_submitButton {
	width:320px;
	height:60px;
	border:2px solid #bc2021;
	border-radius: 7px;
	background: url(../images/contact_submit.png) no-repeat center center #d73233;
	-moz-box-shadow   : 0px 4px 0px rgb(188,32,33);
	-webkit-box-shadow: 0px 4px 0px rgb(188,32,33);
	-o-box-shadow     : 0px 4px 0px rgb(188,32,33);
	-ms-box-shadow    : 0px 4px 0px rgb(188,32,33);
	box-shadow        : 0px 4px 0px rgb(188,32,33);
}

#contact_submitButton:active {
	background-position: center 17px;
	-moz-box-shadow   : 0px -4px 0px rgb(188,32,33);
	-webkit-box-shadow: 0px -4px 0px rgb(188,32,33);
	-o-box-shadow     : 0px -4px 0px rgb(188,32,33);
	-ms-box-shadow    : 0px -4px 0px rgb(188,32,33);
	box-shadow        : 0px -4px 0px rgb(188,32,33);
}
#contact_submitButton:hover {
	opacity: 0.8;
}

.completeContainer {
	padding: 40px 0 !important;}
.completeContainer_title{
	font-size: 20px !important;
	font-weight: bold;}
.completeContainer_text {
	font-size: 14px !important;}
.completeContainer_link {
	font-size: 14px;}




.topExamContent {
    padding: 15px;
    background-color: #FFF;
    float: left;
    border-radius: 8px;
    border: 1px solid #dbeed9;
}

.topExamContent p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 20px 0;
}

.topExamContent ul {
    display:grid;
    grid-template-columns:1fr 1fr;
}


.exam_listTale {
    width: 100%;
}
.exam_listTale td {
    padding: 5px;
}