@charset "UTF-8";
/*レイアウト設定 ヘッダ-----------------------*/
header  {
	margin-top: 0px;
	border-top: 5px solid #199E3E;
}
#headInner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#headInner h1 {
	float: left;
	padding: 20px 0 15px 0;
}
#headInner li {
	float: right;
	background-color: #199E3E;
	color: #FFFFFF;
	width: 100px;
	font-size: 13px;
	text-align: center;
	padding: 5px 0 8px 0;
	margin: 0 0 0 10px;
}
#headInner li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#headInner li a:hover  {
	padding: 5px 0 0;
	color: #FFFA84;
}
/*レイアウト設定 ヘッダメニュー-----------------------*/

nav#menu {
	height: 60px;
	border-top: 1px solid #CCC;
	border-bottom: 8px solid #199E3E;
	width: 100%;
	background-color: #FFFFFF;
}
nav#menu ul {
	width: 980px;
	margin: 0px auto;
}

nav#menu ul li {
	float: left;
	width: 139px;
	height: 60px;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

nav#menu ul li a {
	display: block;
	height: 60px;
}
nav#menu ul li a:hover {
	background-color: #e3f3e8;
	display: block;
	height: 60px;
}


nav#menu ul li:first-child {
	width: 138px;	
	border-left: 1px solid #C6C6C6;
}

/*nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
}*/


/*レイアウト設定 パンくず-----------------------*/

div#bread {
	background-color: #199E3E;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
}
div#bread ul {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
div#bread li{
	display: inline;
	background-image: url(../commonimg/breadarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-right: 5px;
}
div#bread li:last-child {
	background-image: none;
}
div#bread li a {
	color: #FFF;
	text-decoration: underline;
}
div#bread li a:hover {
	color: #F8EC5B;
	text-decoration: underline;
}
/*レイアウト設定 メインタイトル-----------------------*/

#mainTitle {
	background-image: url(../commonimg/titlebg.png);
	background-repeat: repeat-x;
	height: 80px;
}
#mainTitle h1 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-weight: bold;
	font-size: 24px;
	color: #199E3E;
	letter-spacing: 0.1em;
}
#mainTitle h1 span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
}
/*レイアウト設定 メイン-----------------------*/

#containar {
	width: 980px;
	margin: 40px auto 20px;
}
#pagetop #containar {
}
/*レイアウト設定 サブコンテンツエリア-----------------------*/

#rightC {
	width: 220px;
	float: right;
}

#subNavi {
	padding: 5px;
	background-color: #8CCE9E;
	font-size: 15px;
}


#subNavi ul li a {
	display: block;
	color: #000000;
	padding: 10px 5px 10px 27px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../commonimg/smallarrow.png);
	background-repeat: no-repeat;
	background-position: 14px 16px;
	border-bottom: 1px solid #CCCCCC;
}

#subNavi ul li:first-child a  {
	display: block;
	color: #000000;
	padding: 10px 5px 10px 17px;
	text-decoration: none;
	background-color: #E1F2E6;
	font-weight: bold;
	background-image: url(../commonimg/smallarrow.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	border: 1px solid #CCCCCC;
}

#subNavi ul li a:hover, #subNavi ul li:first-child a:hover, #subNavi ul li.subDetail a:hover {
	background-color: #FFF9C3;
}
#subNavi ul li span a     {
	font-size: 13px;
	padding: 5px 2px 5px 40px;
	background-image: url(../commonimg/smallarrow.png);
	background-color: #F0F9F3;
	background-repeat: no-repeat;
	background-position: 28px 12px;
}
#subNavi ul li.noLinks {
	display: block;
	color: #000000;
	padding: 10px 5px 0 27px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../commonimg/smallarrowdown.png);
	background-repeat: no-repeat;
	background-position: 14px 16px;
}
#subNavi ul li.subDetail a {
	display: block;
	color: #000000;
	padding: 5px 5px 5px 37px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	font-size: 80%;
	background-position: 23px 8px;
}

/*アコーディオン*/
#subNavi #acMenu dt {
	display: block;
	color: #000000;
	padding: 10px 5px 10px 27px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../commonimg/smallarrowdown.png);
	background-repeat: no-repeat;
	background-position: 14px 16px;
    cursor:pointer;
}

#subNavi #acMenu dd {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	background-position: 23px 8px;
	display:none;
}
#subNavi .subDetailAc a {
	display: block;
	font-size: 80%;
	color: #000000;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../commonimg/smallarrow.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	border-style: none;
}
#subNavi .subDetailAc a:hover {
	background-color: #e3f3e8;
}

/*ここまでアコーディオン-----------------------*/



/*レイアウト設定 メインコンテンツエリア-----------------------*/
main a:hover img, #rightC a:hover img {
	opacity: 0.7;
}

main#leftC { /*左のみ720pxで使うとき*/
	width: 720px;
	float: left;
}
main#leftAll { /*全体で使うとき*/
	width: 980px;
	float: left;
}
main h2 { /*大見出し*/
	font-weight: bold;
	font-size: 20px;
	background-color: #EDEDED;
	padding: 10px 15px;
	border-left: 7px solid #199E3E;
	margin-bottom: 15px;
	line-height: 28px;


}

main h3 { /*中見出し*/
	font-weight: bold;
	font-size: 17px;
	padding: 5px 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-top: 2px solid #199E3E;
	background-color: #E9F6ED;
	border-left: 5px solid #199E3E;
	border-top-left-radius: 10px;
	border-right: 5px solid #199E3E;
	border-top-right-radius: 10px;
}



#pagetopArea {
	width: 100%;
	background-color: #FFFFFF;
}
.pagetop {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop li {
	float: right;
}

.pagetop li a {
	display: block;
	padding: 6px;
	color: #000000;
	background-color: #E1F2E6;
	width: 120px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pagetop li a:hover  {
	display: block;
	color: #000000;
	background-color: #8CCE9E;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/*レイアウト設定 フッタエリア-----------------------*/

#footer {
	width: 100%;
	background-color: #E1F2E6;
	padding-top: 0px;
	margin-top: 30px;
}
#btmMenu   {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 16px;
}
#btmMenu .heightLine   {
	border-left: 1px solid #CCCCCC;
	float: left;
	padding: 10px 20px 10px 8px;
}
.menuList1 a    {
	background-image: url(../commonimg/circlearrow.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 4px 0 4px 15px;
}
.menuList2 a   {
	background-image: url(../commonimg/smallarrow.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 4px 0 4px 22px;
}
.menuList1 a:hover, .menuList2 a:hover {
	background-color: #8CCE9E;
}
#btmName {
	float: right;
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	display: table-cell;
	text-align: right;
}
#btmName h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
#btmName p  {
	font-size: 11px;
	line-height: 15px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#copyRight {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3C3C3C;
	text-align: center;
	padding: 5px 0px;
	width: 100%;
}


/*レイアウト設定 テーブル-----------------------*/

table.per100 { 
	width: 100%;
}
table.form { 
	width: 100%;
}
table.contactus { 
	width: 100%;
}
table.per100 th{
	border-top: 1px solid #CCCCCC;
	padding: 0.3em 0.5em 0.4em;
	background-color: #FFFEEB;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
table.form th{
	border-top: 1px solid #CCCCCC;
	padding: 0.7em 0.5em;
	background-color: #FFFEEB;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
table.contactus th{
	border-top: 1px solid #CCCCCC;
	padding: 0.7em 0.5em;
	background-color: #FFFEEB;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

table.per100 th:last-child {
	border-right-style: none;
}

table.form th:last-child {
	border-right-style: none;
}

table.per100 td{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.2em 0.5em;
	border-right: 1px solid #CCCCCC;
}
table.form td{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.7em 0.5em;
	border-right: 1px solid #CCCCCC;
}
table.contactus td{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.7em 0.5em;
	vertical-align: top;
}
table.per100 td:last-child, table.form td:last-child {
	border-right-style: none;
}
.tdCenter {
	text-align: center;
}
.tdCenterGray {
	text-align: center;
	background-color: #EAEAEA;
}
.tdCenterGrayBold {
	text-align: center;
	background-color: #EAEAEA;
	font-weight: bold;
}

.textCenterGrayBold {
	text-align: center;
	background-color: #EAEAEA;
	font-weight: bold;
	padding: 5px;
}
.tdCenterGreen {
	text-align: center;
	background-color: #E9F6ED;
}
.tdGreenBold {
	background-color: #E9F6ED;
	font-weight: bold;
}
.tdOrangeBold {
	background-color: #FFDFC2;
	font-weight: bold;
}
.tdBlueBold {
	background-color: #CBE9FD;
	font-weight: bold;
}
.tdScIndent {
	background-color: #E9F6ED;
	font-weight: bold;
	font-size: 90%;
	text-indent: 0.6em;
}
.bgGreenBold {
	background-color: #E9F6ED;
	font-weight: bold;
	padding: 5px 8px;
	color: #000000;
	margin-bottom: 12px;
}
.bgOrangeBold {
	background-color: #FFDFC2;
	font-weight: bold;
	padding: 5px;
	color: #000000;
	margin-bottom: 12px;
}
.bgGrayBold {
	background-color: #ECECEC;
	font-weight: bold;
	padding: 5px;
	color: #000000;
	margin-bottom: 12px;
}

/*レイアウト設定 疑似ボタン-----------------------*/

.btnR {
	float: right;
}
.btnL {
	float: left;
}
.btnR a, .btnL a {
	padding: 7px 10px;
	border: 1px solid #CCCCCC;
	font-size: 15px;
	text-align: center;
	display: block;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	-webkit-box-shadow: 2px 2px 0px #B4B4B4;
	box-shadow: 2px 2px 0px #B4B4B4;
}
.btnR a {
	margin: 5px 0 5px 1em;
}

.btnL a {
	margin: 5px 1em 5px 0;
}


.btnR a img, .btnL a img {
	margin: 0 0 0 8px;
	vertical-align: middle;
}
.btnR a:hover, .btnL a:hover {
	display: block;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	color: #199E3E;
	border: 1px solid #199E3E;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}

/*レイアウト設定 アイコン表示-----------------------*/
/*PDFアイコン-----------------------*/
.iconPdf { /*PDFアイコンノーマル*/
	background-image: url(../commonimg/icon_pdf.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	margin-bottom: 5px;
}
.iconPdfBorder { /*PDFアイコン下線付き*/
	background-image: url(../commonimg/icon_pdf.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.iconPdf2 { /*PDFアイコン2段組みのとき*/
	background-image: url(../commonimg/icon_pdf.png);
	background-repeat: no-repeat;
	padding: 8px 15px 8px 36px;
	background-position: 5px 8px;
	float: left;
	width: 305px;
}
.iconPdf3 { /*PDFアイコン3段組みのとき*/
	background-image: url(../commonimg/icon_pdf.png);
	background-repeat: no-repeat;
	padding: 8px 15px 8px 36px;
	background-position: 5px 8px;
	float: left;
	width: 185px;
}
.iconPdfFree {  /*PDFアイコンワイドフリー左寄せ*/
	background-image: url(../commonimg/icon_pdf.png);
	background-repeat: no-repeat;
	padding: 8px 20px 8px 36px;
	background-position: 5px 8px;
	float: left;
}
.iconPdfPink { /*PDFアイコンノーマル BGピンク*/
	background-image: url(../commonimg/icon_pdf.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	background-color: #FFE1FE;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #F193D1;
}
.iconPdfBlue { /*PDFアイコンノーマル BGブルー*/
	background-image: url(../commonimg/icon_pdf.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	background-color: #D3EAFF;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #8CCBFF;
}

/*Excelアイコン-----------------------*/

.iconExcel { /*Excelアイコンノーマル*/
	background-image: url(../commonimg/icon_excel.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
}
.iconExcelBorder { /*Excelアイコンノーマル下線付き*/
	background-image: url(../commonimg/icon_excel.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.iconExcel2 { /*Excelアイコン2段組みのとき*/
	background-image: url(../commonimg/icon_excel.png);
	background-repeat: no-repeat;
	padding: 8px 15px 8px 36px;
	background-position: 5px 8px;
	float: left;
	width: 305px;
}
.iconExcel3 { /*Excelアイコン3段組みのとき*/
	background-image: url(../commonimg/icon_excel.png);
	background-repeat: no-repeat;
	padding: 8px 15px 8px 36px;
	background-position: 5px 8px;
	float: left;
	width: 185px;
}
.iconExcelFree { /*Excelアイコンワイドフリー左寄せ*/
	background-image: url(../commonimg/icon_excel.png);
	background-repeat: no-repeat;
	padding: 8px 20px 8px 36px;
	background-position: 5px 8px;
	float: left;
}
.iconExcelPink {/*Excelアイコンノーマル BGピンク*/
	background-image: url(../commonimg/icon_excel.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	background-color: #FFE1FE;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #F193D1;
}
.iconExcelBlue { /*Excelアイコンノーマル BGブルー*/
	background-image: url(../commonimg/icon_excel.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	background-color: #D3EAFF;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #8CCBFF;
}

/*Wordアイコン-----------------------*/

.iconWord { /*Wordアイコンノーマル*/
	background-image: url(../commonimg/icon_word.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
}
.iconWordBorder { /*Wordアイコンノーマル下線付き*/
	background-image: url(../commonimg/icon_word.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.iconWord2 {/*Wordアイコン2段組みのとき*/
	background-image: url(../commonimg/icon_word.png);
	background-repeat: no-repeat;
	padding: 8px 15px 8px 36px;
	background-position: 5px 8px;
	float: left;
	width: 305px;
}
.iconWord3 { /*Wordアイコン3段組みのとき*/
	background-image: url(../commonimg/icon_word.png);
	background-repeat: no-repeat;
	padding: 8px 15px 8px 36px;
	background-position: 5px 8px;
	float: left;
	width: 185px;
}
.iconWordFree { /*Wordアアイコンワイドフリー左寄せ*/
	background-image: url(../commonimg/icon_word.png);
	background-repeat: no-repeat;
	padding: 8px 20px 8px 36px;
	background-position: 5px 8px;
	float: left;
}
.iconWordPink { /*Wordアイコンノーマル BGピンク*/
	background-image: url(../commonimg/icon_word.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	background-color: #FFE1FE;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #F193D1;
}
.iconWordBlue { /*Wordアイコンノーマル BGブルー*/
	background-image: url(../commonimg/icon_word.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 36px;
	background-position: 5px 8px;
	background-color: #D3EAFF;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #8CCBFF;
}


.iconNone { /*アイコン無し頭揃え用*/
	padding: 8px 5px 8px 36px;
}


/*レイアウト設定 テキスト関連-----------------------*/

.bgPink { /*テキストBGピンク*/
	background-color: #FFE1FE;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #F193D1;
	padding: 8px;
	margin-left: 0px;
}
.bgBlue { /*テキストBGブルー*/
	padding: 8px;
	background-color: #D3EAFF;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #8CCBFF;
}
.bgLineGray { /*テキスト囲みグレー*/
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

.textSmall { /*テキストサイズスモール*/
	font-size: 80%;
	line-height: 1.5;
}
.textSmallRed { /*テキストサイズスモール赤*/
	font-size: 80%;
	line-height: 1.6em;
	color: #FF0000;
}

.textRight { /*テキストサイズ：ノーマル　右揃え*/
	text-align: right;
}
.textLeft { /*テキストサイズ：ノーマル　左揃え*/
	text-align: left;
}
.textCenter { /*テキストサイズ：ノーマル　センタリング*/
	text-align: center;
}
.textBold   { /*テキストサイズ：ノーマル　ボールド*/
	font-weight: bold;
}
.textBoldC   { /*テキストサイズ：ノーマル　ボールド センタリング*/
	font-weight: bold;
	text-align: center;
}
.textBoldL   { /*テキストサイズ：ラージ　ボールド 左揃え*/
	font-weight: bold;
	text-align: left;
	font-size: 20px;
}
.textBoldLC   { /*テキストサイズ：ラージ　ボールド センタリング*/
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.textBoldBlue   { /*テキストサイズ：ノーマル　ボールド  色：青*/
	font-weight: bold;
	color: #0054C7;
}
.textBlue   { /*テキストサイズ：ノーマル　色：青*/
	color: #0054C7;
}
.textBoldGreen   { /*テキストサイズ：ノーマル　ボールド  色：緑*/
	font-weight: bold;
	color: #199E3E;
}
.textGreen   { /*テキストサイズ：ノーマル　色：緑*/
	color: #199E3E;
}
.textBoldRed   { /*テキストサイズ：ノーマル　ボールド  色：赤*/
	font-weight: bold;
	color: #FF0000;
}
.textRed { /*テキストサイズ：ノーマル　色：赤*/
	color: #FF0000;
}

.textBoldRedLC   { /*テキストサイズ：ラージ　色：赤 センタリング*/
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	font-size: 20px;
}
.textBoldRedC   { /*テキストサイズ：ノーマル　ボールド  色：赤 センタリング*/
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.textIndent { /* ●用1文字インデント*/
	text-indent: -1em;
	padding-left: 1em;
}

/*レイアウト設定 その他-----------------------*/
.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.kakomi {
	padding: 10px;
	border: 4px solid #CCCCCC;
}
.kakomi2 {
	padding: 10px;
	border: 2px solid #CCCCCC;
}
.kakomiAttention {
	padding: 10px;
	border: 4px solid #FF0000;
	background-color: #FFF97F;
}
.borderSolid {
	border-bottom: 2px solid #999999;
	clear: both;
	margin-top: 18px;
	margin-bottom: 18px;
}
.borderDot {
	margin: 18px 0;
	border-bottom: 4px dotted #999999;
}
.borderDotLight {
	border-top: 1px dotted #CCCCCC;
	height: 5px;
	margin-bottom: 10px;
}

.pList {
	padding-left: 20px;
	background-image: url(../commonimg/circle.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.numberList {
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style-type: decimal;
	margin-left: 60px;
	padding-bottom: 2em;
}

ol.numberList li {
	list-style-type: decimal;
	padding-bottom: 1em;
}

.mt10mb10 {
	margin: 10px 0;
}
.mt20mb20 {
	margin: 20px 0;
}


/*レイアウト設定 個別 「非破壊検査とは」で使用-----------------------*/

.whatNdt2   {
	font-weight: bold;
	color: #0054C7;
	font-size: 18px;
	padding: 15px;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(219,237,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(219,237,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(219,237,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(219,237,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
.whatNdt   {
	font-weight: bold;
	color: #FF6900;
	font-size: 18px;
	padding: 15px;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(255,239,215,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,239,215,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,239,215,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,239,215,1.00) 0%,rgba(255,255,255,1.00) 100%);
}

/*レイアウト設定 個別 「販売品」で使用-----------------------*/

.saleItem {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-left: 6px solid #199E3E;
	padding-left: 0px;
	border-top: 3px solid #8CCE9E;
}
.saleItem .bookName {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	background-color: #EEEEEE;
	padding-top: 8px;
	padding-left: 12px;
}
.saleItem .price  {
	padding-bottom: 8px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	margin-left: 10px;
}
.saleItem .bookDetail  {
	font-size: 90%;
	line-height: 1.4em;
	float: right;
	width: 500px;
	padding: 8px;
}

/*レイアウト設定 個別 「講習会」で使用-----------------------*/


.training {
	padding: 10px;
	border: 3px solid #CCCCCC;
	margin-bottom: 30px;
}

.training .tName {
	padding: 10px;
	background-color: #E1F2E6;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.training .tNameDone {
	padding: 8px 10px 8px 102px;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	background-image: url(../commonimg/done.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
.training .tName a, .training .tNameDone a   {
	font-weight: bold;
}

/*レイアウト設定 個別 「トップページ」で使用-----------------------*/

#mainimg {
	background-color: #199E3E;
	clear: left;
	text-align: center;
	-webkit-box-shadow: inset 0px 20px 10px #145B28;
	box-shadow: inset 0px 20px 10px #145B28;
}
#slides {
	width: 980px;
	height: 250px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

table#news,
table#corona{
	width: 100%;
}
table#news th,
table#corona th {
	background-color: #FFFFFF;
	border-right-style: none;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding: 9px 15px 5px 5px;
}

table#news .newsKoshu, table#news .newsShikaku, table#news .newsKaiin, table#news .newsOshirase {
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 70px;
	padding-bottom: 5px;
	padding-top: 5px;
}
table#news .newsKoshu {
	background-image: url(../commonimg/icon_koshu.png);
}

table#news .newsShikaku {
	background-image: url(../commonimg/icon_shikaku.png);
}

table#news .newsKaiin {
	background-image: url(../commonimg/icon_kaiin.png);
}
table#news .newsOshirase {
	background-image: url(../commonimg/icon_oshirase.png);
}

/*レイアウト設定 個別 「インフラ調査士」で使用-----------------------*/

.sokuhou {
	padding: 10px;
	border-radius: 10px;
	border: 5px solid #FF0000;
}
.sokuhouTitle {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
	background-color: #FF0000;
	padding: 10px 0;
}

/*レイアウト設定 個別 「サイトマップ」で使用-----------------------*/

.siteMapColumn  {
	width: 300px;
	float: left;
	margin: 0 25px 0 0;
}
.sTitle  {
	padding: 5px 10px;
	border-left: 5px solid #8CCE9E;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}
.sTitleChilid1  {
	padding: 5px 0 5px 25px;
	background-image: url(../commonimg/circlearrow.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	background-position: 10px 10px;
}
.sTitleChilid2  {
	padding: 0 0 5px 40px;
	font-size: 90%;
	background-image: url(../commonimg/smallarrow.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	background-position: 28px 6px;
}

/*レイアウト設定 個別 「資格認証【土木・建築】」で使用-----------------------*/

.flowHissu {
	background-image: url(../commonimg/icon_hissu.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding: 10px 10px 10px 55px;
	border: 2px solid #CCCCCC;
}
.flowArrow {
	background-image: url(../commonimg/downArrowGray.png);
	background-position: center top;
	text-align: center;
	height: 40px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
.iconHissu {
	background-image: url(../commonimg/icon_hissu.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px 50px;
	background-position: 5px 8px;
}

/*レイアウト設定 個別 「フォーム」で使用-----------------------*/

.formConfirm {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.formInput {
	margin: 20px;
	cursor: pointer;
	font-size: 110%;
	line-height: 1.5;
}
.closeBtn a {
	padding: 7px 10px;
	border: 1px solid #CCCCCC;
	font-size: 15px;
	text-align: center;
	display: block;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	-webkit-box-shadow: 2px 2px 0px #B4B4B4;
	box-shadow: 2px 2px 0px #B4B4B4;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.closeBtn a:hover {
	display: block;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(214,240,222,1.00) 100%);
	color: #199E3E;
	border: 1px solid #199E3E;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}
