@media all{

/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

body{
	background: url(../images/common/bg_body.png) repeat-x #ECE2D9 ;
	background-position: center top;

}


html,
body,

#top,
#header,
#main,
#footer,
#footer-banner{
	width: 100%;
	min-width: 960px;
}


#page-top,
#top-in,
#header-in,
#main-in,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 960px;
}

#global-menu{
	width:960px;
}

#container{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	height:auto;
	}
	
	
/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/


#container{ background-color: #fff; }




/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body,pre{ color: #333; font-size:9px;}


/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #c60; }
a:visited{ color: #c60; }
a:hover{ color: #c60; }
a:active{ color: #c60; }



/*--------------------------------------------------------
4、リンクの設定
--------------------------------------------------------*/

 a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	height: 0px;
	background-color: #669933;
	border-bottom: 1px solid #b9c4dc;
	font-size: 1.2em;
}

#top-in{ position: relative; }


/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 1px;
	right: 30px;
	z-index: 10;
	height: 123px;

	padding-left: 16px;


}

#top-menu li{
	float: left;
	margin-right: 22px;
	line-height: 29px;
}

/*メニューの最後の要素には「end」のクラスを付加し、右からのマージンを0に*/
#top-menu li a{
	color:#fff;
	padding: 2px 0;
	padding-left: 20px;
	background: url(../images/common/ico_arrow02.gif) left center no-repeat;
}
#top-menu li a:hover{
	color:#66cc00;

}


#top-menu li.sitemap a{ background: url(../images/icon/icon-sitemap.gif) left center no-repeat; }
#top-menu li.contact a{ background: url(../images/icon/icon-contact.gif) left center no-repeat; }


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 0px;
	height: 130px;
	background:url(../images/common/header.png) no-repeat;
	background-position:center top;
}

#header-in{
	position: relative;
	padding-top: 17px;/*▲ページ最上部からの距離*/
}


/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
	top: 5px;
}


/*●ヘッダーロゴテキスト
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: none; }
#header-logo #logo-text a:link{ color: #666; }
#header-logo #logo-text a:visited{ color: #666; }
#header-logo #logo-text a:hover{ color: #c60; }
#header-logo #logo-text a:active{ color: #c60; }*/


/*●ヘッダーテキスト*/
#header-in #header-text{
	width: 300px;
	position: absolute;
	top: 60px;
	right: 0;
	text-align: right;
}

#header ul{ overflow: hidden; padding-top: 55px; width: 960px; margin: 0 auto; }
#header ul li{ margin: 0; padding: 0; list-style: none; }
#header ul li{ float: left; text-align: center; }
#header ul li:nth-child(1){ width: 150px; }
#header ul li:nth-child(2),
#header ul li:nth-child(3),
#header ul li:nth-child(4),
#header ul li:nth-child(6){ width: 120px; }
#header ul li:nth-child(5){ width: 140px; }
#header ul li:nth-child(7){ width: 190px; }
#header ul li a{ display: block; font-size: 14px; background: #611b1b; color: #fff; letter-spacing: 1px; padding: 10px; text-decoration: none; border-right: 1px solid #fff; border-bottom: 1px solid #611b1b; font-weight: bold; }
#header ul li a:hover{ background: #fff; color: #611b1b; }
#header ul li:last-child a{ border-right: none; }

/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: absolute;
	top: 80px;/*▲ページ最上部からの距離*/
	left: 0;
	background: #669933;
	text-align:center;
}


#global-menu ul{
	margin-top: 4px;
	margin-bottom: 4px;
	border-left: 1px solid #c7cacf;
}


#global-menu li{
	float: left;
	height: 60px;
	overflow: hidden;
	background: url(../images/common/bg_gNavi.png) left top repeat-x;
	border-right: 1px solid #c7cacf;
	border-left: 1px solid #e9edf3;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
}


#global-menu li small{
	font-size: 0.786em;
	font-weight: normal;
	color: #999;
}


#global-menu li a{
	display: block;
	padding: 8px 50px 8px 29px;
	height: 31px;
	background: url(../images/icon/icon-menu01.gif) 12px 17px no-repeat;
	text-decoration: none;
	color: #666;
}

/*IE6対策*/
* html #global-menu ul li a{ height: auto; }


/*グローバルメニューを幅指定にする場合は下記を使用）*/
/*#global-menu ul li a{
	padding: 8px 29px 8px 29px;
}*/


/*各エリアの幅を指定します。合計が全体のサイズ-20pxになるようにして下さい
（例：140+300+200+150+140 = 950-20）*/
/*#global-menu li.menu01{ width: 140px; }
#global-menu li.menu02{ width: 160px; }
#global-menu li.menu03{ width: 190px; }
#global-menu li.menu04{ width: 150px; }*/


#global-menu ul li a:hover{
	height: 31px;
	background: url(../images/common/menu_on.gif) left bottom no-repeat;
	color: #555;
}

/*IE6対策*/
* html #global-menu ul li a:hover{ height: auto; }


/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs ol{
	
	padding: 15px 0px 0px 0px;
	margin:0px;

}

#breadcrumbs li{
	float: left;
	/*background: url(../images/icon/icon-breadcrumbs.gif) left 5px no-repeat;*/
	font-size: 11px;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{
	padding-left: 5px;
	padding-top:0px;
	background: none;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{

	padding-top: 130px;/*▲ページ最上部からの距離*/
	height: 100%;
}


/*メインイメージ（TOPのみ）*/
#main-image{
	display: block;
	position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height: 250px;
	margin-bottom: 10px !important;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	float: right;
	width: 240px;

}

#sidebar-in{
	width: 240px;
	font-size: 1.2em;
}


/*H3*/
#sidebar h3{
	clear: both;
	padding: 2px 8px;
	background: url(../images/title/bg-sidebar-h3.gif) left center no-repeat #1a45ab;
	border: 1px solid #8a8a89;
	color: #fff;
}

#sidebar h3 small{
	display: block;
	padding-top: 2px;
	border-top: 1px solid #d1d1d1;
	font-size: 0.768em;
}





/*●コンテンツ*/
#sidebar div.contents{
	margin-bottom: 20px;
	padding: 0px;
	background-color: #efefef;
}

#sidebar div.menu{
	margin-bottom: 20px;
	padding: 5px 0px 5px 0px;
	background-color: #efefef;
}












/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	padding-left:10px;
	background-color:#FFF;
	float: left;
	padding-right: 10px;
	width: 670px;
	font-size: 1.4em;
}

/*H1*/
#main-contents h1,{
	font-size:10px;
	clear:both;
	padding-left:0px;
	background:#fff;
	font-size:10px;
	
}
/*H2*/

#main-contents h2{
	clear: both;
	margin-bottom: 5px;
	padding: 20px 0px 5px 0px;
	background: /*url(../images/title/bg-contents-h2.gif) left top repeat-y;*/
	border-bottom: 1px solid #aaa;
	font-size: 1.858em;
	line-height: 1.0;
	color: #333;
}


/*H3*/
#main-contents h3{
	clear: both;
	margin: 0 16px;
	margin-bottom: 14px;
	padding: 10px;
	border: 1px solid #999;
	font-size: 1.286em;
	font-weight: bold;
}


/*H4*/
#main-contents h4{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 0.858em;
	font-weight: bold;
}


/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }


/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 10px;
	-moz-border-radius: 8px;/*Firefoxのみ角丸になる*/
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}





/*テーブルタグ*/
#main-contents table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

#main-contents table.table-style th,
#main-contents table.table-style td{
	padding: 0.8em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#main-contents table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}


/*●コンテンツ*/
#main-contents .contents{
	margin-bottom: 30px;
	padding: 0 0px;
}

#main-contents .contents p{
	margin-bottom: 1em;
	line-height: 1.5;
}

/***** イベント情報 *****/
.event01Bnr01 a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}










/*●定義タグ スタイル01*/
* html body #main-contents dl.dl-style01 dd div{ display: inline-block; }

#main-contents dl.dl-style01{ border-bottom: 1px solid #999; }
#main-contents dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 15em;
	border-top: 1px solid #999;
	font-weight: bold;
}

#main-contents dl.dl-style01 dd{
	margin-left: 15em;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #999;
}


/*●定義タグ スタイル02*/
#main-contents .contents dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-r-black.png) 0 3px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-l-black.png) 0 3px no-repeat;
}







/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{ border-left: 1px solid #555; }
.sitemap ul li{ background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background:  url(../images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}



/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 36px;
	margin-left: auto;
	width: 162px;
	height: 34px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear:both;
	height:360px;
	margin-top: 20px;
	background: url(../images/common/footer_bg.png) no-repeat;
	background-position:center top;
}


#footer-in{
	padding: 100px 0 15px 0;
	font-size: 1.2em;
}
#footer-in a{
	color:#993300;
}

#footer-in a:hover{
	text-decoration:underline;
}
#footer-in a:hover{
	color:#692A2A;
}

/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-left: 4px solid #9d3f27;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}





/*●左右のエリア（幅の合計が920pxになるように）*/

#area01{ width: 670px; padding-left:480px; }
/*#area02{ width: 0px; }*/

#area01,
#area02{
	overflow:hidden;
	float: left;
	margin-bottom: 20px;
}
#area01{ margin-right: 0px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	margin-right: 30px;
}

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(../images/common/ico_arrow02.gif) left 5px no-repeat;
}





/*●コピーライト*/
.copyright{
	padding: 18px 0;
	background: #C1AA7D;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}

/*マージン設定*/
.mg_b50{
		margin-bottom:50px;	
	}
.mg_b10{
		margin-bottom:10px;	
	}	
.mg_b20{
		margin-bottom:20px;	
	}	
		
.mg_r15{
	margin-right:15px;
	
}

/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
.pr50 {
	padding:20px 0 30px 0px;
}
.tx01 {
	padding-left:10px;
	padding-bottom:20px;
	line-height:2em;
}
.img_r50 {
	float:right;
	padding:0 30px 50px 30px;
}
.img_l20 {
	padding-left:10px;
	padding-bottom:20px;
}
.sub_tit {
	width:670px;
	height:30px;
	background:url(/images/common/tit_bg01.gif) repeat-x;
	font-size:17px;
	line-height:30px;
	margin-left:20px;
	margin-bottom:20px;
}

.sub_tit2 {
	width:400px;
	height:30px;
	font-size:17px;
	line-height:30px;
	margin-left:20px;
	margin-bottom:20px;
	background-image: url(/images/common/tit_bg01.gif);
	background-repeat: repeat-x;
}
.ico02 {
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
	padding-left:20px;
	padding-bottom:0px;
	background:url(../images/common/ico_arrow03.gif) no-repeat;
	height:30px;

	line-height:30px;
}
.text01 {
	padding:10px 0 20px 10px;
}
.text02 {
	margin-top:0px;
	padding-left:40px;
	font-size:12px;
}
.pr60{margin-bottom:30px; margin-top:100px}

.text03 {
	text-align:right;
	margin-top:10px;
}
.tx_3ren {
	width:200px;
	float:left;
	padding-right:20px;
}

.img_r20 {
	float:left;
	padding-right:20px;
}
.img_bxl {
	padding-left:10px;
	padding-bottom:20px;
	line-height:1.5em;
}
#main .staffSecImg01 {
	float:left;
	padding:0 20px 0 10px;
	padding-bottom:20px;
}

#main .staffSecTxt01 {
	float:left;
	width:400px;
	line-height:1.5em;
}



.bx_l {
	width:90px;
	float:left;
	margin-left:30px;
	padding:0 0 5px 10px;
	background:url(../staff/img//bg_text.gif) no-repeat;
	height:30px;

	line-height:30px;
}
.bx_r {
	width:500px;
	float:left;
	padding-left:40px;
	padding-bottom:0px;


	line-height:30px;
}
.header_top {
	margin:20px 0 10px 0;
}
.side_top {
	margin:20px 0 10px 0;
}
.mg_B10 {
	margin-bottom:10px;
}
.mg_B20 {
	margin-bottom:20px;
}
.side_linkBOLD {
	margin-left:10px;
	padding-left:20px;
	padding-bottom:10px;
	height:30px;
	font-size:15px;
	line-height:30px;
	background-image: url(/images/common/bg_sideli.gif);
	background-repeat: no-repeat;
}
.side_linkS {
	margin-left:30px;
	padding-left:10px;
	padding-bottom:10px;
	background:url(/images/common/bg_sideli2.gif) no-repeat;
	height:20px;
	line-height:20px;
}
.press_pd {
	padding-left:22px;
	margin-bottom:8px;
	width:184px;
}
.text04 {
	padding:10px 0 30px 10px;
}
.mr50 {
	margin:50px 0px;
}
.text05 {
	padding-left:10px;
	margin-bottom:30px;
}
.text-s{
	font-size:10px; line-height:10px;
}


.text01_faq {
	font-size:16px;
	font-weight:bold;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}
.text_faq02 {
	padding:0 0 60px 25px;
	float:left;
	line-height:20px;
}
.text03_faq {
	padding-left:10px;
	padding-bottom:60px;
	float:left;
	line-height:20px;
}

/*進路サポート*/
.txt-l{
	font-size:18px;
	font-weight:bold;
	
	}
	
.txt-lred{
	font-size:18px;
	font-weight:bold;
	color:#900;
	
	}
	
.txt{
	padding:20px 0 10px 10px;
	}
	
.txt-m{	
padding:0 0 70px 10px;
}

.txt-end{
	padding:0 0 150px 20px;
	}
	

	
.clearfix{
 	clear:both;
		
		}
		
/* 講師紹介 */

.staffSecimg {
	float: left;
	margin-right: 20px;

}

.staffSectxt {
	float: left;
	padding-right: 10px;
	width: 450px;
}


/* プレスリリース（トップページ） */

.pressArea{
	width:642px;
}


.pressGroup{
	width:200px;
	margin-bottom:30px;
	float:left;
	
}

.pressTxt{
	width:200px;
	margin-top:10px;
	line-height:1.8em;
	font-size:10px;
}

.mr15{
	margin-right:15px;
}

.ml15{
	margin-left:15px;
}

.pd{
	padding-left:15px;
	padding-right:15px;
}

.pressBtn{
	width:200px;
	height:30px;
	margin-top:15px;
	margin-bottom:15px;
}

.pressBtn .pressGroup a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/* report */
.reportSec{
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:40px;
}
.reportSecTit{
	padding:30px 0 20px 20px;
}
.reportSec01,.reportSec03,.reportSec04{
	width:652px;
	margin-left:15px;
	margin-bottom:20px;
}
.reportSec01:after,.reportSec03:after{
	content:"";
	display:block;
	clear:both;
}
.reportSec01Txt{
	float:left;
	width:340px;
	margin-right:12px;
}
.reportSec01Img{
	float:left;
	width:300px;
}
.reportSec02{
	width:640px;
	margin-left:27px;
	margin-bottom:20px;
}
.reportSec02:after{
	content:"";
	display:block;
	clear:both;
}
.reportSec02Img{
	float:left;
	width:300px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
}
.reportSec03Txt{
	float:left;
	width:420px;
	margin-right:12px;
}
.reportSec03Tit01{
	font-size:26px;
	font-weight:bold;
	margin-bottom:5px;
}
.reportSec03Tit02{
	font-size:19px;
	font-weight:bold;
	margin-bottom:5px;
}
.reportSec03Txt01{
}
.reportSec03Img{
	float:left;
	width:220px;
	text-align:center;
}
.reportSec04Txt{
	margin:20px 0;
	font-size:15px;
	line-height:1.5em;
}

#reportSec{ width: 640px; margin: 0 auto; }
#reportSec h3{ color: #611b1b; font-size: 1.8rem; font-family: tbudmincho-std,sans-serif !important; font-weight: 500 !important; font-style: normal !important; border-bottom: 8px solid #dac3b3; border-top: 0; border-right: 0; border-left: 0; padding: 10px 0 0 0; margin: 0 0 15px 0 !important; }
#reportSec h4{ font-size: 20px; font-family: tbudmincho-std,sans-serif !important; font-weight: 500 !important; font-style: normal !important; border: 0; margin: 0 0 10px 0; }
#reportSec .reportSec{ overflow:hidden; border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom:40px; }
#reportSec .reportSec02{ width: 640px; margin: 0 auto; display: flex; justify-content: space-between; }
#reportSec .reportSec02Img{ float: none; width: auto; margin: 0; flex-basis: 49%; text-align: center; }
#reportSec .reportSec02Img p{ margin-top: 10px; }
#reportSec .reportSec02Img .reportSec02Btn{ display: block; margin-top: 10px; }
#reportSec .reportSec02Img .reportSec02Btn a{ display: block; background: #611b1b; color: #fff; text-align: center; border: 1px solid #611b1b; text-decoration: none; padding: 5px; border-radius: 30px; letter-spacing: 1px; }
#reportSec .reportSec02Img .reportSec02Btn a:hover{ color: #611b1b; background: #fff; }
#reportSec .reportSecTxt{ font-size: 13px; }
#reportSec .reportSecBtn{ width: 50%; }
#reportSec .reportSecBtn a{ display: block; border: 1px solid #611b1b; color: #611b1b; padding: 10px; text-align: center; text-decoration: none; }
#reportSec .reportSecBtn a:hover{ background: #611b1b; color: #fff; }

.topSec{
	overflow:hidden;
	margin-bottom:30px;
}
.topSec:after{
	content:"";
	display:block;
	clear:both;
}
.topSecImg{
	float:left;
	width:340px;
	margin-right:10px;
}
.topSecTxt{
	float:left;
	width:320px;
}
.topSecTit01{
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
}
.topSecTxt01{
	font-size:14px;
}
	

.topSecTit02{
	width: 632px;
    margin: auto;
}

.topSec02{
	overflow:hidden;
	margin-bottom:20px;
}
	
.topSec02Img{
	float:left;
	width:300px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

.topSec03{
	width:640px;
	margin: auto;
}
.topSec03:after{
	content:"";
	display:block;
	clear:both;
}


/* トピックス */
.topNews{ overflow-y: scroll; height: 160px; margin-bottom: 30px; padding: 20px; }
.topNewsDate{ font-size: 12px; color: #999; padding-top: 5px; border-top: 1px dotted #ccc; padding-bottom: 5px; border-bottom: 1px dotted #ccc; margin-bottom: 5px; }
.topNewsTxt{ font-size: 13px; line-height: 1.5; margin-bottom: 30px; }
.topNewsBtn{ width: 200px; margin-top: 10px; }
.topNewsBtn a{ display: block; background: #b38d42; border: 1px solid #b38d42; color: #fff; text-align: center; padding: 5px 15px; text-decoration: none; }
.topNewsBtn a:hover{ color: #b38d42; background: #fff; }

	
	
	
#topAtt{ width: 900px; margin: 10px auto; background: #bd0000; padding: 30px; color: #fff; font-size: 14px; letter-spacing: 1px; line-height: 1.5; }
#topAtt .topAttTit01{ text-align: center; font-size: 20px; margin-bottom: 20px; font-weight: bold; }
#topAtt .topAttTit02{ text-align: center; font-size: 18px; margin-bottom: 10px; }
#topAtt .topAttTit03{ font-size: 16px; font-weight: bold; margin-bottom: 10px; }
#topAtt p{ margin-bottom: 15px; }

#topAtt02{ width: 900px; margin: 10px auto; background: #1f2f54; padding: 30px; color: #fff; font-size: 14px; letter-spacing: 1px; line-height: 1.5; }
#topAtt02 .topAttTit01{ text-align: center; font-size: 20px; margin-bottom: 20px; font-weight: bold; }
#topAtt02 .topAttTit02{ text-align: center; font-size: 18px; margin-bottom: 10px; }
#topAtt02 .topAttTit03{ font-size: 16px; font-weight: bold; margin-bottom: 10px; }
#topAtt02 p{ margin-bottom: 15px; }
#topAtt02 ul{ margin: 0 0 20px 30px; }
#topAtt02 ul > li{ list-style-type: disc; }


.table_career{}
.table_career table{ margin-left: 20px; }
.table_career table tr{}
.table_career table th{ width: 15%; padding: 10px; border-bottom: 1px solid #b6aea7; text-align: left; font-weight: normal; }
.table_career table td{ width: 85%; padding: 10px; border-bottom: 1px solid #b6aea7; }