@charset "utf-8";

/*追加要素*/


* {
	margin: 0;
	padding: 0;
}

#grid {
	width: 640px;
}


/*リスト設定*/

ol li {
  text-indent:-1.7em;
  padding-left:1.7em;
}

ol.list_parentheses {
	padding:0 0 0 2em;
	margin:0;
}
 
ol.list_parentheses li {
 	list-style-type:none;
 	list-style-position:inside;
	counter-increment: cnt;
}

ol.list_parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

tit_small {
	font-size: 12px;
}


/*字体変更*/

.jinmei {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


/*テーブル基本設定*/

table.basic {
	border-collapse: collapse;
 	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
}

table.basic caption {
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
}

table.basic thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #04162e;
}

table.basic thead th {
	padding: 10px;
	font-weight: bold;
 	text-align: center;
	vertical-align: top;
	color: #fff;
}

table.basic tbody th {
	padding: 10px;
	font-weight: bold;
 	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}

table.basic td {
	padding: 10px;
	vertical-align: top;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.small_cap {
	font-size: 12px;
	padding-top: 20px;
}



/*テーブル個別設定*/

table.type01 {
	width: 500px;
}

table.type01 tbody th {
	width: 13%;
}

table.type02 tbody th {
	width: 15%;
}



/*基金設定*/

.fund {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 140px;
	padding-top: 7px;
}

.fund01 {
	float: left;
	padding-right: 30px;
	line-height: 24px;
	text-align: center;
}


/*派遣教師追加設定*/

.haken_tittle {
	font-size: 28px;
	line-height: 140%;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.haken_cap {
	text-align: center;
	padding-top:12px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 19px;
}

.table_teacher {
	border-collapse: collapse;
	border: 1px solid #888;
	margin-top: 56px;
	margin-bottom: 18px;
} 

.table_teacher td {
	border-collapse: collapse;
	border: 1px solid #888;

} 

.t_message1 {
	margin-top: 30px;
}

.t_message2 {
	float: right;
	margin-top: 50px;
}

.mida01_3gyo {
	font-size: 16px;
	margin-bottom: 17px;
	width: 648px;
	background-image: url(image/pt02_3gyo_bg.gif);
	background-repeat: no-repeat;
	height: 63px;
	line-height: 21px;
	font-weight: bold;
	color: #900;
	text-align: left;
	padding-left: 18px;
}


.planning_waku{
	margin-bottom: 27px;
	padding:20px;
	background-color: #E1F3F5;
}

.table_teacher_bg {
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}


/*中国派遣日本語教師事業*/

.table_C {
	border-collapse: collapse;
	margin-bottom: 20px;
} 

.table_C td {
	border-collapse: collapse;
	border: 1px solid #888;
	padding: 18px;
}
 
.mida_C {
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 16px;
}


/*作文コンクール募集*/

.catch1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}

.catch2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
}

.attention {
	font-weight: bold;
	color: #E40404;
}

.space-top_01 {
	margin-top: 40px;		
}

.u-line {
  text-decoration: underline;
}