@charset "UTF-8";

/*========================================================

	コンテンツ

==========================================================*/


#wrapBody {
	clear: both;
	background-color: #eeecea;
	}

#wrapBodyIn {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	line-height: 130%;
	}

#main {
	padding: 20px 0;
	}

/* 白場 */
.sectionBox {
	background-color: #fff;
	padding: 30px 30px 10px;
	margin-bottom: 20px;
	}

/* ページ内の記事ごとを囲む */
#wrapBodyIn .section { margin-bottom: 50px;}

#wrapBodyIn .section p {
	margin: 5px 0 10px;
	line-height: 130%;
	}

#wrapBodyIn h2{
	padding: 0 0 20px;
	}

/* タイトルを入力出来るようにしたバージョン　*/
#wrapBodyIn h2.tit_freetxt {
	background: url(/en/images/content/tit_bg.gif) no-repeat left top;
	height:80px;
	width: 980px;
	display: table;
	border-collapse: collapse;
	margin-bottom: 20px;
	}
#wrapBodyIn h2.tit_freetxt p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 24px;
	padding-right:10px;
	}

/* タイトル h3 */
#wrapBodyIn .titContTxt {
	border-left: #333 4px solid;
	padding: 3px 10px;
	font-size: 152%;
	font-weight: bold;
	margin-bottom: 20px;
	}

/* タイトル h4 左ボーダータイプ */
#wrapBodyIn .subTitTxt01 {
	border-left: #666 4px solid;
	padding: 3px 10px;
	font-size: 136%;
	font-weight: bold;
	margin: 20px 0;
	}

/* タイトル h4 おびタイプ */
#wrapBodyIn .subTitTxtBox {
	background-color: #e6e6e6;
	padding: 5px;
	margin: 20px 0;
	}
#wrapBodyIn .subTitTxtBox .subTitTxt01 {
	border-left: #333 4px solid;
	padding: 3px 10px;
	font-size: 129%;
	font-weight: bold;
	margin: 0;
	}


/* タイトル h5 */
#wrapBodyIn .section h5 {
	font-size: 122%;
	font-weight: bold;
	margin-bottom: 15px;
	}

/*-----------------------------------
	
	テキストタイトルの装飾
	
-----------------------------------*/

/* 黒 */
.txtTitleBox01 {
	background-color: #eee;
	border-top: 4px #5c5c5c solid;
	border-bottom: 2px #eee solid;
	}
#wrapBodyIn .txtTitleBox01 p {
	color:#333;
	font-size: 215%;
	font-weight: bold;
	line-height: 130%;
	padding: 20px 5px 15px;
	margin: 0;
	}
.txtTitleBox01 span {
	background-color: #5c5c5c;
	color:#fff;
	font-size: 122%;
	padding: 10px;
	font-weight: bold;
	line-height: 130%;
	display: block;
	}

/* ブルー */
.txtTitleBox02 {
	background-color: #eee;
	border-top: 4px #0e518c solid;
	border-bottom: 2px #eee solid;
	}
#wrapBodyIn .txtTitleBox02 p {
	color:#333;
	font-size: 215%;
	font-weight: bold;
	line-height: 130%;
	padding: 20px 5px 15px;
	margin: 0;
	}
.txtTitleBox02 span {
	background-color: #0e518c;
	color:#fff;
	font-size: 122%;
	padding: 10px;
	font-weight: bold;
	line-height: 130%;
	display: block;
	}

/* オレンジ */
.txtTitleBox03 {
	background-color: #eee;
	border-top: 4px #f48400 solid;
	border-bottom: 2px #eee solid;
	}
#wrapBodyIn .txtTitleBox03 p {
	color: #e57c00;
	font-size: 215%;
	font-weight: bold;
	line-height: 130%;
	padding: 20px 5px 15px;
	margin: 0;
	}
.txtTitleBox03 span {
	background-color: #f48400;
	color:#fff;
	font-size: 122%;
	padding: 10px;
	font-weight: bold;
	line-height: 130%;
	display: block;
	}


/*-----------------------------------
	
	テキストサブタイトルの装飾
	
-----------------------------------*/
.txtSubTitleBox01 {
	color:#1b65b0;
	font-size: 136%;
	font-weight: bold;
	line-height: 130%;
	padding: 15px 0;
	}


/*-----------------------------------
	
	背景色つきテキストエリア
	
-----------------------------------*/
/* 角丸　カーキ */
.descriptionBox01 {
	background-color: #eeebdc;
	padding: 20px;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	/*border: 1px ccc solid;      枠線の装飾 */
	color:#443a06;
	font-size: 107%;
	line-height: 140%;
	}

/* 角丸　黄緑 */
.descriptionBox05 {
	background-color: #e2edcd;
	padding: 20px;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	/*border: 1px ccc solid;      枠線の装飾 */
	color:#3a530e;
	font-size: 107%;
	line-height: 140%;
	}

/* グレー */
.descriptionBox02 {
	border: #ccc 1px solid;
	background-color: #eee;
	padding: 15px;
	}

/* ブルー */
.descriptionBox03 {
	border: #dae4ed 1px solid;
	background-color: #e9f1f8;
	padding: 15px;
	}

/* カーキ濃いめ */
.descriptionBox04 {
	border: #e3dec0 1px solid;
	background-color: #ece8d5;
	padding: 15px;
	}

/* 黄緑　上部ボーダー */
.descriptionBox06 {
	border-top: #d9e4c3 3px solid;
	background-color: #edf5de;
	padding: 15px;
	}

/* フレームボックス */
.descriptionBox07 {
	border: #eee 5px solid;
	padding: 15px;
	}




/*-----------------------------------
	
	テキスト強調ボックス
	
-----------------------------------*/
/* ブルー */
.emphasisBox01 {
	background-color: #e9f1f8;
	border: #d7e7f4 1px solid;
	color: #2f5475;
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
	}

/* レッド */
.emphasisBox02 {
	background-color: #fff3f3;
	border: #f4d7d7 1px solid;
	color: #e74545;
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
	}




/*-----------------------------------
	
	年間行事ボックス
	
-----------------------------------*/
/* 年間行事 */
.articleBox01 {
	background-color: #f4fbe6;
	padding: 15px;
	margin-bottom: 20px;
	border: #d9e6c2 1px solid; 
	}
.articleBox01 h4 {
	font-size: 152%;
	line-height: 160%;
	font-weight: bold;
	border-left: #a6be78 5px solid;
	border-bottom: #a6be78 1px solid;
	padding: 0 0 3px 10px;
	margin-bottom: 10px;
	}

/* dlタグ */
dl.articleDl01 {
	border-top: #c9dba7 3px solid;
	margin: 20px 0 10px;
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
	}
dl.articleDl01 dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 110px;
	float: left;
	clear: both;
	font-weight: bold;
	color: #3b520f;
	}
dl.articleDl01 dd {
	margin-bottom: 5px;
	padding: 0 0 5px 120px;
	border-bottom: 1px dotted #b0c587;
	}




/*-----------------------------------
	
	ボーダー
	
-----------------------------------*/
.borderT01 {
	border-top: #ccc 2px solid;
	padding-top: 10px;
	margin-top: 10px;
	}


/*-----------------------------------
	
	リスト
	
-----------------------------------*/

/* 番号付きリスト */
#main .section ol { margin: 10px 0 10px 30px;}


/* 3列 */
#main .section .listColumn3 {}
#main .section .listColumn3 li {
	float: left;
	display: inline;
	width: 32%;
	padding: 5px;
	border-bottom: #ccc 1px dotted;
	}

/* 白丸リスト */
.listStyle01 {
	margin: 5px 0 10px 20px;
	}
.listStyle01 li {
	list-style-type: circle;
	padding-bottom: 3px;
	}

/* リスト内の小見出し */
li span.titTxt01 { font-weight: bold; font-size: 107%;}/* 太字 */

li span.titTxt02 { font-weight: bold; color: #2f5475;}/* 太字 */



/*-----------------------------------
	
	飾りつきテキスト
	
-----------------------------------*/

/* きみどりの丸付き */
.markTxt01{
	background: url(/en/images/common/list_mark01.png) no-repeat 0 0;
	font-size: 122%;
	line-height: 160%;
	font-weight: bold;
	min-height: 23px;
	padding: 2px 0 0 27px;
	margin-left: 10px;
	}


/* グレーの丸つき */
.markTxt02{
	background: url(/en/images/common/list_mark02.png) no-repeat 0 0;
	font-size: 122%;
	font-weight: bold;
	min-height: 23px;
	padding: 2px 0 0 27px;
	margin-left: 10px;
	}





/*-----------------------------------
	
	テーブル
	
-----------------------------------*/

/* キャプション右つめ */
.captionTxt {
	text-align: right;
	padding: 5px 0;
	}

/* カーキ */
table.tableStyle01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	}
table.tableStyle01 td,
table.tableStyle01 th {
	padding: 5px;
	border: #c6c6ab 1px solid;
	}
table.tableStyle01 th {
	background-color: #a0a078;
	color: #fff;
	}
table.tableStyle01 td {
	background-color: #f7f7ee;
	}
table.tableStyle01 tbody:nth-child(even) td { background-color: #f2f2e0;}


/* ブルー */
table.tableStyle02 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	}
table.tableStyle02 td,
table.tableStyle02 th {
	padding: 5px;
	border: #789cc1 1px solid;
	}
table.tableStyle02 th {
	background-color: #3c6ea2;
	color: #fff;
	}
table.tableStyle02 td {
	background-color: #f5faff;
	}
	
table.tableStyle02 tbody:nth-child(even) td { background-color: #e5eff9;}



/* 申込みフォーム */
table.apForm01 {
	background-color: #bfbfbf;
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	font-size: 100%;
	}
table.apForm01 th {
	width: 20%;
	background-color: #eee;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	padding: 7px;
	font-weight: normal;
	text-align: center;
	}
table.apForm01 td {
	background-color: #fff;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	padding: 7px;
	}

table.apForm02 {
	background-color: #a0c1dd;
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	font-size: 100%;
	}
table.apForm02 th {
	width: 20%;
	background-color: #d3e2f0;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	padding: 7px;
	font-weight: normal;
	text-align: center;
	}
table.apForm02 td {
	background-color: #fff;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	padding: 7px;
	}

table.apForm02 .titleItem {
	background-color: #b3cee5;
	text-align: center;
	/*color: #008fb6;*/
	}

/* 必須 */
table.apForm01 .required,
table.apForm02 .required {
	width: 7%;
	background-color: #eff1cc;
	color: #ff8400;
	text-align: center;
	font-size: 92%;
	}

/* 必須でない */
table.apForm01 .arbitrary,
table.apForm02 .arbitrary {
	width: 7%;
	background-color: #f7f8ea;
	}

/* テーブル内注釈 */
table.apForm01 .supplement,
table.apForm02 .supplement {
	font-size: 92%;
	display: inline-block;
	padding: 3px 0;
	color: #666;
	}

table.apForm01 .apNote {
	font-size: 100%;
	margin-bottom: 5px;
	}
table.apForm01 .apNote span {
	color: #F33;
	}

table.apForm01 .separateBox,
table.apForm02 .separateBox {
	padding: 3px 0;
	}

table.apForm01 textarea,
table.apForm02 textarea {
	width: 99%;
	border: #CCC 1px solid;
	}

table.apForm01 td label,
table.apForm02 td label {
	font-size: 92%;
	}

table.apForm01 td input[type="text"],
table.apForm02 td input[type="text"] {
	border: #CCC 1px solid;
	height: 1.8em;
	line-height: 1.8em;
	}

table.apForm01 td label.itemName,
table.apForm02 td label.itemName {
	width: 9em;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	}

/* 項目の注釈 */
table .noteTxtTh01 {
	font-size: 85%;
	line-height: 120%;
	color: #F30;
	}

/*-----------------------------------
	
	ボタン
	
-----------------------------------*/
.btnBox01 {
	text-align: center;
	margin: 20px auto;
	}
	

/* ボタン　ブルー */
.css_btn_class01 {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #6393bd;
	padding:5px 10px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #6393bd 5%, #295987 100% );
	background:-ms-linear-gradient( top, #6393bd 5%, #295987 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6393bd', endColorstr='#295987');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #6393bd), color-stop(100%, #295987) );
	background-color:#6393bd;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #214c73;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #99b4cc;
 	-moz-box-shadow:inset 1px 1px 0px 0px #99b4cc;
 	box-shadow:inset 1px 1px 0px 0px #99b4cc;
	}
.css_btn_class01:hover {
	background:-moz-linear-gradient( center top, #295987 5%, #6393bd 100% );
	background:-ms-linear-gradient( top, #295987 5%, #6393bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#295987', endColorstr='#6393bd');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #295987), color-stop(100%, #6393bd) );
	background-color:#295987;
	}
.css_btn_class01:active {
	position:relative;
	top:1px;
}

/* ボタン　グレー */
.css_btn_class02 {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bfbfbf;
	padding:5px 10px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #cccccc 5%, #9e9e9e 100% );
	background:-ms-linear-gradient( top, #cccccc 5%, #9e9e9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#9e9e9e');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #cccccc), color-stop(100%, #9e9e9e) );
	background-color:#cccccc;
	color:#333333;
	display:inline-block;
	text-shadow:1px 1px 0px #ebebeb;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #e0e0e0;
 	-moz-box-shadow:inset 1px 1px 0px 0px #e0e0e0;
 	box-shadow:inset 1px 1px 0px 0px #e0e0e0;
}.css_btn_class02:hover {
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #cccccc 100% );
	background:-ms-linear-gradient( top, #9e9e9e 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#cccccc');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9e9e9e), color-stop(100%, #cccccc) );
	background-color:#9e9e9e;
}.css_btn_class02:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */


.btnBox01 div.btnForm {
	margin: 0 10px;
	display: inline;
	}
.btnBox01 div.btnForm a {
	width: 150px;
	font-size:16px;
	padding:8px 10px;
	}

/* 申込みフォームへのボタン */

.btnApplicationBox {
	border-top: #CCC 1px dotted;
	background-color: #eee;
	padding:15px;
	margin-top: 20px;
	}
.btnApplicationBox a {
	background:url(/en/images/content/btn_application_form_off.png) no-repeat 0 0;
	width: 266px;
	height: 60px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
	}
.btnApplicationBox a:link {background:url(/en/images/content/btn_application_form_off.png) no-repeat 0 0;}
.btnApplicationBox a:visited {background:url(/en/images/content/btn_application_form_off.png) no-repeat 0 0;}
.btnApplicationBox a:hover {background:url(/en/images/content/btn_application_form_on.png) no-repeat 0 0;}
.btnApplicationBox a:active {background:url(/en/images/content/btn_application_form_on.png) no-repeat 0 0;}


/* 戻るリンク */
.txtLinkReturn {
	padding: 5px 0;
	border-bottom: #ccc 1px dotted;
	text-align: right;
	}
.txtLinkReturn a {
	background: url(/en/images/content/mark_return.png) no-repeat left center;
	padding-left: 18px;
	height: 18px;
	}
.txtLinkReturn a:link { color: #00457b;}
.txtLinkReturn a:visited { color: #00457b;}
.txtLinkReturn a:hover { color: #63a2cc;}


/*-----------------------------------
	
	会員専用ページ
	
-----------------------------------*/

/* タイトル */
.mbTitBox {
	background: url(../content/member/img/subtit_bg.gif) repeat-x 0 0;
	width: 880px;
	height: 34px;
	}

/* おしらせ */
.mbNewsBox {
	background-color: #fff;
	padding: 20px 20px 0;
	}
.mbNewsBox ul {}

/* おしらせ　スクロール */
.mbNewsBox ul.scrollBox {
	height: 200px;
	overflow-y: auto;
	}
.mbNewsBox li {
	border-bottom: #ccc 1px dotted;
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 92%;
	letter-spacing: 0.05em;
	}
.mbNewsBox li span {
	display: block;
	font-weight: bold;
	}
#wrapBodyIn .section .mbNewsBox li p {
	margin: 5px 0;
	}

/* お知らせのリンクカラー */
.mbNewsBox li a { color: #00457b; text-decoration: none;}
.mbNewsBox li a:hover { color: #63a2cc; text-decoration: underline;}


/*　News以外のリスト */
.mbLinkList {
	background-color: #fff;
	padding: 20px 20px 0;
	}
.mbLinkList ul {}

/* News以外のリスト　スクロール追加する場合使用 */
.mbLinkList ul.scrollBox {
	height: 200px;
	overflow-y: auto;
	}
.mbLinkList li {
	border-bottom: #ccc 1px dotted;
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 92%;
	letter-spacing: 0.05em;
	}
.mbLinkList li span {
	display: block;
	font-weight: bold;
	}

/* mbLinkListを2列にフローとする場合 */
.col2 li {
	float: left;
	display: inline;
	width: 410px;
	}

.mbLinkList li a {
	background: url(/en/images/common/arrow_maru01.png) no-repeat 0 0;
	padding: 0 0 0 18px;
	color: #00457b;
	}
.mbLinkList a:visited { color: #00457b;}
.mbLinkList a:hover { color: #63a2cc;}

/* JTCCインフォメーションのリスト */
.mbPdfList {
	padding: 20px 10px 0;
	}

.mbPdfList li {
	float: left;
	display: inline;
	width: 270px;
	border-bottom: #ccc 1px dotted;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 92%;
	letter-spacing: 0.05em;
	}

.mbPdfList li a {
	background: url(/en/images/common/icon_pdf.png) no-repeat 0 0;
	padding: 5px 0 3px 22px;
	color: #00457b;
	}
.mbPdfList a:visited { color: #00457b;}
.mbPdfList a:hover { color: #63a2cc;}
